.vertical-ticker{position:relative;width:85px;overflow:hidden;height:100vh;background:var(--theme-color-11)}.vertical-ticker .ticker-container{position:relative;display:flex;align-items:center;height:auto;width:85px;left:0;padding:11px 0;margin-bottom:40px}.vertical-ticker .ticker-container .scroll-ticker{display:flex;align-items:center}.vertical-ticker .ticker-container .scroll-ticker .ticker-group{display:flex;align-items:center;white-space:nowrap;will-change:transform;animation:scroll1 5s linear -5s infinite}.vertical-ticker .ticker-container .scroll-ticker .ticker-group svg{width:20px;height:20px;fill:var(--theme-color-21);margin:0 12px;transform:rotate(-90deg)}.vertical-ticker .ticker-container .scroll-ticker .ticker-group .ticker-text{font-size:16px;font-weight:500;line-height:26px;color:var(--theme-color-3)!important;transform:rotate(-180deg);padding:0 16px}.vertical-ticker .ticker-container .scroll-ticker .ticker-group:nth-child(n+1){animation:scroll2 5s linear -2.5s infinite}@keyframes scroll1{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes scroll2{0%{transform:translateX(0)}to{transform:translateX(-200%)}}@media screen and (max-width:1199px){.vertical-ticker{height:60px;width:100%}.vertical-ticker .ticker-container{transform:rotate(180deg)!important;height:60px;width:100%}.vertical-ticker .ticker-container .scroll-ticker .ticker-group svg{transform:rotate(180deg)}.vertical-ticker .ticker-container .scroll-ticker .ticker-group .ticker-text{transform:rotate(180deg);font-size:14px}}#techno-section{display:flex;width:100vw;z-index:1;background-color:var(--theme-color);color:var(--theme-color-1);overflow:hidden;position:relative;height:100%}#techno-section .techno-row{align-items:flex-end;justify-content:center}#techno-section .sticker{position:relative;width:-moz-fit-content;cursor:pointer;margin-bottom:100px;width:fit-content;border-radius:8px;padding:10px 10px 6px 0;transform:rotate(-6deg);background-color:transparent;border:1px solid transparent;transition:all .3s ease}#techno-section .sticker:before{content:"";position:absolute;inset:0;padding:1px;border-radius:inherit;background:linear-gradient(117deg,#ff3a00 5.45%,#ffe8bd 38.33%,#ffe8b2 63.47%,#f93800 92.08%);background-size:100% 100%;pointer-events:none;z-index:0;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}#techno-section .sticker.mobile-sticker{display:flex;justify-content:center;align-items:center;transform:scale(.6) rotate(6deg);order:1}#techno-section .sticker.mobile-sticker .anka-animation{animation:anka-clip-reveal .4s linear both}#techno-section .sticker.mobile-sticker svg .anka-title{fill:#fff}#techno-section .sticker .sticker-group{position:relative;width:100%;display:flex;justify-content:center;align-items:center;width:285px;height:50px;margin:auto}#techno-section .sticker .sticker-group svg{width:100%;height:100%;fill:#27353e}#techno-section .sticker .sticker-group svg .anka-title{fill:#fff;transition:fill .3s ease-in-out}#techno-section .sticker .sticker-group .anka-animation{will-change:clip-path;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);fill:#ff5b2b;transform:translateY(-8px)}#techno-section .sticker:hover{background-color:#fffcf7}#techno-section .sticker:hover .anka-animation{animation:anka-clip-reveal .5s ease-in-out both}#techno-section .sticker:hover svg .anka-title{transition-delay:.2s;fill:#fff}#techno-section .techno-content{width:100%;position:relative}#techno-section .techno-content .techno-container{position:relative;display:flex;flex-direction:column;justify-content:center;height:100%}#techno-section .techno-content .techno-container .headline-col{line-clamp:4}#techno-section .techno-content .techno-container .headline-col .left-desc{max-width:290px;min-width:290px;color:var(--theme-color-18);font-size:16px;line-height:24px}#techno-section .techno-content .techno-container .image-col{display:flex;flex-direction:column}#techno-section .techno-content .techno-container .image-col .headline-container{position:relative;width:-moz-fit-content;width:fit-content;height:100%;max-height:700px}#techno-section .techno-content .techno-container .image-col .headline-container .headline-title .headline{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:center;font-size:64px;letter-spacing:-.01em;font-weight:500;margin-bottom:24px}#techno-section .techno-content .techno-container .image-col .headline-container .headline-title .headline .title-1{margin-left:120px;white-space:nowrap}#techno-section .techno-content .techno-container .image-col .headline-container .headline-title .headline .title-3{margin-left:0}#techno-section .techno-content .techno-container .image-col .headline-container .headline-title .headline .muted{color:rgba(39,53,62,.33);font-weight:500;letter-spacing:-.02em}#techno-section .techno-content .techno-container .image-col .headline-container .headline-title .headline .muted .for{color:var(--theme-color-1);font-weight:500;letter-spacing:-.02em}#techno-section .techno-content .techno-container .image-col .headline-container .boot-image-container{position:relative;width:90%;padding-top:90%;transform:translate(40%,-42%) rotate(-20deg);pointer-events:none}#techno-section .techno-content .techno-container .image-col .headline-container .boot-image-container img{aspect-ratio:1/1.2;object-fit:cover;rotate:58deg}#techno-section .techno-content .techno-container .discover-col{display:flex;flex-direction:column}#techno-section .techno-content .techno-container .discover-col .discover-card{max-width:360px}#techno-section .techno-content .techno-container .discover-col .discover-card .discover-title{font-weight:500;margin-bottom:24px;font-size:24px;color:var(--theme-color-1);letter-spacing:-.01em}@media screen and (max-width:575px){#techno-section .techno-content .techno-container .discover-col .discover-card .discover-title{margin-bottom:12px}}#techno-section .techno-content .techno-container .discover-col .discover-card .discover-desc{color:var(--theme-color-18);font-size:16px;line-height:22px;margin-bottom:36px}@media screen and (max-width:575px){#techno-section .techno-content .techno-container .discover-col .discover-card .discover-desc{margin-bottom:18px}}#techno-section .techno-content .techno-container .discover-col .discover-card .see-products-btn{display:inline-block;background-color:var(--theme-color-1);color:var(--theme-color);border-radius:10px;padding:10px 16px;font-size:14px;font-weight:500;text-decoration:none;z-index:999}#techno-section .techno-content .techno-container .discover-col .discover-card .see-products-btn:hover:not(:disabled){background-color:var(--theme-color-3)}#techno-section .techno-content .techno-container .discover-col .discover-card .see-products-btn:disabled{opacity:.6;cursor:not-allowed}#techno-section .techno-content .techno-container .discover-col .discover-card .see-products-btn.active{background-color:var(--theme-color-1)}@media screen and (max-width:1649px){#techno-section{min-width:1500px!important}#techno-section .techno-content .techno-container .image-col .headline-container{max-height:500px}#techno-section .techno-content .techno-container .sticker{margin-bottom:60px}}@media screen and (max-width:1199px){#techno-section{min-width:auto!important;flex-direction:column}#techno-section .techno-row{align-items:normal;justify-content:center;gap:40px}#techno-section .headline-group{order:2}#techno-section .image-group{order:1}#techno-section .discover-group{order:3}#techno-section .techno-content{padding:60px 0}#techno-section .techno-content .techno-container .headline-col{align-items:center}#techno-section .techno-content .techno-container .headline-col .left-desc{max-width:100%;min-width:100%;text-align:center}#techno-section .techno-content .techno-container .image-col{align-items:center}#techno-section .techno-content .techno-container .image-col .headline-container{max-height:650px}#techno-section .techno-content .techno-container .sticker{margin:0 auto;width:-moz-fit-content;width:fit-content}#techno-section .techno-content .techno-container .discover-col{margin:0 auto;width:-moz-fit-content;width:fit-content;text-align:center}#techno-section .techno-content .techno-container .discover-col .discover-card{max-width:100%}}@media screen and (max-width:991px){#techno-section .techno-row{gap:24px}#techno-section .techno-content{padding:24px 0}#techno-section .techno-content .techno-container .headline-col .left-desc{font-size:14px}#techno-section .techno-content .techno-container .image-col .headline-container{max-height:250px}#techno-section .techno-content .techno-container .image-col .headline-container .headline-title .headline{font-size:24px}#techno-section .techno-content .techno-container .image-col .headline-container .headline-title .headline .title-1{margin-left:30px}#techno-section .techno-content .techno-container .image-col .headline-container .headline-title .headline .title-3{margin-left:0}#techno-section .techno-content .techno-container .image-col .headline-container .boot-image-container{transform:translate(10%,-20%) rotate(-20deg)}#techno-section .techno-content .techno-container .sticker{margin-bottom:0}#techno-section .techno-content .techno-container .discover-col .discover-card .discover-title{font-size:18px}#techno-section .techno-content .techno-container .discover-col .discover-card .discover-desc{font-size:14px}}#anka-video-container{width:100%;min-height:100vh}#anka-video-container .anka-video{position:absolute;display:flex;width:100%;height:100%;top:0;left:0;align-items:center;background-color:#000;transition:opacity .2s linear,visibility 0s linear .2s}#anka-video-container .anka-video .bg-hero-player{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#anka-video-container .anka-video .bg-hero-player:before{content:"";position:absolute;width:100vw;height:100vh;background-color:transparent;z-index:1}#anka-video-container .anka-video .bg-hero-player iframe{width:100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0}#anka-video-container .anka-video .bg-hero-poster{position:absolute;display:none;width:100%;height:100%;top:0;left:0;background-image:url(/assets/images/slide_1_bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%}#anka-video-container .anka-video .bg-hero-poster.active{display:block}@media screen and (max-width:1199px){#anka-video-container .anka-video{align-items:normal;padding-top:230px;padding-bottom:100px;height:auto;min-height:100%}}@media screen and (max-width:991px){#anka-video-container .anka-video{padding-top:160px}}@media screen and (max-width:767px){#anka-video-container .anka-video{padding-top:160px}}#recognize-anka-section{width:100vw;padding-left:50vw;min-width:1400px;display:flex;color:var(--theme-color-1)}#recognize-anka-section .recognize-anka-image{position:absolute;width:50vw;height:100%;left:-100px;top:0;transform:scale(.7);transform-origin:left center;transition:transform .1s linear}#recognize-anka-section .recognize-anka-image img{object-fit:cover}#recognize-anka-section .section-title{color:var(--theme-color-1);font-size:60px;font-weight:500;letter-spacing:-.03em;margin:20px 0}#recognize-anka-section .general-title{color:#000;line-height:26px;font-weight:500;font-size:24px}@media screen and (max-width:991px){#recognize-anka-section .general-title{font-size:16px;letter-spacing:0}}#recognize-anka-section .section-desc{color:var(--theme-color-1);font-size:16px;font-weight:400;line-height:26px;max-width:100%;text-align:justify;text-justify:inter-word;hyphens:auto;-webkit-hyphens:auto}#recognize-anka-section .row{height:100%}@media screen and (max-width:1199px){#recognize-anka-section{width:100%;min-width:auto;display:block;padding-left:0;text-align:center}#recognize-anka-section .section-desc{display:flex!important;justify-content:center!important;align-items:center!important;text-align:center!important;margin-bottom:50px;padding:0 20px;font-size:14px;width:100%}#recognize-anka-section .recognize-anka-image{position:relative;width:100%;padding-top:100%;box-sizing:border-box;left:0;top:-50px;transform-origin:center top}}@media screen and (max-width:991px){#recognize-anka-section .section-title{font-size:32px}#recognize-anka-section .section-desc{text-align:center!important;line-height:24px;margin-bottom:30px}}#recognize-col{position:relative;display:inline-flex;padding-right:0;height:calc(100vh - 250px)}#recognize-col,#recognize-col .block-nav{align-items:center;justify-content:center;flex-direction:column}#recognize-col .block-nav{position:absolute;top:50%;right:0;transform:translate(100%,-50%);height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;z-index:4;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;padding:12px 10px;border-radius:30px;background:var(--theme-color);box-shadow:0 0 4px 0 hsla(0,0%,4%,.07)}#recognize-col .block-nav .card-arrow{height:36px;min-height:36px;border-radius:12px;transition:background-color .2s linear;background-color:var(--theme-color);box-shadow:0 0 4px 0 rgba(0,88,179,.1)}#recognize-col .block-nav .card-arrow:not(:last-child){margin-bottom:20px}#recognize-col .block-nav .card-arrow.prev-arrow{border-bottom:none}#recognize-col .block-nav .card-arrow.swiper-button-disabled{opacity:.4}#recognize-col .block-nav .card-arrow.next-arrow{border-top:none}#recognize-col .block-nav .card-arrow:hover{background-color:var(--theme-color-3)}#recognize-col .block-nav .card-arrow:hover svg{fill:var(--theme-color)}#recognize-anka-blocks-col{width:100%;overflow:hidden}#recognize-anka-blocks{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:30px}#recognize-anka-blocks>.block{display:flex;align-items:center;justify-content:space-between;width:100%;height:-moz-fit-content;height:fit-content;border-radius:20px;background:var(--theme-color);box-shadow:0 0 4px 0 hsla(0,0%,4%,.07);padding:20px 25px;transition:background-color .2s linear;margin:15px 15px 15px 0;cursor:pointer}#recognize-anka-blocks>.block:hover{background-color:var(--theme-color-4)}#recognize-anka-blocks>.block:hover .desc-group .block-icon{opacity:1;background-color:var(--theme-color-2)}#recognize-anka-blocks>.block:hover .desc-group .block-icon svg,#recognize-anka-blocks>.block:hover .sketch-icon svg{fill:var(--theme-color)}#recognize-anka-blocks>.block .desc-group .title{color:var(--theme-color-1);font-size:24px;font-weight:500;line-height:26px}#recognize-anka-blocks>.block .desc-group .desc{color:var(--theme-color-8);font-size:14px;font-weight:400;line-height:26px;margin:12px 20px 24px 0}#recognize-anka-blocks>.block .desc-group .block-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid var(--theme-color-1);opacity:.2;background-color:transparent;transition:background-color .2s linear,opacity .2s linear}#recognize-anka-blocks>.block .desc-group .block-icon svg{width:13px;height:13px;fill:var(--theme-color-1);transition:fill .2s linear}#recognize-anka-blocks>.block .sketch-icon svg{width:80px;height:80px;fill:var(--theme-color-10)}@media screen and (max-width:1199px){#recognize-col{height:auto}#recognize-anka-blocks-col{height:auto;padding-left:0}#recognize-anka-blocks{flex-direction:row;flex-wrap:wrap;align-items:normal}#recognize-anka-blocks>.block{width:calc(50% - 20px);height:auto;margin:0 0 20px}#recognize-anka-blocks>.block:first-child,#recognize-anka-blocks>.block:nth-child(3){margin-right:30px}#recognize-anka-blocks>.block .desc-group{text-align:left}#recognize-anka-blocks>.block .sketch-icon{margin-top:auto}}@media screen and (max-width:767px){#recognize-anka-blocks>.block{padding:20px;width:100%;height:100%}#recognize-anka-blocks>.block:first-child,#recognize-anka-blocks>.block:nth-child(3){margin-right:0}#recognize-anka-blocks>.block .desc-group .title{font-size:16px}#recognize-anka-blocks>.block .desc-group .desc{font-size:12px;margin:6px 0 12px}#recognize-anka-blocks>.block .sketch-icon{margin-top:auto}#recognize-anka-blocks>.block .sketch-icon svg{width:40px;height:52px}}#products-section{display:flex;min-width:1500px;z-index:1;background-color:var(--theme-color);color:var(--theme-color-1);margin-left:90px;overflow:hidden}#products-section .product-content .product-container{display:flex;visibility:hidden;opacity:0;height:0;transition:opacity .3s linear,visibility 0s linear .3s}#products-section .product-content .product-container.active{transition-delay:0s;visibility:visible;opacity:1;height:100%}#products-section .product-content .product-container .product-image-col{display:flex;flex-direction:column;justify-content:center;width:calc(100% - 40px);height:calc(100vh - 120px);margin:20px;max-width:450px;border-radius:40px;background:var(--theme-color);box-shadow:0 0 4px 0 rgba(0,88,179,.1)}#products-section .product-content .product-container .product-image-col .slides-group .image-container{position:relative;height:740px;height:680px}#products-section .product-content .product-container .product-image-col .slides-group .image-container img{object-fit:contain}#products-section .product-content .product-container .product-image-col .thumbs-group{display:flex;align-items:center;justify-content:center;margin:30px 30px 20px}#products-section .product-content .product-container .product-image-col .thumbs-group .nav-arrow.prev-arrow{margin-right:30px}#products-section .product-content .product-container .product-image-col .thumbs-group .nav-arrow.next-arrow{margin-left:30px}#products-section .product-content .product-container .product-image-col .thumbs-group .swiper-slide{opacity:.5}#products-section .product-content .product-container .product-image-col .thumbs-group .swiper-slide.swiper-slide-thumb-active{opacity:1}#products-section .product-content .product-container .product-image-col .thumbs-group .swiper-slide.swiper-slide-thumb-active .image-container{box-shadow:0 0 4px 0 rgba(0,88,179,.1)}#products-section .product-content .product-container .product-image-col .thumbs-group .swiper-slide .image-container{width:-moz-fit-content;width:fit-content;border-radius:20px;border:1px solid #f5f5f5;cursor:pointer}#products-section .product-content .product-container .product-image-col .thumbs-group .swiper-slide .image-container img{border-radius:20px;object-fit:contain}#products-section .product-content .product-container .product-details-col{width:100%;height:100vh;max-width:640px;min-width:585px;padding:100px 50px;display:flex;flex-direction:column;justify-content:center;background-color:#f9fdff}#products-section .product-content .product-container .product-details-col .top-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-bottom:30px}#products-section .product-content .product-container .product-details-col .top-content .odd-title{color:var(--theme-color);text-shadow:0 4px 4px rgba(20,5,0,.11);font-size:50px;font-style:italic;font-weight:700;line-height:64px}#products-section .product-content .product-container .product-details-col .top-content .product-name{color:var(--theme-color-1);font-size:48px;font-weight:500;margin:5px 0 25px}#products-section .product-content .product-container .product-details-col .top-content .product-shortdesc{color:var(--theme-color-1);text-align:center;font-size:14px;font-weight:400;line-height:26px;max-width:335px}#products-section .product-content .product-container .product-details-col .title{color:rgba(39,53,62,.55);font-size:16px;font-weight:500;line-height:26px;margin-bottom:12px}#products-section .product-content .product-container .product-details-col .desc .p-inline{display:inline;color:var(--theme-color-13);font-size:12px;font-weight:500;line-height:24px;margin-right:10px}#products-section .product-content .product-container .product-details-col .desc.open .p-inline{max-height:-moz-fit-content;max-height:fit-content}#products-section .product-content .product-container .product-details-col .desc .more-text-btn{align-self:flex-end;color:var(--theme-color-1);font-size:10px;font-weight:500;line-height:24px;border-radius:5px;cursor:pointer;transition:color .2s linear}#products-section .product-content .product-container .product-details-col .desc .more-text-btn:hover{color:var(--theme-color-3)}#products-section .product-nav-group{position:relative;height:100%}#products-section .product-nav-group .product-btn{position:absolute;top:20%;transform:translate(-50%,-50%);left:0;height:-moz-fit-content;height:fit-content;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;flex-direction:column;z-index:4}#products-section .product-nav-group .product-btn .card-arrow{height:36px;min-height:36px;border-radius:12px;transition:background-color .2s linear;background-color:var(--theme-color);box-shadow:0 0 4px 0 rgba(0,88,179,.1)}#products-section .product-nav-group .product-btn .card-arrow:not(:last-child){margin-bottom:6px}#products-section .product-nav-group .product-btn .card-arrow.prev-arrow{border-bottom:none}#products-section .product-nav-group .product-btn .card-arrow.swiper-button-disabled{opacity:.4}#products-section .product-nav-group .product-btn .card-arrow.next-arrow{border-top:none}#products-section .product-nav-group .product-btn .card-arrow:hover{background-color:var(--theme-color-6)}#products-section .product-nav-group .product-btn .card-arrow:hover svg{fill:var(--theme-color-2)}#products-section .product-nav-group .product-nav-col{display:flex;height:calc(100vh - 120px);height:100%}#products-section .product-nav-group .product-nav-col .swiper-slide{min-height:250px}#products-section .product-nav-group .product-nav-col .nav-image-container{-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .2s linear;opacity:.37;cursor:pointer}#products-section .product-nav-group .product-nav-col .nav-image-container:hover{opacity:.6}#products-section .product-nav-group .product-nav-col .nav-image-container.active{opacity:1}#products-section .product-nav-group .product-nav-col .nav-image-container img{object-fit:contain}.product-attr,.product-attr .attr-group{position:relative}.product-attr .attr-group .card-arrow{position:absolute;top:calc(50% - 8px)}.product-attr .attr-group .card-arrow.prev-arrow{left:-40px;transform:rotate(-90deg) translateY(-50%)}.product-attr .attr-group .card-arrow.next-arrow{right:-60px;transform:rotate(-90deg) translateY(-50%)}.product-attr .tab-nav-col{position:relative;display:flex;align-items:center;justify-content:space-between;overflow-x:hidden;width:100%}.product-attr .tab-nav-col .attr-tab{display:flex;align-items:center;border-bottom:1px solid rgba(20,5,0,.06);padding-bottom:10px}.product-attr .tab-nav-col .attr-tab .tab-group{display:flex;align-items:center;color:rgba(39,53,62,.22);transition:color .2s linear;cursor:pointer}.product-attr .tab-nav-col .attr-tab .tab-group:hover{color:rgba(39,53,62,.52)}.product-attr .tab-nav-col .attr-tab .tab-group:hover .tab-item:not(:last-child):after{background-color:rgba(39,53,62,.52)}.product-attr .tab-nav-col .attr-tab .tab-group.active{color:var(--theme-color-1)}.product-attr .tab-nav-col .attr-tab .tab-group.active .tab-item:not(:last-child):after{background-color:var(--theme-color-1)}.product-attr .tab-nav-col .attr-tab .tab-group:not(:last-child){margin-right:60px}.product-attr .tab-nav-col .attr-tab .tab-group .tab-item{position:relative;font-size:14px;font-weight:500;line-height:26px;white-space:nowrap}.product-attr .tab-nav-col .attr-tab .tab-group .tab-item:not(:last-child){margin-right:15px}.product-attr .tab-nav-col .attr-tab .tab-group .tab-item:not(:last-child):after{content:"";position:absolute;top:50%;right:-7.5px;transform:translateY(-50%) rotate(15deg);width:2px;height:16px;transition:background-color .2s linear;background-color:rgba(39,53,62,.22)}.product-attr .term-content{margin-top:24px}.product-attr .term-content .term-group{display:flex}.product-attr .term-content .term-group.active{min-height:200px}.product-attr .term-content .term-group .product-colors .colors-group{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:40px;height:40px;border-radius:50%;border:1px solid var(--theme-color-20);background:var(--theme-color-6);margin-bottom:24px}.product-attr .term-content .term-group .product-colors .colors-group:not(:last-child){margin-right:24px}.product-attr .term-content .term-group .product-colors .colors-group .color{width:30px;height:30px;border-radius:50%}.product-attr .term-content .term-group .product-terms{position:relative;height:-moz-fit-content;height:fit-content}.product-attr .term-content .term-group .product-terms:not(:last-child){margin-right:80px}.product-attr .term-content .term-group .product-terms:not(:last-child):after{content:"";position:absolute;top:50%;right:-37px;transform:translateY(-50%);width:2px;min-height:50px;height:calc(100% - 100px);transition:background-color .2s linear;background-color:rgba(20,5,0,.06)}.product-attr .term-content .term-group .product-terms .term-title{color:rgba(39,53,62,.55);font-size:12px;font-weight:500;line-height:26px;margin-bottom:10px}.product-attr .term-content .term-group .product-terms .other-terms{display:flex;align-items:center;flex-wrap:wrap;width:100%;max-width:360px;color:var(--theme-color-1);font-size:16px;font-weight:500;line-height:26px}.product-attr .term-content .term-group .product-terms .other-terms .term{width:-moz-fit-content;width:fit-content;margin-right:24px;margin-bottom:24px;cursor:default}.product-attr .term-content .term-group .product-terms .other-terms.button .term{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--theme-color);padding:7px 10px;color:var(--theme-color-1);font-size:14px;font-weight:500;line-height:26px}.product-attr .term-content .term-group .product-terms .other-terms.select{font-size:14px;font-weight:500}@media screen and (max-width:1649px){#products-section .product-content .product-container .product-image-col .slides-group .image-container{height:420px}}@media screen and (max-width:1199px){#products-section{flex-direction:column;width:100%;min-width:auto;overflow:hidden;margin:30px 0 50px}#products-section .vertical-ticker{order:1}#products-section .product-nav-group{order:2;flex-direction:row}#products-section .product-nav-group .product-btn{top:100%;flex-direction:row;transform:translateY(-50%);justify-content:space-between;left:20px;width:calc(100% - 40px)}#products-section .product-nav-group .product-btn .card-arrow:not(:last-child){margin-bottom:0}#products-section .product-nav-group .product-btn .card-arrow.prev-arrow{transform:rotate(-90deg) translateX(0)}#products-section .product-nav-group .product-btn .card-arrow.next-arrow{transform:rotate(-90deg)}#products-section .product-nav-group .product-nav-col{flex-direction:row;justify-content:center;height:100%;margin-top:0;overflow:visible;z-index:4}#products-section .product-content{order:3}#products-section .product-content .product-container{flex-direction:column}#products-section .product-content .product-container .product-image-col{order:2;max-width:100%;width:100%;height:100%;margin:0;box-shadow:none;flex-direction:row}#products-section .product-content .product-container .product-image-col .slides-group{width:calc(100% - 230px)}#products-section .product-content .product-container .product-image-col .thumbs-group{margin:0 65px 0 0}#products-section .product-content .product-container .product-image-col .thumbs-group .swiper-slide{max-height:100px;max-width:100px}#products-section .product-content .product-container .product-image-col .thumbs-group .image-container img{width:100px!important;height:100px!important}#products-section .product-content .product-container .product-details-col{order:1;max-width:100%;min-width:auto;padding:24px;height:-moz-fit-content;height:fit-content}#products-section .product-content .product-container .product-details-col .top-content .odd-title{font-size:56px;line-height:64px}#products-section .product-content .product-container .product-details-col .top-content .product-name{font-size:32px;margin:10px 0}#products-section .product-content .product-container .product-details-col .top-content .product-shortdesc{font-size:13px;max-width:100%;margin-bottom:24px}#products-section .product-content .product-container .product-details-col .title{font-size:14px}.product-attr .attr-group .card-arrow.prev-arrow{left:-8px}.product-attr .attr-group .card-arrow.next-arrow{right:-20px}.product-attr .tab-nav-col{width:calc(100% - 60px);margin-left:30px}.product-attr .tab-nav-col .attr-tab .tab-group:not(:last-child){margin-right:30px}.product-attr .tab-nav-col .attr-tab .tab-group .tab-item{font-size:12px}.product-attr .term-content{margin-top:20px}.product-attr .term-content .term-group{flex-direction:column}.product-attr .term-content .term-group .product-terms:not(:last-child){margin-right:0;border-bottom:1px solid rgba(20,5,0,.06)}.product-attr .term-content .term-group .product-terms:not(:first-child){margin-top:10px}.product-attr .term-content .term-group .product-terms .other-terms{max-width:100%}.product-attr .term-content .term-group .product-terms .other-terms .term{margin-right:16px;margin-bottom:16px}}@media screen and (max-width:767px){#products-section .product-content .product-container{transition:none}#products-section .product-content .product-container .product-image-col{flex-direction:column}#products-section .product-content .product-container .product-image-col .slides-group{width:calc(100% - 190px);width:100%}#products-section .product-content .product-container .product-image-col .slides-group .image-container{height:245px}#products-section .product-content .product-container .product-image-col .thumbs-group{margin:0 auto}#products-section .product-content .product-container .product-image-col .thumbs-group .nav-arrow.prev-arrow{margin-right:20px}#products-section .product-content .product-container .product-image-col .thumbs-group .nav-arrow.next-arrow{margin-left:0}#products-section .product-content .product-container .product-image-col .thumbs-group .image-container img{width:90px!important;height:90px!important}#products-section .product-nav-group .product-nav-col{margin-left:30px;width:calc(100% - 40px)}#products-section .product-nav-group .product-nav-col .swiper-slide{min-height:150px;max-height:150px}#products-section .product-nav-group .product-nav-col .nav-image-container img{width:150px!important;height:150px!important}}#technology-section{position:relative;display:flex;background-image:url(/assets/images/texture-bg.png);background-repeat:no-repeat;background-position:top;width:100vw;height:100vh;background-size:cover;z-index:1}#technology-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(7,38,52,.85);z-index:-1}#technology-section .row{align-items:center;height:100%}#technology-section .tech-detail-column{height:100%}#technology-section .tech-detail-col{display:flex;flex-direction:column;justify-content:space-evenly;height:100%}#technology-section .tech-detail-col .general-detail .general-title{color:var(--theme-color);margin-bottom:25px}#technology-section .tech-detail-col .general-detail .section-desc{color:var(--theme-color-15);font-size:16px;font-weight:400;line-height:30px;max-width:475px}#technology-section .tech-detail-col #techs ul li{position:relative;padding-bottom:20px;cursor:pointer}#technology-section .tech-detail-col #techs ul li:not(:last-child){border-bottom:1px solid hsla(0,0%,85%,.21)}#technology-section .tech-detail-col #techs ul li:not(:first-child){padding-top:20px}#technology-section .tech-detail-col #techs ul li .tech-title{display:flex;align-items:center}#technology-section .tech-detail-col #techs ul li .tech-title .number{color:hsla(0,0%,100%,.59);text-align:center;font-size:14px;font-weight:500;line-height:26px;margin-right:8px}#technology-section .tech-detail-col #techs ul li .tech-title .title{text-align:center;font-size:14px;font-weight:500;line-height:26px;color:hsla(0,0%,100%,.59);transition:color .2s linear}#technology-section .tech-detail-col #techs ul li .tech-desc{font-size:13px;font-weight:400;line-height:26px;color:var(--theme-color-15);display:none;margin-left:22px}#technology-section .tech-detail-col #techs ul li.active .tech-title .number,#technology-section .tech-detail-col #techs ul li.active .tech-title .title{color:var(--theme-color)}#technology-section .tech-detail-col #techs ul li.active .tech-desc{display:block}#technology-section .anka-image-col{position:relative}#technology-section .anka-image-col .image-container{position:relative;width:100%;padding-top:87.8%;z-index:-1}#technology-section .anka-image-col .numbers{position:absolute;width:100%;height:100%;top:0;left:0}#technology-section .anka-image-col .numbers .number{position:absolute;display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;text-align:center;color:hsla(0,0%,100%,.89);background-color:hsla(0,0%,82%,.28);transition:background-color .2s linear,opacity .2s linear,color .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:14px;font-weight:500;line-height:26px;opacity:.3;cursor:pointer}#technology-section .anka-image-col .numbers .number:after{width:60px;height:60px}#technology-section .anka-image-col .numbers .number:after,#technology-section .anka-image-col .numbers .number:before{content:"";display:block;position:absolute;background-color:hsla(0,0%,82%,.28);z-index:-1;border-radius:50%;transition:background-color .2s linear}#technology-section .anka-image-col .numbers .number:before{width:40px;height:40px}#technology-section .anka-image-col .numbers .number.active{color:var(--theme-color);background-color:rgba(255,91,43,.26);opacity:1}#technology-section .anka-image-col .numbers .number.active:after{background-color:rgba(255,91,43,.51)}#technology-section .anka-image-col .numbers .number.active:before{background-color:var(--theme-color-3)}#technology-section .mobile-card{position:relative;width:100%;height:100%;margin-top:30px}#technology-section .mobile-card .card-content{width:100%;height:0;visibility:hidden;opacity:0;border-radius:12px;background:linear-gradient(180deg,#f06925,#f06925);color:var(--theme-color);z-index:2;transition:height .3s linear}#technology-section .mobile-card .card-content.active{transition-delay:0s;visibility:visible;opacity:1;height:-moz-fit-content;height:fit-content}#technology-section .mobile-card .card-content .mobile-tech-title{display:flex;align-items:center;margin-bottom:8px;font-size:12px;font-weight:500;padding:16px 16px 0}#technology-section .mobile-card .card-content .mobile-tech-title .mobile-number{line-height:26px}#technology-section .mobile-card .card-content .mobile-tech-title .mobile-title{line-height:18px;margin-left:8px}#technology-section .mobile-card .card-content .mobile-tech-desc{font-size:12px;font-weight:400;line-height:22px;text-align:left;padding:0 16px 16px}@media screen and (max-width:1649px){#technology-section .anka-image-col .numbers .number{width:64px;height:64px}#technology-section .anka-image-col .numbers .number:after{width:50px;height:50px}#technology-section .anka-image-col .numbers .number:before{width:32px;height:32px}}@media screen and (max-width:1199px){#technology-section{flex-direction:column;width:100%;height:100%;padding-top:30px;padding-bottom:30px}#technology-section .tech-detail-col .general-detail .general-title{margin-bottom:15px}#technology-section .tech-detail-col .general-detail .section-desc{text-align:center;font-size:14px;max-width:100%;margin-bottom:46px}}@media screen and (max-width:767px){#technology-section .anka-image-col .numbers .number{width:40px;height:40px}#technology-section .anka-image-col .numbers .number:after{width:32px;height:32px}#technology-section .anka-image-col .numbers .number:before{width:24px;height:24px}}#contact-section{display:flex;width:100vw;max-width:100vw;height:100vh;background-color:var(--theme-color)}#contact-section .contact-container{padding-left:85px;padding-right:85px;display:flex;flex-direction:column;margin:auto}#contact-section .contact-container>footer{margin-top:auto;margin-bottom:40px}@media screen and (max-width:1649px){#contact-section .contact-container>footer{margin-bottom:50px}}@media screen and (max-width:1199px){#contact-section .contact-container>footer{margin-bottom:80px}}@media screen and (max-width:767px){#contact-section .contact-container>footer{margin-bottom:30px}}#contact-section .contact-header{margin-bottom:30px}@media screen and (max-width:1649px){#contact-section .contact-header{margin-bottom:16px!important}}#contact-section .contact-header .title{color:var(--theme-color-1);font-size:52px;letter-spacing:-.03em;line-height:72px;font-weight:500;margin-bottom:24px}@media screen and (max-width:1649px){#contact-section .contact-header .title{font-size:36px!important;line-height:38px!important;margin-bottom:16px!important}}#contact-section .contact-header .desc{font-size:16px;line-height:32px;color:rgba(39,53,62,.75);margin-bottom:0}@media screen and (max-width:1649px){#contact-section .contact-header .desc{font-size:16px;line-height:24px}}#contact-section .contact-header .desc strong{font-weight:500;color:rgba(39,53,62,.75)}#contact-section .contact-main-row{margin-bottom:40px;gap:40px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section{background:#fff;border:1px solid #e4e4e4;border-radius:10px;padding:35px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section .form-message{margin-bottom:20px;width:100%;font-size:13px;line-height:24px;color:var(--theme-color-1)}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form{height:min-content}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input{margin-bottom:0;margin-top:0!important}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input:not(:first-child){margin-top:0!important}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input:not(:last-child){margin-bottom:32px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input .row{margin-left:-4px;margin-right:-4px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input .row>div{padding-left:4px;padding-right:4px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input .contact-phone .anka-tel-input{padding-left:52px!important}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input .contact-phone .anka-tel-input::placeholder{padding-left:0}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input .contact-phone .iti__tel-input{padding-left:52px!important}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container{position:relative}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container .anka-label{position:absolute;top:calc(50% - 12px);left:0;color:var(--theme-color-1);color:rgba(39,53,62,.28);font-size:13px;font-weight:500;display:block;transition:all .2s ease-in-out}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container.focused .anka-label{font-size:12px;top:calc(50% - 36px)}@media screen and (max-width:991px){#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container.focused .anka-label{font-size:12px;top:calc(50% - 28px)}}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container .anka-input{background-color:transparent;color:rgba(39,53,62,.28);border:none;border-bottom:1px solid hsla(0,0%,69%,.44);border-radius:6px 6px 0 0;padding:8px 0;font-size:14px;font-weight:500}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container .anka-input::placeholder{color:rgba(39,53,62,.28);font-size:14px;font-weight:500}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container .anka-input:focus{border-color:var(--theme-color-1);color:var(--theme-color-1)}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container .anka-input:not(:placeholder-shown){color:var(--theme-color-1)}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container .anka-input:hover{border-color:var(--theme-color-1)}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container .valid-tick{display:none}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container.select-input-container .css-13cymwt-control,#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container.select-input-container .css-t3ipsp-control{background-color:transparent;border:none;border-bottom:1px solid rgba(39,53,62,.28);border-radius:6px 6px 0 0;min-height:40px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container.select-input-container .css-13cymwt-control:hover,#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container.select-input-container .css-t3ipsp-control:hover{border-bottom:1px solid rgba(39,53,62,.28)}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container.select-input-container .css-1dimb5e-singleValue{color:var(--theme-color-1);font-size:14px;font-weight:500}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container.select-input-container .css-1jqq78o-placeholder{color:rgba(39,53,62,.28);font-size:14px;font-weight:400}@media screen and (max-width:575px){#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container.select-input-container .css-1jqq78o-placeholder{font-size:12px;line-height:18px}}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .cw-phone-input-wrapper .anka-input-container .tel-label{left:0}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .cw-phone-input-wrapper .anka-input-container .anka-input{padding-left:75px!important}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .cw-phone-input-wrapper .anka-input-container .phone-input-button-group{background-color:transparent;border:none;border-bottom:1px solid rgba(39,53,62,.28);color:rgba(39,53,62,.28)}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .cw-phone-input-wrapper .anka-input-container .phone-input-button-group .selected-flag{background-color:transparent}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .bottom-group{display:flex;flex-direction:column;gap:25px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .bottom-group .acceptance-container{display:flex;align-items:flex-start;flex-direction:column;gap:3px;font-size:14px;line-height:24px;font-weight:500;color:rgba(39,53,62,.28)}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .bottom-group .acceptance-container .cw-checkbox-label:before{border-color:rgba(39,53,62,.28)}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .bottom-group .acceptance-container label{font-size:14px;color:rgba(39,53,62,.28);line-height:24px;font-weight:500;cursor:pointer;display:flex;align-items:flex-start;gap:3px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .bottom-group .acceptance-container label input[type=checkbox]{margin-top:2px;min-width:20px;min-height:20px;cursor:pointer;flex-shrink:0}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .bottom-group .acceptance-container span{color:rgba(39,53,62,.28);font-size:14px;line-height:24px;font-weight:500;white-space:pre-wrap}@media screen and (max-width:991px){#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .bottom-group .acceptance-container span{font-size:12px;line-height:20px}}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .bottom-group .acceptance-container .transform-text{text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font;cursor:pointer;color:rgba(39,53,62,.28);font-weight:500}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .bottom-group .acceptance-container .transform-text:hover{color:rgba(39,53,62,.5)}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .bottom-group .submit-btn{background-color:var(--theme-color-1);color:var(--theme-color);padding:10px;border-radius:8px;font-size:14px;font-weight:500;letter-spacing:-.16px;transition:background-color .3s linear;width:100%;margin-top:0;height:40px!important;border:none;display:flex;align-items:center;justify-content:center}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .bottom-group .submit-btn:hover:not(:disabled){background-color:var(--theme-color-3)}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .bottom-group .submit-btn:disabled{opacity:.6;cursor:not-allowed}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .bottom-group .submit-btn.active{background-color:var(--theme-color-1)}#contact-section .contact-main-row .contact-info-col{display:flex;align-items:flex-start}#contact-section .contact-main-row .contact-info-col .get-in-touch-section{width:100%;padding-top:20px}#contact-section .contact-main-row .contact-info-col .get-in-touch-section .section-title{color:var(--theme-color-1);font-size:36px;letter-spacing:-.03em;line-height:42px;font-weight:500;margin-bottom:30px}#contact-section .contact-main-row .contact-info-col .get-in-touch-section .contact-details{display:flex;flex-direction:column;gap:24px}#contact-section .contact-main-row .contact-info-col .get-in-touch-section .contact-details .detail-block .detail-title{color:rgba(39,53,62,.97);font-size:15px;font-weight:500;line-height:24px;margin-bottom:6px}#contact-section .contact-main-row .contact-info-col .get-in-touch-section .contact-details .detail-block .detail-value{color:rgba(39,53,62,.97);font-size:13px;font-weight:400;line-height:22px;margin-bottom:0}#contact-section .contact-main-row .contact-info-col .get-in-touch-section .contact-details .detail-block .detail-value a{color:rgba(39,53,62,.97);text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font;transition:color .2s linear}#contact-section .contact-main-row .contact-info-col .get-in-touch-section .contact-details .detail-block .detail-value a:hover{color:var(--theme-color-3)}#contact-section .bottom-group{display:flex;justify-content:space-between;gap:40px;padding-top:0;padding:10px 0!important}#contact-section .bottom-group .social-icons{display:flex;align-items:center;justify-content:center;gap:21px}#contact-section .bottom-group .social-icons li{display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s linear}#contact-section .bottom-group .social-icons li a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}#contact-section .bottom-group .social-icons li svg{width:36px;height:36px;transition:fill .2s linear}#contact-section .bottom-group .social-icons li:hover{background-color:var(--theme-color-3)}#contact-section .bottom-group .social-icons li:hover svg{fill:var(--theme-color)}#contact-section .bottom-group .policy-items{display:flex;align-items:center;justify-content:center;gap:60px;flex:1 1}#contact-section .bottom-group .policy-items li{color:var(--theme-color-1);font-size:12px;font-weight:500;line-height:32px;cursor:pointer;transition:color .2s linear;white-space:nowrap}#contact-section .bottom-group .policy-items li:hover{color:var(--theme-color-3)}#contact-section .bottom-group .policy-items .external-link{display:inline-flex;align-items:center}#contact-section .bottom-group .policy-items .external-link a{color:var(--theme-color-1);transition:color .2s linear}#contact-section .bottom-group .policy-items .external-link a:hover{color:var(--theme-color-3)}#contact-section .bottom-group .policy-items .external-link svg{width:12px;height:12px;fill:var(--theme-color-1);margin-left:6px;transition:fill .2s linear}#contact-section .bottom-group .policy-items .external-link:hover a{color:var(--theme-color-3)}#contact-section .bottom-group .policy-items .external-link:hover svg{fill:var(--theme-color-3)}#contact-section .bottom-group .copyright-col{color:var(--theme-color-1);font-size:11px;font-weight:400;line-height:32px;white-space:nowrap}@media screen and (max-width:767px){#contact-section .bottom-group .copyright-col{white-space:normal}}@media screen and (max-width:1649px){#contact-section{padding:70px 0 40px}#contact-section .contact-container{padding-left:50px;padding-right:50px}#contact-section .contact-main-row{margin-bottom:30px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section{padding:18px 25px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input:not(:last-child){margin-bottom:12px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input .row{margin-left:-4px;margin-right:-4px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input .row>div{padding-left:4px;padding-right:4px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container .anka-label{margin-bottom:3px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container .anka-input{padding:6px 0}#contact-section .contact-main-row .contact-info-col{margin-top:30px}#contact-section .contact-main-row .contact-info-col .get-in-touch-section .section-title{font-size:32px;line-height:38px;margin-bottom:20px}#contact-section .contact-main-row .contact-info-col .get-in-touch-section .contact-details{gap:18px}#contact-section .bottom-group{gap:20px!important;flex-wrap:wrap}#contact-section .bottom-group .policy-items{gap:20px}}@media screen and (max-width:1199px){#contact-section{width:100%;max-width:100%;padding:60px 0 0}#contact-section .contact-container{padding-left:20px;padding-right:20px}#contact-section .contact-header{margin-bottom:20px}#contact-section .contact-header .title{font-size:40px;line-height:48px;margin-bottom:18px}#contact-section .contact-main-row{margin-bottom:25px}}@media screen and (max-width:991px){#contact-section{padding:40px 0 0}}@media screen and (max-width:767px){#contact-section .contact-header{text-align:center;margin-bottom:18px}#contact-section .contact-header .title{font-size:32px!important;line-height:40px!important;margin-bottom:16px}#contact-section .contact-header .desc{margin:0 auto;font-size:15px;line-height:26px}#contact-section .contact-main-row{margin-bottom:25px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section{padding:16px 18px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input:not(:last-child){margin-bottom:14px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input .row{margin-left:-4px;margin-right:-4px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input .row>div{padding-left:4px;padding-right:4px;margin-bottom:10px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .form-input .row>div:last-child{margin-bottom:0}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container .anka-label{margin-bottom:3px;font-size:12px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .anka-input-container .anka-input{padding:6px 0;font-size:13px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .last-content{padding:0}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .last-content .bottom-group{gap:12px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .last-content .bottom-group .acceptance-container{gap:3px;font-size:14px!important;line-height:24px!important;font-weight:500!important;color:rgba(39,53,62,.28)!important;margin-top:25px!important}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .last-content .bottom-group .acceptance-container label{font-size:13px;line-height:22px!important;gap:3px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .last-content .bottom-group .acceptance-container label input[type=checkbox]{min-width:18px;min-height:18px}#contact-section .contact-main-row .contact-form-col #contact-info-form-section #contact-form .last-content .bottom-group .acceptance-container .submit-btn{padding:10px;font-size:14px;height:38px}#contact-section .contact-main-row .contact-info-col{margin-top:20px}#contact-section .contact-main-row .contact-info-col .get-in-touch-section .section-title{text-align:center;font-size:26px;line-height:32px;margin-bottom:16px}#contact-section .contact-main-row .contact-info-col .get-in-touch-section .contact-details{gap:14px}#contact-section .contact-main-row .contact-info-col .get-in-touch-section .contact-details .detail-block{text-align:center}#contact-section .contact-main-row .contact-info-col .get-in-touch-section .contact-details .detail-block .detail-title{font-size:13px;margin-bottom:6px}#contact-section .contact-main-row .contact-info-col .get-in-touch-section .contact-details .detail-block .detail-value{font-size:12px;line-height:20px}}.press-room-section{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:40px 0;gap:10px;overflow-x:hidden!important;overflow-y:auto}@media screen and (max-width:1649px){.press-room-section{padding:20px 0;gap:10px}}.press-room-section .press-room-section-header{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:634px;gap:24px;align-self:center}@media screen and (max-width:1649px){.press-room-section .press-room-section-header{max-width:100%}}@media(max-width:768px){.press-room-section .press-room-section-header{padding:0 20px}}.press-room-section .press-room-section-header .press-room-section-title{font-weight:500;font-size:60px;letter-spacing:-.03em;color:var(--theme-color-1)}@media screen and (max-width:1649px){.press-room-section .press-room-section-header .press-room-section-title{font-size:44px!important;letter-spacing:-.03em!important}}.press-room-section .press-room-section-header .press-room-section-description{font-weight:400;font-size:18px;letter-spacing:-.01em;color:var(--theme-color-1);font-weight:300!important;max-width:634px}@media screen and (max-width:1649px){.press-room-section .press-room-section-header .press-room-section-description{font-size:16px!important;letter-spacing:-.01em!important}}.press-room-section .press-room-section-content{width:100%;position:relative;padding:0}@media(max-width:768px){.press-room-section .press-room-section-content{padding:0 20px}}.press-room-section .press-room-section-content .press-room-navigation-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;width:calc(100% - 120px);margin-left:60px;margin-right:60px}@media screen and (max-width:1649px){.press-room-section .press-room-section-content .press-room-navigation-wrapper{width:calc(100% - 80px);margin-left:40px;margin-right:40px}}@media(max-width:768px){.press-room-section .press-room-section-content .press-room-navigation-wrapper{width:100%;margin-left:0;margin-right:0}}.press-room-section .press-room-section-content .press-room-navigation-wrapper .press-room-navigation-title{font-size:20px;letter-spacing:-.01em;line-height:27px;color:var(--theme-color-1)}.press-room-section .press-room-section-content .press-room-navigation-wrapper .press-room-navigation{display:flex;flex-direction:row;gap:12px;align-items:center}.press-room-section .press-room-section-content .press-room-navigation-wrapper .press-room-navigation .press-room-nav-btn{width:24px;height:24px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:gray;transition:all .3s ease;padding:0}.press-room-section .press-room-section-content .press-room-navigation-wrapper .press-room-navigation .press-room-nav-btn svg{width:100%;height:100%}.press-room-section .press-room-section-content .press-room-navigation-wrapper .press-room-navigation .press-room-nav-btn:hover{color:var(--theme-color-1);transform:scale(1.1)}.press-room-section .press-room-section-content .press-room-navigation-wrapper .press-room-navigation .press-room-nav-btn:active{transform:scale(.95)}.press-room-section .press-room-section-content .press-room-navigation-wrapper .press-room-navigation .press-room-nav-btn.swiper-button-disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.press-room-section .press-room-section-content .press-room-slider-container{width:calc(100% - 60px);position:relative;overflow:visible;margin-left:60px;border-radius:12px}@media screen and (max-width:1649px){.press-room-section .press-room-section-content .press-room-slider-container{width:calc(100% - 40px);margin-left:40px}}@media(max-width:768px){.press-room-section .press-room-section-content .press-room-slider-container{overflow:visible;width:100%;margin-left:0}}.press-room-section .press-room-section-content .press-room-slider-container .press-room-swiper{width:100%;padding:10px 0;overflow:visible}.press-room-section .press-room-section-content .press-room-slider-container .press-room-swiper .swiper-slide,.press-room-section .press-room-section-content .press-room-slider-container .press-room-swiper .swiper-wrapper{overflow:visible}@media(max-width:768px){.press-room-section .press-room-section-content .press-room-slider-container .press-room-swiper{overflow:visible;padding:0}}.press-room-section .press-room-section-content .press-room-slider-container .press-room-swiper .swiper-slide{height:auto}.press-room-section .press-room-section-content .press-room-slider-container .logo-card{background:#f7f7f7;border:1px solid #f3f3f3;border-radius:12px;width:100%;height:137px;overflow:visible}.press-room-section .press-room-section-content .press-room-slider-container .logo-card .logo-card-inner{display:flex;flex-direction:column;height:100%;position:relative;border-radius:12px}.press-room-section .press-room-section-content .press-room-slider-container .logo-card .logo-card-inner .logo-card-image-container{flex:1 1;display:flex;align-items:center;justify-content:center;padding:11px;position:relative;overflow:hidden;border-radius:12px}.press-room-section .press-room-section-content .press-room-slider-container .logo-card .logo-card-inner .logo-card-image-container .logo-card-image{object-fit:contain;object-position:center}.press-room-section .press-room-section-content .press-room-slider-container .logo-card .logo-card-inner .logo-card-download{position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #f3f3f3;border-radius:8px;padding:6px 10px;opacity:0;transition:opacity .3s ease;z-index:999}.press-room-section .press-room-section-content .press-room-slider-container .logo-card .logo-card-inner .logo-card-download .logo-download-btn{display:flex;align-items:center;gap:6px;height:30px;padding:6px 8px 6px 4px;border:none;background:transparent;cursor:pointer;font-weight:500;font-size:14.579px;line-height:17.819px;letter-spacing:-.1458px;color:var(--theme-color-1);transition:all .3s ease}.press-room-section .press-room-section-content .press-room-slider-container .logo-card .logo-card-inner .logo-card-download .logo-download-btn:hover{background:var(--theme-color-1)!important;color:#fff!important;border-radius:8px!important}.press-room-section .press-room-section-content .press-room-slider-container .logo-card .logo-card-inner .logo-card-download .logo-download-btn:hover img{filter:brightness(0) invert(1)}.press-room-section .press-room-section-content .press-room-slider-container .logo-card .logo-card-inner .logo-card-download .logo-download-btn img{width:auto;height:auto}.press-room-section .press-room-section-content .press-room-slider-container .logo-card .logo-card-inner .logo-card-download .logo-download-btn span{font-size:12px}.press-room-section .press-room-section-content .press-room-slider-container .logo-card .logo-card-inner:hover .logo-card-download{opacity:1}.press-room-section .catalog-container{width:calc(100% - 60px);display:flex;justify-content:flex-start;margin-left:60px}@media screen and (max-width:1649px){.press-room-section .catalog-container{width:calc(100% - 40px);margin-left:40px}}@media(max-width:768px){.press-room-section .catalog-container{width:100%;margin-left:0}}.press-room-section .catalog-container .catalog-card{position:relative;height:235px;width:100%;max-width:534px;border-radius:10.462px;overflow:hidden;background:hsla(0,0%,83%,.28);border:1px solid hsla(0,0%,100%,.5);display:flex;transition:all .3s ease}.press-room-section .catalog-container .catalog-card:hover .catalog-card-body .catalog-card-actions{opacity:1;transform:translateY(0)}.press-room-section .catalog-container .catalog-card .catalog-card-preview{position:absolute;inset:0;z-index:0}.press-room-section .catalog-container .catalog-card .catalog-card-preview .catalog-preview-image{object-fit:cover;object-position:center;filter:blur(2px);opacity:.3}.press-room-section .catalog-container .catalog-card:before{content:"";position:absolute;inset:0;background-image:url(/assets/images/catalog.png);background-size:cover;background-position:50%;z-index:1}.press-room-section .catalog-container .catalog-card:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.48);z-index:2}.press-room-section .catalog-container .catalog-card .catalog-card-body{position:relative;z-index:3;padding:36px;display:flex;flex-direction:column;justify-content:center;gap:12px;width:100%;color:#fff}.press-room-section .catalog-container .catalog-card .catalog-card-body .catalog-card-content{display:flex;flex-direction:column;gap:24px;max-width:288px}.press-room-section .catalog-container .catalog-card .catalog-card-body .catalog-card-content .catalog-card-title{margin:0;font-size:24px;line-height:32px;letter-spacing:-.24px;font-weight:500;color:#fff}.press-room-section .catalog-container .catalog-card .catalog-card-body .catalog-card-content .catalog-card-desc{font-size:14px;line-height:21px;color:hsla(0,0%,100%,.62)}.press-room-section .catalog-container .catalog-card .catalog-card-body .catalog-card-actions{display:flex;align-items:center;gap:12px;opacity:0;transform:translateY(10px);transition:all .4s cubic-bezier(.4,0,.2,1)}.press-room-section .catalog-container .catalog-card .catalog-card-body .catalog-card-actions .catalog-action-btn{display:inline-flex;align-items:center;gap:6px;height:30px;padding:6px 16px;border-radius:8px;background:hsla(0,0%,100%,.25);border:0;color:hsla(0,0%,100%,.99);font-weight:500;font-size:12px;line-height:16px;letter-spacing:-.12px;cursor:pointer;transition:all .3s ease}.press-room-section .catalog-container .catalog-card .catalog-card-body .catalog-card-actions .catalog-action-btn.pdf-btn img,.press-room-section .catalog-container .catalog-card .catalog-card-body .catalog-card-actions .catalog-action-btn.preview-btn img{width:16px;height:16px}.press-room-section .catalog-container .catalog-card .catalog-card-body .catalog-card-actions .catalog-action-btn:hover{background:hsla(0,0%,100%,.35)}@media(max-width:1200px){.press-room-section{gap:60px}.press-room-section .press-room-section-header .press-room-section-title{font-size:48px;letter-spacing:-1.44px}.press-room-section .press-room-section-header .press-room-section-description{font-size:16px}}@media(max-width:1024px)and (min-width:769px){.press-room-section .press-room-section-content{padding:0 30px}.press-room-section .press-room-section-content .catalog-container{max-width:100%}}@media(max-width:768px){.press-room-section{padding:40px 0;gap:30px}.press-room-section .press-room-section-header{max-width:100%;padding:0 20px}.press-room-section .press-room-section-header .press-room-section-title{font-size:32px;letter-spacing:-.96px}.press-room-section .press-room-section-header .press-room-section-description{font-size:14px;line-height:24px}.press-room-section .press-room-section-content .press-room-navigation-wrapper{margin-bottom:16px}.press-room-section .press-room-section-content .press-room-navigation-wrapper .press-room-navigation-title{font-size:18px;line-height:24px}.press-room-section .press-room-section-content .press-room-navigation-wrapper .press-room-navigation{display:flex}.press-room-section .press-room-section-content .press-room-slider-container .event-card{max-width:100%;width:100%}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner{padding:14px}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container{height:240px}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay{border-radius:12px}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:236px;padding:24px 18px;width:100%}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-date{font-size:11px;line-height:13px;width:100%;text-align:left}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;height:140px;width:100%;gap:14px}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-info .event-card-details{display:flex;flex-direction:column;gap:14px;width:100%}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-info .event-card-details .event-card-title{font-size:14px;line-height:20px;font-weight:500}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-info .event-card-details .event-card-description{font-size:12px;line-height:16px;color:hsla(0,0%,100%,.62)}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-info .event-card-cta{background:#fff;border:none;border-radius:8px;padding:8px 10px;min-height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-weight:500;font-size:12px;line-height:20px;letter-spacing:-.12px;color:var(--theme-color-1);width:auto;align-self:flex-start;opacity:1;transform:translateY(0)}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-info .event-card-cta:hover{background:var(--theme-color-6);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-info .event-card-cta:active{transform:translateY(0)}.press-room-section .press-room-section-content .press-room-slider-container .logo-card{height:120px;max-width:100%;width:100%}.press-room-section .press-room-section-content .press-room-slider-container .logo-card .logo-card-inner .logo-card-image-container{padding:8px}.press-room-section .press-room-section-content .press-room-slider-container .logo-card .logo-card-inner .logo-card-download{opacity:1;bottom:-16px;padding:4px 8px;gap:4px}.press-room-section .press-room-section-content .press-room-slider-container .logo-card .logo-card-inner .logo-card-download .logo-download-btn{height:26px;padding:4px 6px;gap:4px}.press-room-section .press-room-section-content .press-room-slider-container .logo-card .logo-card-inner .logo-card-download .logo-download-btn span{font-size:11px}.press-room-section .catalog-container .catalog-card{height:auto;min-height:200px;max-width:100%;width:100%}.press-room-section .catalog-container .catalog-card .catalog-card-body{padding:24px 20px}.press-room-section .catalog-container .catalog-card .catalog-card-body .catalog-card-content{max-width:100%;gap:16px}.press-room-section .catalog-container .catalog-card .catalog-card-body .catalog-card-content .catalog-card-title{font-size:20px;line-height:28px}.press-room-section .catalog-container .catalog-card .catalog-card-body .catalog-card-content .catalog-card-desc{font-size:13px;line-height:19px}.press-room-section .catalog-container .catalog-card .catalog-card-body .catalog-card-actions{flex-wrap:wrap;gap:8px;opacity:1!important;transform:translateY(0)!important}.press-room-section .catalog-container .catalog-card .catalog-card-body .catalog-card-actions .catalog-action-btn{font-size:11px;padding:6px 12px}}@media(max-width:480px){.press-room-section{padding:30px 0;gap:24px}.press-room-section .press-room-section-header{padding:0 16px}.press-room-section .press-room-section-header .press-room-section-description{font-size:13px;line-height:22px}.press-room-section .press-room-section-content .press-room-navigation-wrapper .press-room-navigation-title{font-size:16px;line-height:22px}.press-room-section .press-room-section-content .press-room-slider-container .event-card{max-width:100%;width:100%}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner{padding:12px}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container{height:220px}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay{border-radius:12px}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:216px;padding:20px 16px;width:100%}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-date{font-size:10px;line-height:12px;width:100%;text-align:left}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;height:130px;width:100%;gap:12px}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-info .event-card-details{display:flex;flex-direction:column;gap:12px;width:100%}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-info .event-card-details .event-card-title{font-size:13px;line-height:18px;font-weight:500}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-info .event-card-details .event-card-description{font-size:11px;line-height:15px;color:hsla(0,0%,100%,.62)}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-info .event-card-cta{background:#fff;border:none;border-radius:8px;padding:7px 9px;min-height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-weight:500;font-size:11px;line-height:18px;letter-spacing:-.11px;color:var(--theme-color-1);width:auto;align-self:flex-start;opacity:1;transform:translateY(0)}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-info .event-card-cta:hover{background:var(--theme-color-6);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.press-room-section .press-room-section-content .press-room-slider-container .event-card .event-card-inner .event-card-image-container .event-card-overlay .event-card-content .event-card-info .event-card-cta:active{transform:translateY(0)}.press-room-section .press-room-section-content .catalog-container .catalog-card{min-height:180px;max-width:100%;width:100%}.press-room-section .press-room-section-content .catalog-container .catalog-card .catalog-card-body{padding:20px 16px}.press-room-section .press-room-section-content .catalog-container .catalog-card .catalog-card-body .catalog-card-content{gap:12px}.press-room-section .press-room-section-content .catalog-container .catalog-card .catalog-card-body .catalog-card-content .catalog-card-title{font-size:18px;line-height:24px}.press-room-section .press-room-section-content .catalog-container .catalog-card .catalog-card-body .catalog-card-content .catalog-card-desc{font-size:12px;line-height:18px}.press-room-section .press-room-section-content .catalog-container .catalog-card .catalog-card-body .catalog-card-actions{opacity:1!important;transform:translateY(0)!important}.press-room-section .press-room-section-content .catalog-container .catalog-card .catalog-card-body .catalog-card-actions .catalog-action-btn{font-size:10px;padding:5px 10px;height:28px}}:root{--theme-color:#fff;--theme-color-1:#27353e;--theme-color-2:#072634;--theme-color-3:#ff5b2b;--theme-color-linear:linear-gradient(98deg,#ff5b2b 11.9%,#ffb45b 101.07%);--theme-color-4:#f9d202;--theme-color-5:#45544e;--theme-color-6:#f5f5f5;--theme-color-7:#0a0a0a;--theme-color-8:#36434a;--theme-color-9:#f23125;--theme-color-10:#e6e6e6;--theme-color-11:#fcfeff;--theme-color-12:#0058b3;--theme-color-13:#bcbcbc;--theme-color-14:#dce0e3;--theme-color-15:#bababa;--theme-color-16:#e2e2e2;--theme-color-18:#61686b;--theme-color-19:#fafafa;--theme-color-20:#f0f0f0;--theme-color-21:#e1e1e1}.our-products-section{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:120px 0;gap:80px;overflow-x:hidden;overflow-y:auto}@media screen and (max-width:1649px){.our-products-section{padding:20px 0;gap:20px}}@media screen and (min-width:1638px){.our-products-section{padding:60px 0;gap:40px}}@media screen and (max-width:1199px){.our-products-section{padding:20px 0;gap:40px}}.our-products-section .our-products-section-header{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:634px;gap:24px;align-self:center;position:relative}@media screen and (max-width:1649px){.our-products-section .our-products-section-header{gap:12px}}.our-products-section .our-products-section-header .sticker{position:relative;margin-top:12px;width:-moz-fit-content;width:fit-content;cursor:pointer;border-radius:8px;padding:10px 14px 6px;background-color:transparent;border:1px solid transparent;transition:all .3s ease}.our-products-section .our-products-section-header .sticker:before{content:"";position:absolute;inset:0;padding:1px;border-radius:inherit;background:linear-gradient(117deg,#ff3a00 5.45%,#ffe8bd 38.33%,#ffe8b2 63.47%,#f93800 92.08%);background-size:100% 100%;pointer-events:none;z-index:0;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.our-products-section .our-products-section-header .sticker .sticker-group{position:relative;width:205px;height:40px;display:flex;justify-content:center;align-items:center}.our-products-section .our-products-section-header .sticker .sticker-group svg{width:100%;height:100%;fill:#27353e}.our-products-section .our-products-section-header .sticker .sticker-group svg .anka-title{fill:#fff;transition:fill .3s ease-in-out}.our-products-section .our-products-section-header .sticker .sticker-group .anka-animation{will-change:clip-path;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);fill:#ff5b2b;transform:translateY(-8px)}.our-products-section .our-products-section-header .sticker:hover{background-color:#fffcf7}.our-products-section .our-products-section-header .sticker:hover .anka-animation{animation:anka-clip-reveal .45s linear both}.our-products-section .our-products-section-header .sticker:hover svg .anka-title{transition-delay:.2s;fill:#fff}@media screen and (max-width:991px){.our-products-section .our-products-section-header .sticker .sticker-group{width:100px;height:20px}}@media screen and (max-width:1649px){.our-products-section .our-products-section-header{max-width:100%;padding:0 20px}}.our-products-section .our-products-section-header .our-products-section-title{font-weight:500;font-size:60px;letter-spacing:-.03em;color:var(--theme-color-1)}@media screen and (max-width:1649px){.our-products-section .our-products-section-header .our-products-section-title{font-size:44px;letter-spacing:-.03em}}.our-products-section .our-products-section-header .our-products-section-description{font-weight:400;font-size:18px;letter-spacing:-.01em;color:var(--theme-color-1);max-width:634px}@media screen and (max-width:1350px){.our-products-section .our-products-section-header .our-products-section-description{font-size:16px}}@keyframes anka-clip-reveal{0%{-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);clip-path:polygon(0 0,0 0,0 100%,0 100%)}40%{-webkit-clip-path:polygon(0 0,40% 0,40% 100%,0 100%);clip-path:polygon(0 0,40% 0,40% 100%,0 100%)}70%{-webkit-clip-path:polygon(0 0,75% 0,75% 100%,0 100%);clip-path:polygon(0 0,75% 0,75% 100%,0 100%)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}.our-products-section .our-products-section-content{width:100%;position:relative;padding:0;overflow:visible;margin:0 auto}@media screen and (max-width:1649px){.our-products-section .our-products-section-content{padding:0}}@media(max-width:575px){.our-products-section .our-products-section-content{overflow:hidden;margin-top:16px}}.our-products-section .our-products-section-content .our-products-navigation-wrapper{display:flex;justify-content:flex-end;margin-bottom:24px;width:calc(100% - 60px)}@media screen and (max-width:1649px){.our-products-section .our-products-section-content .our-products-navigation-wrapper{margin-left:40px;margin-right:40px!important}}@media screen and (max-width:1350px){.our-products-section .our-products-section-content .our-products-navigation-wrapper{margin-bottom:12px}}@media(max-width:768px){.our-products-section .our-products-section-content .our-products-navigation-wrapper{width:100%;margin-left:-10px}}.our-products-section .our-products-section-content .our-products-navigation-wrapper .our-products-navigation{display:flex;flex-direction:row;gap:12px;align-items:center}.our-products-section .our-products-section-content .our-products-navigation-wrapper .our-products-navigation .our-products-nav-btn{width:24px;height:24px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:gray;transition:all .3s ease;padding:0}.our-products-section .our-products-section-content .our-products-navigation-wrapper .our-products-navigation .our-products-nav-btn svg{width:100%;height:100%}.our-products-section .our-products-section-content .our-products-navigation-wrapper .our-products-navigation .our-products-nav-btn:hover{color:var(--theme-color-1);transform:scale(1.1)}.our-products-section .our-products-section-content .our-products-navigation-wrapper .our-products-navigation .our-products-nav-btn:active{transform:scale(.95)}.our-products-section .our-products-section-content .our-products-navigation-wrapper .our-products-navigation .our-products-nav-btn.swiper-button-disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.our-products-section .our-products-section-content .our-products-slider-container{width:calc(100% - 60px);position:relative;overflow:visible;margin-left:60px}@media screen and (max-width:1649px){.our-products-section .our-products-section-content .our-products-slider-container{width:calc(100% - 40px);margin-left:40px}}@media(max-width:575px){.our-products-section .our-products-section-content .our-products-slider-container{overflow:hidden;width:100%;margin-left:0}}.our-products-section .our-products-section-content .our-products-slider-container .our-products-swiper{width:100%;padding:10px 0;overflow:visible}@media(max-width:575px){.our-products-section .our-products-section-content .our-products-slider-container .our-products-swiper{overflow:hidden}}.our-products-section .our-products-section-content .our-products-slider-container .our-products-swiper .swiper-slide{height:auto}.our-products-section .our-products-section-content .our-products-slider-container .our-products-list{display:flex;flex-direction:column;gap:12px;padding-bottom:160px}@media(max-width:575px){.our-products-section .our-products-section-content .our-products-slider-container .our-products-list{padding:0 24px 30px}}@media screen and (max-width:425px){.our-products-section .our-products-section-content .our-products-slider-container .our-products-list{padding-bottom:0!important}}.our-products-section .our-products-section-content .our-products-slider-container .product-card{border:1px solid #ececec;border-radius:12px;width:100%;height:100%;min-height:340px;transition:all .3s ease;flex-shrink:0;background-color:#fdfdfd}@media screen and (max-width:1649px){.our-products-section .our-products-section-content .our-products-slider-container .product-card{min-height:270px}}@media(max-width:575px){.our-products-section .our-products-section-content .our-products-slider-container .product-card{min-height:100%}}.our-products-section .our-products-section-content .our-products-slider-container .product-card.active{height:100%;transform:scale(1.02)}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner{padding:20px 40px;display:flex;gap:9px;height:100%;align-items:center}@media screen and (max-width:1649px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner{padding:30px}}@media(max-width:1024px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner{padding:30px;gap:8px}}@media(max-width:575px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner{padding:16px;gap:10px;flex-direction:row;align-items:center;justify-content:space-between}}@media(max-width:480px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner{padding:16px;gap:10px;flex-direction:row}}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-image-container{width:191px;height:100%;max-height:252px;position:relative;overflow:hidden;flex-shrink:0}@media screen and (max-width:1649px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-image-container{width:140px}}@media(max-width:1024px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-image-container{width:160px;max-height:220px}}@media(max-width:575px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-image-container{width:125px;height:165px;max-height:165px}}@media(max-width:480px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-image-container{width:155px;height:165px;max-height:165px}}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-image-container .product-card-image{object-fit:contain;object-position:center;transform-origin:center}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info{display:flex;flex-direction:column;justify-content:space-between;height:100%;flex:1 1;min-width:0;padding-top:20px;padding-bottom:10px}@media(max-width:1024px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info{padding-top:15px;padding-bottom:5px}}@media(max-width:575px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info{padding-top:12px;padding-bottom:0;height:191px}}@media(max-width:480px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info{padding-top:12px;padding-bottom:0;height:191px}}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details{display:flex;flex-direction:column;gap:24px;flex:1 1}@media screen and (max-width:1649px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details{gap:10px}}@media(max-width:1024px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details{gap:16px}}@media(max-width:575px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details{gap:12px}}@media(max-width:480px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details{gap:12px}}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-title{font-weight:500;font-size:22px;line-height:28px;letter-spacing:-.72px;color:#27353e;overflow:hidden;white-space:wrap}@media screen and (max-width:1649px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-title{font-size:20px;line-height:24px}}@media(max-width:1024px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-title{font-size:20px;line-height:24px}}@media(max-width:768px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-title{font-size:16px;line-height:22px;letter-spacing:-.54px}}@media(max-width:480px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-title{font-size:14px;line-height:18px;letter-spacing:-.54px}}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-description{font-weight:400;font-size:16px;line-height:24px;color:rgba(39,53,62,.75);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}@media screen and (max-width:1649px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-description{font-size:14px;line-height:20px}}@media(max-width:1024px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-description{font-size:14px;line-height:18px;-webkit-line-clamp:2;line-clamp:2}}@media(max-width:575px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-description{font-size:12px;line-height:16px;-webkit-line-clamp:2;line-clamp:2}}@media(max-width:480px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-description{font-size:12px;line-height:16px;-webkit-line-clamp:3;line-clamp:3}}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-button{display:flex;align-items:center;justify-content:center;width:97px;height:32px;padding:10px;background-color:#27353e;color:#fff;border:none;border-radius:6px;font-weight:500;font-size:12px;line-height:normal;letter-spacing:-.12px;cursor:pointer;transition:all .3s ease;white-space:nowrap;opacity:0;pointer-events:none;margin-bottom:16px}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-button:hover{background-color:#1a252d}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-button:active{transform:scale(.98)}@media(max-width:575px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-button{opacity:1;pointer-events:auto}}@media(max-width:480px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-details .product-card-button{width:97px;height:32px}}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-badges{display:flex;gap:8px;flex-wrap:nowrap;justify-content:flex-end}@media(max-width:575px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-badges{gap:8px;justify-content:flex-end}}@media(max-width:480px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-badges{gap:8px;justify-content:flex-end}}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-badges .product-badge{height:32px;padding:10px 12px;border-radius:6px;font-weight:400;font-size:12px;line-height:12px;color:#27353e;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;flex-shrink:0}@media(max-width:1024px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-badges .product-badge{height:28px;padding:8px 10px;font-size:11px}}@media(max-width:768px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-badges .product-badge{height:26px;padding:6px 8px;font-size:10px}}@media(max-width:480px){.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-badges .product-badge{height:24px;padding:5px 8px;font-size:9px}}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-badges .product-badge.product-badge-blue{background:rgba(218,221,255,.09);border:1px solid rgba(180,200,255,.14)}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-badges .product-badge.product-badge-cyan{background:rgba(125,214,255,.09);border:1px solid rgba(138,228,255,.23)}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-badges .product-badge.product-badge-yellow{background:rgba(253,255,110,.09);border:1px solid #fff3b4}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-badges .product-badge.product-badge-orange{background:rgba(255,158,61,.09);border:1px solid rgba(255,173,138,.23)}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-badges .product-badge.product-badge-pink{background:hsla(19,87%,82%,.09);border:1px solid rgba(255,193,180,.14)}.our-products-section .our-products-section-content .our-products-slider-container .product-card .product-card-inner .product-card-info .product-card-badges .product-badge.product-badge-lightblue{background:rgba(162,225,255,.09);border:1px solid rgba(48,117,166,.23)}@media(max-width:1200px){.our-products-section{gap:60px}.our-products-section .our-products-section-header .our-products-section-title{font-size:48px;letter-spacing:-1.44px}.our-products-section .our-products-section-header .our-products-section-description{font-size:16px}}@media(max-width:575px){.our-products-section{overflow-y:visible;gap:10px}.our-products-section .our-products-section-header{max-width:100%}.our-products-section .our-products-section-header .our-products-section-title{font-size:36px;letter-spacing:-1.08px}.our-products-section .our-products-section-header .our-products-section-description{font-size:14px}}@media(min-width:576px){.product-card:hover .product-card-button{opacity:1!important;pointer-events:auto!important}}