@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{position:relative;margin:0;min-height:100vh;width:100vw;overflow-x:hidden;font-family:Inter,sans-serif;font-size:.9375rem;color:#1a1930;display:flex;flex-direction:column}main{flex:1;min-height:50vh;width:100vw}header{align-self:flex-start}footer{align-self:flex-end}body.no-scroll{height:100vh;overflow:hidden}h2,h1{font-family:Inter Tight,sans-serif;font-size:2rem;font-weight:500;color:#324c5e}@media screen and (min-width: 1280px){h2,h1{font-size:3.45rem}}p{font-family:Raleway,sans-serif;font-size:.9375rem;line-height:1.5}ul{list-style:none}[x-cloak]{display:none!important}@font-face{font-family:Inter;src:url(../../assets/fonts/Inter-VariableFont_opsz,wght.woff2) format("woff2"),url(../../assets/fonts/Inter-VariableFont_opsz,wght.woff) format("woff");font-style:normal;font-stretch:condensed;unicode-range:U+0020-00FE;font-display:swap}@font-face{font-family:Inter Tight;src:url(../../assets/fonts/InterTight-VariableFont_wght.woff2) format("woff2"),url(../../assets/fonts/InterTight-VariableFont_wght.woff) format("woff");font-style:normal;font-stretch:normal;unicode-range:U+0020-00FE;font-display:swap}@font-face{font-family:Space Mono Regular;src:url(../../assets/fonts/SpaceMono-Regular.woff2) format("woff2"),url(../../assets/fonts/SpaceMono-Regular.woff) format("woff");font-weight:400;font-style:normal;font-stretch:normal;unicode-range:U+0020-00FE;font-display:swap}@font-face{font-family:Space Mono Bold;src:url(../../assets/fonts/SpaceMono-Bold.woff2) format("woff2"),url(../../assets/fonts/SpaceMono-Bold.woff) format("woff");font-weight:700;font-style:normal;font-stretch:normal;unicode-range:U+0020-00FE;font-display:swap}@font-face{font-family:Poppins;src:url(../../assets/fonts/Poppins-Regular.woff2) format("woff2"),url(../../assets/fonts/Poppins-Regular.woff) format("woff");font-weight:400;font-style:normal;font-stretch:normal;unicode-range:U+0020-00FE;font-display:swap}@font-face{font-family:Raleway;src:url(../../assets/fonts/Raleway-VariableFont_wght.woff2) format("woff2"),url(../../assets/fonts/Raleway-VariableFont_wght.woff) format("woff");font-style:normal;font-stretch:normal;unicode-range:U+0020-00FE;font-display:swap}.btn{display:block;width:fit-content;border-radius:0;padding:1rem 2.85rem 1rem 2rem;margin-top:1.5rem;text-decoration:none;color:#fff;font-size:.9375rem;line-height:1.25;clip-path:polygon(0px 0px,100% 0px,100% 33.75px,calc(100% - 30px) 62px,0px 81px);transition:all .25s ease-in-out}@media screen and (min-width: 1280px){.btn{margin-top:3rem}.btn:hover{clip-path:polygon(0px 0px,100% 0px,100% 100px,calc(100% - 30px) 200px,0px 81px)}}button:hover{cursor:pointer}.btn--prim{background-color:#e2a265;border:none}.btn--sec{display:block;position:relative;border:.075rem solid white;clip-path:polygon(0px 0px,100% 0px,100% 33.75px,calc(100% - 30px) 83px,0px 83px)}.btn--sec:after{content:"";position:absolute;top:0;right:-8%;height:100%;width:.1rem;background-color:#fff;transform:skew(-50.9deg);transition:opacity .1s ease-in-out}@media screen and (min-width: 1280px){.btn--sec:after{transform:skew(-46.2deg)}}@media screen and (min-width: 1024px){.btn--sec:hover{background-color:#fff;color:#1a1930}.btn--sec:hover:after{content:none}}@media screen and (min-width: 1280px){.btn--sec:hover{clip-path:polygon(0px 0px,100% 0px,100% 100px,calc(100% - 30px) 200px,0px 83px)}.btn--sec:hover:after{opacity:0}}.btn--ter{display:block;position:relative;border:.075rem solid #1A1930;background-color:transparent;color:#1a1930;clip-path:polygon(0px 0px,100% 0px,100% 33.75px,calc(100% - 30px) 83px,0px 83px)}.btn--ter:after{content:"";position:absolute;top:0;height:100%;width:.1rem;background-color:#1a1930;transition:opacity .1s ease-in-out;right:-4%;transform:skew(-31.5deg)}@media screen and (min-width: 1024px){.btn--ter:hover{background-color:#1a1930;color:#fff}.btn--ter:hover:after{content:none}}@media screen and (min-width: 1280px){.btn--ter:hover{clip-path:polygon(0px 0px,100% 0px,100% 100px,calc(100% - 30px) 200px,0px 83px)}.btn--ter:hover:after{opacity:0}}.btn--sec-btn{background-color:transparent}@media screen and (min-width: 1280px){.btn--sec-btn:after{transform:skew(-46.2deg)}}.btn--quat{background-color:#fff;border:none;color:#1a1930;font-family:Space Mono Regular,monospace}.btn--quin{background-color:#1a1930;border:none;color:#fff;text-transform:uppercase;font-family:Space Mono Regular,monospace}.btn--arrow{color:#1a1930;margin-top:0;padding:0;display:flex;flex-direction:row;gap:.875rem;align-items:center;text-decoration:none;font-family:Space Mono Regular,monospace;font-size:.8125rem;opacity:.5;transition:opacity .15s ease-in-out}.btn--arrow .btn__icon-box{border:solid .075rem #1A1930;height:2.8125rem;width:2.8125rem;border-radius:10rem;display:flex;justify-content:center;align-items:center}.btn--arrow .btn__column{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.btn--arrow .btn__icon{height:1rem;width:1rem;margin-left:.1rem}.btn--arrow .btn__icon--reverse{rotate:180deg;margin-left:0;margin-right:.1rem}.btn--arrow:hover{opacity:1}.section-heading{width:100%;color:#324c5e;margin-bottom:2rem}@media screen and (min-width: 1280px){.section-heading{margin-bottom:4rem}}.section-heading--before{padding-top:2rem;border-top:solid rgba(26,25,48,.18) .075rem}.section-heading--no-mb{margin-bottom:0}.section-heading--after:after{content:"";width:100%;height:.075rem;display:block;position:relative;background-color:#1a1930;opacity:.18}.section-heading__wrapper{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-bottom:0}@media screen and (min-width: 1440px){.section-heading__wrapper{flex-direction:row;justify-content:space-between;margin-bottom:4rem}}.section-heading__title{font-family:Inter,sans-serif;font-weight:500;margin-bottom:1rem}@media screen and (min-width: 1440px){.section-heading__title{margin-bottom:0}}.section-heading__text{margin-top:.5rem;max-width:42.25rem;font-family:Space Mono Regular,monospace;font-size:.8125rem;margin-bottom:1rem}@media screen and (min-width: 1440px){.section-heading__text{text-align:right;margin-bottom:0}}.label{text-transform:uppercase;font-size:.8125rem;font-family:Space Mono Regular,monospace;color:#324c5e;margin-bottom:.75rem;display:block}@media screen and (min-width: 1280px){.label{margin-bottom:2.5rem}}.label--prim{color:#e2a265}.label--solo{margin-bottom:.5rem}.detail-heading{display:grid;color:#324c5e;position:relative;padding-top:4rem}@media screen and (min-width: 768px){.detail-heading{padding-top:0}}@media screen and (min-width: 1280px){.detail-heading{grid-template-columns:1fr 1fr;justify-content:center}}.detail-heading__media{width:100%}.detail-heading__media--svg{display:flex;align-items:center;justify-content:center}@media screen and (min-width: 1280px){.detail-heading__media--svg{justify-content:space-between;padding-right:20%}}.detail-heading__media--slider{margin-bottom:2rem;position:relative;width:100%;overflow:hidden}.detail-heading__media--slider .swiper{padding-bottom:1rem;width:100%;height:100%}@media screen and (min-width: 1024px){.detail-heading__media--slider{height:100%;width:80%;margin-bottom:0}}.detail-heading__img{width:100%;padding:3rem}@media screen and (min-width: 1280px){.detail-heading__img{padding-right:6rem}}.detail-heading__svg{width:15rem;height:auto}.detail-heading__nav{display:none}@media screen and (min-width: 1280px){.detail-heading__nav{display:flex;flex-direction:row;gap:.875rem;align-items:center;text-decoration:none;font-family:Space Mono Regular,monospace;color:#1a1930;opacity:.5;text-transform:uppercase;font-size:.8125rem;transition:opacity .3s ease-in-out}.detail-heading__nav:hover{opacity:1}}.detail-heading__nav--hidden{opacity:0;pointer-events:none}.detail-heading__chevron{height:.9rem;width:.9rem}.detail-heading__chevron--left{rotate:180deg}.detail-heading__controls,.detail-heading__title-box,.detail-heading__subtitle{padding-bottom:.5rem;border-bottom:.075rem solid rgba(26,25,48,.18);margin-bottom:.875rem}.detail-heading__controls{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.detail-heading__controls .label{margin-bottom:0}.detail-heading__logo{height:auto;max-height:4rem;width:100%;max-width:5rem}@media screen and (min-width: 1024px){.detail-heading__logo{max-height:5rem;max-width:10rem}}.detail-heading__title-box{display:flex;justify-content:space-between;align-items:center}.detail-heading__title{padding-block:.25rem}.detail-heading__title,.detail-heading__subtitle{font-weight:400}.detail-heading__text,.detail-heading__title-box{margin-bottom:2rem}@media screen and (min-width: 1280px){.detail-heading__text,.detail-heading__title-box{margin-bottom:4rem}}.detail-heading__title-box--small-margin{margin-bottom:2rem}.detail-heading__brands{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;gap:2rem;margin-bottom:2rem}.detail-heading__brand-svg{width:100%;height:100%;max-height:2rem;max-width:6rem}.detail-heading__subtitle{font-size:.875rem;font-family:Space Mono Regular,monospace;text-transform:uppercase}.detail-heading__text{margin-top:.5rem}.detail-heading__text p{color:#324c5e}.detail-heading__list{display:flex;flex-direction:column;gap:.875rem}.detail-heading__item{display:flex;flex-direction:row;align-items:center;gap:1rem}.detail-heading__item-icon{height:1rem;width:1rem;fill:#e2a265}.detail-heading .swiper-pagination{bottom:0rem}.detail-heading .swiper-pagination-bullet{background-color:#1a1930}.detail-heading .btn--arrow{position:absolute;top:0;right:0}@media screen and (min-width: 768px){.detail-heading .btn--arrow{position:static}}.img{height:100%;width:100%;object-fit:cover}.img--contain{object-fit:contain}.corner{position:absolute;background-color:#e2a265;transition:all .15s ease-in-out}.corner--tl{top:0;left:0}.corner--tr{top:0;right:0}.corner--br{bottom:0;right:0}.corner--bl{bottom:0;left:0}.corner--h{height:.075rem;width:1rem}.corner--v{height:1rem;width:.075rem}.corners--sec{background-color:#daddde}.corners--sec-light{background-color:#324c5e}.list{list-style:none;display:flex;flex-direction:column;width:100%}.list li{width:100%}.list__wrapper{border-bottom:.075rem solid #1A1930;padding-block:.875rem;position:relative}.list__wrapper:has(.list__link){padding-block:0}.list__item{width:100%;display:block;display:flex;flex-direction:row;align-items:center;justify-content:space-between;transition:padding .15s ease-in-out}.list__link{text-decoration:none;color:#1a1930;padding-block:.875rem}.list__title{font-size:1rem;text-decoration:none;color:#1a1930;font-family:Space Mono Regular,monospace}@media screen and (min-width: 1280px){.list__title{font-size:1.125rem}}.list__title--small{font-size:.9375rem}.list__title--row{display:flex;flex-direction:column;gap:.5rem}@media screen and (min-width: 1280px){.list__title--row{flex-direction:row;gap:3rem}}.list__item-left{display:flex;flex-direction:row;align-items:center;gap:.875rem}.list__more{display:none}@media screen and (min-width: 1280px){.list__more{font-size:.8125rem;font-family:Raleway,sans-serif;opacity:0;transition:opacity .15s ease-in-out}}.list__content{display:grid;grid-template-columns:1fr;row-gap:1rem}@media screen and (min-width: 1280px){.list__content{grid-template-columns:34% 1fr 20%;grid-template-rows:auto 1fr;column-gap:8%;row-gap:0}}.list__content:before,.list__content:after{content:"";display:block;position:relative}@media screen and (min-width: 1280px){.list__content:before,.list__content:after{grid-column:span 3}}.list__content:before{height:1rem}@media screen and (min-width: 1280px){.list__content:after{height:2rem}}.list__content-text{font-family:Raleway,sans-serif;font-weight:400;line-height:1.5;color:#324c5e}.list__content-text:before,.list__content-text:after{content:"";display:block;position:relative}@media screen and (min-width: 1280px){.list__content-text:before,.list__content-text:after{grid-column:span 3}}.list__content-text:before{height:1rem}@media screen and (min-width: 1280px){.list__content-text:after{height:1rem}}.list__text-box{align-self:center}.list__btn-box{align-self:flex-end;justify-self:flex-end}.list__text-title{font-size:1.4rem;font-family:Raleway,sans-serif;font-weight:500;margin-bottom:.875rem}.list__slider{height:25rem;width:100%;display:grid}@media screen and (min-width: 1024px){.list__slider{grid-template-columns:70% 25%;height:28.75rem;justify-content:space-between}}.list__abs-img-box{width:17.5rem;position:absolute;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.list__abs-img{width:100%}@media screen and (min-width: 1024px){.list__item:hover{padding-left:.875rem;cursor:pointer}.list__item:hover .list__more{opacity:.5}.list__item:hover .plus{rotate:90deg}}.list--news:first-child{border-top:.075rem solid #1A1930}.list--news .list__item:hover{padding-left:0}.list--news .list__item:hover .list__title-two{font-family:Space Mono Bold,monospace}.plus{height:1rem;width:1rem;position:relative;transition:rotate .15s ease-in-out}.plus:before{content:"";display:block;position:absolute;left:0;top:calc(50% - .0375rem);width:100%;height:.075rem;background-color:#1a1930}.plus:after{content:"";display:block;position:absolute;left:calc(50% - .0375rem);top:0;width:.075rem;height:100%;background-color:#1a1930}.plus-box{transition:all .25s ease-in-out}.plus-box--open{border:.075rem solid #1A1930;padding:.5rem;border-radius:5rem;opacity:.4}.plus-box--open:hover{opacity:1}.plus--min:after{rotate:90deg}.list--summary-cards{margin-top:.875rem}@media screen and (min-width: 1280px){.list--summary-cards{margin-top:3rem}}body .fui-label,body .fui-required{color:#e2a265;font-family:Raleway,sans-serif;font-size:.9375rem}body .fui-select{background-color:transparent;border:none;padding:.25rem 0;border-bottom:.075rem solid #E2A265;color:#e2a265;border-radius:0;font-family:Space Mono Regular,monospace;font-size:.9375rem}body .fui-legend{font-family:Raleway,sans-serif;font-weight:600}body .fui-input{background-color:transparent;border:none;border-bottom:.075rem solid #E2A265;border-radius:0;padding:.25rem 0;font-family:Space Mono Regular,monospace;font-size:.9375rem;color:#e2a265}body .fui-input::placeholder{color:#e2a26580}body .fui-input:-webkit-autofill{background-color:transparent}body .fui-input[type=file]{padding:0;border-bottom:none;display:inline-flex;align-items:center;gap:1rem;cursor:pointer}body .fui-input[type=file]::file-selector-button,body .fui-input[type=file]::-webkit-file-upload-button{background-color:#e2a265;border:none;color:#fff;font-family:Space Mono Regular,monospace;font-size:.9375rem;padding:.5rem 1rem;margin-right:1rem;cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out}body .fui-input[type=file]:hover::file-selector-button,body .fui-input[type=file]:focus::file-selector-button,body .fui-input[type=file]:hover::-webkit-file-upload-button,body .fui-input[type=file]:focus::-webkit-file-upload-button{background-color:#e2a265d9;color:#fff}body .fui-checkbox-label,body .fui-checkbox-label a{color:#e2a265;font-family:Space Mono Regular,monospace;font-size:.8125rem}body .fui-btn{background-color:transparent;border:solid #e2a265 .075rem;border-radius:0;color:#e2a265;font-family:Space Mono Regular,monospace;font-size:.9375rem;clip-path:polygon(0px 0px,100% 0px,100% 33.75px,calc(100% - 30px) 81px,0px 81px);transition:all .25s ease-in-out;padding:1rem 2.85rem 1rem 2rem;position:relative}body .fui-btn:after{content:"";position:absolute;top:0;right:-3.1%;height:100%;width:.1rem;background-color:#e2a265;transform:skew(-32.6deg);transition:opacity .15s ease-in-out}body .fui-btn:hover{clip-path:polygon(0px 0px,100% 0px,100% 100px,calc(100% - 30px) 200px,0px 81px);background-color:#e2a265;border:solid #e2a265 .075rem;color:#fff}body .fui-btn:hover:after{content:none;opacity:0}body .fui-btn-wrapper{padding-top:3rem}body .fui-alert-error{background-color:#d9534f40;color:#d9534f}body textarea{min-height:7.75rem}body .fui-radio input:checked+label:before{background-color:#1a1930}body .fui-checkbox label:before{background-color:transparent;border:solid #E2A265 .075rem;border-radius:0;height:1rem;width:1rem}body .fui-checkbox input:checked+label:before{background-color:#e2a265;border:solid #E2A265 .08rem}.controls__box--form .fui-i,.call__form .fui-i{margin-top:3rem}.controls__box--form .fui-input,.controls__box--form .fui-select,.call__form .fui-input,.call__form .fui-select{color:#1a1930;border-bottom:.075rem solid #1A1930}.controls__box--form .fui-input::placeholder,.call__form .fui-input::placeholder{color:#1a193080}.controls__box--form .fui-input[type=file]::file-selector-button,.controls__box--form .fui-input[type=file]::-webkit-file-upload-button,.call__form .fui-input[type=file]::file-selector-button,.call__form .fui-input[type=file]::-webkit-file-upload-button{background-color:#1a1930;border:none;color:#fff}.controls__box--form .fui-input[type=file]:hover::file-selector-button,.controls__box--form .fui-input[type=file]:focus::file-selector-button,.controls__box--form .fui-input[type=file]:hover::-webkit-file-upload-button,.controls__box--form .fui-input[type=file]:focus::-webkit-file-upload-button,.call__form .fui-input[type=file]:hover::file-selector-button,.call__form .fui-input[type=file]:focus::file-selector-button,.call__form .fui-input[type=file]:hover::-webkit-file-upload-button,.call__form .fui-input[type=file]:focus::-webkit-file-upload-button{background-color:#1a1930d9;color:#fff}.controls__box--form .fui-checkbox-label,.controls__box--form .fui-checkbox-label a,.call__form .fui-checkbox-label,.call__form .fui-checkbox-label a{color:#1a1930}.controls__box--form .fui-checkbox label:before,.call__form .fui-checkbox label:before{border:solid #1A1930 .075rem}.controls__box--form .fui-checkbox input:checked+label:before,.call__form .fui-checkbox input:checked+label:before{background-color:#1a1930}.controls__box--form .fui-btn,.call__form .fui-btn{border:solid #1a1930 .075rem;color:#1a1930}.controls__box--form .fui-btn:hover,.call__form .fui-btn:hover{border:solid #1a1930 .075rem;color:#fff;background-color:#1a1930}.controls__box--form .fui-btn:after,.call__form .fui-btn:after{background-color:#1a1930}body .call__form .fui-btn-wrapper{padding-top:.875rem}body .call__form .fui-btn:after{transform:skew(-32deg);right:-1.8%}.form-margin-bottom{margin-bottom:.875rem}body .contact__form-location .fui-row:not(.fui-row-empty):not(:last-child){margin-bottom:0}body .contact__form-location .fui-input{border-bottom:solid rgba(255,255,255,.3) .075rem;padding-top:1rem}body .contact__form-location .fui-type-agree{padding-top:1rem}body .contact__form-location .fui-btn-wrapper{padding-top:0;width:100%}body .contact__form-location .fui-btn{margin-top:1rem}.product-card{text-decoration:none;color:#1a1930;width:100%;aspect-ratio:1/1;display:block;position:relative}.product-card .corner--h{margin-top:-1px}.product-card .corner--v{margin-left:-1px}.product-card__box{height:100%;width:100%;margin-top:-.075rem;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0}@media screen and (min-width: 1024px){.product-card__box{padding:1.5rem}}.product-card__svg{width:3rem;height:auto;margin-bottom:.875rem}@media screen and (min-width: 1024px){.product-card__svg{width:4.875rem}}.product-card__title{font-family:Raleway,sans-serif;font-weight:400}.product-card__more{position:absolute;bottom:1rem;font-family:Raleway,sans-serif;font-size:.8125rem;opacity:0;transition:opacity .25s ease-in-out}.product-card:before{content:"";height:calc(100% - .5rem);width:calc(100% - .5rem);background-color:transparent;position:absolute;top:.175rem;left:.2rem}.product-card:hover{cursor:pointer;opacity:1}.product-card:hover .product-card__more{opacity:.5}.product-card:hover:before{background-color:#1a193006}.product-card--small{opacity:.5}.product-card--small .product-card__svg{width:3rem}@media screen and (min-width: 1024px){.product-card--small .product-card__svg{width:3.8125rem}}.product-card--small .product-card__title{font-family:Space Mono Regular,monospace;font-size:.8125rem}.product-card--extra-small{opacity:.5;padding:0}.product-card--extra-small .product-card__svg{width:2rem}@media screen and (min-width: 1024px){.product-card--extra-small .product-card__svg{width:2rem}}.product-card--extra-small .product-card__title{font-family:Space Mono Regular,monospace;font-size:.8125rem}.product-card--filterable{transition:opacity .2s ease-in-out}.product-card--filterable.is-highlighted{opacity:1}.product-card--filterable.is-highlighted:before{background-color:#1a193006}.swiper-pagination{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:fit-content;display:flex;flex-direction:row;gap:.5rem}.swiper-pagination-bullet{background-color:#fff;opacity:1;height:.375rem;width:.375rem;border-radius:1rem;display:block}.swiper-pagination-bullet-active{background:#e2a265!important}.swiper-button-prev,.swiper-button-next{height:2.8125rem;width:2.8125rem;border:solid .075rem #1A1930;border-radius:5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:.4}.swiper-button-prev:hover,.swiper-button-next:hover{opacity:1;cursor:pointer}.swiper-button-prev{left:5rem}.swiper-button-prev:after{font-size:1rem;margin-right:.1rem}.swiper-button-next{right:10rem}.swiper-button-next:after{font-size:1rem;margin-left:.1rem}.swiper-button-icon{width:.55rem;height:auto}.swiper-button-icon--reverse{rotate:180deg}.swiper--products{height:25rem;width:100vw;position:relative}@media screen and (min-width: 1280px){.swiper--products{height:50.625rem}}.swiper--products .swiper-slide-container{height:100%}.swiper--products .swiper-button-icon{opacity:.3}.swiper--products .swiper-button-prev,.swiper--products .swiper-button-next{display:none}@media screen and (min-width: 1024px){.swiper--products .swiper-button-prev,.swiper--products .swiper-button-next{display:flex;position:absolute;top:50%;transform:translateY(-50%);z-index:100;border:none;background-color:#fff;opacity:1}}.swiper--products .swiper-button-prev:hover .swiper-button-icon,.swiper--products .swiper-button-next:hover .swiper-button-icon{opacity:1;z-index:10}.swiper--products .swiper-pagination{bottom:1rem;z-index:1}@media screen and (min-width: 1024px){.swiper--products .swiper-pagination{display:none}}.swiper--contact{height:100%;position:relative}.swiper--service{width:100%;height:100%}@media screen and (min-width: 1024px){.swiper--service{aspect-ratio:4/5}}.swiper--service .swiper-pagination{z-index:1;bottom:1rem}@media screen and (min-width: 1024px){.swiper--service .swiper-pagination{display:none}}.list-swiper-buttons{display:none}@media screen and (min-width: 1024px){.list-swiper-buttons{display:flex;flex-direction:row;justify-content:flex-end;gap:.875rem;width:100%}}.products-grid{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width: 768px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width: 1440px){.products-grid{grid-template-columns:repeat(8,1fr);width:100%}}.products-grid__brands{display:none}@media screen and (min-width: 1440px){.products-grid__brands{font-family:Space Mono Regular,monospace;grid-column:span 8;padding-bottom:4rem;display:flex;flex-direction:row;align-items:center;justify-content:end;gap:2rem}}.products-grid__brands-title{font-family:Space Mono Regular,monospace;text-transform:uppercase}.products-grid__brand-list{display:flex;flex-direction:row;align-items:center;gap:1.75rem}.products-grid__brand-list .products-grid__brand-item{opacity:1;transition:opacity .2s ease-in-out}.products-grid__brand-list .products-grid__brand-item.is-dimmed{opacity:.2}.products-grid__brand-list .products-grid__brand-item.is-highlighted{opacity:1}.products-grid__brand-list a{color:#1a1930;text-transform:uppercase}.products-grid__first{display:none;position:relative}@media screen and (min-width: 1440px){.products-grid__first{display:block;grid-column:span 4;grid-row:span 4;height:100%;width:100%;margin-top:-.128rem}.products-grid__first .corner{opacity:.5}.products-grid__first .corner--br{margin-bottom:-.05rem}}.products-grid__img{width:100%;height:100%;padding:2rem;object-fit:contain;position:absolute;top:0;left:0;opacity:0;transition:opacity .1s ease-in-out}.products-grid picture:first-child .products-grid__img{opacity:1}.products-grid--header{grid-template-columns:repeat(1,1fr);padding-block:1rem}@media screen and (min-width: 768px){.products-grid--header{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1440px){.products-grid--header{grid-template-columns:repeat(8,1fr)}}.faqs-cards{width:100%;display:grid;gap:.875rem}@media screen and (min-width: 768px){.faqs-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1280px){.faqs-cards{grid-template-columns:repeat(3,1fr)}}.faqs-cards--overview{display:flex;flex-direction:column;gap:.875rem}.faqs-cards--overview .faqs-card__content{margin-top:1rem}.faqs-card{background-color:#1a19300f;padding:2rem;min-height:10.5rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.875rem;position:relative}.faqs-card__heading{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.875rem}.faqs-card__theme{display:flex;flex-direction:row;gap:.75rem;align-items:center;font-family:Space Mono Regular,monospace;color:#1a193066;position:absolute;top:1rem;left:1rem;text-transform:uppercase;font-size:.8125rem}.faqs-card__theme-icon{width:2.75rem}.faqs-card__content{padding-top:.75rem}.faqs-card__label{font-family:Space Mono Regular,monospace;text-transform:uppercase;font-size:.8125rem;margin-bottom:.875rem;display:block;opacity:.5}.faqs-card__question{font-family:Raleway,sans-serif;max-width:26rem;transition:font-weight .2s ease-in-out}.faqs-card__question--bold{font-weight:700}.faqs-card__label,.faqs-card__question{transition:margin .15s ease-in-out}.faqs-card__chevron{width:.45rem;height:auto}.faqs-card__answer:before{content:"";height:1rem;width:100%;position:relative;display:block}@media screen and (min-width: 1280px){.faqs-card:hover{cursor:pointer}.faqs-card:hover .faqs-card__label{margin-left:.5rem}.faqs-card:hover .faqs-card__question{margin-left:1rem}}.faqs-card--overview{display:block;min-height:auto}.faqs-card--overview .faqs-card__question{max-width:none}.faqs-card--overview .faqs-card__chevron{rotate:90deg;transition:rotate .15s ease-in-out}.faqs-card--overview:hover .faqs-card__label,.faqs-card--overview:hover .faqs-card__question{margin-left:0}.faqs-card--open .faqs-card__chevron{rotate:-90deg}.controls{display:none}@media screen and (min-width: 1440px){.controls{position:fixed;right:-35vw;top:0;z-index:5;height:100vh;width:38.5vw;background-color:#f2f2f2;display:flex;flex-direction:row;transition:background-color .15s ease-in-out;transition:right .5s ease-in-out}.controls:hover{background-color:#e6e6e6}.controls__btns{width:3.5vw;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-block:4rem}.controls__icon{color:#1a1930;opacity:.2;width:.75rem;height:auto;margin-top:.1rem}.controls__btn{font-family:Space Mono Regular,monospace;background-color:transparent;border:none;rotate:-90deg;color:#324c5e;display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:.5rem 1rem;position:relative;width:fit-content}.controls__btn:hover{cursor:pointer}.controls__btn:hover .controls__icon{opacity:.5}.controls__to-top{transition:opacity .1s ease-in-out}.controls__close{rotate:0deg;position:absolute;top:2.5rem;right:2.5rem}.controls__contact{background-color:#e2a265;color:#fff;padding-right:1.25rem;clip-path:polygon(0px 0px,100% 0px,100% 23.75px,calc(100% - 30px) 51px,0px 81px);transition:all .25s ease-in-out}}@media screen and (min-width: 1440px) and (min-width: 1280px){.controls__contact{margin-top:3rem}.controls__contact:hover{clip-path:polygon(0px 0px,100% 0px,100% 100px,calc(100% - 30px) 200px,0px 81px)}}@media screen and (min-width: 1440px){.controls__contact-container{padding:2.5rem;overflow-y:scroll}.controls__title{font-size:2.375rem;font-family:Raleway,sans-serif;margin-bottom:6rem;margin-top:6rem;color:#1a1930}.controls__box{display:grid;grid-template-columns:1.75rem auto 1fr;gap:.5rem;font-family:Space Mono Regular,monospace;margin-bottom:3rem}.controls__heading-box{height:2rem}.controls__heading-box--title{display:flex;align-items:center}.controls__box-icon{width:1.25rem;height:auto}.controls__box-icon--laptop{width:1.75rem}.controls__link{font-family:Raleway,sans-serif;font-size:.9375rem;text-decoration:none;color:#1a1930;opacity:.5;background-color:transparent;border:none}.controls__link:hover{opacity:1;cursor:pointer}.controls__subtitle{text-transform:uppercase;font-size:.8125rem}}.controls--open{right:0;z-index:10}.controls--open .controls__to-top{opacity:0}.controls--open:hover{background-color:#f2f2f2}.search__search{display:flex;flex-direction:row;gap:.5rem}.search__input{background-color:transparent;border:none;border-radius:0;border-bottom:.075rem solid white;width:0;opacity:0;transition:all .35s ease-in-out;font-family:Poppins,sans-serif;color:#fff}.search__input::placeholder{color:#ffffff80}.search__input:focus{outline:none}.search__input--open{opacity:1;width:80%}@media screen and (min-width: 1440px){.search__input--open{width:12rem}}.search__results-box{display:flex;flex-direction:column}@media screen and (min-width: 1440px){.search__results-box{align-items:flex-end}}.search__results{position:absolute;z-index:10;background-color:#fff;margin-top:1rem;width:82vw;-webkit-box-shadow:0px 0px 11px 0px rgba(0,0,0,.15);-moz-box-shadow:0px 0px 11px 0px rgba(0,0,0,.15);box-shadow:0 0 11px #00000026}@media screen and (min-width: 768px){.search__results{width:25rem}}.search__results li:last-of-type a{padding-bottom:1rem}.search__results li:last-of-type a:after{content:none}.search__results li:first-of-type a{padding-top:1rem}.search__item{display:block;text-decoration:none;font-size:.9375rem;color:#1a1930;padding:.5rem 1rem;width:100%}@media screen and (min-width: 768px){.search__item{font-size:.8125rem}}.search__item--link{position:relative}.search__item--link:after{content:"";position:absolute;bottom:0;display:block;width:92%;height:.075rem;background-color:#daddde}.search__item--link:hover{background-color:#1a193026}.search .header__close-icon{display:none;width:1.5rem;height:auto}.search--mobile-open{position:fixed;top:0;left:0;z-index:10;background-color:#1a1930;height:100vh;width:100vw;padding:5%;padding-block:3rem}.search--mobile-open .search__input{font-size:16px}.search--mobile-open .header__btn-icon{color:#1a1930}.search--mobile-open .header__close-icon{display:block}.search--mobile-open .header__btn-icon{display:none}@media screen and (min-width: 1440px){.search--mobile-open{position:relative;background-color:transparent;height:auto;width:auto;padding:0}.search--mobile-open .header__close-icon{display:none}.search--mobile-open .header__btn-icon{display:flex}}.models-block{width:100%}.models-filter{width:100%;border-bottom:.075rem solid rgba(26,25,48,.18);padding-bottom:2rem;margin-bottom:4rem}@media screen and (min-width: 1024px){.models-filter{padding-bottom:3rem}}.models-filter__inner{display:flex;flex-direction:column;gap:1.5rem}.models-filter__selects{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width: 768px){.models-filter__selects{flex-direction:row}}@media screen and (min-width: 1024px){.models-filter__selects{display:none}}.models-filter__select-wrap{position:relative}@media screen and (min-width: 768px){.models-filter__select-wrap{flex:1}}.models-filter__select{width:100%;font-family:Space Mono Regular,monospace;font-size:.9375rem;text-transform:uppercase;color:#1a1930;background-color:transparent;border:.075rem solid rgba(26,25,48,.18);padding:1rem 3rem 1rem 1.25rem;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.models-filter__select-icon{position:absolute;right:1.25rem;top:50%;width:.55rem;height:auto;color:#1a1930;transform:translateY(-50%) rotate(90deg);pointer-events:none}.models-filter__buttons{display:none}@media screen and (min-width: 1024px){.models-filter__buttons{display:flex;flex-direction:column;gap:1.5rem}}.models-filter__group{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:2rem;row-gap:1rem}@media screen and (min-width: 1024px){.models-filter__group{column-gap:3rem}}.models-filter__label{font-family:Space Mono Regular,monospace;font-size:.9375rem;text-transform:uppercase;color:#324c5e;opacity:.5}.models-filter__btn{font-family:Space Mono Regular,monospace;font-size:.9375rem;text-transform:uppercase;color:#324c5e;background:none;border:none;padding:0;cursor:pointer;text-decoration:none;transition:opacity .2s ease,color .2s ease}.models-filter__btn:hover{opacity:.5}.models-filter__btn--active{color:#1a1930;text-decoration:underline;text-underline-offset:.4rem}.call{position:fixed;top:0;left:0;z-index:10;height:100vh;width:100vw;background-color:#1a193080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (min-width: 768px){.call{padding:5%}}.call__box{height:fit-content;width:fit-content;background-color:#fff;max-height:100%;overflow-y:scroll;padding:3rem 5%;position:relative;max-width:80rem}@media screen and (min-width: 1024px){.call__box{padding:3rem}}@media screen and (min-width: 1280px){.call__box{overflow-y:hidden;display:grid;grid-template-columns:1fr 1fr}}@media screen and (min-width: 1280px){.call__box-left{margin-right:3rem}}.call__title{margin-bottom:.875rem}@media screen and (min-width: 1280px){.call__title{font-size:3rem}}.call__text{margin-bottom:.875rem}@media screen and (min-width: 1024px){.call__text{max-width:80%}}.call__close{position:absolute;top:1rem;right:1rem;display:flex;flex-direction:row;align-items:center;gap:1rem;font-family:Space Mono Regular,monospace;color:#e2a265;background-color:transparent;border:none}@media screen and (min-width: 1280px){.call__close{top:2rem;right:2rem;opacity:.5;transition:opacity .15s ease-in-out}.call__close:hover{cursor:pointer;opacity:1}}.call__close-icon{color:#e2a265;width:1rem;height:auto}@media screen and (min-width: 1280px){.call__close-icon{width:2rem}}.placeholder{background-color:#1a1930;height:100%;width:100%;display:flex;align-items:center;justify-content:center;opacity:.5}.placeholder--transparent{background-color:transparent}.share{display:flex;flex-direction:row;align-items:center;gap:1rem;margin-top:3rem}.share__intro{font-weight:700;font-family:Space Mono Regular,monospace}.share__btns{display:flex;flex-direction:row;align-items:center;gap:.5rem}.share__btn{background-color:transparent;border:none;color:#e2a265;fill:#e2a265}.share__icon{width:1.25rem;height:1.25rem}.links-box{width:100%;border-bottom:.075rem solid rgba(26,25,48,.18);padding-bottom:2rem}@media screen and (min-width: 1024px){.links-box{padding-bottom:3rem}}.links-box__links{display:flex;flex-wrap:wrap;flex-direction:row;column-gap:2rem;row-gap:1rem}@media screen and (min-width: 1024px){.links-box__links{column-gap:3rem}}.links-box__link{font-family:Space Mono Regular,monospace;font-size:.9375rem;text-decoration:none;color:#324c5e;text-transform:uppercase}.links-box__link:hover{opacity:.5}.links-box__label{border-bottom:.075rem solid rgba(26,25,48,.18);margin-bottom:3rem}.links-box__label .label{margin-bottom:1rem}.pop-up{position:fixed;top:0;left:0;z-index:10;height:100vh;width:100vw;background-color:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (min-width: 768px){.pop-up{padding:5%}}.pop-up__box{background-color:#fff;padding:3rem 1.5rem 4rem;margin:.875rem;position:relative}@media screen and (min-width: 768px){.pop-up__box{padding:3rem}}.pop-up__close{background-color:transparent;border:none;color:#1a1930;font-family:Space Mono Regular,monospace;display:flex;flex-direction:row;align-items:center;gap:1rem;position:absolute;top:1.25rem;right:1.25rem}@media screen and (min-width: 1024px){.pop-up__close{top:3rem;right:3rem}}.pop-up__close-icon{color:#1a1930;width:1rem;height:auto}@media screen and (min-width: 1024px){.pop-up__close-icon{width:2rem}}.pop-up__title{font-family:Raleway,sans-serif;max-width:40rem;margin-bottom:3rem;padding-right:6rem}@media screen and (min-width: 1024px){.pop-up__title{margin-bottom:4rem;padding-right:10rem}}.pop-up__subtitle{font-size:.9375rem;color:#324c5e;text-transform:uppercase;font-family:Space Mono Regular,monospace;padding-bottom:.5rem;border-bottom:solid .075rem #DADDDE;margin-bottom:.75rem}.pop-up__texts{display:flex;flex-direction:column;gap:3rem;color:#324c5e}@media screen and (min-width: 1024px){.pop-up__texts{gap:4rem}}.pop-up__text{max-width:28rem}@media screen and (min-width: 1024px){.pop-up__text{margin-right:15rem}}.pop-up__cke{max-width:45rem}.pop-up__cke p{margin-bottom:1rem}@media screen and (min-width: 1024px){.pop-up .btn-absolute{position:absolute;bottom:3rem;right:3rem}}.banner{position:relative;z-index:9;width:100%;background-color:#e2a265;color:#fff}@media screen and (min-width: 1440px){.banner{position:fixed;top:0;left:0}}.banner__container{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;padding:.625rem 2.5rem}@media screen and (min-width: 768px){.banner__container{flex-direction:row;justify-content:center;gap:.75rem}}.banner__title{font-size:.9375rem;font-weight:600;line-height:1.3;color:#1a1930}.banner__text{font-size:.9375rem;line-height:1.3;color:#1a1930}.banner__text a{color:#1a1930;text-decoration:underline;font-weight:600}.banner__close{position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding:.25rem;background-color:transparent;border:none;color:#1a1930;cursor:pointer}.banner__close-icon{width:.875rem;height:auto;color:#1a1930}.section-margin{margin-block:3.5rem;width:100%}@media screen and (min-width: 1280px){.section-margin{margin-block:6.75rem}}@media screen and (min-width: 1440px){.section-margin{padding-right:3.5vw}}@media screen and (min-width: 1920px){.section-margin{padding-right:0}}.section-margin--no-top{margin-top:0}.section-padding--no-right{padding-right:0}.section-padding{padding-block:3.5rem;width:100%;background-color:#f7f7f7}@media screen and (min-width: 1280px){.section-padding{padding-block:6.75rem}}@media screen and (min-width: 1440px){.section-padding{padding-right:3.5vw}}@media screen and (min-width: 1920px){.section-padding{padding-right:0}}.section-padding--sec{background-color:#1a1930}@media screen and (min-width: 768px){.break{display:block}}.section-border-top{border-top:solid .075rem rgba(26,25,48,.18);padding-top:2rem}.container{width:90%;max-width:1642px}.center{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.detail__controls{display:none}@media screen and (min-width: 1024px){.detail__controls{display:flex;width:100%;padding-block:3rem;border-top:.075rem solid rgba(26,25,48,.18);border-bottom:.075rem solid rgba(26,25,48,.18)}}.detail__controls-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.detail__content{display:grid}@media screen and (min-width: 1024px){.detail__content{grid-template-columns:1fr 1fr;margin-top:3rem}}.detail__img{width:100%;margin-bottom:1rem}@media screen and (min-width: 1024px){.detail__img{margin-bottom:3rem}}.detail__text h2{margin-bottom:1.5rem;font-size:1.4rem;color:#1a1930}.detail__text--job h2{margin-top:2rem;margin-bottom:1rem;font-size:.9375rem;font-weight:700}.detail__text p{margin-bottom:1.5rem}.detail__text ul,.detail__text ol{margin-left:2rem;margin-bottom:2rem;list-style:disc}.detail__text li{margin-bottom:.4rem;font-family:Raleway,sans-serif}.detail__title{margin-bottom:1rem}@media screen and (min-width: 768px){.detail__title{max-width:80%}}.detail__form{background-color:#1a1930;padding:3rem .875rem;margin-top:3rem}@media screen and (min-width: 1024px){.detail__form{padding:3rem}}.detail__form-title{color:#e2a265;font-size:1.4rem;font-weight:400;margin-bottom:3rem;font-family:Raleway,sans-serif}.contact__title{color:#e2a265;margin-bottom:3rem;font-weight:400}@media screen and (min-width: 1280px){.contact__title{margin-bottom:6rem}}.contact__title--ambassador{max-width:70rem}.contact__subtitle{color:#e2a265;font-family:Space Mono Regular,monospace;font-size:.8125rem;text-transform:uppercase;display:flex;flex-direction:row;gap:.875rem;align-items:center;margin-bottom:1rem}.contact__subtitle--l{font-size:1rem}.contact__icon{width:2rem;height:2rem}.contact__grid-ambassador{width:100%;display:grid}@media screen and (min-width: 1024px){.contact__grid-ambassador{grid-template-columns:50% 40%;gap:10%}}.contact__box{margin-bottom:3rem}.contact__box--form{max-width:33.75rem}.contact__info{color:#d0d0d0;font-size:.9375rem;font-family:Space Mono Regular,monospace;line-height:1.75;width:fit-content}.contact__info--link{display:block;text-decoration:none;background:transparent;border:none}.contact__info--link:hover{text-decoration:underline;cursor:pointer;color:#fff}.contact__info--underlined{text-decoration:underline}.contact__info--btn{background-color:transparent;border:none;display:flex;flex-direction:row;align-items:center;gap:1rem;color:#e2a265;opacity:.5;padding:.5rem 1.25rem .5rem 1rem;border:solid .075rem transparent;text-align:left}.contact__info--btn .contact__close{display:none}.contact__info--btn:hover{opacity:1}.contact__info--btn-open{border:solid .075rem rgba(255,255,255,.3);border-bottom:0;opacity:1}.contact__info--btn-open .contact__close{display:block}.contact__close{width:1.5rem;height:auto}.contact__actions{display:flex;flex-direction:column}@media screen and (min-width: 768px){.contact__actions{grid-column:span 2}}@media screen and (min-width: 1600px){.contact__actions{grid-column:span 1;margin-bottom:-.75rem}}.contact__actions--desk{display:none}@media screen and (min-width: 1600px){.contact__actions--desk{display:flex}}.contact__actions--mob{display:flex}@media screen and (min-width: 1600px){.contact__actions--mob{display:none}}.contact__media{position:relative;aspect-ratio:4/5;padding:.75rem;width:100%;overflow:hidden}@media screen and (min-width: 768px){.contact__media{padding:1.5rem}}.contact .label{grid-column:span 2}.contact__logo-box{position:absolute;z-index:2;top:1.5rem;left:1.5rem}@media screen and (min-width: 768px){.contact__logo-box{top:3rem;left:3rem}}.contact__logo{width:6rem;height:auto}@media screen and (min-width: 768px){.contact__logo{width:10rem}}.contact__points{margin-top:1.25rem;display:grid;gap:3rem}@media screen and (min-width: 1280px){.contact__points{grid-template-columns:1fr 1fr}}.contact__point{display:flex;flex-direction:column;gap:-.1rem}.contact__point-head{display:flex;flex-direction:row;justify-content:space-between}.contact__point-title{border:solid .1rem rgba(255,255,255,.3);color:#e2a265;font-size:1.4rem;text-transform:uppercase;padding:1rem;width:fit-content}.contact__point-close{aspect-ratio:1/1;height:100%;background-color:transparent;border:solid .1rem rgba(255,255,255,.3);color:#ffffff4d;display:flex;align-items:center;justify-content:center}.contact__point-no-bb{border-bottom:transparent .1rem solid}.contact__point-icon-chevron{rotate:90deg;width:1rem;height:auto}.contact__point-icon-close{width:1.25rem;height:auto}.contact__point-box{border:solid .1rem rgba(255,255,255,.3);border-bottom:none;display:grid;grid-template-columns:1fr;padding-right:2rem;padding-left:1rem;align-items:start;column-gap:1.75rem;row-gap:1rem;color:#d0d0d0}.contact__point-box:before,.contact__point-box:after{content:"";height:2rem}@media screen and (min-width: 768px){.contact__point-box{grid-template-columns:10rem 1fr}.contact__point-box:before,.contact__point-box:after{grid-column:span 2}}@media screen and (min-width: 1280px){.contact__point-box{grid-template-columns:10rem 1fr}.contact__point-box:before,.contact__point-box:after{grid-column:span 3}}.contact__point-box:last-child{border-bottom:solid .1rem rgba(255,255,255,.3)}.contact__point-box--first{display:grid;grid-template-columns:1fr}.contact__point-box--first:before,.contact__point-box--first:after{content:"";height:2rem}@media screen and (min-width: 768px){.contact__point-box--first{grid-template-columns:10rem 1fr}.contact__point-box--first .contact__subtitle{grid-row:span 2}.contact__point-box--first:before,.contact__point-box--first:after{grid-column:span 2}}@media screen and (min-width: 1280px){.contact__point-box--first{grid-template-columns:10rem 1fr 1fr}.contact__point-box--first:before,.contact__point-box--first:after{grid-column:span 3}}.contact__point--open .contact__point--last{border-bottom:none}.contact__point .contact__subtitle{margin-bottom:0}.contact__addresses,.contact__openings{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width: 1024px){.contact__addresses,.contact__openings{gap:2rem}}@media screen and (min-width: 1024px){.contact__openings{gap:1rem}}.contact-map{height:40.8125rem;width:100%}#map-contact,#map-contacts{height:100%;width:100%}.map-marker:before{content:url(/assets/icons/location-pin.svg);width:1rem}.map-info-window__title,.map-info-window__address,.map-info-window{font-family:Inter,sans-serif;line-height:1.5}.map-info-window__title{font-weight:700;margin-bottom:.5rem}.leaflet-tile-pane{filter:grayscale(1)}.leaflet-control-attribution{background:transparent!important;font-size:.625rem;opacity:.5}.leaflet-control-attribution,.leaflet-control-attribution a{color:#6b6b6b!important;text-decoration:none}.alert__container{min-height:30vh;max-width:40rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.alert__title{margin-bottom:3rem}.model-heading{margin-top:2rem}@media screen and (min-width: 1024px){.model-heading{margin-top:4rem}}@media screen and (min-width: 1440px){.model-heading .section-heading{margin-bottom:0}}.model-heading .section-heading:after{content:none}.model-heading .links-box__link{text-decoration:underline}.model-heading .links-box__link:hover{text-decoration:none}.model-banner{height:25vh;max-height:25rem;display:flex;align-items:center;justify-content:center}.model__title{font-size:2rem;font-family:Raleway,sans-serif;color:#1a1930;margin-top:.875rem;max-width:15rem;margin-bottom:1.5rem}@media screen and (min-width: 1024px){.model__title{max-width:none;font-size:2.625rem}}.model__text{max-width:50rem;margin-bottom:1.5rem}@media screen and (min-width: 1024px){.model__text{margin-bottom:3rem}}.model__img-slide{width:100%;aspect-ratio:3/2}.model .swiper--submodel{position:relative;margin-bottom:1rem}@media screen and (min-width: 1024px){.model .swiper--submodel{margin-bottom:1.75rem}}.model .swiper-button{display:none}@media screen and (min-width: 1024px){.model .swiper-button{display:flex;position:absolute;top:50%;z-index:1;transform:translateY(-50%);background-color:#fff;border:none}}.model .swiper-button-prev,.model .swiper-button-next{opacity:.8}.model .swiper-button-prev:hover,.model .swiper-button-next:hover{opacity:1}.model .swiper-button-prev{left:1rem}.model .swiper-button-next{right:1rem}.model .swiper-pagination{z-index:1;bottom:.75rem}@media screen and (min-width: 1024px){.model .swiper-pagination{display:none}}@media screen and (min-width: 1280px){.model .swiper-wrapper:has(:nth-child(3):last-child)~.swiper-button{display:none}}.model .swiper-wrapper:has(:nth-child(2):last-child)~.swiper-button{display:none}.header{background-color:#1a1930;width:100%;height:7.5rem;position:relative;z-index:10;transform:translateY(0);transition:transform .3s ease-in-out;will-change:transform}@media screen and (min-width: 1440px){.header{position:fixed;top:var(--banner-h, 0px);left:0}}@media screen and (min-width: 1440px){.header--hidden{transform:translateY(calc(-100% - var(--banner-h, 0px)))}}@media screen and (min-width: 1440px){.header--show{transform:translateY(0)}}@media screen and (min-width: 768px){.header{height:9.7rem}}.header__container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.header__logo{width:15rem}@media screen and (min-width: 768px){.header__logo{width:18.25rem}}.header__right{position:fixed;left:-70vw;top:0;display:flex;flex-direction:column;gap:2rem;background-color:#1a1930;height:100vh;width:70vw;padding:10%;transition:all .275s ease-out;border-right:.075rem solid rgba(255,255,255,.2)}@media screen and (min-width: 1440px){.header__right{position:relative;left:0;flex-direction:row;align-items:center;gap:2.375rem;background-color:transparent;padding:0;height:auto;width:fit-content;border-right:none}}.header__right--show{left:0}@media screen and (min-width: 1440px){.header__right--show{left:auto}}.header__navs{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width: 1440px){.header__navs{flex-direction:row;align-items:center;gap:2rem}}.header__nav{color:#fff;text-decoration:none;font-family:Poppins,sans-serif;font-size:16px;transition:color .1s ease-in-out}@media screen and (min-width: 768px){.header__nav{font-size:.9375rem}}.header__nav:hover{color:#e2a265;cursor:pointer}.header__nav--selected{color:#e2a265}.header__nav--btn{background-color:transparent;border:none;display:flex;flex-direction:row;align-items:center;gap:.75rem}.header__nav-icon{rotate:-180deg;width:.35rem;height:auto;transition:rotate .1s ease-in-out}@media screen and (min-width: 1440px){.header__nav-icon{rotate:90deg}}.header__nav--open .header__nav-icon{rotate:0deg}@media screen and (min-width: 1440px){.header__nav--open .header__nav-icon{rotate:-90deg}}.header__options{display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width: 1440px){.header__options{flex-direction:row;align-items:center}}@media screen and (min-width: 1440px){.header__options:before{content:"";position:relative;width:.1rem;height:3rem;background-color:#fff;opacity:.5}}.header__socials{display:flex;align-items:center;gap:.75rem}.header__social{height:2rem;width:2rem;display:flex;align-items:center;justify-content:center;border:solid white .1rem;border-radius:5rem;transition:all .1s ease-in-out}.header__social-icon{color:#fff;width:.75rem;height:.75rem;transition:all .1s ease-in-out}.header__social:hover{border:#E2A265 solid .1rem}.header__social:hover .header__social-icon{color:#e2a265}.header__langs-box{position:relative}.header__btn,.header__lang{text-transform:uppercase;color:#fff;font-size:.9375rem}.header__btn{background-color:transparent;border:none;display:flex;align-items:center;justify-content:center;gap:.5rem;width:fit-content}.header__btn:hover{cursor:pointer}.header__btn-icon{height:auto;width:1.35rem}.header__langs{position:absolute;display:flex;flex-direction:column;gap:.5rem;margin-left:1.85rem;margin-top:.5rem}.header__lang{text-decoration:none}.header__lang:hover{text-decoration:underline}.header__menu{display:flex;flex-direction:column;gap:.5rem;background-color:transparent;border:none}@media screen and (min-width: 1440px){.header__menu{display:none}}.header__menu-bar{height:.1rem;width:1.75rem;background-color:#fff;transition:all .15s ease-in-out}.header__menu--open{position:fixed;right:5%;filter:drop-shadow(0px 0px 12px #1A1930)}.header__menu--open .header__menu-bar--top{rotate:-45deg;transform-origin:top right}.header__menu--open .header__menu-bar--center{opacity:0}.header__menu--open .header__menu-bar--bottom{rotate:45deg;transform-origin:bottom right}.header__menu-products{position:fixed;top:0;right:0;z-index:10;width:55vw;height:100vh;padding:0 1rem;overflow-y:scroll;background-color:#fff}@media screen and (min-width: 1440px){.header__menu-products{height:fit-content;width:100vw;position:absolute;z-index:-1;overflow:hidden}.header__menu-products:before{content:"";height:9.7rem;width:100vw;background-color:#1a1930;position:relative}}.header__product-container{width:100%;height:100%;display:flex;justify-content:center}@media screen and (min-width: 1440px){.header__product-container{padding-block:3rem;height:fit-content;align-items:center}}.header--absolute{position:absolute;top:var(--banner-h, 0px);left:0;z-index:10;background-color:transparent}@media screen and (min-width: 1440px){.header--absolute{position:absolute}}.footer{background-color:#1a1930;padding-top:3.5rem;padding-bottom:3.75rem;position:relative;z-index:5}@media screen and (min-width: 1280px){.footer{padding-top:7.5rem}}.footer__top{display:grid;gap:3rem}@media screen and (min-width: 1280px){.footer__top{grid-template-columns:1fr}}@media screen and (min-width: 1600px){.footer__top{grid-template-columns:20% 53% 18%;justify-content:space-between}}@media screen and (min-width: 1280px){.footer__logo-box{grid-column:span}}.footer__logo{width:12rem}@media screen and (min-width: 1280px){.footer__logo{width:15.625rem}}.footer__content{display:grid;gap:3rem}@media screen and (min-width: 768px){.footer__content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1024px){.footer__content{grid-template-columns:repeat(3,1fr);line-height:1.75}}.footer__title{color:#e2a265;font-size:1.125rem;font-family:Inter,sans-serif;margin-bottom:1rem}@media screen and (min-width: 1280px){.footer__title{margin-bottom:3rem;margin-top:1.25rem}}.footer__list{display:flex;flex-direction:column;list-style:none}.footer__link,.footer__copy,.footer__location-address{color:#fff;font-family:Space Mono Regular,monospace;opacity:.45;line-height:1.75}.footer__link{text-decoration:none;transition:color .1s ease-in-out;display:block}.footer__link--underline{text-decoration:underline}@media screen and (min-width: 1024px){.footer__link--underline{text-align:right}}.footer__link:hover{opacity:1}@media screen and (min-width: 1024px){.footer__locations{grid-column:span 2}}.footer__location{display:grid;align-items:center;grid-template-columns:1fr;gap:1rem;border-top:.075rem solid rgba(255,255,255,.3);padding-block:.75rem}@media screen and (min-width: 1024px){.footer__location{gap:0;grid-template-columns:1fr 1fr 1fr 1fr}}.footer__location:last-of-type{border-bottom:.075rem solid rgba(255,255,255,.3)}.footer__location-name{color:#e2a265;font-family:Space Mono Regular,monospace;text-transform:uppercase}.footer__location-contacts{grid-column:span 2;display:flex;flex-direction:column;gap:.25rem}.footer__location-address{text-decoration:none}.footer__location-address:hover{opacity:1}@media screen and (min-width: 1600px){.footer__cta{justify-self:flex-end}}.footer__socials{display:flex;flex-direction:row;gap:.35rem}.footer__social{display:block;height:3.25rem;width:3.25rem;border:solid .1rem #E2A265;border-radius:10rem;display:flex;align-items:center;justify-content:center}.footer__social-icon{height:1.25rem;color:#e2a265;fill:#e2a265}.footer__btns{margin-top:4.25rem;display:flex;flex-direction:column;gap:.875rem;width:100%;max-width:13.75rem}.footer__btns .btn{margin-top:0}@media screen and (min-width: 1280px){.footer__btns .btn{width:100%}}.footer__bottom{margin-top:4rem}@media screen and (min-width: 1280px){.footer__bottom{margin-top:11.25rem}}.footer__required{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}@media screen and (min-width: 1280px){.footer__required{flex-direction:row;justify-content:space-between}}.footer__icon-box{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.footer__icon-box:before,.footer__icon-box:after{content:"";width:100%;height:.075rem;background-color:#e2a265;display:block;position:relative}.footer__logo-icon{width:1.65rem}.footer__gdprs{display:flex;flex-direction:column}@media screen and (min-width: 1280px){.footer__gdprs{flex-direction:row;gap:2.25rem}}.footer__lav-icon{width:1.25rem;height:1.25rem}.footer__link-lav{display:flex;flex-direction:row;align-items:center;gap:.5rem}.hero{min-height:100vh;width:100vw;position:relative;z-index:6;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero:before{content:"";height:60vh;width:100%;position:absolute;bottom:0;left:0;z-index:-1;background:#1a1930;background:linear-gradient(360deg,#1a1930,#1a193000);mix-blend-mode:multiply}@media screen and (min-width: 768px){.hero:before{height:25vh}}.hero__video-box{height:100%;width:100%;overflow:hidden;position:absolute;left:0;top:0;z-index:-2}.hero__video-box:before{content:"";height:30vh;width:100%;position:absolute;top:0;left:0;background:#1a1930;background:linear-gradient(180deg,#1a1930,#1a193000);mix-blend-mode:multiply}@media screen and (min-width: 768px){.hero__video-box:before{height:25vh}}@media screen and (min-width: 768px){.hero__video-box:after{content:"";height:100%;width:60vw;position:absolute;top:0;left:0;background:#1a1930;background:linear-gradient(90deg,#1a1930,#1a193000);mix-blend-mode:multiply}}.hero__video{width:100%;height:100%;object-fit:cover}.hero__container{height:100%;min-height:100vh;width:90%;max-width:1642px;position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}@media screen and (min-width: 768px){.hero__container{min-height:calc(100vh - 12rem);margin-top:7.5vh;margin-bottom:4.875rem;justify-content:flex-start}}.hero__slogan{font-size:1.75rem;font-weight:500;line-height:1.15;color:#fff;margin-top:10rem;margin-bottom:4rem}.hero__slogan .break{display:block}@media screen and (min-width: 768px){.hero__slogan{margin-top:8vh;font-size:4rem;line-height:1;text-align:left}}@media screen and (min-width: 1024px){.hero__slogan{font-size:5rem}}@media screen and (min-width: 1280px){.hero__slogan{font-size:7.25rem}}.hero__content{font-size:.85rem;font-family:Space Mono Regular,monospace;text-align:center;width:fit-content;display:flex;flex-direction:column;gap:1.25rem}@media screen and (min-width: 768px){.hero__content{position:relative;right:0;bottom:12em;text-align:right}}.hero__text{max-width:32.625rem;position:absolute;bottom:3rem;right:0;font-size:.8125rem;font-family:Space Mono Regular,monospace;text-align:right}@media screen and (min-width: 1280px){.hero__text{bottom:0}}.hero__link{position:absolute;left:5%;bottom:1.5rem;text-decoration:none;color:#fff;font-family:Inter,sans-serif;font-size:.8125rem;display:flex;flex-direction:row;align-items:center;gap:1rem}@media screen and (min-width: 1024px){.hero__link{left:auto;right:5%}}@media screen and (min-width: 1440px){.hero__link{bottom:7rem;right:-1rem;rotate:-90deg}}.hero__link:before{content:"";display:block;height:.075rem;width:2.5rem;background-color:#e2a265;position:relative;margin-bottom:-.25rem}.hero__link:hover{text-decoration:underline}.hero__list-wrapper{display:none}@media screen and (min-width: 1024px){.hero__list-wrapper{display:block;padding:.85rem 1.3rem;min-width:18rem;position:absolute;left:0;bottom:0}}@media screen and (max-height: 1025px){.hero__list-wrapper{position:relative}}.hero__list{display:flex;flex-direction:column;gap:1rem;list-style:none;font-size:.85rem;font-family:Space Mono Regular,monospace;width:100%;padding-bottom:.5rem;transition:opacity ease-in-out .1s}.hero__list-item{width:100%}.hero__list-link{display:block;width:100%;padding-bottom:.1rem;opacity:.5;border-bottom:solid white .075rem;text-decoration:none;color:#fff}.hero__list-link h3,.hero__list-link h2{font-size:.85rem;color:#fff;font-family:Space Mono Regular,monospace}.hero__list-link:hover{opacity:1}.cards__cards{display:grid;gap:.875rem;row-gap:3rem}@media screen and (min-width: 768px){.cards__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1024px){.cards__cards{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1440px){.cards__cards{grid-template-columns:repeat(4,1fr)}}.cards__card{width:100%;overflow:hidden;transition:opacity .1s ease-in-out;position:relative}@media screen and (min-width: 1280px){.cards__card{padding-bottom:7.5rem;opacity:.5}.cards__card:hover{opacity:1}}@media screen and (min-width: 768px){.cards__card--1{grid-column:span 2}}@media screen and (min-width: 1024px){.cards__card--1{grid-column:span 1}}@media screen and (min-width: 1440px){.cards__card--1{grid-column:span 2}}.cards__card--1 .cards__text{max-width:38rem}.cards__img-box{height:20rem;width:100%;overflow:hidden;margin-bottom:1.4rem}@media screen and (min-width: 1280px){.cards__img-box{height:22rem;margin-bottom:2.8rem}}.cards__title{font-family:Raleway,sans-serif;font-weight:600;font-size:1.4rem;margin-bottom:1rem}@media screen and (min-width: 1280px){.cards__title{margin-bottom:1.625rem}}.cards__text{font-family:Raleway,sans-serif}@media screen and (min-width: 1280px){.cards .btn{position:absolute;bottom:0}}.cta{min-height:23rem;overflow:hidden;position:relative;color:#fff;padding-block:3.15rem;background-color:transparent}@media screen and (min-width: 1024px){.cta{min-height:46rem}}.cta__img-box{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.cta__img-box:after{content:"";position:absolute;top:0;left:0;height:100%;width:80%;background:#1a1930;background:linear-gradient(90deg,#1a1930,#1a193000)}.cta__container{display:flex;flex-direction:column;justify-content:space-between;height:100%;position:relative;padding:3.125rem 1.625rem}.cta__title{font-family:Raleway,sans-serif;font-size:2rem;color:#fff;margin-bottom:2rem}@media screen and (min-width: 1280px){.cta__title{font-size:3rem;margin-bottom:9rem}}.cta__text{max-width:23rem}.services-preview{padding-top:2rem;border-top:solid rgba(26,25,48,.18) .075rem}.services-preview__container{display:grid;row-gap:.875rem}@media screen and (min-width: 1280px){.services-preview__container{grid-template-columns:1fr 1fr}}.faqs-preview{display:flex;flex-direction:column;align-items:center}.faqs-preview .label{align-self:start}.faqs-preview__title{color:#324c5e;margin-bottom:2rem}@media screen and (min-width: 768px){.faqs-preview__title{margin-bottom:4rem}}.faqs-preview__card-link{text-decoration:none;color:#1a1930}@media screen and (min-width: 1280px){.brands-preview__container{display:grid;grid-template-columns:1fr 1fr}}.brands-preview__list{margin-top:3rem;display:flex;flex-direction:column;list-style:none}.brands-preview__brand{font-family:Raleway,sans-serif;font-size:1.125rem;line-height:1.5;color:#1a1930}.brands-preview__brand:hover{text-decoration:none}.brands-preview__text{margin-top:3rem;max-width:40rem}.brands-preview__right{display:none}@media screen and (min-width: 1280px){.brands-preview__right{display:block;position:relative;width:100%;height:100%;max-height:26rem}}.brands-preview__right--logos{display:grid;grid-template-columns:1fr 1fr;max-height:none;height:fit-content;padding-top:3.25rem}@media screen and (min-width: 768px){.brands-preview__right--logos{grid-template-columns:1fr 1fr 1fr}}@media screen and (min-width: 1280px){.brands-preview__right--logos{padding-left:4rem}}.brands-preview__logo-card{position:relative;width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.brands-preview__logo{width:60%;height:auto;max-height:8rem;transition:all .1s ease-in-out}.brands-preview__logo-card:hover .brands-preview__logo{scale:1.05}.brands-preview__to-all{color:#1a1930;font-size:1.25rem;font-family:Space Mono Regular,monospace;text-align:center}.brands-preview__to-all-title{max-width:5rem;opacity:.2;transition:all .1s ease-in-out}.brands-preview__to-all:hover .brands-preview__to-all-title{opacity:1}.brands-preview__img{width:100%;height:100%;object-fit:contain;position:absolute;top:0;left:0;opacity:0;transition:opacity .1s ease-in-out}.brands-preview picture:first-child .brands-preview__img{opacity:1}.brands__box{display:grid;grid-template-columns:1fr;gap:1rem;margin-block:3rem}@media screen and (min-width: 1280px){.brands__box{grid-template-columns:1fr 1fr;margin-block:6rem}}.brands__info{padding:0rem;position:relative}@media screen and (min-width: 1280px){.brands__info{padding:3rem 3rem 3rem 6rem}}@media screen and (min-width: 1280px){.brands__box:nth-child(2n) .brands__info{order:-1;padding-left:3rem;margin-right:5%}}.brands__svg-box{position:absolute;right:0;top:0;height:6.5625rem;width:fit-content}.brands__svg{width:6rem}@media screen and (min-width: 1024px){.brands__svg{height:100%;width:100%;max-width:14rem;object-fit:contain}}.brands__index{font-family:Space Mono Regular,monospace;margin-bottom:.875rem}.brands__title{font-size:2rem;font-family:Raleway,sans-serif;color:#1a1930;margin-top:.875rem;max-width:15rem;margin-bottom:1.5rem}@media screen and (min-width: 1024px){.brands__title{margin-bottom:3rem;max-width:none;font-size:2.625rem}}.brands__text{margin-bottom:2rem}@media screen and (min-width: 1280px){.brands__text{max-width:31.75rem;margin-bottom:6rem}}.brands__subtitle,.brands__product{font-family:Space Mono Regular,monospace;font-size:.8125rem;color:#324c5e}.brands__subtitle{text-transform:uppercase;opacity:.5;margin-bottom:1rem}@media screen and (min-width: 1024px){.brands__subtitle{margin-bottom:2rem}}.brands__list{display:flex;flex-direction:column;gap:.875rem}@media screen and (min-width: 768px){.brands__list{display:grid;grid-template-columns:1fr 1fr}}.brands__product{display:flex;flex-direction:row;align-items:center;gap:.75rem;position:relative}.brands__product-icon{width:2rem;height:auto;opacity:.5}.brands__product:hover{text-decoration:none}.brands__product:hover .brands__product-icon{opacity:1}@media screen and (min-width: 1280px){.text-media__title{max-width:76%}}.text-media__content{margin-top:2rem;display:flex;flex-direction:column-reverse}@media screen and (min-width: 1024px){.text-media__content{margin-top:4rem;display:grid;grid-template-columns:1fr 1fr}}.text-media__text-box{padding-top:2rem}@media screen and (min-width: 1024px){.text-media__text-box{padding-right:6rem}}@media screen and (min-width: 1280px){.text-media__text p{font-size:1.4rem}}.text-media__slogan-box{margin-top:2rem;position:relative;padding:1rem 1.5rem}@media screen and (min-width: 1280px){.text-media__slogan-box{margin-top:6rem;padding:1.5rem 3rem}}.text-media__slogan-box .label{margin-bottom:1rem}.text-media__slogan{font-family:Space Mono Regular,monospace;font-size:1.125rem;text-transform:uppercase}@media screen and (min-width: 1280px){.text-media__slogan{font-size:1.4rem}}.jobs{display:grid;color:#324c5e}@media screen and (min-width: 1280px){.jobs{grid-template-columns:70% 30%}}@media screen and (min-width: 1440px){.jobs{grid-template-columns:60% 40%}}.jobs__img{width:100%}.jobs__img-box{display:none}@media screen and (min-width: 1280px){.jobs__img-box{display:block;width:100%;aspect-ratio:3/4}}@media screen and (min-width: 1280px){.jobs__content{width:90%}}.jobs__title,.jobs__text{margin-bottom:2rem}@media screen and (min-width: 1280px){.jobs__title,.jobs__text{margin-bottom:6rem}}.jobs__text{max-width:32.625rem}.jobs__text p{font-family:Space Mono Regular,monospace;font-size:.8125rem}.jobs__list{display:grid}@media screen and (min-width: 768px){.jobs__list{grid-template-columns:1fr 1fr}}.jobs__link{text-decoration:none;display:block;height:100%}.jobs__item{height:100%;position:relative;text-decoration:none;color:#324c5e;padding:1.5rem;margin-top:-.075rem;margin-right:-.075rem}@media screen and (min-width: 1280px){.jobs__item{padding:3rem}}.jobs__item:hover{background-color:#1a193006}.jobs__item-title,.jobs__item-subtitle,.jobs__item-more{font-family:Space Mono Regular,monospace;text-transform:uppercase}.jobs__item-title{font-size:1.125rem;margin-bottom:2rem}@media screen and (min-width: 1280px){.jobs__item-title{font-size:1.4rem;margin-bottom:3rem}}.jobs__item-subtitle,.jobs__item-more{font-size:.8125rem}.jobs__item-subtitle{padding-bottom:.875rem;border-bottom:rgba(26,25,48,.18) solid .075rem;margin-bottom:.875rem}.jobs__item-more{display:block;margin-top:3rem}.related-brand{display:flex;flex-direction:column-reverse;gap:2rem;padding:2rem;position:relative;margin-top:calc(-.075rem - .01rem)}@media screen and (min-width: 1024px){.related-brand{flex-direction:row;justify-content:space-between;align-items:center;padding:3rem;gap:0}}@media screen and (min-width: 1024px){.related-brand__content{max-width:33.5rem}}.related-brand__media{width:100%}@media screen and (min-width: 1024px){.related-brand__media{text-align:right;width:50%}}.related-brand__title{font-family:Raleway,sans-serif;font-weight:600;font-size:1.4rem;margin-bottom:2rem}.related-brand__svg{width:100%;max-width:18rem;height:auto}.product-grid{display:grid;grid-template-columns:1fr;gap:4rem;height:fit-content}@media screen and (min-width: 768px){.product-grid{grid-template-columns:1fr 1fr;row-gap:6rem}}@media screen and (min-width: 1280px){.product-grid{grid-template-columns:1fr 1fr 1fr}}.product-grid__imgs{width:100%}.product-grid .placeholder,.product-grid__img-slide,.product-grid .product-grid__img{width:100%;aspect-ratio:5/3;overflow:hidden}.product-grid__box{overflow:hidden;display:flex;flex-direction:column}.product-grid__box>.btn,.product-grid__box>.product-grid__contact{margin-top:auto}.product-grid__box>:nth-last-child(2){margin-bottom:1.5rem}@media screen and (min-width: 1280px){.product-grid__box>:nth-last-child(2){margin-bottom:3rem}}.product-grid__label,.product-grid__contact,.product-grid__index{font-family:Space Mono Regular,monospace;opacity:.5;text-transform:uppercase;display:block}.product-grid__label,.product-grid__contact{margin-top:2rem}@media screen and (min-width: 1024px){.product-grid__label,.product-grid__contact{margin-top:3rem}}.product-grid__label{margin-bottom:.875rem}.product-grid__from{font-family:Space Mono Regular,monospace;margin-top:.5rem}.product-grid__contact{color:#1a1930;text-decoration:underline}.product-grid__contact:hover{text-decoration:none}.product-grid__title{font-size:2.125rem;font-weight:600;font-family:Raleway,sans-serif;margin-right:10%}.product-grid__title--height{margin-bottom:1rem}@media screen and (min-width: 768px){.product-grid__title--height{min-height:9.25rem;margin-bottom:0}}.product-grid__list{margin-top:3rem;font-family:Space Mono Regular,monospace;line-height:2}.product-grid__item{display:flex;flex-direction:row;align-items:center;gap:.875rem}.product-grid__item:before{content:"";position:relative;display:block;height:.4rem;width:.4rem;background-color:#1a19302e;border-radius:1rem}.product-grid__index{margin-bottom:1rem}@media screen and (min-width: 1280px){.product-grid__index{margin-bottom:2rem}}@media screen and (min-width: 1280px){.product-grid__text{max-width:25rem}}.product-grid__text--light{color:#324c5e}@media screen and (min-width: 1280px){.product-grid__text--max{min-height:10rem}}.product-grid .swiper-pagination{position:absolute;bottom:.5rem;z-index:1}@media screen and (min-width: 1024px){.product-grid .swiper-pagination{display:none}}.product-grid .swiper-button{background-color:#fff;border:none}.product-grid .swiper-button:hover{background-color:#fffc}.product-grid .swiper-button-prev,.product-grid .swiper-button-next{position:absolute;z-index:2;top:50%;transform:translateY(-50%)}.product-grid .swiper-button-prev{left:.5rem}.product-grid .swiper-button-next{right:.5rem}.product-grid__empty{grid-column:1/-1}.product-summary{padding-bottom:4rem;border-bottom:solid rgba(26,25,48,.18)}.brand-products{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width: 768px){.brand-products{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1024px){.brand-products{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width: 1280px){.brand-products{grid-template-columns:repeat(6,1fr)}}.text-builder h2{font-size:2rem;margin-bottom:2rem}.text-builder h3{margin-top:2rem;margin-bottom:1rem;font-size:1.125rem}.text-builder h4{margin-block:1rem}.text-builder ul,.text-builder ol{margin-block:1rem;margin-left:2rem}.text-builder li{line-height:1.75}.text-builder a{color:#e2a265;text-decoration:none}.text-builder a:hover{text-decoration:underline}.text-media-simple{display:grid;align-items:center;padding-top:1rem;row-gap:1rem}@media screen and (min-width: 1280px){.text-media-simple{grid-template-columns:1fr 1fr}}.text-media-simple__title{font-size:1.4rem;margin-bottom:2rem}@media screen and (min-width: 1280px){.text-media-simple__text{margin-left:8rem}}.text-media-simple__cke p{margin-bottom:1rem}
