﻿@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..700;1,200..700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Ranchers&display=swap");:root{--black:#211d1f;--dark:#2f2925;--white:#fff;--yellow:#f2b94b;--theme-color:#935833;--theme-color-2:#315844;--theme-color-3:#8f3d2e;--theme-color-4:#fff6ea;--theme-color-5:#efe3d2;--theme-color-6:#c9b286;--theme-color-7:#f4efe6;--header:#211d1f;--main:#211d1f;--text:#5c554f;--border:#eadfce;--ratting:#e5a338;--box-shadow:0 18px 55px rgba(45,36,30,.12);--site-ink:#211d1f;--site-ink-soft:#3f3731;--site-bg:#f7f0e7;--site-paper:#fffaf2;--site-cream:#fff2df;--site-sand:#ead7b9;--site-accent:#935833;--site-accent-dark:#9f3f1f;--site-blue:#54aec9;--site-copper:#8f3d2e;--site-sage:#315844;--site-sage-soft:#dce7d8;--site-lilac:#cfc0e6;--site-sky:#8cb2c8;--site-muted:#6f665e;--site-border:#ddd;--site-shadow:0 26px 70px rgba(45,36,30,.13);}@media(max-width:768px){.container-fluid{--bs-gutter-x:2rem;}}@media all and (min-width:768px) and (max-width:1519px){.container-fluid{--bs-gutter-x:7rem;}.container{max-width:none;--bs-gutter-x:7rem;}}@media(min-width:1520px){.container-fluid{--bs-gutter-x:7rem;}}::-moz-selection{background:var(--black);color:#fff;}::selection{background:var(--black);color:#fff;}.dark *::selection{background:var(-\2dyellow);color:var(--black);}.btn-expand{position:relative;display:inline-flex;align-items:center;justify-content:center;background:var(--white);border-radius:50px;height:56px;width:56px;overflow:hidden;text-decoration:none;transition:width .35s cubic-bezier(.4,0,.2,1);}.btn-expand .icon{position:absolute;display:flex;align-items:center;justify-content:center;width:56px;height:56px;font-size:18px;transition:all .35s cubic-bezier(.4,0,.2,1);}.btn-expand .text{position:absolute;left:20px;white-space:nowrap;opacity:0;transform:translateX(-10px);font-weight:500;transition:all .3s ease;}.btn-expand:hover{width:180px;}.btn-expand:hover .text{opacity:1;transform:translateX(0);}.btn-expand:hover .icon{transform:none;left:auto;right:15px;}.btn-touch{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;min-width:210px;height:54px;padding:8px 10px 8px 26px;border-radius:999px;background:#f0e8dc;color:var(--black);text-decoration:none;overflow:hidden;position:relative;transition:background .35s ease,transform 1.25s ease;}.btn-touch:hover{background:#f0e8dc;}.btn-touch:hover .btn-touch__text--first{transform:translateY(120%);opacity:0;}.btn-touch:hover .btn-touch__text--second{transform:translateY(0);opacity:1;}.btn-touch:hover .icon-track{transform:translateX(-36px);}.btn-touch__text-wrap{position:relative;height:28px;margin-top:13px;overflow:hidden;flex:1;}.btn-touch__text{position:absolute;left:0;top:0;white-space:nowrap;font-size:14px;font-weight:700;line-height:1.2;transition:transform 1.05s cubic-bezier(.22,1,.36,1),opacity .3s ease;}.btn-touch__text--first{transform:translateY(0);opacity:1;}.btn-touch__text--second{transform:translateY(-120%);opacity:1;}.btn-touch__icon{position:relative;width:36px;height:36px;min-width:36px;border-radius:50%;background:var(--theme-color);overflow:hidden;}.btn-touch .icon-track{position:absolute;top:0;left:0;width:72px;height:36px;display:flex;align-items:center;transition:transform .6s cubic-bezier(.22,1,.36,1);transform:translateX(0);}.btn-touch .icon-track i{width:36px;height:36px;flex:0 0 36px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;}.btn-touch-outline,.btn-touch.btn-touch-outline{background:var(--btn-touch-outline-bg,transparent)!important;border:1px solid var(--btn-touch-outline-border,currentColor)!important;color:var(--btn-touch-outline-color,var(--black))!important;box-shadow:none!important;}.btn-touch-outline:hover,.btn-touch.btn-touch-outline:hover{background:var(--btn-touch-outline-hover-bg,var(--btn-touch-outline-bg,transparent))!important;border-color:var(--btn-touch-outline-hover-border,var(--btn-touch-outline-border,currentColor))!important;color:var(--btn-touch-outline-hover-color,var(--btn-touch-outline-color,var(--black)))!important;}.btn-touch-outline .btn-touch__icon,.btn-touch.btn-touch-outline .btn-touch__icon{background:var(--btn-touch-outline-icon-bg,currentColor)!important;color:var(--btn-touch-outline-icon-color,var(--white))!important;}.btn-standart{color:var(--black);border-radius:0;padding:15px 0;font-weight:700;font-size:14px;display:inline-flex;align-items:center;}.btn-standart .arrow{display:inline-block;height:14px;margin-left:.75em;position:relative;transition:height 250ms ease 0s,width 250ms ease 0s;width:12px;vertical-align:middle;}.btn-standart .arrow:before{border-bottom:1px solid;content:"";left:0;position:absolute;top:50%;transform:translateY(-50%);transition:width 250ms ease 0s;width:12px;}.btn-standart .arrow:after{border-right:1px solid;border-top:1px solid;content:"";display:block;height:7px;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(45deg);transition:height 250ms ease 0s,transform 250ms ease 0s,width 250ms ease 0s;width:7px;}.btn-standart:hover{color:var(--black);}.btn-standart:hover span::before{width:20px;}.btn-standart:hover span:after{transform:translate(9px,-50%) rotate(45deg);}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:14px;background:none;font-family:inherit;font-size:14px;font-weight:700;line-height:1;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;appearance:none;transition:color .24s ease,background-color .24s ease,border-color .24s ease,transform .24s ease;}.btn:hover,.btn:focus-visible{transform:translateY(0);text-decoration:none;}.btn:hover .btn-icon,.btn:focus-visible .btn-icon{transform:translateX(2px);}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;min-width:22px;border-radius:50%;font-size:14px;line-height:1;transition:transform .24s ease;}.btn-icon::before{content:"→";}.btn-white{background:var(--site-paper);color:var(--site-ink);border-color:var(--site-paper);}.btn-white .btn-icon{color:var(--site-paper);background:var(--site-ink);}.btn-white:hover,.btn-white:focus-visible{color:var(--site-ink);background:var(--white);border-color:var(--white);}.btn-white:focus-visible{outline:2px solid rgba(255,255,255,.72);outline-offset:3px;}.btn-black{background:var(--site-ink);color:var(--site-paper);border-color:var(--site-ink);}.btn-black:hover,.btn-black:focus-visible{background:var(--site-ink);color:var(--white);border-color:var(--site-ink);}body{font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:30px;color:#3f3731;background-color:#f7f0e7;padding:0;margin:0;}ul{padding:0;margin:0;list-style:none;}button{border:0;background-color:transparent;padding:0;}input:focus{color:var(--white);outline:0;}input{color:var(--white);}b,strong{font-weight:700;}h1,h2,h3,h4,h5,h6{font-family:"Alfa Slab One",serif;padding:0;color:var(--header);transition:all .4s ease-in-out;line-height:1.3;}h1{font-size:48px;}@media(max-width:1399px){h1{font-size:44px;}}@media(max-width:1199px){h1{font-size:40px;}}@media(max-width:991px){h1{font-size:36px;}}@media(max-width:767px){h1{font-size:32px;}}@media(max-width:575px){h1{font-size:26px;}}h2{line-height:121%;}@media(max-width:1399px){h2{font-size:30px;}}@media(max-width:1199px){h2{font-size:24px;}}@media(max-width:767px){h2{font-size:24px;}}@media(max-width:575px){h2{font-size:24px;}}h3{font-size:24px;}@media(max-width:575px){h3{font-size:20px;}}h4{font-size:20px;}h5{font-size:18px;}h6{font-size:16px;}a{text-decoration:none;outline:0!important;cursor:pointer;color:var(--header);transition:all .4s ease-in-out;}p{transition:all .4s ease-in-out;font-weight:300;font-family:"Poppins",monospace;color:#111;}.dark{background:var(--black);}.dark p,.dark a,.dark h2,.dark h3{color:var(--white);}.dark a:hover{color:var(--white);}.page{padding:120px 0;}.page span.br{display:block;}.white{background:var(--white);color:var(--black);}.subtitle{margin-bottom:0;}.counter-section{padding:0;margin:24px auto;position:relative;z-index:9;background:var(--site-bg);}.counter-section .counter-wrapper{padding:0;}@media(max-width:1199px){.counter-section .counter-wrapper{flex-wrap:wrap;gap:30px;}}.counter-section .counter-wrapper .counter-item{display:flex;align-items:center;gap:30px;}.counter-section .counter-wrapper .counter-item .icon{display:flex;align-items:center;width:80px;height:80px;color:var(--white);line-height:1;text-align:center;border-radius:50%;}.counter-section .counter-wrapper .counter-item .icon i{margin:auto;color:var(--white);font-size:48px;}.counter-section .counter-wrapper .counter-item .icon.bg-2{background-color:#f7eeff;}.counter-section .counter-wrapper .counter-item .icon.bg-3{background-color:#fffad6;}.counter-section .counter-wrapper .counter-item .content{width:100%;margin:60px 0;}.counter-section .counter-wrapper .counter-item .content h2{margin-bottom:10px;padding-bottom:10px;font-family:"Poppins",sans-serif;border-bottom:1px solid rgba(255,255,255,.15);display:block;font-size:60px;}@media(max-width:767px){.counter-section .counter-wrapper .counter-item .content h2{font-size:32px;}}.counter-section .counter-wrapper .counter-item .content p{font-size:16px;font-weight:600;}.about-section{padding:90px 0;margin:0 auto 24px;position:relative;z-index:9;background:var(--site-bg);}.about-section h2,.about-section h3,.about-section p{color:var(--black);}.about-section h3{font-size:16px;font-weight:300;font-family:"Poppins",monospace;line-height:2;}.about-section .sticky-top-about{padding:30px 0!important;}.about-wrapper{padding:0;}@media(max-width:1199px){.about-wrapper{flex-wrap:wrap;gap:30px;}}.about-wrapper .about-item{display:flex;align-items:center;gap:30px;margin-bottom:60px;}.about-wrapper .about-item .icon{display:flex;align-items:center;width:80px;height:80px;color:var(--white);line-height:1;text-align:center;border-radius:50%;}.about-wrapper .about-item .icon i{margin:auto;color:var(--white);font-size:48px;}.about-wrapper .about-item .icon.bg-2{background-color:#f7eeff;}.about-wrapper .about-item .icon.bg-3{background-color:#fffad6;}.about-wrapper .about-item .content{width:100%;}.about-wrapper .about-item .content h2{margin-bottom:0;font-family:"Poppins",sans-serif;font-size:54px;border-bottom:1px solid rgba(0,0,0,.15);display:block;}@media(max-width:767px){.about-wrapper .about-item .content h2{font-size:32px;}}.about-content .about-image{position:relative;overflow:hidden;margin-bottom:30px;height:490px;}@media(max-width:991px){.about-content .about-image{height:300px;}}.about-content .about-image img{width:100%;height:100%;object-fit:cover;object-position:center;}.sticky-top-about{position:relative;top:0;z-index:10;}.scrolling-wrap{overflow:hidden;white-space:nowrap;display:flex;gap:20px;padding:15px 0;border-top:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15);}.scrolling-wrap .comm{display:flex;align-items:center;gap:30px;cursor:pointer;transform:translateZ(0);animation:scroll 115s linear infinite;animation-fill-mode:forwards;}.scrolling-wrap .comm .cmn-textslide{font-size:26px;line-height:78px;text-transform:uppercase;color:var(--black);display:flex;align-items:center;gap:45px;font-weight:600;}.scrolling-wrap .comm .cmn-textslide:hover{color:var(--theme-color)!important;}.scrolling-wrap:hover .comm{animation-play-state:paused;}@media(max-width:1399px){.scrolling-wrap .comm{gap:20px;}}@media(max-width:991px){.scrolling-wrap{gap:14px;}.scrolling-wrap .comm{gap:14px;}}@media(max-width:575px){.scrolling-wrap .comm{gap:12px;}}.main-products{background:var(--site-bg);padding:90px 0;position:relative;z-index:9;}.main-products .products-title .title{display:flex;align-items:center;}.main-products .products-title .swiper-buttons{display:flex;gap:3px;margin-left:auto;}.main-products .products-title .swiper-buttons .swiper-button{background:var(--white);color:var(--theme-color);padding:10px 20px;cursor:pointer;transition:background .3s;}.main-products .products-title .swiper-buttons .swiper-button:hover{background:var(--theme-color);color:var(--white);}.main-products .products-title .swiper-buttons .swiper-button.swiper-button-disabled{pointer-events:none;}.main-products .products-title .swiper-buttons .swiper-button.swiper-button-disabled i{opacity:.5;}.main-products .products-slider{height:100%;}.main-products .products-slider .swiper-products-content{display:flex;align-items:center;width:100%;height:482px;padding:0;margin-top:24px;}.main-products .products-slider .swiper-products-content .swiper-right{width:100%;height:100%;border-radius:30px;overflow:hidden;}.main-products .products-slider .swiper-products-content .swiper-right .swiper-right-img{height:100%;width:100%;background:#f3f3f3;}.main-products .products-slider .swiper-products-content .swiper-right .swiper-right-img img{height:100%;object-fit:cover;object-position:right;}.main-products .products-slider .swiper-products-content .swiper-right .swiper-right-content{padding:60px;max-width:200px;text-align:left;position:absolute;z-index:9;bottom:0;left:0;}.main-products .products-slider .swiper-products-content .swiper-right .swiper-right-content h3{margin:0;font-size:42px;}.main-products .swiper-products-thumb .swiper-slide{position:relative;}.main-products .swiper-products-thumb .swiper-slide h3{padding:15px 0;margin:0;transition:background-size .8s cubic-bezier(.25,.8,.25,1);background-image:linear-gradient(to bottom,currentColor 0%,currentColor 98%);background-size:0 2px;background-repeat:no-repeat;background-position:left 100%;font-size:18px;}.main-products .swiper-products-thumb .swiper-slide:hover h3{color:var(--theme-color);background-size:100% 2px;}.main-products .swiper-products-thumb .swiper-slide .swiper-slide-thumb-content{padding:15px;position:relative;z-index:3;overflow:hidden;cursor:pointer;height:280px;text-align:center;border:1px solid rgba(0,0,0,.1);border-radius:30px;}.main-products .swiper-products-thumb .swiper-slide .swiper-slide-thumb-content::after{content:"";height:100%;width:calc(100% + 1px);background:#eadfce;position:absolute;bottom:0;left:-1px;transform:translateX(-100%);transition:transform .25s ease;transform-origin:left;z-index:-1;border-radius:30px;}.main-products .swiper-products-thumb .swiper-slide .swiper-slide-thumb-content:hover::after{transform:translateX(0);}.main-products .swiper-products-thumb .swiper-slide.swiper-slide-thumb-active h3{color:var(--theme-color);background-size:100% 2px;}.main-products .swiper-products-thumb .swiper-slide.swiper-slide-thumb-active .swiper-slide-thumb-content::after{content:"";height:100%;width:calc(100% + 1px);background:#eadfce;position:absolute;bottom:0;left:-1px;transform:translateX(0);transition:transform .25s ease;transform-origin:left;z-index:-1;border-radius:30px;}.main-products-wrapper{overflow:hidden;}.faq-section{padding:90px 0;background:#fff;border-top:1px solid rgba(0,0,0,.75);}.faq-section .section-title h2{font-size:clamp(30px,3vw,48px);}.faq-section .sticky-faq{position:relative;z-index:10;height:100%;}.faq-section .sticky-top{top:60px;transition:top .3s ease-in-out;}.faq-section button:focus:not(:focus-visible){outline:0;box-shadow:none;}.faq-section .accordion-button:not(.collapsed){background-color:transparent;}.faq-section .accordion-item{background-color:transparent;border:1px solid rgba(0,0,0,.75);border-radius:40px;}.faq-section .accordion-button{padding:30px;background-color:transparent;font-size:20px;font-family:"Poppins",sans-serif;box-shadow:none;border:0;}.faq-section .accordion-button:focus{box-shadow:none;border:0;}.faq-section .accordion-button .number{width:30px;font-family:"Alfa Slab One",serif;font-size:20px;font-weight:700;}.faq-section .accordion-body{padding:5px 30px 30px;}.body-scroll-sticky .faq-section .sticky-top{top:120px;}.news-section{position:relative;margin-top:24px;margin-bottom:24px;}.news-section .section-title{display:flex;align-items:center;margin-bottom:30px;position:relative;}.news-section .section-title .swiper-buttons{display:flex;align-items:center;position:absolute;right:0;gap:5px;}.news-section .section-title .swiper-buttons .swiper-button i{font-size:32px;}.news-section .section-title .swiper-buttons .swiper-button-disabled{opacity:.5;}.news-card-items{background:var(--site-paper);gap:35px;padding:0;position:relative;z-index:9;overflow:hidden;transition:all .4s ease-in-out;}.news-card-items:hover{border-radius:30px;}.news-card-items:hover .news-image{border-radius:20px;}.news-card-items:hover .news-image img{border-radius:20px;}@media(max-width:1199px){.news-card-items{display:block;padding-top:15px;}}.news-card-items .news-image{width:100%;height:360px;transition:all .4s ease-in-out;}.news-card-items .news-image img{width:100%;height:100%;transition:all .4s ease-in-out;object-fit:cover;}.news-card-items .news-content{background:var(--site-paper);padding:30px;}@media(max-width:1199px){.news-card-items .news-content{margin-top:15px;}}.news-card-items .news-content .news-meta{display:flex;align-items:center;gap:30px;margin:0;}.news-card-items .news-content .news-meta li{font-size:13px;font-weight:400;position:relative;display:flex;align-items:center;gap:10px;}.news-card-items .news-content .news-meta li:not(:last-child)::after{position:absolute;content:"";width:4px;height:4px;line-height:4px;top:12px;background-color:#3f3731;border-radius:50px;right:-18px;}.news-card-items .news-content h3 a{display:-webkit-box;padding-bottom:0;color:var(--header);-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}.news-card-items .news-content p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}.swiper-pagination-news{text-align:center;margin-top:30px;}.swiper-pagination-news .swiper-pagination-bullet{width:10px;height:10px;background:#ccc;opacity:1;}.swiper-pagination-news .swiper-pagination-bullet-active{background-color:var(--theme-color);}.fade-in,.fade-up,.fade-left,.zoom-in{will-change:transform,opacity;transition:opacity .75s ease-out,transform .75s ease-out;}.news-slider .swiper-slide,.services-slider .swiper-slide{will-change:transform,opacity;transition:opacity .3s ease-out,transform .3s ease-out;}.brand-slider .swiper-slide,.faq-section .accordion-item{will-change:opacity;}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0;}.text-anim .split-layer{display:inline-block;}.zoom{transform-origin:left;}.hero{background:var(--white);}.hero .box{padding:90px 0;}.hero .box h1{max-width:600px;font-size:42px;}.hero .box h3{font-size:24px;}.hero-box{margin-top:24px;margin-bottom:24px;}.hero-box .box{padding-top:45px;padding-bottom:45px;}.hero-box .box p{margin:0;}.product-feature-section{position:relative;overflow:hidden;display:flex;align-items:center;background:radial-gradient(circle at 52% 52%,rgba(216,102,47,.36),transparent 24%),linear-gradient(135deg,var(--black) 0%,var(--dark) 55%,var(--theme-color-2) 100%);padding:130px 0;min-height:760px;}.product-feature-section::before{content:"";position:absolute;inset:30px;border:1px solid rgba(255,250,242,.14);border-radius:42px;pointer-events:none;}.product-feature-section .product-image{position:relative;height:100%;min-height:560px;}.product-feature-section .product-image::before{content:"";position:absolute;left:50%;bottom:40px;width:min(440px,72vw);aspect-ratio:1;border-radius:42% 58% 46% 54%;transform:translateX(-50%) rotate(-8deg);background:radial-gradient(circle at 35% 24%,rgba(255,250,242,.28),transparent 26%),var(--site-accent);opacity:.9;}.product-feature-section .product-image img{position:absolute;z-index:2;filter:drop-shadow(0 50px 90px rgba(0,0,0,.85));left:50%;bottom:-54px;max-width:138%;transform:translateX(-57%);}.product-feature-section .product-feature-section-left{position:relative;z-index:3;}.product-feature-section .product-feature-section-left .eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:13px;text-transform:uppercase;color:var(--white);margin-bottom:18px;font-weight:700;}.product-feature-section .product-feature-section-left .eyebrow::before{content:"";width:44px;height:1px;background:var(--white);display:inline-block;}.product-feature-section .product-feature-section-left p.desc{color:var(--white);}.product-feature-section .product-feature-section-left h2.hero-title{line-height:.95;text-transform:uppercase;margin-bottom:14px;color:var(--white);font-size:clamp(48px,7vw,106px);}.product-feature-section .product-feature-section-left h2.hero-title span{display:block;color:var(--site-accent);}.product-feature-section .product-feature-section-left .label-chip{display:inline-flex;padding:11px 18px;color:var(--site-ink);font-size:18px;margin-bottom:26px;border:1px dashed rgba(255,255,255,.5);border-radius:999px;background:var(--site-sand);}.product-feature-section .product-feature-section-right{position:relative;z-index:3;}.product-feature-section .product-feature-section-right .spec-card{border:1px solid rgba(255,250,242,.14);border-radius:5px;padding:22px;background:rgba(255,250,242,.08);backdrop-filter:blur(8px);margin-bottom:14px;box-shadow:0 12px 30px rgba(0,0,0,.25);}.product-feature-section .product-feature-section-right .spec-card strong{display:block;font-size:21px;color:var(--theme-color);margin-bottom:6px;line-height:1.2;}.product-feature-section .product-feature-section-right .spec-card p{color:rgba(255,255,255,.78);font-size:15px;line-height:1.5;}.product-feature-section .product-feature-section-right .mini-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px;}.product-feature-section .product-feature-section-right .mini-badges .mini-badge{border:1px solid rgba(255,250,242,.14);color:var(--white);border-radius:5px;padding:14px 14px;font-size:14px;line-height:1.35;min-height:82px;display:flex;align-items:center;}.product-feature-section .product-feature-section-right .mini-badges .mini-badge img{max-width:32px;margin-right:10px;}.category-showcase{padding:110px 0 24px;background:var(--site-bg);}.category-showcase .category-grid{margin:0 auto;display:flex;gap:15px;width:calc(100% - 30px);min-height:64vh;}.category-showcase .category-card{position:relative;background:var(--site-paper);border-radius:34px;overflow:hidden;color:var(--black);text-decoration:none;transition:flex .45s ease,transform .3s ease,filter .3s ease;isolation:isolate;flex:1 1 0;min-width:0;}.category-showcase .category-card::before{content:"";position:absolute;inset:18px;z-index:0;border:1px solid rgba(17,17,17,.08);border-radius:28px;pointer-events:none;}.category-showcase .category-card.side-card{display:flex;justify-content:center;padding:24px 10px;min-width:0;}.category-showcase .product-card-accent-1{background-color:#fff7e5;}.category-showcase .product-card-accent-2{background-color:#edf4ff;}.category-showcase .product-card-accent-3{background-color:#f6e7e8;}.category-showcase .product-card-accent-4{background-color:#eef7ef;}.category-showcase .product-card-accent-5{background-color:#f4f0ff;}.category-showcase .accordion-content{position:absolute;left:24px;right:24px;bottom:26px;z-index:2;text-align:center;opacity:0;transform:translateY(18px);transition:opacity .3s ease,transform .3s ease;pointer-events:none;}.category-showcase .accordion-content img{max-width:100%;width:480px;padding:30px;margin:15px auto;max-height:360px;object-fit:contain;filter:drop-shadow(0 28px 34px rgba(17,17,17,.2));transition:transform .35s ease;}.category-showcase .vertical-text{position:relative;z-index:1;writing-mode:vertical-rl;transform:rotate(180deg);text-align:left;font-size:clamp(34px,3vw,48px);font-weight:700;line-height:.9;letter-spacing:-.04em;white-space:nowrap;transition:opacity .25s ease,transform .35s ease;color:var(--home-ink);}.category-showcase .accordion-title{margin:0 0 12px;font-size:clamp(28px,2.4vw,44px);line-height:.95;font-weight:700;color:var(--home-ink);}.category-showcase .accordion-text{margin:18px auto;font-size:15px;line-height:1.5;max-width:400px;}.category-showcase .accordion-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;background:var(--site-accent);color:var(--white);font-size:14px;font-weight:700;text-decoration:none;}.category-grid:hover .category-card{flex:.9 1 0;}.category-grid:hover .category-card:hover{flex:3.2 1 0;}.category-grid:hover .category-card.main:not(:hover) .main-card-content{opacity:.35;transform:scale(.96);}.category-grid .side-card:hover{justify-content:flex-start;align-items:flex-end;padding:30px 22px;}.category-grid .side-card:hover .vertical-text{opacity:0;transform:rotate(180deg) translateY(20px);}.category-grid .side-card:hover .accordion-content{opacity:1;transform:translateY(0);}.category-grid .side-card:hover .accordion-content img{transform:translateY(-10px) scale(1.04);}:root{--red:#ff160c;--text:#1d2330;--white:#fff;--home-ink:#111;--home-paper:#fff8ef;--home-cream:#f5ead8;--home-blue:#163370;--home-muted:#5f646b;--home-shadow:0 28px 80px rgba(17,17,17,.16);}.gallery-inner{display:block;height:460px;overflow:hidden;background:var(--black);}.gallery-inner img{width:100%;height:100%;object-fit:cover;opacity:.35;}.gallery-inner img:hover{opacity:1;}.elem-inner img{padding:0;}.swiper-video{height:100%;}.swiper-video *{height:100%;}.swiper-video .gallery-inner{display:block;height:320px;overflow:hidden;background:var(--black);}.swiper-video .gallery-inner:hover video{opacity:1;}.swiper-video .gallery-inner video{height:100%;width:100%;object-fit:cover;opacity:.35;}.section-kicker{display:inline-flex;align-items:center;gap:12px;margin-bottom:18px;font-size:13px;line-height:1;font-weight:700;color:var(--site-accent);text-transform:uppercase;}.section-kicker::before{content:"";width:44px;height:2px;border-radius:999px;background:currentColor;}.section-heading-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.7fr);gap:36px;align-items:end;margin-bottom:36px;}.section-heading-row h2{max-width:900px;margin:0;font-size:clamp(38px,6vw,92px);line-height:.88;color:var(--site-ink);}.section-heading-row p{max-width:520px;margin:0;color:var(--site-muted);font-size:17px;line-height:1.65;}.map-dot--1{--x:10%;--y:39%;--d:0s;}.map-dot--2{--x:43%;--y:30%;--d:.2s;}.map-dot--3{--x:53%;--y:20%;--d:.35s;}.map-dot--4{--x:67%;--y:35%;--d:.5s;}.map-dot--5{--x:19%;--y:60%;--d:.65s;}.product-feature-copy{position:relative;z-index:4;padding:28px;border-radius:28px;color:rgba(255,255,255,.82);background:rgba(255,250,242,.08);border:1px solid rgba(255,250,242,.14);}.product-feature-copy *{color:inherit;}.swiper-homefairs--visible{overflow:visible;}.services-slider-theme{--swiper-navigation-color:var(--white);--swiper-pagination-color:var(--white);}.product-families{position:relative;overflow:hidden;padding:110px 0 130px;background:radial-gradient(circle at 0 8%,rgba(229,27,32,.08),transparent 28%),linear-gradient(180deg,var(--white) 0%,#f5ead8 100%);}.product-families::after{content:"";position:absolute;right:-8%;top:12%;width:32vw;aspect-ratio:1;border-radius:45% 55% 50% 50%;background:rgba(247,188,0,.18);pointer-events:none;}.product-families .section-kicker{color:#e51b20;}.product-families-head{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.7fr) auto;gap:34px;align-items:end;margin-bottom:42px;}.product-families-head h2{margin:0;font-size:clamp(48px,6.6vw,72px);line-height:.9;text-wrap:balance;}.product-families-head p{margin:0;color:#4e5154;font-size:17px;line-height:1.6;}.product-family-controls{display:flex;gap:8px;}.product-family-controls .swiper-button{width:54px;height:54px;border-radius:50%;background:var(--white);color:#111;box-shadow:0 14px 30px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;}.product-family-fluid{position:relative;z-index:2;}.product-family-slider{overflow:visible;padding:18px 0 46px;}.product-family-card{--family-bg:var(--white);--family-ink:#111;--family-accent:#e51b20;position:relative;min-height:560px;height:100%;display:flex;flex-direction:column;overflow:hidden;isolation:isolate;padding:26px;border-radius:26px 26px 18px 26px;background:var(--family-bg);color:var(--family-ink);text-decoration:none;box-shadow:0 18px 55px rgba(0,0,0,.08);transition:transform .35s ease,box-shadow .35s ease;}.product-family-card--tone-1{--family-bg:#fff4ee;--family-accent:#935833;}.product-family-card--tone-2{--family-bg:#f1f1f9;--family-accent:#e51b20;}.product-family-card--tone-3{--family-bg:#eef8ec;--family-accent:#30b458;}.product-family-card--tone-4{--family-bg:#fff7dd;--family-accent:#f7bc00;}.product-family-card--tone-5{--family-bg:#f2f3f4;--family-accent:#54aec9;}.product-family-card--tone-6{--family-bg:#edf3ff;--family-accent:#163370;}.product-family-index{position:relative;z-index:3;color:var(--family-accent);font-weight:700;}.product-family-media{position:relative;flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:300px;}.product-family-blob{position:absolute;inset:11% 8% 6%;z-index:0;border-radius:44% 56% 50% 50%;background:color-mix(in srgb,var(--family-accent) 18%,transparent);transform:rotate(-8deg);}.product-family-media img{position:relative;z-index:2;width:92%;max-height:330px;object-fit:contain;filter:drop-shadow(0 30px 34px rgba(0,0,0,.22));transition:transform .35s ease;}.product-family-card:hover{box-shadow:0 3px 8px rgba(0,0,0,.16);}.product-family-card:hover .product-family-media img{transform:translateY(-8px) scale(1.03);}.product-family-card:hover .product-family-link i{transform:translateX(5px);}.product-family-copy{position:relative;z-index:3;margin:45px 0 10px;}.product-family-copy h3{margin:0 0 10px;color:var(--family-ink);font-size:clamp(24px,3.3vw,42px);line-height:.96;}.product-family-copy p{margin:0 0 18px;color:var(--family-ink);opacity:1;font-size:15px;line-height:1.55;}.product-family-link{display:inline-flex;align-items:center;gap:10px;color:var(--family-ink);font-size:15px;font-weight:700;}.product-family-link i{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--family-accent);color:var(--white);transition:background-color .35s ease,transform .35s ease;}.product-family-pagination{bottom:0!important;display:inline-flex;align-items:center;justify-content:center;gap:6px;}.product-family-pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0;border-radius:999px;background:rgba(33,29,31,.3);opacity:1;transition:width .25s ease,background-color .25s ease;}.product-family-pagination .swiper-pagination-bullet-active{width:18px;background:var(--site-ink);}.brand-story-section{position:relative;overflow:hidden;padding:125px 0;background:radial-gradient(circle at 12% 18%,rgba(216,102,47,.11),transparent 28%),linear-gradient(180deg,var(--site-paper) 0%,var(--site-bg) 100%);}.brand-story-row{min-height:680px;}.brand-story-visual{position:relative;min-height:660px;}.brand-story-shape{position:absolute;display:block;pointer-events:none;}.brand-story-shape--red{left:8%;top:8%;width:52%;aspect-ratio:1.05;border-radius:48% 52% 42% 58%;background:var(--site-accent);transform:rotate(-12deg);}.brand-story-shape--yellow{right:2%;bottom:12%;width:34%;aspect-ratio:1;border-radius:54% 46% 58% 42%;background:var(--site-sand);transform:rotate(14deg);color:var(--site-ink);}.story-photo{position:absolute;overflow:hidden;background:var(--site-paper);box-shadow:var(--site-shadow);}.story-photo img{width:100%;height:100%;object-fit:cover;}.story-photo--production{left:-8%;top:3%;width:78%;height:50%;border-radius:0 34px 34px 0;}.story-photo--usage{right:-4%;bottom:2%;width:46%;height:34%;border-radius:28px 0 28px 28px;}.story-main-product{position:absolute;left:16%;bottom:-1%;z-index:4;width:64%;}.story-main-product img{width:100%;object-fit:contain;filter:drop-shadow(0 38px 45px rgba(0,0,0,.3));}.story-sticker{position:absolute;z-index:6;left:3%;bottom:17%;padding:14px 18px;border-radius:999px;background:var(--site-accent);color:var(--white);font-size:13px;transform:rotate(-5deg);}.brand-story-copy .eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:18px;color:var(--site-accent);font-size:13px;text-transform:uppercase;}.brand-story-copy .eyebrow::before{content:"";width:42px;height:2px;background:currentColor;}.brand-story-title{margin:0 0 22px;color:var(--site-ink);font-size:clamp(42px,6vw,92px);line-height:.94;text-wrap:balance;word-break:normal;overflow-wrap:normal;}.brand-story-lead,.brand-story-text{color:var(--site-muted);font-size:17px;line-height:1.7;}.brand-story-text p:last-child{margin-bottom:0;}.spec-marquee{position:relative;overflow:hidden;width:100%;padding:30px 0;background:radial-gradient(circle at 0 8%,rgba(229,27,32,.08),transparent 28%),linear-gradient(180deg,var(--white) 0%,#f5ead8 100%);}.spec-marquee .spec-track{position:relative;overflow:hidden;width:100%;}.spec-marquee .spec-track:not(:last-child){margin-bottom:18px;}.spec-marquee .specializations-badge{display:inline-block;width:30px;min-width:30px;height:30px;clip-path:polygon(50% 0%,62% 22%,86% 14%,78% 38%,100% 50%,78% 62%,86% 86%,62% 78%,50% 100%,38% 78%,14% 86%,22% 62%,0% 50%,22% 38%,14% 14%,38% 22%);}.spec-marquee .specializations-badge-red{background:var(--site-accent);}.spec-marquee .specializations-badge-blue{background:var(--site-blue);}.spec-marquee .spec-track__inner{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;will-change:transform;backface-visibility:hidden;transform:translate3d(0,0,0);}.spec-marquee .spec-track__inner .specializations-card{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:7px 15px;color:var(--black);margin:1px 0 10px;transition:all .3s ease-in-out;gap:10px;}.spec-marquee .spec-track__inner .specializations-card h2{margin:0;font-size:20px;font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--black);white-space:nowrap;font-family:"Poppins",sans-serif;}@media(max-width:1199px){.menu-thumb{display:none!important;}}.header{position:fixed;top:0;left:0;z-index:999;width:100%;transition:all .3s ease;will-change:transform;border-bottom:1px solid rgba(255,255,255,.1);max-width:100vw;}.header:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.3);z-index:-1;transform:translateY(-100%);transition:transform .5s;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);}.header:before{content:"";position:absolute;inset:0;z-index:-1;transform:translateY(0);border-bottom:1px solid rgba(0,0,0,.1);background:rgba(255,255,255,.3);}.header .header-logo{display:flex;align-items:center;transition:all .4s ease-in-out;}.header .header-logo img{transition:all .4s ease-in-out;}.header .inner{width:100%;display:flex;align-items:center;justify-content:center;height:100%;border-right:1px solid rgba(0,0,0,.15);padding:20px;}.header .inner-logo{padding-left:0;justify-content:start;}.header .col-pro-menu .inner{padding:0;}.header .col-pro-menu .inner .dropdown{display:flex;height:100%;width:100%;justify-content:center;align-items:center;position:static;}.header .col-pro-menu .inner .dropdown:hover{background:var(--theme-color);}.header .col-pro-menu .inner .dropdown:hover .dropdown-toggle{color:var(--white)!important;}.header .col-pro-menu .inner .dropdown.dropdown-open{background-color:transparent;}.header .col-pro-menu .inner .dropdown .dropdown-menu{right:0!important;background:transparent;border:0;border-radius:0;padding:0;margin-top:-1px!important;}.header .col-pro-menu .inner .dropdown .dropdown-toggle{display:flex;height:100%;width:100%;justify-content:center;align-items:center;border-radius:0;transition:none;}.header .col-pro-menu .inner .dropdown .dropdown-toggle.show{background:var(--black);color:var(--white)!important;border-radius:10px;}.header .col-pro-menu .inner .mega-list-container{background:var(--white);border-radius:10px;margin-top:10px;overflow:hidden;}.header .col-pro-menu .inner .mega-list-container .mega-products li{display:flex;border-bottom:1px solid #ddd;}.header .col-pro-menu .inner .mega-list-container .mega-products li:last-child{border-bottom:0;}.header .col-pro-menu .inner .mega-list-container .mega-products li img{max-height:60px;}.header .col-pro-menu .inner .mega-list-container .mega-products li a{display:block;width:100%;padding:15px;}.header .col-pro-menu .inner .mega-list-container .mega-products li a:hover{background:var(--black)!important;}.header .col-pro-menu .inner .mega-list-container .mega-products li a:hover h2,.header .col-pro-menu .inner .mega-list-container .mega-products li a:hover p{color:var(--white)!important;}.header .col-pro-menu .inner .mega-list-container .mega-products li .mega-products-inner{width:100%;display:flex;align-items:center;}.header .col-pro-menu .inner .mega-list-container .mega-products li .mega-products-inner div:first-child{width:100%;display:flex;flex-direction:column;justify-content:space-between;}.header .col-pro-menu .inner .mega-list-container .mega-products li .mega-products-inner p{margin:0;}.header .col-pro-menu .inner .mega-list-container .mega-products li .mega-products-inner h2{font-size:22px;}.header .mean__menu-wrapper{margin:auto;}.header .mean__menu-wrapper .main-menu nav{padding:0 30px;border-radius:5px;}.header .mean__menu-wrapper .main-menu nav ul{margin-bottom:0;}.header .mean__menu-wrapper .main-menu nav ul li{position:relative;list-style:none;display:inline-block;margin-inline-end:15px;}.header .mean__menu-wrapper .main-menu nav ul li:last-child{margin-inline-end:0;}.header .mean__menu-wrapper .main-menu nav ul li a{display:inline-block;font-weight:700;font-family:"Poppins",sans-serif;padding:15px 0;text-align:left;position:relative;transition:all .4s ease-in-out;}.header .mean__menu-wrapper .main-menu nav ul li a .head-icon{margin-left:0;margin-right:5px;}.header .mean__menu-wrapper .main-menu nav ul li a i{margin-left:5px;font-size:14px;}.header .header-right{box-sizing:border-box;display:flex;align-items:center;width:100%;}@media(max-width:1399px){.header .header-right{gap:20px;}}.header .header-right .search-icon{color:var(--header);font-size:18px;}.header .header-right .header-contact{display:flex;align-items:center;gap:30px;}@media(max-width:1399px){.header .header-right .header-contact{display:none;}}.header .header-right .header-contact .search-toggle{color:var(--white);}.header .header-right .header-contact .info-items{display:flex;align-items:center;gap:20px;}.header .header-right .header-contact .info-items .icon{width:55px;height:55px;line-height:65px;text-align:center;background-color:#ffc394;color:var(--header);font-size:26px;border-radius:50%;}@media(max-width:575px){.header .header-right .header-contact .info-items .icon{margin:0 auto;text-align:center;}}@media(max-width:575px){.header .header-right .header-contact .info-items .content{text-align:center;}}.header .header-right .header-contact .info-items .content span{font-size:14px;color:var(--white);margin-bottom:5px;font-weight:500;}.header .header-right .header-contact .info-items .content h6{font-size:18px;font-weight:700;font-family:"Poppins",sans-serif;color:var(--white);}.header .header-right .header-contact .info-items .content h6 a{color:var(--white);}.header-top{display:flex;padding:0;border-bottom:1px solid rgba(0,0,0,.1);}.header-top .social-header{margin:0!important;padding:0;list-style:none;display:flex;align-items:center;}.header-top .social-header li{display:inline-block;}.header-top .social-header li a{display:block;padding:2px 10px;}.header-top .social-header li a i{font-size:16px;}.header-top .nav-elements{text-align:right;position:relative;z-index:9;padding:0;margin-left:auto;}.header-top .nav-elements .nav-elements-li{display:inline-block;margin-left:3px;padding:10px 20px;letter-spacing:1px;vertical-align:middle;line-height:1;text-decoration:none;background-color:var(--site-color-two);background-image:linear-gradient(135deg,var(--white) 50%,transparent 0);background-size:101px 101px;background-position:-51px -51px;background-repeat:no-repeat;border:1px solid var(--site-color-two);border-radius:3px;color:var(--white);justify-content:space-between;display:inline-flex;align-items:center;transition:all .5s ease-in-out;}.header-top .nav-elements .nav-elements-li:hover{color:var(--site-color-two);background-size:200px 200px;background-position:0 0;}.header-top .language{display:inline-flex;align-items:center;justify-content:space-between;margin-left:3px;padding:0;border-radius:3px;border:1px solid var(--header);}.header-top .language a{padding:6px 10px;border-radius:0;font-weight:700;}.header-top .dropdown-lang .btn i{margin-right:10px;}.header-top .dropdown-lang .btn:hover,.header-top .dropdown-lang .btn:focus{outline:0;box-shadow:none;}.header-top .dropdown-lang .dropdown-nav .dropdown-menu{width:auto;}.slogan{padding:20px 0;margin-top:120px;background:var(--white);}.sidebar__toggle_wrapper{height:60px;width:60px;}.sidebar__toggle_wrapper .sidebar__toggle{cursor:pointer;font-size:28px;color:var(--theme-color);text-align:center;height:60px;width:60px;display:flex;align-items:center;outline:0;overflow:hidden;justify-content:center;position:relative;z-index:9999;border-radius:2px;}.sidebar__toggle_wrapper .sidebar__toggle i{margin:auto;}.sidebar__toggle_wrapper .sidebar__toggle:after{content:"";position:absolute;left:50%;top:50%;width:0;height:0;background:rgba(255,255,255,.3);transform:translate(-50%,-50%);border-radius:2px;transition:width .6s ease,height .6s ease;pointer-events:none;}.sidebar__toggle_wrapper .sidebar__toggle:hover::after{width:100%;height:100%;}.scroll .sidebar__toggle{position:relative!important;}.menu-open .sidebar__toggle{background:var(--white);}.menu-open .sidebar__toggle .sidebar__toggle_lines .line{background:var(--black);}body.menu-open .site-header-shell .sidebar__toggle_lines .line{background:var(--site-ink);}body.menu-open .slide .banner-slider-controls,body.menu-open .slide .banner-slider .pagination-wrapper,body.menu-open .btn-fix,body.menu-open #whatsapp{opacity:0!important;visibility:hidden!important;pointer-events:none!important;}.offcanvas__info{position:fixed;top:0;left:0;width:56px;height:56px;overflow:hidden;color:var(--site-ink);background:transparent;border:0;border-radius:28px;box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;clip-path:inset(0 round 28px);z-index:1005;will-change:opacity;}.offcanvas__info.is-open{opacity:1;visibility:visible;pointer-events:auto;}.offcanvas__info::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:transparent;}.offcanvas__info a{color:inherit;}.offcanvas__info .c-offcanvas__bg{display:none;}@media(min-width:1200px){.offcanvas__info{top:0;left:0;right:auto;bottom:0;width:70vw;height:100dvh;min-height:100dvh;margin:0;border-radius:0 28px 28px 0;clip-path:inset(0 100% 0 0 round 0 28px 28px 0);}.offcanvas__info.is-open{clip-path:inset(0 0 0 0 round 0 28px 28px 0);}}.offcanvas__top{position:relative;top:auto;left:auto;z-index:4;width:100%;margin:0!important;padding:0;border-bottom:0;flex:0 0 auto;}.offcanvas__logo a{display:inline-flex;align-items:center;}.offcanvas__logo a img{width:92px;height:auto;display:block;}.offcanvas__wrapper{position:relative;z-index:3;width:100%;height:100%;padding:0;overflow:hidden;opacity:0;}.offcanvas__wrapper .offcanvas-title{font-size:28px;margin-bottom:15px;}.offcanvas__wrapper .offcanvas__content{position:relative;height:100%;min-height:100%;}.offcanvas__wrapper .offcanvas__content .offcanvas__close{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;text-align:center;border:1px solid rgba(0,0,0,.16);border-radius:50%;background-color:#f2f0ed;position:relative;z-index:9;cursor:pointer;transition:background-color .24s ease,border-color .24s ease,transform .24s ease;}.offcanvas__wrapper .offcanvas__content .offcanvas__close:hover{background-color:var(--yellow);border-color:var(--yellow);transform:translateY(-1px);}.offcanvas__wrapper .offcanvas__content .offcanvas__close i{color:var(--site-ink);}.offcanvas__wrapper .offcanvas__content .offcanvas__close button{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--site-ink);}.offcanvas__wrapper .offcanvas__content .social-icon{margin-top:30px;gap:10px;margin-bottom:30px;}.offcanvas__wrapper .offcanvas__content .social-icon a{width:52px;height:52px;line-height:52px;text-align:center;font-size:16px;display:block;background:transparent;color:var(--header);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;text-align:center;border:1px solid rgba(0,0,0,.15);}.offcanvas__wrapper .offcanvas__content .social-icon a:hover{background-color:var(--theme-color-2);color:var(--white);border:1px solid var(--theme-color-2);}.offcanvas__wrapper .offcanvas__content .theme-btn{width:100%;text-align:center;background-color:var(--theme-color-2);color:var(--white);padding:22px 36px 22px;}.offcanvas__wrapper .offcanvas__content .theme-btn i{background-color:var(--white);color:var(--header);position:absolute;bottom:5px;right:10px;top:10px;margin-left:0;}.dropdown__overlay{position:fixed;inset:0;z-index:997;background:rgba(0,0,0,.65);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease;}.dropdown__overlay.active{opacity:1;visibility:visible;pointer-events:auto;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}.offcanvas__overlay{position:fixed;inset:0;z-index:1001;background:rgba(0,0,0,.65);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease;}.offcanvas__overlay.overlay-open{opacity:1;visibility:visible;pointer-events:auto;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}.sidebar__toggle_lines{z-index:2;display:flex;flex-direction:column;justify-content:center;gap:.4rem;}.sidebar__toggle_lines .line{display:block;width:36px;height:.15rem;background:var(--black);transition:background-color .2s ease;}.sidebar__toggle_lines.active .line:first-child{transform:translateY(.25rem) rotate(45deg);}.sidebar__toggle_lines.active .line:last-child{transform:translateY(-.25rem) rotate(-45deg);}.offcanvas-information{padding:15px 0;border-top:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15);}.offcanvas-information .box{padding:0;}.offcanvas-information .box i{font-size:16px;margin-right:10px;}.offcanvas-information .box h2{margin-bottom:0;font-size:20px;}.offcanvas-information .box h3{display:block;font-size:16px;padding:0;}.offcanvas-information .box p{margin-bottom:0;}.breadcrumb-section{position:relative;}.page-heading{padding:190px 0 120px;position:relative;}@media(max-width:1199px){.page-heading{padding:140px 0 105px;text-align:center;}}.page-heading .breadcrumb-list{display:flex;align-items:center;gap:20px;margin-bottom:20px;}@media(max-width:1199px){.page-heading .breadcrumb-list{justify-content:center;}}.page-heading .breadcrumb-list li{color:var(--white);font-weight:600;position:relative;font-size:18px;text-transform:capitalize;}.page-heading .breadcrumb-list li a{color:var(--white);}.page-heading .breadcrumb-list li a:hover{color:var(--theme-color-2);}.page-heading h2{color:var(--white);font-size:64px;text-transform:uppercase;}@media(max-width:575px){.page-heading h2{font-size:48px;}}.error-wrapper{max-width:780px;margin:0 auto;}.error-wrapper .thumb img{width:100%;height:100%;}.error-wrapper .content{max-width:520px;margin:40px auto 0;text-align:center;}.error-wrapper .content h2{margin-bottom:20px;}.error-wrapper .content p{margin-bottom:40px;}.main-menu #mobile-menu a.nav-link{position:relative;}.main-menu #mobile-menu a.nav-link::before{content:"";height:3px;width:0;position:absolute;left:50%;bottom:0;transition:all .25s ease-in-out;background:var(--theme-color);}.main-menu #mobile-menu a.nav-link:hover::before,.main-menu #mobile-menu a.nav-link.show::before{width:calc(100% - 20px);left:10px;}.main-menu #mobile-menu a.nav-link.show::after{transform:rotate(180deg);transition:transform .2s;}.main-menu #mobile-menu .dropdown-toggle{position:relative;}.main-menu #mobile-menu .dropdown-toggle::after{content:"";font-family:"bootstrap-icons";font-size:10px;vertical-align:-.125em;display:inline-block;border:0;transition:transform .2s;position:absolute;right:-5px;}.main-menu #mobile-menu .dropdown-menu{min-width:360px;padding:30px;border-radius:0 0 5px 5px;margin-left:10px!important;margin-top:-3px!important;}.main-menu #mobile-menu .dropdown-menu ul{margin:0;padding:0;list-style:none;}.main-menu #mobile-menu .dropdown-menu ul li{display:block;}.main-menu #mobile-menu .dropdown-menu ul li a{color:#212529;padding:5px 0;display:block;position:relative;transition:transform .3s;text-transform:initial;}.main-menu #mobile-menu .dropdown-menu ul li a:hover{color:var(--theme-color)!important;}.main-menu #mobile-menu .dropdown-menu ul li a::before,.main-menu #mobile-menu .dropdown-menu ul li a::after{content:"";position:absolute;left:0;bottom:0;transition:all .25s ease-in-out;}.main-menu #mobile-menu .dropdown-menu ul li a::after{background:var(--theme-color);width:0;height:2px;}.main-menu #mobile-menu .dropdown-menu ul li a::before{background:rgba(0,0,0,.1);width:100%;height:1px;}.main-menu #mobile-menu .dropdown-menu ul li a:hover::after{width:100%;}.dropdown.lang-link{display:inline-block;}.dropdown.lang-link .btn{border:2px solid transparent;font-weight:600;width:100px;border-radius:10px;padding:17px 30px;transition:none;}.dropdown.lang-link .btn:after{margin-bottom:2px;}.dropdown.lang-link .btn.show{border-color:var(--theme-color);background-color:var(--theme-color);}.dropdown.lang-link .btn.show span{color:var(--white);}.dropdown.lang-link .btn.show:after{border-bottom-color:var(--white);border-top-color:var(--white);}.dropdown.lang-link span{display:inline-flex;align-items:center;}.dropdown.lang-link span img{max-width:16px;margin-right:5px;}.dropdown.lang-link .dropdown-menu{width:100px;min-width:0!important;text-align:center;border:0;background-color:var(--theme-color);margin-top:-25px;padding-top:15px;border-radius:10px;}.dropdown.lang-link .dropdown-menu a{font-size:12px;color:var(--white);padding:5px 0;display:block;font-weight:600;}.social-header h3{font-size:18px;margin-bottom:15px;}.social-header ul{margin:0;padding:0;list-style:none;}.social-header ul li{display:inline-block;}.social-header ul li a{display:block;padding:10px 15px;border:1px solid rgba(0,0,0,.35);}.social-header ul li a i{font-size:18px;}.social-header ul li a:hover{background:var(--theme-color);color:var(--white);}.back-to-top{position:fixed;right:0;bottom:10px;width:50px;height:44px;color:var(--black);background-color:var(--white);font-size:16px;line-height:42px;text-align:center;z-index:999;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .4s ease-in-out;border-radius:5px;}.back-to-top:hover{background-color:var(--black);color:var(--white);}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0);}.btn-fix{color:var(--white);font-size:12px;padding:10px 10px 10px 15px;position:fixed;display:inline-flex;z-index:99;right:0;bottom:60px;gap:7px;transition:all .4s ease-in-out;opacity:1;border-radius:5px 0 0 5px;width:190px;transform:translateX(140px);}.btn-fix i{font-size:24px;}.btn-fix span{margin-left:10px;}.btn-fix:hover{background-color:var(--black);color:var(--white);transform:translateX(0);}.btn-fix.call-me{color:var(--black);background:var(--white);}.btn-fix.whatsapp{background-color:#25d366;}.mega-grid{position:relative;z-index:2;display:grid!important;grid-template-columns:minmax(0,2.72fr) minmax(340px,1fr);gap:10px;width:100%;height:100%;min-height:0;overflow:visible;border:0;background:transparent;box-shadow:none;}.mega-col{position:relative;flex:none!important;width:100%!important;max-width:none!important;min-height:100%;min-width:0;}.mega-col+.mega-col{border-left:0;}.mega-left{z-index:3;overflow:hidden;background:var(--white);border-radius:34px;box-shadow:0 38px 120px rgba(0,0,0,.2);will-change:clip-path;}.mega-left>.mega-pad>.mega-kicker{display:none;}@media(min-width:1200px){.mega-left{border-radius:0 34px 34px 0;}}.mega-mid{z-index:2;display:grid!important;grid-template-rows:1fr;gap:10px;min-height:100%;overflow:visible;border-radius:0;margin-left:0;background:transparent;}.mega-cta-card{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:18px;padding:clamp(24px,2.5vw,34px);color:var(--site-ink);background:var(--white);border-radius:34px;box-shadow:0 30px 86px rgba(0,0,0,.16);will-change:clip-path;}.mega-cta-card .mega-kicker{color:rgba(33,29,31,.52);}.mega-cta-card h3{max-width:8.5em;margin:0;color:var(--site-ink);font-family:"Plus Jakarta Sans","Poppins",sans-serif;font-size:clamp(28px,2.35vw,44px);font-weight:700;letter-spacing:-.05em;line-height:.95;}.mega-cta-button{display:inline-flex;align-items:center;justify-content:space-between;align-self:flex-start;gap:18px;min-width:148px;min-height:48px;padding:0 10px 0 22px;color:var(--white)!important;background:var(--site-ink);border-radius:999px;font-size:15px;font-weight:700;line-height:1;text-decoration:none;}.mega-cta-button i{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:var(--site-ink);background:var(--white);font-size:20px;}.mega-cta-button:hover{color:var(--white)!important;background:var(--theme-color);}.mega-pad{padding:clamp(30px,3vw,52px) clamp(32px,3.4vw,58px) clamp(24px,2.8vw,44px);}.mega-kicker{color:rgba(33,29,31,.62);font-size:12px;font-weight:700;letter-spacing:.12em;line-height:1;text-transform:uppercase;}.offcanvas-menu-list{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-top:clamp(18px,2.4vh,32px);}.offcanvas-menu-list>li{display:block;width:100%;overflow:visible;line-height:1;}.offcanvas-menu-list>li>a{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;min-height:0;padding:0;overflow:visible;color:var(--site-ink);background:transparent;border:0;border-radius:0;text-decoration:none;line-height:1;font-family:"Plus Jakarta Sans","Poppins",sans-serif;font-size:clamp(56px,4.4vw,84px);font-weight:700;letter-spacing:-.045em;white-space:nowrap;text-transform:lowercase;transition:color .2s ease;}.offcanvas-menu-list>li>a::after{display:none;}.offcanvas-menu-list>li>a:hover{color:var(--theme-color);text-decoration:none;}.offcanvas-menu-list>li.active>a{color:var(--site-ink);}.offcanvas-menu-list .offcanvas-menu-mask,.offcanvas-menu-list .offcanvas-menu-text{display:block;}.offcanvas-menu-list .offcanvas-menu-mask{overflow:hidden;}.offcanvas-menu-list .dropdown-toggle::before{content:"";width:.2em;height:.2em;margin-left:.08em;border-right:3px solid currentColor;border-bottom:3px solid currentColor;transform:translateY(-.08em) rotate(45deg);order:2;}.offcanvas-menu-list .dropdown-toggle::after{content:none;}.offcanvas-menu-list .dropdown-menu{position:static!important;width:auto;min-width:0;margin:8px 0 14px!important;padding:0;background:transparent;border:0;box-shadow:none;transform:none!important;}.offcanvas-menu-list .dropdown-menu ul{display:grid;gap:5px;}.offcanvas-menu-list .dropdown-menu li{line-height:1.2;}.offcanvas-menu-list .dropdown-menu a{display:inline-block;padding:0;color:rgba(33,29,31,.58);font-size:clamp(16px,1.1vw,20px);font-weight:600;line-height:1.25;letter-spacing:-.02em;}.offcanvas-menu-list .dropdown-menu a:hover{color:var(--theme-color);}.mega-list{display:grid;gap:10px;}.mega-list .mega-item{display:inline-block;font-size:26px;font-weight:600;line-height:1.25;text-decoration:none;}.mega-list .mega-item:hover{text-decoration:underline;text-underline-offset:8px;}.mega-hr{border-color:rgba(0,0,0,.15);opacity:1;margin:0;}.mega-contact{color:rgba(33,29,31,.72);font-size:14px;}.mega-contact li{display:flex;align-items:flex-start;gap:10px;padding:8px 0;line-height:1.45;border-bottom:0;}.mega-contact li i{color:var(--theme-color);line-height:1.45;}.mega-contact li a{color:inherit;}.mega-contact li a:hover{color:var(--theme-color);}.offcanvas-utility{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:18px;margin-top:auto;padding-top:clamp(24px,4vh,46px);}.mega-contact--utility ul{display:flex;flex-wrap:wrap;gap:8px 18px;}.mega-contact--utility li{align-items:center;padding:0;color:rgba(33,29,31,.74);font-size:clamp(14px,.95vw,16px);font-weight:600;line-height:1.25;}.mega-contact--utility .mega-contact-address{display:none;}.mega-social .social-header ul{display:flex;flex-wrap:wrap;gap:10px;}.mega-social .social-header li{display:inline-flex;}.mega-social .social-header a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;color:var(--site-ink);background:#f4f1ed;border:0;border-radius:999px;transition:background-color .22s ease,transform .22s ease;}.mega-social .social-header a i{font-size:18px;}.mega-social .social-header a:hover{color:var(--white);background:var(--site-ink);transform:translateY(-2px);}.mega-social--utility .social-header ul{justify-content:flex-end;gap:8px;}.mega-social--utility .social-header a{width:38px;height:38px;}.aside{width:80px;position:fixed;left:0;top:0;bottom:0;z-index:998;background:#f7f0e7;}.menu-open .aside{background:var(--body-bg);}nav.fixx{position:fixed;top:120px;left:30px;padding:0 10px;transition:all 500ms cubic-bezier(.6,0,.4,1) 0s;}nav.fixx a{font-weight:700;letter-spacing:.3rem;position:absolute;left:50%;text-transform:uppercase;transition:all 500ms cubic-bezier(.6,0,.4,1) 0s;white-space:nowrap;transform-origin:right center 0;transform:translate(-100%,-50%) rotate(-90deg);display:none;}nav.fixx a.active{color:#666;display:block;}body.scroll nav.fixx{transform:translateY(180px);}.header.header-section.header{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;background:transparent;border-bottom:0;box-shadow:none;padding:16px 0 10px;transform:translateY(0);transition:transform .34s ease,box-shadow .34s ease,background-color .34s ease;}.header.header-section.header::before,.header.header-section.header::after{content:none;}.site-header-shell{position:relative;display:flex;align-items:center;width:100%;min-height:94px;gap:24px;transition:min-height .34s ease,gap .34s ease;}.site-header-brand{flex:0 0 128px;display:flex;align-items:center;min-width:0;}.site-header-shell .header-logo{display:inline-flex;align-items:center;}.site-header-shell .header-logo img{display:block;width:72px;max-width:100%;max-height:none;height:auto;object-fit:contain;transition:width .34s ease,transform .34s ease;}.site-header-navigation{align-items:center;min-width:0;}.site-header-navigation .mean__menu-wrapper{margin:0;}.site-header-navigation .main-menu nav{padding:0;border-radius:0;}.site-header-navigation .main-menu nav ul{display:flex;align-items:center;gap:32px;margin:0;padding:0;}.site-header-navigation .main-menu nav ul li{display:inline-flex;align-items:center;margin:0;list-style:none;}.site-header-navigation .main-menu nav ul li a{display:inline-flex;align-items:center;min-height:42px;padding:0;font-family:"Poppins",sans-serif;font-size:15px;font-weight:700;line-height:1;letter-spacing:-.01em;text-transform:none;background:transparent;border:0;}.site-header-navigation .main-menu nav ul li.active>a{font-weight:700;}.site-header-navigation .main-menu #mobile-menu a.nav-link::before{height:2px;bottom:-6px;background:var(--theme-color);}.site-header-navigation .main-menu #mobile-menu a.nav-link:hover::before,.site-header-navigation .main-menu #mobile-menu a.nav-link.show::before{width:100%;left:0;}.site-header-navigation .main-menu #mobile-menu .dropdown-toggle::after{position:static;margin-left:8px;font-size:9px;}.site-header-navigation .main-menu #mobile-menu .dropdown-menu{min-width:260px;margin-top:20px;margin-left:0;padding:18px 22px;border:1px solid rgba(17,17,17,.08);border-radius:0 0 18px 18px;box-shadow:0 20px 55px rgba(17,17,17,.12);}.site-header-navigation .main-menu #mobile-menu .dropdown-menu ul{display:grid;gap:6px;}.site-header-navigation .main-menu #mobile-menu .dropdown-menu li a{min-height:0;padding:7px 0;font-size:14px;}.site-header-spacer{flex:1 1 auto;min-width:16px;}.site-header-actions{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;margin-right:15px;}.site-header-actions .header-action{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:999px;color:var(--white);border:0;font-size:15px;font-weight:700;line-height:1;letter-spacing:-.01em;white-space:nowrap;text-decoration:none;transition:transform .24s ease,background-color .24s ease,color .24s ease;}.site-header-actions .header-action:hover,.site-header-actions .header-action:focus{color:var(--white);text-decoration:none;transform:translateY(-1px);}.site-header-actions .header-action--dark{background:var(--black);}.site-header-actions .header-action--dark:hover,.site-header-actions .header-action--dark:focus,.site-header-actions .header-action--dark.show{background:var(--theme-color);}.site-header-actions .header-action--dark::after{margin-left:10px;border-top-color:currentColor;}.site-header-actions .header-action--primary{background:var(--theme-color);}.site-header-actions .header-action--primary:hover,.site-header-actions .header-action--primary:focus{background:var(--black);}.site-header-product-dropdown{position:static;}.site-header-product-dropdown .dropdown-menu{top:calc(100% + 12px);right:0;left:0;width:100%;min-width:0;padding:0;margin:0;background:transparent;border:0;border-radius:0;transform:none!important;}.site-header-product-dropdown .mega-section{padding:0;}.site-header-product-dropdown .mega-list-container{width:100%;max-height:540px;overflow-y:auto;background:transparent;border:0;border-radius:0;box-shadow:none;}.site-header-product-dropdown .mega-list{display:grid;gap:0;}.site-header-product-dropdown .mega-products{display:grid;gap:0;margin:0;padding:0;}.site-header-product-dropdown .mega-products li{display:block;}.site-product-mega__shell{display:grid;grid-template-columns:minmax(220px,.86fr) minmax(320px,1.05fr) minmax(360px,.96fr);gap:34px;width:100%;padding:34px 40px 38px;color:var(--black);background:var(--site-paper);border:4px solid #201d1f;border-radius:22px;box-shadow:0 28px 70px rgba(33,29,31,.22);}.site-product-mega__column{min-width:0;}.site-product-mega__heading{margin-bottom:18px;color:var(--black);font-size:17px;line-height:1;letter-spacing:-.03em;}.site-product-mega__list{display:grid;gap:0;margin:0;padding:0;list-style:none;}.site-product-mega__item{display:grid;grid-template-columns:82px minmax(0,1fr) 24px;align-items:center;gap:32px;min-height:96px;padding:12px 0;color:var(--black);text-decoration:none;border-bottom:1px solid rgba(33,29,31,.09);transition:background-color .24s ease,transform .24s ease;}.site-product-mega__item:hover,.site-product-mega__item:focus{color:var(--black);text-decoration:none;background:rgba(216,102,47,.06);}.site-product-mega__item:hover .site-product-mega__text,.site-product-mega__item:focus .site-product-mega__text{transform:translateX(15px);}.site-product-mega__item--product{grid-template-columns:minmax(0,1fr) 82px 24px;padding-inline:0;}.site-product-mega__thumb{display:flex;align-items:center;justify-content:center;width:80px;height:80px;overflow:hidden;background:var(--site-cream);border-radius:16px;}.site-product-mega__thumb img{display:block;width:100%;height:100%;object-fit:contain;}.site-product-mega__thumb-fallback{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--black);font-size:24px;letter-spacing:-.06em;}.site-product-mega__text{display:grid;gap:5px;min-width:0;transition:transform .24s ease;}.site-product-mega__title{display:block;color:var(--black);font-family:"Agbalumo",system-ui;font-size:21px;font-weight:700;line-height:1.02;letter-spacing:-.06em;}.site-product-mega__desc{display:-webkit-box;overflow:hidden;color:var(--site-muted);font-size:13px;font-weight:500;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical;}.site-product-mega__arrow{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--white);background:var(--black);border-radius:8px;font-size:20px;line-height:1;margin-left:-15px;}.site-product-mega__feature{position:relative;display:flex;flex-direction:column;min-height:calc(100% - 50px);overflow:hidden;padding:28px 28px 0;color:var(--white);text-decoration:none;background:var(--site-copper);border-radius:24px;font-family:"Alfa Slab One",serif;}.site-product-mega__feature::before{position:absolute;right:-72px;bottom:-86px;width:260px;height:260px;content:"";background:rgba(255,250,242,.24);border-radius:50%;}.site-product-mega__feature:hover,.site-product-mega__feature:focus{color:var(--white);text-decoration:none;}.site-product-mega__feature-title{position:relative;z-index:1;display:block;color:var(--white);font-size:clamp(40px,4vw,48px);line-height:1;letter-spacing:-.02em;text-transform:uppercase;}.site-product-mega__feature-desc{position:relative;z-index:1;display:block;max-width:34rem;margin-top:22px;color:rgba(255,255,255,.92);font-size:15px;line-height:1.45;}.site-product-mega__feature-cta{position:relative;z-index:2;display:inline-flex;align-items:center;align-self:flex-start;gap:8px;min-height:52px;margin-top:22px;padding:0 22px;color:var(--black);background:var(--white);border-radius:12px;font-size:16px;}.site-product-mega__feature-cta i{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--white);background:var(--black);border-radius:50%;font-size:15px;}.site-product-mega__feature-image{position:relative;z-index:1;display:flex;justify-content:flex-end;margin-top:auto;margin-right:-12px;pointer-events:none;}.site-product-mega__feature-image img{display:block;width:min(92%,420px);max-height:260px;object-fit:contain;transform:rotate(-6deg) translateY(22px);transform-origin:center bottom;}.site-header-utilities{display:inline-flex;align-items:center;gap:45px;flex:0 0 auto;}.header-search-toggle{display:inline-flex;align-items:center;justify-content:center;width:24px;height:48px;color:var(--black);font-size:21px;line-height:1;background:transparent;border:0;border-radius:0;padding:0;transition:color .24s ease,transform .24s ease;}.header-search-toggle:hover,.header-search-toggle:focus{color:var(--theme-color);transform:translateY(-1px);}.site-header-shell .sidebar__toggle_wrapper{display:inline-flex;align-items:center;justify-content:center;width:32px;height:48px;}.site-header-shell .sidebar__toggle{width:32px;height:48px;min-width:32px;color:var(--black);background:transparent;border:0;border-radius:0;padding:0;}.site-header-shell .sidebar__toggle::after{display:none;}.site-header-shell .sidebar__toggle_lines{gap:7px;}.site-header-shell .sidebar__toggle_lines .line{width:31px;height:2px;background:var(--black);border-radius:999px;}.dropdown.lang-link.header-language{display:inline-flex;align-items:center;}.dropdown.lang-link.header-language .btn{display:inline-flex;align-items:center;justify-content:center;width:auto;min-height:48px;gap:6px;padding:0;color:var(--black);background:transparent;border:0;border-radius:0;font-size:14px;font-weight:700;line-height:1;transition:color .24s ease;}.dropdown.lang-link.header-language .btn::after{margin-left:2px;border-top-color:currentColor;}.dropdown.lang-link.header-language .btn:hover,.dropdown.lang-link.header-language .btn:focus,.dropdown.lang-link.header-language .btn.show{color:var(--theme-color);background:transparent;box-shadow:none;}.dropdown.lang-link.header-language span{display:inline-flex;align-items:center;gap:6px;}.dropdown.lang-link.header-language span img{width:16px;max-width:16px;height:auto;margin:0;}.dropdown.lang-link.header-language .dropdown-menu{top:calc(100% + 12px);right:0;left:auto;width:auto;min-width:88px;margin:0;padding:8px;text-align:left;background:var(--white);border:1px solid rgba(17,17,17,.08);border-radius:14px;box-shadow:0 18px 44px rgba(17,17,17,.12);}.dropdown.lang-link.header-language .dropdown-menu a{display:flex;align-items:center;padding:8px 9px;color:var(--black);font-size:13px;font-weight:700;border-radius:9px;}.dropdown.lang-link.header-language .dropdown-menu a:hover{color:var(--theme-color);background:rgba(17,17,17,.04);}.header-search-panel{position:absolute;left:var(--bs-gutter-x);right:var(--bs-gutter-x);top:100%;z-index:998;background:var(--white);border:1px solid rgba(17,17,17,.08);border-top:0;border-radius:0 0 22px 22px;box-shadow:0 24px 70px rgba(17,17,17,.12);}.header-search-form{position:relative;display:flex;align-items:center;padding:22px;}.header-search-form input[type=search]{width:100%;min-height:54px;padding:0 54px 0 20px;color:var(--black);background:rgba(17,17,17,.04);border:1px solid rgba(17,17,17,.08);border-radius:999px;font-size:16px;font-weight:600;outline:0;}.header-search-form input[type=search]::placeholder{color:var(--text);}.header-search-form button{position:absolute;right:34px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;color:var(--white);background:var(--theme-color);border-radius:50%;font-size:17px;}.header.header-section.header.scroll-sticky,body.scroll .header.header-section.header{background:transparent;box-shadow:none;padding-top:10px;}.header.header-section.header.scroll-sticky .site-header-shell,body.scroll .header.header-section.header .site-header-shell{min-height:76px;}.header.header-section.header.scroll-sticky .site-header-shell .header-logo img,body.scroll .header.header-section.header .site-header-shell .header-logo img{width:100px;}.header.header-section.header .site-header-shell{min-height:94px;padding:0 38px;background:var(--site-ink);border:1px solid rgba(255,250,242,.1);border-radius:24px;box-shadow:0 18px 52px rgba(45,36,30,.18);}.header.header-section.header .site-header-brand{position:absolute;left:50%;top:50%;z-index:3;flex:0 0 auto;justify-content:center;transform:translate(-50%,-50%);}.header.header-section.header .site-header-shell .header-logo img{width:125px;filter:none;}.header.header-section.header .site-header-navigation .main-menu nav ul{gap:30px;}.header.header-section.header .site-header-navigation .main-menu nav ul li a{color:var(--white)!important;font-size:16px;font-weight:700;}.header.header-section.header .site-header-navigation .main-menu nav ul li a:hover,.header.header-section.header .site-header-navigation .main-menu nav ul li a:focus,.header.header-section.header .site-header-navigation .main-menu nav ul li a:active,.header.header-section.header .site-header-navigation .main-menu nav ul li a.active,.header.header-section.header .site-header-navigation .main-menu nav ul li a.show{color:var(--white)!important;}.header.header-section.header .site-header-navigation .main-menu #mobile-menu a.nav-link::before{background:var(--white);}.header.header-section.header .site-header-navigation .main-menu #mobile-menu .dropdown-toggle::after{color:currentColor;}.header.header-section.header .site-header-actions{gap:12px;}.header.header-section.header .site-header-actions .header-action{min-height:54px;padding:0 26px;border-radius:12px;font-size:16px;}.header.header-section.header .site-header-actions .header-action--dark{color:var(--site-ink);background:var(--site-paper);}.header.header-section.header .site-header-actions .header-action--dark:hover,.header.header-section.header .site-header-actions .header-action--dark:focus,.header.header-section.header .site-header-actions .header-action--dark.show{color:var(--black);background:rgba(255,255,255,.9);}.header.header-section.header .site-header-actions .header-action--dark::after{border-top-color:currentColor;}.header.header-section.header .site-header-actions .header-action--primary{color:var(--site-paper);background:transparent;border:1px solid rgba(255,250,242,.74);}.header.header-section.header .site-header-actions .header-action--primary:hover,.header.header-section.header .site-header-actions .header-action--primary:focus{color:var(--black);background:var(--white);}.header.header-section.header .header-search-toggle{color:var(--white);font-size:21px;}.header.header-section.header .header-search-toggle:hover,.header.header-section.header .header-search-toggle:focus{color:rgba(255,255,255,.78);}.header.header-section.header .site-header-shell .sidebar__toggle_lines .line{background:var(--white);}body.menu-open .header.header-section.header .site-header-shell .sidebar__toggle_lines .line{background:var(--site-ink);}.header.header-section.header .dropdown.lang-link.header-language .btn{color:var(--white);}.header.header-section.header .dropdown.lang-link.header-language .btn:hover,.header.header-section.header .dropdown.lang-link.header-language .btn:focus,.header.header-section.header .dropdown.lang-link.header-language .btn.show{color:rgba(255,255,255,.78);}.header.header-section.header .header-search-panel{left:var(--bs-gutter-x);right:var(--bs-gutter-x);top:calc(100% - 10px);background:var(--site-ink);border-color:rgba(45,36,30,.1);border-top:0;border-radius:0 0 22px 22px;box-shadow:var(--site-shadow);}.header.header-section.header .header-search-form input[type=search]{color:var(--white);background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);}.header.header-section.header .header-search-form input[type=search]::placeholder{color:rgba(255,255,255,.68);}.header.header-section.header .header-search-form button{color:var(--site-ink);background:var(--site-paper);}.header.header-section.header .site-header-actions .header-action--dark:hover,.header.header-section.header .site-header-actions .header-action--dark:focus,.header.header-section.header .site-header-actions .header-action--dark.show{color:var(--site-ink);background:var(--site-cream);}.header.header-section.header .site-header-actions .header-action--primary:hover,.header.header-section.header .site-header-actions .header-action--primary:focus{color:var(--site-ink);background:var(--site-paper);}.header.header-section.header .header-search-toggle:hover,.header.header-section.header .dropdown.lang-link.header-language .btn:hover,.header.header-section.header .dropdown.lang-link.header-language .btn:focus,.header.header-section.header .dropdown.lang-link.header-language .btn.show{color:rgba(255,242,223,.78);}.header.header-section.header .dropdown.lang-link.header-language .dropdown-menu{background:var(--site-paper);border-color:rgba(45,36,30,.1);box-shadow:var(--site-shadow);}.header.header-section.header .site-header-navigation .main-menu nav ul li a.nav-link,.header.header-section.header .site-header-navigation .main-menu nav ul li a.nav-link:hover,.header.header-section.header .site-header-navigation .main-menu nav ul li a.nav-link:focus,.header.header-section.header .site-header-navigation .main-menu nav ul li a.nav-link:active,.header.header-section.header .site-header-navigation .main-menu nav ul li a.nav-link.show,.header.header-section.header .site-header-navigation .main-menu nav ul li a.nav-link.active{color:var(--white)!important;}.slide{position:relative;margin-top:0;overflow:hidden;height:100vh;padding:0;}.slide .swiper-slider,.slide .swiper-slide,.slide .swiper-wrapper,.slide .swiper-container{height:100%;}.slide .slider-content{padding:0;height:100%;}.slide .swiper-slide{overflow:hidden;border-radius:0;background:var(--white);}.slide .swiper-slide .slide-txt-box{width:100%;height:100%;padding:0;color:var(--white);text-align:left;position:relative;}.slide .swiper-slide .slide-txt-box .slide-title-content{display:flex;align-items:center;flex-wrap:wrap;width:100%;height:calc(100% + 100px);position:relative;padding-left:100px;}.slide .swiper-slide .slide-txt-box .slide-title-content div{position:relative;overflow:hidden;top:-90px;}.slide .swiper-slide .slide-txt-box .slide-title-content .titlesub{opacity:0;visibility:hidden;transition:all .9s ease;transition-delay:.9s;transform:translateY(20px);margin:0;font-size:30px;letter-spacing:.03em;display:flex;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;}.slide .swiper-slide .slide-txt-box .slide-title-content .btn-touch{opacity:0;visibility:hidden;transition:all .9s ease;transform:translateY(20px);}.slide .swiper-slide img{transform:scale(1);width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;opacity:1;max-width:520px;}.slide .btn-touch{margin-top:30px;background:rgba(255,255,255,.5);}@keyframes elasticus{0%{transform-origin:0 0;transform:scale(1,0);}50%{transform-origin:0 0;transform:scale(1,1);}50.1%{transform-origin:0 100%;transform:scale(1,1);}100%{transform-origin:0 100%;transform:scale(1,0);}}.is-native-hidden{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;}.thumb-fluid{height:220px;width:auto;position:absolute;z-index:9;right:0;bottom:30px;}.thumb-fluid .banner-slider-thumb,.thumb-fluid .swiper-slide,.thumb-fluid .swiper-slide-inner,.thumb-fluid .swiper-slide-content,.thumb-fluid .swiper-wrapper,.thumb-fluid .swiper-container{height:100%;}.thumb-fluid .slide-thumb{height:100%;width:800px;overflow:hidden;}.thumb-fluid .slide-thumb .swiper-slide{background-color:transparent;}.thumb-fluid .slide-thumb .swiper-slide-inner{background:#f0e8dc;padding:30px;overflow:hidden;-webkit-clip-path:inset(0 round 8px);clip-path:inset(0 round 8px);}.thumb-fluid .slide-thumb .swiper-slide-inner .swiper-slide-content{position:relative;}.thumb-fluid .slide-thumb .swiper-slide-inner .btn-expand{position:absolute;bottom:0;}.thumb-fluid .slide-thumb .swiper-slide-inner:hover{-webkit-clip-path:inset(0 round 3rem);clip-path:inset(0 round 3rem);overflow:hidden;}.thumb-fluid .slide-thumb .swiper-slide-inner .slide-txt-title{display:flex;align-items:center;width:100%;padding:0;}.thumb-fluid .slide-thumb .swiper-slide-inner .slide-txt-title h2{font-size:24px;}.thumb-fluid .slide-thumb .swiper-slide-inner .slide-txt-sub{display:flex;align-items:center;width:100%;padding:0;}.thumb-fluid .slide-thumb .swiper-slide-inner .slide-txt-sub h3{font-size:14px;}.thumb-fluid .slide-thumb .swiper-slide-inner img{max-width:200px;height:auto;opacity:1;position:absolute;right:0;bottom:0;}.boxes{width:100%;margin-left:auto;}.boxes .box .b-button{background:var(--theme-color);color:var(--white);margin-bottom:1.5rem;border-radius:7px;display:flex;padding:30px;}.boxes .row>[class*=col-]:last-child .box .b-button{background:#1657e8;}.threed{position:relative;width:100%;height:calc(100vh - 380px);margin-top:100px;background-image:url("/assets/img/slider/bg-bucket.png");background-size:80%;background-repeat:no-repeat;background-position:bottom center;}.threed *{width:100%;height:100%;}.threed .fullbtn{position:absolute;z-index:99;color:var(--white);background:var(--black);display:inline-block;width:42px;right:0;left:auto;top:50%;height:auto;padding:5px 7px;border-radius:3px;transition:.2s transform;text-align:center;}.threed model-viewer{touch-action:none;overscroll-behavior:contain;-webkit-user-select:none;user-select:none;}body.model-fs-open{overflow:hidden;}.threed.clicked{position:fixed!important;inset:0!important;z-index:12000!important;width:100vw!important;height:100dvh!important;margin-top:0!important;padding:10px!important;background:#000!important;background-image:none!important;}.threed.clicked .fullbtn{top:12px!important;right:12px!important;left:auto!important;}.threed.clicked model-viewer{width:100%!important;height:100%!important;}.slide{height:100vh!important;min-height:100vh!important;margin-top:0!important;padding-top:0!important;background:#8093a6;position:relative;overflow:hidden;}.slide .banner-slider{height:100%;min-height:100vh!important;position:relative!important;}.slide .banner-slider .swiper-wrapper{height:100%;min-height:100vh!important;}.slide .banner-slider .swiper-slide{height:100%;min-height:100vh!important;}.slide .banner-video-wrap{height:100%;min-height:100vh!important;}.hero-brars{position:relative;overflow:hidden;isolation:isolate;background:#8093a6;--btn-touch-outline-bg:transparent;--btn-touch-outline-border:rgba(255,250,242,.8);--btn-touch-outline-color:var(--site-paper);--btn-touch-outline-hover-bg:rgba(255,250,242,.12);--btn-touch-outline-hover-border:var(--site-paper);--btn-touch-outline-hover-color:var(--site-paper);--btn-touch-outline-icon-bg:var(--site-paper);--btn-touch-outline-icon-color:var(--site-ink);}@keyframes heroShapeInfinity{0%,100%{transform:translate3d(0,0,0) rotate(0deg) scale(1);}12.5%{transform:translate3d(8px,-8px,0) rotate(2deg) scale(1.03);}25%{transform:translate3d(12px,0,0) rotate(4deg) scale(1.05);}37.5%{transform:translate3d(8px,8px,0) rotate(2deg) scale(1.03);}50%{transform:translate3d(0,0,0) rotate(0deg) scale(1);}62.5%{transform:translate3d(-8px,-8px,0) rotate(-2deg) scale(.98);}75%{transform:translate3d(-12px,0,0) rotate(-4deg) scale(.96);}87.5%{transform:translate3d(-8px,8px,0) rotate(-2deg) scale(.98);}}.hero-brars::before{content:"";position:absolute;z-index:1!important;left:50%!important;top:var(--hero-blob-a-top)!important;display:block;pointer-events:none;background:var(--hero-blob-a)!important;width:58vw!important;height:45vw!important;border-radius:52% 48% 44% 56%!important;transform:var(--hero-blob-a-transform)!important;filter:none!important;}.hero-brars::after{content:"";position:absolute;z-index:1!important;left:50%!important;top:var(--hero-blob-b-top)!important;display:block;pointer-events:none;background:var(--hero-blob-b)!important;width:38vw!important;height:52vw!important;border-radius:48% 52% 56% 44%!important;transform:var(--hero-blob-b-transform)!important;filter:none!important;}.hero-brars .hero-bg-media{opacity:0;pointer-events:none;}.hero-brars .hero-shape{z-index:2;border-radius:50%;background:rgba(255,255,255,.17);filter:none;animation:heroShapeInfinity var(--hero-shape-duration,9s) ease-in-out infinite;transform-origin:center;will-change:transform;}.hero-brars .hero-shape--red{left:var(--hero-dot-left)!important;top:var(--hero-dot-top)!important;width:clamp(46px,4.6vw,74px)!important;aspect-ratio:1;z-index:3!important;height:clamp(46px,4.6vw,74px)!important;background:var(--hero-dot)!important;--hero-shape-duration:8.8s;animation-delay:-.4s;}.hero-brars .hero-shape--yellow{right:var(--hero-dot-right)!important;top:var(--hero-dot-top)!important;width:clamp(46px,4.6vw,74px)!important;aspect-ratio:1;z-index:3!important;height:clamp(46px,4.6vw,74px)!important;background:var(--hero-dot)!important;--hero-shape-duration:10.4s;animation-delay:-1.2s;animation-direction:reverse;}.hero-brars .hero-shape--blue{left:auto!important;right:var(--hero-star-two-right)!important;bottom:auto!important;width:clamp(18px,2vw,30px)!important;height:clamp(18px,2vw,30px)!important;border-radius:0!important;background:var(--hero-star)!important;z-index:23!important;display:block!important;clip-path:polygon(50% 0,62% 38%,100% 50%,62% 62%,50% 100%,38% 62%,0 50%,38% 38%)!important;opacity:.95!important;top:var(--hero-star-two-top)!important;--hero-shape-duration:7.6s;animation-delay:-2s;}.hero-brars .pattern{position:absolute;z-index:23!important;left:var(--hero-star-one-left)!important;top:var(--hero-star-one-top)!important;width:clamp(18px,2vw,30px)!important;height:clamp(18px,2vw,30px)!important;display:block!important;background:var(--hero-star)!important;clip-path:polygon(50% 0,62% 38%,100% 50%,62% 62%,50% 100%,38% 62%,0 50%,38% 38%)!important;border-radius:0!important;opacity:.95!important;transform:none!important;}.hero-brars .slider-content{height:100%;min-height:100vh!important;}.hero-brars .hero-row{height:100%;position:relative;display:grid;grid-template-columns:1fr;align-items:stretch;justify-items:center;min-height:100vh!important;margin:0;}.slide .swiper-slide .hero-brars .slide-txt-box .slide-title-content{height:100%;display:block;padding:0;}.slide .swiper-slide .hero-brars .slide-txt-box .slide-title-content>.hero-copy{position:static!important;height:100%!important;display:block;padding:0;text-align:center;background:transparent;border-radius:0;box-shadow:none;overflow:visible;pointer-events:none!important;}.hero-brars .hero-kicker{display:none!important;}.hero-brars .desc{display:none!important;}.slide .swiper-slide .hero-brars .titleslide{display:none!important;}.hero-brars .hero-product-stage{position:absolute;left:50%!important;top:50%!important;z-index:18!important;width:100vw!important;height:100vh!important;min-height:0!important;margin:0;transform:translate(-50%,-50%) scale(.96)!important;transition:transform .95s cubic-bezier(.2,.72,.2,1),opacity .75s ease;opacity:0!important;pointer-events:none!important;}.hero-brars .hero-product-main{position:absolute;z-index:22!important;left:50%!important;top:54%!important;width:clamp(360px,43vw,650px)!important;max-height:56vh!important;object-fit:contain!important;transform:translate(-50%,-50%)!important;filter:drop-shadow(0 34px 26px rgba(31,29,31,.18))!important;right:auto!important;bottom:auto!important;margin:0!important;object-position:center center!important;}.hero-brars .hero-product-support{display:none!important;}.hero-brars .hero-product-orbit{border:0;pointer-events:none;}.hero-brars .hero-product-orbit--one{display:none!important;}.hero-brars .hero-product-orbit--two{z-index:1!important;left:50%!important;top:41%!important;width:54vw!important;height:42vw!important;border-radius:52% 48% 46% 54%!important;background:var(--hero-orbit)!important;transform:var(--hero-orbit-transform)!important;display:block!important;position:absolute!important;min-width:520px!important;min-height:420px!important;}.hero-brars .hero-sticker{display:none!important;}.hero-brars .hero-actions{position:absolute!important;z-index:40!important;left:50%!important;top:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;margin:0!important;transform:translateX(-50%)!important;opacity:0!important;pointer-events:none!important;transition:opacity .7s ease .18s,transform .85s cubic-bezier(.2,.72,.2,1) .18s;bottom:74px!important;flex-direction:row!important;right:auto!important;width:auto!important;visibility:hidden!important;}.hero-brars .btn-touch,.hero-brars .hero-primary-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:52px!important;min-width:0!important;padding:0 24px!important;gap:8px!important;border-radius:12px!important;font-size:16px!important;line-height:1!important;box-shadow:none!important;text-decoration:none!important;overflow:hidden!important;}.hero-brars .hero-primary-link{border:1px solid var(--white)!important;background:var(--site-ink)!important;color:var(--site-paper)!important;}.hero-brars .btn-touch__icon{width:19px!important;height:19px!important;margin-left:0!important;background:var(--site-paper)!important;color:var(--site-ink)!important;min-width:19px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:11px!important;}.banner-slider .swiper-slide-active .hero-brars .hero-product-stage{opacity:1!important;transform:translate(-50%,-50%) scale(1)!important;}.banner-slider .swiper-slide-active .hero-brars .hero-actions{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(-50%)!important;}.news-slider-theme,.swiper-other-theme{--swiper-navigation-color:var(--white);--swiper-pagination-color:var(--white);}.slide::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(circle at 78% 24%,rgba(229,27,32,.18),transparent 26%),radial-gradient(circle at 12% 78%,rgba(22,51,112,.16),transparent 30%);}.slide .swiper-slide{background:var(--home-paper);}.slide .swiper-slide .banner-video-wrap::after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,248,239,.96) 0%,rgba(255,248,239,.72) 39%,rgba(255,248,239,.06) 72%),linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.02) 44%,rgba(0,0,0,.14));}.slide .swiper-slide .banner-video img{opacity:1;filter:saturate(1.06) contrast(1.03);}.slide .swiper-slide .banner-video video{opacity:1;filter:saturate(1.06) contrast(1.03);}.slide .swiper-slide .slide-txt-box{z-index:4;color:var(--home-ink);position:absolute;inset:0;}.slide .swiper-slide .slide-txt-box .slide-title-content{padding-left:0;align-items:center;height:100%;display:flex;}.slide .swiper-slide .slide-txt-box .slide-title-content>div{top:auto;max-width:740px;padding:42px 46px;overflow:visible;border-radius:0 44px 44px 0;background:rgba(255,248,239,.68);box-shadow:var(--home-shadow);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}.slide .btn-touch{background:var(--black);color:var(--white);min-width:0;}.thumb-fluid{right:calc(var(--bs-gutter-x,1.5rem)*.5);bottom:32px;display:none;}.thumb-fluid .slide-thumb{width:min(760px,48vw);}.thumb-fluid .slide-thumb .swiper-slide-inner{background:rgba(255,255,255,.76);box-shadow:0 16px 40px rgba(0,0,0,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}.hero-campaign{position:relative;isolation:isolate;background:radial-gradient(circle at 76% 22%,rgba(247,188,0,.28),transparent 26%),radial-gradient(circle at 62% 78%,rgba(229,27,32,.2),transparent 30%),linear-gradient(135deg,#fff8ef 0%,var(--theme-color-4) 48%,var(--white) 100%);}.hero-bg-media{position:absolute;inset:0;z-index:0;opacity:.16;filter:saturate(1.08);}.hero-bg-media img{width:100%;height:100%;object-fit:cover;}.hero-bg-media video{width:100%;height:100%;object-fit:cover;}.hero-shape{position:absolute;z-index:1;display:block;pointer-events:none;filter:blur(.1px);}.hero-shape--red{right:9%;top:15%;width:26vw;aspect-ratio:1.12;border-radius:54% 46% 62% 38%;background:rgba(229,27,32,.9);transform:rotate(-14deg);}.hero-shape--yellow{right:27%;bottom:12%;width:20vw;aspect-ratio:1;border-radius:58% 42% 47% 53%;background:rgba(247,188,0,.86);transform:rotate(10deg);}.hero-shape--blue{left:4%;bottom:7%;width:17vw;aspect-ratio:1.35;border-radius:40% 60% 48% 52%;background:rgba(22,51,112,.12);transform:rotate(-8deg);}.slide .slider-content{height:100%;}.slide .hero-row{height:100%;}.slide .swiper-slide .slide-txt-box .slide-title-content>.hero-copy{top:auto;padding:0;overflow:visible;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;}.hero-product-stage{position:relative;z-index:3;min-height:620px;display:flex;align-items:center;justify-content:center;}.hero-product-orbit{position:absolute;border-radius:50%;border:1px solid rgba(17,17,17,.12);pointer-events:none;}.hero-product-orbit--one{width:72%;aspect-ratio:1;transform:rotate(-14deg) scaleY(.74);}.hero-product-orbit--two{width:48%;aspect-ratio:1;transform:rotate(18deg) scaleY(.66);}.hero-product-main{position:relative;z-index:4;width:74%;max-height:72vh;object-fit:contain;filter:drop-shadow(0 44px 54px rgba(0,0,0,.28));}.hero-brars .btn-touch .icon-track{width:38px!important;height:19px!important;}.hero-brars .btn-touch .icon-track i{width:19px!important;height:19px!important;flex:0 0 19px!important;font-size:11px!important;line-height:19px!important;}.hero-brars .btn-touch:hover .icon-track{transform:translateX(-19px)!important;}.hero-brars .hero-badge-image{position:absolute;z-index:19!important;display:block;width:clamp(116px,12vw,205px)!important;max-width:240px!important;height:auto!important;min-height:0;max-height:none!important;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(31,29,31,.2))!important;pointer-events:none;left:calc(50% - clamp(210px,22vw,340px))!important;top:43%!important;transform:translate(-50%,-50%) rotate(-8deg)!important;}.hero-brars .hero-badge-image--one{left:18%;top:34%;transform:rotate(-9deg);display:none;}.hero-brars .hero-badge-image--two{display:none!important;}.hero-brars .slide-txt-box .slide-title-content>.hero-copy{position:static!important;}.hero-brars .btn-touch:hover{transform:none!important;}.hero-brars .hero-primary-link:hover{transform:none!important;}.banner-slider .swiper-slide .hero-brars{--hero-bg:#8094a7;--hero-blob-a:rgba(31,29,31,.16);--hero-blob-b:rgba(31,29,31,.13);--hero-orbit:rgba(31,29,31,.13);--hero-orbit-detail:rgba(31,29,31,.18);--hero-center-shadow:rgba(31,29,31,.15);--hero-dot:rgba(255,255,255,.2);--hero-blob-a-top:45%;--hero-blob-b-top:46%;--hero-blob-a-transform:translate(-50%,-50%) rotate(-10deg);--hero-blob-b-transform:translate(-50%,-45%) rotate(28deg);--hero-orbit-transform:translate(-50%,-50%) rotate(-7deg);--hero-dot-left:33%;--hero-dot-right:33%;--hero-star-one-left:24%;--hero-star-one-top:57%;--hero-star-two-right:22%;--hero-star-two-top:43%;--hero-star:var(--white);--hero-dot-top:clamp(150px,23vh,250px);background:var(--hero-bg)!important;transition:background-color .7s ease!important;}.hero-brars .hero-product-stage::before{content:"";position:absolute;z-index:2;left:50%;top:55%;width:clamp(240px,28vw,430px);height:clamp(280px,34vw,520px);border-radius:50% 50% 46% 54%;background:var(--hero-center-shadow)!important;transform:translate(-50%,-50%);}.hero-brars .hero-product-orbit--two::before{content:"";position:absolute;top:3%;width:43%;height:42%;border-radius:55% 45% 48% 52%;background:var(--hero-orbit-detail)!important;left:7%;transform:rotate(-34deg);}.hero-brars .hero-product-orbit--two::after{content:"";position:absolute;top:3%;width:43%;height:42%;border-radius:55% 45% 48% 52%;background:var(--hero-orbit-detail)!important;right:5%;transform:rotate(28deg);}.banner-slider .swiper-slide:nth-child(4n+1) .hero-brars,.banner-slider .swiper-slide[data-swiper-slide-index="0"] .hero-brars{--hero-bg:#8094a7;--hero-blob-a:rgba(31,29,31,.16);--hero-blob-b:rgba(31,29,31,.13);--hero-orbit:rgba(31,29,31,.13);--hero-orbit-detail:rgba(31,29,31,.18);--hero-center-shadow:rgba(31,29,31,.15);--hero-dot:rgba(255,255,255,.2);--hero-blob-a-top:45%;--hero-blob-b-top:46%;--hero-blob-a-transform:translate(-50%,-50%) rotate(-10deg);--hero-blob-b-transform:translate(-50%,-45%) rotate(28deg);--hero-orbit-transform:translate(-50%,-50%) rotate(-7deg);--hero-dot-left:33%;--hero-dot-right:33%;--hero-star-one-left:24%;--hero-star-one-top:57%;--hero-star-two-right:22%;--hero-star-two-top:43%;}.banner-slider .swiper-slide:nth-child(4n+2) .hero-brars,.banner-slider .swiper-slide[data-swiper-slide-index="1"] .hero-brars{--hero-bg:#ffc62b;--hero-blob-a:rgba(158,92,0,.16);--hero-blob-b:rgba(255,255,255,.19);--hero-orbit:rgba(158,92,0,.12);--hero-orbit-detail:rgba(158,92,0,.16);--hero-center-shadow:rgba(158,92,0,.13);--hero-dot:rgba(255,255,255,.24);--hero-blob-a-top:44%;--hero-blob-b-top:47%;--hero-blob-a-transform:translate(-50%,-50%) rotate(12deg);--hero-blob-b-transform:translate(-50%,-45%) rotate(-24deg);--hero-orbit-transform:translate(-50%,-50%) rotate(9deg);--hero-dot-left:28%;--hero-dot-right:30%;--hero-star-one-left:29%;--hero-star-one-top:44%;--hero-star-two-right:26%;--hero-star-two-top:56%;}.banner-slider .swiper-slide:nth-child(4n+3) .hero-brars,.banner-slider .swiper-slide[data-swiper-slide-index="2"] .hero-brars{--hero-bg:#c95f39;--hero-blob-a:rgba(69,23,18,.18);--hero-blob-b:rgba(255,230,203,.15);--hero-orbit:rgba(69,23,18,.15);--hero-orbit-detail:rgba(69,23,18,.2);--hero-center-shadow:rgba(69,23,18,.15);--hero-dot:rgba(255,255,255,.19);--hero-blob-a-top:46%;--hero-blob-b-top:44%;--hero-blob-a-transform:translate(-50%,-50%) rotate(-22deg);--hero-blob-b-transform:translate(-50%,-45%) rotate(42deg);--hero-orbit-transform:translate(-50%,-50%) rotate(-17deg);--hero-dot-left:36%;--hero-dot-right:28%;--hero-star-one-left:21%;--hero-star-one-top:49%;--hero-star-two-right:31%;--hero-star-two-top:39%;}.banner-slider .swiper-slide:nth-child(4n+4) .hero-brars,.banner-slider .swiper-slide[data-swiper-slide-index="3"] .hero-brars{--hero-bg:#87a48c;--hero-blob-a:rgba(38,57,42,.17);--hero-blob-b:rgba(238,247,233,.16);--hero-orbit:rgba(38,57,42,.13);--hero-orbit-detail:rgba(38,57,42,.18);--hero-center-shadow:rgba(38,57,42,.14);--hero-dot:rgba(255,255,255,.2);--hero-blob-a-top:45%;--hero-blob-b-top:48%;--hero-blob-a-transform:translate(-50%,-50%) rotate(18deg);--hero-blob-b-transform:translate(-50%,-45%) rotate(-36deg);--hero-orbit-transform:translate(-50%,-50%) rotate(13deg);--hero-dot-left:31%;--hero-dot-right:36%;--hero-star-one-left:27%;--hero-star-one-top:60%;--hero-star-two-right:21%;--hero-star-two-top:45%;}.slide[data-hero-theme],.banner-slider[data-hero-theme]{background:var(--hero-bg)!important;transition:background-color .7s ease!important;}.slide[data-hero-theme="0"],.banner-slider[data-hero-theme="0"],.slide[data-hero-theme="0"] .banner-slider .swiper-slide-active .hero-brars,.banner-slider[data-hero-theme="0"] .swiper-slide-active .hero-brars{--hero-bg:#8094a7;--hero-blob-a:rgba(31,29,31,.16);--hero-blob-b:rgba(31,29,31,.13);--hero-orbit:rgba(31,29,31,.13);--hero-orbit-detail:rgba(31,29,31,.18);--hero-center-shadow:rgba(31,29,31,.15);--hero-dot:rgba(255,255,255,.2);--hero-blob-a-top:45%;--hero-blob-b-top:46%;--hero-blob-a-transform:translate(-50%,-50%) rotate(-10deg);--hero-blob-b-transform:translate(-50%,-45%) rotate(28deg);--hero-orbit-transform:translate(-50%,-50%) rotate(-7deg);--hero-dot-left:33%;--hero-dot-right:33%;--hero-star-one-left:24%;--hero-star-one-top:57%;--hero-star-two-right:22%;--hero-star-two-top:43%;}.slide[data-hero-theme="1"],.banner-slider[data-hero-theme="1"],.slide[data-hero-theme="1"] .banner-slider .swiper-slide-active .hero-brars,.banner-slider[data-hero-theme="1"] .swiper-slide-active .hero-brars{--hero-bg:#ffc62b;--hero-blob-a:rgba(158,92,0,.16);--hero-blob-b:rgba(255,255,255,.19);--hero-orbit:rgba(158,92,0,.12);--hero-orbit-detail:rgba(158,92,0,.16);--hero-center-shadow:rgba(158,92,0,.13);--hero-dot:rgba(255,255,255,.24);--hero-blob-a-top:44%;--hero-blob-b-top:47%;--hero-blob-a-transform:translate(-50%,-50%) rotate(12deg);--hero-blob-b-transform:translate(-50%,-45%) rotate(-24deg);--hero-orbit-transform:translate(-50%,-50%) rotate(9deg);--hero-dot-left:28%;--hero-dot-right:30%;--hero-star-one-left:29%;--hero-star-one-top:44%;--hero-star-two-right:26%;--hero-star-two-top:56%;}.slide[data-hero-theme="2"],.banner-slider[data-hero-theme="2"],.slide[data-hero-theme="2"] .banner-slider .swiper-slide-active .hero-brars,.banner-slider[data-hero-theme="2"] .swiper-slide-active .hero-brars{--hero-bg:#c95f39;--hero-blob-a:rgba(69,23,18,.18);--hero-blob-b:rgba(255,230,203,.15);--hero-orbit:rgba(69,23,18,.15);--hero-orbit-detail:rgba(69,23,18,.2);--hero-center-shadow:rgba(69,23,18,.15);--hero-dot:rgba(255,255,255,.19);--hero-blob-a-top:46%;--hero-blob-b-top:44%;--hero-blob-a-transform:translate(-50%,-50%) rotate(-22deg);--hero-blob-b-transform:translate(-50%,-45%) rotate(42deg);--hero-orbit-transform:translate(-50%,-50%) rotate(-17deg);--hero-dot-left:36%;--hero-dot-right:28%;--hero-star-one-left:21%;--hero-star-one-top:49%;--hero-star-two-right:31%;--hero-star-two-top:39%;}.slide[data-hero-theme="3"],.banner-slider[data-hero-theme="3"],.slide[data-hero-theme="3"] .banner-slider .swiper-slide-active .hero-brars,.banner-slider[data-hero-theme="3"] .swiper-slide-active .hero-brars{--hero-bg:#87a48c;--hero-blob-a:rgba(38,57,42,.17);--hero-blob-b:rgba(238,247,233,.16);--hero-orbit:rgba(38,57,42,.13);--hero-orbit-detail:rgba(38,57,42,.18);--hero-center-shadow:rgba(38,57,42,.14);--hero-dot:rgba(255,255,255,.2);--hero-blob-a-top:45%;--hero-blob-b-top:48%;--hero-blob-a-transform:translate(-50%,-50%) rotate(18deg);--hero-blob-b-transform:translate(-50%,-45%) rotate(-36deg);--hero-orbit-transform:translate(-50%,-50%) rotate(13deg);--hero-dot-left:31%;--hero-dot-right:36%;--hero-star-one-left:27%;--hero-star-one-top:60%;--hero-star-two-right:21%;--hero-star-two-top:45%;}.slide .banner-slider .banner-slider-controls{position:absolute;top:50%;left:0;right:0;z-index:98;width:100%;height:0;transform:translateY(-50%);pointer-events:none;}.slide .banner-slider .banner-slider-controls .swiper-button{position:absolute;top:50%;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;margin:0;border-radius:10px;color:#fff;transform:translateY(-50%);cursor:pointer;pointer-events:auto;transition:background-color .3s ease,color .3s ease,border-color .3s ease;}.slide .banner-slider .banner-slider-controls .swiper-button::after{display:none;content:none;}.slide .banner-slider .banner-slider-controls .swiper-button i{color:currentColor;font-size:32px;line-height:1;}.slide .banner-slider .banner-slider-controls .swiper-button:hover{background:var(--site-ink);color:var(--site-paper);}.slide .banner-slider .banner-slider-controls .slider-button-prev{left:max(24px,var(--bs-gutter-x,1.5rem)*.5);}.slide .banner-slider .banner-slider-controls .slider-button-next{right:max(24px,var(--bs-gutter-x,1.5rem)*.5);}.hero-brars .hero-title-layer{position:absolute!important;z-index:62!important;left:50%!important;top:clamp(180px,17vh,198px)!important;width:min(92vw,1180px)!important;margin:0!important;color:var(--white)!important;font-size:clamp(46px,7.6vw,80px)!important;line-height:.8!important;text-align:center!important;text-wrap:balance!important;text-shadow:0 14px 34px rgba(31,29,31,.24)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%,18px) scale(.98)!important;transition:opacity .75s ease,transform .95s cubic-bezier(.2,.72,.2,1),visibility .75s ease!important;}.banner-slider .swiper-slide-active .hero-brars .hero-title-layer{opacity:1!important;visibility:visible!important;transform:translate(-50%,0) scale(1)!important;}.slide .banner-slider .pagination-wrapper{position:absolute;left:50%;bottom:28px;z-index:121;display:flex;align-items:center;justify-content:center;width:auto;min-width:120px;height:18px;margin:0;transform:translateX(-50%);pointer-events:auto;}.slide .banner-slider .pagination-wrapper .swiper-pagination{position:static;display:inline-flex;align-items:center;justify-content:center;gap:12px;width:auto;height:18px;pointer-events:auto;}.slide .banner-slider .pagination-wrapper .swiper-pagination.swiper-pagination-lock{display:inline-flex;}.slide .banner-slider .pagination-wrapper .swiper-pagination-bullet{display:block;width:8px;height:8px;margin:0;border:0;border-radius:999px;outline:0;background:rgba(33,29,31,.3);box-shadow:none;opacity:1;transition:width .25s ease,background-color .25s ease;}.slide .banner-slider .pagination-wrapper .swiper-pagination-bullet::after{display:none;content:none;}.slide .banner-slider .pagination-wrapper .swiper-pagination-bullet-active{width:18px;background:var(--site-ink);}.hero-brars .hero-actions .btn-touch,.hero-brars .hero-actions .hero-primary-link{margin:0!important;box-sizing:border-box!important;vertical-align:top!important;}.slide .swiper-slide .slide-txt-box .slide-title-content .btn-touch{color:var(--site-paper,var(--white))!important;}.slide .swiper-slide .slide-txt-box .slide-title-content .btn-touch .btn-touch__text{color:inherit!important;}.hero-brars .hero-actions .btn-touch__text-wrap{position:relative!important;display:grid!important;align-items:center!important;justify-items:start!important;flex:0 0 auto!important;width:auto!important;min-width:max-content!important;height:20px!important;margin:0!important;padding:0!important;line-height:20px!important;overflow:hidden!important;}.hero-brars .hero-actions .btn-touch__text{grid-area:1/1!important;position:relative!important;top:auto!important;left:auto!important;display:flex!important;align-items:center!important;height:20px!important;margin:0!important;padding:0!important;line-height:20px!important;white-space:nowrap!important;will-change:transform;transition:transform .62s cubic-bezier(.22,1,.36,1),opacity .2s ease!important;}.hero-brars .hero-actions .btn-touch__text--first{opacity:1!important;transform:translate3d(0,0,0)!important;}.hero-brars .hero-actions .btn-touch__text--second{opacity:0!important;transform:translate3d(0,-115%,0)!important;}.hero-brars .hero-actions .btn-touch:hover .btn-touch__text--first{opacity:0!important;transform:translate3d(0,115%,0)!important;}.hero-brars .hero-actions .btn-touch:hover .btn-touch__text--second{opacity:1!important;transform:translate3d(0,0,0)!important;}.hero-brars .hero-actions .btn-touch__icon{margin:0!important;overflow:hidden!important;}.hero-brars .slide-txt-box .container-fluid{height:100%;min-height:100vh!important;}.hero-brars .hero-stage{height:100%;min-height:100vh!important;position:relative;display:grid;grid-template-columns:1fr;align-items:stretch;justify-items:center;margin:0;}.hero-brars .hero-copy-layer{grid-area:1/1;width:100%;min-width:0;position:relative;z-index:9;}.hero-brars .hero-product-layer{grid-area:1/1;width:100%;min-width:0;position:relative;z-index:6;height:100%;min-height:100vh!important;pointer-events:none;}.blog-wrapper .single-blog-post{margin-bottom:40px;position:relative;}.blog-wrapper .single-blog-post .video__button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;}.blog-wrapper .single-blog-post .video__button .video__btn__wrp{margin-bottom:0;}.blog-wrapper .single-blog-post.post-details.format-quote .post-content{position:relative;background:transparent;border:0;}.blog-wrapper .single-blog-post.post-details .post-content{border:0;}.blog-wrapper .single-blog-post.post-details .post-content img{margin-top:20px;margin-bottom:20px;}.blog-wrapper .single-blog-post.post-details .post-content .single-post-image{width:100%;height:100%;border-radius:6px;}.blog-wrapper .single-blog-post.post-details .post-content h1{font-size:36px;line-height:1.4;}.blog-wrapper .single-blog-post.post-details .post-content h1,.blog-wrapper .single-blog-post.post-details .post-content h2,.blog-wrapper .single-blog-post.post-details .post-content h3,.blog-wrapper .single-blog-post.post-details .post-content h4,.blog-wrapper .single-blog-post.post-details .post-content h5,.blog-wrapper .single-blog-post.post-details .post-content h6{margin-top:10px;}.blog-wrapper .single-blog-post.post-details .post-content table{margin-top:20px;}@media(max-width:767px){.blog-wrapper .single-blog-post.post-details .post-content h1{font-size:28px;}.blog-wrapper .single-blog-post.post-details .post-content h3{font-size:20px;}}.blog-wrapper .single-blog-post.post-details blockquote,.blog-wrapper .single-blog-post.post-details .wp-block-quote{background-color:#af49e5;color:var(--white);font-size:26px;line-height:1.4;font-family:"Alfa Slab One",serif;padding:60px;text-align:center;margin:40px 0;position:relative;z-index:1;border-radius:6px;}.blog-wrapper .single-blog-post.post-details blockquote a,.blog-wrapper .single-blog-post.post-details .wp-block-quote a{color:var(--white);}.blog-wrapper .single-blog-post.post-details blockquote a:hover,.blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover{color:#3f3731;}@media(max-width:767px){.blog-wrapper .single-blog-post.post-details blockquote,.blog-wrapper .single-blog-post.post-details .wp-block-quote{padding:30px 15px;font-size:18px;line-height:1.5;}}.blog-wrapper .single-blog-post.post-details blockquote::before,.blog-wrapper .single-blog-post.post-details .wp-block-quote::before{right:30px;font-size:110px;line-height:1;font-family:"Font Awesome 5 Pro";position:absolute;content:"";bottom:-20px;color:var(--white);z-index:-1;opacity:.1;font-weight:700;}.blog-wrapper .single-blog-post.format-video .post-featured-thumb,.blog-wrapper .single-blog-post.category-video-post .post-featured-thumb{z-index:1;position:relative;}.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before,.blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before{position:absolute;width:100%;height:100%;left:0;top:0;content:"";background-color:#282835;opacity:.3;z-index:-1;}.blog-wrapper .single-blog-post.quote-post .post-content,.blog-wrapper .single-blog-post.format-quote .post-content{position:relative;background-color:#af49e5;border:0;padding-top:0;border-radius:6px;}.blog-wrapper .single-blog-post.quote-post .post-content::before,.blog-wrapper .single-blog-post.format-quote .post-content::before{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;content:"";background-image:url(../img/quotepost.png);background-repeat:no-repeat;background-size:cover;}.blog-wrapper .single-blog-post.quote-post .quote-content,.blog-wrapper .single-blog-post.format-quote .quote-content{overflow:hidden;padding:50px;position:relative;z-index:88;}@media(max-width:585px){.blog-wrapper .single-blog-post.quote-post .quote-content,.blog-wrapper .single-blog-post.format-quote .quote-content{text-align:center;font-size:24px;padding:30px;}}.blog-wrapper .single-blog-post.quote-post .quote-content .icon,.blog-wrapper .single-blog-post.format-quote .quote-content .icon{font-size:70px;line-height:80px;float:left;overflow:hidden;margin-right:30px;}@media(max-width:585px){.blog-wrapper .single-blog-post.quote-post .quote-content .icon,.blog-wrapper .single-blog-post.format-quote .quote-content .icon{float:none;margin-bottom:10px;margin-right:0;font-size:50px;line-height:60px;}}.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text,.blog-wrapper .single-blog-post.format-quote .quote-content .quote-text{overflow:hidden;}.blog-wrapper .single-blog-post.quote-post .quote-content h2,.blog-wrapper .single-blog-post.format-quote .quote-content h2{margin-top:-2px;font-size:36px;color:var(--white);}@media(max-width:767px){.blog-wrapper .single-blog-post.quote-post .quote-content h2,.blog-wrapper .single-blog-post.format-quote .quote-content h2{font-size:28px;}}.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta,.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta{margin-top:10px;}.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span,.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta i,.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span,.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta i{color:var(--white);}.blog-wrapper .single-blog-post:last-child{margin-bottom:0;}.blog-wrapper .single-blog-post .post-featured-thumb{height:462px;width:100%;position:relative;margin-bottom:-2px;border-radius:6px;}.blog-wrapper .single-blog-post .post-featured-thumb .post-date{position:absolute;top:20px;left:20px;padding:15px 30px;background-color:var(--theme-color);text-align:center;}.blog-wrapper .single-blog-post .post-featured-thumb .post-date h4{color:var(--white);}.blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 span{color:var(--white);text-transform:uppercase;font-size:15px;}@media(max-width:991px){.blog-wrapper .single-blog-post .post-featured-thumb{height:280px;}}@media(max-width:767px){.blog-wrapper .single-blog-post .post-featured-thumb{height:230px;}}.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;}.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video{border-radius:50%;width:80px;height:80px;line-height:80px;font-size:18px;}.blog-wrapper .single-blog-post .post-content{padding-top:30px;overflow:hidden;box-sizing:border-box;}@media(max-width:575px){.blog-wrapper .single-blog-post .post-content{padding-top:20px;}}.blog-wrapper .single-blog-post .post-content h2{line-height:1.4;font-size:36px;}@media(max-width:575px){.blog-wrapper .single-blog-post .post-content h2{font-size:28px;}}.blog-wrapper .single-blog-post .post-content h2 a:hover{color:var(--theme-color);}.blog-wrapper .single-blog-post .post-content p{font-size:16px;}@media(max-width:767px){.blog-wrapper .single-blog-post .post-content{padding:30px 10px;}}@media(max-width:414px){.blog-wrapper .single-blog-post .post-content h2{font-size:22px;}}.blog-wrapper .single-blog-post .post-content .post-cat a{color:var(--white);display:inline-block;background-color:var(--theme-color);padding:14px 18px 12px;line-height:1;font-size:16px;font-weight:700;transition:all .3s ease-in-out;margin-bottom:20px;text-transform:capitalize;font-family:"League Spartan",sans-serif;}@media(max-width:767px){.blog-wrapper .single-blog-post .post-content .post-cat a{font-size:12px;}}.blog-wrapper .single-blog-post .post-content .post-cat a:hover{background-color:var(--header);}.blog-wrapper .single-blog-post .post-content ul{margin-bottom:0;list-style-type:disc;margin-top:30px;}.blog-wrapper .single-blog-post .post-content ul ol{margin-bottom:0;}.blog-wrapper .single-blog-post .post-content ul ul{margin-bottom:0;}.blog-wrapper .single-blog-post .post-content ul li{line-height:1.5;margin-top:10px;list-style-type:disc;color:#3f3731;position:relative;font-size:18px;padding-left:30px;}.blog-wrapper .single-blog-post .post-content ul li::before{position:absolute;left:0;top:0;font-family:"Font Awesome 5 Pro";content:"";color:#af49e5;}.blog-wrapper .single-blog-post .post-content ol{margin-bottom:0;list-style-type:decimal;}.blog-wrapper .single-blog-post .post-content ol ul{margin-bottom:0;}.blog-wrapper .single-blog-post .post-content ol ol{margin-bottom:0;}.blog-wrapper .single-blog-post .post-content ol li{line-height:1.5;margin-top:10px;list-style-type:decimal;}.blog-wrapper .single-blog-post .post-content .post-meta{margin-bottom:10px;}.blog-wrapper .single-blog-post .post-content .post-meta span{color:#3f3731;font-weight:400;font-size:16px;line-height:1;display:inline-block;margin-right:20px;}@media(max-width:767px){.blog-wrapper .single-blog-post .post-content .post-meta span{font-size:15px;}}.blog-wrapper .single-blog-post .post-content .post-meta span i{margin-right:5px;color:#af49e5;font-weight:700;}.blog-wrapper .single-blog-post .post-content h3{font-size:32px;}.blog-wrapper .single-blog-post .post-content h3 a{background-position:0 95%;background-repeat:no-repeat;background-size:0% 2px;display:inline;}.blog-wrapper .single-blog-post .post-content h3 a:hover{color:#af49e5;background-size:100% 2px;background-image:linear-gradient(180deg,#af49e5 0%,#af49e5 100%);}.blog-wrapper .single-blog-post .post-content .author-info{overflow:hidden;}.blog-wrapper .single-blog-post .post-content .author-info .author-img{height:40px;width:40px;line-height:40px;border-radius:50%;background-color:#f2f2f2;margin-right:15px;float:left;overflow:hidden;background-position:center;background-size:cover;}@media(max-width:767px){.blog-wrapper .single-blog-post .post-content .author-info .author-img{margin-right:5px;}}.blog-wrapper .single-blog-post .post-content .author-info h5{display:inline-block;line-height:1;font-size:16px;margin-top:9px;}.blog-wrapper .single-blog-post .post-content .author-info h5 a:hover{color:var(--theme-color);}@media(max-width:767px){.blog-wrapper .single-blog-post .post-content .author-info h5{font-size:14px;}}.blog-wrapper .single-blog-post .post-content .post-link a{font-weight:700;}.blog-wrapper .single-blog-post .post-content .post-link a:hover{color:var(--theme-color);}@media(max-width:767px){.blog-wrapper .single-blog-post .post-content .post-link a{font-size:14px;}}.blog-wrapper .single-blog-post .post-content .post-link a i{margin-right:5px;}@media(max-width:767px){.blog-wrapper .single-blog-post .post-content .post-link a i{margin-right:3px;}}@media(min-width:991px){.news-area .main-sidebar{margin-left:20px;}}@media(max-width:991px){.news-area .main-sidebar{margin-top:40px;}}.news-area .main-sidebar .single-sidebar-widget{box-sizing:border-box;padding:30px;margin-bottom:40px;background-color:transparent;border:1px solid rgba(0,0,0,.15);border-radius:4px;}.news-area .main-sidebar .single-sidebar-widget ul{padding-left:0;}.news-area .main-sidebar .single-sidebar-widget ul>li{margin-bottom:10px;}.news-area .main-sidebar .single-sidebar-widget ul>li a{font-size:16px;font-weight:400;text-transform:capitalize;}.news-area .main-sidebar .single-sidebar-widget ul>li a:hover{color:#af49e5;}.news-area .main-sidebar .single-sidebar-widget ul ul{padding-left:20px;}.news-area .main-sidebar .single-sidebar-widget ul ul li{margin-top:5px;}.news-area .main-sidebar .single-sidebar-widget:last-child{margin-bottom:0;}.news-area .main-sidebar .single-sidebar-widget .wid-title{margin-bottom:25px;padding-left:45px;position:relative;}.news-area .main-sidebar .single-sidebar-widget .wid-title::before{left:0;top:50%;transform:translateY(-50%);content:"";height:4px;width:18px;border-radius:5px;position:absolute;background-color:#af49e5;}.news-area .main-sidebar .single-sidebar-widget .wid-title::after{left:22px;top:50%;transform:translateY(-50%);content:"";height:4px;width:4px;border-radius:50%;position:absolute;background-color:#af49e5;}.news-area .main-sidebar .single-sidebar-widget .wid-title h3{font-size:20px;}.news-area .main-sidebar .single-sidebar-widget .social-link a{display:inline-block;width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;background-color:var(--white);font-size:14px;margin-right:5px;margin-bottom:5px;}.news-area .main-sidebar .single-sidebar-widget .social-link a:hover{background-color:#af49e5;color:var(--white);}.search_widget form{width:100%;position:relative;}.search_widget form input{background-color:var(--white);font-size:15px;padding:20px;width:100%;border:0;text-transform:capitalize;color:var(--header);border:1px solid rgba(0,0,0,.15);border-radius:4px;}.search_widget form button{position:absolute;right:0;top:0;width:70px;font-size:18px;height:100%;background-color:#af49e5;color:var(--white);text-align:center;transition:all .3s ease-in-out;}.search_widget form button:hover{background-color:var(--header);}.popular-posts .single-post-item,.popular_posts .single-post-item{overflow:hidden;}.popular-posts .single-post-item:not(:last-child),.popular_posts .single-post-item:not(:last-child){margin-bottom:35px;}.popular-posts .single-post-item .thumb,.popular_posts .single-post-item .thumb{height:95px;width:95px;background-color:#f2f2f2;float:left;overflow:hidden;margin-right:20px;border-radius:4px;}.popular-posts .single-post-item .post-content,.popular_posts .single-post-item .post-content{overflow:hidden;}.popular-posts .single-post-item .post-content h5,.popular_posts .single-post-item .post-content h5{font-size:18px;margin-bottom:0;text-transform:capitalize;}.popular-posts .single-post-item .post-content h5 a:hover,.popular_posts .single-post-item .post-content h5 a:hover{color:#af49e5;}.popular-posts .single-post-item .post-content .post-date,.popular_posts .single-post-item .post-content .post-date{margin-top:10px;color:#af49e5;font-weight:400;font-size:15px;text-transform:capitalize;}.popular-posts .single-post-item .post-content .post-date i,.popular_posts .single-post-item .post-content .post-date i{margin-right:7px;}.widget_categories ul li{display:block;}.widget_categories ul li:last-child a{margin-bottom:0;}.widget_categories ul li a{position:relative;background:var(--white);padding:17px 20px;line-height:1;font-size:16px;font-family:"Alfa Slab One",serif;display:block;margin-bottom:12px;transition:all .4s ease-in-out;border:1px solid rgba(0,0,0,.15);border-radius:4px;}.widget_categories ul li a:hover{color:#af49e5;}.widget_categories ul li a i{margin-right:10px;}.widget_categories ul li a span{position:absolute;width:60px;line-height:55px;height:100%;content:"";background-color:#af49e5;right:0;top:0;text-align:center;color:var(--white);}.tagcloud a{display:inline-block;padding:12px 22px;line-height:1;font-weight:500;font-size:14px;border:1px solid rgba(0,0,0,.15);margin-right:8px;text-transform:capitalize;margin-bottom:10px;border-radius:4px;}.tagcloud a:last-child{margin-right:0;}.tagcloud a:hover{background-color:#af49e5;color:var(--white);}.widget_categories ul li{display:block;margin-bottom:10px;}p.sticky-label{position:absolute;right:0;background:var(--theme-color);color:var(--white);padding:10px 40px;z-index:-1;top:0;font-weight:700;}.page-nav-wrap{margin-top:50px;}.page-nav-wrap ul li{display:inline-block;}.page-nav-wrap ul li .page-numbers{display:inline-block;width:60px;height:60px;line-height:60px;border-radius:50%;background:#f6f6f6;font-weight:700;transition:all .3s ease-in-out;margin:0 2px;}.page-nav-wrap ul li .page-numbers.current{background-color:#af49e5;color:var(--white);}@media(max-width:767px){.page-nav-wrap ul li .page-numbers{margin-top:10px;width:50px;height:50px;line-height:50px;font-size:14px;}}.page-nav-wrap ul li .page-numbers i{margin-top:2px;}.page-nav-wrap ul li .page-numbers:hover{background-color:#af49e5;color:var(--white);}.social-share a{margin-left:10px;transition:all .4s ease-in-out;}.social-share a:hover{color:var(--theme-color);}.tag-share-wrap{padding-bottom:50px;}.tag-share-wrap h4{margin-bottom:25px;}@media(max-width:767px){.tag-share-wrap h4{margin-bottom:10px;font-size:18px;}}@media(max-width:767px){.tag-share-wrap .tagcloud{margin-bottom:20px;}}.comments-section-wrap{overflow:hidden;}.comments-heading h3,.related-post-wrap h3,.comment-form-wrap h3{font-size:26px;}@media(max-width:767px){.comments-heading h3,.related-post-wrap h3,.comment-form-wrap h3{font-size:20px;}}.comments-item-list .single-comment-item{margin-top:30px;}.comments-item-list .single-comment-item ul{margin-bottom:15px;}.comments-item-list .single-comment-item p,.comments-item-list .single-comment-item span{font-size:16px;}.comments-item-list .single-comment-item .author-img{width:100px;height:100px;border-radius:50%;float:left;overflow:hidden;margin-right:30px;}@media(max-width:991px){.comments-item-list .single-comment-item .author-img{width:80px;height:80px;margin-right:20px;}}@media(max-width:767px){.comments-item-list .single-comment-item .author-img{width:70px;height:70px;margin-right:15px;}}@media(max-width:585px){.comments-item-list .single-comment-item .author-img{float:none;margin-bottom:20px;}}.comments-item-list .single-comment-item .author-info-comment{overflow:auto;padding-bottom:25px;border-bottom:1px solid #e2e2e2;}.comments-item-list .single-comment-item .author-info-comment .info{position:relative;}.comments-item-list .single-comment-item .author-info-comment .info .theme-btn{padding:10px 18px;font-size:14px;position:absolute;top:50%;right:0;transform:translateY(-50%);color:#3f3731;border:1px solid #ebebeb;background:transparent;border-radius:0;transition:all .4s ease-in-out;box-shadow:inherit;}@media(max-width:767px){.comments-item-list .single-comment-item .author-info-comment .info .theme-btn{font-size:12px;}}.comments-item-list .single-comment-item .author-info-comment .info .theme-btn i{margin-right:10px;margin-left:0!important;transition:all .4s ease-in-out;width:initial;height:initial;line-height:initial;background-color:transparent;color:#af49e5;transform:translate(0);}.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::before,.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::after{background-color:initial;}.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover{background-color:#af49e5;color:var(--white);}.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover a{color:var(--white)!important;}.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover i{transform:translate(0);width:initial;height:initial;line-height:initial;color:var(--white);}.comments-item-list .single-comment-item .author-info-comment .info h5{margin-bottom:5px;}@media(max-width:767px){.comments-item-list .single-comment-item .author-info-comment .info h5{font-size:16px;}}.comments-item-list .single-comment-item .author-info-comment span{color:#af49e5;font-weight:500;}.comments-item-list .single-comment-item .author-info-comment .theme-btn{padding:7px 18px;font-size:14px;position:absolute;top:50%;right:0;transform:translateY(-50%);}@media(max-width:767px){.comments-item-list .single-comment-item .author-info-comment .theme-btn{font-size:12px;}}.comments-item-list .single-comment-item .author-info-comment .theme-btn i{margin-right:5px;}.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a{color:var(--white);}.comments-item-list .single-comment-item .author-info-comment .comment-text{margin-top:15px;}.comment-form{background-color:var(--white);width:100%;margin-top:30px;}@media(max-width:767px){.comment-form{padding:30px;}}@media(max-width:585px){.comment-form{padding:30px 15px;}}.comment-form label{margin-bottom:4px;}.comment-form input,.comment-form textarea{margin-bottom:20px;outline:0;padding:20px 30px;line-height:1;font-size:16px;width:100%;border:0;font-weight:400;text-transform:capitalize;color:#3f3731;border:1px solid rgba(0,0,0,.15);border-radius:6px;}@media(max-width:585px){.comment-form input,.comment-form textarea{padding:15px;}}.comment-form textarea{height:200px;line-height:1.3;border:1px solid rgba(0,0,0,.15)!important;border-radius:6px;border:0;}@media(max-width:767px){.comment-form textarea{height:120px;}}.comment-form .theme-btn{display:inline-block;line-height:1.2;padding:22px 50px;transition:all .3s ease-in-out;margin-bottom:0;margin-top:20px;}@media(max-width:767px){.comment-form .theme-btn{padding:20px 40px;}}@media(max-width:585px){.comment-form .theme-btn{padding:15px 40px;font-size:14px;}}.comment-form .theme-btn i{margin-right:10px;width:initial;height:initial;line-height:initial;background-color:transparent;color:var(--header);margin-left:0;margin-right:10px;transform:translate(0);}.comment-form .theme-btn:hover i{transform:translate(0);color:var(--white);}.comment ul{list-style-type:disc;}.comment ul ol{margin-bottom:0;}.comment ul li{line-height:1.5;margin-top:10px;list-style-type:disc;}.comment ol ul{margin-bottom:0;}.comment ol ol{margin-bottom:0;}.comment ol li{line-height:1.5;margin-top:10px;}.site_info_widget .single-contact-info{overflow:auto;margin-bottom:20px;}.site_info_widget .single-contact-info span{display:block;color:var(--theme-color);}.site_info_widget .single-contact-info .icon{width:40px;height:40px;line-height:40px;color:var(--white);background-color:var(--theme-color);float:left;text-align:center;overflow:hidden;font-size:16px;margin-right:20px;}.site_info_widget .single-contact-info:nth-child(2n) .icon{background-color:var(--theme-color);}.site_info_widget .single-contact-info:nth-child(3n) .icon{background-color:var(--theme-color);}.site_info_widget .social-link{margin-top:35px;}.site_info_widget .social-link a{margin-right:8px!important;}.alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em;}.contact-wrapper .map-items .googpemap iframe{width:100%;height:616px;border-radius:10px;}.contact-wrapper .contact-content{margin-left:70px;}@media(max-width:1199px){.contact-wrapper .contact-content{margin-left:0;}}@media(max-width:767px){.contact-wrapper .contact-content .section-title{text-align:left;}}.contact-wrapper .contact-content .contact-list{margin-top:40px;}@media(max-width:1199px){.contact-wrapper .contact-content .contact-list{margin-top:30px;}}.contact-wrapper .contact-content .contact-list .list{display:flex;gap:45px;}.contact-wrapper .contact-content .contact-list .list li{font-size:20px;color:var(--header);font-family:"Alfa Slab One",serif;}.contact-wrapper .contact-content .contact-list .list li i{margin-right:10px;}.contact-wrapper .contact-content .contact-list .list li:not(:last-child){margin-bottom:20px;}.contact-wrapper .contact-content .contact-button{display:flex;align-items:center;gap:30px;margin-top:50px;}@media(max-width:1199px){.contact-wrapper .contact-content .contact-button{margin-top:30px;flex-wrap:wrap;}}.contact-wrapper .contact-content .contact-button .client-info{display:flex;align-items:center;gap:15px;}@media(max-width:1199px){.contact-wrapper .contact-content .contact-button .client-info{flex-wrap:wrap;}}.contact-wrapper .contact-content .contact-button .client-info h6{font-size:15px;font-weight:600;font-family:"Poppins",sans-serif;}.contact-wrapper .contact-content .contact-button .client-info h6 span{font-weight:700;color:#f2556c;}@media(max-width:767px){.register-wrapper-3 .register-content .section-title{text-align:left;}}.register-wrapper-3 .register-content p{margin-top:25px;}.register-wrapper-3 .register-content .contact-list{margin-top:50px;}.register-wrapper-3 .register-content .contact-list li{font-size:20px;font-family:"Alfa Slab One",serif;color:var(--header);}.register-wrapper-3 .register-content .contact-list li .icon-items{display:flex;align-items:center;gap:40px;}.register-wrapper-3 .register-content .contact-list li i{margin-right:5px;}.register-wrapper-3 .register-content .contact-list li:last-child{margin-top:20px;}.register-wrapper-3 .register-content.style-contact h3{font-size:24px;margin-top:30px;}.register-wrapper-3 .register-content.style-contact .contact-list-2{margin-top:35px;}.register-wrapper-3 .register-content.style-contact .contact-list-2 li{display:flex;align-items:center;gap:10px;}.register-wrapper-3 .register-content.style-contact .contact-list-2 li:not(:last-child){margin-bottom:20px;}.register-wrapper-3 .register-content.style-contact .contact-list-2 li i{width:46px;height:46px;line-height:46px;border-radius:50%;background-color:#ffb84c;text-align:center;color:var(--white);}.register-wrapper-3 .register-content.style-contact .contact-list-2 li .content span{display:inline-block;font-weight:500;margin-bottom:5px;}.register-wrapper-3 .register-content.style-contact .contact-list-2 li .content h4{font-size:20px;font-weight:700;font-family:"Poppins",sans-serif;line-height:1;text-transform:lowercase;}.register-wrapper-3 .register-content.style-contact .contact-list-2 li .content h4 a{color:#0a031f;}.register-wrapper-3 .register-content.style-contact .social-icon{gap:30px;margin-top:50px;}.register-wrapper-3 .register-content.style-contact .social-icon a{font-size:28px;color:var(--header);}.register-wrapper-3 .register-content.style-contact .social-icon a:hover{color:var(--theme-color-2);}.register-wrapper-3 .register-form-box{border-radius:10px;border:1px solid #000;background:var(--white);padding:45px;}.register-wrapper-3 .register-form-box h3{font-size:32px;line-height:1;margin-bottom:20px;}.register-wrapper-3 .register-form-box .form-clt{position:relative;}.register-wrapper-3 .register-form-box .form-clt span{display:block;font-size:16px;font-weight:500;color:var(--header);padding-bottom:10px;}.register-wrapper-3 .register-form-box .form-clt input{width:100%;border-radius:4px;border:1px solid rgba(0,0,0,.15);background:transparent;line-height:1;padding:16px 18px;outline:0;color:#3f3731;position:relative;padding-left:44px;}.register-wrapper-3 .register-form-box .form-clt i{position:absolute;top:58px;left:18px;}.register-wrapper-3 .register-form-box .form-clt .single-select{position:relative;border:0;font-size:16px;font-weight:400;outline:0;line-height:1;height:initial;line-height:1;padding:18px 24px;line-height:1;background-color:transparent;border-radius:4px;padding-left:44px;border:1px solid rgba(0,0,0,.15);}.register-wrapper-3 .register-form-box .form-clt .single-select i{position:absolute;top:58px;left:18px;}.register-wrapper-3 .register-form-box .form-clt .single-select::after{right:20px;border-bottom:2px solid var(--header);border-right:2px solid var(--header);margin-top:-5px;width:8px;height:8px;}.register-wrapper-3 .register-form-box .form-clt .single-select span{margin-bottom:0;color:#3f3731;padding-bottom:0;font-weight:400;}.register-wrapper-3 .register-form-box .form-clt .single-select .option{color:#3f3731;}.register-wrapper-3 .register-form-box .form-clt .list{width:100%;}.register-wrapper-3 .register-form-box .theme-btn{width:100%;padding:20px 9px;}.register-wrapper-3 .register-form-box .theme-btn i{position:absolute;right:9px;top:9px;bottom:9px;}.googpemap-2 iframe{width:100%;height:730px;}@media(max-width:767px){.googpemap-2 iframe{height:500px;}}.style-cta-1{position:initial;z-index:initial;}.style-cta-1 .cta-wrapper{margin-top:-320px;position:relative;z-index:9;}.map-box{padding:50px;background:#62abff;display:inline-block;position:relative;}@media(max-width:1199px){.map-box{display:none;}}@media(max-width:767px){.map-box{padding:40px;}}@media(max-width:575px){.map-box{padding:30px;}}.map-box h3{font-size:32px;color:var(--white);margin-bottom:20px;}@media(max-width:1199px){.map-box h3{font-size:20px;}}.map-box .content-item{margin-bottom:15px;}.map-box .content-item .cont{margin-bottom:20px;}.map-box .content-item .cont h6{font-weight:700;color:var(--white);margin-bottom:10px;position:relative;padding-left:15px;font-family:"Poppins",sans-serif;}.map-box .content-item .cont h6::before{position:absolute;content:"";width:7px;height:7px;background-color:var(--white);left:0;top:5px;border-radius:30px;}.map-box .content-item .cont p{color:var(--white);}.map-items11 .googpemap iframe{width:100%;height:731px;margin-top:-464px;}@media(max-width:1199px){.map-items11 .googpemap iframe{margin-top:0;}}@media(max-width:575px){.map-items11 .googpemap iframe{height:400px;}}footer{padding-top:90px;background:radial-gradient(circle at 12% 8%,rgba(216,102,47,.18),transparent 28%),var(--site-ink);color:var(--white);}footer h1,footer h2,footer h3,footer h4,footer h5,footer p,footer li,footer a:not(.button){color:rgba(255,255,255,.9);}footer a:not(.btn){text-decoration:none;}footer a:not(.btn):hover{color:var(--white);text-decoration:underline;}.footer-world-section{position:relative;overflow:hidden;padding:92px 0 86px;background:radial-gradient(circle at 12% 10%,var(--site-bg),transparent 26%),#fff;}.footer-world-head{text-align:center;}.footer-world-head h2{margin:0;font-size:clamp(48px,6.6vw,72px);line-height:.9;text-transform:uppercase;}.footer-world-head .button{margin-top:34px;}.footer-world-view{margin-top:30px;}.footer-world-kicker{display:block;margin:0 0 18px;color:var(--black);font-family:"Alfa Slab One",serif;font-size:24px;line-height:1.1;text-transform:uppercase;}.footer-world-shell{display:flex;align-items:stretch;gap:10px;height:520px;min-height:0;margin-top:46px;overflow:hidden;}.footer-world-wrapper{display:contents;}.footer-world-pagination{display:none;}.footer-world-panel{display:flex;flex:0 0 74px;min-width:74px;height:100%;min-height:0;overflow:hidden;border-radius:24px;background:var(--site-blue);transition:flex .58s cubic-bezier(.22,1,.36,1),min-width .58s cubic-bezier(.22,1,.36,1),box-shadow .35s ease;}.footer-world-panel:nth-child(3n+2){background:var(--site-accent);}.footer-world-panel:nth-child(3n+3){background:#b6c1cd;}.footer-world-panel.is-active{flex:1 1 0;min-width:0;box-shadow:0 24px 64px rgba(33,29,31,.12);}.footer-world-panel.is-active .footer-world-feature{opacity:1;visibility:visible;transform:translateX(0);}.footer-world-rail{display:flex;flex:0 0 74px;align-items:center;justify-content:center;min-height:100%;padding:0;border:0;background:transparent;color:var(--black);font:inherit;text-decoration:none;appearance:none;cursor:pointer;transition:background-color .3s ease;}.footer-world-rail:focus-visible{outline:2px solid rgba(17,17,17,.55);outline-offset:-6px;}.footer-world-rail span{display:block;color:var(--black);font-size:32px;font-weight:700;letter-spacing:.04em;line-height:1;}.footer-world-feature{display:grid;flex:1 1 auto;grid-template-columns:minmax(0,.95fr) minmax(0,1fr);align-items:center;gap:clamp(28px,3.5vw,52px);min-width:0;height:100%;min-height:0;padding:18px clamp(30px,3.4vw,52px) 18px 0;overflow:hidden;opacity:0;visibility:hidden;transform:translateX(18px);transition:opacity .36s ease,visibility .36s ease,transform .58s cubic-bezier(.22,1,.36,1);}.footer-world-image{display:block;height:100%;min-height:0;overflow:hidden;border-radius:20px;background:rgba(0,0,0,.12);}.footer-world-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;}.footer-world-image:hover img{transform:scale(1.04);}.footer-world-content{max-width:690px;}.footer-world-content h3{margin:0;color:var(--site-ink);font-size:clamp(24px,3.3vw,42px);line-height:1;text-transform:uppercase;}.footer-world-content h3 a{color:inherit;}.footer-world-content p{max-width:720px;margin:28px 0 0;color:var(--black);font-size:18px;line-height:1.35;}.footer-world-content .btn{margin-top:32px;}.footer-world-meta{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px;color:var(--black);font-size:14px;line-height:1.2;}.footer-world-meta span{text-transform:uppercase;}.footer-social-follow{padding:98px 0 112px;background:var(--site-accent);color:var(--white);text-align:center;}.footer-social-follow-inner{max-width:1180px;margin:0 auto;}.footer-social-follow h2{max-width:1120px;margin:0 auto;color:var(--white);font-size:clamp(48px,6.6vw,72px);line-height:.95;text-transform:uppercase;}.footer-social-follow-links{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:48px;}.footer-social-follow-link{display:inline-flex;align-items:center;min-width:282px;height:62px;padding:0 14px 0 18px;border-radius:10px;background:rgba(127,55,26,.56);color:var(--white);text-align:left;}.footer-social-follow-link i{width:34px;min-width:34px;color:var(--white);font-size:28px;line-height:1;}.footer-social-follow-link span:not(.footer-social-follow-arrow){color:var(--white);font-size:18px;line-height:1;}.footer-social-follow-link:hover{background:rgba(96,40,18,.68);color:var(--white);opacity:1;transform:translateY(-2px);}.footer-social-follow-arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;min-width:28px;height:28px;margin-left:auto;border-radius:6px;background:var(--white);}.footer-social-follow-arrow::before{content:"→";color:var(--site-accent);font-size:18px;line-height:1;}.footer-social-kicker{display:inline-flex;align-items:center;justify-content:center;margin:0 0 24px;padding:9px 16px 10px;border-radius:10px;background:rgba(127,55,26,.56);color:var(--white);font-size:20px;font-weight:700;line-height:1;text-transform:uppercase;}@keyframes footerCategoryMarquee{from{transform:translateX(0);}to{transform:translateX(-100%);}}.footer-category-word{color:var(--site-ink);}footer.site-footer-brars{position:relative;overflow:hidden;isolation:isolate;padding:58px 0 0;}footer.site-footer-brars .footer-organic{position:absolute;z-index:0;pointer-events:none;}footer.site-footer-brars .footer-organic-top{top:-112px;right:12%;width:180px;height:180px;border-radius:50%;background:var(--site-accent);}footer.site-footer-brars .container,footer.site-footer-brars .container-fluid{position:relative;z-index:1;}footer.site-footer-brars h1,footer.site-footer-brars h2,footer.site-footer-brars h3,footer.site-footer-brars h4,footer.site-footer-brars h5,footer.site-footer-brars p,footer.site-footer-brars li,footer.site-footer-brars a:not(.button){color:rgba(255,255,255,.94);}footer.site-footer-brars a:not(.button){text-decoration:none;}footer.site-footer-brars a:not(.button):hover{color:var(--white);text-decoration:none;}footer.site-footer-brars .footer-brand-row{display:block;margin-bottom:48px;padding-bottom:62px;border-bottom:1px solid rgba(255,255,255,.14);text-align:center;}footer.site-footer-brars .footer-brand-row .company-logo{display:flex;align-items:center;justify-content:center;margin:0 0 16px;}footer.site-footer-brars .footer-brand-row .company-logo img{width:120px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.28));}footer.site-footer-brars .footer-hashtag{font-family:"Alfa Slab One",serif;font-size:clamp(48px,6.6vw,72px);line-height:.95;text-transform:uppercase;}footer.site-footer-brars .footer-main{padding:0 0 108px;}footer.site-footer-brars .footer-main h2,footer.site-footer-brars .footer-main h3{font-size:22px;}footer.site-footer-brars .footer-menu-area{min-height:100%;}footer.site-footer-brars .accordion-footer .collapse:not(.show){display:block;}footer.site-footer-brars .accordion-item{border:0;background:transparent;}footer.site-footer-brars .accordion-item a.btn-title{display:inline-block;margin:0 0 18px;padding:0;border:0;background:transparent;color:var(--white);line-height:1.12;text-align:left;text-transform:uppercase;}footer.site-footer-brars .accordion-item a.btn-title::after{color:var(--white);}footer.site-footer-brars .footer-list-title{display:inline-block;margin:0 0 18px;padding:0;border:0;background:transparent;color:var(--white);line-height:1.12;text-align:left;text-transform:uppercase;}footer.site-footer-brars .footer-list ul,footer.site-footer-brars .footer-sub-menu{margin:0;padding:0;list-style:none;}footer.site-footer-brars .footer-list ul{display:block;}footer.site-footer-brars .footer-sub-menu{display:block;height:auto;margin-top:0;}footer.site-footer-brars .footer-list li,footer.site-footer-brars .footer-sub-menu li{display:block;margin:0 0 18px;line-height:1.12;}footer.site-footer-brars .footer-list a,footer.site-footer-brars .footer-sub-menu a{display:inline-block;padding:0;color:var(--white);font-size:16px;font-weight:400;line-height:1.12;}footer.site-footer-brars .footer-newsletter{margin:0;padding:0;background:transparent;}footer.site-footer-brars .footer-newsletter-copy{margin:0 0 28px;}footer.site-footer-brars .footer-newsletter-title{margin:0 0 16px;color:var(--white);line-height:1.12;text-transform:uppercase;}footer.site-footer-brars .footer-newsletter-desc{margin:0 0 28px;color:rgba(255,255,255,.5);line-height:1.35;}footer.site-footer-brars .footer-newsletter-feedback{margin:0 0 18px;}footer.site-footer-brars .footer-newsletter-alert{margin:0 0 12px;padding:12px 14px;border-radius:14px;font-size:13px;font-weight:700;line-height:1.35;}footer.site-footer-brars .footer-newsletter-form{display:grid;gap:20px;margin:0;}footer.site-footer-brars .footer-newsletter-field{position:relative;padding:0 0 8px;border-bottom:2px solid rgba(255,250,242,.7);}footer.site-footer-brars .footer-newsletter-field:focus-within{border-color:var(--white);}footer.site-footer-brars .footer-newsletter-label{display:block;margin:0 0 4px;color:rgba(255,255,255,.9);font-size:16px;font-weight:700;line-height:1.2;}footer.site-footer-brars .footer-newsletter-input{display:block;width:100%;height:30px;padding:0;border:0;border-radius:0;background:transparent;color:var(--white);font-size:16px;font-weight:700;line-height:30px;}footer.site-footer-brars .footer-newsletter-input::placeholder{color:transparent;opacity:0;}footer.site-footer-brars .footer-newsletter-input:focus,footer.site-footer-brars .footer-newsletter-input:hover,footer.site-footer-brars .footer-newsletter-input:focus-visible{outline:0;box-shadow:none;}footer.site-footer-brars .footer-newsletter-actions{display:flex;align-items:center;justify-content:flex-start;margin-top:-2px;}footer.site-footer-brars .footer-newsletter-actions .button{min-width:150px;}footer.site-footer-brars .footer-newsletter-submit{color:var(--site-ink)!important;}footer.site-footer-brars .footer-newsletter-submit::after{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;min-width:22px;border-radius:50%;font-size:14px;line-height:1;transition:transform .24s ease;content:"→";color:var(--site-ink);}footer.site-footer-brars .footer-newsletter-submit:hover::after,footer.site-footer-brars .footer-newsletter-submit:focus-visible::after{transform:translateX(4px);}footer.site-footer-brars .footer-consent{display:flex;align-items:flex-start;gap:12px;margin-top:2px;color:rgba(255,255,255,.78);font-size:11px;font-weight:700;line-height:1.25;}footer.site-footer-brars .footer-consent-check{width:20px;min-width:20px;height:20px;border:2px solid rgba(255,255,255,.84);border-radius:5px;}footer.site-footer-brars .social-footer{margin-top:16px;padding:24px;border-radius:28px;background:rgba(255,255,255,.06);text-align:left;}footer.site-footer-brars .social-footer ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;gap:18px;}footer.site-footer-brars .social-footer ul li{display:inline-flex;}footer.site-footer-brars .social-footer ul li a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;padding:0;border:0;border-radius:50%;background:transparent;}footer.site-footer-brars .social-footer ul li a i{color:var(--white);font-size:22px;line-height:1;}footer.site-footer-brars .social-footer ul li a:hover{background:var(--site-paper);}footer.site-footer-brars .social-footer ul li a:hover i{color:var(--site-accent);}footer.site-footer-brars .footer-place{margin:0;padding:0;}footer.site-footer-brars .address{display:block;height:auto;padding:0;}footer.site-footer-brars .address h3{margin:0 0 14px;color:var(--white);line-height:1.12;text-transform:uppercase;}footer.site-footer-brars .address ul{margin:0;padding:0;list-style:none;}footer.site-footer-brars .address ul li{margin:0 0 4px;}footer.site-footer-brars .address ul li,footer.site-footer-brars .address ul li a{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.75);line-height:1.45;}footer.site-footer-brars .address ul li i{font-size:16px;}footer.site-footer-brars .footer-address-card{margin-bottom:54px;padding:24px;border-radius:28px;background:rgba(255,255,255,.06);}footer.site-footer-brars .footer-address-card:last-child{margin-bottom:0;}footer.site-footer-brars .newclick{margin:0;padding:20px 0;border-top:1px solid rgba(255,255,255,.16);}footer.site-footer-brars .newclick p,footer.site-footer-brars .newclick a{color:rgba(255,255,255,.72);font-size:12px;font-weight:600;line-height:1.4;}footer.site-footer-brars .newclick p{margin:0;}footer.site-footer-brars .newclick .newclick-web{text-align:right;}.newsletter{padding:24px 15px;background:var(--site-bg);}.newsletter .newsletter-content{position:relative;overflow:hidden;border-radius:44px;background:radial-gradient(circle at 88% 12%,rgba(234,215,185,.32),transparent 28%),linear-gradient(135deg,var(--site-ink),var(--site-sage) 76%);}.newsletter .newsletter-content::after{content:"";position:absolute;right:-90px;bottom:-90px;width:280px;aspect-ratio:1;border:34px solid rgba(255,255,255,.08);border-radius:50%;}.newsletter .newsletter-left h2{max-width:520px;color:var(--white);font-size:clamp(46px,6vw,90px);}.newsletter .newsletter-panel{position:relative;z-index:2;padding:34px;border:1px solid rgba(255,255,255,.16);border-radius:32px;background:rgba(255,250,242,.1);}.newsletter .newsletter-panel h2{color:var(--white);}.newsletter p{color:var(--white);}.newsletter .section-kicker{color:rgba(255,255,255,.84);}.newsletter .newsletter-form .input-box{display:flex;gap:10px;padding:8px;border-radius:999px;background:var(--white);}.newsletter .newsletter-form input{height:58px;border-radius:999px;background:transparent;}.newsletter .newsletter-form .submit{position:static;min-width:170px;height:58px;border-radius:999px;background:var(--site-accent)!important;color:var(--white)!important;}.newsletter-desc{color:var(--site-muted);}.newsletter-submit{background:var(--site-accent)!important;color:var(--white)!important;}.footer-social-strip{background:var(--site-accent);}.master{background:var(--white);}.master .bread{position:relative;overflow:hidden;background:var(--white);padding:0;z-index:9;font-size:12px;border-bottom:1px solid rgba(0,0,0,.15);}.master .bread ol.breadcrumb{margin-bottom:0;padding:15px 0 0;border-bottom:1px solid rgba(255,255,255,.3);}.master .bread a,.master .bread .bread .breadcrumb-item,.master .bread .breadcrumb-item,.master .bread .breadcrumb-item.active,.master .bread .breadcrumb-item+.breadcrumb-item::before,.master .bread h1{color:var(--black);}.master .bread h1{margin-bottom:0;padding:10px 0;font-size:42px;}.master .header::before{background:var(--white);}.master .header::after{background:rgba(255,255,255,.7);}.master .master-content p,.master .master-content ul,.master .master-content li{font-size:16px;}.master .newsletter{padding:0;}.master .newsletter .newsletter-content{background-color:#181818;border-radius:0;}.master .newsletter .newsletter-content h2,.master .newsletter .newsletter-content h3,.master .newsletter .newsletter-content p{color:var(--white);}.master .newsletter .newsletter-content .newsletter-left h2{color:var(--theme-color);}.master .products-bread{position:relative;overflow:hidden;background:var(--white);padding:15px 0;z-index:9;font-size:12px;border-top:1px solid rgba(0,0,0,.15);}.master .products-bread ol.breadcrumb{margin-bottom:0;}.master .products-bread a,.master .products-bread .bread .breadcrumb-item,.master .products-bread .breadcrumb-item,.master .products-bread .breadcrumb-item.active,.master .products-bread .breadcrumb-item+.breadcrumb-item::before{color:var(--black);}.master .master-page{padding:90px 0;}@media(max-width:1399px){.master .master-page{padding:45px 0;}}.master .master-title h1{color:var(--theme-color);margin-top:90px;margin-bottom:10px;}.master .master-no-banner .master-banner-image{height:100px;}.master .master-banner-image{height:600px;position:relative;overflow:hidden;background:var(--black);}@media(max-width:1399px){.master .master-banner-image{height:480px;}}.master .master-banner-image img{position:absolute;width:100%;opacity:.5;}.master .master-banner-image .grt{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;opacity:0;background:var(--theme-color);}.master .widget{padding:0;margin:0;border-bottom:1px solid rgba(0,0,0,.15);}.master .widget ul{list-style:none;overflow-x:auto;overflow-y:hidden;white-space:nowrap;width:100%;padding:0;margin:0;display:flex;}.master .widget ul li{display:inline-block;margin-right:30px;}.master .widget ul li a{color:#212529;display:block;border-bottom:2px solid transparent;padding:10px 0;font-weight:700;position:relative;}.master .widget ul li a::after{content:"";background:transparent;position:absolute;width:100%;height:2px;left:0;bottom:10px;transition:background .25s ease-in-out;}.master .widget ul li a.active::after{background:var(--theme-color);}.master .widget ul li a:hover{color:var(--theme-color);}.master-no-banner .bread{padding-top:120px;}.team-box{padding:25px;margin-bottom:30px;background:var(--theme-color);transition:all .5s;}.team-box h4{font-size:18px;}.team-box ul{margin:0;padding:0;list-style:none;}.team-box ul li{border-radius:5px;padding:5px 0;display:flex;align-items:center;}.team-box ul li i{margin-right:7px;}.team-box ul li p{margin:0;}.team-box h4,.team-box p,.team-box a,.team-box li,.team-box ul li i{color:var(--white);}.section.black,.section.white,.section.gray{padding:60px 0;}.black{background:var(--black);min-height:300px;padding:90px 0;color:var(--white);}.gray{background:#e3e3e3;}.news-page-title{color:var(--black);background:var(--white);padding:15px 0;}.news-page-title h2{margin:0;font-size:32px;line-height:1;}.master-page .swiper-content .swiper-img{height:200px;}.master-page .swiper-content .figure-caption{min-height:140px;}.master-page .swiper-content .figure-caption p{line-height:1.8;}.contact-box{background:var(--white);padding:30px;border:2px solid #ddd;height:100%;}.contact-box .box{display:flex;align-items:center;margin-bottom:10px;}.contact-form{padding:30px 0 30px 30px;}.form-group{margin-bottom:1rem;}.input-group-text{background:#f2f3f4;}.call-you{background:var(--white);}.call-you .btn-touch__icon{background:var(--black);}.form-call-you .form-floating{margin-bottom:7px;}.form-call-you .form-floating .form-control{border-width:2px;}.form-call-you .form-floating .form-control:focus{border-color:var(--theme-color);box-shadow:none;}.form-call-you .form-floating .form-message{height:auto;}.form-call-you .form-floating .form-products{font-weight:700;}.modal-footer .btn{background:var(--theme-color);color:var(--white);}.contact-address .box i{margin-right:15px;font-size:16px;display:inline-block;}.contact-address .box h1{margin-bottom:15px;font-size:24px;}.contact-address p{margin-bottom:0;}.list.list-contact li{font-weight:400;display:inline-block;width:32.5%;margin-right:1%;box-shadow:none;}.list.list-contact li span{font-weight:700;}.list.list-contact li:nth-child(3n+3){margin-right:0;}.standart-list{margin-bottom:30px;}.standart-list li{font-weight:400;box-shadow:none;border-bottom:1px solid var(--theme-color-2);position:relative;padding-left:20px;}.standart-list li:after{content:"";background:var(--theme-color);width:7px;height:7px;position:absolute;left:0;top:11px;border-radius:50%;}.standart-list li span{font-weight:700;}.standart-list li:nth-child(3n+3){margin-right:0;}.form-contact .form-control{min-height:60px;padding:.575rem 1rem;line-height:2.2;border-radius:3px;}.group-check .form-check{display:inline-block;padding:0;background:var(--white);}.technical-support{padding:30px;text-align:center;height:100%;display:flex;align-items:center;border:5px solid #ddd;}.technical-support div{width:100%;}.technical-support p{color:#212529;}.stant-form-desc ul{margin:0;padding:0;}.stant-form-desc ul li{margin:0 15px 0 0;padding:0;display:inline list-item;}.stant-form .form-check{background:#f2f3f4;border-radius:5px;}.stant-form .form-check.active{background:#212529;}.stant-form .form-check.active label{color:var(--white)!important;}.stant-form .form-check label{padding:15px 30px!important;}.stant-form [type=radio]:checked,.stant-form [type=radio]:not(:checked){position:absolute;left:-9999px;}.stant-form [type=radio]+label{position:relative;padding-left:28px;cursor:pointer;line-height:20px;display:inline-block;color:#666;}.stant-form [type=radio]+label:before{content:"";position:absolute;left:0;top:16px;width:18px;height:18px;border:1px solid #ddd;border-radius:100%;background:var(--white);}.stant-form [type=radio]+label:after{content:"";width:12px;height:12px;background:#212529;position:absolute;top:19px;left:3px;border-radius:100%;transition:all .2s ease;}.stant-form [type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0);}.stant-form [type=radio]:checked+label:after{opacity:1;transform:scale(1);}.select2-container{z-index:998!important;}.select2-container .select2-selection--single{height:60px!important;border:1px solid #ced4da!important;border-radius:.25rem!important;}.select2-container .select2-selection--single .select2-selection__rendered{color:#666!important;line-height:60px!important;padding-left:15px!important;padding-right:40px!important;font-size:16px!important;}.select2-container .select2-selection--single .select2-selection__arrow{height:58px!important;width:40px!important;}.select2-container--default .select2-selection--single{border:1px solid #ced4da!important;border-radius:.25rem!important;}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:var(--theme-color)!important;color:#fff;}.master-wide h1{color:var(--theme-color);margin-top:160px;margin-bottom:0;}.dp-pager{margin:70px 0 0;width:100%;text-align:center;display:block;}.dp-pager .aspNetDisabled{opacity:.2;}.dp-pager .btn{border:1px solid #212529;border-radius:0;padding:10px 15px;}.dp-pager .btn-active{background:#eee;}.posts{padding-top:45px;}.posts .btn-link{background:var(--theme-color);font-weight:700;font-size:14px;text-decoration:none;color:var(--white);}.posts .btn-link:hover{background:var(--main);}.posts .post-item{background:var(--white);display:flex;flex-direction:column;max-height:620px;border:1px solid #333;overflow:hidden;border-radius:15px;margin-bottom:30px;}.posts .post-item:hover{border-color:var(--theme-color);}.posts .post-inner-content{padding:20px 20px 0;margin-bottom:30px;}.posts .post-inner-content p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}.posts .date{margin-top:15px;}.posts figure.post-gallery{margin:0;height:290px;overflow:hidden;padding:20px;}.swiper-content{border:1px solid #333;overflow:hidden;border-radius:15px;margin-bottom:30px;}.swiper-content .swiper-img{background:var(--white);height:240px;overflow:hidden;}.swiper-content .figure-caption{padding:10px 20px 20px;border-radius:0 0 5px 5px;min-height:270px;}.swiper-content .figure-caption p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}.swiper-content .date{margin-top:15px;}.swiper-content figure.post-gallery{margin:0;height:360px;overflow:hidden;}.share{margin:15px 0;padding:15px 0;list-style:none;}.share li{display:inline-block;margin-right:7px;}.share li a{color:var(--white);padding:10px 15px;}.share li a.facebook{background:#3b5998;}.share li a.twitter{background:#00aced;}.share li a.linkedin{background:#007bb6;}.blog-detail-caption{padding:30px 0;}.tags-blog{margin:30px 0;padding-bottom:30px;border-bottom:1px solid var(--border);}.tags-blog h5{margin-bottom:20px;}.tags-blog a{padding:10px 30px;display:inline-block;color:#212529;margin-bottom:7px;background:var(--white);border:1px solid var(--border);}.catarticles-title{margin-bottom:30px;}.popular .list-blog{margin-top:30px;background-color:transparent;height:auto;}.popular .list-blog .blog-list{margin-bottom:20px;padding:24px;position:relative;border-bottom:0;background:var(--white);}.popular .list-blog .blog-list:last-child{margin-bottom:20px;padding:24px;}.press-kit .post-item{margin-bottom:30px;}.press-kit .post-item .post-inner-content{padding:0 20px;margin-bottom:30px;}.press-kit .btn-about{padding:10px 20px;margin-right:10px;color:var(--white);background:var(--theme-color);}.press-kit .btn-about:hover{background:var(--main);}.press-kit .btn-about i{margin-right:3px;}.press-kit figure.post-gallery{margin:0;padding:20px;}.press-kit h3{font-size:17px;}.press-kit img{border:1px solid var(--white);}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:url("/assets/img/preloader.gif") center center no-repeat rgba(255,255,255,.8);z-index:1000000;}.stant-form-desc ul{margin:0;padding:0;}.stant-form-desc ul li{margin:0 15px 0 0;padding:0;display:inline list-item;}.stant-form .form-check{background:#f2f3f4;border-radius:5px;}.stant-form .form-check.active{background:#212529;}.stant-form .form-check.active label{color:var(--white)!important;}.stant-form .form-check label{padding:15px 30px!important;}.stant-form [type=radio]:checked,.stant-form [type=radio]:not(:checked){position:absolute;left:-9999px;}.stant-form [type=radio]+label{position:relative;padding-left:28px;cursor:pointer;line-height:20px;display:inline-block;color:#666;}.stant-form [type=radio]+label:before{content:"";position:absolute;left:0;top:16px;width:18px;height:18px;border:1px solid #ddd;border-radius:100%;background:var(--white);}.stant-form [type=radio]+label:after{content:"";width:12px;height:12px;background:#212529;position:absolute;top:19px;left:3px;border-radius:100%;transition:all .2s ease;}.stant-form [type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0);}.stant-form [type=radio]:checked+label:after{opacity:1;transform:scale(1);}.list-group-fairtag{margin-top:30px;}.list-group-fairtag .list-group-item{align-items:center;}.list-group-fairtag .list-group-item h6{font-size:14px;min-width:134px;position:relative;margin-right:15px;padding:5px 12px;background:var(--theme-color);color:var(--white);}.list li{border-bottom:1px solid #ddd;padding:15px 0;}.products-breadcrumb{background:#eee;}.pro-cat-item{margin-bottom:30px;background:var(--theme-color);padding:15px;border-radius:5px;}.pro-cat-item .pro-cat-title{font-weight:700;font-size:24px;margin-top:15px;display:block;min-height:70px;color:var(--white);display:flex;align-items:center;}.pro-cat-item:hover{background:var(--theme-color-2);}.pro-pro-item{margin-bottom:30px;border:3px solid rgba(0,0,0,.2);padding:45px 45px 0;border-radius:10px;text-align:center;min-height:400px;display:grid;transition:all .3s;}.pro-pro-item img{width:300px;max-width:100%;margin:auto;}.pro-pro-item .pro-pro-title{font-weight:700;font-size:24px;display:block;min-height:70px;color:var(--black);display:flex;align-items:center;text-align:center;justify-content:center;transition:none;margin-top:30px;}.pro-pro-item:hover{background:var(--white);border-color:var(--black);}.spec-list span{font-weight:700;}#proTab{margin-top:90px;border-color:#333;}#proTab .nav-item{padding:0 5px 0 0;}#proTab .nav-link{padding:15px 30px;font-weight:700;background:var(--black);color:var(--white);border-width:0;border-radius:5px 5px 0 0;}#proTab .nav-link.active{border-width:0;}#proTabContent{padding:30px;border:1px solid #333;border-top-width:0;}#proTabContent .table>thead{line-height:1.5;}#proTabContent .table>thead th{background:var(--theme-color);color:var(--white);}.upload-form{border:1px solid rgba(0,0,0,.15);padding:30px;}.upload-form .btn-upload{border:1px solid rgba(0,0,0,.15);}.product-banner{position:relative;height:70vh;max-height:800px;overflow:hidden;}.product-banner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);}.product-banner .caption-banner{position:absolute;top:50%;z-index:99;transform:translateY(-55%);}.product-banner .caption-banner .card-banner{min-width:235px;min-height:325px;width:60%;padding:30px;border-radius:30px 0 30px 0;}.product-banner .caption-banner h2,.product-banner .caption-banner h3{color:var(--white);width:200%;}.product-banner .caption-banner h2{font-size:80px;}@media(max-width:1399px){.product-banner .caption-banner h2{font-size:60px;}}.product-banner .caption-banner p{color:var(--white);text-transform:uppercase;}.product-banner .thumb-image{position:absolute;max-width:600px;top:50%;right:0;z-index:99;transform:translateY(-50%);}.product-banner .img-product-banner{height:100%;object-fit:cover;}.band-wrap{position:relative;}.band-wrap .band{padding:15px 30px;position:absolute;left:calc(var(--bs-gutter-x,1.5rem)*.5);right:calc(var(--bs-gutter-x,1.5rem)*.5);width:auto!important;max-width:100%;box-sizing:border-box;transform:translateY(-50%);border-radius:15px;width:100%;}.band-wrap .band h2{color:var(--white);text-transform:uppercase;letter-spacing:5px;margin:0;}.products-tech .swiper-wrapper .swiper-slide .tech-content{text-align:center;background:var(--black);padding:30px;border-radius:30px;min-height:448px;position:relative;z-index:9;transition:all .5s;}.products-tech .swiper-wrapper .swiper-slide .tech-content .tech-image{height:210px;margin-top:15px;}.products-tech .swiper-wrapper .swiper-slide .tech-content .tech-image img{max-width:300px;margin:auto;}.products-tech .swiper-wrapper .swiper-slide .tech-content h2{font-size:24px;}.products-tech .swiper-wrapper .swiper-slide .tech-content h2,.products-tech .swiper-wrapper .swiper-slide .tech-content p{color:var(--white);}.products-tech .swiper-wrapper .swiper-slide .tech-content:hover{transform:scale(1.05) rotate(.1deg) translateZ(0)!important;z-index:10;box-shadow:0 0 30px rgba(0,0,0,.3);}.products-tech .swiper-wrapper .swiper-slide:first-child .tech-content img{-webkit-transform:scaleX(-1);transform:scaleX(-1);}.list-image{max-width:100%;object-fit:cover;height:640px;margin-top:45px;}.rtl .dropdown.lang-link{margin-left:15px;margin-right:0;}.rtl .dropdown.lang-link span img{margin-left:5px;margin-right:0;}.rtl .modal-header .btn-close{margin-left:0;}.rtl .form-check-custom input{margin-left:10px;}.rtl .offset-lg-1{margin-left:0;margin-right:8.333333%;}.rtl .date .me-2{margin-left:8px;margin-right:0!important;}.rtl .address ul li i{margin-right:0;margin-left:7px;}.rtl .address .number{padding-right:20px;}.rtl .address .number i{position:absolute;right:0;}.rtl .slider-content .row .col-lg-6:first-child{order:2;justify-content:flex-end;display:flex;}.rtl .slider-content .slide-title-content{text-align:left;justify-content:end;}.rtl .slider-content .slide-title-content div{text-align:right;}.rtl .thumb-fluid .slide-thumb .swiper-slide-inner .btn-expand{left:0;}.rtl .slide .pagination-wrapper{left:calc(var(--bs-gutter-x,1.5rem)*.5);right:auto;}.rtl .product-feature-section .product-image img{transform:translateX(-45%);}.rtl .product-feature-section .product-feature-section-right .mini-badges .mini-badge img{margin-right:0;margin-left:10px;}.rtl .product-banner .thumb-image{right:auto;left:0;border-width:0 3px 0 0;border-style:solid;}.rtl .offcanvas__info{left:3rem;right:auto;}.rtl .header .inner-logo{padding-right:0;justify-content:start;border-right:0;}.rtl .header .col-pro-menu .inner .mega-list-container .mega-products li .mega-products-inner div:first-child{flex-direction:column;text-align:start;}.rtl .breadcrumb-item+.breadcrumb-item::before{float:right;padding-left:var(--bs-breadcrumb-item-padding-x);padding-right:0;}.rtl .breadcrumb li:first-child{margin-left:var(--bs-breadcrumb-item-padding-x);}.product-table{width:600px;max-width:100%;margin:0 auto;font-weight:700;}.product-table .table-header{display:grid;grid-template-columns:1fr 1fr;margin-bottom:15px;font-weight:700;color:var(--black);text-align:center;}.product-table .table-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px;}.product-table .table-row .code{background:var(--theme-color);color:var(--white);padding:15px;border-radius:10px;text-align:center;font-weight:700;}.product-table .table-row .size{background:var(--black);color:var(--white);padding:15px;border-radius:10px;text-align:center;font-weight:700;}.link-btn:hover{color:var(--site-accent);}.master .widget ul li a:hover{color:var(--site-accent);}.theme-btn{background:var(--site-ink);color:var(--white);}.btn-send{background:var(--site-ink);color:var(--white);}.posts .btn-link{background:var(--site-ink);color:var(--white);}.press-kit .btn-about{background:var(--site-ink);color:var(--white);}.accordion-link{background:var(--site-ink);color:var(--white);}.theme-btn::after{background:var(--site-accent);color:var(--white);}.theme-btn.style-4{background:var(--site-accent);color:var(--white);}.theme-btn:hover{background:var(--site-accent);color:var(--white);}.btn-send:hover{background:var(--site-accent);color:var(--white);}.btn-send:focus{background:var(--site-accent);color:var(--white);}.posts .btn-link:hover{background:var(--site-accent);color:var(--white);}.press-kit .btn-about:hover{background:var(--site-accent);color:var(--white);}.btn-touch__icon{background:var(--site-accent)!important;color:var(--white)!important;}.modal-footer .btn{background:var(--site-accent)!important;color:var(--white)!important;}.list-group-fairtag .list-group-item h6{background:var(--site-accent)!important;color:var(--white)!important;}.product-table .table-row .code{background:var(--site-accent)!important;color:var(--white)!important;}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background:var(--site-accent)!important;color:var(--white)!important;}.form-select:focus{border-color:var(--site-accent)!important;box-shadow:0 0 0 .18rem rgba(216,102,47,.16)!important;}.form-call-you .form-floating .form-control:focus{border-color:var(--site-accent)!important;box-shadow:0 0 0 .18rem rgba(216,102,47,.16)!important;}.master .master-title h1{color:var(--site-accent);}.swiper-content{background:var(--site-paper);border-color:var(--site-border);}.popular .list-blog .blog-list{background:var(--site-paper);}.call-you{background:var(--white);}.technical-support{background:var(--white);}.group-check .form-check{background:var(--white);}.tags-blog a{background:var(--white);}.upload-form{border-color:var(--site-border);}.posts .post-item{border-color:var(--site-border);}.pro-pro-item{border-color:var(--site-border);}#proTabContent{border-color:var(--site-border);}.tags-blog{border-color:var(--site-border);}.compare-box .compare-stage .compare-handle{background:var(--site-accent);}.why-section .why-wrap .why-content .why-grid .why-item .why-icon{background:var(--site-accent);}.gallery-inner{background:var(--site-ink);}.swiper-video .gallery-inner{background:var(--site-ink);}.gallery-inner img{opacity:.42;}.swiper-video .gallery-inner video{opacity:.42;}.gallery-inner:hover img{opacity:1;}.swiper-video .gallery-inner:hover video{opacity:1;}.dp-pager .btn-active{background:var(--site-cream);}.stant-form .form-check{background:var(--site-cream);}.input-group-text{background:var(--site-cream);}.master .widget ul li a.active::after{background:var(--site-accent);}.standart-list li::after{background:var(--site-accent);}.standart-list li{border-color:rgba(45,36,30,.16);}.pro-cat-item{background:var(--site-accent);}.pro-cat-item:hover{background:var(--site-ink);}#proTab .nav-link{background:var(--site-ink);}.product-table .table-row .size{background:var(--site-ink);}#proTab .nav-link.active{background:var(--site-accent);color:var(--white);}#proTabContent .table>thead th{background:var(--site-accent);color:var(--white);}.modal{z-index:91055;}.modal-backdrop{z-index:91050;}.gallery{overflow:hidden;}@media(max-width:1399px){.site-header-shell{gap:18px!important;}.site-header-brand{flex-basis:116px!important;}.site-header-navigation .main-menu nav ul{gap:26px!important;}.header-action{padding-inline:20px!important;}.site-product-mega__shell{grid-template-columns:minmax(210px,.82fr) minmax(300px,1fr) minmax(320px,.9fr)!important;gap:24px!important;padding-inline:30px!important;}.site-product-mega__title{font-size:19px!important;}.header.header-section.header .site-header-shell{padding-inline:30px!important;}.header.header-section.header .site-header-navigation .main-menu nav ul{gap:24px!important;}.slide .swiper-slide .hero-brars .slide-txt-box .slide-title-content .titleslide{font-size:clamp(70px,7.8vw,126px);}.hero-brars .hero-product-stage{top:56%;}}@media(max-width:1199px){.site-header-shell{gap:16px!important;min-height:88px!important;}.site-header-brand{flex-basis:108px!important;}.site-header-shell .header-logo img{width:66px!important;}.site-header-navigation .main-menu nav ul{gap:20px!important;}.site-header-navigation .main-menu nav ul li a{font-size:14px!important;}.header-action{min-height:46px!important;padding-inline:17px!important;font-size:14px!important;}.site-header-utilities{gap:13px!important;}.site-product-mega__shell{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;}.site-product-mega__column--featured{grid-column:1/-1!important;}.site-product-mega__feature{min-height:360px!important;}.header.header-section.header .site-header-shell{min-height:86px!important;padding-inline:24px!important;}.header.header-section.header .site-header-shell .header-logo img{width:78px!important;}.header.header-section.header .site-header-navigation .main-menu nav ul{gap:18px!important;}.header.header-section.header .site-header-navigation .main-menu nav ul li a{font-size:14px!important;}.header.header-section.header .site-header-actions .header-action{min-height:48px!important;padding-inline:18px!important;font-size:14px!important;}.section-heading-row{grid-template-columns:1fr;}.product-families-head{grid-template-columns:1fr auto;}.product-families-head p{grid-column:1/-1;}.slide{min-height:680px;}.hero-brars .hero-product-orbit--one{left:23%;}.hero-brars .hero-sticker{right:19%;}.slide .swiper-slide .slide-txt-box .slide-title-content>div{max-width:620px;}.thumb-fluid{display:none;}.hero-product-stage{min-height:540px;}}@media(max-width:991px){.site-header-shell{min-height:74px!important;gap:14px!important;}.site-header-brand{flex:1 1 auto!important;}.site-header-shell .header-logo img{width:62px!important;}.site-header-spacer,.header-action--primary{display:none!important;}.site-header-actions{gap:0!important;margin-right:15px!important;}.header-action--dark{min-height:42px!important;padding-inline:16px!important;font-size:13px!important;}.site-header-product-dropdown .dropdown-menu{position:fixed!important;top:96px!important;right:12px!important;left:12px!important;width:auto!important;max-height:calc(100dvh - 112px)!important;overflow-y:auto!important;transform:none!important;}.site-header-utilities{gap:12px!important;}.dropdown.lang-link.header-language .btn{min-height:42px!important;font-size:13px!important;}.site-header-shell .sidebar__toggle_wrapper,.site-header-shell .sidebar__toggle{height:42px!important;}.site-product-mega__shell{grid-template-columns:1fr!important;gap:24px!important;padding:20px!important;border-width:3px!important;border-radius:20px!important;}.site-header-product-dropdown .mega-list-container{max-height:none!important;overflow:visible!important;}.site-product-mega__feature{min-height:320px!important;}.header.header-section.header{padding-top:10px!important;}.header.header-section.header .site-header-shell{min-height:74px!important;padding-inline:20px!important;border-radius:20px!important;}.header.header-section.header .site-header-brand{position:static!important;flex:1 1 auto!important;justify-content:flex-start!important;transform:none!important;}.header.header-section.header .site-header-shell .header-logo img{width:64px!important;}.header.header-section.header .site-header-actions .header-action--dark{color:var(--black)!important;background:var(--white)!important;}.product-feature-section .product-image{min-height:420px;}.product-feature-section .product-image img{position:relative;left:auto;bottom:auto;transform:none;max-width:100%;}.product-feature-section .product-image::before{bottom:20px;}.home-value-section .compare-box{min-height:auto;padding:42px;}.home-value-section .why-wrap{min-height:auto;padding:42px;}.product-families{padding:82px 0 96px;}.product-families-head{grid-template-columns:1fr;}.product-family-controls{display:none;}.brand-story-section{padding:82px 0;}.brand-story-row{min-height:0;}.brand-story-visual{min-height:520px;}.slide{height:100vh!important;min-height:100vh!important;margin-top:0!important;padding-top:0!important;}.hero-brars .hero-row{min-height:100vh!important;}.slide .swiper-slide .hero-brars .slide-txt-box{position:absolute;}.slide .swiper-slide .hero-brars .slide-txt-box .slide-title-content .titleslide{top:clamp(104px,13vh,138px)!important;width:92vw!important;font-size:clamp(42px,11vw,76px)!important;line-height:.84!important;}.hero-brars::before{width:86vw;height:58vw;}.hero-brars::after{width:58vw;height:74vw;}.hero-brars .hero-product-stage{top:55%;width:100%;height:420px;min-height:100vh!important;}.hero-brars .hero-product-main{width:min(82vw,560px)!important;max-height:48vh!important;top:52%!important;}.hero-brars .hero-product-support{width:260px;opacity:.38;}.hero-brars .hero-product-support--one{left:-160px;}.hero-brars .hero-product-support--two{right:-160px;}.hero-brars .hero-product-orbit--one{left:14%;top:22%;width:116px;height:116px;}.hero-brars .hero-product-orbit--one:before{font-size:13px;}.hero-brars .hero-sticker{right:11%;bottom:9%;width:132px;height:132px;}.hero-brars .hero-sticker:before{font-size:27px;}.hero-brars .hero-actions{top:auto;bottom:74px;}.slide .swiper-slide .banner-video-wrap:after{background:linear-gradient(180deg,rgba(255,248,239,.78),rgba(255,248,239,.38) 48%,rgba(17,17,17,.28));}.slide .swiper-slide .slide-txt-box .slide-title-content>div{margin-top:140px;padding:30px;border-radius:30px;}.slide .hero-row{min-height:92dvh;padding-top:92px;padding-bottom:42px;}.slide .swiper-slide .slide-txt-box{position:relative;}.slide .swiper-slide .slide-txt-box .slide-title-content{height:auto;align-items:flex-start;}.hero-product-stage{min-height:42dvh;}.hero-product-main{width:72%;max-height:38dvh;}.hero-product-support--one{width:34%;left:5%;bottom:4%;}.hero-product-support--two{width:30%;right:6%;top:6%;}.hero-sticker{width:96px;height:96px;right:10%;bottom:8%;font-size:11px;}.slide .pagination-wrapper{bottom:40px!important;}.hero-brars .hero-badge-image{width:clamp(84px,18vw,138px)!important;max-width:240px;left:calc(50% - 30vw)!important;top:42%!important;}.hero-brars .hero-badge-image--one{left:14%;top:30%;}.hero-brars .hero-badge-image--two{display:none!important;}.hero-brars .hero-product-orbit--two{top:44%!important;width:88vw!important;height:74vw!important;min-width:0!important;min-height:0!important;}.slide .banner-slider .banner-slider-controls{left:24px!important;bottom:26px!important;}.slide .banner-slider .banner-slider-controls .swiper-button{width:46px!important;height:46px!important;min-width:46px!important;}.slide .banner-slider .banner-slider-controls .slider-button-prev,.slide .banner-slider .banner-slider-controls .slider-button-next{width:48px!important;height:48px!important;min-width:48px!important;}.slide .banner-slider .banner-slider-controls .slider-button-prev{left:18px!important;}.slide .banner-slider .banner-slider-controls .slider-button-next{right:18px!important;}.hero-brars .hero-title-layer{top:clamp(122px,15vh,154px)!important;width:92vw!important;font-size:clamp(38px,10vw,76px)!important;line-height:.84!important;}.hero-brars .hero-stage{min-height:100vh!important;}.hero-brars .hero-product-layer{min-height:100vh!important;}}@media(max-width:575px){.site-header-shell{min-height:68px!important;gap:10px!important;}.site-header-shell .header-logo img{width:56px!important;}.header-action--dark{max-width:118px!important;padding-inline:13px!important;overflow:hidden!important;text-overflow:ellipsis!important;}.site-header-product-dropdown .dropdown-menu{right:10px!important;left:10px!important;width:auto!important;}.dropdown.lang-link.header-language span img{width:15px!important;}.site-product-mega__shell{padding:16px!important;border-radius:18px!important;}.site-product-mega__item,.site-product-mega__item--product{grid-template-columns:64px minmax(0,1fr) 24px!important;gap:12px!important;min-height:82px!important;}.site-product-mega__item--product{grid-template-columns:minmax(0,1fr) 64px 24px!important;}.site-product-mega__thumb{width:64px!important;height:64px!important;border-radius:14px!important;}.site-product-mega__title{font-size:17px!important;}.site-product-mega__feature{min-height:300px!important;padding:22px 20px 0!important;}.site-product-mega__feature-title{font-size:38px!important;}.header.header-section.header .site-header-shell{min-height:68px!important;padding-inline:16px!important;border-radius:18px!important;}.header.header-section.header .site-header-shell .header-logo img{width:58px!important;}.slide{height:100vh!important;min-height:100vh!important;margin-top:0!important;padding-top:0!important;}.hero-brars .hero-row{min-height:674px;}.slide .swiper-slide .hero-brars .slide-txt-box .slide-title-content .titleslide{top:104px!important;font-size:clamp(36px,13vw,58px)!important;width:94vw!important;line-height:.86!important;}.hero-brars .hero-shape--red{width:42px!important;top:24%!important;height:42px!important;left:18%!important;}.hero-brars .hero-shape--yellow{width:42px!important;top:24%!important;height:42px!important;right:18%!important;}.hero-brars .hero-product-stage{top:54%;height:335px;min-height:335px;}.hero-brars .hero-product-main{width:90vw!important;max-height:45vh!important;top:53%!important;}.hero-brars .hero-product-support{display:none;}.hero-brars .hero-product-orbit--one{left:6%;top:28%;width:96px;height:96px;}.hero-brars .hero-product-orbit--one::before{font-size:11px;}.hero-brars .hero-product-orbit--two{width:78vw;height:360px;}.hero-brars .hero-sticker{right:5%;bottom:17%;width:112px;height:112px;}.hero-brars .hero-sticker::before{font-size:23px;}.hero-brars .hero-actions{width:calc(100% - 32px);bottom:64px!important;gap:10px!important;}.hero-brars .btn-touch,.hero-brars .hero-primary-link{height:48px!important;min-height:48px!important;padding:0 16px!important;border-radius:10px!important;font-size:14px!important;}.slide .pagination-wrapper{bottom:32px!important;}.hero-brars .btn-touch__text{font-size:14px!important;}.hero-brars .hero-badge-image{width:76px!important;max-width:240px;left:19%!important;top:46%!important;}.hero-brars .hero-badge-image--one{left:8%;top:36%;}.hero-brars .hero-badge-image--two{display:none!important;}.hero-brars::before{width:118vw!important;height:96vw!important;top:45%!important;}.hero-brars::after{width:82vw!important;height:118vw!important;top:47%!important;}.slide .banner-slider .banner-slider-controls{left:16px!important;bottom:22px!important;gap:8px!important;}.slide .banner-slider .banner-slider-controls .swiper-button{width:42px!important;height:42px!important;min-width:42px!important;}.slide .banner-slider .banner-slider-controls .slider-button-prev{left:12px!important;}.slide .banner-slider .banner-slider-controls .slider-button-next{right:12px!important;}.hero-brars .hero-title-layer{top:116px!important;width:94vw!important;font-size:clamp(32px,12vw,56px)!important;line-height:.86!important;}.slide .banner-slider .pagination-wrapper{bottom:22px!important;}}@media(max-width:767px){header .nav-elements{margin:0;width:100%;display:flex;align-items:center;justify-content:space-between;}header .nav-elements .theme-btn{width:calc(50% - 50px);display:flex;align-items:center;height:100%;}header .header-logo img{max-height:70px!important;}header .language{width:80px;}.offcanvas__info .dropdown-menu.show{position:relative!important;width:100%;padding:15px;margin:0!important;}.offcanvas__info .dropdown-menu.show ul{display:block!important;}.offcanvas__info .dropdown-menu.show ul li{position:relative;}.offcanvas__info .dropdown-menu.show ul li a{display:block;font-size:14px;}.offcanvas__info .dropdown-menu.show ul li:last-child a{border:0!important;}.slide{height:92vh!important;}.slide .swiper-slide img{object-position:left!important;opacity:.75!important;}.slide .swiper-slide .slide-txt-box .slide-title-content{position:absolute!important;bottom:-180px!important;padding-left:0!important;height:100%!important;}.slide .pagination-wrapper{right:30px!important;}.slide .titleslide{font-size:52px!important;}.slide .btn-touch{background:var(--black)!important;color:var(--white)!important;}.slide .thumb-fluid .slide-thumb{display:none!important;}.slide .swiper-buttons{bottom:15px!important;}footer .footer-place{margin:0 0 20px;}footer .footer-place .address{text-align:left;border:0;}footer .footer-organic-top{display:none!important;}footer .company-logo{display:flex;align-items:start;}footer .company-logo img{margin:0;text-align:left;margin-right:auto;}footer .footer-sub-menu{border-top:0!important;position:relative!important;margin-top:10px!important;justify-content:flex-start!important;}footer .accordion-footer{display:block;}footer .accordion-footer .collapse:not(.show){display:none!important;}footer .social-footer{padding:20px 0 0!important;text-align:left!important;}footer .social-footer a{margin-left:0!important;margin-right:5px!important;}footer .accordion-item a.btn-title{display:block;text-align:left;padding:10px 0;background:transparent;color:var(--white);text-transform:uppercase;position:relative;font-weight:700;font-size:16px;}footer .accordion-item a.btn-title:hover,footer .accordion-item a.btn-title:focus{color:var(--white);border:0!important;box-shadow:none!important;}footer .accordion-item a.btn-title:after{transition:transform .2s;border:0;display:inline-block;content:"";vertical-align:middle;font-family:"bootstrap-icons";font-size:20px;position:absolute;right:0;}footer .accordion-item a.btn-title.collapsed:after{content:"";}footer .newclick{text-align:left!important;margin-top:15px;background:var(--theme-color)!important;padding:15px 0!important;}footer .newclick p{margin:0!important;}footer .newclick .newclick-web{text-align:start!important;}.magazine h2{margin-bottom:10px!important;}.magazine p{line-height:1.3;}.magazine img{top:auto!important;bottom:-40px;max-width:222px;right:0;}header.header-section{height:auto!important;overflow:visible!important;}header.header-section .container-fluid{height:auto!important;overflow:visible!important;padding-right:0!important;}header.header-section .col-pro-menu{border-right:1px solid rgba(0,0,0,.15);}header.header-section .inner{padding:8px 6px!important;min-height:62px;}header.header-section .inner-logo{padding-left:6px!important;}header.header-section .header-logo img{max-height:70px!important;width:auto;}header.header-section .sidebar__toggle_wrapper{width:46px;height:46px;}header.header-section .sidebar__toggle{width:46px;height:46px;font-size:22px;}header.header-section .sidebar__toggle_lines .line{width:24px;}header.header-section .col-pro-menu{display:block!important;margin-top:0;}header.header-section .col-pro-menu .inner{min-height:62px;padding:0!important;border-right:0!important;}header.header-section .col-pro-menu .dropdown{min-height:62px;}header.header-section .col-pro-menu .dropdown.dropdown-open{background:var(--black)!important;}header.header-section .col-pro-menu .dropdown .dropdown-toggle{justify-content:center!important;padding:0!important;gap:0;}header.header-section .col-pro-menu .mega-products-inner p{margin:0;line-height:1.4;font-size:13px;padding-right:15px;}header.header-section .col-pro-menu .dropdown .dropdown-menu{position:fixed!important;top:62px!important;left:10px!important;right:10px!important;transform:none!important;width:auto!important;margin-top:0!important;max-height:calc(100dvh - 80px);overflow-y:auto;z-index:1001;}header.header-section .col-pro-menu .dropdown .dropdown-toggle:after{content:none;}header.header-section .col-pro-menu .mega-section .container-fluid{padding-left:0!important;padding-right:20px!important;}header.header-section .col-pro-menu .mega-section .row{margin-left:0!important;margin-right:0!important;}header.header-section .col-pro-menu .mega-section .offset-lg-7{margin-left:0!important;}.dropdown.lang-link{min-width:100%;}.dropdown.lang-link .btn{width:100%!important;min-width:0!important;padding:10px 8px!important;border-radius:8px;font-size:12px;display:flex;justify-content:center;}.dropdown.lang-link .btn:after{content:none;}.dropdown.lang-link .btn span{gap:4px;}.dropdown.lang-link .btn span img{max-width:14px;margin-right:2px;}.dropdown.lang-link .dropdown-menu{width:100%!important;margin-top:-10px!important;border-radius:0 0 10px 10px!important;}.container,.container-fluid{padding-left:15px!important;padding-right:15px!important;}img,video{max-width:100%;height:auto;}.category-showcase{padding:12px 0!important;}.category-showcase .category-grid{display:flex!important;flex-direction:column!important;gap:12px!important;min-height:0!important;}.category-showcase .category-card,.category-showcase .category-grid:hover .category-card,.category-showcase .category-grid:hover .category-card:hover{width:100%!important;flex:0 0 auto!important;min-width:0!important;min-height:0!important;}.category-showcase .category-card.side-card{display:block!important;padding:14px!important;}.category-showcase .vertical-text{display:none!important;}.category-showcase .accordion-content{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;opacity:1!important;transform:none!important;pointer-events:auto!important;text-align:left!important;padding:0!important;}.category-showcase .accordion-content img{width:100%!important;max-width:280px!important;padding:0!important;margin:0 auto 12px!important;display:block;}.category-showcase .accordion-title{font-size:clamp(24px,7vw,32px)!important;line-height:1.1!important;margin:0 0 8px!important;}.category-showcase .accordion-text{margin:0 0 14px!important;font-size:14px!important;line-height:1.5!important;}.offcanvas__top{position:relative!important;top:auto!important;left:auto!important;width:100%!important;}.offcanvas__logo img{width:66px!important;}.offcanvas__wrapper{overflow-y:auto!important;scrollbar-width:none;}.offcanvas__wrapper::-webkit-scrollbar{display:none;}.mega-grid{grid-template-columns:1fr!important;grid-template-rows:auto auto!important;gap:8px!important;min-height:100%!important;overflow-y:auto!important;border-radius:0!important;}.mega-left{min-height:auto!important;border-radius:26px!important;}.mega-mid{grid-template-rows:1fr!important;gap:8px!important;min-height:0!important;margin-left:0!important;border-radius:0!important;}.mega-cta-card{border-radius:26px!important;min-height:0!important;padding:22px!important;}.mega-cta-card h3{font-size:clamp(26px,8vw,34px)!important;}.mega-pad{padding:20px 22px 28px!important;}.offcanvas-menu-list{margin-top:24px!important;}.offcanvas-menu-list>li>a{font-size:clamp(38px,12.5vw,68px)!important;line-height:.9!important;letter-spacing:-.045em!important;}.offcanvas-utility{grid-template-columns:1fr!important;align-items:start!important;margin-top:26px!important;padding-top:0!important;}.mega-social--utility .social-header ul{justify-content:flex-start!important;}header .dropdown-menu,.offcanvas__info .dropdown-menu,.offcanvas__info .dropdown-menu.show{min-width:100%!important;width:100%!important;margin-left:0!important;}.about-section .about-content{overflow:hidden;}.about-section .about-content *,.about-section .about-content *::before,.about-section .about-content *::after{box-sizing:border-box;}.about-section .about-content .row{margin-left:0!important;margin-right:0!important;}.about-section .about-content [class*=col-]{width:100%!important;max-width:100%!important;flex:0 0 100%!important;padding-left:0!important;padding-right:0!important;}.about-section .about-content .about-wrapper{display:block!important;}.about-section .about-content .d-flex{flex-wrap:wrap!important;}.about-section .about-content .about-item{width:100%!important;min-width:0!important;margin-bottom:24px!important;gap:14px!important;}.about-section .about-content .about-item .icon{width:64px!important;min-width:64px!important;height:64px!important;}.about-section .about-content .about-item .icon i{font-size:30px!important;}.about-section .about-content .about-item .content{min-width:0!important;width:calc(100% - 78px)!important;}.about-section .about-content h1,.about-section .about-content h2,.about-section .about-content h3,.about-section .about-content h4,.about-section .about-content h5,.about-section .about-content h6,.about-section .about-content p,.about-section .about-content span,.about-section .about-content a{overflow-wrap:break-word;word-break:break-word;}.threed{height:320px!important;margin-top:60px!important;background-size:contain!important;background-position:center bottom!important;}.threed .fullbtn{top:30px!important;}.threed.clicked{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;margin-top:0!important;padding:10px!important;z-index:12000!important;background:#000!important;background-image:none!important;}.threed.clicked .fullbtn{top:12px!important;right:12px!important;left:auto!important;}.product-feature-section{padding:56px 0 40px!important;}.product-feature-section .row{row-gap:24px;}.product-feature-section .row>[class*=col-]{width:100%!important;max-width:100%!important;flex:0 0 100%!important;margin:0!important;}.product-feature-section .product-feature-section-left{.eyebrow:before;.eyebrow-width:24px;}.product-feature-section .product-feature-section-left .eyebrow{margin-bottom:10px;font-size:12px;}.product-feature-section .product-feature-section-left h2.hero-title{font-size:clamp(30px,10vw,44px);line-height:1.05;}.product-feature-section .product-feature-section-left .label-chip{font-size:15px;padding:8px 0;margin-bottom:16px;border:0!important;}.product-feature-section .product-image{border-bottom:1px solid #ffd400;}.product-feature-section .product-image img{position:relative!important;bottom:auto!important;left:auto!important;transform:none!important;width:100%;max-width:320px!important;margin:0 auto;display:block;}.product-feature-section .product-feature-section-right .mini-badges{grid-template-columns:1fr!important;gap:10px!important;}.why-section{padding:12px!important;overflow:hidden;}.why-section>.row{margin-left:0!important;margin-right:0!important;row-gap:12px;}.why-section>.row>[class*=col-]{padding-left:0!important;padding-right:0!important;width:100%!important;max-width:100%!important;flex:0 0 100%!important;}.why-section .compare-box{padding:20px 14px!important;}.why-section .why-wrap{padding:30px 16px!important;}.why-section .why-content{gap:20px!important;}.why-section .why-content h2{font-size:clamp(28px,9vw,28px)!important;line-height:1.1;overflow-wrap:anywhere;}.why-section .why-grid{grid-template-columns:1fr!important;gap:14px!important;}.why-section .why-item{min-width:0!important;gap:12px!important;}.why-section .why-item h3{margin:0;line-height:1.25;overflow-wrap:anywhere;}.why-section .why-item .why-icon{width:36px!important;height:36px!important;flex:0 0 36px!important;font-size:20px!important;}.newsletter{padding:0 12px 12px!important;}.newsletter .newsletter-content{padding:34px 0!important;}.newsletter .row{row-gap:18px;}.newsletter .newsletter-left h2{font-size:clamp(28px,9vw,28px)!important;text-transform:uppercase;margin-bottom:3px!important;}.newsletter h2{font-size:clamp(28px,8vw,20px);line-height:1.1;}.newsletter .newsletter-form .input-box{display:flex;flex-direction:column;gap:10px;}.newsletter .newsletter-form input{height:56px!important;border-radius:14px!important;padding:10px 16px!important;}.newsletter .newsletter-form .submit{position:static!important;width:100%;height:48px!important;justify-content:center;border-radius:14px!important;}.gallery-inner{height:120px!important;}.news-card-items .news-image{height:260px!important;}.master-banner-image{height:300px!important;}.master-banner-image img{height:100%!important;object-fit:cover!important;}.master .newsletter{padding:0!important;}.master .newsletter .newsletter-content{border-radius:10px 10px 0 0!important;padding:30px 15px!important;border-bottom:1px solid rgba(255,255,255,.2);}.master .newsletter .newsletter-form .submit{background:var(--theme-color)!important;color:var(--white)!important;}.contact-box{padding:0!important;border:0!important;margin-bottom:30px!important;}.contact-wrapper .map-items .googpemap iframe,.googpemap-2 iframe,.map-items11 .googpemap iframe{height:320px!important;margin-top:0!important;}.compare-box{padding:24px 14px!important;}.compare-box .compare-stage{height:300px!important;max-width:100%!important;}.product-banner{height:auto!important;max-height:none!important;overflow:visible!important;}.product-banner:after{opacity:1;background:#f5eada;}.product-banner .img-product-banner{height:260px;object-fit:cover;display:none;}.product-banner .call-you{background:#fff;}.product-banner .caption-banner{position:relative!important;transform:none!important;padding-top:0;margin-top:90px;}.product-banner .caption-banner .card-banner{width:100%!important;min-width:0!important;min-height:0!important;padding:20px!important;border-radius:20px!important;}.product-banner .caption-banner h2,.product-banner .caption-banner h3{width:100%!important;color:var(--black);}.product-banner .caption-banner h2{font-size:clamp(28px,9vw,42px)!important;line-height:1.1;}.product-banner .caption-banner p{color:var(--black);}.product-banner .thumb-image{max-width:100%!important;border:0!important;transform:none!important;top:70px!important;position:relative;}#proTab{margin-top:30px!important;}#proTabContent{border-radius:0 0 10px 10px;margin-bottom:15px!important;}#proTab .nav-link{padding:10px 15px!important;}.products-tech{display:none!important;}.products-tech .tech-content{min-height:0!important;padding:20px!important;}.products-tech .tech-content:hover{transform:none!important;}.products-tech .tech-content .tech-image{height:auto!important;margin:45px!important;}.products-tech .tech-content .tech-image img{max-width:220px!important;}.list-image{max-width:100%;height:auto!important;margin:0 0 15px!important;border:1px solid #333;border-radius:10px;padding:15px;min-height:360px!important;object-fit:cover;}.pro-pro-item{min-height:0!important;padding:24px 16px 16px!important;margin-bottom:15px!important;}.pro-pro-item img{width:100%!important;max-width:240px!important;}.pro-pro-item .pro-pro-title{min-height:0!important;margin-top:16px!important;font-size:20px!important;}.band-wrap .band{position:static!important;transform:none!important;margin-top:15px;padding:12px 15px!important;}.band-wrap .band h2{letter-spacing:1px!important;font-size:22px!important;}.product-table{width:100%!important;}.product-table .table-header{display:none!important;}.product-table .table-row{grid-template-columns:1fr!important;gap:10px!important;margin-bottom:10px!important;}.category-card.main{min-height:480px!important;}.side-card{min-height:150px!important;padding:18px!important;}.why-section{padding:14px!important;}.why-section>.row{margin-left:0!important;margin-right:0!important;row-gap:14px;}.why-section>.row>[class*=col-]{width:100%!important;max-width:100%!important;flex:0 0 100%!important;padding-left:0!important;padding-right:0!important;}.why-section .why-wrap{padding:34px 18px!important;}.why-section .why-grid{grid-template-columns:1fr!important;gap:16px!important;}.why-section .why-content h2,.why-section .why-item h3{overflow-wrap:anywhere;}.product-feature-section{padding:70px 0 44px!important;}.product-feature-section .row>[class*=col-]{width:100%!important;max-width:100%!important;flex:0 0 100%!important;}.product-feature-section .product-image img{position:relative!important;bottom:auto!important;left:auto!important;transform:none!important;margin:0 auto;display:block;max-width:380px!important;}.newsletter .newsletter-form .submit{position:static!important;width:100%;margin-top:10px;justify-content:center;}.about-section .about-content [class*=col-]{width:100%!important;max-width:100%!important;flex:0 0 100%!important;}.category-showcase{padding-top:72px;}.category-showcase .category-grid{display:flex!important;flex-direction:column!important;width:calc(100% - 24px);min-height:0!important;gap:12px!important;}.category-showcase .category-card,.category-showcase .category-grid:hover .category-card,.category-showcase .category-grid:hover .category-card:hover{flex:0 0 auto!important;width:100%!important;}.category-showcase .category-card.side-card{justify-content:flex-start!important;align-items:flex-start!important;min-height:auto;padding:18px!important;}.category-showcase .vertical-text{display:none!important;}.category-showcase .accordion-content{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;opacity:1!important;transform:none!important;pointer-events:auto!important;text-align:left!important;padding:0!important;}.category-showcase .accordion-content img{display:block;width:100%!important;max-width:280px!important;padding:0!important;margin:0 auto 12px!important;}.product-feature-section{padding:84px 0;min-height:auto;}.section-heading-row h2{font-size:clamp(36px,13vw,58px);}.home-value-section{padding:72px 12px 18px;}.home-value-section .why-grid{grid-template-columns:1fr!important;}.product-families-head h2{font-size:clamp(38px,13vw,60px);}.product-family-card{min-height:500px;padding:22px;}.product-family-media{min-height:250px;}.brand-story-title{font-size:clamp(36px,12vw,58px);}.brand-story-visual{min-height:470px;}.story-photo--production{left:0;width:86%;height:46%;}.story-photo--usage{right:0;width:52%;}.story-main-product{left:11%;width:76%;}.slide{min-height:620px;height:90vh!important;}.slide .swiper-slide .slide-txt-box .slide-title-content{position:absolute!important;inset:auto 16px 96px!important;height:auto!important;}.slide .swiper-slide .slide-txt-box .slide-title-content>div{margin-top:0;padding:24px;border-radius:28px;}.slide .swiper-slide .slide-txt-box .slide-title-content .titleslide{font-size:clamp(42px,15vw,68px)!important;line-height:.9;}.slide .swiper-buttons{left:16px;bottom:18px!important;}.slide .hero-row{min-height:92dvh;padding-top:72px;padding-bottom:30px;}.slide .hero-actions{align-items:flex-start;flex-direction:column;gap:12px;}.hero-shape--red{width:66vw;right:-16%;top:10%;}.hero-shape--yellow{width:48vw;right:28%;bottom:42%;}.hero-product-stage{min-height:40dvh;}.hero-product-main{width:82%;}.hero-product-support--one{width:42%;}.hero-product-support--two{width:38%;}.slide .banner-slider .banner-slider-controls .slider-button-prev,.slide .banner-slider .banner-slider-controls .slider-button-next{box-shadow:0 12px 28px rgba(45,36,30,.12)!important;}.newsletter{background-color:var(--site-bg);}.newsletter .newsletter-form .input-box{display:block;border-radius:28px;}.newsletter .newsletter-form .submit{width:100%;margin-top:8px;}}@media(max-width:500px){header .nav-elements .theme-btn{width:auto;min-width:0;padding:6px 10px;}header .nav-elements .theme-btn span{margin:auto;}header .nav-elements .theme-btn i{display:none;}}@media(min-width:768px) and (max-width:1840px){.banner-video video{height:100%;object-fit:cover;}.product-image img{max-width:180%!important;}}@media(max-width:991.98px){.product-families{padding:72px 0 84px;}.product-families-head{grid-template-columns:1fr;gap:18px;margin-bottom:28px;}.product-families-head p{max-width:none;}.product-family-controls{display:none;}.footer-world-section{padding:66px 0 64px;}.footer-world-section .container-fluid,.footer-social-follow .container,footer.site-footer-brars .container{padding-right:20px!important;padding-left:20px!important;}.footer-world-kicker{font-size:18px;}.footer-world-head h2{font-size:clamp(48px,11vw,88px);line-height:.86;}.footer-world-shell{display:grid;grid-template-columns:1fr;height:auto;gap:12px;overflow:visible;}.footer-world-panel{display:block;flex:none;min-width:0;height:auto;border-radius:22px;}.footer-world-rail{width:100%;min-width:0;min-height:58px;justify-content:flex-start;padding:0 18px;cursor:pointer;}.footer-world-rail span{writing-mode:initial;transform:none;font-size:17px;letter-spacing:.02em;}.footer-world-feature{display:none;grid-template-columns:1fr;gap:20px;width:100%;padding:0;opacity:1;visibility:visible;transform:none;}.footer-world-panel.is-active .footer-world-feature{display:grid;padding:16px;}.footer-world-image{height:clamp(260px,42vw,360px);min-height:0;aspect-ratio:16/10;border-radius:18px;}.footer-world-content{max-width:none;padding:4px 4px 8px;}.footer-world-content h3{font-size:clamp(38px,8vw,68px);line-height:.9;}.footer-social-follow{padding:72px 0 80px;}.footer-social-follow h2{font-size:clamp(46px,11vw,84px);line-height:.88;}.footer-social-kicker{font-size:18px;}.footer-social-follow-link{min-width:238px;}footer.site-footer-brars{padding-top:54px;}footer.site-footer-brars .footer-brand-row{padding-bottom:44px;border-bottom:0;}footer.site-footer-brars .footer-main{padding-bottom:62px;}footer.site-footer-brars .footer-main [class*=col-]{margin-top:0;}footer.site-footer-brars .accordion-footer{column-gap:34px;}footer.site-footer-brars .footer-place{padding-top:12px;}footer.site-footer-brars .newclick .newclick-web{margin-top:8px;text-align:left;}.header.header-section.header,.header.header-section.header.scroll-sticky,body.scroll .header.header-section.header{padding-top:10px;}.header.header-section.header .site-header-shell,.header.header-section.header.scroll-sticky .site-header-shell,body.scroll .header.header-section.header .site-header-shell{min-height:68px;padding:0 20px;border-radius:22px;}.header.header-section.header .site-header-shell .header-logo img,.header.header-section.header.scroll-sticky .site-header-shell .header-logo img,body.scroll .header.header-section.header .site-header-shell .header-logo img{width:132px;max-height:none;}.header.header-section.header .site-header-actions{gap:10px;}.header.header-section.header .site-header-actions .header-action{min-height:48px;padding:0 18px;font-size:15px;}}@media(max-width:767.98px){.section-heading-row h2,.product-families-head h2{font-size:clamp(36px,11.4vw,44px);line-height:.94;letter-spacing:-.035em;text-wrap:balance;}.product-families{padding:56px 0 64px;}.product-families .container-fluid,.product-family-fluid{padding-right:16px!important;padding-left:16px!important;}.product-families-head{gap:14px;margin-bottom:24px;}.product-families .section-kicker{margin-bottom:10px;font-size:13px;line-height:1.2;}.product-families-head p{font-size:15px;line-height:1.55;}.product-family-slider{overflow:visible;padding:8px 0 40px;}.product-family-card{min-height:438px;padding:18px;border-radius:24px;}.product-family-slider .swiper-slide-active .product-family-card{transform:translateY(-4px);}.product-family-index{font-size:14px;}.product-family-media{min-height:218px;margin-bottom:18px;border-radius:20px;}.product-family-media img{width:86%;max-height:230px;}.product-family-copy h3{font-size:clamp(24px,7.4vw,30px);line-height:.98;}.product-family-copy p{margin-top:10px;font-size:14px;line-height:1.5;}.product-family-link{min-height:40px;margin-top:18px;font-size:14px;font-weight:700;}.product-family-pagination{bottom:0;margin-top:22px;}.faq-section{padding:48px 0;overflow:hidden;}.faq-section .container{padding-right:16px!important;padding-left:16px!important;}.faq-section .sticky-faq{margin-bottom:24px;}.faq-section .accordion-item{border-radius:22px;}.faq-section .accordion-button{position:relative;min-height:60px;padding:14px 48px 14px 14px;gap:12px;font-size:16px;line-height:1.25;align-items:center;}.faq-section .accordion-button::after{position:absolute;top:50%;right:16px;transform:translateY(-50%);margin:0;}.faq-section .accordion-button:not(.collapsed)::after{transform:translateY(-50%) rotate(-180deg);}.faq-section .number{flex:0 0 30px;width:30px;min-width:30px;height:30px;font-size:14px;}.faq-section .accordion-body{padding:0 16px 18px 56px;font-size:15px;line-height:1.6;}.gallery{padding:10px 0 0;overflow:hidden;}.gallery .swiper-container,.gallery .swiper{overflow:visible;}.gallery-inner{display:block;height:auto!important;aspect-ratio:1/1;border-radius:18px;overflow:hidden;}.gallery-inner img{width:100%;height:100%;object-fit:cover;}.footer-world-section{padding:56px 0 52px;}.footer-world-section .container-fluid,.footer-social-follow .container,footer.site-footer-brars .container{padding-right:16px!important;padding-left:16px!important;}.footer-world-head{text-align:center;}.footer-world-kicker{margin-bottom:12px;font-size:14px;}.footer-world-head h2{font-size:clamp(36px,13vw,48px);line-height:.92;letter-spacing:-.035em;text-wrap:balance;}.footer-world-head .button{margin-top:24px;}.footer-world-shell{display:block;margin-top:28px;overflow:hidden;}.footer-world-wrapper{display:flex;align-items:stretch;}.footer-world-panel,.footer-world-panel.is-active{flex:0 0 auto;min-width:0;width:100%;border-radius:20px;box-shadow:none;}.footer-world-rail{display:none;}.footer-world-feature{display:grid;gap:16px;padding:14px;}.footer-world-pagination{display:flex;justify-content:center;gap:8px;margin-top:18px;}.footer-world-pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0!important;background:#ccc;opacity:1;}.footer-world-pagination .swiper-pagination-bullet-active{background:var(--black);}.footer-world-image{height:auto;aspect-ratio:4/3;border-radius:16px;}.footer-world-meta{font-size:14px;}.footer-world-content{padding:18px 2px 4px;}.footer-world-content h3{font-size:clamp(24px,7.4vw,30px);line-height:.98;}.footer-world-content p{margin-top:14px;font-size:15px;line-height:1.55;}.footer-world-content .button{min-height:44px;margin-top:18px;padding:0 18px;border-radius:12px;}.footer-category-word{font-size:20px;}.footer-social-follow{padding:56px 0 64px;}.footer-social-kicker{margin-bottom:16px;font-size:14px;}.footer-social-follow h2{font-size:clamp(38px,12vw,48px);line-height:.92;text-align:center;}.footer-social-follow-links{display:grid;grid-template-columns:1fr;gap:10px;margin-top:30px;}.footer-social-follow-link{width:100%;min-width:0;min-height:46px;height:46px;border-radius:12px;}footer.site-footer-brars{padding-top:44px;}footer.site-footer-brars .footer-brand-row{padding-bottom:34px;text-align:center;}footer.site-footer-brars .company-logo{justify-content:center;}footer.site-footer-brars .footer-hashtag{font-size:clamp(20px,12vw,28px)!important;text-align:left!important;margin:60px 0 45px!important;border-top:1px solid rgba(255,255,255,.5);border-bottom:1px solid rgba(255,255,255,.5);padding:45px 0;}footer.site-footer-brars .footer-main{padding-bottom:44px;}footer.site-footer-brars .accordion-footer{display:block;}footer.site-footer-brars .accordion-footer .collapse:not(.show){display:none;}footer.site-footer-brars .footer-list{margin-bottom:16px;}footer.site-footer-brars .footer-list-title{display:flex;align-items:center;min-height:44px;margin-bottom:4px;font-size:16px;}footer.site-footer-brars .footer-list a,footer.site-footer-brars .footer-sub-menu a{display:block;padding:6px 0;font-size:15px;line-height:1.35;}footer.site-footer-brars .footer-newsletter-title,footer.site-footer-brars .address h3{font-size:16px;}footer.site-footer-brars .footer-newsletter-desc,footer.site-footer-brars .address ul li,footer.site-footer-brars .address ul li a{font-size:15px;line-height:1.5;}footer.site-footer-brars .footer-newsletter-form{gap:18px;}footer.site-footer-brars .footer-consent{margin-top:22px;}footer.site-footer-brars .social-footer{margin-top:18px;padding:20px;border-radius:22px;}footer.site-footer-brars .footer-address-card{margin-top:24px;padding:20px;border-radius:22px;}footer.site-footer-brars .newclick{text-align:center;}footer.site-footer-brars .newclick .newclick-web{margin-top:8px;text-align:center;}.spec-marquee{padding:16px 0;}.spec-marquee .spec-track:not(:last-child){margin-bottom:12px;}.spec-marquee .spec-track__inner{gap:10px;}.spec-marquee .specializations-card{min-height:46px;padding:10px 16px;}.spec-marquee .specializations-card h2{font-size:16px;}.header.header-section.header,.header.header-section.header.scroll-sticky,body.scroll .header.header-section.header{padding-top:max(8px,env(safe-area-inset-top));}.header.header-section.header>.container-fluid{padding-right:16px!important;padding-left:16px!important;}.header.header-section.header .site-header-shell,.header.header-section.header.scroll-sticky .site-header-shell,body.scroll .header.header-section.header .site-header-shell{min-height:58px;padding:0 14px;border-radius:18px;}.header.header-section.header .site-header-shell .header-logo img,.header.header-section.header.scroll-sticky .site-header-shell .header-logo img,body.scroll .header.header-section.header .site-header-shell .header-logo img{width:104px;}.header.header-section.header .site-header-actions{display:none;}.header.header-section.header .site-header-utilities{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto;width:80px;}.header.header-section.header .header-search-toggle,.header.header-section.header .sidebar__toggle_wrapper,.header.header-section.header .dropdown.lang-link.header-language .btn{display:inline-flex;align-items:center;justify-content:center;width:40px;min-width:40px;height:40px;padding:0;}.header.header-section.header .dropdown.lang-link.header-language .btn{gap:4px;width:auto;min-width:44px;font-size:13px;font-weight:700;}.header.header-section.header .dropdown.lang-link.header-language .btn img{width:16px;height:auto;}.header.header-section.header .header-search-toggle{font-size:20px;}.header.header-section.header .sidebar__toggle{width:28px;height:28px;}.header.header-section.header .header-search-panel{left:16px;right:16px;top:calc(100% - 6px);border-radius:0 0 18px 18px;}.slide{height:auto!important;min-height:clamp(540px,150vw,620px)!important;padding:0!important;overflow:hidden;}.slide .banner-slider,.slide .banner-slider .swiper-wrapper,.slide .banner-slider .swiper-slide,.slide .banner-slider .banner-video-wrap,.slide .banner-slider .hero-brars,.hero-brars .slide-txt-box,.hero-brars .slide-txt-box .container-fluid,.hero-brars .slider-content,.hero-brars .hero-stage,.hero-brars .hero-copy-layer,.hero-brars .hero-product-layer{height:clamp(540px,150vw,620px)!important;min-height:clamp(540px,150vw,620px)!important;}.slide .swiper-slide{background:transparent!important;}.hero-brars .hero-title-layer{top:clamp(96px,25vw,118px)!important;width:calc(100vw - 32px)!important;font-size:clamp(38px,11vw,52px)!important;line-height:.9!important;letter-spacing:-.035em!important;text-align:center!important;}.slide .swiper-slide .hero-brars .slide-txt-box .slide-title-content,.slide .swiper-slide .slide-txt-box .slide-title-content{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;padding:0!important;pointer-events:none;}.slide .swiper-slide .hero-brars .slide-txt-box .slide-title-content>.hero-copy,.slide .swiper-slide .slide-txt-box .slide-title-content>div{margin:0!important;padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}.slide .swiper-slide .hero-brars .slide-txt-box .slide-title-content .titleslide,.hero-brars .hero-kicker,.hero-brars .desc{display:none!important;}.hero-brars::before{width:118vw!important;height:88vw!important;top:47%!important;opacity:.68!important;}.hero-brars::after{width:82vw!important;height:104vw!important;top:48%!important;opacity:.38!important;}.hero-brars .hero-shape--red,.hero-brars .hero-shape--yellow{width:42px!important;height:42px!important;top:24%!important;}.hero-brars .hero-shape--red{left:18%!important;}.hero-brars .hero-shape--yellow{right:18%!important;}.hero-brars .hero-product-stage{left:50%!important;top:54%!important;width:100%!important;height:100%!important;min-height:0!important;transform:translate(-50%,-50%) scale(1)!important;}.hero-brars .hero-product-main{left:50%!important;top:52%!important;width:min(82vw,340px)!important;max-height:310px!important;object-fit:contain!important;object-position:center center!important;transform:translate(-50%,-50%)!important;}.hero-brars .hero-product-orbit--two{left:50%!important;top:51%!important;width:min(92vw,410px)!important;height:min(84vw,360px)!important;transform:translate(-50%,-50%) rotate(12deg)!important;}.hero-brars .hero-badge-image{top:44%!important;left:calc(50% - min(25vw,104px))!important;width:clamp(72px,21vw,96px)!important;max-width:240px!important;height:auto!important;transform:translate(-50%,-50%) rotate(-9deg)!important;}.hero-brars .hero-badge-image--two,.hero-brars .hero-product-support{display:none!important;}.hero-brars .hero-actions{left:50%!important;right:auto!important;bottom:56px!important;z-index:122!important;display:flex!important;width:calc(100% - 32px)!important;max-width:348px!important;justify-content:center!important;gap:10px!important;transform:translateX(-50%)!important;pointer-events:auto!important;}.hero-brars .btn-touch,.hero-brars .hero-primary-link{flex:1 1 0;min-width:0!important;min-height:46px!important;height:46px!important;padding:0 14px!important;border-radius:10px!important;font-size:14px!important;line-height:1!important;white-space:nowrap;}.hero-brars .hero-primary-link{color:var(--site-paper)!important;background:var(--site-ink)!important;border-color:var(--site-ink)!important;}.hero-brars .btn-touch__text,.hero-brars .btn-touch__text--first{color:inherit!important;font-size:14px!important;}.hero-brars .btn-touch__icon{width:18px!important;min-width:18px!important;height:18px!important;}.hero-brars .btn-touch .icon-track,.hero-brars .btn-touch .icon-track i{width:18px!important;height:18px!important;flex-basis:18px!important;font-size:13px!important;}.slide .banner-slider .pagination-wrapper{left:50%!important;right:auto!important;bottom:23px!important;z-index:123!important;width:auto!important;min-width:0!important;height:14px!important;transform:translateX(-50%)!important;}.slide .banner-slider .pagination-wrapper .swiper-pagination{gap:8px!important;height:14px!important;transform:none!important;}.slide .banner-slider .pagination-wrapper .swiper-pagination-bullet{width:7px!important;height:7px!important;margin:0!important;border-radius:999px!important;background:rgba(33,29,31,.26)!important;opacity:1!important;}.slide .banner-slider .pagination-wrapper .swiper-pagination-bullet-active{width:18px!important;background:var(--site-ink)!important;}.slide .banner-slider .banner-slider-controls{top:52%!important;left:0!important;right:0!important;bottom:auto!important;z-index:120!important;display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;height:0!important;padding:0 12px!important;pointer-events:none!important;transform:translateY(-50%)!important;}.slide .banner-slider .banner-slider-controls .swiper-button,.slide .banner-slider .banner-slider-controls .slider-button-prev,.slide .banner-slider .banner-slider-controls .slider-button-next{position:static!important;display:inline-flex!important;width:40px!important;min-width:40px!important;height:40px!important;margin:0!important;border-radius:10px!important;background:rgba(255,255,255,.9)!important;color:var(--site-ink)!important;box-shadow:0 12px 28px rgba(45,36,30,.12)!important;transform:none!important;pointer-events:auto!important;}}@media(max-width:389.98px){.product-families .container-fluid,.product-family-fluid,.faq-section .container{padding-right:14px!important;padding-left:14px!important;}.product-family-card{min-height:418px;padding:16px;}.product-family-media{min-height:200px;}.faq-section .accordion-button{padding-left:12px;font-size:15px;}.footer-world-section .container-fluid,.footer-social-follow .container,footer.site-footer-brars .container{padding-right:14px!important;padding-left:14px!important;}.header.header-section.header .site-header-shell,.header.header-section.header.scroll-sticky .site-header-shell,body.scroll .header.header-section.header .site-header-shell{padding:0 12px;}.header.header-section.header .site-header-shell .header-logo img,.header.header-section.header.scroll-sticky .site-header-shell .header-logo img,body.scroll .header.header-section.header .site-header-shell .header-logo img{width:94px;}.header.header-section.header .site-header-utilities{gap:5px;}.hero-brars .hero-title-layer{top:118px!important;font-size:clamp(34px,10.8vw,44px)!important;}.hero-brars .hero-product-main{width:min(80vw,300px)!important;max-height:282px!important;}.hero-brars .hero-actions{width:calc(100% - 28px)!important;max-width:320px!important;gap:8px!important;}.hero-brars .btn-touch,.hero-brars .hero-primary-link{height:44px!important;min-height:44px!important;padding:0 11px!important;font-size:13px!important;}}@media(max-width:1199.98px){.spec-marquee{padding:20px 0;}.spec-marquee .spec-track:not(:last-child){margin-bottom:14px;}.spec-marquee .spec-track__inner{gap:14px;}.spec-marquee .specializations-card{min-height:56px;padding:12px 20px;}.spec-marquee .specializations-card h2{font-size:22px;}}@media(hover:hover){.swiper-slide-inner{transition:clip-path .3s cubic-bezier(.165,.84,.44,1),-webkit-clip-path .3s cubic-bezier(.165,.84,.44,1);}.swiper-slide-inner:hover{-webkit-clip-path:inset(0 round 3rem);clip-path:inset(0 round 3rem);}}@media(prefers-reduced-motion:reduce){.slide .swiper-slide .slide-txt-box .slide-title-content .titleslide,.hero-brars .hero-product-stage,.hero-brars .hero-actions,.hero-brars .hero-title-layer{transition:none!important;}.hero-brars .hero-shape{animation:none!important;}}body.menu-open .slide .banner-slider-controls,body.menu-open .slide .pagination-wrapper{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:none!important;}