.universe *{-webkit-box-sizing:border-box;box-sizing:border-box;}.universe{display:block;width:100%;background:white;position:relative;padding:30px;max-width:initial !important;margin-bottom:22% !important;z-index:1;}.universe__world{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:10;margin:auto;background:#c4deed;width:25vw;max-width:340px;height:auto;aspect-ratio:1/1;border-radius:50%;overflow:hidden;background-image:url("https://cdn-ilcaogn.nitrocdn.com/ILpHMPkKNYYvNcMFWbTcmCZWrUHbzkXo/assets/images/source/rev-7c71fbf/boostlingo.com/wp-content/plugins/bl-globe/assets/images/map.svg");background-repeat:repeat-x;background-size:200%;-webkit-animation:worldAnim 15s linear infinite;animation:worldAnim 15s linear infinite;-webkit-box-shadow:0 0 2px 13px white;box-shadow:0 0 2px 13px white;}.universe__world.nitro-lazy{background-image:none !important;}.universe__world--fast{-webkit-animation:worldAnim 5s linear infinite;animation:worldAnim 5s linear infinite;}.universe__world-logo{display:block;width:70%;height:auto;}@media (max-width: 880px){.universe{padding:0;}.universe__world{width:80%;z-index:1;}}@-webkit-keyframes worldAnim{0%{background-position:0 center;}100%{background-position:200% center;}}@keyframes worldAnim{0%{background-position:0 center;}100%{background-position:200% center;}}.universe__world--3d{-webkit-box-shadow:inset -10px -10px 50px rgba(37,78,167,.5),inset 10px 10px 50px 10px white,0 0 5px 7px rgba(37,78,167,.1),0 0 2px 13px white;box-shadow:inset -10px -10px 50px rgba(37,78,167,.5),inset 10px 10px 50px 10px white,0 0 5px 7px rgba(37,78,167,.1),0 0 2px 13px white;}.universe__world--3d::after{content:"";position:absolute;background:radial-gradient(rgba(255,255,255,.35) 0%,rgba(255,255,255,0) 70%);top:15%;left:15%;width:40%;height:40%;border-radius:100px;}.universe__actions{display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);width:100%;max-width:calc(892px + 440px);padding:0 110px;}@media (max-width: 880px){.universe__actions{max-width:initial;position:relative;left:initial;top:initial;right:initial;bottom:initial;margin-top:-200px;padding:0;-webkit-transform:initial;-ms-transform:initial;transform:initial;z-index:9;}.universe__actions > svg{display:none;}}.universe__actions-wrap{width:calc(100% + 220px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:-110px -110px 0;}@media (max-width: 880px){.universe__actions-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:auto;width:100%;}}.universe__action-item{display:block;list-style:none;width:220px;height:auto;border-radius:50%;aspect-ratio:1/1;position:relative;border-width:2px;border-style:solid;overflow:hidden;}@media (min-width: 881px){.universe__action-item{-webkit-transition:.2s;transition:.2s;}}.universe__action-item::after{content:"";display:block;position:absolute;background:white;border-radius:50%;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:.2s;transition:.2s;}.universe__action-item:nth-child(1){background:#1462f0;border-color:#1462f0;}.universe__action-item:nth-child(2){background:#82c5bf;border-color:#82c5bf;}.universe__action-item:nth-child(3){background:#051e4d;border-color:#051e4d;}.universe__action-item:nth-child(4){background:#dd3900;border-color:#dd3900;}.universe__action-item-icon{display:block;-webkit-transform-origin:bottom center;-ms-transform-origin:bottom center;transform-origin:bottom center;position:absolute;left:50%;top:50%;-webkit-transition:.2s;transition:.2s;-webkit-transform:scale(1) translate(-50%,-50%);-ms-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%);-webkit-filter:blur(0);filter:blur(0);}.universe__action-item-body{padding:0 20px 20px;}.universe__action-item-body img{display:block;margin:auto;width:120px;height:auto;margin-bottom:10px;}.universe__action-item-body p{margin:0;font-size:14px;text-align:center;}.universe__action-item-body a.learn-more{text-decoration:none;color:white;}.universe__action-item-body a.learn-more span{font-weight:bold;}.universe__action-item-body a.learn-more:hover{text-decoration:underline;}@media (min-width: 767px){.universe__action-item-body{position:absolute;opacity:0;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%;height:auto;margin-top:5px;-webkit-transition:.2s;transition:.2s;z-index:1;padding-bottom:0;-webkit-filter:blur(3px);filter:blur(3px);}.universe__action-item-body a.learn-more span{display:none;}.universe__action-item-body a.learn-more::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}.universe__action-item:hover{-webkit-transform:scale(1.25) translate(0,0);-ms-transform:scale(1.25) translate(0,0);transform:scale(1.25) translate(0,0);-webkit-box-shadow:0 5px 15px rgba(0,0,0,.15);box-shadow:0 5px 15px rgba(0,0,0,.15);}.universe__action-item:hover::after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.universe__action-item:hover .universe__action-item-body{opacity:1;-webkit-filter:blur(0);filter:blur(0);}}.universe__action-item summary{display:none;padding:25px 15px;cursor:pointer;}.universe__action-item summary span{font-weight:700;font-size:18px;color:white;text-transform:uppercase;}.universe__action-item summary img{display:block;width:32px;height:auto;-webkit-transition:.2s;transition:.2s;margin-right:20px;}@media (max-width: 880px){.universe__action-item{border-radius:0;width:100%;aspect-ratio:initial;}.universe__action-item .universe__action-item-icon{display:none;}.universe__action-item .universe__action-item-body{padding-left:65px;}.universe__action-item .universe__action-item-body img{display:none;}.universe__action-item .universe__action-item-body p{font-size:16px;color:white;text-align:left;margin-bottom:15px;font-weight:normal;line-height:1.5em;}.universe__action-item summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.universe__action-item[open] summary{margin-bottom:-15px;}.universe__action-item[open] summary img{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}}button[disabled],html input[disabled]{cursor:default;opacity:.4;}.elementor-widget-form .dce-form-step-summary .dce-form-step-summary-edit{display:none;}.elementor-widget-form .dce-form-step-summary.dce-step-filled-summary .dce-form-step-summary-edit{display:block;}.elementor-widget-form .dce-form-step-summary.dce-step-active-summary .dce-form-step-summary-edit{display:none;}.elementor-editor-active .elementor-widget-form .dce-form-step-summary.dce-step-active-summary .dce-form-step-summary-edit{display:block;}.elementor-field-input-description{padding:5px 5px 0 5px;}.elementor-field-label-description[title]{border-bottom:none !important;}.elementor-field-group .select2-container--default .select2-search--inline .select2-search__field,.elementor-field-group .elementor-select-wrapper .select2{width:100% !important;max-width:100% !important;border:none !important;}.dialog-prevent-scroll .select2-container{z-index:9999;}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap.dce-block,.dce-block{display:block;width:100%;}.dce-flex{display:flex;flex-wrap:wrap;}.dce-float{float:left !important;}.mask{overflow:hidden;}.archive-title{text-align:center;padding:15px;margin-bottom:0;font-size:38px;}.archive-description{text-align:center;}.grid-page{display:flex;flex-wrap:wrap;justify-content:center;align-content:flex-start;}.grid-page p:empty{display:none;}.grid-page .item-page{flex-grow:0;flex-shrink:1;}.grid-page.grid-col-md-1 .item-page{flex-basis:100%;}.grid-page.grid-col-md-2 .item-page{flex-basis:50%;}.grid-page.grid-col-md-3 .item-page{flex-basis:33.3333%;}.grid-page.grid-col-md-4 .item-page{flex-basis:25%;}.grid-page.grid-col-md-5 .item-page{flex-basis:20%;}.grid-page.grid-col-md-6 .item-page{flex-basis:16.6666%;}@media only screen and (max-width:992px){.grid-page.grid-col-sm-1 .item-page{flex-basis:100%;}.grid-page.grid-col-sm-2 .item-page{flex-basis:50%;}.grid-page.grid-col-sm-3 .item-page{flex-basis:33.3333%;}.grid-page.grid-col-sm-4 .item-page{flex-basis:25%;}.grid-page.grid-col-sm-5 .item-page{flex-basis:20%;}.grid-page.grid-col-sm-6 .item-page{flex-basis:16.6666%;}}@media only screen and (max-width:767px){.grid-page.grid-col-xs-1 .item-page{flex-basis:100%;}.grid-page.grid-col-xs-2 .item-page{flex-basis:50%;}.grid-page.grid-col-xs-3 .item-page{flex-basis:33.3333%;}.grid-page.grid-col-xs-4 .item-page{flex-basis:25%;}.grid-page.grid-col-xs-5 .item-page{flex-basis:20%;}.grid-page.grid-col-xs-6 .item-page{flex-basis:16.6666%;}}body.dce-inertiaScroll{overflow-x:hidden;overflow-y:scroll;}.inertia-scroll{z-index:900;}body.dce-ajax-page-open.modal-p-on #dce-outer-wrap,body.dce-ajax-page-open.modal-p-on .modals-p .wrap-p,body.dce-ajax-page-open.modal-p-off #dce-outer-wrap,body.dce-ajax-page-open.modal-p-off .modals-p .wrap-p{position:absolute;width:100%;height:100%;-webkit-perspective:1200px;-moz-perspective:1200px;perspective:1200px;}html.no-scroll{margin:0;overflow:hidden;width:100%;height:100%;}body.dce-ajax-page-open.modal-p-on.cancella-body{overflow:hidden;width:100%;height:100%;}.modals-p{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;}.wrap-p .modal-p{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto;overflow-x:hidden;visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;animation-fill-mode:both;}body.modal-p-on{overflow:hidden;height:100%;}body.modal-p-off .wrap-p .modal-p{visibility:visible;opacity:1;}body.modal-p-on .wrap-p .modal-p{visibility:visible;opacity:1;}body.dce-ajax-page-open #dce-wrap{-webkit-transform-origin:center;-moz-transform-origin:center;transform-origin:center;animation-fill-mode:both;}.modals-p .wrap-p .close{position:fixed;z-index:101;top:0;right:0;display:flex;}.wrap-p .close .dce-quit-ics{transform:scale(.5);opacity:0;}body.modal-p-on .wrap-p .close .dce-quit-ics{animation:enterQuit .5s ease both .7s;}body.modal-p-off .wrap-p .close .dce-quit-ics{animation:exitQuit .5s ease both;}.load-p{display:block;cursor:pointer;border:3px solid #000;border-top-color:#fff;border-radius:50%;border-radius:50%;width:50px;height:50px;margin:-25px 0 0 -25px;position:fixed;top:50%;left:50%;z-index:1002;opacity:1;animation:loadAnim 300ms linear infinite;}.dce-quit-ics{display:block;cursor:pointer;background-color:#fff;width:50px;height:50px;position:fixed;top:0;right:0;z-index:1001;border-radius:50%;-webkit-transition:background-color .6s;-moz-transition:background-color .6s;transition:background-color .6s;}.dce-quit-ics:after,.dce-quit-ics:before{content:"";width:100%;height:3px;display:block;position:absolute;top:calc(50% - 1.5px);left:0%;background-color:#000;-webkit-transition:background-color .6s;-moz-transition:background-color .6s;transition:background-color .6s;}.dce-quit-ics:after{transform:rotate(45deg);}.dce-quit-ics:before{transform:rotate(-45deg);}body:not(.rtl) .dce-ext-select2::after{content:"";font-family:eicons;font-size:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;pointer-events:none;}.dce-field-input-wrapper{position:relative;display:block;flex-basis:100%;width:100%;max-width:100%;}.elementor-field-group .dce-toggle-password{position:absolute;right:15px;cursor:pointer;top:50%;transform:translateY(-50%);}.single .full-width #primary,.single .wrap.full-width,.page .full-width #primary,.page .wrap.full-width{max-width:100%;padding:0;}.posts-navigation{margin:10px 0;text-align:center;padding:15px 0;width:100%;}.posts-navigation li a,.posts-navigation li a:hover,.posts-navigation li.current a,.posts-navigation li.disabled{text-decoration:none;}.posts-navigation li,.posts-navigation li a{display:inline-block;}.dce-input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;}.dce-input-group>.dce-form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0;}.dce-input-group-append{margin-left:-1px;}.dce-input-group-append,.dce-input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex;}.dce-no-list{list-style:none;padding-left:0;margin-left:0;}.pac-container{z-index:10000;}.dce-visibility-element-hidden,.dce-visibility-widget-hidden,.dce-visibility-column-hidden,.dce-visibility-section-hidden{display:none !important;}.dce-visibility-element-hidden.elementor-widget-dyncontel-panorama{display:block;position:fixed;left:10000px;}.dce-btn-visibility{position:absolute;top:15px;background-color:#e52600;color:#fff;border-radius:50%;line-height:1;padding:9px;font-size:15px;box-shadow:0 0 20px rgba(0,0,0,.3) !important;border:3px solid #fff;z-index:10000000;transform:translate(-50%,-50%);left:50%;}.dce-btn-visibility:hover{color:#000 !important;}.elementor-editor-active .dce-btn-visibility{margin-left:20px;}.dce-box-visibility-debug{display:none;position:absolute;top:0;left:50%;background-color:#e52600;color:#fff;border-radius:3px;line-height:1;text-align:left;z-index:10;padding:10px;margin:-10px 0 0 34px;min-width:150px;}.dce-box-visibility-debug:before{content:"";display:block;width:0;height:0;border-style:solid;border-width:10px 0 10px 10px;border-color:rgba(255,255,255,0) rgba(255,255,255,0) #e52600 rgba(255,255,255,0);position:absolute;bottom:100%;left:-10px;top:4px;}.elementor-editor-active .dce-box-visibility-debug:before{left:22px;}.dce-box-visibility-debug ul{list-style:none;margin:0;}.dce-visibility-widget-hidden-debug{min-height:10px;}.wpdt-c.wpDataTableContainerSimpleTable{margin-top:0;margin-bottom:20px;padding:0;}.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable,.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable{display:table;background-color:rgba(255,255,255,0);border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto;width:100%;table-layout:auto;overflow:auto;text-align:center;}.wpdt-c.wpDataTableContainerSimpleTable.wdtscroll{width:100%;overflow-x:auto;}.wpdt-c.wpDataTableContainerSimpleTable.wdtscroll table.wpdtSimpleTable{position:static;width:max-content !important;table-layout:fixed;}.wpdt-c.wpDataTableContainerSimpleTable.wdtscroll table.wpdtSimpleTable td{white-space:normal;}.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.even td.wpdt-cell,.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.odd td.wpdt-cell,.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.even td.wpdt-cell,.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr.odd td.wpdt-cell,.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td,.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td{border:1px solid #ccc;height:22px;empty-cells:show;line-height:normal;padding:10px;vertical-align:middle;text-align:center;overflow:hidden;word-break:normal;}.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable{font-size:inherit;}.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td,.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td{background-color:#fff;}.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th,.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th{cursor:default;background-color:#eee;white-space:normal;font-weight:400;background-image:none !important;box-shadow:none;text-shadow:none;}.wpdt-c .wdt-datatables-admin-wrap div.wpDataTableContainerSimpleTable .wpdtSimpleTable tr.even,.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable tr.even{background-color:#eee;}.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th.nitro-lazy,.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable th.nitro-lazy{background-image:none !important;}.wpdt-c .wpDataTableContainerConfigSimpleTable .handsontable td{padding:10px;font-size:inherit;vertical-align:middle;white-space:normal;height:21px;line-height:normal;}.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tr td:first-child,.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable thead tr td:first-child,.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tr td:first-child,.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable thead tr td:first-child,.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tr td:last-child,.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable thead tr td:last-child,.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tr td:last-child,.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable thead tr td:last-child{border:1px solid #ccc;}.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody tr:last-child td{border-bottom-color:#ccc;}.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable td img{max-width:100%;height:auto;}.wpdt-c .wpDataTableContainerConfigSimpleTable .handsontable td ul,.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable td ul{list-style-type:initial;margin-left:2em;}.wpdt-c .wpDataTableContainerConfigSimpleTable .handsontable td ul li,.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable td ul li{text-align:initial;}.wpdt-c .wpDataTableContainerConfigSimpleTable .wpdtSimpleTable tr.even td,.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable tr.even td{background:#eee;}.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable td.wpdt-empty-cell,.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable th.wpdt-empty-cell{white-space:pre-line;}a[data-link-content="wpdt-link-content"] button,.wpdt-c.wpDataTableContainerConfigSimpleTable table td a[data-link-content="wpdt-link-content"] button,.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable td.wpdt-cell a[data-link-content="wpdt-link-content"] button{background-color:#4caf50;border:none;border-radius:5px;padding:8px 15px;text-decoration:none;font-size:16px;color:#fff;cursor:pointer;word-break:break-word;}.wpdt-c.wpDataTableContainerConfigSimpleTable table td a[data-link-content="wpdt-link-content"] button:hover,.wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable td.wpdt-cell a[data-link-content="wpdt-link-content"] button:hover{background-color:#449d48;}.wpdt-modals .wpdt-star-rating,.wpdt-c .wpdt-star-rating{font-size:45px;width:100%;}.wpdt-c .wpdt-bold{font-weight:bold !important;}.wpdt-c .wpdt-italic{font-style:italic !important;}.wpdt-c .wpdt-underline{text-decoration:underline !important;}.wpdt-c .wpdt-align-left{text-align:left !important;}.wpdt-c .wpdt-align-right{text-align:right !important;}.wpdt-c .wpdt-align-center{text-align:center !important;}.wpdt-c .wpdt-align-justify{text-align:justify !important;}.wpdt-c .wpdt-valign-top{vertical-align:top !important;}.wpdt-c .wpdt-valign-bottom{vertical-align:bottom !important;}.wpdt-c .wpdt-valign-middle{vertical-align:middle !important;}.wpdt-c .wpdt-overflow-text{white-space:nowrap !important;overflow:visible !important;}.wpdt-c .wpdt-wrap-text{white-space:normal !important;overflow:visible !important;}.wpdt-c .wpdt-clip-text{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis;}.wpdt-c #wpdt-font-family,.wpdt-c #wpdt-font-family:focus,.wpdt-c #wpdt-font-size:focus,.wpdt-c #wpdt-font-size{border:none !important;background-color:#f0f0f0;outline:none !important;color:#5f6368;box-shadow:none !important;}.wpdt-c #wpdt-font-family option,.wpdt-c #wpdt-font-size option{border:none !important;background-color:#fff;outline:none !important;color:#5f6368;box-shadow:none !important;}.wpdt-c .wpDataTableContainerSimpleTable .wpdtSimpleTable td.wpdt-cell span[data-content="wpdt-star-rating"],.wpdt-c .wpDataTableContainerConfigSimpleTable table td span[data-content="wpdt-star-rating"]{pointer-events:none !important;}.wpdt-c .wpDataTableContainerConfigSimpleTable td span[data-content="wpdt-star-rating"] .jq-ry-container,.wpdt-c .wpDataTableContainerSimpleTable td.wpdt-cell span[data-content="wpdt-star-rating"] .jq-ry-container,.wpdt-c.wpDataTableContainerSimpleTable td.wpdt-cell span[data-content="wpdt-star-rating"] .jq-ry-container{padding:0;margin:0;display:inline-block;cursor:default !important;}.wpdt-c .wpdtSimpleTable .wpdt-cell pre{overflow:auto;}.wpdt-c .rating{border:none;}.wpdt-c .rating>span{position:relative;display:inline-block;}.wpdt-c .rating>span:after{margin:5px;font-size:1.25em;font-family:"wpDataTablesIcons" !important;display:inline-block;content:"";}.wpdt-c .rating>span.full.rated:after{color:gold;}.wpdt-c .rating>span.full:after{color:#ccc;}.wpdt-c .rating>.half:before{content:"";margin:5px;font-size:1.25em;font-family:"wpDataTablesIcons" !important;display:inline-block;position:absolute;top:0;left:1px;color:gold;}.wpdt-c .rating>.half-reflect:after{content:"";font-family:"wpDataTablesIcons" !important;transform:rotateY(180deg);color:#ccc;}.wpdt-c table.bt thead,.wpdt-c table.bt tbody th{display:none;}.wpdt-c table.bt tfoot th,.wpdt-c table.bt tfoot td,.wpdt-c table.bt tbody td{border:none;display:block;float:left \9;width:100% \9;}.wpdt-c table.bt tfoot th.bt-hide,.wpdt-c table.bt tfoot td.bt-hide,.wpdt-c table.bt tbody td.bt-hide{display:none;}.wdt-res-wrapper.active{max-height:310px;overflow:auto;-webkit-overflow-scrolling:touch;}.wpdt-c table.bt.bt--no-header tfoot td::before,.wpdt-c table.bt.bt--no-header tbody td::before{display:none;}.wpdt-c table.wpdtSimpleTable.columnBlock td{display:block;height:auto !important;border:1px solid #eee !important;}.wpdt-c table.wpdtSimpleTable.bt td{height:auto !important;border:1px solid #ccc;white-space:normal;width:100% !important;box-sizing:border-box;}.wpdt-c table.wpdtSimpleTable.bt[data-has-header='1'] td{width:50% !important;float:left;}.wpdt-c table.wpdtSimpleTable.bt[data-has-header='1'] td.border-separate{width:44% !important;margin:0 3%;}table.wpdtSimpleTable.bt[data-has-header='1'] td.wpdt-header-classes{background-color:#eee;}.wpdt-c table.wpdtSimpleTable.bt tr.even td:not(:last-child){height:auto !important;border-bottom:1px solid #fff !important;}.wpdt-c table.wpdtSimpleTable.bt tr,.wpdt-c table.wpdtSimpleTable.columnBlock tr{border:1px solid #ccc;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.wpdt-c table.wpdtSimpleTable.bt tr.remove-borders,.wpdt-c table.wpdtSimpleTable.bt td.remove-borders,.wpdt-c table.wpdtSimpleTable tr.remove-borders,.wpdt-c table.wpdtSimpleTable td.remove-borders,.wpdt-c table.wpdtSimpleTable th.remove-borders{border:none !important;}.wpdt-c table.wpdtTemplatePricing1 tr:last-child td:first-child{border-left-color:#fff !important;border-bottom-color:#fff !important;}.wpdt-c table.wpdtTemplatePricing1 tr:first-child td:first-child{border-left-color:#fff !important;border-top-color:#fff !important;}.wpdt-c table.wpdtTemplatePedigree1 td{border:1px solid #000 !important;}[class^="wpdt-icon-"],[class*=" wpdt-icon-"]{font-family:"wpDataTablesIcons" !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.wpdt-icon-star-half:before{content:"";}.wpdt-icon-wrap-text:before{content:"";}.wpdt-icon-clip-text:before{content:"";}.wpdt-icon-overflow-text:before{content:"";}.wpdt-icon-rows-1:before{content:"";}.wpdt-icon-columns-1:before{content:"";}.wpdt-icon-rows-2:before{content:"";}.wpdt-icon-columns-2:before{content:"";}.wpdt-icon-vertical-align-top:before{content:"";}.wpdt-icon-vertical-align-center:before{content:"";}.wpdt-icon-vertical-align-bottom:before{content:"";}.wpdt-icon-remove-row:before{content:"";}.wpdt-icon-add-row-top:before{content:"";}.wpdt-icon-add-row-bottom:before{content:"";}.wpdt-icon-add-column-right:before{content:"";}.wpdt-icon-add-column-left:before{content:"";}.wpdt-icon-remove-column:before{content:"";}.wpdt-icon-insert-column-after:before{content:"";}.wpdt-icon-insert-column-before:before{content:"";}.wpdt-icon-insert-row-after:before{content:"";}.wpdt-icon-insert-row-before:before{content:"";}.wpdt-icon-g-cap:before{content:"";}.wpdt-icon-trophy:before{content:"";}.wpdt-icon-magic-stick:before{content:"";}.wpdt-icon-book:before{content:"";}.wpdt-icon-csv:before{content:"";}.wpdt-icon-search-w:before{content:"";}.wpdt-icon-shape:before{content:"";}.wpdt-icon-sort-down1:before{content:"";}.wpdt-icon-cancel-x:before{content:"";}.wpdt-icon-uniE907:before{content:"";}.wpdt-icon-copy-wa:before{content:"";}.wpdt-icon-excel:before{content:"";}.wpdt-icon-export:before{content:"";}.wpdt-icon-filled-check:before{content:"";}.wpdt-icon-icon-close:before{content:"";}.wpdt-icon-outlined-check:before{content:"";}.wpdt-icon-pdf:before{content:"";}.wpdt-icon-print:before{content:"";}.wpdt-icon-delete:before{content:"";}.wpdt-icon-edit:before{content:"";}.wpdt-icon-eye-w:before{content:"";}.wpdt-icon-plus-wa:before{content:"";}.wpdt-icon-glyph:before{content:"";}.wpdt-icon-glyph-1:before{content:"";}.wpdt-icon-glyph-2:before{content:"";}.wpdt-icon-glyph-3:before{content:"";}.wpdt-icon-glyph-4:before{content:"";}.wpdt-icon-glyph-6:before{content:"";}.wpdt-icon-glyph-5:before{content:"";}.wpdt-icon-glyph-7:before{content:"";}.wpdt-icon-glyph-9:before{content:"";}.wpdt-icon-glyph-8:before{content:"";}.wpdt-icon-glyph-10:before{content:"";}.wpdt-icon-glyph-11:before{content:"";}.wpdt-icon-glyph-12:before{content:"";}.wpdt-icon-glyph-13:before{content:"";}.wpdt-icon-glyph-14:before{content:"";}.wpdt-icon-glyph-15:before{content:"";}.wpdt-icon-glyph-16:before{content:"";}.wpdt-icon-glyph-17:before{content:"";}.wpdt-icon-glyph-18:before{content:"";}.wpdt-icon-glyph-19:before{content:"";}.wpdt-icon-glyph-20:before{content:"";}.wpdt-icon-install:before{content:"";}.wpdt-icon-1493906635_delete_filter:before{content:"";}.wpdt-icon-1493907529_pack06-16:before{content:"";}.wpdt-icon-1493907728_excel_d:before{content:"";}.wpdt-icon-csv-file-variant-with-graphs:before{content:"";}.wpdt-icon-pdf-file-format-symbol:before{content:"";}.wpdt-icon-1495736216_column_table_minus_remove_delete_discard:before{content:"";}.wpdt-icon-1495736192_column_table_new_plus_add_create_insert:before{content:"";}.wpdt-icon-icons-01:before{content:"";}.wpdt-icon-icons-02:before{content:"";}.wpdt-icon-search2:before{content:"🔍";}.wpdt-icon-search:before{content:"";}.wpdt-icon-star:before{content:"";}.wpdt-icon-th-large:before{content:"";}.wpdt-icon-th:before{content:"";}.wpdt-icon-th-list:before{content:"";}.wpdt-icon-check:before{content:"";}.wpdt-icon-times:before{content:"";}.wpdt-icon-clock:before{content:"";}.wpdt-icon-redo:before{content:"";}.wpdt-icon-sync:before{content:"";}.wpdt-icon-font:before{content:"";}.wpdt-icon-bold:before{content:"";}.wpdt-icon-italic:before{content:"";}.wpdt-icon-align-left:before{content:"";}.wpdt-icon-align-center:before{content:"";}.wpdt-icon-align-right:before{content:"";}.wpdt-icon-align-justify:before{content:"";}.wpdt-icon-list:before{content:"";}.wpdt-icon-outdent:before{content:"";}.wpdt-icon-indent:before{content:"";}.wpdt-icon-image:before{content:"";}.wpdt-icon-stop:before{content:"";}.wpdt-icon-chevron-left:before{content:"";}.wpdt-icon-chevron-right:before{content:"";}.wpdt-icon-plus-circle:before{content:"";}.wpdt-icon-minus-circle:before{content:"";}.wpdt-icon-times-circle:before{content:"";}.wpdt-icon-check-circle:before{content:"";}.wpdt-icon-question-circle:before{content:"";}.wpdt-icon-info-circle:before{content:"";}.wpdt-icon-arrow-left:before{content:"";}.wpdt-icon-arrow-right:before{content:"";}.wpdt-icon-arrow-up:before{content:"";}.wpdt-icon-arrow-down:before{content:"";}.wpdt-icon-plus:before{content:"";}.wpdt-icon-minus:before{content:"";}.wpdt-icon-exclamation-circle:before{content:"";}.wpdt-icon-eye:before{content:"";}.wpdt-icon-exclamation-triangle:before{content:"";}.wpdt-icon-calendar-alt:before{content:"";}.wpdt-icon-chevron-up:before{content:"";}.wpdt-icon-chevron-down:before{content:"";}.wpdt-icon-arrows-v1:before{content:"";}.wpdt-icon-arrows-h1:before{content:"";}.wpdt-icon-external-link:before{content:"";}.wpdt-icon-bullhorn:before{content:"";}.wpdt-icon-arrow-circle-left:before{content:"";}.wpdt-icon-arrow-circle-right:before{content:"";}.wpdt-icon-arrow-circle-up:before{content:"";}.wpdt-icon-arrow-circle-down:before{content:"";}.wpdt-icon-arrows-alt:before{content:"";}.wpdt-icon-link:before{content:"";}.wpdt-icon-copy:before{content:"";}.wpdt-icon-bars:before{content:"";}.wpdt-icon-list-ul:before{content:"";}.wpdt-icon-list-ol:before{content:"";}.wpdt-icon-strikethrough:before{content:"";}.wpdt-icon-underline:before{content:"";}.wpdt-icon-table:before{content:"";}.wpdt-icon-caret-down:before{content:"";}.wpdt-icon-caret-up:before{content:"";}.wpdt-icon-caret-left:before{content:"";}.wpdt-icon-caret-right:before{content:"";}.wpdt-icon-sort:before{content:"";}.wpdt-icon-undo:before{content:"";}.wpdt-icon-exchange-reg:before{content:"";}.wpdt-icon-angle-double-left:before{content:"";}.wpdt-icon-angle-double-right:before{content:"";}.wpdt-icon-angle-double-up:before{content:"";}.wpdt-icon-angle-double-down:before{content:"";}.wpdt-icon-angle-left:before{content:"";}.wpdt-icon-angle-right:before{content:"";}.wpdt-icon-angle-up:before{content:"";}.wpdt-icon-angle-down:before{content:"";}.wpdt-icon-chevron-circle-left:before{content:"";}.wpdt-icon-chevron-circle-right:before{content:"";}.wpdt-icon-chevron-circle-up:before{content:"";}.wpdt-icon-chevron-circle-down:before{content:"";}.wpdt-icon-minus-square:before{content:"";}.wpdt-icon-check-square:before{content:"";}.wpdt-icon-external-link-square:before{content:"";}.wpdt-icon-file-reg:before{content:"";}.wpdt-icon-sort-alpha-down:before{content:"";}.wpdt-icon-sort-alpha-up:before{content:"";}.wpdt-icon-long-arrow-down:before{content:"";}.wpdt-icon-long-arrow-up:before{content:"";}.wpdt-icon-long-arrow-left:before{content:"";}.wpdt-icon-long-arrow-right:before{content:"";}.wpdt-icon-file-pdf:before{content:"";}.wpdt-icon-file-excel:before{content:"";}.wpdt-icon-trash-reg:before{content:"";}.wpdt-icon-copyright:before{content:"";}.wpdt-icon-at:before{content:"";}.wpdt-icon-hourglass-half:before{content:"";}.wpdt-icon-calendar-times:before{content:"";}.wpdt-icon-hashtag:before{content:"";}.wpdt-icon-percent:before{content:"";}.wpdt-icon-undo-alt:before{content:"";}.wpdt-icon-long-arrow-alt-down:before{content:"";}.wpdt-icon-long-arrow-alt-left:before{content:"";}.wpdt-icon-long-arrow-alt-right:before{content:"";}.wpdt-icon-long-arrow-alt-up:before{content:"";}.wpdt-icon-expand-arrows-alt1:before{content:"";}.wpdt-icon-chevron-double-down:before{content:"";}.wpdt-icon-chevron-double-left:before{content:"";}.wpdt-icon-chevron-double-right:before{content:"";}.wpdt-icon-chevron-double-up:before{content:"";}.wpdt-icon-arrow-to-bottom:before{content:"";}.wpdt-icon-arrow-to-left:before{content:"";}.wpdt-icon-arrow-to-right:before{content:"";}.wpdt-icon-arrow-to-top:before{content:"";}.wpdt-icon-arrow-from-bottom:before{content:"";}.wpdt-icon-arrow-from-left:before{content:"";}.wpdt-icon-arrow-from-right:before{content:"";}.wpdt-icon-arrow-from-top:before{content:"";}.wpdt-icon-arrow-alt-circle-down:before{content:"";}.wpdt-icon-arrow-alt-circle-left:before{content:"";}.wpdt-icon-arrow-alt-circle-right:before{content:"";}.wpdt-icon-arrow-alt-circle-up:before{content:"";}.wpdt-icon-external-link-alt:before{content:"";}.wpdt-icon-exchange-alt:before{content:"";}.wpdt-icon-compress-alt:before{content:"";}.wpdt-icon-expand-alt:before{content:"";}.wpdt-icon-equals-reg:before{content:"";}.wpdt-icon-check-double-reg:before{content:"";}.wpdt-icon-function-reg:before{content:"";}.wpdt-icon-file-csv:before{content:"";}.wpdt-icon-brackets:before{content:"";}.wpdt-icon-line-columns:before{content:"";}.wpdt-icon-search-full:before{content:"";}.wpdt-icon-heart:before{content:"";}.wpdt-icon-star-full:before{content:"";}.wpdt-icon-th-large-full:before{content:"";}.wpdt-icon-th-full:before{content:"";}.wpdt-icon-th-list-full:before{content:"";}.wpdt-icon-check-full:before{content:"";}.wpdt-icon-times-full:before{content:"";}.wpdt-icon-cog:before{content:"";}.wpdt-icon-clock-full:before{content:"";}.wpdt-icon-tint:before{content:"";}.wpdt-icon-step-backward:before{content:"";}.wpdt-icon-play:before{content:"";}.wpdt-icon-step-forward:before{content:"";}.wpdt-icon-chevron-left-full:before{content:"";}.wpdt-icon-chevron-right-full:before{content:"";}.wpdt-icon-plus-circle-full:before{content:"";}.wpdt-icon-minus-circle-full:before{content:"";}.wpdt-icon-times-circle-full:before{content:"";}.wpdt-icon-check-circle-full:before{content:"";}.wpdt-icon-question-circle-full:before{content:"";}.wpdt-icon-info-circle-full:before{content:"";}.wpdt-icon-arrow-left-full:before{content:"";}.wpdt-icon-arrow-right-full:before{content:"";}.wpdt-icon-arrow-up-full:before{content:"";}.wpdt-icon-arrow-down-full:before{content:"";}.wpdt-icon-plus-full:before{content:"";}.wpdt-icon-minus-full:before{content:"";}.wpdt-icon-exclamation-circle-full:before{content:"";}.wpdt-icon-eye-full:before{content:"";}.wpdt-icon-chevron-up-full:before{content:"";}.wpdt-icon-chevron-down-full:before{content:"";}.wpdt-icon-arrows-v:before{content:"";}.wpdt-icon-arrows-h:before{content:"";}.wpdt-icon-bullhorn-full:before{content:"";}.wpdt-icon-arrow-circle-left-full:before{content:"";}.wpdt-icon-arrow-circle-right-full:before{content:"";}.wpdt-icon-arrow-circle-up-full:before{content:"";}.wpdt-icon-arrow-circle-down-full:before{content:"";}.wpdt-icon-wrench:before{content:"";}.wpdt-icon-filter:before{content:"";}.wpdt-icon-copy-full:before{content:"";}.wpdt-icon-save:before{content:"";}.wpdt-icon-table-full:before{content:"";}.wpdt-icon-caret-down-full:before{content:"";}.wpdt-icon-caret-up-full:before{content:"";}.wpdt-icon-caret-left-full:before{content:"";}.wpdt-icon-caret-right-full:before{content:"";}.wpdt-icon-sort-full:before{content:"";}.wpdt-icon-sort-down:before{content:"";}.wpdt-icon-envelope:before{content:"";}.wpdt-icon-sitemap:before{content:"";}.wpdt-icon-lightbulb:before{content:"";}.wpdt-icon-exchange:before{content:"";}.wpdt-icon-angle-double-left-full:before{content:"";}.wpdt-icon-angle-double-right-full:before{content:"";}.wpdt-icon-angle-left-full:before{content:"";}.wpdt-icon-angle-right-full:before{content:"";}.wpdt-icon-angle-up-full:before{content:"";}.wpdt-icon-angle-down-full:before{content:"";}.wpdt-icon-tablet:before{content:"";}.wpdt-icon-mobile:before{content:"";}.wpdt-icon-code:before{content:"";}.wpdt-icon-question:before{content:"";}.wpdt-icon-info:before{content:"";}.wpdt-icon-shield:before{content:"";}.wpdt-icon-calendar:before{content:"";}.wpdt-icon-chevron-circle-left-full:before{content:"";}.wpdt-icon-chevron-circle-right-full:before{content:"";}.wpdt-icon-chevron-circle-up-full:before{content:"";}.wpdt-icon-chevron-circle-down-full:before{content:"";}.wpdt-icon-ellipsis-h:before{content:"";}.wpdt-icon-ellipsis-v:before{content:"";}.wpdt-icon-play-circle:before{content:"";}.wpdt-icon-minus-square-full:before{content:"";}.wpdt-icon-check-square-full:before{content:"";}.wpdt-icon-external-link-square-full:before{content:"";}.wpdt-icon-file:before{content:"";}.wpdt-icon-sort-alpha-down-full:before{content:"";}.wpdt-icon-long-arrow-down-full:before{content:"";}.wpdt-icon-long-arrow-up-full:before{content:"";}.wpdt-icon-long-arrow-left-full:before{content:"";}.wpdt-icon-long-arrow-right-full:before{content:"";}.wpdt-icon-trash:before{content:"";}.wpdt-icon-at-full:before{content:"";}.wpdt-icon-chart-area:before{content:"";}.wpdt-icon-chart-line:before{content:"";}.wpdt-icon-clone:before{content:"";}.wpdt-icon-shopping-bag:before{content:"";}.wpdt-icon-times-square:before{content:"";}.wpdt-icon-trash-alt:before{content:"";}.wpdt-icon-question-square:before{content:"";}.wpdt-icon-pen:before{content:"";}.wpdt-icon-expand-arrows:before{content:"";}.wpdt-icon-expand-arrows-alt:before{content:"";}.wpdt-icon-external-link-square-alt:before{content:"";}.wpdt-icon-mobile-alt:before{content:"";}.wpdt-icon-mobile-android:before{content:"";}.wpdt-icon-mobile-android-alt:before{content:"";}.wpdt-icon-equals:before{content:"";}.wpdt-icon-greater-than:before{content:"";}.wpdt-icon-less-than:before{content:"";}.wpdt-icon-check-double:before{content:"";}.wpdt-icon-file-download:before{content:"";}.wpdt-icon-layer-group:before{content:"";}.wpdt-icon-brackets1:before{content:"";}.wpdt-icon-sort-alpha-down-alt:before{content:"";}.wpdt-icon-sort-alt:before{content:"";}.wpdt-icon-search-thin:before{content:"";}.wpdt-icon-check-thin:before{content:"";}.wpdt-icon-times-thin:before{content:"";}.wpdt-icon-clock-thin:before{content:"";}.wpdt-icon-stop-thin:before{content:"";}.wpdt-icon-info-circle-thin:before{content:"";}.wpdt-icon-plus-thin:before{content:"";}.wpdt-icon-minus-thin:before{content:"";}.wpdt-icon-calendar-alt-thin:before{content:"";}.wpdt-icon-chevron-up-thin:before{content:"";}.wpdt-icon-chevron-down-thin:before{content:"";}.wpdt-icon-file-thin:before{content:"";}.wpdt-icon-calendar-times-thin:before{content:"";}.wpdt-icon-undo2:before{content:"";}.wpdt-icon-redo2:before{content:"";}.wpdt-icon-spinner9:before{content:"";}.wpdt-icon-move:before{content:"";}.wpdt-icon-folder-open1:before{content:"";}.wpdt-icon-folder-open2:before{content:"";}.wpdt-icon-folder-close1:before{content:"";}.wpdt-icon-folder-close2:before{content:"";}.wpdt-icon-cart:before{content:"";}