.owl-carousel .owl-nav{position:relative;margin-top:15px;display:flex;justify-content:center}.owl-carousel .owl-nav.disabled{display:none!important}.owl-carousel .owl-nav button{font-size:18px;color:#1c1c1c;height:70px;width:30px;line-height:70px;text-align:center;border:1px solid transparent;position:relative;background-repeat:no-repeat!important;background-position:center!important;margin:10px;transition:all .4s ease}.owl-carousel .owl-nav button.owl-prev{background-image:url(../images-dest/icons/arrow_left.svg)!important}.owl-carousel .owl-nav button.owl-next{background-image:url(../images-dest/icons/arrow_right.svg)!important}.owl-carousel .owl-nav button:hover.owl-prev{background-image:url(../images-dest/icons/arrow_left_red.svg)!important}.owl-carousel .owl-nav button:hover.owl-next{background-image:url(../images-dest/icons/arrow_right_red.svg)!important}.owl-carousel--red-nav-arrows .owl-nav button{font-size:18px;color:#1c1c1c;text-align:center;border:1px solid transparent;position:relative;margin:10px;width:5rem;height:5rem;padding:2rem 2rem;background-color:#fff!important;background-size:60%!important;border-radius:100%;--webkint-box-shadow:-0.5rem 0.3rem 1.3rem -1rem rgba(0, 0, 0, 0.88);box-shadow:-.5rem .3rem 1.3rem -1rem rgba(0,0,0,.88)}.owl-carousel--red-nav-arrows .owl-nav button.owl-prev{background-image:url(../images-dest/icons/arrow_left_red.svg)!important}.owl-carousel--red-nav-arrows .owl-nav button.owl-next{background-image:url(../images-dest/icons/arrow_right_red.svg)!important}.owl-carousel--red-nav-arrows .owl-nav button:hover.owl-prev{background-image:url(../images-dest/icons/arrow_left_white.svg)!important;background-color:#ad0018!important}.owl-carousel--red-nav-arrows .owl-nav button:hover.owl-next{background-image:url(../images-dest/icons/arrow_right_white.svg)!important;background-color:#ad0018!important}.owl-carousel--top-nav .owl-nav{position:absolute;right:1.5rem;top:-11rem;display:flex}.accordion-container .accordion{position:relative}.accordion-container .accordion dt:not(:first-child){margin-top:2.5rem}.accordion-container .accordion dd{font-size:1.8rem;line-height:1.5}.accordion-container .accordion .accordionTitle{background-color:#fff;text-align:left;font-weight:600;padding:.7em;text-decoration:none;color:#3e3e3e;transition:background-color .5s ease-in-out;box-shadow:0 0 20px rgba(0,0,0,.15);border-radius:55px;font-size:2.4rem;z-index:2;position:relative;display:flex;flex-direction:row;align-content:center;align-items:center}.accordion-container .accordion .accordionTitle:before{margin-right:1rem;margin-left:.5rem}@media screen and (max-width:768px){.accordion-container .accordion .accordionTitle{font-size:1.8rem}}.accordion-container .accordion .accordionTitle:before{content:"+";font-size:1.5em;line-height:initial;margin-top:-2px;transition:transform .3s ease-in-out;color:#83a442}.accordion-container .accordion .accordionTitle:hover{background:#c9c10a3d;transition:background-color .5s ease-in-out}.accordion-container .accordion .accordion__Heading{background:linear-gradient(90deg,#71701d 0,#c9c10a 100%);transition:all .4s ease;text-align:center;font-weight:700;padding:2em;display:block;text-decoration:none;color:#fff;transition:background-color .5s ease-in-out}.accordion-container .accordion .accordion__Heading:before{content:"+";font-size:1.5em;line-height:.5em;float:left;transition:transform .3s ease-in-out}.accordion-container .accordion .accordion__Heading:hover{background-color:#2ba659}.accordion-container .accordion .accordionTitleActive{background-color:#2ba659}.accordion-container .accordion .accordionTitleActive:before{transform:rotate(-225deg)}.accordion-container .accordion .accordionTitle.is-expanded{background:linear-gradient(90deg,#75923b 0,#a2c759 100%);color:#fff}.accordion-container .accordion .accordionTitle.is-expanded:before{transform:rotate(-225deg)}.accordion-container .accordion .accordionTitle.is-expanded::before{color:#fff}.accordion-container .accordion .accordion-content{background:#fff;border-radius:25px;padding:0;margin:0}.accordion-container .accordion .accordion-content p:last-child{margin-bottom:0}.accordion-container .accordion .accordion-content.is-expanded{padding:2rem 4rem}@media screen and (max-width:576px){.accordion-container .accordion .accordion-content.is-expanded{padding:2rem 0rem}}.accordion-container .accordion .accordion-content.is-collapsed{max-height:0!important}.accordion-container .accordion .accordionItem{transition:max-height 1s;overflow:hidden;height:auto}.accordion-container .accordion .accordionItem:not(.default-scroll-disabled){transform-origin:50% 0;max-height:10000rem}.accordion-container .accordion .no-js .accordionItem.is-collapsed{max-height:auto}.accordion-container .accordion .accordion-content.is-expanded:not(.default-scroll-disabled),.accordion-container .accordion .animateIn{animation:accordionIn .45s normal ease-in-out both 1}.accordion-container .accordion .accordion-content.is-collapsed:not(.default-scroll-disabled),.accordion-container .accordion .animateOut{animation:accordionOut .45s alternate ease-in-out both 1}@media screen and (min-width:48em){.accordion-container .accordion .accordionItem:not(.default-scroll-disabled){transition:all .5s;transition-property:max-height,padding}.accordion-container .accordion .accordionItem.default-scroll-disabled{transition:max-height .5s}}@keyframes accordionIn{0%{opacity:0;transform:scale(.9) rotateX(-60deg);transform-origin:50% 0}100%{opacity:1;transform:scale(1)}}@keyframes accordionOut{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.9) rotateX(-60deg)}}.option-selector__name{font-weight:700;margin-bottom:.5rem;color:#3e3e3e;line-height:1.1}.option-selector__name--centered{text-align:center}.option-selector__values{display:flex;flex-wrap:wrap}.option-selector__value{display:flex;flex-grow:1}.option-selector__values--centered .option-selector__value{justify-content:center}.option-selector__value:hover label{color:#ad0018;box-shadow:0 3px 20px 0 rgba(0,0,0,.1)}.option-selector label{font-weight:700;color:#848022;padding:17px 22px;border-radius:50px;cursor:pointer;transition:.3s all ease;text-transform:uppercase;margin-bottom:0}.option-selector input{display:none}.option-selector input:checked+label{color:#ad0018;box-shadow:0 3px 20px 0 rgba(0,0,0,.1)}@media screen and (max-width:769px){.option-selector input:checked+label{-webkit-appearance:none;box-shadow:-1px 1px 11px rgba(0,0,0,.4)}}@media screen and (min-width:2000px){main:not(.landing):not(.no-header).u-margin-top-huge-minus{margin-top:-14rem!important}}@media screen and (min-width:2500px){main:not(.landing):not(.no-header).u-margin-top-huge-minus{margin-top:-10rem!important}}@media screen and (min-width:3800px){main:not(.landing):not(.no-header).u-margin-top-huge-minus{margin-top:-13rem!important}}@media screen and (max-width:991px){main:not(.landing):not(.no-header).u-margin-top-huge-minus{margin-top:-5rem!important}}@media screen and (max-width:1280px){main:not(.landing):not(.no-header) section{padding:3rem;padding-top:1rem!important;margin-top:0!important}main:not(.landing):not(.no-header) section .container .subpage-intro{padding-left:0!important;padding-right:0!important}main:not(.landing):not(.no-header) section .container .subpage-intro .heading-subpage-intro--main{margin-top:0;margin-bottom:0}main:not(.landing):not(.no-header) section .container .subpage-intro .subpage-breadcrumb .page__section{padding:1rem 0rem}main:not(.landing):not(.no-header) section .container .subpage-intro .subpage-breadcrumb .breadcrumb__group{font-size:1.1rem}main:not(.landing):not(.no-header) section .container .subpage-intro .subpage-breadcrumb .breadcrumb__group:nth-of-type(n+2){margin-left:0!important}main:not(.landing):not(.no-header) section .container .subpage-intro .subpage-breadcrumb .breadcrumb__divider{margin-left:.5rem}}@media screen and (max-width:1024px){main:not(.landing):not(.no-header) section{padding:1rem}main:not(.landing):not(.no-header) section.product-inner.first-inner{margin:0 3rem}}@media screen and (max-width:575px){main:not(.landing):not(.no-header) section{padding:1rem}main:not(.landing):not(.no-header) section.product-inner.first-inner{margin:0 1rem}}@media screen and (max-width:400px){main:not(.landing):not(.no-header) section{padding:1rem}main:not(.landing):not(.no-header) section.product-inner.first-inner{margin:0 3rem}}main:not(.landing):not(.no-header) section.product-categories-subpage{padding:0 12rem}@media screen and (max-width:767px){main:not(.landing):not(.no-header) section.product-categories-subpage{display:flex;flex-direction:column;flex-wrap:wrap}main:not(.landing):not(.no-header) section.product-categories-subpage .sidebar{order:2}main:not(.landing):not(.no-header) section.product-categories-subpage .sidebar .sidebar__left__block1{order:1}main:not(.landing):not(.no-header) section.product-categories-subpage .sidebar .sidebar__left__block2{order:2}main:not(.landing):not(.no-header) section.product-categories-subpage .sidebar .sidebar__left__block3{order:3}main:not(.landing):not(.no-header) section.product-categories-subpage .sidebar .sidebar__block .flex-grid-category{height:2.1rem}main:not(.landing):not(.no-header) section.product-categories-subpage .sidebar .sidebar__block .flex-grid-category a{font-size:calc(14px + 6 * ((100vw - 320px)/ 680))!important}main:not(.landing):not(.no-header) section.product-categories-subpage .sidebar .sidebar__block .flex-grid-category p:not(:last-child){margin-bottom:0rem}main:not(.landing):not(.no-header) section.product-categories-subpage .sidebar .sidebar__block h3{margin-bottom:1rem}main:not(.landing):not(.no-header) section.product-categories-subpage .product-grid{order:1}main:not(.landing):not(.no-header) section.product-categories-subpage .product-grid .pagination{margin-bottom:3rem}}.category-bg-img{background-image:url(../images-dest/backgrounds/category_inner_bg.webp)}.subpage-header-inner{position:relative;padding-top:120px!important;padding-bottom:100px!important;background-size:cover;background-position:center bottom;z-index:1;position:relative}@media screen and (max-width:991px){.subpage-header-inner{padding-top:80px!important;padding-bottom:60px!important}}.subpage-header-inner--without-bg{padding-top:0!important}.subpage-header-inner--image{padding-top:0!important;padding-bottom:0!important;margin-top:-10rem;z-index:2}@media screen and (max-width:1440px){.subpage-header-inner--image{padding-top:20px!important;margin-top:-8rem}.subpage-header-inner--image>div{padding-left:8rem!important}}@media screen and (max-width:1280px){.subpage-header-inner--image{padding-top:20px!important;margin-top:-5rem}.subpage-header-inner--image>div{padding-left:6rem!important}}@media screen and (max-width:991px){.subpage-header-inner--image{padding-top:40px!important;margin-top:-3rem}}@media screen and (max-width:768px){.subpage-header-inner--image{padding-top:40px!important;margin-top:0}.subpage-header-inner--image>div{padding-left:0!important}}.subpage-header-inner--image>div{padding-left:12rem}.subpage-header-inner--with-button{padding-top:120px!important;padding-bottom:65px!important}@media screen and (max-width:991px){.subpage-header-inner--with-button{padding-top:60px!important;padding-bottom:45px!important}}.subpage-header-inner--with-subtitle{padding-top:140px!important;padding-bottom:140px!important}@media screen and (max-width:991px){.subpage-header-inner--with-subtitle{padding-top:60px!important;padding-bottom:70px!important}}.subpage-header-inner.category-bg-img{z-index:0}.subpage-header-inner .flex-grid-row{display:flex;align-items:center}@media screen and (max-width:991px){.subpage-header-inner .flex-grid-row{flex-direction:column}}.subpage-header-inner p{color:#3e3e3e;font-size:2rem;line-height:1.5}@media screen and (max-width:991px){.subpage-header-inner p{font-size:1.6rem}}.subpage-header-inner p.category-alert-message{color:#ad0018}.subpage-header-inner p.bold-title{font-weight:600}@media screen and (max-width:991px){.subpage-header-inner{padding:30px}}.subpage-header-inner .ask-price-btn{margin-top:30px}@media screen and (max-width:991px){.subpage-header-inner .ask-price-btn{margin-top:0}}.subpage-header-inner .aligner{display:flex;justify-content:center;align-items:center;margin-top:0}.categories{padding:0 12rem}@media screen and (max-width:1440px){.categories{padding:0 3rem}}.categories .choose-category-instruction{padding-left:3rem}@media screen and (max-width:576px){.categories .choose-category-instruction{padding-left:0;padding-right:0}}@media screen and (max-width:991px){.categories .row.row-full-width{margin-left:-45px;margin-right:-45px}}.categories .owl-item{max-width:500px}.categories .button-aligner{display:flex;align-items:flex-end}.categories .category-buttons .align-right{display:block;float:right}@media screen and (max-width:1280px){.categories .category-buttons .align-right{float:left;margin-left:9rem}}@media screen and (max-width:414px){.categories .category-buttons .align-right{margin-left:1.4rem}}@media screen and (max-width:576px){.categories .category-buttons .align-right{margin-left:0}}.categories .category-buttons .align-right .category-radios{justify-content:space-between;display:flex;margin-bottom:5rem}@media screen and (max-width:1280px){.categories .category-buttons .align-right .category-radios{flex-direction:column;margin-right:-5rem}}@media screen and (max-width:768px){.categories .category-buttons .align-right .category-radios{flex-direction:column;justify-content:left;margin-right:0}}.categories .category-buttons .align-right .category-radios .category-radio{cursor:pointer}.categories .category-buttons .align-right .category-radios .category-radio:not(:last-child){margin-right:2rem}.categories .category-buttons .align-right .category-radios .category-radio label{color:#3e3e3e;font-size:2.8rem;padding-left:7rem;position:relative;cursor:pointer}@media screen and (max-width:576px){.categories .category-buttons .align-right .category-radios .category-radio label{font-size:2.4rem;padding-left:6rem}}.categories .category-buttons .align-right .category-radios .category-radio label:before{content:"";position:absolute;width:6.1rem;height:6.1rem;margin-left:-7rem;margin-right:2rem;border-radius:100%;background:#fff;border:solid 1.4rem #fff;margin-right:10rem;top:-1rem;transition:.5s ease}@media screen and (max-width:576px){.categories .category-buttons .align-right .category-radios .category-radio label:before{width:5rem;height:5rem;margin-top:3px}}.categories .category-buttons .align-right .category-radios .category-radio input{position:absolute;left:-10000px}.categories .category-buttons .align-right .category-radios .category-radio input:checked+label:before{background:#bf1919;border:solid 1.4rem #bf1919}@media screen and (max-width:576px){.categories .category-buttons .align-right .category-radios .category-radio input:checked+label:before{border:solid 1rem #bf1919}}.categories .category-buttons .align-right .category-radios .category-radio.solar label:before{background-image:url(../images-dest/icons/sun_red.svg);background-size:cover}.categories .category-buttons .align-right .category-radios .category-radio.solar input:checked+label:before{background-image:url(../images-dest/icons/sun.svg);background-size:cover}.categories .category-buttons .align-right .category-radios .category-radio.thermo label:before{background-image:url(../images-dest/icons/heat_red.svg);background-size:cover}.categories .category-buttons .align-right .category-radios .category-radio.thermo input:checked+label:before{background-image:url(../images-dest/icons/heat.svg);background-size:cover}.categories .category-buttons .align-right .category-radios .category-radio.emobility label:before{background-image:url(../images-dest/icons/e-mobilitas_voros.svg);background-size:cover}.categories .category-buttons .align-right .category-radios .category-radio.emobility input:checked+label:before{background-image:url(../images-dest/icons/e-mobilitas_feher.svg);background-size:cover}@media screen and (max-width:1280px){.categories .category-buttons .align-right .category-radios .solar,.categories .category-buttons .align-right .category-radios .thermo{margin-bottom:2rem}}.categories .choose-a-category-text{margin-top:2rem;margin-bottom:5rem;line-height:2.2rem}.categories .solar_category{position:relative;overflow:hidden;margin-top:1rem;width:100%;background:#fff;text-align:left;color:#000;box-shadow:0 0 10px rgba(0,0,0,.15);font-size:1.6rem;border-radius:3rem;height:27rem}.categories .solar_category *{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.categories .solar_category>img{-webkit-transform:scale(1.05);transform:scale(1.05);max-width:100%;vertical-align:top;position:relative;-webkit-filter:blur(5px);filter:blur(0);opacity:.05}.categories .solar_category .image{-webkit-transition-delay:.2s;transition-delay:.2s;position:absolute;top:0;height:75%;width:100%;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.2);display:flex;flex-wrap:wrap;align-content:center}.categories .solar_category .image img{-webkit-transform:scale(1.05);transform:scale(1.05);height:auto;max-width:100%}.categories .solar_category figcaption{-webkit-transition-delay:.2s;transition-delay:.2s;position:absolute;top:75%;text-align:center;padding:2rem;background:#fff;z-index:1;width:100%}.categories .solar_category figcaption h3{margin:0;font-weight:600;font-size:2rem;margin-bottom:1.5rem}.categories .solar_category figcaption p{margin:0;letter-spacing:1px;opacity:0;color:#707070;line-height:1.2222222222222}.categories .solar_category a{left:0;right:0;top:0;bottom:0;position:absolute;z-index:1}.categories .solar_category:hover h3{color:#ad0018}.categories .solar_category:hover figcaption{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition-delay:0s;transition-delay:0s;top:37.5%}.categories .solar_category:hover .image{-webkit-transition-delay:0s;transition-delay:0s;top:-12.5%}.categories .solar_category:hover .image img{filter:none;opacity:1}.categories .solar_category:hover p{opacity:1;-webkit-transition-delay:.2s;transition-delay:.2s}.categories .categories__slider .col-lg-3{max-width:100%}@media screen and (max-width:768px){.categories{padding:.3rem!important}.categories .owl-carousel .owl-nav{margin-top:0!important}.categories .owl-carousel .owl-nav button{margin-top:0;margin-bottom:0;height:30px}}@media screen and (max-width:768px){.categories .solar-categories-subpage{margin-top:0;padding:0 3rem!important}}@media screen and (max-width:576px){.categories .heading-secondary{margin-top:1rem;margin-bottom:3rem}}.solar-categories-subpage{margin-top:-12rem}.solar-categories-subpage--inner{margin-top:0!important}@media screen and (max-width:1800px){.solar-categories-subpage{margin-top:-8rem}}@media screen and (max-width:1440px){.solar-categories-subpage{margin-top:-4rem}}@media screen and (max-width:1280px){.solar-categories-subpage{margin-top:-2rem}}@media screen and (max-width:991px){.solar-categories-subpage{margin-top:-6rem}}@media screen and (max-width:768px){.solar-categories-subpage{margin-top:0}.solar-categories-subpage .choose-category-instruction{padding-left:15px}}@media screen and (max-width:991px){.solar-categories-subpage{padding:3rem!important}}.solar-categories-subpage .bold-title{font-size:2rem;font-weight:700;color:#3e3e3e}.solar-categories-subpage .ask-price-btn{margin-top:30px}.solar-categories-subpage .aligner{display:flex;justify-content:center;align-items:center}@media screen and (max-width:991px){.solar-categories-subpage .aligner{margin-top:-90px}}.solar-categories-subpage .categories{padding:0}.solar-categories-subpage .categories .heading-secondary{margin-bottom:70px}.solar-categories-subpage .categories .solar_category{height:35.7rem;position:relative;overflow:hidden;margin:1rem;width:100%;background:#fff;text-align:left;color:#000;box-shadow:0 0 10px rgba(0,0,0,.15);font-size:1.6rem;border-radius:3rem}.solar-categories-subpage .categories .solar_category *{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.solar-categories-subpage .categories .solar_category>img{-webkit-transform:scale(1.05);transform:scale(1.05);max-width:100%;vertical-align:top;position:relative;-webkit-filter:blur(5px);filter:blur(0);opacity:.05}.solar-categories-subpage .categories .solar_category .image{-webkit-transition-delay:.2s;transition-delay:.2s;position:absolute;top:0;width:100%;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.2);height:75%;display:flex;flex-wrap:wrap;align-content:center}.solar-categories-subpage .categories .solar_category .image img{-webkit-transform:scale(1.05);transform:scale(1.05);height:auto;max-width:100%}.solar-categories-subpage .categories .solar_category figcaption{-webkit-transition-delay:.2s;transition-delay:.2s;position:absolute;top:75%;text-align:center;padding:2rem;background:#fff;z-index:1;width:100%}.solar-categories-subpage .categories .solar_category figcaption h3{margin:0;font-weight:600;font-size:2rem;margin-bottom:1.5rem}.solar-categories-subpage .categories .solar_category figcaption p{margin:0;letter-spacing:1px;opacity:0;color:#707070;line-height:1.2222222222222}.solar-categories-subpage .categories .solar_category a{left:0;right:0;top:0;bottom:0;position:absolute;z-index:1}.solar-categories-subpage .categories .solar_category:hover h3{color:#ad0018}.solar-categories-subpage .categories .solar_category:hover figcaption{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition-delay:0s;transition-delay:0s;top:78%;padding:2.4rem}.solar-categories-subpage .categories .solar_category:hover:hover figcaption{top:37.5%}.solar-categories-subpage .categories .solar_category:hover .image{-webkit-transition-delay:0s;transition-delay:0s;top:-12.5%}.solar-categories-subpage .categories .solar_category:hover .image img{filter:none;opacity:1}.solar-categories-subpage .categories .solar_category:hover p{opacity:1;-webkit-transition-delay:.2s;transition-delay:.2s}@media screen and (max-width:1440px){.solar-categories-subpage .categories .solar_category{height:30rem}}@media screen and (max-width:1280px){.solar-categories-subpage .categories .solar_category{height:28rem}}@media screen and (min-width:1280px){.solar-categories-subpage .categories .categories__slider .owl-nav{display:none}}@media screen and (min-width:1280px){.solar-categories-subpage .categories .categories__slider .owl-stage-outer .owl-stage{transform:none!important;transition:all 0s ease 0s!important;width:100%!important}}.solar-categories-subpage .categories_inner .solar_category figcaption{top:75%!important}.solar-categories-subpage .categories_inner .solar_category figcaption h3{font-size:2rem}.solar-categories-subpage .categories_inner .solar_category:hover .image{top:0}.solar-categories-subpage .categories_inner .solar_category:hover .image img{-webkit-transform:scale(1.12);transform:scale(1.12)}.solar-categories-subpage .categories_inner .solar_category .image{top:0}.solar-categories-subpage .categories_inner .solar_category .image img{-webkit-transform:scale(1);transform:scale(1);max-width:100%;position:absolute;top:0;filter:none!important;opacity:1!important;bottom:0}.owl-carousel.owl-drag .owl-item a:hover{text-decoration:none}.modal{background-color:#fff;display:none;position:fixed;width:880px;height:auto!important;padding:0;border-radius:25px;z-index:100000;box-shadow:0 0 0 99999px rgba(0,0,0,.7);top:10%;margin-left:auto;margin-right:auto;left:0;right:0;text-align:center}@media screen and (max-width:991px){.modal{background-color:#fff;display:none;position:fixed;height:auto!important;width:90%!important;padding:0;border-radius:25px;z-index:100000;top:10%;margin-left:auto;margin-right:auto;left:0;right:0;text-align:center;top:30px;margin:0 auto!important}}.close-modal{color:#000;text-decoration:none;float:right;position:absolute;top:10px;right:20px;z-index:10}.modal-content{border:none!important}.modal-content img{width:100%;height:auto}.modal-content .btn{margin-top:70px}@media screen and (max-width:768px){.modal-content .btn{margin-top:40px;width:100%}}.modal-content .text{padding:50px}@media screen and (max-width:991px){.modal-content .text{padding:30px}}.modal-content .text h5{color:#c9c10a;font-size:3.5rem;font-weight:600}@media screen and (max-width:991px){.modal-content .text h5{font-size:2rem}}@media screen and (max-width:991px){.modal-content .text p{display:none}}.modal-content .leave-comment{padding:0 50px}@media screen and (max-width:576px){.modal-content .leave-comment{padding:0 25px}}.modal-content .leave-comment .comment-form .checkboxes{margin-top:-70px;margin-bottom:30px}.modal-content .leave-comment .comment-form input[type=checkbox]{height:0;width:0}.modal-content .leave-comment .comment-form input[type=checkbox]+label{position:relative;display:flex;margin:.6em 0;align-items:center;color:#c9c10a;transition:color 250ms cubic-bezier(.4,0,.23,1);font-size:1.3rem}.modal-content .leave-comment .comment-form input[type=checkbox]+label>ins{position:absolute;display:block;bottom:0;left:2em;height:0;width:100%;overflow:hidden;text-decoration:none;transition:height .3s cubic-bezier(.4,0,.23,1)}.modal-content .leave-comment .comment-form input[type=checkbox]+label>ins>i{position:absolute;bottom:0;font-style:normal;color:#c9c10a}.modal-content .leave-comment .comment-form input[type=checkbox]+label>span{display:flex;justify-content:center;align-items:center;margin-right:1em;width:1em;height:1em;background:0 0;border:1px solid #c9c10a;border-radius:2px;cursor:pointer;transition:all 250ms cubic-bezier(.4,0,.23,1)}.modal-content .leave-comment .comment-form input[type=checkbox]+label:hover,.modal-content .leave-comment .comment-form input[type=checkbox]:focus+label{color:#c9c10a}.modal-content .leave-comment .comment-form input[type=checkbox]+label:hover>span,.modal-content .leave-comment .comment-form input[type=checkbox]:focus+label>span{background:rgba(255,255,255,.1)}.modal-content .leave-comment .comment-form input[type=checkbox]:checked+label>ins{height:100%}.modal-content .leave-comment .comment-form input[type=checkbox]:checked+label>span{border:.5em solid #c9c10a;animation:shrink-bounce .2s cubic-bezier(.4,0,.23,1)}.modal-content .leave-comment .comment-form input[type=checkbox]:checked+label>span:before{content:"";position:absolute;top:.6em;left:.2em;border-right:3px solid transparent;border-bottom:3px solid transparent;transform:rotate(45deg);transform-origin:0 100%;animation:checkbox-check 125ms 250ms cubic-bezier(.4,0,.23,1) forwards}@keyframes shrink-bounce{0%{transform:scale(1)}33%{transform:scale(.85)}100%{transform:scale(1)}}@keyframes checkbox-check{0%{width:0;height:0;border-color:#212121;transform:translate3d(0,0,0) rotate(45deg)}33%{width:.2em;height:0;transform:translate3d(0,0,0) rotate(45deg)}100%{width:.2em;height:.5em;border-color:#212121;transform:translate3d(0,-.5em,0) rotate(45deg)}}.modal-content .leave-comment .comment-form .site-btn{color:#ad0018;padding:10px 20px;background:#fff;font-size:20px;font-weight:600;border-radius:50px;border:transparent}.modal-content .leave-comment .comment-form .site-btn:hover{color:#ad0018;transition:all .4s ease}.modal-content .leave-comment .comment-form input{width:100%;font-size:1.6rem;color:#fff;height:50px;border:1px solid #ffffff38;border-radius:30px;padding-left:20px;margin-bottom:30px;background:#f3f6f3}.modal-content .leave-comment .comment-form textarea{width:100%;resize:none;font-size:1.6rem;color:#fff;height:150px;border:1px solid #ffffff38;border-radius:30px;padding-left:20px;padding-top:10px;margin-bottom:35px;background:#f3f6f3}.modal-content .leave-comment .comment-form .site-btn{padding:13px 35px 11px}@media (max-width:576px){.modal-content{clear:both;border:none!important}}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:block;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;height:auto}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none!important}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*!
 * froala_editor v2.6.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2017 Froala Labs
 */.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}table.fr-dashed-borders td,table.fr-dashed-borders th{border-style:dashed}table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}table td.fr-highlighted,table th.fr-highlighted{border:1px double red}table td.fr-thick,table th.fr-thick{border-width:2px}.fr-file{position:relative}.fr-file::after{position:relative;content:"\1F4CE";font-weight:400}span.fr-emoticon{font-weight:400;font-family:"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols;display:inline;line-height:0}span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat!important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-text-gray{color:#aaa!important}.fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}.fr-text-spaced{letter-spacing:1px}.fr-text-uppercase{text-transform:uppercase}img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-dib.fr-fil{margin-left:0}img.fr-dib.fr-fir{margin-right:0}img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}img.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}img.fr-bordered{border:solid 10px #ccc;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-video{text-align:center;position:relative}.fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-video.fr-dvb{display:block;clear:both}.fr-video.fr-dvb.fr-fvl{text-align:left}.fr-video.fr-dvb.fr-fvr{text-align:right}.fr-video.fr-dvi{display:inline-block}.fr-video.fr-dvi.fr-fvl{float:left}.fr-video.fr-dvi.fr-fvr{float:right}a.fr-strong{font-weight:700}a.fr-green{color:green}button.fr-rounded,input.fr-rounded,textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}button.fr-large,input.fr-large,textarea.fr-large{font-size:24px}a.fr-strong{font-weight:700}a.fr-green{color:green}img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-dib.fr-fil{margin-left:0}img.fr-dib.fr-fir{margin-right:0}img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}img.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}img.fr-bordered{border:solid 10px #ccc;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}img.fr-shadow{-webkit-box-shadow:10px 10px 5px 0 #ccc;-moz-box-shadow:10px 10px 5px 0 #ccc;box-shadow:10px 10px 5px 0 #ccc}