@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--color-active: #f75444;--color-primary: #f75444;--color-secondary: #ffa713;--color-text-dark: #000;--color-text-primary: #5a5a5a;--color-white: #fff;--heading-font-size: 32px;font-family:"Montserrat",sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;width:100%}body{color:var(--color-text-primary);font-size:16px;line-height:1.25;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}@media(min-width: 768px){body{font-size:18px}}ul,ol{list-style:none}a{color:inherit;text-decoration:none;transition:color .3s ease}img,picture,video,canvas,svg{max-width:100%}input,button,textarea,select{color:inherit;font:inherit}button{background:none;border:none;cursor:pointer;padding:0}fieldset{border:none;margin:0;padding:0}@media(min-width: 992px){:root{--heading-font-size: 40px}}@media(min-width: 1920px){:root{--heading-font-size: 48px}}.button{background-color:var(--color-white);border:2px solid var(--color-text-dark);border-radius:10px;color:var(--color-text-dark);display:inline-block;font-size:16px;font-weight:500;padding:10px 20px;transition:background .3s,color .3s}.button:hover{background:var(--color-text-dark);color:var(--color-white)}.button.button-light{background-color:rgba(0,0,0,0);border-color:var(--color-white);color:var(--color-white)}.button.button-light:hover{background-color:var(--color-white);color:var(--color-text-dark)}.button.button-dark{background-color:rgba(0,0,0,0);border-color:var(--color-text-dark);color:var(--color-text-dark)}.button.button-dark:hover{background-color:var(--color-text-dark);color:var(--color-white)}.button.button-inverse{background-color:rgba(0,0,0,0);border-color:var(--color-white);color:var(--color-white)}.button.button-inverse:hover{background-color:var(--color-white);color:var(--color-text-dark)}.container{margin:0 auto;max-width:1620px;padding:0 15px;width:100%}:root{--color-header-text: var(--color-text-dark)}.page-header,.page-header-spacer{height:90px}.page-header{border-bottom:1px solid #f1f1f1;color:var(--color-header-text);left:0;padding:25px 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:100}.page-header.page-header-scrolled{background-color:var(--color-white);box-shadow:0 0 10px rgba(0,0,0,.1)}.page-header .page-header-container{align-items:center;display:flex;gap:20px}@media(max-width: 1199px){.page-header .page-header-container{padding-right:70px}}@media(max-width: 1199px){.page-header .page-header-container .page-header-logo{flex:1}}.page-header .page-header-container .page-header-logo .page-header-logo-link{display:block;height:37px;position:relative;width:260px}.page-header .page-header-container .page-header-logo .page-header-logo-image,.page-header .page-header-container .page-header-logo .page-header-logo-image-white{inset:0;opacity:1;position:absolute;transition:opacity .3s ease}.page-header .page-header-container .page-header-logo .page-header-logo-image-white{opacity:0}.page-header .page-header-container .page-header-search svg path,.page-header .page-header-container .page-header-social svg path{fill:var(--color-header-text);transition:fill .3s ease}.page-header .page-header-container .page-header-search a:hover svg path,.page-header .page-header-container .page-header-search button:hover svg path,.page-header .page-header-container .page-header-social a:hover svg path,.page-header .page-header-container .page-header-social button:hover svg path{fill:var(--color-active)}.page-header .page-header-container .page-header-search{display:none}@media(min-width: 768px){.page-header .page-header-container .page-header-search{align-items:center;display:flex;height:30px;justify-content:center;margin-left:20px;width:30px}}@media(min-width: 1440px){.page-header .page-header-container .page-header-search{margin-left:30px}}@media(min-width: 1920px){.page-header .page-header-container .page-header-search{margin-left:50px}}.page-header .page-header-container .page-header-social{display:none}@media(min-width: 768px){.page-header .page-header-container .page-header-social{display:flex;gap:10px}}.page-header .page-header-container .page-header-social svg{height:24px;width:24px}.page-header .page-header-container .page-header-contact{display:none}@media(min-width: 768px){.page-header .page-header-container .page-header-contact{display:block}}.page-header .page-header-container .page-header-contact .button{background-color:rgba(0,0,0,0);border:1px solid var(--color-header-text);color:var(--color-header-text)}.page-header .page-header-container .page-header-contact .button:hover{background-color:var(--color-active);border-color:var(--color-active);color:var(--color-white)}.page-header .page-header-container .page-header-mobile-menu-button{display:flex;position:absolute;right:20px;top:50%;transform:translateY(-50%)}@media(min-width: 1200px){.page-header .page-header-container .page-header-mobile-menu-button{display:none}}.page-header .page-header-container .page-header-mobile-menu-button svg{height:32px;width:32px}.page-header .page-header-container .page-header-mobile-menu-button svg path{fill:var(--color-header-text)}.page-header .page-header-overlay{background-color:rgba(0,0,0,.5);inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;z-index:99}.page-header .page-header-overlay.mobile-menu-overlay-active{opacity:1;pointer-events:auto}body.homepage .page-header:not(.page-header-scrolled){border-bottom-color:rgba(0,0,0,0);--color-header-text: var(--color-white)}body.homepage .page-header:not(.page-header-scrolled) .page-header-logo .page-header-logo-image{opacity:0}body.homepage .page-header:not(.page-header-scrolled) .page-header-logo .page-header-logo-image-white{opacity:1}.page-footer{background-color:#191919;color:#cfd1d8;font-size:16px;font-weight:300;position:relative}@media(min-width: 1920px){.page-footer{font-size:18px}}.page-footer::before{background-color:var(--color-secondary);content:"";display:block;height:9px;left:0;position:absolute;top:0;width:50%}@media(min-width: 768px){.page-footer::before{width:30vw}}@media(min-width: 1920px){.page-footer::before{width:560px}}.page-footer .page-footer-container{display:grid;gap:40px;padding:50px 0}@media(min-width: 768px){.page-footer .page-footer-container{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.page-footer .page-footer-container{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1200px){.page-footer .page-footer-container{gap:50px;grid-template-columns:5fr 4fr 4fr 5fr;padding:60px 0}}@media(min-width: 1440px){.page-footer .page-footer-container{gap:80px;grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1920px){.page-footer .page-footer-container{padding:80px 0}}.page-footer .page-footer-container .page-footer-about{text-align:center}@media(min-width: 768px){.page-footer .page-footer-container .page-footer-about{grid-column:span 2}}@media(min-width: 992px){.page-footer .page-footer-container .page-footer-about{align-items:center;display:grid;gap:0 30px;grid-column:span 3;grid-template-columns:1fr 2fr 32px;text-align:left}}@media(min-width: 1200px){.page-footer .page-footer-container .page-footer-about{display:block;grid-column:unset}}.page-footer .page-footer-container .page-footer-logo{margin:0 0 20px}@media(min-width: 992px){.page-footer .page-footer-container .page-footer-logo{grid-row:span 2;margin:0}}@media(min-width: 1200px){.page-footer .page-footer-container .page-footer-logo{margin:0 0 50px}}.page-footer .page-footer-container .page-footer-description{line-height:1.6667;margin:0 0 20px}@media(min-width: 992px){.page-footer .page-footer-container .page-footer-description{margin:0}}@media(min-width: 1200px){.page-footer .page-footer-container .page-footer-description{margin:0 0 30px}}.page-footer .page-footer-container .page-footer-column .page-footer-column-heading{color:var(--color-white);font-weight:500;margin:0 0 25px}.page-footer .page-footer-container .page-footer-column .page-footer-column-menu{display:flex;flex-direction:column;gap:10px}.page-footer .page-footer-container .page-footer-column .page-footer-column-menu li a:hover{color:var(--color-secondary)}@media(min-width: 768px){.page-footer .page-footer-container .page-footer-column.page-footer-column-contact{grid-column:span 2}}@media(min-width: 992px){.page-footer .page-footer-container .page-footer-column.page-footer-column-contact{grid-column:unset}}.page-footer .page-footer-container .page-footer-column .page-footer-contact-info{display:flex;flex-direction:column;gap:30px;margin:0 0 30px}@media(min-width: 768px){.page-footer .page-footer-container .page-footer-column .page-footer-contact-info{display:grid;gap:20px;grid-template-columns:1fr 1fr}}@media(min-width: 992px){.page-footer .page-footer-container .page-footer-column .page-footer-contact-info{display:flex}}.page-footer .page-footer-container .page-footer-column .page-footer-address,.page-footer .page-footer-container .page-footer-column .page-footer-email,.page-footer .page-footer-container .page-footer-column .page-footer-phones{background:no-repeat left center;line-height:1.6667;padding-left:50px}.page-footer .page-footer-container .page-footer-column .page-footer-address{background-image:url("/assets/icon-pin-9ae9c78b.svg")}@media(min-width: 768px){.page-footer .page-footer-container .page-footer-column .page-footer-address{grid-row:span 2}}.page-footer .page-footer-container .page-footer-column .page-footer-email{background-image:url("/assets/icon-envelope-97380575.svg")}.page-footer .page-footer-container .page-footer-column .page-footer-phones{background-image:url("/assets/icon-phone-69407424.svg")}.page-footer .page-footer-container .page-footer-column .page-footer-form-button{text-align:center}@media(min-width: 992px){.page-footer .page-footer-container .page-footer-column .page-footer-form-button{text-align:left}}.page-footer .page-footer-container .page-footer-column .page-footer-form-button .button{background-color:rgba(0,0,0,0)}.page-footer .page-footer-container .page-footer-column .page-footer-form-button .button:hover{background-color:var(--color-secondary);border-color:var(--color-secondary);color:var(--color-white)}.page-footer .page-footer-bottom{display:flex;flex-direction:column;gap:20px;text-align:center}@media(min-width: 768px){.page-footer .page-footer-bottom{align-items:center;flex-direction:row;justify-content:space-between}}.page-footer .page-footer-bottom .page-footer-copyrights{font-weight:300}.page-footer .page-footer-bottom .page-footer-authors{align-items:center;display:flex;flex-direction:column;gap:5px 10px}@media(min-width: 768px){.page-footer .page-footer-bottom .page-footer-authors{flex-direction:row}}@media(min-width: 992px){.page-footer .page-footer-bottom .page-footer-authors{gap:30px}}.page-footer .page-footer-bottom .page-footer-authors a,.page-footer .page-footer-bottom .page-footer-authors img{display:inline-block;vertical-align:middle}.page-footer .page-footer-bottom .page-footer-authors img{aspect-ratio:1;width:60px}@media(min-width: 768px){.page-footer .page-footer-bottom .page-footer-authors img{width:86px}}.article-layout{margin:0 auto;max-width:820px;padding:30px 0 0}@media(min-width: 992px){.article-layout{padding:50px 0 0}}.article-layout .article-image{aspect-ratio:820/525;border-radius:10px;margin:0 0 20px;overflow:hidden;width:100%}@media(min-width: 992px){.article-layout .article-image{margin:0 0 40px}}.article-layout .article-image img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.article-layout .page-breadcrumbs{margin:0 0 10px}.article-layout .article-title{color:var(--color-text-dark);font-size:var(--heading-font-size);font-weight:400;line-height:1.2;margin:0 0 20px}@media(min-width: 1440px){.article-layout .article-title{margin-bottom:30px}}.article-layout .article-content{line-height:1.6666666667;margin:0 0 40px}.article-layout .article-content h3{color:#2d2b2b;font-size:20px;font-weight:500;margin:20px 0 10px}.article-layout .article-content p+p{margin-top:20px}.article-layout .article-navigation{align-items:center;border-top:1px solid #efefef;display:flex;gap:20px;justify-content:space-between;margin:40px 0 0;padding:30px 0}@media(min-width: 992px){.article-layout .article-navigation{margin:60px 0 0;padding:40px 0}}.article-layout .article-navigation .article-navigation-left a{color:#2d2b2b;font-size:20px;font-weight:500;text-transform:uppercase}.article-layout .article-navigation .article-navigation-left a:hover{color:var(--color-active)}.article-layout .article-navigation .article-navigation-right{display:flex}.article-layout .article-navigation .article-navigation-buttons{display:flex;gap:10px}.article-layout .article-navigation .article-navigation-buttons .share-button-twitter svg,.article-layout .article-navigation .article-navigation-buttons .share-button-facebook svg{height:32px;width:32px}.article-layout .article-navigation .article-navigation-buttons .share-button-twitter svg path,.article-layout .article-navigation .article-navigation-buttons .share-button-facebook svg path{fill:var(--color-secondary);transition:fill .3s ease}.article-layout .article-navigation .article-navigation-buttons .share-button-twitter:hover svg path,.article-layout .article-navigation .article-navigation-buttons .share-button-facebook:hover svg path{fill:var(--color-active)}.text-page .text-page-title{color:var(--color-text-dark);font-size:var(--heading-font-size);font-weight:400;line-height:1.2;margin:0 0 20px}@media(min-width: 1440px){.text-page .text-page-title{margin-bottom:30px}}.text-page .text-page-content{line-height:1.6666666667;margin:0 0 40px}.text-page .text-page-content h3{color:#2d2b2b;font-size:20px;font-weight:500;margin:20px 0 10px}.text-page .text-page-content p+p{margin-top:20px}.distributors-hero{margin:40px 0 60px;text-align:center}.distributors-hero .distributors-title{color:var(--color-text-dark);font-size:48px;font-weight:400;margin:0 0 20px}.distributors-hero .distributors-subtitle{color:var(--color-text-light);font-size:18px;line-height:1.5;margin:0}.distributors-list{display:grid;gap:30px;margin:0 0 60px}.distributors-list .distributor-item{background:#fff;border:1px solid #efefef;border-radius:10px;padding:30px;transition:box-shadow .3s ease}.distributors-list .distributor-item:hover{box-shadow:0 4px 20px rgba(0,0,0,.1)}.distributors-list .distributor-item .distributor-name{color:var(--color-text-dark);font-size:24px;font-weight:500;margin:0 0 15px}.distributors-list .distributor-item .distributor-address,.distributors-list .distributor-item .distributor-phone,.distributors-list .distributor-item .distributor-email,.distributors-list .distributor-item .distributor-hours{color:var(--color-text-light);font-size:16px;line-height:1.5;margin:0 0 8px}.distributors-list .distributor-item .distributor-address:last-child,.distributors-list .distributor-item .distributor-phone:last-child,.distributors-list .distributor-item .distributor-email:last-child,.distributors-list .distributor-item .distributor-hours:last-child{margin-bottom:0}.distributors-list .distributor-item .distributor-phone,.distributors-list .distributor-item .distributor-email{font-weight:500}.page-header-menu{flex:1;font-size:16px;overflow-y:auto}@media(max-width: 1199px){.page-header-menu{background-color:#191919;bottom:0;left:0;max-width:300px;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:90vw;z-index:100}.page-header-menu.mobile-menu-open{transform:translateX(0)}}.page-header-menu .page-header-menu-list{display:flex}@media(max-width: 1199px){.page-header-menu .page-header-menu-list{flex-direction:column}.page-header-menu .page-header-menu-list li{border-bottom:1px solid var(--color-white);padding:10px 20px}.page-header-menu .page-header-menu-list li a{color:var(--color-white);display:block;margin:-10px -20px;padding:10px 20px}}@media(min-width: 1200px){.page-header-menu .page-header-menu-list{align-items:center;gap:20px;justify-content:flex-end}}@media(min-width: 1440px){.page-header-menu .page-header-menu-list{gap:30px}}@media(min-width: 1920px){.page-header-menu .page-header-menu-list{gap:50px}}.page-header-menu .page-header-menu-list a:hover{color:var(--color-active)}.page-header-menu .page-header-menu-logo{padding:30px 20px}@media(min-width: 1200px){.page-header-menu .page-header-menu-logo{display:none}}.page-header-menu .page-header-social-mobile{display:flex;gap:10px;padding:10px 20px}@media(min-width: 768px){.page-header-menu .page-header-social-mobile{display:none}}.page-header-menu .page-header-social-mobile svg{height:24px;width:24px}.page-header-menu .page-header-social-mobile svg path{fill:var(--color-white)}.page-header-menu .page-header-contact-mobile{margin:30px 20px;text-align:center}@media(min-width: 768px){.page-header-menu .page-header-contact-mobile{display:none}}.page-header-menu .page-header-contact-mobile .button{background-color:rgba(0,0,0,0);border-color:var(--color-white);color:var(--color-white)}.page-breadcrumbs{color:var(--color-text-dark);display:flex;flex-wrap:wrap;font-size:14px;font-weight:400;list-style:none;margin:20px 0;padding:0}@media(min-width: 768px){.page-breadcrumbs{margin:30px 0}}.page-breadcrumbs li:not(:last-child)::after{content:"/";margin:0 8px}.page-breadcrumbs a:hover{color:var(--color-active)}.layer-form{line-height:1.5;padding:30px}@media(min-width: 992px){.layer-form{padding:30px 40px}}@media(min-width: 1440px){.layer-form{padding:40px 50px}}@media(min-width: 1920px){.layer-form{padding:55px 60px}}.layer-form .layer-form-heading{font-size:var(--heading-font-size);font-weight:400;line-height:1.2;margin:0 0 25px;text-align:center}@media(min-width: 768px){.layer-form .layer-form-heading{text-align:left}}.layer-form .layer-form-description{font-size:18px;font-weight:300;margin:0 0 25px}@media(min-width: 1920px){.layer-form .layer-form-description{font-size:20px}}.layer-form .layer-form-fields{display:flex;gap:20px;margin:20px 0}.layer-form .layer-form-fields .form-group{flex:1 1 50%}.layer-form .form-control{background-color:rgba(0,0,0,0);border:1px solid #ddd;border-radius:10px;color:var(--color-white);display:block;font-size:16px;padding:10px;width:100%}.layer-form .form-control::placeholder{color:#eee}.layer-form .form-control:focus{border-color:var(--color-secondary);box-shadow:0 0 0 2px rgba(255,167,19,.25);outline:none}.layer-form textarea.form-control{min-height:100px;resize:vertical}.layer-form .form-group.checkbox{margin:0 0 30px}.layer-form .form-group.checkbox .form-checkbox-wrapper{position:relative}.layer-form .form-group.checkbox input.form-check-input{display:none;pointer-events:none;position:absolute}.layer-form .form-group.checkbox .form-control-label{cursor:pointer;display:inline-block;font-size:16px;padding-left:50px;padding-top:2px}.layer-form .form-group.checkbox .form-control-label::before,.layer-form .form-group.checkbox .form-control-label::after{border-radius:5px;content:"";height:30px;left:0;position:absolute;top:0;width:30px}.layer-form .form-group.checkbox .form-control-label::before{border:1px solid #ddd}.layer-form .form-group.checkbox .form-control-label::after{background:var(--color-secondary);opacity:0;transition:all .3s ease}.layer-form .form-group.checkbox input.form-check-input:checked+.form-control-label::after{opacity:1}.layer-form .invalid-feedback{color:#ffcccb;font-size:12px;margin-top:5px}.layer-form .layer-form-buttons{margin-top:20px}.layer-form .layer-form-buttons .button{background-color:rgba(0,0,0,0);border:2px solid var(--color-secondary);border-radius:10px;color:var(--color-white);font-size:16px;font-weight:500;line-height:1.5;outline:none;padding:10px 20px;transition:all .3s ease;width:100%}.layer-form .layer-form-buttons .button:hover{background-color:var(--color-secondary);color:var(--color-white)}.layer-form .layer-form-buttons .button:active{transform:translateY(1px)}.article-item{border-radius:20px;display:block;transition:border-color .3s ease}.article-item .article-image{aspect-ratio:500/266;border-radius:10px;margin:0 0 20px;overflow:hidden}@media(min-width: 768px){.article-item .article-image{margin:0 0 30px}}@media(min-width: 1200px){.article-item .article-image{margin:0 0 40px}}.article-item .article-image img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.article-item .article-content .article-title{color:var(--color-text-dark);font-size:18px;font-weight:500;line-height:1.2;margin:0 0 10px;transition:color .3s ease}@media(min-width: 768px){.article-item .article-content .article-title{font-size:22px}}@media(min-width: 992px){.article-item .article-content .article-title{margin:0 0 20px}}@media(min-width: 1200px){.article-item .article-content .article-title{margin:0 0 25px}}@media(min-width: 1920px){.article-item .article-content .article-title{font-size:24px}}.article-item .article-content .article-title:hover{color:var(--color-active)}.article-item .article-content .article-excerpt{font-size:16px;line-height:1.6666666667;margin-bottom:20px}@media(min-width: 768px){.article-item .article-content .article-excerpt{margin-bottom:30px}}@media(min-width: 1920px){.article-item .article-content .article-excerpt{font-size:18px;margin-bottom:50px}}.article-item .article-content .article-actions{margin:0 0 20px}@media(min-width: 768px){.article-item .article-content .article-actions{margin:0 0 30px}}@media(min-width: 1920px){.article-item .article-content .article-actions{margin:0 0 50px}}.article-item .article-content .article-actions span{color:var(--color-primary);font-size:14px;font-weight:bold}.article-item:hover .article-image img{transform:scale(1.05)}.product-item{background-color:#f9faff;display:grid;gap:30px;padding:30px;transition:background-color .3s ease}@media(min-width: 768px){.product-item{grid-template-columns:200px 1fr}}@media(min-width: 1200px){.product-item{grid-template-columns:250px 1fr;gap:60px 30px;padding:30px 60px}}@media(min-width: 1920px){.product-item{grid-template-columns:300px 1fr}}.product-item:hover{box-shadow:0 4px 20px rgba(0,0,0,.08)}@media(min-width: 1200px){.product-item .product-item-image{grid-row:span 2}}.product-item .product-item-image img{aspect-ratio:1;display:block;object-fit:contain;width:100%}.product-item .product-item-details .product-item-name{color:var(--color-text-dark);font-size:24px;font-weight:400;line-height:1.25;margin:0 0 25px;text-align:center}@media(min-width: 768px){.product-item .product-item-details .product-item-name{text-align:left}}@media(min-width: 1440px){.product-item .product-item-details .product-item-name{font-size:30px}}@media(min-width: 1920px){.product-item .product-item-details .product-item-name{font-size:32px}}.product-item .product-item-details .product-item-description{color:var(--color-text-light, #666);font-size:16px;font-weight:300;line-height:1.6667;margin:0 0 20px}@media(min-width: 1440px){.product-item .product-item-details .product-item-description{font-size:18px}}.product-item .product-item-actions{align-items:center;display:flex;flex-direction:column;gap:20px}@media(min-width: 768px){.product-item .product-item-actions{margin:0;grid-column:span 2;align-items:center;flex-direction:row-reverse}}@media(min-width: 1200px){.product-item .product-item-actions{grid-column:2}}.product-item .product-item-action-button{align-items:center;background-color:var(--color-text-dark);border-radius:10px;color:var(--color-white);display:inline-flex;gap:10px;line-height:1.6667;padding:10px 50px 10px 20px;position:relative}.product-item .product-item-action-button span{position:relative;z-index:1}.product-item .product-item-action-button:hover::before{opacity:1}.product-item .product-item-action-button:hover::after{filter:brightness(0) invert(1);right:10px}.product-item .product-item-action-button::after{background:url("/assets/arrow-right-circle-d0bf42e5.svg") no-repeat center;content:"";display:inline-block;height:22px;position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:right .3s ease-in-out;width:22px;z-index:1}.product-item .product-item-action-button::before{background:rgba(0,0,0,0) linear-gradient(180deg, #FFA713 0%, #F75444 100%) 0% 0% no-repeat padding-box;border-radius:10px;color:var(--color-white);content:"";inset:0;opacity:0;position:absolute;transition:opacity .3s ease-in-out}.distributor-item{background:#f9faff url("/assets/right-arrow-icon-2017d1d2.svg") no-repeat right 20px center;display:block;padding:15px 50px 15px 20px;transition:all .3s ease}.distributor-item .distributor-title{color:#2d2d2d;font-size:20px;font-weight:500;line-height:1.5}.distributor-item .distributor-address{font-size:16px;font-weight:300}.distributor-item:hover{background-position:right 10px center;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.articles-list{display:grid;gap:20px 30px;margin:50px 0}@media(min-width: 768px){.articles-list{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.articles-list{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1200px){.articles-list{gap:20px 50px}}@media(min-width: 1920px){.articles-list{gap:30px 60px}}.articles-hero{align-items:flex-start;display:grid;gap:20px;line-height:1.2;margin-bottom:80px}@media(min-width: 1200px){.articles-hero{gap:40px;grid-template-columns:2fr 1fr}}@media(min-width: 1920px){.articles-hero{gap:80px}}.articles-hero .article-image{border-radius:10px;overflow:hidden}.articles-hero .article-image img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.articles-hero .articles-hero-large-item{display:block;position:relative}.articles-hero .articles-hero-large-item .article-image{aspect-ratio:1000/530;position:relative}.articles-hero .articles-hero-large-item .article-image::after{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3333333333) 70%, rgba(0, 0, 0, 0.2) 100%);content:"";inset:0;position:absolute}.articles-hero .articles-hero-large-item .article-content{bottom:0;left:0;padding:20px;position:absolute;right:0;z-index:1}@media(min-width: 768px){.articles-hero .articles-hero-large-item .article-content{padding:30px 40px}}@media(min-width: 1440px){.articles-hero .articles-hero-large-item .article-content{padding:45px 60px}}.articles-hero .articles-hero-large-item .article-content .article-title{color:var(--color-white);font-size:24px;font-weight:400}@media(min-width: 768px){.articles-hero .articles-hero-large-item .article-content .article-title{font-size:var(--heading-font-size)}}.articles-hero .articles-hero-large-item .article-content .article-date{display:none}.articles-hero .articles-hero-large-item:hover .article-image img{transform:scale(1.05)}@media(min-width: 992px){.articles-hero .articles-hero-small-items{display:grid;gap:30px;grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1200px){.articles-hero .articles-hero-small-items{display:block}}.articles-hero .articles-hero-small-item{border-bottom:1px solid #f1f1f1;display:grid;gap:10px 25px;padding:10px 0}@media(min-width: 768px){.articles-hero .articles-hero-small-item{grid-template-columns:180px 1fr;padding:29px 0}}@media(min-width: 992px){.articles-hero .articles-hero-small-item{padding:0}}@media(min-width: 1200px){.articles-hero .articles-hero-small-item{padding:15px 0}}@media(min-width: 1440px){.articles-hero .articles-hero-small-item{grid-template-columns:190px 1fr;padding:39px 0}}@media(min-width: 1920px){.articles-hero .articles-hero-small-item{grid-template-columns:220px 1fr;padding:42px 0}}.articles-hero .articles-hero-small-item:first-child{padding-top:0}.articles-hero .articles-hero-small-item:last-child{border-bottom:none;padding-bottom:0}.articles-hero .articles-hero-small-item .article-image{aspect-ratio:220/124}.articles-hero .articles-hero-small-item .article-content .article-title{color:var(--color-text-dark);display:-webkit-box;font-size:18px;font-weight:500;line-clamp:3;margin:0 0 5px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media(min-width: 768px){.articles-hero .articles-hero-small-item .article-content .article-title{font-size:20px}}@media(min-width: 1920px){.articles-hero .articles-hero-small-item .article-content .article-title{font-size:24px}}.articles-hero .articles-hero-small-item .article-content .article-date{color:var(--color-primary);font-size:14px;font-weight:700;margin-top:5px}.articles-hero .articles-hero-small-item:hover .article-image img{transform:scale(1.05)}.products-list{display:flex;flex-direction:column;gap:35px}.products-catalog{display:grid;gap:50px;margin:30px 0}@media(min-width: 992px){.products-catalog{grid-template-columns:250px 1fr;margin:50px 0 90px}}@media(min-width: 1200px){.products-catalog{grid-template-columns:300px 1fr}}.products-catalog .products-catalog-products .products-catalog-heading{color:var(--color-text-dark);font-size:var(--heading-font-size);font-weight:400;line-height:1.2;margin:0 0 30px}.products-catalog .products-catalog-products .products-catalog-description{font-size:16px;font-weight:300;line-height:1.6667;margin:0 0 40px}@media(min-width: 1440px){.products-catalog .products-catalog-products .products-catalog-description{font-size:18px}}.products-catalog .products-catalog-products .products-mobile-actions{margin:10px 0 20px;text-align:center}@media(min-width: 1200px){.products-catalog .products-catalog-products .products-mobile-actions{display:none}}.products-catalog .products-catalog-products .products-mobile-actions button.button span{align-items:center;display:flex;gap:10px}.products-catalog .products-catalog-products .products-mobile-actions button.button span::before{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaWQ9IkVkaXRhYmxlLWxpbmUiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMyIDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSIgIE0zLjI0MSw3LjY0NkwxMywxOXY5bDYtNHYtNWw5Ljc1OS0xMS4zNTRDMjkuMzE1LDYuOTk2LDI4Ljg0OCw2LDI3Ljk4Niw2SDQuMDE0QzMuMTUyLDYsMi42ODUsNi45OTYsMy4yNDEsNy42NDZ6IiBmaWxsPSJub25lIiBpZD0iWE1MSURfNl8iIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==") no-repeat center;content:"";display:block;height:20px;width:20px}.products-catalog .products-catalog-products .products-mobile-actions button.button:hover span::before{filter:invert(1)}.products-catalog .products-catalog-products .products-catalog-summary{margin:0 0 20px}.products-catalog .products-catalog-overlay{background-color:rgba(0,0,0,.5);inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;z-index:99}.products-catalog .products-catalog-overlay.mobile-menu-overlay-active{opacity:1;pointer-events:auto}@media(max-width: 991px){.products-catalog-sidebar{background-color:var(--color-white);bottom:0;left:0;max-width:300px;opacity:0;overflow-y:auto;padding:30px;pointer-events:none;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:90vw;z-index:100}.products-catalog-sidebar.mobile-menu-open{transform:translateX(0)}}.products-catalog-sidebar .products-catalog-sidebar-categories{display:flex;flex-direction:column;gap:15px;margin:0 0 20px}.products-catalog-sidebar .products-catalog-sidebar-categories .products-catalog-sidebar-category{color:var(--color-text-dark);display:block;padding-right:30px;position:relative}.products-catalog-sidebar .products-catalog-sidebar-categories .products-catalog-sidebar-category:hover{color:var(--color-primary)}.products-catalog-sidebar .products-catalog-sidebar-categories .products-catalog-sidebar-category::after{background:url("/assets/angle-down-circle-b503b759.svg") no-repeat center;content:"";height:22px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:22px}.products-catalog-sidebar .products-catalog-sidebar-categories li.selected>.products-catalog-sidebar-category{color:#e50c36;font-size:20px;font-weight:500}.products-catalog-sidebar .products-catalog-sidebar-categories li.selected>.products-catalog-sidebar-category::after{filter:brightness(0) saturate(100%) invert(23%) sepia(81%) saturate(7275%) hue-rotate(341deg) brightness(89%) contrast(102%);transform:translateY(-50%) rotate(90deg)}.products-catalog-sidebar .products-catalog-sidebar-categories .products-catalog-sidebar-subcategories{color:var(--color-text-primary);display:flex;flex-direction:column;font-weight:300;gap:10px;margin:20px 0}.products-catalog-sidebar .products-catalog-sidebar-categories .products-catalog-sidebar-subcategories a:hover{color:var(--color-primary)}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-title{color:var(--color-text-dark);font-weight:500;margin:0 0 20px}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-slider{margin:20px 0}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-slider .nouislider{background-color:#f1f1f1;border:none;border-radius:3px;box-shadow:none;height:6px}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-slider .nouislider .noUi-handle{background-color:#e50c36;border:none;border-radius:50%;box-shadow:none;height:21px;opacity:1;right:-10px;top:-8px;width:21px}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-slider .nouislider .noUi-handle::before,.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-slider .nouislider .noUi-handle::after{display:none}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-slider .nouislider .noUi-connect{background-color:#e50c36}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-slider .nouislider-range{align-items:inherit;color:var(--color-text-dark);display:flex;justify-content:space-between;margin:10px 0 20px}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-options{display:flex;flex-direction:column;gap:10px}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-options .products-catalog-sidebar-filter-option{color:var(--color-text-dark);font-weight:300;padding-left:30px;position:relative}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-options .products-catalog-sidebar-filter-option::before,.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-options .products-catalog-sidebar-filter-option::after{content:"";height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);width:20px}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-options .products-catalog-sidebar-filter-option::before{border:1px solid #cfd1d8}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-options .products-catalog-sidebar-filter-option::after{background:#e50c36 url("/assets/icon-check-e15237f3.svg") no-repeat center;opacity:0}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-options .products-catalog-sidebar-filter-option.selected{color:var(--color-text-dark);font-weight:400}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-options .products-catalog-sidebar-filter-option.selected::after{opacity:1}.products-catalog-sidebar .products-catalog-sidebar-filter .products-catalog-sidebar-filter-options .products-catalog-sidebar-filter-option:not(.selected) a:hover{color:var(--color-primary)}.products-catalog-sidebar .products-catalog-sidebar-divider{border-top:1px solid #f1f1f1;margin:25px 0}.products-catalog-sidebar .products-catalog-banner{background:#ed0e00 url("/assets/catalog-banner-315846f5.webp") no-repeat top center/100% auto;color:var(--color-white);display:block;padding:82% 20px 20px}.products-catalog-sidebar .products-catalog-banner .products-catalog-banner-text{margin:20px 0}.products-catalog-sidebar .products-catalog-banner .products-catalog-banner-button{border:2px solid var(--color-secondary);border-radius:10px;color:inherit;display:block;font-size:16px;font-weight:500;line-height:1.5;padding:13px 20px;text-align:center;transition:all .3s ease}.products-catalog-sidebar .products-catalog-banner .products-catalog-banner-button:hover{background-color:var(--color-secondary);color:var(--color-white)}.homepage-hero{background:linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);color:var(--color-white);margin-top:-90px;overflow:hidden;position:relative}.homepage-hero .swiper-slide{align-items:center;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;min-height:80vh;padding:100px 0 50px}@media(min-width: 768px){.homepage-hero .swiper-slide{min-height:550px;padding:100px 0}}@media(min-width: 1200px){.homepage-hero .swiper-slide{min-height:650px}}@media(min-width: 1440px){.homepage-hero .swiper-slide{min-height:800px;padding:150px 0}}@media(min-width: 1920px){.homepage-hero .swiper-slide{min-height:1000px}}.homepage-hero .homepage-hero-content{max-width:600px}.homepage-hero .homepage-hero-content .homepage-hero-title{font-size:var(--heading-font-size);font-weight:400;line-height:1.25;margin:0 0 40px}.homepage-hero .homepage-hero-content .homepage-hero-title strong{color:var(--color-secondary);font-weight:700}.homepage-hero .homepage-hero-content .homepage-hero-description{font-size:16px;font-weight:300;line-height:1.6667;margin:0 0 30px}@media(min-width: 768px){.homepage-hero .homepage-hero-content .homepage-hero-description{font-size:18px;margin:0 0 50px}}.homepage-hero .homepage-hero-content .homepage-hero-actions .button{border-color:var(--color-secondary)}.homepage-hero .homepage-hero-content .homepage-hero-actions .button:hover{background-color:var(--color-secondary);border-color:var(--color-secondary);color:var(--color-white)}.homepage-hero .swiper-pagination{bottom:20px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}@media(min-width: 768px){.homepage-hero .swiper-pagination{bottom:50px}}@media(min-width: 1920px){.homepage-hero .swiper-pagination{bottom:130px}}.homepage-hero .swiper-pagination .swiper-pagination-bullet{background:var(--color-white);border:1px solid var(--color-white);border-radius:50%;cursor:pointer;display:block;height:15px;opacity:1;width:15px}.homepage-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--color-secondary);border-color:var(--color-secondary)}.homepage-hero .swiper-slide-active .homepage-hero-title{animation:slideInFromLeft .8s ease-out}.homepage-hero .swiper-slide-active .homepage-hero-description{animation:slideInFromLeft .8s ease-out .2s both}.homepage-hero .swiper-slide-active .homepage-hero-actions{animation:slideInFromLeft .8s ease-out .4s both}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-50px)}100%{opacity:1;transform:translateX(0)}}.homepage-services{margin:60px 0}@media(min-width: 768px){.homepage-services{margin:100px 0}}.homepage-services .services-list{display:grid;gap:30px}@media(min-width: 768px){.homepage-services .services-list{gap:40px;grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.homepage-services .services-list{gap:50px;grid-template-columns:repeat(4, 1fr)}}.homepage-services .services-list .service-item{align-items:center;border:3px solid rgba(0,0,0,0);display:flex;flex-direction:column;gap:50px;justify-content:center;padding:50px 30px;transition:border-color .3s ease-in-out}.homepage-services .services-list .service-item .service-icon{align-items:center;display:flex;height:100px;justify-content:center;position:relative;transition:transform .3s ease-in-out;width:100px}.homepage-services .services-list .service-item .service-icon .service-icon-main,.homepage-services .services-list .service-item .service-icon .service-icon-hover{left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);transition:opacity .3s ease-in-out}.homepage-services .services-list .service-item .service-icon .service-icon-main{opacity:1}.homepage-services .services-list .service-item .service-icon .service-icon-hover{filter:brightness(0) saturate(100%) invert(76%) sepia(36%) saturate(3932%) hue-rotate(348deg) brightness(102%) contrast(101%);opacity:0}.homepage-services .services-list .service-item:hover{border-color:#ededf2;border-radius:20px}.homepage-services .services-list .service-item:hover .service-icon{transform:translateY(-10px)}.homepage-services .services-list .service-item:hover .service-icon .service-icon-main{opacity:0}.homepage-services .services-list .service-item:hover .service-icon .service-icon-hover{opacity:1}.homepage-services .services-list .service-item .service-text{color:#2d2d2d;font-size:20px;font-weight:500;text-align:center}.homepage-textblock{margin:50px 0}@media(min-width: 992px){.homepage-textblock{margin:75px 0}}@media(min-width: 1440px){.homepage-textblock{margin:100px 0}}.homepage-textblock .homepage-textblock-container{max-width:1480px}@media(min-width: 992px){.homepage-textblock .homepage-textblock-container{align-items:center;display:grid;gap:50px;grid-template-columns:1fr 1fr}}@media(min-width: 1200px){.homepage-textblock .homepage-textblock-container{gap:70px;grid-template-columns:1fr 550px}}@media(min-width: 1440px){.homepage-textblock .homepage-textblock-container{gap:100px;grid-template-columns:1fr 600px}}@media(min-width: 1920px){.homepage-textblock .homepage-textblock-container{grid-template-columns:1fr 700px}}.homepage-textblock .homepage-textblock-container .homepage-textblock-image{margin:0 auto;max-width:500px}@media(min-width: 992px){.homepage-textblock .homepage-textblock-container .homepage-textblock-image{max-width:unset}}.homepage-textblock .homepage-textblock-container .homepage-textblock-image img{border-radius:10px;width:100%}.homepage-textblock .homepage-textblock-container .homepage-textblock-content{margin-bottom:20px}@media(min-width: 992px){.homepage-textblock .homepage-textblock-container .homepage-textblock-content{margin-bottom:0}}.homepage-textblock .homepage-textblock-container .homepage-textblock-content .homepage-textblock-title{color:var(--color-text-dark);font-size:var(--heading-font-size);font-weight:400;margin:0 0 20px}.homepage-textblock .homepage-textblock-container .homepage-textblock-content .homepage-textblock-text{font-weight:300;line-height:1.667;margin:0 0 40px}.homepage-textblock .homepage-textblock-container .homepage-textblock-content .homepage-textblock-text h4{color:var(--color-text-dark);font-size:20px;font-weight:400;line-height:1.5;margin:0 0 15px}.homepage-textblock .homepage-textblock-container .homepage-textblock-content .homepage-textblock-text p{margin:0 0 10px}.homepage-textblock .homepage-textblock-container .homepage-textblock-content .homepage-textblock-text p:last-child{margin-bottom:0}@media(min-width: 1200px){.homepage-textblock.homepage-textblock-reverse .homepage-textblock-container{grid-template-columns:550px 1fr}}@media(min-width: 1440px){.homepage-textblock.homepage-textblock-reverse .homepage-textblock-container{grid-template-columns:600px 1fr}}@media(min-width: 1920px){.homepage-textblock.homepage-textblock-reverse .homepage-textblock-container{grid-template-columns:700px 1fr}}.homepage-textblock.homepage-textblock-reverse .homepage-textblock-container .homepage-textblock-image{order:1}.homepage-textblock.homepage-textblock-reverse .homepage-textblock-container .homepage-textblock-content{order:2}.homepage-products{margin:50px 0}@media(min-width: 768px){.homepage-products{margin:100px 0}}.homepage-products .homepage-products-heading{display:flex;flex-direction:column;gap:5px;margin-bottom:25px}@media(min-width: 768px){.homepage-products .homepage-products-heading{align-items:center;flex-direction:row;justify-content:space-between}}.homepage-products .homepage-products-heading .homepage-products-title{color:var(--color-text-dark);font-size:var(--heading-font-size);font-weight:400;line-height:1.2;margin:0}.homepage-products .homepage-products-heading .homepage-products-link{align-self:flex-end}@media(min-width: 768px){.homepage-products .homepage-products-heading .homepage-products-link{align-self:center}}.homepage-products .homepage-products-heading .homepage-products-link a{align-items:center;background:url("/assets/angle-right-circle-6af38c86.svg") right center no-repeat;background-size:26px;color:var(--color-text-dark);display:inline-flex;font-weight:300;min-height:26px;padding-right:40px}@media(min-width: 1440px){.homepage-products .homepage-products-heading .homepage-products-link a{background-size:32px;font-size:20px;min-height:33px;padding-right:50px}}.homepage-products .homepage-products-heading .homepage-products-link a:hover{color:var(--color-secondary)}.homepage-products .homepage-products-description{line-height:1.6667;margin-bottom:60px;max-width:1000px}.homepage-products .homepage-products-list{display:flex;gap:30px;overflow:hidden}a.homepage-product{align-items:center;background-color:#f9faff;border:3px solid #f9faff;display:flex;flex:0 0 auto;flex-direction:column;max-width:520px;padding:30px 40px;transition:background-color .3s ease}@media(min-width: 992px){a.homepage-product{width:350px}}@media(min-width: 1200px){a.homepage-product{width:480px}}a.homepage-product .homepage-product-image{aspect-ratio:1;margin-bottom:30px}a.homepage-product .homepage-product-title{color:var(--color-text-dark);font-size:20px;font-weight:500;text-align:center}a.homepage-product:hover{background-color:var(--color-white)}.homepage-instructions{background-color:#000;color:var(--color-white);padding:50px 0}@media(min-width: 768px){.homepage-instructions{padding:100px 0}}@media(min-width: 1440px){.homepage-instructions{padding:100px 0 150px}}.homepage-instructions .homepage-instructions-heading{font-size:var(--heading-font-size);font-weight:400;line-height:1.25;margin:0 auto 20px;margin-bottom:30px;max-width:1000px;text-align:center}.homepage-instructions .homepage-instructions-heading strong{color:var(--color-secondary);white-space:nowrap}.homepage-instructions .homepage-instructions-description{font-weight:300;margin-bottom:30px;text-align:center}.homepage-instructions .homepage-instructions-product{align-items:center;display:flex;flex-direction:column;gap:30px;justify-content:center;position:relative}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product{aspect-ratio:16/8;flex-direction:row;gap:0}}.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left,.homepage-instructions .homepage-instructions-product .homepage-instructions-features-right{display:flex;flex-direction:column;gap:30px}@media(min-width: 1200px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left,.homepage-instructions .homepage-instructions-product .homepage-instructions-features-right{display:grid;gap:30px 50px;grid-template-columns:1fr 1fr}}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left,.homepage-instructions .homepage-instructions-product .homepage-instructions-features-right{display:flex;gap:50px;height:100%;position:absolute;top:0}}.homepage-instructions .homepage-instructions-product .homepage-instructions-feature{align-items:flex-start;display:flex;flex-direction:column}.homepage-instructions .homepage-instructions-product .homepage-instructions-feature h4{align-items:center;background:left center no-repeat;color:var(--color-secondary);display:inline-flex;font-size:20px;font-weight:500;line-height:1.2;margin-bottom:10px;min-height:35px;padding-left:50px}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-feature h4{padding-right:20px;position:relative}.homepage-instructions .homepage-instructions-product .homepage-instructions-feature h4::after{background-color:var(--color-secondary);content:"";height:2px;left:100%;position:absolute;top:15px;transform-origin:left top;width:100px}}.homepage-instructions .homepage-instructions-product .homepage-instructions-feature p{font-size:16px;font-weight:300;line-height:1.875}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left{left:0;width:530px}}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left .homepage-instructions-feature:nth-child(1){width:350px}}.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left .homepage-instructions-feature:nth-child(1) h4{background-image:url("/assets/homepage-features/feature-1-0b1d42c3.svg")}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left .homepage-instructions-feature:nth-child(1) h4::after{transform:rotate(20deg);width:340px}}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left .homepage-instructions-feature:nth-child(2){width:460px}}.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left .homepage-instructions-feature:nth-child(2) h4{background-image:url("/assets/homepage-features/feature-2-b389e22f.svg")}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left .homepage-instructions-feature:nth-child(2) h4::after{transform:rotate(30deg);width:210px}}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left .homepage-instructions-feature:nth-child(3){width:440px}}.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left .homepage-instructions-feature:nth-child(3) h4{background-image:url("/assets/homepage-features/feature-3-09fec7b7.svg")}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left .homepage-instructions-feature:nth-child(3) h4::after{transform:rotate(3deg);width:435px}}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left .homepage-instructions-feature:nth-child(4){width:550px}}.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left .homepage-instructions-feature:nth-child(4) h4{background-image:url("/assets/homepage-features/feature-4-5db2ba42.svg")}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-left .homepage-instructions-feature:nth-child(4) h4::after{transform:rotate(-5deg);width:410px}}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-right{right:0;width:440px}}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-right h4::after{left:-20px}}.homepage-instructions .homepage-instructions-product .homepage-instructions-features-right .homepage-instructions-feature:nth-of-type(1) h4{background-image:url("/assets/homepage-features/feature-5-8b60dfd5.svg")}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-right .homepage-instructions-feature:nth-of-type(1) h4::after{transform:rotate(150deg);width:180px}}.homepage-instructions .homepage-instructions-product .homepage-instructions-features-right .homepage-instructions-feature:nth-of-type(2) h4{background-image:url("/assets/homepage-features/feature-6-5fea0b63.svg")}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-right .homepage-instructions-feature:nth-of-type(2) h4::after{transform:rotate(175deg);width:120px}}.homepage-instructions .homepage-instructions-product .homepage-instructions-features-right .homepage-instructions-feature:nth-of-type(3) h4{background-image:url("/assets/homepage-features/feature-7-194596d6.svg")}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-right .homepage-instructions-feature:nth-of-type(3) h4::after{transform:rotate(177deg);width:140px}}.homepage-instructions .homepage-instructions-product .homepage-instructions-features-right .homepage-instructions-feature:nth-of-type(4) h4{background-image:url("/assets/homepage-features/feature-8-339b509c.svg")}@media(min-width: 1440px){.homepage-instructions .homepage-instructions-product .homepage-instructions-features-right .homepage-instructions-feature:nth-of-type(4) h4::after{transform:rotate(195deg);width:160px}}.homepage-distributors{border-bottom:8px solid #f9faff;margin:50px 0;padding-bottom:50px}@media(min-width: 992px){.homepage-distributors{margin:100px 0;padding-bottom:100px}}.homepage-distributors .homepage-distributors-heading{display:flex;flex-direction:column;margin-bottom:30px}@media(min-width: 768px){.homepage-distributors .homepage-distributors-heading{align-items:center;flex-direction:row;justify-content:space-between}}.homepage-distributors .homepage-distributors-heading .homepage-distributors-title{color:var(--color-text-dark);font-size:var(--heading-font-size);font-weight:400;line-height:1.2;margin:0}.homepage-distributors .homepage-distributors-heading .homepage-distributors-link{align-self:flex-end}@media(min-width: 768px){.homepage-distributors .homepage-distributors-heading .homepage-distributors-link{align-self:center}}.homepage-distributors .homepage-distributors-heading .homepage-distributors-link a{align-items:center;background:url("/assets/angle-right-circle-6af38c86.svg") right center no-repeat;background-size:26px;color:var(--color-text-dark);display:inline-flex;font-weight:300;min-height:26px;padding-right:30px}@media(min-width: 1440px){.homepage-distributors .homepage-distributors-heading .homepage-distributors-link a{background-size:32px;font-size:20px;min-height:33px;padding-right:40px}}.homepage-distributors .homepage-distributors-heading .homepage-distributors-link a:hover{color:var(--color-secondary)}.homepage-distributors .homepage-distributors-search{display:flex;flex-direction:column;gap:30px}@media(min-width: 768px){.homepage-distributors .homepage-distributors-search{flex-direction:row;height:500px}}@media(min-width: 992px){.homepage-distributors .homepage-distributors-search{height:600px}}@media(min-width: 1440px){.homepage-distributors .homepage-distributors-search{height:700px}}.homepage-distributors .homepage-distributors-search .homepage-distributors-search-sidebar{display:flex;flex-direction:column;max-height:400px;overflow-y:scroll}@media(min-width: 768px){.homepage-distributors .homepage-distributors-search .homepage-distributors-search-sidebar{flex:0 0 auto;max-height:unset;width:50%}}@media(min-width: 992px){.homepage-distributors .homepage-distributors-search .homepage-distributors-search-sidebar{width:500px}}@media(min-width: 1440px){.homepage-distributors .homepage-distributors-search .homepage-distributors-search-sidebar{width:550px}}.homepage-distributors .homepage-distributors-search .homepage-distributors-search-sidebar select.homepage-distributors-filter{background-color:rgba(0,0,0,0);border:1px solid #cfd1d8;border-radius:20px;display:block;padding:15px 20px;width:100%}.homepage-distributors .homepage-distributors-search .homepage-distributors-search-sidebar .homepage-distributors-search-info{font-size:16px;margin:20px 0}.homepage-distributors .homepage-distributors-search .homepage-distributors-search-sidebar .homepage-distributors-search-results{display:flex;flex:1;flex-direction:column;gap:10px;overflow-x:hidden;overflow-y:scroll;padding-right:20px}.homepage-distributors .homepage-distributors-search .homepage-distributors-search-map{aspect-ratio:1;border-radius:20px;overflow:hidden;position:relative}@media(min-width: 992px){.homepage-distributors .homepage-distributors-search .homepage-distributors-search-map{flex:1;height:100%}}.homepage-distributors .homepage-distributors-search .homepage-distributors-search-map .distributors-search-map{height:100%;width:100%}.homepage-distributors .distributor-infowindow{max-width:350px}.homepage-distributors .distributor-infowindow .distributor-infowindow-address,.homepage-distributors .distributor-infowindow .distributor-infowindow-phone{font-size:14px;margin:5px 0}.homepage-distributors .distributor-infowindow .distributor-infowindow-button{color:var(--color-primary);font-size:14px;text-decoration:underline}.homepage-distributors .gm-style-iw-ch{color:var(--color-primary);font-size:18px;font-weight:bold}.funding-banner{align-items:center;background:#42734e url("/assets/funding-banner-0286bd64.webp") no-repeat top center/100% auto;display:flex;padding-top:100vw}@media(min-width: 992px){.funding-banner{aspect-ratio:1920/1000;background-position:right bottom;background-size:50% auto;padding-top:0}}@media(min-width: 1200px){.funding-banner{background-position:right center;background-size:auto 100%}}.funding-banner .layer-form{color:var(--color-white);margin:0 auto;max-width:500px}@media(min-width: 992px){.funding-banner .layer-form{margin-left:0;width:50%}}@media(min-width: 1200px){.funding-banner .layer-form{margin-left:0;max-width:560px}}@media(min-width: 1440px){.funding-banner .layer-form{max-width:600px}}@media(min-width: 1920px){.funding-banner .layer-form{max-width:680px}}.funding-banner .layer-form .layer-form-description,.funding-banner .layer-form .layer-form-fields,.funding-banner .layer-form .layer-form-buttons{max-width:510px}@media(min-width: 992px){.funding-banner .layer-form .layer-form-description,.funding-banner .layer-form .layer-form-fields,.funding-banner .layer-form .layer-form-buttons{max-width:510px}}.contact-banner{align-items:center;aspect-ratio:1920/824;background:url("/assets/contact-banner-3fa31b21.webp") no-repeat center center/cover;display:flex;padding:50px 0;position:relative}.contact-banner .layer-form{background-color:#e50c36;border-radius:10px;color:var(--color-white);margin-right:auto;max-width:400px}@media(min-width: 992px){.contact-banner .layer-form{max-width:500px}}@media(min-width: 1440px){.contact-banner .layer-form{max-width:600px}}@media(min-width: 1920px){.contact-banner .layer-form{max-width:635px}}@media(min-width: 1200px){.contact-banner .contact-banner-badges{aspect-ratio:630/80;background:url("/assets/badges-8dcdad19.webp") no-repeat center center/contain;bottom:40px;position:absolute;right:15px;width:550px}}@media(min-width: 1440px){.contact-banner .contact-banner-badges{bottom:60px;width:630px}}@media(min-width: 1635px){.contact-banner .contact-banner-badges{right:50%;transform:translateX(810px)}}.homepage-banners{display:grid}@media(min-width: 768px){.homepage-banners{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.homepage-banners{grid-template-columns:repeat(3, 1fr)}}.homepage-banners .homepage-banner{aspect-ratio:640/550;position:relative}.homepage-banners .homepage-banner .homepage-banner-image{inset:0;overflow:hidden;position:absolute}.homepage-banners .homepage-banner .homepage-banner-image img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.homepage-banners .homepage-banner .homepage-banner-image::after{background-color:rgba(0,0,0,.65);content:"";display:block;inset:0;position:absolute;transition:background-color .3s ease}.homepage-banners .homepage-banner .homepage-banner-texts{color:var(--color-white);display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:40px;position:relative}@media(min-width: 992px){.homepage-banners .homepage-banner .homepage-banner-texts{padding:30px}}@media(min-width: 1200px){.homepage-banners .homepage-banner .homepage-banner-texts{padding:50px 45px}}@media(min-width: 1920px){.homepage-banners .homepage-banner .homepage-banner-texts{padding:60px 55px}}.homepage-banners .homepage-banner .homepage-banner-texts .homepage-banner-subheading{color:var(--color-secondary);font-size:20px;font-weight:500;margin:0 0 10px}@media(min-width: 992px){.homepage-banners .homepage-banner .homepage-banner-texts .homepage-banner-subheading{font-size:18px}}@media(min-width: 1200px){.homepage-banners .homepage-banner .homepage-banner-texts .homepage-banner-subheading{font-size:20px}}.homepage-banners .homepage-banner .homepage-banner-texts .homepage-banner-heading{font-size:var(--heading-font-size);font-weight:600;line-height:1.25;margin:0 0 20px}@media(min-width: 992px){.homepage-banners .homepage-banner .homepage-banner-texts .homepage-banner-heading{font-size:26px}}@media(min-width: 1200px){.homepage-banners .homepage-banner .homepage-banner-texts .homepage-banner-heading{font-size:32px}}@media(min-width: 1440px){.homepage-banners .homepage-banner .homepage-banner-texts .homepage-banner-heading{font-size:var(--heading-font-size)}}@media(min-width: 1920px){.homepage-banners .homepage-banner .homepage-banner-texts .homepage-banner-heading{margin-bottom:30px}}.homepage-banners .homepage-banner .homepage-banner-texts .homepage-banner-text{font-size:16px;font-weight:300;line-height:1.875;margin:0 0 30px;max-width:350px}@media(min-width: 1200px){.homepage-banners .homepage-banner .homepage-banner-texts .homepage-banner-text{margin-bottom:50px}}@media(min-width: 1920px){.homepage-banners .homepage-banner .homepage-banner-texts .homepage-banner-text{margin-bottom:100px}}.homepage-banners .homepage-banner .homepage-banner-texts .homepage-banner-actions .homepage-banner-arrow{background:url("/assets/banner-arrow-a913edaf.svg") no-repeat center/contain;display:block;height:32px;width:32px}@media(min-width: 1440px){.homepage-banners .homepage-banner .homepage-banner-texts .homepage-banner-actions .homepage-banner-arrow{height:44px;width:44px}}.homepage-banners .homepage-banner:hover .homepage-banner-image img{transform:scale(1.05)}.homepage-banners .homepage-banner:hover .homepage-banner-image::after{background-color:rgba(0,0,0,.5)}.distributors-search{background-color:#f9faff}@media(min-width: 992px){.distributors-search{display:flex}}@media(min-width: 1440px){.distributors-search{min-height:500px}}@media(min-width: 1920px){.distributors-search{min-height:700px}}.distributors-search .distributors-search-texts{padding:30px 15px 50px}@media(min-width: 992px){.distributors-search .distributors-search-texts{margin-left:auto;max-width:825px;padding:30px 70px 50px 15px;width:50%}}.distributors-search .distributors-search-texts .page-breadcrumbs{margin:0 0 20px}.distributors-search .distributors-search-texts .distributors-search-heading{color:var(--color-text-dark);display:flex;flex-direction:column;font-size:var(--heading-font-size);font-weight:400;gap:10px;line-height:1.2;margin:0 0 30px}@media(min-width: 1200px){.distributors-search .distributors-search-texts .distributors-search-heading{align-items:center;flex-direction:row;justify-content:space-between}}@media(min-width: 1440px){.distributors-search .distributors-search-texts .distributors-search-heading{margin-bottom:60px}}.distributors-search .distributors-search-texts .distributors-search-heading img{max-width:250px}.distributors-search .distributors-search-texts .distributors-search-logo{margin:60px 0 30px}.distributors-search .distributors-search-texts .distributors-search-logo img{display:block;height:60px}.distributors-search .distributors-search-texts .distributors-search-description{color:var(--color-text-dark);font-size:18px;font-weight:600;line-height:1.6667;margin:40px 0}.distributors-search .distributors-search-texts .distributors-search-form .distributors-search-form-fields{display:grid;gap:20px;grid-template-columns:2fr 1fr}@media(min-width: 768px){.distributors-search .distributors-search-texts .distributors-search-form .distributors-search-form-fields{gap:40px}}.distributors-search .distributors-search-texts .distributors-search-form .distributors-search-form-field{display:flex;flex-direction:column;gap:10px}.distributors-search .distributors-search-texts .distributors-search-form .distributors-search-form-label{font-size:18px;font-weight:300}.distributors-search .distributors-search-texts .distributors-search-form .distributors-search-form-input{background-color:#fff;border:1px solid #cfd1d8;border-radius:20px;display:block;font-size:18px;line-height:1.5;outline:none;padding:18px 20px;width:100%}.distributors-search .distributors-search-texts .distributors-search-form .distributors-search-form-input:focus{border-color:var(--color-secondary)}.distributors-search .distributors-search-texts .distributors-search-form .distributors-search-form-buttons{margin-top:30px}.distributors-search .distributors-search-texts .distributors-search-form .distributors-search-form-button{background-color:rgba(0,0,0,0);border:2px solid var(--color-secondary);border-radius:20px;color:var(--color-text-dark);font-size:16px;font-weight:500;line-height:1.2;padding:18px 20px;transition:all .3s ease;width:100%}.distributors-search .distributors-search-texts .distributors-search-form .distributors-search-form-button:hover{background-color:var(--color-secondary);color:#fff}.distributors-search .distributors-search-texts .distributor-search-details{color:var(--color-text-dark)}.distributors-search .distributors-search-texts .distributor-search-details .distributor-search-details-title{font-size:18px;font-weight:500;margin-bottom:8px}.distributors-search .distributors-search-texts .distributor-search-details .distributor-search-details-content{line-height:1.5;margin-bottom:30px}.distributors-search .distributors-search-texts .distributor-search-details .distributor-search-details-content a:hover{color:var(--color-active)}.distributors-search .distributors-search-texts .distributor-search-details .distributor-search-details-buttons{margin-top:50px}.distributors-search .distributors-search-texts .distributor-search-details .distributor-search-details-buttons .button{background-color:rgba(0,0,0,0);border-width:1px}.distributors-search .distributors-search-texts .distributor-search-details .distributor-search-details-buttons .button:hover{background-color:var(--color-text-dark)}.distributors-search .distributors-search-map{aspect-ratio:1;margin:0 auto;max-width:600px}@media(min-width: 992px){.distributors-search .distributors-search-map{aspect-ratio:unset;max-width:unset;width:50%}}.distributors-list{display:grid;gap:15px 40px;margin:50px 0}@media(min-width: 768px){.distributors-list{grid-template-columns:repeat(2, 1fr);margin:80px 0}}@media(min-width: 992px){.distributors-list{gap:15px 60px}}.contact-content{color:var(--color-text-dark);line-height:1.6667;margin:50px 0 0}@media(min-width: 1920px){.contact-content{margin:100px 0 0}}.contact-content .contact-content-heading{font-size:var(--heading-font-size);font-weight:400;line-height:1.2;margin:0 0 40px}.contact-content .contact-content-container{display:grid;gap:50px}@media(min-width: 768px){.contact-content .contact-content-container{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.contact-content .contact-content-container{grid-template-columns:6fr 4fr 4fr}}.contact-content .contact-content-column-heading{font-weight:700;margin:0 0 10px}.contact-content .contact-content-column-text{margin:0 0 30px}.contact-content .contact-content-column-text a:hover{color:var(--color-active)}.contact-content .contact-content-column-text:last-child{margin-bottom:0}.contact-content .contact-content-email,.contact-content .contact-content-phone{background:no-repeat left center;display:inline-block;padding-left:40px}.contact-content .contact-content-email{background-image:url("/assets/icon-contact-envelope-34f52087.svg")}.contact-content .contact-content-phone{background-image:url("/assets/icon-contact-phone-3384c797.svg")}.contact-map{margin:40px 0}.contact-map #contact-map-wrapper{height:600px;width:100%}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit !important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #d3d3d3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #d9d9d9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub{background:#aaa}.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%, 50%);transform:translate(-50%, 50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%, 50%);transform:translate(50%, 50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0, -50%);transform:translate(0, -50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0, 50%);transform:translate(0, 50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0, -50%);transform:translate(0, -50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%, 0);transform:translate(50%, 0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0, -18px);transform:translate(0, -18px);top:auto;right:28px}
