@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.header{background-color:#fff;height:var(--header-mobile-height);width:100%;position:relative;z-index:11}@media screen and (min-width: 1024px){.header{height:var(--header-desktop-height)}}.header__inner{position:fixed;top:0;z-index:1;width:100%;height:var(--header-mobile-height);background:#fff;transition:all .5s ease}@media screen and (min-width: 1024px){.header__inner{height:var(--header-desktop-height)}}.header.is-hidden .header__inner{top:-90px;transform:translateY(-90px)}.header.is-bordered .header__inner{border-bottom:1px solid #e3e3e3}.header__container{position:static;height:var(--header-mobile-height);display:flex;flex-flow:row wrap}@media screen and (min-width: 768px){.header__container{padding-right:24px}}@media screen and (min-width: 1024px){.header__container{height:var(--header-desktop-height);padding-right:0;max-width:1650px}}.header__logo{flex-grow:1;align-items:start;display:flex;flex-direction:column;justify-content:center;margin-right:50px}.header__logo .icon{width:108px;height:18px}@media screen and (min-width: 1024px){.header__logo{flex-grow:initial}.header__logo .icon{width:137px;height:22px}}.header__search{width:22px;height:var(--header-mobile-height);display:flex;flex-direction:column;justify-content:center;align-items:center;margin-right:28px}.header__search .icon{width:22px;height:22px;stroke:#004547;stroke-width:1.5px;stroke-linecap:square;stroke-linejoin:round}.header__search-link{margin:0;padding:0;background-color:rgba(0,0,0,0);border:none;color:inherit;font-family:inherit;font-size:inherit;letter-spacing:inherit;text-decoration:none;cursor:pointer;user-select:none;appearance:none}@media screen and (min-width: 1024px){.header__search{width:var(--header-desktop-height);height:var(--header-desktop-height);margin-right:0}}.header__menu-mobile-cta{display:flex;flex-flow:column wrap;justify-content:center;width:20px;height:var(--header-mobile-height)}@media screen and (min-width: 1024px){.header__menu-mobile-cta{display:none}}.header__menu-icon{width:20px;cursor:pointer;padding:0;display:inline-block;position:relative}.header__menu-icon span{position:relative;height:4px;width:18px;display:block;margin:0 auto}.header__menu-icon span.middle{transition:all .3s ease;background-color:#004547;height:2px}.header__menu-icon span.middle:before,.header__menu-icon span.middle:after{content:"";position:absolute;left:0;height:2px;background-color:#004547;transition:all .3s ease}.header__menu-icon span.middle:before{top:-6px;width:18px;transition-property:top,transform}.header__menu-icon span.middle:after{bottom:-6px;width:9px;right:0;left:auto;transition-property:bottom,transform}.nav-open .header__menu-icon span.middle{background-color:rgba(0,0,0,0);transition-delay:0s}.nav-open .header__menu-icon span.middle:before{top:0;transform:rotate(-45deg)}.nav-open .header__menu-icon span.middle:after{top:0;transform:rotate(45deg)}.nav-open .header__menu-icon span.middle:before,.nav-open .header__menu-icon span.middle:after{width:18px}.nav{position:absolute;top:0;left:-100%;width:100%;transition:left .3s ease;background-color:#004547;color:#fff;z-index:700;height:calc(var(--full-size-vh) - var(--header-mobile-height));margin-top:var(--header-mobile-height)}.nav-open .nav{left:0}@media screen and (min-width: 1024px){.nav{position:static;flex-grow:1;width:auto;height:auto;margin:0;background:rgba(0,0,0,0);color:#004547}}.nav__primary{display:flex;flex-flow:row wrap;justify-content:center}@media screen and (min-width: 1024px){.nav__primary{justify-content:flex-start}}.nav__item{display:inline-block;width:100%;border-bottom:1px solid #1a5859}@media screen and (max-width: 1023px){.nav__item .nav__link .icon{display:none}.nav__item.has-child .nav__link{padding-right:64px}.nav__item.has-child .nav__link .icon{display:block}}@media screen and (min-width: 1024px){.nav__item{width:auto;height:var(--header-desktop-height);border:none}.nav__item.has-child .nav__link{padding-right:37px;position:relative}.nav__item.has-child .nav__link .icon{display:block;position:absolute;width:7px;height:13px;padding:0;right:18px;top:33px;transform:rotate(-90deg);transform-origin:50% 50%;stroke:#004547;stroke-width:2px}.nav__item.has-child .nav__link:hover:after,.nav__item.has-child .nav__link.active:after{right:37px}.nav__item.has-child:hover .nav__mega-menu{opacity:1;visibility:visible}}.nav__link{position:relative;font-size:16px;font-family:Gotham-bold,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-decoration:none;height:100%;display:block;padding:23px 24px;text-align:left;cursor:pointer}.nav__link:hover,.nav__link.is-active{background:#00393a}.nav__link .icon{position:absolute;top:0;right:0;height:65px;width:64px;padding:25px 28px;stroke:#e5ff66;stroke-width:2px;transform:rotate(180deg)}@media screen and (min-width: 1024px){.nav__link{color:#004547;text-align:center;padding:0 18px;line-height:var(--header-desktop-height)}.nav__link .icon{display:none}.nav__link:hover,.nav__link.is-active{background:rgba(0,0,0,0)}.nav__link:hover:after,.nav__link.is-active:after{display:block;content:"";position:absolute;bottom:26px;left:18px;right:18px;height:1px;background:#004547}}.nav__mega-menu{position:absolute;top:0;left:auto;right:-250%;width:100%;transition:all .8s cubic-bezier(0.58, 0, 0, 0.75);background-color:#004547;z-index:101;padding:0 0 40px;overflow:auto;opacity:1;visibility:visible;height:100%}.nav__mega-menu.open{transition:all .8s cubic-bezier(0.42, 0, 0, 0.98);right:0;padding:0 0 75px}@media screen and (min-width: 1024px){.nav__mega-menu{position:absolute;width:calc(100% - 50px*2);max-width:1600px;top:100%;height:auto;left:50%;transform:translateX(-50%);visibility:hidden;opacity:0;background-color:#fff;border-top:1px solid #e3e3e3;z-index:5;padding:0;border-radius:0 0 16px 16px;box-shadow:0 68px 44px 0 rgba(0,0,0,.35);display:flex;flex-flow:nowrap row;overflow:hidden;transition:opacity .3s ease}.nav__mega-menu .nav__back-btn{display:none}.nav__mega-menu.open{padding:0;right:auto}}@media screen and (max-width: 1023px){.nav__mega-menu .nav__banner{display:none}}.nav__back-btn.button{width:40px;height:40px;border-radius:20px;margin:24px}.nav__banner{overflow:hidden}@media screen and (min-width: 1024px){.nav__banner{background:#94f5d4;width:460px;padding:47px 90px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center}}@media screen and (min-width: 1024px){.nav__banner--mobile{display:none}}@media screen and (max-width: 1023px){.nav__banner--mobile{position:relative;display:flex;flex-flow:row nowrap;justify-content:space-between;margin:22px 25px;background:#94f5d4;border-radius:8px;color:#004547;padding:22px 0 22px 22px}.nav__banner--mobile .nav__img{margin-top:-20px;margin-bottom:-20px;margin-left:-30px;width:200px}.nav__banner--mobile .nav__banner-link{position:absolute;display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;font-size:0;text-indent:-1000em}}.nav__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:700;text-transform:uppercase;color:#004547;font-size:32px;text-align:left;line-height:.8;min-width:50%;text-wrap:inherit}@media screen and (min-width: 1024px){.nav__title{font-size:40px;text-align:center;line-height:.8;min-width:auto}}.nav__secondary{display:block}@media screen and (min-width: 1024px){.nav__secondary{display:block !important;max-height:none !important;columns:2;column-gap:20px;padding:37px 55px 7px;flex-grow:1}.nav__secondary .nav__secondary{columns:1;padding:0}}@media screen and (min-width: 1280px){.nav__secondary{columns:3}}@media screen and (min-width: 1366px){.nav__secondary{columns:4}}.nav__item-secondary{font-family:Gotham-bold,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}@media screen and (min-width: 1024px){.nav__item-secondary{break-inside:avoid-column;padding-bottom:30px}.nav__item-secondary .nav__item-secondary{padding-bottom:0;font-family:Gotham-book,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}}@media screen and (min-width: 1024px)and (min-width: 1024px){.nav__item-secondary .nav__item-secondary .nav__link-secondary .icon-arrow{display:none}}@media screen and (min-width: 1024px){.nav__item-secondary .nav__accordion-trigger{display:none}}@media screen and (max-width: 1023px){.nav__item-secondary{position:relative;display:block;width:100%;background:#00393a;border-bottom:1px solid #1a5859}.nav__item-secondary:first-child{border-top:1px solid #1a5859}.nav__item-secondary .nav__item-secondary{background:#002c2d;font-family:Gotham-book,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.nav__item-secondary .nav__item-secondary:last-child{border-bottom:none}.nav__item-secondary .nav__item-secondary .nav__link-secondary{padding:20px 24px}.nav__item-secondary .nav__accordion-trigger{display:block;position:absolute;top:0;right:0;height:64px;width:64px;z-index:15;cursor:pointer}}.nav__link-secondary{display:block;text-decoration:none;color:#fff}.nav__link-secondary.has-child .icon-arrow{display:none}@media screen and (min-width: 1024px){.nav__link-secondary{display:inline-block;margin-bottom:15px;color:#004547}.nav__link-secondary:hover{color:#004547;text-decoration:none}.nav__link-secondary .icon-arrow{display:none}.nav__link-secondary[href]:hover{color:#004547;text-decoration:underline}.nav__link-secondary[href] .icon-arrow{display:inline-block;stroke:#004547;stroke-width:2px;width:7px;height:13px;margin-left:10px;transform:rotate(180deg);vertical-align:middle}}@media screen and (max-width: 1023px){.nav__link-secondary{padding:23px 25px}.nav__link-secondary .icon-arrow{position:absolute;top:22px;right:32px;height:15px;width:8px;stroke:#e5ff66;stroke-width:2px;transform:rotate(180deg)}}.nav__link-secondary.plus-minus-icon:before,.nav__link-secondary.plus-minus-icon:after{background-color:#e5ff66}@media screen and (min-width: 1024px){.nav__link-secondary.plus-minus-icon:before,.nav__link-secondary.plus-minus-icon:after{display:none}}@media screen and (max-width: 1023px){.nav__link-secondary.plus-minus-icon .icon-arrow{display:none}}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.modal{--modal-bg-color: rgba(0, 0, 0, 0.5);position:fixed;inset:0;display:none;justify-content:center;align-items:center;z-index:1000;transition:background-color,translate .3s ease;height:var(--full-size-vh);overflow-y:hidden;animation-duration:187.5ms;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.modal>.modal__close{position:absolute;right:24px;top:24px}@media screen and (max-width: 1023px){.modal>.modal__close{right:16px;top:16px;z-index:2}}@media screen and (min-width: 1024px){.modal{animation-duration:750ms}}.modal.open{animation-name:overlayFadeIn}.modal.close{animation-name:overlayFadeOut}@media screen and (max-width: 1023px){.modal--white-bg-mobile{--modal-bg-color: #ffffff;transition:none;animation:none}.modal--white-bg-mobile.open{background-color:var(--modal-bg-color)}}.modal--with-top-offset{transform:translateY(var(--offset-top))}@keyframes overlayFadeIn{from{background:rgba(0,0,0,0)}to{background:var(--modal-bg-color)}}@keyframes overlayFadeOut{from{background:var(--modal-bg-color)}to{background:rgba(0,0,0,0)}}.modal__close{flex-shrink:0;cursor:pointer;width:40px;height:40px;background-color:#edebeb;border-radius:50%;display:flex;place-items:center;border:none;padding:0;transition:background-color .3s ease}.modal__close::after{content:"";background-color:#004547;mask-image:url(/dist/images/large-crest-icon-afea7d531a35c7d2023c.svg);mask-size:contain;mask-repeat:no-repeat;mask-position:center;width:100%;height:14px;transition:background-color .3s ease}.modal__close:hover,.modal__close:focus-visible{background-color:#004547}.modal__close:hover::after,.modal__close:focus-visible::after{background-color:#fff}.dtr-modal-container .dtr-modal-content{max-height:75vh !important}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.ss-main{--ss-border-color: #ccdada;--ss-primary-color: #004547;--ss-bg-color: #ffffff;--ss-font-color: #004547;--ss-disabled-color: #004547;--ss-highlight-color: #edebeb;margin-bottom:20px;height:48px;color:#004547;border-width:2px;border-radius:8px}.ss-main .ss-values{min-width:0}.ss-main:hover,.ss-main:focus,.ss-main.ss-open-below{box-shadow:none;border-color:#004547;border-radius:8px}.ss-content{--ss-primary-color: #004547;--ss-bg-color: #edebeb;--ss-font-color: #004547;background:rgba(0,0,0,0) !important;margin-top:8px !important;border:none !important;border-radius:8px !important;overflow:hidden !important}.ss-content .ss-list{padding:0 !important}.ss-content .ss-list .ss-option{display:flex !important;align-items:center !important;justify-content:flex-start !important;height:48px !important;line-height:22px !important;padding:0 12px !important;background-color:#edebeb !important;color:#004547 !important;transition:background-color .3s ease,color .3s ease}.ss-content .ss-list .ss-option>span{display:inline-block;margin-right:12px;width:26px;height:26px;border-radius:50%}.ss-content .ss-list .ss-option:hover{background-color:#004547 !important;color:#fff !important}.ss-content .ss-list .ss-option:hover>span{border:1px solid #fff}.ss-content .ss-list .ss-option.ss-disabled{background-color:#004547 !important;color:#fff !important}.ss-content .ss-list .ss-option.ss-highlighted{background-color:#004547 !important;color:#fff !important}.ss-content .ss-list .ss-option.ss-selected,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{background-color:#004547 !important;color:#fff !important}.ss-content .ss-list .ss-option.ss-selected>span,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected>span{border:1px solid #fff}.ss-single{align-items:center;height:38px;line-height:19px;padding:0 10px 0 6px;color:#004547}.ss-single>span{display:inline-block;margin-right:12px;width:26px;height:26px;border-radius:50%}div.ss-main .ss-arrow{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;width:24px;height:14px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m);padding-right:10px}div.ss-main .ss-arrow path{stroke:#004547}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.signup-form{display:flex;flex-direction:column;padding:18px 16px 38px 16px;background-color:#fff;border-radius:8px;box-shadow:0px 20px 44px 0px rgba(0,0,0,.3490196078);transition:transform,opacity .3s ease;width:345px;min-height:548px;max-height:calc(var(--full-size-vh) - 30px);overflow-y:auto;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@media screen and (max-width: 1023px){.signup-form{animation-duration:187.5ms;opacity:0}.signup-form button[type=submit]{width:100%}}@media screen and (min-width: 1024px){.signup-form{animation-duration:750ms;position:fixed;bottom:32px;right:32px;width:428px;min-height:548px;transform:translateX(100vw);padding:18px 16px 30px 16px}}.signup-form h1,.signup-form h2,.signup-form h3,.signup-form h4,.signup-form h5{max-width:70%}.signup-form__content{padding:0 8px}@media screen and (min-width: 1024px){.signup-form__content{padding:0 16px}}.signup-form__close{align-self:flex-end}.signup-form__close::after{mask-image:url(/dist/images/crest-icon-6a3f9257c996a9b51514.svg)}.open .signup-form{animation-name:bubbleIn}@media screen and (min-width: 1024px){.open .signup-form{animation-name:slideIn}}.close .signup-form{animation-name:bubbleOut}@media screen and (min-width: 1024px){.close .signup-form{animation-name:slideOut}}@keyframes bubbleIn{from{transform:scale(0.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes bubbleOut{from{transform:scale(1);opacity:1}to{transform:scale(0.9);opacity:0}}@keyframes slideIn{0%{transform:translateX(100vw)}70%{transform:translateX(-25px)}100%{transform:translateX(0)}}@keyframes slideOut{from{transform:translateX(0)}to{transform:translateX(100vw)}}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.single-image{margin:0 auto;max-width:1328px}@media screen and (max-width: 1023px){.single-image{max-width:100%}}.single-image__description{color:#004547;font-family:Gotham-light,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;letter-spacing:-0.01em;padding:11px 16px;margin-top:16px;border-left:4px solid #e5ff66;vertical-align:middle}.single-image__container{position:relative}.single-image__container img{max-width:100%}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.inspect-modal__content{width:1056px;height:calc(var(--vh, 1vh)*71);min-height:180px;border-radius:8px;background-color:#fff;box-shadow:0px 20px 44px 0px rgba(0,0,0,.3490196078);display:grid;grid-template-columns:48% 52%;overflow:hidden}@media screen and (max-width: 1023px){.inspect-modal__content{align-self:end;display:flex;flex-direction:column;width:100vw;height:calc(var(--full-size-vh) - 98px);max-width:400px;margin:0 24px;gap:32px;border-radius:0;box-shadow:none;overflow:visible}.inspect-modal__content::before{content:"";position:fixed;top:73px;left:0;width:100vw;background-color:#ccdada;height:1px}}.inspect-modal__image{background-color:#edebeb}.inspect-modal__image img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1023px){.inspect-modal__image{height:235px}}.inspect-modal__products{padding:48px 58px 48px 56px;overflow-y:auto}@media screen and (max-width: 1023px){.inspect-modal__products{padding:0;padding-bottom:32px}}.inspect-modal__products-title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:32px;text-transform:uppercase;letter-spacing:-0.01em;color:#004547;margin-bottom:23px}@media screen and (max-width: 1023px){.inspect-modal__products-title{font-size:26px}}.inspect-modal__products-list{display:grid;grid-template-columns:202px 202px;gap:24px}@media screen and (max-width: 1023px){.inspect-modal__products-list{grid-template-columns:repeat(auto-fill, minmax(154px, 0.5fr));gap:16px}}.inspect-modal__product-item{position:relative}.inspect-modal__product-img{width:202px;height:202px;border-radius:4px;overflow:hidden;background-color:var(--product-bg-color, #edebeb);margin-bottom:24px}.inspect-modal__product-img img{width:100%;max-width:100%;height:100%;object-fit:contain}@media screen and (max-width: 1023px){.inspect-modal__product-img{width:auto;height:164px;border-radius:3px}}.inspect-modal__product-info{display:flex;flex-direction:column;gap:16px;color:#004547;letter-spacing:-0.01em}.inspect-modal__product-name a{text-decoration:none;color:#004547;font-family:Gotham-bold,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:16px;transition:opacity .3s ease}.inspect-modal__product-name a::before{position:absolute;content:"";inset:0}.inspect-modal__product-name a:hover,.inspect-modal__product-name a:focus-visible{opacity:.7}.inspect-modal__product-color{position:relative;font-size:14px;display:grid;align-items:center;gap:8px;grid-template-columns:20px 1fr}.inspect-modal__product-color::before{content:"";width:20px;height:20px;background-color:var(--product-bg-color, transparent);border-radius:50%}.inspect-modal__button{margin:0;padding:0;background-color:rgba(0,0,0,0);border:none;color:inherit;font-family:inherit;font-size:inherit;letter-spacing:inherit;text-decoration:none;cursor:pointer;user-select:none;appearance:none;display:flex;align-items:center;justify-content:flex-end;padding-right:5.5px;position:absolute;bottom:0;right:0;width:48px;height:48px;background-color:rgba(0,69,71,.8);transition:background-color .3s ease}.inspect-modal__button:hover,.inspect-modal__button:focus-visible{background-color:#e5ff66}.inspect-modal__button:hover .inspect-modal__icon,.inspect-modal__button:focus-visible .inspect-modal__icon{background-color:#004547}.inspect-modal__icon{width:32px;height:25px;background-color:#fff;mask-image:url(/dist/images/inspect-icon-5354fda4de3187621467.svg);mask-size:contain;mask-repeat:no-repeat;transition:background-color .3s ease}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.hero{padding:0 24px;min-height:164px;background:var(--bg-colour)}@media screen and (min-width: 768px){.hero{padding:0 50px;min-height:330px}}.hero.has-text-center{display:flex;flex-direction:row;justify-content:center;align-items:center}.hero.has-text-center .container{display:flex;flex-direction:row;justify-content:center;align-items:center}.hero__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:56px;line-height:.8;letter-spacing:-0.01em;text-transform:uppercase;padding:24px 0;max-width:625px;color:var(--font-colour)}@media screen and (min-width: 768px){.hero__title{padding:50px 0}}@media screen and (min-width: 1024px){.hero__title{font-size:88px;line-height:.8}}.hero.has-text-left .hero__title{text-align:left}.hero.has-text-center .hero__title{text-align:center}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.hero-standard{background:var(--bg-colour);min-height:504px;position:relative;color:#fff;overflow:hidden}@media screen and (min-width: 768px){.hero-standard{min-height:460px}}@media screen and (min-width: 768px){.hero-standard--large-height{min-height:670px}}.hero-standard--full-sized{display:flex;color:#fff}.hero-standard--half-sized{display:flex;flex-direction:column;color:var(--font-colour)}@media screen and (min-width: 768px){.hero-standard--half-sized{flex-direction:row-reverse}}.hero-standard__image{position:relative}.hero-standard--full-sized .hero-standard__image{position:absolute;top:0;left:0;width:100%;height:100%}.hero-standard--half-sized .hero-standard__image{animation:clip 750ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}.hero-standard--half-sized .hero-standard__image img{animation:scale 750ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}.hero-standard--half-sized .hero-standard__image .inspect-modal__button{animation:slide 750ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}@media screen and (min-width: 768px){.hero-standard--half-sized .hero-standard__image{width:50%}}.hero-standard__image img{width:100%;height:100%;object-fit:cover}.hero-standard__image .inspect-modal__button{z-index:5}.hero-standard__content{position:relative;z-index:5}.hero-standard--full-sized .hero-standard__content{width:100%;margin-top:48px;margin-bottom:48px;text-align:center;display:flex;flex-direction:column;justify-content:center}.hero-standard--half-sized .hero-standard__content{max-width:none !important;width:100%;padding-top:40px;padding-bottom:40px}@media screen and (min-width: 768px){.hero-standard--half-sized .hero-standard__content{width:50%;padding-top:55px;padding-bottom:55px}}@media screen and (min-width: 768px){.hero-standard--half-sized .hero-standard__content-inner{max-width:750px;margin-left:auto}}.hero-standard__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:56px}@media screen and (min-width: 1024px){.hero-standard__title{font-size:88px}}.hero-standard__title{color:#fff;margin-bottom:30px;opacity:0}.hero-standard__title.is-visible{opacity:1}.hero-standard__title span{display:block;animation:clipUp 1000ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}.hero-standard--half-sized .hero-standard__title{color:var(--font-color)}@media screen and (min-width: 768px){.hero-standard--half-sized .hero-standard__title{max-width:575px}}.hero-standard__text{font-size:16px;line-height:1.6;animation:fadeIn 750ms linear}@media screen and (min-width: 1024px){.hero-standard__text{font-size:18px;line-height:1.6}}@media screen and (min-width: 768px){.hero-standard--half-sized .hero-standard__text{max-width:575px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}@keyframes clip{0%{clip-path:inset(100% 0 0 0)}100%{clip-path:inset(0 0 0 0)}}@keyframes scale{0%{transform:scale(1.2)}100%{transform:scale(1)}}@keyframes slide{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes clipUp{0%{clip-path:inset(0 0 100% 0);transform:translateY(100%)}100%{clip-path:inset(0 0 0 0);transform:translateY(0)}}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.hero-big{position:relative}@media screen and (min-width: 768px){.hero-big{min-height:670px}}.hero-big .swiper-wrapper{align-items:stretch;flex-direction:row}.hero-big__slide{height:auto;align-self:stretch;display:flex;align-items:stretch;justify-content:stretch}.hero-big__slide>div{flex-grow:1}.hero-big__slide.swiper-slide-active{z-index:10}.hero-big__pagination{position:absolute;display:flex;flex-direction:row;gap:15px;bottom:0;color:#fff;z-index:10;padding-bottom:24px}@media screen and (min-width: 768px){.hero-big__pagination{padding-bottom:80px}}.hero-big__pagination .swiper-pagination-bullet{position:relative;color:#fff;font-family:Gotham-bold,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";width:32px;height:32px;line-height:30px;text-align:center;border-radius:50%;border:2px solid hsla(0,0%,100%,.2);background:rgba(0,0,0,0);overflow:visible;cursor:pointer}.hero-big__pagination .swiper-pagination-bullet svg{--progress: 0;position:absolute;left:-2px;top:-2px;z-index:10;width:calc(100% + 4px);height:calc(100% + 4px);stroke-width:2px;stroke:#fff;fill:none;stroke-dashoffset:calc(113.3px*(1 - var(--progress)));stroke-dasharray:113.3px;transform:rotate(-90deg)}.hero-big.without-autoplay .hero-big__pagination .swiper-pagination-bullet svg{stroke-dashoffset:113.3px}.hero-big.without-autoplay .hero-big__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg{stroke-dashoffset:113.3px}@media screen and (min-width: 768px){.hero-big__pagination .swiper-pagination-bullet{width:40px;height:40px;line-height:37px}}.hero-big .inspect-modal__button{z-index:10}.title-line{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:56px}@media screen and (min-width: 1024px){.title-line{font-size:88px}}.title-line{visibility:hidden;position:absolute}.hero-item1{position:relative;overflow:hidden;--font-colour: #ffffff}.hero-item1--colour-white{--font-colour: #ffffff}.hero-item1--colour-deep-teal{--font-colour: #004547}@media screen and (min-width: 768px){.hero-item1{min-height:670px}}.hero-item1--transparent-overlay::after{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:rgba(0,0,0,.3);z-index:1}.hero-item1__background{position:absolute;top:0;left:0;width:100%;height:100%;height:213px;z-index:0;animation:clip 750ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}.hero-item1__background img{width:100%;height:100%;object-fit:cover;animation:scale 750ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}@media screen and (min-width: 768px){.hero-item1__background{height:100%;width:75%}}.hero-item1__content{color:var(--font-colour);position:relative;z-index:3;padding-top:265px}@media screen and (min-width: 768px){.hero-item1__content{height:100%;padding-top:0;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}}.hero-item1__image{position:absolute;top:0;right:0;width:70%;animation:slide 750ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}.hero-item1__image img{display:block;width:100%;height:410px;object-fit:contain}@media screen and (min-width: 768px){.hero-item1__image{width:45%;position:relative;margin-right:-50px}.hero-item1__image img{height:auto;max-height:589px}}@media screen and (min-width: 1024px){.hero-item1__image{margin-right:-75px}}.hero-item1__text{padding-bottom:87px}@media screen and (min-width: 768px){.hero-item1__text{padding-top:87px;padding-left:60px}}.hero-item1__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:56px}@media screen and (min-width: 1024px){.hero-item1__title{font-size:88px}}.hero-item1__title{color:var(--font-colour);margin-bottom:30px}@media screen and (max-width: 767px){.hero-item1__title{max-width:350px}}.swiper-slide:first-child .hero-item1__title{opacity:0}.swiper-slide:first-child .hero-item1__title.is-visible{opacity:1}.hero-item1__title sup{font-size:.6em}.hero-item1__title span{display:block;animation:clipUp 1000ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}.hero-item1__descr{margin-bottom:30px;font-size:16px;line-height:1.6;animation:fadeIn 750ms linear}@media screen and (min-width: 1024px){.hero-item1__descr{font-size:18px;line-height:1.6}}.hero-item1__btn{animation:fadeIn 750ms linear}.hero-item1 .inspect-modal__button{animation:slide 750ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}@keyframes clip{0%{clip-path:inset(100% 0 0 0)}100%{clip-path:inset(0 0 0 0)}}@keyframes scale{0%{transform:scale(1.2)}100%{transform:scale(1)}}@keyframes slide{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes clipUp{0%{clip-path:inset(0 0 100% 0);transform:translateY(100%)}100%{clip-path:inset(0 0 0 0);transform:translateY(0)}}.hero-item2{background:var(--bg-colour, #004547);color:var(--font-colour, #ffffff)}@media screen and (min-width: 768px){.hero-item2{min-height:670px}}.hero-item2--transparent-overlay::after{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:rgba(0,0,0,.3);z-index:1}.hero-item2__content{position:relative;z-index:3}@media screen and (min-width: 768px){.hero-item2__content{height:100%;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:30px}}.hero-item2__image{width:80%;margin:0 -24px 45px auto;animation:clip 750ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}@media screen and (min-width: 768px){.hero-item2__image{width:60%;margin:0;align-self:flex-start}}.hero-item2__image img{width:100%;object-fit:contain}.hero-item2__text{width:75%;min-width:290px;padding-bottom:87px}@media screen and (min-width: 768px){.hero-item2__text{width:auto;max-width:460px;padding-top:87px;padding-left:60px}}.hero-item2__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:56px}@media screen and (min-width: 1024px){.hero-item2__title{font-size:88px}}.hero-item2__title{color:var(--font-colour);margin-bottom:30px}.swiper-slide:first-child .hero-item2__title{opacity:0}.swiper-slide:first-child .hero-item2__title.is-visible{opacity:1}.hero-item2__title sup{font-size:.6em}.hero-item2__title span{display:block;animation:clipUp 1000ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}.hero-item2__descr{margin-bottom:30px;font-size:16px;line-height:1.6;animation:fadeIn 750ms linear}@media screen and (min-width: 1024px){.hero-item2__descr{font-size:18px;line-height:1.6}}.hero-item2__btn{animation:fadeIn 750ms linear}.hero-item2 .inspect-modal__button{animation:slide 750ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}@keyframes clip{0%{clip-path:inset(100% 0 0 0)}100%{clip-path:inset(0 0 0 0)}}@keyframes slide{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes clipUp{0%{clip-path:inset(0 0 100% 0);transform:translateY(100%)}100%{clip-path:inset(0 0 0 0);transform:translateY(0)}}.hero-item3{min-height:620px;background:#004547}@media screen and (min-width: 768px){.hero-item3{min-height:670px}}.hero-item3__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-item3__background img{width:100%;height:100%;object-fit:cover;animation:scaleOpacity 750ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}.hero-item3--transparent-overlay .hero-item3__background::after{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:rgba(0,0,0,.3);z-index:1}.hero-item3__content{position:relative;height:100%;text-align:center;padding-bottom:87px;display:flex;flex-direction:column;justify-content:center}@media screen and (min-width: 768px){.hero-item3__content{padding-top:87px;padding-left:60px}}.hero-item3__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:56px}@media screen and (min-width: 1024px){.hero-item3__title{font-size:88px}}.hero-item3__title{color:#fff;margin-bottom:30px}.swiper-slide:first-child .hero-item3__title{opacity:0}.swiper-slide:first-child .hero-item3__title.is-visible{opacity:1}.hero-item3__title sup{font-size:.6em}.hero-item3__title span{display:block;animation:clipUp 1000ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}.hero-item3__descr{margin-bottom:30px;color:#fff;font-size:16px;line-height:1.6;animation:fadeIn 750ms linear}@media screen and (min-width: 1024px){.hero-item3__descr{font-size:18px;line-height:1.6}}.hero-item3__btn{align-self:center;animation:fadeIn 750ms linear}.hero-item3 .inspect-modal__button{animation:slide 750ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}@keyframes scaleOpacity{0%{opacity:0;transform:scale(1.2)}100%{opacity:1;transform:scale(1)}}@keyframes slide{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes clipUp{0%{clip-path:inset(0 0 100% 0);transform:translateY(100%)}100%{clip-path:inset(0 0 0 0);transform:translateY(0)}}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.we-recommend{color:#fff;background:#004547;overflow-y:hidden}@media screen and (max-width: 767px){.we-recommend>.container{padding-left:0;padding-right:0}}.we-recommend__title{color:#e5ff66;font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";text-transform:uppercase;font-size:56px;letter-spacing:-0.01em;line-height:.8;padding:25px 24px 0}@media screen and (min-width: 768px){.we-recommend__title{padding:50px 50px 0}}@media screen and (min-width: 1024px){.we-recommend__title{font-size:144px;line-height:.8}}.we-recommend__carousel{overflow-y:visible;overflow-x:clip}.we-recommend__item{display:flex;flex-direction:column}@media screen and (min-width: 768px){.we-recommend__item{flex-direction:row;justify-content:center;align-items:center}}.we-recommend__item.swiper-slide-active{z-index:5}.we-recommend__image{position:relative;width:100%;overflow:hidden}@media screen and (min-width: 768px){.we-recommend__image{width:50%;margin:0 0 57px;overflow:visible}}.we-recommend__image img{display:block;margin:0 auto;max-height:565px;max-width:100%;opacity:0}.swiper-slide-active .we-recommend__image img,.swiper-slide-visible .we-recommend__image img,.swiper-slide-next .we-recommend__image img,.swiper-slide-prev .we-recommend__image img,.is-single .we-recommend__image img{opacity:1}.swiper-slide-next .we-recommend__image img{transform:translate(300%, 20%)}.swiper-slide-prev .we-recommend__image img{transform:translate(-300%, -20%)}.we-recommend__content{padding:0 24px 35px;opacity:0}.swiper-slide-active .we-recommend__content,.is-single .we-recommend__content{opacity:1}@media screen and (min-width: 768px){.we-recommend__content{width:50%;padding-right:48px;padding-top:60px;padding-bottom:60px}}@media screen and (min-width: 1024px){.we-recommend__content{width:43%;padding-right:75px}}@media screen and (min-width: 768px){.we-recommend__content-inner{max-width:442px}}.we-recommend__product-title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:48px}@media screen and (min-width: 1024px){.we-recommend__product-title{font-size:64px}}.we-recommend__product-title{color:#fff;margin-bottom:25px}.we-recommend__features{font-size:16px;line-height:1.6;margin-bottom:30px}.we-recommend__features li{position:relative;margin-bottom:10px;padding-left:25px}.we-recommend__features li:before{display:block;position:absolute;content:"";left:0;top:2px;width:25px;height:15px;background:#e5ff66;mask-image:url(/dist/images/tick-icon-adc3b203f5eec01686b3.svg);mask-repeat:no-repeat;mask-size:15px 19px;mask-position:0 0}@media screen and (min-width: 768px){.we-recommend__features li:before{height:17px;mask-size:17px 20px}}.we-recommend__btn{margin-bottom:22px}.we-recommend__pagination{padding:0 120px 57px;display:flex;flex-flow:row nowrap;gap:7px;justify-content:center}@media screen and (min-width: 768px){.we-recommend__pagination{position:absolute;width:100%;bottom:0;z-index:10}}.we-recommend__pagination>span{display:block;height:6px;border-radius:3px;flex-basis:40px;max-width:40px;cursor:pointer;background:hsla(0,0%,100%,.2)}.we-recommend__pagination>span.swiper-pagination-bullet-active{background:#e5ff66}.we-recommend__next,.we-recommend__prev{position:absolute;z-index:10;bottom:35px;left:58px}@media screen and (min-width: 768px){.we-recommend__next,.we-recommend__prev{top:50%;transform:translateY(-50%);bottom:50%;left:0}}@media screen and (min-width: 1024px){.we-recommend__next,.we-recommend__prev{left:58px}}.we-recommend.is-single .we-recommend__next,.we-recommend.is-single .we-recommend__prev{display:none}.we-recommend__next.swiper-button-disabled,.we-recommend__prev.swiper-button-disabled{pointer-events:none;opacity:.4}.we-recommend__next{left:auto;right:58px}@media screen and (min-width: 768px){.we-recommend__next{left:auto;right:0}}@media screen and (min-width: 1024px){.we-recommend__next{left:auto;right:58px}}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.quick-links{max-width:1055px;margin:0 auto;padding:43px;padding-left:54px;border-radius:8px;background-color:#edebeb;width:calc(100vw - 48px)}@media screen and (max-width: 767px){.quick-links{padding:32px 20px 36px 24px}}.quick-links__list{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}@media screen and (max-width: 767px){.quick-links__list{column-gap:38px}}@media screen and (max-width: 767px){.quick-links__list a{font-size:14px}}.quick-links__item{flex-grow:1;flex-basis:calc(30% - 28px)}.quick-links__item .link-underlined{white-space:normal}@media screen and (max-width: 767px){.quick-links__item{flex-basis:calc(50% - 38px)}.quick-links__item .link-underlined:after,.quick-links__item .link-underlined:before{display:none}.quick-links__item .link-underlined{text-decoration:underline;text-decoration-color:rgba(0,69,71,.3)}.quick-links__item .link-underlined:hover,.quick-links__item .link-underlined:focus,.quick-links__item .link-underlined:active{text-decoration-color:#004547}}@media screen and (min-width: 768px){.quick-links__text{overflow:hidden;display:block;display:-webkit-box;height:16px;font-size:16px;line-height:1;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.intro-area{color:#004547}.intro-area__inner{padding:0 24px;background:#adb5ff;border-radius:8px;display:flex;flex-direction:column}@media screen and (min-width: 768px){.intro-area__inner{flex-direction:row-reverse;justify-content:space-between;align-items:stretch;gap:6%}.intro-area--image-False .intro-area__inner{justify-content:center}}.intro-area__text{padding:30px 0;text-align:left}@media screen and (min-width: 768px){.intro-area__text{padding:55px 12% 55px 0;width:calc(50% - 45px)}.intro-area--image-False .intro-area__text{text-align:center;width:48%;min-width:600px;padding-right:0}}.intro-area__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:56px;line-height:.8;letter-spacing:-0.01em;text-transform:uppercase;padding:0 0 24px;color:#004547;text-align:left}@media screen and (min-width: 768px){.intro-area__title{padding:0 0 30px}.intro-area--image-False .intro-area__title{text-align:center}}@media screen and (min-width: 1024px){.intro-area__title{font-size:64px;line-height:.8}}.intro-area__description{font-size:16px;line-height:1.6;text-align:left}@media screen and (min-width: 768px){.intro-area--image-False .intro-area__description{text-align:center}}.intro-area__picture img{width:68%}@media screen and (min-width: 768px){.intro-area__picture{width:calc(50% - 45px);position:relative}.intro-area__picture picture{position:absolute;width:auto;max-width:86%;bottom:0;top:-27px;left:14%}.intro-area__picture img{display:block;width:100%;height:100%;object-fit:contain;object-position:0 100%}}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.promo-panel__wrapper{background-color:var(--bg-colour)}.promo-panel{--item-gap: 32px;--vertical-paddings: 40px;--side-paddings: 23px;max-width:1700px;margin:0 auto;padding:var(--vertical-paddings) var(--side-paddings);display:flex;justify-content:space-between;align-items:center;column-gap:25px;overflow:hidden}@media screen and (max-width: 767px){.promo-panel{padding-top:0;flex-direction:column;gap:40px}}@media screen and (min-width: 1024px){.promo-panel{--side-paddings: 50px}}@media screen and (min-width: 1366px){.promo-panel{--side-paddings: 186px}}.promo-panel.mask-bag,.promo-panel.mask-bucket{justify-content:start;column-gap:8vw;--side-paddings: 0;--item-gap: 40px}.promo-panel.mask-bag .promo-panel__image,.promo-panel.mask-bucket .promo-panel__image{align-self:flex-start;flex-shrink:0;margin-top:calc(-1*var(--vertical-paddings))}.promo-panel.mask-bag .promo-panel__image img,.promo-panel.mask-bucket .promo-panel__image img{height:auto;object-fit:cover}@media screen and (max-width: 767px){.promo-panel.mask-bag .promo-panel__image,.promo-panel.mask-bucket .promo-panel__image{width:97%;height:100%;margin:0 auto}}@media screen and (min-width: 768px){.promo-panel.mask-bag .promo-panel__image,.promo-panel.mask-bucket .promo-panel__image{width:452px;height:467px}}@media screen and (min-width: 1024px){.promo-panel.mask-bag .promo-panel__image,.promo-panel.mask-bucket .promo-panel__image{width:678px;height:640px}}@media screen and (max-width: 767px){.promo-panel.mask-bag .promo-panel__title,.promo-panel.mask-bucket .promo-panel__title{max-width:80%}}.promo-panel.mask-bag .promo-panel__cta-wrapper,.promo-panel.mask-bucket .promo-panel__cta-wrapper{max-width:432px}@media screen and (max-width: 767px){.promo-panel.mask-bag,.promo-panel.mask-bucket{--item-gap: 32px;--side-paddings: 25px;gap:15px;padding-bottom:64px}}@media screen and (min-width: 1024px){.promo-panel.mask-bag,.promo-panel.mask-bucket{--side-paddings: 25px}}@media screen and (min-width: 1366px){.promo-panel.mask-bag,.promo-panel.mask-bucket{--side-paddings: 100px}}@media screen and (min-width: 1500px){.promo-panel.mask-bag,.promo-panel.mask-bucket{--side-paddings: 170px}}.promo-panel.left .promo-panel__image{order:0}.promo-panel.left .promo-panel__cta-wrapper{order:1}@media screen and (max-width: 767px){.promo-panel .promo-panel__image{width:345px;height:217px;order:0;align-self:end;margin-right:calc(-1*var(--vertical-paddings))}.promo-panel .promo-panel__cta-wrapper{order:0;align-self:start}}.promo-panel.mask-bag .promo-panel__image{mask-image:url(/dist/images/bag-68a5d801e8ab86e8998d.svg)}.promo-panel.mask-bucket .promo-panel__image{mask-image:url(/dist/images/bucket-b4f3ab465465c24dfc60.svg)}.promo-panel.mask- .promo-panel__image img{width:100%;object-fit:contain;object-position:50% 0}.promo-panel__title,.promo-panel__desc{color:var(--font-colour) !important}.promo-panel__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:48px}@media screen and (min-width: 1024px){.promo-panel__title{font-size:72px}}.promo-panel__title{color:#fff}@media screen and (max-width: 767px){.promo-panel__title{max-width:62%}}.promo-panel__desc{font-family:Gotham-light,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:16px;font-weight:325;line-height:1.6;letter-spacing:-0.01em}@media screen and (max-width: 767px){.promo-panel__desc{max-width:82%}}.promo-panel__image{order:1;width:553px;height:348px;mask-size:contain;mask-repeat:no-repeat;mask-position:top;overflow:hidden}.promo-panel__image img{max-width:100%;height:100%;object-fit:cover}.promo-panel__cta-wrapper{order:0;max-width:462px;display:flex;gap:var(--item-gap);flex-direction:column}.promo-panel__cta{--cta-bg-color: #e5ff66;--cta-text-color: #004547;max-width:max-content;background-color:var(--cta-bg-color);color:var(--cta-text-color)}.promo-panel__cta::before{background-color:var(--cta-text-color)}.has-theme-bright-teal .promo-panel__cta{--cta-bg-color: #004547;--cta-text-color: #ffffff}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.image-gallery__image{position:relative}.image-gallery__image img{width:100%}.image-gallery__description{color:#004547;font-family:Gotham-light,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;letter-spacing:-0.01em;padding:11px 16px;margin-top:16px;border-left:4px solid #e5ff66;vertical-align:middle}.image-gallery__pagination{padding:56px 120px 22px;display:flex;flex-flow:row nowrap;gap:7px;justify-content:center}@media screen and (min-width: 768px){.image-gallery__pagination{position:absolute;width:172px;left:50%;transform:translateX(-50%);bottom:116px;padding:0;z-index:10}}.image-gallery__pagination>span{display:block;height:6px;border-radius:3px;flex-basis:40px;max-width:40px;cursor:pointer;background:rgba(0,69,71,.2)}.image-gallery__pagination>span.swiper-pagination-bullet-active{background:#004547}@media screen and (min-width: 768px){.image-gallery__pagination>span{background:hsla(0,0%,100%,.3)}.image-gallery__pagination>span.swiper-pagination-bullet-active{background:#e5ff66}}.image-gallery__next.button,.image-gallery__prev.button{position:absolute;z-index:10;bottom:0;left:58px}@media screen and (max-width: 767px){.image-gallery__next.button,.image-gallery__prev.button{background:rgba(0,0,0,0);border:2px solid rgba(0,69,71,.2);transition:border-color .3s ease}.image-gallery__next.button:hover,.image-gallery__next.button:focus-visible,.image-gallery__prev.button:hover,.image-gallery__prev.button:focus-visible{background:rgba(0,0,0,0);border-color:#004547}.image-gallery__next.button:hover::after,.image-gallery__next.button:focus-visible::after,.image-gallery__prev.button:hover::after,.image-gallery__prev.button:focus-visible::after{animation:arrow-slide .4s ease}}@media screen and (min-width: 768px){.image-gallery__next.button,.image-gallery__prev.button{bottom:96px;left:50%;transform:translateX(-164px);border:none;background:#edebeb;--arrow-color: #004547}.image-gallery__next.button:hover,.image-gallery__next.button:focus-visible,.image-gallery__prev.button:hover,.image-gallery__prev.button:focus-visible{background:#e5ff66}}.image-gallery.is-single .image-gallery__next.button,.image-gallery.is-single .image-gallery__prev.button{display:none}.has-blocked-buttons .image-gallery__next.button,.has-blocked-buttons .image-gallery__prev.button{pointer-events:none}.image-gallery__next.button.swiper-button-disabled,.image-gallery__prev.button.swiper-button-disabled{pointer-events:none;opacity:.4}.image-gallery__next.button{left:auto;right:58px}@media screen and (min-width: 768px){.image-gallery__next.button{left:50%;right:auto;transform:translateX(116px)}}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.related-products__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:40px}@media screen and (min-width: 1024px){.related-products__title{font-size:48px}}.related-products__title{margin-bottom:25px}@media screen and (min-width: 1024px){.related-products__title{margin-bottom:35px}}html.js-disabled .related-products__list .swiper-wrapper{flex-wrap:wrap}.related-products__image{position:relative;background:#edebeb;border-radius:8px;aspect-ratio:1;overflow:hidden;margin-bottom:20px}.related-products__image img{width:100%;height:100%;object-fit:contain}.related-products__image-link{position:absolute;display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:0;left:0;pointer-events:none;background:rgba(0,69,71,.6);opacity:0;transition:opacity .3s ease}.related-products__image:hover .related-products__image-link{opacity:1;pointer-events:auto;text-decoration:none}.related-products__content{padding-bottom:5px}.related-products__product-title{font-family:Gotham-bold,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:16px;margin-bottom:8px;font-weight:700;color:#004547}@media screen and (min-width: 1024px){.related-products__product-title{font-size:18px}}.related-products__link{font-size:16px}.related-products__pagination{padding:58px 50px 0;display:flex;flex-flow:row nowrap;gap:7px;justify-content:center}@media screen and (min-width: 768px){.related-products__pagination{display:none}}.related-products__pagination>span{display:block;height:6px;border-radius:3px;flex-basis:40px;max-width:40px;cursor:pointer;background:rgba(0,69,71,.2)}.related-products__pagination>span.swiper-pagination-bullet-active{background:#004547}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.promo-video__wrapper{background-color:#adb5ff}.promo-video{max-width:1700px;margin:0 auto;padding:62px var(--side-paddings);color:#004547;display:flex;justify-content:space-between;column-gap:25px}@media screen and (max-width: 1023px){.promo-video{padding:48px 24px 50px 24px;flex-direction:column;gap:40px}}@media screen and (min-width: 1024px){.promo-video{--side-paddings: 50px}}@media screen and (min-width: 1280px){.promo-video{--side-paddings: 100px}}@media screen and (min-width: 1500px){.promo-video{--side-paddings: 186px}}.promo-video__text-wrapper{max-width:387px}@media screen and (max-width: 1023px){.promo-video__text-wrapper{max-width:345px}}.promo-video__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:48px}@media screen and (min-width: 1024px){.promo-video__title{font-size:72px}}.promo-video__desc{font-family:Gotham-book,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:16px;line-height:1.6;letter-spacing:-0.01em;margin-top:32px}.promo-video__image{aspect-ratio:16/9;position:relative;max-width:707px;min-width:62%;cursor:pointer}.promo-video__image:hover .promo-video__button{background-color:#e5ff66}.promo-video__image:hover .promo-video__button .promo-video__icon{stroke:#004547}.promo-video__image img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1023px){.promo-video__image{margin:0 auto}}.promo-video__button{margin:0;padding:0;background-color:rgba(0,0,0,0);border:none;color:inherit;font-family:inherit;font-size:inherit;letter-spacing:inherit;text-decoration:none;cursor:pointer;user-select:none;appearance:none;display:flex;align-items:center;justify-content:center;position:absolute;bottom:0;left:0;width:48px;height:48px;background-color:#004547;transition:background-color .3s ease}.promo-video__button:hover,.promo-video__button:focus-visible{background-color:#e5ff66}.promo-video__button:hover .promo-video__icon,.promo-video__button:focus-visible .promo-video__icon{stroke:#004547}.promo-video__icon{width:32px;height:25px;stroke:#fff;stroke-width:2px;transition:stroke .3s ease}.promo-video__modal-media{position:relative;z-index:1;height:calc(var(--full-size-vh)*.8);width:calc(100vw - 48px);max-width:1114px;max-height:626px;aspect-ratio:16/9}.promo-video__modal-media iframe{border:none;width:100%;height:100%;position:absolute;inset:0}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}@media screen and (min-width: 768px){.testimonial{display:flex;flex-direction:row-reverse;align-items:flex-start;gap:30px}}@media screen and (min-width: 1024px){.testimonial{gap:40px}}.testimonial__picture{width:100%;border-radius:8px;overflow:hidden;aspect-ratio:1;margin-bottom:30px}@media screen and (min-width: 768px){.testimonial__picture{width:345px;min-width:345px;margin:0}}.testimonial__text{position:relative;flex-grow:1;padding-left:32px;color:#004547}.testimonial__text::before{content:"";position:absolute;top:0;left:0;z-index:-1;display:block;width:9px;height:100%;background:#e5ff66}.testimonial__quote{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:48px}@media screen and (min-width: 1024px){.testimonial__quote{font-size:64px}}.testimonial__author{margin-top:25px;font-size:16px}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.loader{display:block;position:relative;--loader-size: 64px;--loader-color: #004547;--loader-line-width: calc(var(--loader-size) / 8);width:var(--loader-size);height:var(--loader-size)}.loader div{box-sizing:border-box;display:block;position:absolute;width:var(--loader-size);height:var(--loader-size);border:var(--loader-line-width) solid var(--loader-color);border-radius:50%;animation:loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;border-color:var(--loader-color) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.loader div:nth-child(1){animation-delay:-0.45s}.loader div:nth-child(2){animation-delay:-0.3s}.loader div:nth-child(3){animation-delay:-0.15s}@keyframes loader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.loader--hidden{display:none}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.image-with-text{color:#004547}@media screen and (min-width: 768px){.image-with-text{display:flex;flex-direction:row-reverse;gap:40px}.image-with-text.image-with-text--image-left{flex-direction:row}}@media screen and (min-width: 1024px){.image-with-text{gap:78px}}.image-with-text__image{margin-bottom:30px}@media screen and (min-width: 768px){.image-with-text__image{width:60%;min-width:60%;margin-bottom:0}}.image-with-text__image img{width:100%}.image-with-text__image-wrapper{position:relative}.image-with-text__image-description{position:relative;margin-top:18px;font-size:14px;padding:8px 0 8px 19px}.image-with-text__image-description::before{content:"";position:absolute;top:0;left:0;z-index:-1;display:block;width:4px;height:100%;background:#e5ff66}.image-with-text__title{font-family:Gotham-bold,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#004547;font-size:20px;letter-spacing:-0.01em;line-height:1.3;margin-bottom:20px}@media screen and (min-width: 1024px){.image-with-text__title{font-size:28px;line-height:1.3}}.image-with-text__description p{font-size:16px;line-height:1.6}.image-with-text__description p+p{margin-top:20px}.image-with-text__btn{margin-top:20px}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.image-with-text-columns{color:#004547}@media screen and (min-width: 768px){.image-with-text-columns{display:flex;flex-direction:row;gap:20px}}@media screen and (min-width: 1024px){.image-with-text-columns{gap:32px}}.image-with-text-columns__item{margin-bottom:40px}.image-with-text-columns__item:last-child{margin-bottom:0}@media screen and (min-width: 768px){.image-with-text-columns__item{flex-grow:1;flex-basis:0;margin-bottom:0}}.image-with-text-columns__image{position:relative;margin-bottom:35px;aspect-ratio:1.6}.image-with-text-columns__image img{width:100%;height:100%;object-fit:cover}.image-with-text-columns__title{font-family:Gotham-bold,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#004547;font-size:20px;letter-spacing:-0.01em;line-height:1.3;margin-bottom:20px}@media screen and (min-width: 1024px){.image-with-text-columns__title{font-size:28px;line-height:1.3}}.image-with-text-columns__descr p{font-size:16px;line-height:1.6}.image-with-text-columns__descr p+p{margin-top:20px}.image-with-text-columns__btn{margin-top:30px}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.image-with-structured-text{color:#004547}@media screen and (min-width: 768px){.image-with-structured-text{display:flex;flex-direction:row}.image-with-structured-text--image-right{flex-direction:row-reverse}}.image-with-structured-text__picture{position:relative;margin-bottom:30px;border-radius:8px;overflow:hidden;aspect-ratio:1.55}@media screen and (min-width: 768px){.image-with-structured-text__picture{width:50%;min-width:50%;margin-bottom:0}}@media screen and (min-width: 1024px){.image-with-structured-text__picture{width:64%;min-width:64%}}.image-with-structured-text__picture img{width:100%;height:100%;object-fit:cover}.image-with-structured-text--image-left .image-with-structured-text__picture .inspect-modal__button{left:0;right:0}@media screen and (min-width: 768px){.image-with-structured-text__content{position:relative;margin-top:96px;padding:70px 40px;flex-grow:1;z-index:5}.image-with-structured-text__content:before{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;left:-72px;right:0;width:auto;border-top-left-radius:8px;border-top-right-radius:8px;z-index:-1}.image-with-structured-text--image-right .image-with-structured-text__content:before{left:0;right:-72px}}@media screen and (min-width: 1024px){.image-with-structured-text__content{padding:88px 63px}}.image-with-structured-text__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:48px}@media screen and (min-width: 1024px){.image-with-structured-text__title{font-size:64px}}.image-with-structured-text__title{color:#004547;margin-bottom:30px}.image-with-structured-text__description{font-family:Gotham-bold,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:18px;line-height:1.6;margin-bottom:30px}.image-with-structured-text__list{column-count:2;margin-bottom:35px}.image-with-structured-text__list-item{font-size:16px}.image-with-structured-text__list-item>.link-underlined{margin-bottom:10px}.image-with-structured-text__btn{white-space:nowrap}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.image-with-text-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}@media screen and (min-width: 1024px){.image-with-text-grid{gap:30px}}.image-with-text-grid__item{width:100%}@media screen and (min-width: 768px){.image-with-text-grid__item{width:calc(50% - 10px)}}@media screen and (min-width: 1024px){.image-with-text-grid__item{width:calc(50% - 15px)}}.image-with-text-grid__image{position:relative;aspect-ratio:1.87;border-radius:8px;margin-bottom:30px;overflow:hidden}@media screen and (min-width: 768px){.image-with-text-grid__image{margin-bottom:50px}}.image-with-text-grid__image img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .3s ease}.image-with-text-grid__image:hover img{transform:scale(1.1)}.image-with-text-grid__image .inspect-modal__button,.image-with-text-grid__image .inspect-modal__icon{transition:background .3s ease}.image-with-text-grid__image:hover .inspect-modal__button{background:#e5ff66;z-index:10}.image-with-text-grid__image:hover .inspect-modal__icon{background:#004547}.image-with-text-grid__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;font-size:0;text-indent:-1000em}.image-with-text-grid__link:after{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);transition:background .3s ease}.image-with-text-grid__image:hover .image-with-text-grid__link:after{background:rgba(0,69,71,.6)}.image-with-text-grid__image:hover .image-with-text-grid__link:after{background:rgba(0,69,71,.6)}.image-with-text-grid__content{text-align:center}.image-with-text-grid__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:48px}@media screen and (min-width: 1024px){.image-with-text-grid__title{font-size:64px}}.image-with-text-grid__title{text-align:center}.image-with-text-grid__descr{max-width:420px;margin:25px auto 0;color:#004547;font-size:16px;line-height:1.6}@media screen and (min-width: 768px){.image-with-text-grid__descr{font-size:18px;line-height:1.6}}.image-with-text-grid__btn{margin:30px 0}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}html.js-enabled .tabs-content{display:none}html.js-enabled .tabs-content.is-active{display:block}.tabs-links{display:flex;justify-content:center;text-transform:uppercase;gap:24px;margin-bottom:27px}@media screen and (min-width: 768px){.tabs-links{margin-bottom:40px}}.tabs-links__item{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:40px;line-height:30px;font-weight:700;letter-spacing:-0.01em;opacity:.3;text-decoration:none;padding-bottom:12px;display:block;position:relative;transition:opacity .3s ease}.tabs-links__item::after{content:"";position:absolute;border-bottom:2px solid #004547;bottom:0;left:0;width:0}@media screen and (min-width: 1024px){.tabs-links__item{font-size:48px;line-height:35px}}.tabs-links__item.is-active,.tabs-links__item:hover{opacity:1}.tabs-links__item.is-active::after{width:100%}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.related-searches{display:flex;gap:32px;flex-direction:column}@media screen and (min-width: 1280px){.related-searches{flex-direction:row}}.related-searches__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:48px}@media screen and (min-width: 1024px){.related-searches__title{font-size:72px}}@media screen and (min-width: 1280px){.related-searches__title{flex-basis:28%;flex-shrink:0}}@media screen and (max-width: 767px){.related-searches__list{display:flex;flex-direction:column;gap:16px}}@media screen and (min-width: 768px){.related-searches__list{display:grid;grid-gap:32px;grid-template-columns:repeat(2, 1fr)}}.related-searches__item{position:relative;overflow:hidden;display:flex;border-radius:8px;border:1px solid #edebeb;text-decoration:none;height:88px}@media screen and (min-width: 1024px){.related-searches__item{height:129px}}.related-searches__item:hover .related-searches__image img,.related-searches__item:focus-within .related-searches__image img{transform:scale(1.1)}.related-searches__item:hover .related-searches__content,.related-searches__item:focus-within .related-searches__content{background-color:#004547}.related-searches__item:hover .related-searches__content::after,.related-searches__item:focus-within .related-searches__content::after{background-color:#e5ff66;background-position-x:215%}.related-searches__item:hover .related-searches__text,.related-searches__item:focus-within .related-searches__text{color:#fff}.related-searches__image{position:relative;overflow:hidden;width:35px;flex-shrink:0}@media screen and (min-width: 1024px){.related-searches__image{width:129px}}.related-searches__image img{width:100%;height:100%;transition:transform .3s ease}.related-searches__content{display:flex;align-items:center;justify-content:space-between;padding:0 16px;gap:16px;width:100%;transition:background-color .3s ease}.related-searches__content::after{flex-shrink:0;content:"";width:48px;height:48px;background-color:#edebeb;border-radius:50%;background-image:url(/dist/images/right-angle-fe5a7d913fec939fd363.svg);background-repeat:repeat-x;background-position:center center;background-size:30px 15px;transition:background-color,background-position .3s ease}.related-searches__text{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:26px}@media screen and (min-width: 1024px){.related-searches__text{font-size:32px}}.related-searches__text{transition:color .3s ease}.related-searches__text span{color:#80a2a3}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.ugc-list__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:40px}@media screen and (min-width: 1024px){.ugc-list__title{font-size:48px}}.ugc-list__title{margin-bottom:24px}@media screen and (min-width: 768px){.ugc-list__title{margin-bottom:32px}}.ugc-list__container{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}@media screen and (min-width: 768px){.ugc-list__container{grid-template-columns:repeat(4, 1fr);gap:32px}}.ugc-list__item{border-radius:8px;position:relative;overflow:hidden;aspect-ratio:1;color:#fff}.ugc-list__item::after{content:"";position:absolute;z-index:1;inset:0;background-color:rgba(0,0,0,0);transition:background-color .3s ease}.ugc-list__item .inspect-modal__button{z-index:3}@media screen and (max-width: 767px){.ugc-list__item .inspect-modal__button{top:0}}.ugc-list__item:hover::after,.ugc-list__item:focus-within::after{background-color:rgba(0,69,71,.6)}.ugc-list__item:hover .ugc-list__image,.ugc-list__item:focus-within .ugc-list__image{transform:scale(1.1)}.ugc-list__item:hover .inspect-modal__button,.ugc-list__item:focus-within .inspect-modal__button{background-color:#e5ff66}.ugc-list__item:hover .inspect-modal__icon,.ugc-list__item:focus-within .inspect-modal__icon{background-color:#004547}.ugc-list__link{text-decoration:none;color:#fff}.ugc-list__image{position:absolute;inset:0;z-index:0;transition:transform .3s ease}.ugc-list__image img{width:100%;height:100%;object-fit:cover}.ugc-list__content{position:relative;z-index:2;padding:15px 12px;display:flex;align-items:flex-end;height:100%}@media screen and (min-width: 1024px){.ugc-list__content{padding:28px 26px}}.ugc-list__author{font-size:10px;letter-spacing:-0.01em}@media screen and (min-width: 1024px){.ugc-list__author{font-size:16px}}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.message-modal{text-align:center;padding:24px}.message-modal__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:40px}@media screen and (min-width: 1024px){.message-modal__title{font-size:48px}}.message-modal__content{position:relative;overflow:auto;max-height:100%;max-width:750px;background-color:#fff;border-radius:8px;padding:95px 35px;display:flex;flex-direction:column;align-items:center;gap:32px}@media screen and (min-width: 768px){.message-modal__content{padding:105px 95px}}.message-modal__content .modal__close{position:absolute;right:24px;top:24px}.message-modal__text{color:#004547;font-size:16px}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.project-card{border-radius:8px;background:#004547;color:#fff;display:flex;position:relative;overflow:hidden}@media screen and (min-width: 768px){.project-card{padding:40px 40px 0;min-height:453px}}@media screen and (max-width: 767px){.project-card{flex-direction:column-reverse;padding:37px 24px 0;justify-content:space-between}}.project-card__image{flex-basis:50%;flex-shrink:1;flex-grow:0;height:356px;margin-top:auto;padding:0;position:relative;position:relative}.project-card__image>img,.project-card__image>video,.project-card__image>picture,.project-card__image>picture>img{position:absolute;top:0;left:0;display:block;width:100%;height:100%}.project-card__image>img,.project-card__image>video,.project-card__image>picture,.project-card__image>picture>img{object-fit:contain}@media screen and (max-width: 767px){.project-card__image{min-height:142px;margin-top:20px}}.project-card__image img{object-position:bottom}@media screen and (max-width: 767px){.project-card__image img{object-position:left bottom}}.project-card__text{flex-basis:50%;display:flex;flex-direction:column;gap:40px}@media screen and (min-width: 768px){.project-card__text{padding:12px 30px 60px;gap:56px;max-width:671px}}.project-card__desc{font-size:16px;line-height:25.6px;letter-spacing:-0.01em}@media screen and (min-width: 768px){.project-card__desc{font-size:18px;line-height:28.8px}}.project-card__title{font-size:16px;line-height:25.6px;letter-spacing:-0.01em;font-weight:700;margin-bottom:16px}.project-card__icons{max-width:237px;width:100%}.project-card__icon{height:48px;line-height:48px;display:flex;align-items:center;gap:8px;font-size:14px}.project-card__icon .icon{stroke:#fff}.project-card__icon:first-child{border-bottom:1px solid hsla(0,0%,100%,.3)}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.hero-with-ctas{position:relative;min-height:540px}@media screen and (min-width: 1024px){.hero-with-ctas{aspect-ratio:2.4}}.hero-with-ctas__image{position:relative}.hero-with-ctas__image>img,.hero-with-ctas__image>video,.hero-with-ctas__image>picture,.hero-with-ctas__image>picture>img{position:absolute;top:0;left:0;display:block;width:100%;height:100%}.hero-with-ctas__image>img,.hero-with-ctas__image>video,.hero-with-ctas__image>picture,.hero-with-ctas__image>picture>img{object-fit:cover;object-position:center 33.3%}.hero-with-ctas__image{position:absolute;inset:0;overflow:hidden}.hero-with-ctas__content{position:absolute;inset:0;color:#fff;display:flex;gap:22px;justify-content:center;flex-direction:column;padding:20px;box-sizing:content-box;z-index:5}@media screen and (min-width: 768px){.hero-with-ctas__content{padding:120px;max-width:70%;gap:10px}}.hero-with-ctas__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:80px}@media screen and (min-width: 1024px){.hero-with-ctas__title{font-size:144px}}.hero-with-ctas__title{color:#fff}.hero-with-ctas__buttons{display:flex;gap:16px;margin-top:22px}@media screen and (max-width: 767px){.hero-with-ctas__buttons{margin-top:10px;flex-direction:column;align-items:flex-start}}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.product-carousel{position:relative}.product-carousel__header{display:flex;gap:24px;align-items:center}@media screen and (max-width: 767px){.product-carousel__header{flex-direction:column;gap:16px;margin-bottom:24px}}@media screen and (min-width: 768px){.product-carousel__header{margin-bottom:38px}}.product-carousel__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:40px}@media screen and (min-width: 1024px){.product-carousel__title{font-size:48px}}.product-carousel__title{margin-bottom:0;margin-top:10px}@media screen and (max-width: 767px){.product-carousel__title{text-align:center}}.product-carousel__select+div{width:100%;margin-bottom:0}@media screen and (min-width: 768px){.product-carousel__select+div{max-width:273px}}.product-carousel__carousel{overflow:visible}@media screen and (min-width: 768px){.product-carousel__controls{position:absolute;right:50px;top:0;display:flex;gap:8px;align-items:center}.product-carousel__controls>a:first-child{margin-right:18px}}@media screen and (max-width: 767px){.product-carousel__controls{display:none}}@media screen and (max-width: 1023px){.product-carousel__view-all{display:none}}.product-carousel__item{width:230px}@media screen and (min-width: 768px){.product-carousel__item{width:363px}}.product-carousel__image{background-color:#edebeb;border-radius:8px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;height:100%;width:100%;aspect-ratio:1;margin-bottom:24px}.product-carousel__content{padding-bottom:5px}.product-carousel__item-name{font-family:Gotham-bold,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:18px;line-height:28.8px;letter-spacing:-0.01em;font-weight:700;color:#004547;margin-bottom:8px}.product-carousel__next.button,.product-carousel__prev.button{background:rgba(0,0,0,0);border:2px solid rgba(0,69,71,.2);transition:border-color .3s ease}.product-carousel__next.button:hover,.product-carousel__next.button:focus-visible,.product-carousel__prev.button:hover,.product-carousel__prev.button:focus-visible{background:rgba(0,0,0,0);border-color:#004547}.product-carousel__next.button:hover::after,.product-carousel__next.button:focus-visible::after,.product-carousel__prev.button:hover::after,.product-carousel__prev.button:focus-visible::after{animation:arrow-slide .4s ease}.product-carousel.is-single .product-carousel__next.button,.product-carousel.is-single .product-carousel__prev.button{display:none}.product-carousel__next.button.swiper-button-disabled,.product-carousel__prev.button.swiper-button-disabled{pointer-events:none;opacity:.4}@media screen and (max-width: 1023px){.product-carousel__link{display:flex;justify-content:center;margin-top:44px}}@media screen and (min-width: 1024px){.product-carousel__link{display:none}}.product-carousel__no-results{display:none;font-size:18px}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.search-suggestions__content{padding:24px 0 0;background-color:#fff;border-radius:8px;height:calc(var(--vh, 1vh)*62);min-height:calc(var(--vh, 1vh)*30);display:flex;flex-direction:column;width:90vw;max-width:1056px}.search-suggestions__content-empty{padding-bottom:48px}.search-suggestions__content .loader{--loader-size: 24px;margin:0 auto 24px}.search-suggestions__content>.modal__close{position:absolute;right:24px;top:24px}@media screen and (max-width: 1023px){.search-suggestions__content>.modal__close{right:16px;top:16px;z-index:2}}@media screen and (max-width: 1023px){.search-suggestions__content{padding:0 24px;padding-top:65px;padding-bottom:31px;height:var(--full-size-vh);width:100vw;border-radius:unset;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-duration:500ms;transform:translateY(100vh);transition:transform .3s ease}}.search-suggestions__footer{border-top:1px solid rgba(0,69,71,.2);padding:12px 0;display:flex;justify-content:center}@media screen and (max-width: 1023px){.modal.search-suggestions__modal{align-items:flex-start}}.open .search-suggestions__content{animation-name:animationUp}@media screen and (min-width: 1024px){.open .search-suggestions__content{animation:none}}.close .search-suggestions__content{animation-name:animationDown}@media screen and (min-width: 1024px){.close .search-suggestions__content{animation:none}}@keyframes animationUp{0%{transform:translateY(100vh)}100%{transform:translateY(0)}}@keyframes animationDown{from{transform:translateY(0)}to{transform:translateY(100vh)}}.search-suggestions__footer-desktop{margin-top:auto}@media screen and (max-width: 1023px){.search-suggestions__footer-desktop{display:none}}.search-suggestions__footer-mobile{margin-top:10px}@media screen and (min-width: 1024px){.search-suggestions__footer-mobile{display:none}}.ss-form{position:relative;margin:0 48px 20px}@media screen and (max-width: 1023px){.ss-form{margin:0;margin-bottom:15px}}.ss-form .form__input .ss-form__input[type=text]{padding-bottom:0;height:80px;padding-left:36px;font-size:48px}@media screen and (max-width: 1023px){.ss-form .form__input .ss-form__input[type=text]{height:72px;font-size:40px}}.ss-form .form__input .ss-form__icon{stroke:#004547;position:absolute;top:28px;left:0}@media screen and (max-width: 1023px){.ss-form .form__input .ss-form__icon{top:24px}}.ss-form__btn{margin:0;padding:0;background-color:rgba(0,0,0,0);border:none;color:inherit;font-family:inherit;font-size:inherit;letter-spacing:inherit;text-decoration:none;cursor:pointer;user-select:none;appearance:none;display:none;background-color:#004547;width:16px;height:16px;position:absolute;top:32px;right:0;border-radius:8px}@media screen and (max-width: 1023px){.ss-form__btn{top:28px}}.ss-form__btn::after{content:"";position:absolute;top:4px;left:4px;width:8px;height:8px;background-color:#fff;mask-image:url(/dist/images/crest-icon-6a3f9257c996a9b51514.svg);mask-size:contain;mask-repeat:no-repeat;mask-position:center}.ss-form__btn.active{display:block}.ss-results{overflow-y:auto;padding:0 24px 0 32px;margin:0 16px;scrollbar-width:thin;scrollbar-color:#004547 rgba(0,0,0,0)}@media screen and (max-width: 1023px){.ss-results{margin:0;padding:0}}.ss-results::-webkit-scrollbar{width:8px}.ss-results::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.ss-results::-webkit-scrollbar-thumb{background-color:#004547}.ss-results__title{font-family:Gotham-bold,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;font-weight:700;line-height:1.4;letter-spacing:-0.01em;color:#004547;margin-bottom:12px}.ss-results__list{display:flex;flex-direction:column}.ss-results__no-results{color:#004547;text-align:center;padding-bottom:24px}.ss-item{display:flex;gap:12px;text-decoration:none;align-items:center;border-radius:8px;padding:8px;background-color:rgba(0,0,0,0);transition:background-color .3s ease}@media screen and (max-width: 1023px){.ss-item{padding:4px 0}}.ss-item__image{background-color:#edebeb;border-radius:4px;width:48px;height:48px}.ss-item__image-default{mask-image:url(/dist/images/default-f7ec7a0a3179d5fff4cb.svg);mask-size:contain;mask-repeat:no-repeat;mask-position:center}.ss-item__title{font-size:16px;line-height:25.6px;color:#004547}.ss-item:hover .ss-item__title,.ss-item:focus-visible .ss-item__title{color:#fff}.ss-item__title .highlight{font-family:Gotham-bold,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.ss-item:hover,.ss-item:focus-visible{outline:none;background-color:#004547}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.next-prev-articles{max-width:1328px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;border:1px solid #ccdada;border-radius:8px;position:relative}.next-prev-articles::after{content:"";position:absolute;height:100%;width:1px;background-color:#ccdada;top:0;left:50%}.next-prev-articles .button{flex-shrink:0}@media screen and (max-width: 767px){.next-prev-articles{width:100vw;margin:0 -24px;border-left:none;border-right:none;border-radius:0}}.next-prev-articles__link-container{padding:0 32px;transition:background-color .3s ease}.next-prev-articles__link-container:has(a:hover),.next-prev-articles__link-container:focus-within{background-color:#004547}@media screen and (max-width: 767px){.next-prev-articles__link-container{padding:24px}}.next-prev-articles__link{text-decoration:none;display:flex;align-items:center;gap:32px;height:100%;transition:color .3s ease}@media screen and (max-width: 767px){.next-prev-articles__link{flex-direction:column;align-items:start;gap:24px}}.next-prev-articles__link:hover,.next-prev-articles__link:focus-visible{outline:none;color:#fff}.next-prev-articles__link:hover .button,.next-prev-articles__link:focus-visible .button{--arrow-position-x-offset: var(--arrow-width);background:#e5ff66}.next-prev-articles__link-wrapper{display:grid;gap:16px;padding:40px 0}@media screen and (max-width: 767px){.next-prev-articles__link-wrapper{padding:0}}.next-prev-articles__title{font-family:"roc-grotesk-compressed",-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:bold;color:#004547;text-transform:uppercase;line-height:.8;letter-spacing:-0.01em;font-size:32px}@media screen and (min-width: 1024px){.next-prev-articles__title{font-size:48px}}.next-prev-articles__title{color:inherit}.next-prev-articles__text{font-size:16px}@media screen and (max-width: 767px){.next-prev-articles__text{font-size:14px}}@media screen and (max-width: 767px){.next-prev-articles__next-btn{order:-1}}
@keyframes arrow-slide{0%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}45%{transform:translateX(var(--arrow-slide-out, 15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}55%{transform:translateX(var(--arrow-slide-in, -15px)) rotate(var(--arrow-rotation, 0deg));opacity:0}100%{transform:translateX(0) rotate(var(--arrow-rotation, 0deg));opacity:1}}.social__title{font-size:16px;font-family:Gotham-bold,-apple-system,blinkmacsystemfont,segoe ui,helvetica,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";margin-bottom:16px;color:#004547}.social__list{display:flex;gap:8px}.social__link{border-radius:50%;width:40px;height:40px;background-color:rgba(0,69,71,.15);display:flex;place-items:center;--mask-img-color: #004547;transition:background-color .3s ease}.social__link:hover,.social__link:focus-visible{--mask-img-color: #ffffff;background-color:#004547}.social__link.facebook{--mask-url: url(/dist/images/fb-icon-470b6941bdc65d2fd23d.svg)}.social__link.x{--mask-url: url(/dist/images/x-icon-15b790c0df0b61d5b776.svg)}.social__link.email{--mask-url: url(/dist/images/mail-icon-f73f279ba88c74534932.svg)}.social__masked-img{mask-image:var(--mask-url);mask-size:contain;mask-repeat:no-repeat;mask-position:center;background-color:var(--mask-img-color);width:15px;height:15px;margin:0 auto;transition:background-color .3s ease}.social__share-page{max-width:1056px;margin:0 auto}
