@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/static/montserrat-latin-400-normal-b4a68b1e743ee317eaaf0bbadd131571.woff2) format("woff2"),url(/static/montserrat-latin-400-normal-0c0bf37fdadb3c0fc240ecd46deb5ec5.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:600;src:url(/static/montserrat-latin-600-normal-e571167fbcce8d5081bce96a09930063.woff2) format("woff2"),url(/static/montserrat-latin-600-normal-52addb5b17e47b1433cbe1e38c12b0a8.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:800;src:url(/static/montserrat-latin-800-normal-47adf1610f40ec74b72068c5a111d3ad.woff2) format("woff2"),url(/static/montserrat-latin-800-normal-82f902504ae7e33d71f159c05ed9b71d.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:900;src:url(/static/montserrat-latin-900-normal-2f0591f47be65bab6a3cad2738688dcd.woff2) format("woff2"),url(/static/montserrat-latin-900-normal-308a7ca808cab6f5bb529667a8a5a4da.woff) format("woff")}.icon{font-size:inherit;color:inherit}.btn{--btn-height:48px;--gap:10px;--outline-gap:-4px;--btn-border:1px solid transparent;--btn-radius:0;--btn-color:inherit;--btn-background:none;--btn-hover-color:inherit;--btn-hover-background:none;--btn-active-color:inherit;--btn-active-background:none;--text-decoration:1px solid transparent;--underline-color:inherit;--btn-padding:10px 32px;--btn-active-outline:1px dashed #0067b1;--btn-disabled-opacity:0.6;--btn-disabled-color:#606060;--btn-disabled-background:#e2e2e2;--link-color:#0067b1;--link-hover:#002c4b;--link-active:#121212;--link-focus:#002c4b;margin:0;padding:0;background:none;border:0;font-family:inherit;font-size:.875rem;font-weight:600;line-height:1.25rem;letter-spacing:.2px;color:var(--btn-color);text-align:center;text-decoration:none;text-transform:uppercase;position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-height:var(--btn-height);padding:var(--btn-padding);cursor:pointer;background:var(--btn-background);border:var(--btn-border);border-radius:var(--btn-radius);transition:color .3s,background .3s}.btn:before{position:absolute;top:var(--outline-gap);right:var(--outline-gap);bottom:var(--outline-gap);left:var(--outline-gap);z-index:-1;border-radius:var(--btn-radius);content:""}.btn:hover{color:var(--btn-hover-color);background:var(--btn-hover-background)}.btn:hover .btn__inner{-webkit-text-decoration:var(--text-decoration);text-decoration:var(--text-decoration);-webkit-text-decoration-color:var(--underline-color);text-decoration-color:var(--underline-color);text-underline-offset:3px}.btn:hover .btn__inner,.btn:hover .icon__prefix,.btn:hover .icon__suffix{color:var(--btn-hover-color)}.btn:focus{background:var(--btn-active-background);outline:1px solid transparent}.btn:focus:before{border:var(--btn-active-outline)}.btn:focus .btn__inner{-webkit-text-decoration:var(--text-decoration);text-decoration:var(--text-decoration);-webkit-text-decoration-color:var(--underline-color);text-decoration-color:var(--underline-color);text-underline-offset:3px}.btn:focus .btn__inner,.btn:focus .icon__prefix,.btn:focus .icon__suffix{color:var(--btn-active-color)}.btn a:focus:not(.focus-visible),.btn a:focus:not(:focus-visible){background:var(--btn-background)}.btn a:focus:not(.focus-visible):before,.btn a:focus:not(:focus-visible):before{border:1px solid transparent}.btn a:focus:not(.focus-visible) .btn__inner,.btn a:focus:not(:focus-visible) .btn__inner{color:var(--btn-color);text-decoration:none;-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.btn a:focus:not(.focus-visible) .icon__prefix,.btn a:focus:not(.focus-visible) .icon__suffix,.btn a:focus:not(:focus-visible) .icon__prefix,.btn a:focus:not(:focus-visible) .icon__suffix{color:var(--btn-color)}.btn:active{color:var(--btn-active-color);background:var(--btn-active-background)}.btn:active .btn__inner{-webkit-text-decoration:var(--text-decoration);text-decoration:var(--text-decoration);-webkit-text-decoration-color:var(--underline-color);text-decoration-color:var(--underline-color);text-underline-offset:3px}.btn:active .btn__inner,.btn:active .icon__prefix,.btn:active .icon__suffix{color:var(--btn-active-color)}.btn.slick-disabled,.btn:disabled{color:var(--btn-disabled-color);pointer-events:none;background:var(--btn-disabled-background);border-color:var(--btn-disabled-border);opacity:var(--btn-disabled-opacity)}.btn .icon{font-size:.75rem}.btn .icon__suffix{color:var(--btn-color);margin-left:var(--gap)}.btn .icon__prefix{color:var(--btn-color);margin-right:var(--gap)}.btn--icon.btn{font-size:inherit;font-weight:400;line-height:1;letter-spacing:normal;--btn-padding:0;--btn-height:0;--gap:0}.btn--icon.btn:focus,.btn--icon.btn:focus-visible{outline:1px solid transparent}.btn--loading:after{position:relative;top:calc(50% - 8px);right:0;min-width:16px;min-height:16px;margin-left:10px;border:4px solid transparent;border-top:4px solid var(--btn-color);border-radius:50%;content:"";-webkit-animation:button-loading-spinner 1s ease infinite;animation:button-loading-spinner 1s ease infinite}@-webkit-keyframes button-loading-spinner{0%{-webkit-transform:rotate(0turn);transform:rotate(0turn)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes button-loading-spinner{0%{-webkit-transform:rotate(0turn);transform:rotate(0turn)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.btn--retailer.btn{--btn-border:1px solid #0067b1;--btn-radius:999px;--text-decoration:none;--btn-background:hsla(0,0%,100%,0.4);--btn-hover-background:#fff;--btn-active-background:#fff;--btn-active-outline:1px dashed #0067b1;--outline-gap:-5px}.btn--white.btn{--btn-border:1px solid #fff;--btn-radius:999px;--btn-background:#fff;--btn-color:#17437b;--btn-hover-background:hsla(0,0%,100%,0.9);--btn-active-background:hsla(0,0%,100%,0.9);--btn-active-outline:1px dashed #fff}.btn--blue.btn,.btn--white.btn{--text-decoration:none;--outline-gap:-5px;min-width:146px}.btn--blue.btn{--btn-border:1px solid #0067b1;--btn-radius:999px;--btn-background:#0067b1;--btn-color:#fff;--btn-hover-color:#fff;--btn-active-color:#fff;--btn-hover-background:rgba(0,103,177,0.9);--btn-active-background:rgba(0,103,177,0.9);--btn-active-outline:1px dashed #0067b1}.btn--primary-link.btn{--btn-border:1px solid rgba(24,58,108,0.3);--btn-radius:999px;--btn-hover-color:#00497e;--btn-active-color:#121212;--btn-active-outline:1px dashed #0067b1}.btn--primary-link.btn,.btn--secondary-link.btn{--btn-color:#0067b1;--text-decoration:underline;--underline-color:rgba(24,58,108,0.5)}.btn--secondary-link.btn{--btn-border:none;--btn-padding:0;--btn-height:0;--btn-radius:4px;--btn-hover-color:#00497e;--btn-active-color:#121212;--btn-active-outline:1px dashed #0067b1;--outline-gap:-5px}.btn--primary.btn{--btn-border:none;--btn-radius:999px;--btn-color:#fff;--btn-background:#de2928;--btn-hover-color:#fff;--btn-hover-background:#b71d1c;--btn-active-background:#b71d1c;--text-decoration:none;--btn-active-color:#fff;--btn-active-outline:1px dashed #de2928;--btn-disabled-border:#e2e2e2}.btn--secondary.btn{--btn-border:2px solid #0067b1;--btn-color:#0067b1;--btn-background:none;--btn-hover-color:#fff;--btn-hover-background:#0067b1;--btn-active-background:#00497e;--btn-active-color:#fff;--btn-active-outline:1px dashed #0067b1;--btn-disabled-color:#606060;--btn-disabled-background:hsla(0,0%,100%,0.1);--btn-disabled-border:rgba(96,96,96,0.4)}.btn--secondary.btn.active{--btn-background:#00497e;--btn-color:#fff;--btn-border:2px solid #00497e}.btn--secondary.btn:active{border:2px solid #00497e}.btn--secondary.btn.focus-visible,.btn--secondary.btn:focus-visible{color:#fff}.btn--secondary-white.btn{--btn-border:2px solid #0067b1;--btn-radius:999px;--btn-color:#0067b1;--btn-background:#fff;--btn-hover-color:#0067b1;--btn-hover-background:#fff;--btn-active-background:#00497e;--text-decoration:none;--btn-active-color:#fff;--btn-active-outline:1px dashed #0067b1;--outline-gap:-5px;--btn-disabled-color:#606060;--btn-disabled-background:hsla(0,0%,100%,0.1);--btn-disabled-border:rgba(96,96,96,0.4)}.btn--secondary-white.btn.active{--btn-background:#00497e;--btn-color:#fff;--btn-border:2px solid #00497e}.btn--secondary-white.btn:active{border:2px solid #00497e}.btn--secondary-white.btn.focus-visible,.btn--secondary-white.btn:focus-visible{color:#fff}.btn--secondary-blue.btn{--btn-border:2px solid #0067b1;--btn-radius:999px;--btn-color:#fff;--btn-background:#0067b1;--btn-hover-color:#fff;--btn-hover-background:#183a6c;--btn-active-background:#0f2442;--text-decoration:none;--btn-active-color:#fff;--btn-active-outline:1px dashed #183a6c;--outline-gap:-5px;--btn-disabled-color:#606060;--btn-disabled-background:hsla(0,0%,100%,0.1);--btn-disabled-border:rgba(96,96,96,0.4)}.btn--secondary-blue.btn:hover{border:1px solid #183a6c}.btn--secondary-blue.btn.active{--btn-background:#0f2442;--btn-color:#fff;--btn-border:2px solid #0f2442}.btn--secondary-blue.btn:active{border:2px solid #0f2442}.btn--secondary-blue.btn.focus-visible,.btn--secondary-blue.btn:focus-visible{color:#fff}.btn--link.btn{--btn-padding:0;--btn-height:0;--text-decoration:underline;font-weight:inherit;color:var(--link-color);text-align:start;text-transform:inherit;-webkit-text-decoration-style:dashed;text-decoration-style:dashed;text-underline-offset:2px}.btn--link.btn:hover{color:var(--link-hover)}.btn--link.btn:focus,.btn--link.btn:hover{-webkit-text-decoration-style:solid;text-decoration-style:solid}.btn--link.btn:focus{color:var(--link-focus);outline:1px dashed var(--link-focus);outline-offset:3px}.btn--link.btn:focus:before{display:none}.btn--link.btn:focus:not(.focus-visible),.btn--link.btn:focus:not(:focus-visible){outline:1px dashed transparent}.btn--link.btn:active{color:var(--link-active);-webkit-text-decoration-style:solid;text-decoration-style:solid}.btn--dark-blue.btn{--btn-border:1px solid #183a6c;--btn-radius:999px;--text-decoration:none;--btn-background:#183a6c;--btn-color:#fff;--btn-hover-color:#fff;--btn-active-color:#fff;--btn-hover-background:rgba(24,58,108,0.9);--btn-active-background:rgba(24,58,108,0.9);--btn-active-outline:1px dashed #183a6c;--outline-gap:-5px;min-width:146px}.btn__inner{color:inherit}[dir=rtl] .btn .icon__suffix{color:var(--btn-color);margin-right:var(--gap);margin-left:0}[dir=rtl] .btn .icon__suffix.icon--chevron-right:before{display:inline-flex;-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .btn .icon__prefix{color:var(--btn-color);margin-right:0;margin-left:var(--gap)}[dir=rtl] .btn--icon.btn{--gap:0}[class$="--dark-theme"] .btn{--btn-active-outline:1px dashed #fff}[class$="--dark-theme"] .btn--link.btn{--link-color:#fff;--link-hover:#fff;--link-active:#fff;--link-focus:#fff}[class$="--dark-theme"] .btn--retailer.btn{--btn-border:1px solid #fff;--btn-background:hsla(0,0%,100%,0.85)}[class$="--dark-theme"] .btn--primary-link.btn{--btn-border:1px solid hsla(0,0%,100%,0.6);--btn-color:#fff;--btn-background:rgba(18,18,18,0.2);--btn-hover-background:rgba(18,18,18,0.2);--btn-active-background:rgba(18,18,18,0.2);--btn-hover-color:#fff;--text-decoration:underline;--underline-color:hsla(0,0%,100%,0.8);--btn-active-color:#fff;--btn-active-outline:1px dashed #fff}[class$="--dark-theme"] .btn--secondary-link.btn{--btn-color:#fff;--btn-hover-color:#fff;--text-decoration:underline;--underline-color:hsla(0,0%,100%,0.8);--btn-active-color:#fff;--btn-active-outline:1px dashed #fff;--outline-gap:-5px}[class$="--dark-theme"] .btn--primary.btn{--btn-border:2px solid #fff;--btn-active-outline:1px dashed #fff;--outline-gap:-6px}[class$="--dark-theme"] .btn--secondary.btn{--btn-border:2px solid #fff;--btn-radius:999px;--btn-color:#fff;--btn-background:rgba(18,18,18,0.2);--btn-hover-color:#0067b1;--btn-hover-background:#fff;--btn-active-background:#fff;--text-decoration:none;--btn-active-color:#00497e;--btn-active-outline:1px dashed #fff;--outline-gap:-5px;--btn-disabled-color:#e2e2e2;--btn-disabled-background:rgba(96,96,96,0.6);--btn-disabled-border:#e2e2e2;--btn-disabled-opacity:0.4}[class$="--dark-theme"] .btn--secondary.btn.active{--btn-background:#fff;--btn-color:#183a6c}[class$="--dark-theme"] .btn--secondary.btn:active{border:2px solid #fff}[class$="--dark-theme"] .btn--secondary.btn.focus-visible,[class$="--dark-theme"] .btn--secondary.btn:focus-visible{color:#0067b1}[class$="--dark-theme"] .btn--secondary.btn:disabled{opacity:.6}[class$="--dark-theme"] .btn--primary-link--red.btn{--btn-border:2px solid #fff;--btn-radius:999px;--btn-color:#fff;--btn-background:#de2928;--btn-hover-color:#fff;--btn-hover-background:#8b1615;--btn-active-background:#fff;--text-decoration:none;--underline-color:#fff;--btn-active-color:#de2928;--btn-active-outline:none;--btn-padding:16px}[class$="--dark-theme"] .btn--primary-link--white.btn{--btn-border:2px solid #fff;--btn-radius:999px;--btn-color:#121212;--btn-background:#fff;--btn-hover-color:#121212;--btn-hover-background:#dfe6eb;--btn-active-background:#dfe6eb;--text-decoration:none;--underline-color:#fff;--btn-active-color:#121212;--btn-active-outline:none;--btn-padding:16px}[class$="--dark-theme"] .btn--primary-link--black.btn{--btn-border:2px solid #121212;--btn-radius:999px;--btn-color:#fff;--btn-background:#121212;--btn-hover-color:#fff;--btn-hover-background:#121212;--btn-active-background:#121212;--text-decoration:none;--underline-color:#fff;--btn-active-color:#121212;--btn-active-outline:none;--btn-padding:16px}[class$="--dark-theme"] .btn--primary-link--md-white-lg-black.btn{--btn-border:2px solid #fff;--btn-color:#121212;--btn-background:#fff;--btn-hover-color:#fff;--btn-hover-background:#121212;--btn-active-background:#121212;--text-decoration:none;--underline-color:#fff;--btn-active-color:#121212;--btn-active-outline:none}@media (min-width:992px){[class$="--dark-theme"] .btn--primary-link--md-white-lg-black.btn{--btn-border:2px solid #121212;--btn-background:#121212;--btn-color:#fff;--btn-hover-color:#121212;--btn-hover-background:#fff;--btn-active-background:#121212}}[class$="--gold-theme"] .btn{--btn-active-outline:1px dashed #fff}[class$="--gold-theme"] .btn--link.btn{--link-color:#fff;--link-hover:#fff;--link-active:#fff;--link-focus:#fff}[class$="--gold-theme"] .btn--retailer.btn{--btn-border:1px solid #fff;--btn-background:hsla(0,0%,100%,0.85)}[class$="--gold-theme"] .btn--primary-link.btn{--btn-border:1px solid hsla(0,0%,100%,0.6);--btn-color:#fff;--btn-background:rgba(18,18,18,0.2);--btn-hover-background:rgba(18,18,18,0.2);--btn-active-background:rgba(18,18,18,0.2);--btn-hover-color:#fff;--text-decoration:underline;--underline-color:hsla(0,0%,100%,0.8);--btn-active-color:#fff;--btn-active-outline:1px dashed #fff}[class$="--gold-theme"] .btn--secondary-link.btn{--btn-color:#fff;--btn-hover-color:#fff;--text-decoration:underline;--underline-color:hsla(0,0%,100%,0.8);--btn-active-color:#fff;--btn-active-outline:1px dashed #fff;--outline-gap:-5px}[class$="--gold-theme"] .btn--primary.btn{--btn-border:2px solid #fff;--btn-active-outline:1px dashed #fff;--outline-gap:-6px}[class$="--gold-theme"] .btn--secondary.btn{--btn-border:2px solid #fff;--btn-radius:999px;--btn-color:#fff;--btn-background:rgba(18,18,18,0.2);--btn-hover-color:#0067b1;--btn-hover-background:#fff;--btn-active-background:#fff;--text-decoration:none;--btn-active-color:#00497e;--btn-active-outline:1px dashed #fff;--outline-gap:-5px;--btn-disabled-color:#e2e2e2;--btn-disabled-background:rgba(96,96,96,0.6);--btn-disabled-border:#e2e2e2;--btn-disabled-opacity:0.4}[class$="--gold-theme"] .btn--secondary.btn.active{--btn-background:#fff;--btn-color:#183a6c}[class$="--gold-theme"] .btn--secondary.btn:active{border:2px solid #fff}[class$="--gold-theme"] .btn--secondary.btn.focus-visible,[class$="--gold-theme"] .btn--secondary.btn:focus-visible{color:#0067b1}[class$="--gold-theme"] .btn--secondary.btn:disabled{opacity:.6}[class*="--carousel-theme"] .btn--primary-link.btn{--btn-border:none;--btn-color:#fff;--btn-background:#183a6c;--btn-hover-background:#0f2442;--btn-active-background:#0f2442;--btn-hover-color:#fff;--text-decoration:none;--underline-color:hsla(0,0%,100%,0.8);--btn-active-color:#fff;--btn-active-outline:none}[class*="--carousel-theme"] .btn--secondary-link.btn{--btn-color:#fff;--btn-hover-color:#fff;--text-decoration:underline;--underline-color:hsla(0,0%,100%,0.8);--btn-active-color:#fff;--btn-active-outline:1px dashed #fff;--outline-gap:-5px}.btn--secondary.btn{--btn-border:2px solid #fff;--btn-radius:999px;--btn-color:#fff;--btn-background:rgba(18,18,18,0.2);--btn-hover-color:#0067b1;--btn-hover-background:#fff;--btn-active-background:#fff;--text-decoration:none;--btn-active-color:#00497e;--btn-active-outline:1px dashed #fff;--outline-gap:-5px;--btn-disabled-color:#e2e2e2;--btn-disabled-background:rgba(96,96,96,0.6);--btn-disabled-border:#e2e2e2;--btn-disabled-opacity:0.4}.wtb-cards--alternative .btn--retailer.btn{--btn-radius:4px;--btn-border:1px solid #0067b1;--btn-height:40px;--btn-padding:0 20px;background-color:#fff}.gatsby-image-wrapper,.gatsby-svg-image,.gatsby-svg-image svg{width:100%;height:100%}.quantity-selector{--text-color:#0067b1;--background-color:hsla(0,0%,100%,0.6);--disabled-quantity-button-color:#606060;color:var(--text-color);display:flex;align-items:center;justify-content:center;width:80px;height:32px;background-color:var(--background-color);border:1px solid var(--text-color);border-radius:16px}[class$="--dark-theme"] .quantity-selector{--text-color:#fff;--background-color:rgba(18,18,18,0.2);--disabled-quantity-button-color:#e2e2e2}.quantity-selector__button .icon{font-size:.625rem;font-weight:800}.quantity-selector__quantity{font-size:.75rem;font-weight:600;color:var(--text-color);text-align:center;max-width:30px;background:transparent;border:none;outline:none}.quantity-selector__quantity:focus{color:var(--link-focus);outline:1px dashed currentColor;outline-offset:3px}.quantity-selector button:disabled,.quantity-selector button[disabled]{color:var(--disabled-quantity-button-color);background:unset;border:unset}.quantity-selector:focus{color:var(--link-focus);outline:1px dashed currentColor;outline-offset:3px}.cart-item{--tite-color:#183a6c;--title-font:14px;--title-font-weight:600;display:grid;align-items:start;padding:42px 0;border-bottom:1px solid rgba(24,58,108,.3);gap:24px 16px;grid-template-areas:"image description description" "remove quantity price";grid-template-columns:101px auto 1fr;grid-template-rows:auto auto}@media (min-width:992px){.cart-item{gap:45px 35px;grid-template-areas:"image description quantity price" "image description quantity remove";grid-template-columns:116px 1fr auto auto}}.cart-item__image-container{grid-area:image}.cart-item .description-container__price,.cart-item .description-container__quantity,.cart-item .description-container__title,.cart-item .price-container__price,.cart-item .price-container__quantity,.cart-item .price-container__title,.cart-item .quantity-container__price,.cart-item .quantity-container__quantity,.cart-item .quantity-container__title,.cart-item .remove-container__price,.cart-item .remove-container__quantity,.cart-item .remove-container__title{font-weight:var(--title-font-weight);color:var(--tite-color)}.cart-item .description-container__price .price__old-price,.cart-item .description-container__quantity .price__old-price,.cart-item .description-container__title .price__old-price,.cart-item .price-container__price .price__old-price,.cart-item .price-container__quantity .price__old-price,.cart-item .price-container__title .price__old-price,.cart-item .quantity-container__price .price__old-price,.cart-item .quantity-container__quantity .price__old-price,.cart-item .quantity-container__title .price__old-price,.cart-item .remove-container__price .price__old-price,.cart-item .remove-container__quantity .price__old-price,.cart-item .remove-container__title .price__old-price{font-size:.75rem;font-weight:400;text-decoration:line-through}.cart-item .description-container__price .price__new-price,.cart-item .description-container__quantity .price__new-price,.cart-item .description-container__title .price__new-price,.cart-item .price-container__price .price__new-price,.cart-item .price-container__quantity .price__new-price,.cart-item .price-container__title .price__new-price,.cart-item .quantity-container__price .price__new-price,.cart-item .quantity-container__quantity .price__new-price,.cart-item .quantity-container__title .price__new-price,.cart-item .remove-container__price .price__new-price,.cart-item .remove-container__quantity .price__new-price,.cart-item .remove-container__title .price__new-price{font-size:var(--title-font);font-weight:600}.cart-item .price-container__button,.cart-item .price-container__quantity,.cart-item .price-container__title,.cart-item .quantity-container__button,.cart-item .quantity-container__quantity,.cart-item .quantity-container__title,.cart-item .remove-container__button,.cart-item .remove-container__quantity,.cart-item .remove-container__title{font-size:.75rem}.cart-item .price-container__title,.cart-item .quantity-container__title{padding-bottom:20px}.cart-item__description-container{grid-area:description}.cart-item__description-container .description-container__title{text-decoration:none;display:inline-block;margin-bottom:16px}.cart-item__description-container .description-container__title:active,.cart-item__description-container .description-container__title:focus,.cart-item__description-container .description-container__title:hover{text-decoration:underline}.cart-item__description-container .description-container__title:focus{outline:1px dashed currentColor;outline-offset:3px}.cart-item__description-container .description-container__products-list{margin:0;padding:0;list-style:none;font-size:.75rem;white-space:unset}.cart-item__description-container .description-container__products-list li{padding-bottom:4px}.cart-item__quantity-container{color:var(--tite-color);text-align:center;grid-area:quantity}.cart-item__price-container{text-align:center;padding-left:20px;grid-area:price}.cart-item__remove-container{text-align:start;margin-top:40px;padding-bottom:10px;grid-area:remove}@media (min-width:992px){.cart-item__remove-container{text-align:end;margin-top:unset;padding-bottom:0}}.cart-item__remove-container .remove-container__button{text-decoration:underline;text-transform:none;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px}.cart-item--deleted{display:flex;align-items:center;justify-content:space-between}.cart-item--deleted .deleted-item__text{color:var(--tite-color);white-space:pre-line}.cart-item--deleted .deleted-item__text .text__link{font-weight:600;color:#183a6c;text-decoration:none;display:inline-block}.cart-item--deleted .deleted-item__text .text__link:active,.cart-item--deleted .deleted-item__text .text__link:focus,.cart-item--deleted .deleted-item__text .text__link:hover{text-decoration:underline}.cart-item--deleted .deleted-item__text .text__link:focus{outline:1px dashed currentColor;outline-offset:3px}.cart-item--deleted .deleted-item__undo-button{text-decoration:underline;text-transform:none;margin-left:10px;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px}.cart-modal__blur{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:flex;overflow-y:auto;background:hsla(0,0%,100%,.4)}.cart-modal{position:relative;display:flex;flex-direction:column;width:Min(768px,100%);margin:64px auto auto;background-color:#fff;border-radius:8px;box-shadow:0 2px 6px 0 rgba(18,18,18,.2)}@media (min-width:992px){.cart-modal{margin:auto}}.cart-modal__upper-side{display:flex;order:-1;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid rgba(24,58,108,.3)}@media (min-width:992px){.cart-modal__upper-side{padding:16px 40px}}.cart-modal__upper-side .upper-side__message{font-size:.875rem;font-weight:600;color:#228351;display:flex;align-items:center}@media (min-width:992px){.cart-modal__upper-side .upper-side__message{font-size:1.125rem}}.cart-modal__upper-side .upper-side__message .message__mark{font-size:1.375rem;font-weight:300;padding-right:7px}@media (min-width:992px){.cart-modal__upper-side .upper-side__message .message__mark{font-size:1.625rem}}.cart-modal__upper-side .upper-side__close-button .icon.icon--plus{font-size:1rem;color:#183a6c;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media (min-width:992px){.cart-modal__upper-side .upper-side__close-button .icon.icon--plus{font-size:1.25rem}}.cart-modal .cart-item{padding:32px 24px;grid-template-areas:"image description description" "quantity price price"}@media (min-width:992px){.cart-modal .cart-item{padding:32px 40px;gap:6px 35px;grid-template-areas:"image description quantity price" "image description quantity remove";grid-template-columns:116px 1fr auto auto}}.cart-modal .cart-item .cart-item__price-container{display:flex;justify-content:flex-end}@media (min-width:992px){.cart-modal .cart-item .cart-item__price-container{display:unset}}.cart-modal .cart-item .cart-item__price-container .price-container__title{text-align:end;padding-top:2px;padding-right:63px}@media (min-width:992px){.cart-modal .cart-item .cart-item__price-container .price-container__title{padding-top:0;padding-right:8px}}.cart-modal .cart-item .cart-item__price-container .price-container__price{display:flex}@media (min-width:992px){.cart-modal .cart-item .cart-item__price-container .price-container__price{align-items:flex-end}}.cart-modal .cart-item .cart-item__price-container .price-container__price .price__old-price{padding-top:2px;padding-right:10px}@media (min-width:992px){.cart-modal .cart-item .cart-item__price-container .price-container__price .price__old-price{padding-right:15px}}.cart-modal .cart-item .cart-item__quantity-container{display:flex;justify-content:center;padding-left:12px}@media (min-width:992px){.cart-modal .cart-item .cart-item__quantity-container{display:unset}}.cart-modal .cart-item .cart-item__quantity-container .quantity-container__title{padding-top:2px;padding-right:16px}@media (min-width:992px){.cart-modal .cart-item .cart-item__quantity-container .quantity-container__title{padding-top:0;padding-right:0}}.cart-modal .cart-item .cart-item__quantity-container .quantity-container__quantity{font-size:.875rem}.cart-modal .cart-item .cart-item__quantity-container .quantity-container__quantity .quantity-selector{display:none}.cart-modal .summary-info{display:flex;justify-content:space-between;padding:15px 24px;background:#f0f4f8;border-top:1px solid rgba(96,96,96,.3);border-bottom:1px solid rgba(96,96,96,.3)}@media (min-width:992px){.cart-modal .summary-info{justify-content:flex-end;padding:15px 40px}}.cart-modal .summary-info .summary-info__total{grid-area:total}.cart-modal .summary-info .summary-info__items-quantity{text-align:end;grid-area:items}@media (min-width:992px){.cart-modal .summary-info .summary-info__items-quantity{padding-right:50px}}.cart-modal .summary-info .summary-info__items-quantity,.cart-modal .summary-info .summary-info__total{font-size:.875rem;font-weight:600;color:#183a6c;display:flex}.cart-modal .summary-info .summary-info__items-quantity .items-quantity__title,.cart-modal .summary-info .summary-info__items-quantity .total__title,.cart-modal .summary-info .summary-info__total .items-quantity__title,.cart-modal .summary-info .summary-info__total .total__title{padding-top:2px;font-size:.75rem}@media (min-width:992px){.cart-modal .summary-info .summary-info__items-quantity .items-quantity__title,.cart-modal .summary-info .summary-info__items-quantity .total__title,.cart-modal .summary-info .summary-info__total .items-quantity__title,.cart-modal .summary-info .summary-info__total .total__title{padding-top:0;font-size:.875rem}}.cart-modal .summary-info .summary-info__items-quantity .total__title,.cart-modal .summary-info .summary-info__total .total__title{padding-right:63px}@media (min-width:992px){.cart-modal .summary-info .summary-info__items-quantity .total__title,.cart-modal .summary-info .summary-info__total .total__title{padding-right:15px}}.cart-modal .summary-info .summary-info__items-quantity .items-quantity__title,.cart-modal .summary-info .summary-info__total .items-quantity__title{padding-right:10px}@media (min-width:992px){.cart-modal .summary-info .summary-info__items-quantity .items-quantity__title,.cart-modal .summary-info .summary-info__total .items-quantity__title{padding-right:30px}}.cart-modal .control-buttons{display:flex;flex-direction:column;align-items:center;padding:16px 24px}@media (min-width:992px){.cart-modal .control-buttons{flex-direction:row-reverse;justify-content:flex-start;padding:24px 40px}}.cart-modal .control-buttons .btn+.btn{margin-top:24px}@media (min-width:992px){.cart-modal .control-buttons .btn+.btn{margin-top:0;margin-right:16px}}.cart-modal .control-buttons__continue.btn{min-height:32px;padding:5px 15px}@media (min-width:992px){.cart-modal .control-buttons__continue.btn{display:block}}.cart-modal .control-buttons__checkout.btn.btn--secondary{color:#fff;width:auto;min-height:32px;padding:5px 15px;background-color:#0067b1}.cart-modal .control-buttons__checkout.btn.btn--secondary:active,.cart-modal .control-buttons__checkout.btn.btn--secondary:focus,.cart-modal .control-buttons__checkout.btn.btn--secondary:hover{background:#183a6c;border-color:#183a6c}.cart-modal .control-buttons__checkout.btn .btn__inner,.cart-modal .control-buttons__continue.btn .btn__inner{font-size:.75rem;font-weight:800}.cart-modal .cart-item__remove-container{display:none}.background-image{--bg-position:absolute;position:var(--bg-position);top:0;left:0;right:0;bottom:0;max-width:100%!important;z-index:-1}.background-image--fixed{--bg-position:fixed}.background-image--img{display:block;width:100%;max-width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.checkbox{--indicator-border-color:hsla(0,0%,100%,0.6);--indicator-hover-border-color:hsla(0,0%,100%,0.6);--indicator-bg:transparent;--tooltip-color:inherit;--toggle-icon-bg:#fff;--toggle-icon-color:#183a6c;--toggle-color:#fff;--collapsed-color:#fff;--font-weight:normal}.checkbox--blue{--indicator-border-color:#183a6c;--indicator-hover-border-color:#0067b1;--indicator-bg:#0067b1;--tooltip-color:#fff;--toggle-icon-bg:#0067b1;--toggle-icon-color:#fff;--toggle-color:#183a6c;--collapsed-color:#183a6c;--font-weight:600}.checkbox__label{display:flex;position:relative;padding-left:30px;margin-bottom:16px;font-size:.75rem;font-weight:var(--font-weight);cursor:pointer}.checkbox input{position:absolute;pointer-events:none;opacity:0}.checkbox input:checked+.checkbox__indicator:before{display:block}.checkbox input:checked+.checkbox__indicator{background-color:var(--indicator-bg)}.checkbox__indicator{position:absolute;top:0;left:0;width:18px;height:18px;background:none;border:1px solid var(--indicator-border-color);border-radius:2px}.checkbox__indicator:before{display:none;content:"";position:absolute;top:50%;left:50%;width:5px;height:10px;margin-top:-2px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.checkbox__indicator:hover{cursor:pointer;border:1px solid var(--indicator-hover-border-color)}.checkbox .hover-container{position:relative;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:3px}.checkbox .hover-container:hover:after{display:block}.checkbox .hover-container:after{display:none;content:attr(data-tooltip);position:absolute;top:135%;left:0;z-index:10;padding:8px;color:var(--tooltip-color);font-weight:400;border-radius:4px;border:1px solid #0067b1;background-color:#3888c2}.checkbox .toggle-collapsed{display:inline-flex;align-items:center;gap:8px;padding:0;border:none;background:none;cursor:pointer}.checkbox .toggle-collapsed .icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding-top:1px;background-color:var(--toggle-icon-bg);color:var(--toggle-icon-color);border-radius:50%;font-size:.625rem}.checkbox .toggle-collapsed__text:after{content:attr(data-more);color:var(--toggle-color);text-decoration:underline}.checkbox__collapsed-text{font-size:.75rem;line-height:18px;padding-left:30px;padding-bottom:16px;color:var(--collapsed-color)}.checkbox__collapsed-text--opened .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.checkbox__collapsed-text--opened .toggle-collapsed__text:after{content:attr(data-less)}.signup{--section-padding:64px 0;--section-padding-desktop:96px 0;--section-background:linear-gradient(180deg,#0c2157 0%,#0067b1);--grid-columns-desktop:455px 1fr;--image-max-width:455px;--gap:54px;--gap-lg:80px;--gap-xl:120px;--info-padding:0;--info-padding-lg:0;--info-padding-xl:0;--grid-align-items:center;--image-order:initial;--image-min-height:1px;--image-min-height-desktop:1px;--image-max-height:350px;color:#fff;padding:var(--section-padding);background:var(--section-background)}@media (min-width:992px){.signup{padding:var(--section-padding-desktop)}}.signup--image-right{--image-order:2}.signup--wide-mode{--section-padding:0;--section-padding-desktop:0;--grid-columns-desktop:50% 50%;--image-max-width:100%;--gap:0;--gap-lg:0;--gap-xl:0;--info-padding:64px 24px;--info-padding-lg:64px 10%;--info-padding-xl:64px 15%;--grid-align-items:stretch;--section-background:#183a6c;--image-min-height:360px;--image-min-height-desktop:570px;--image-max-height:100%}.signup--wide-mode .container{max-width:100%;padding:0}.signup--wide-mode .gatsby-image-wrapper{min-height:var(--image-min-height)}@media (min-width:992px){.signup--wide-mode .gatsby-image-wrapper{min-height:var(--image-min-height-desktop)}}.signup--wide-mode .gatsby-image-wrapper>div{display:none}.signup--withoutImage{--section-padding:25px;--section-padding-desktop:0;--section-background:#26224a;--info-padding-xl:64px 15%;padding:var(--section-padding);background:var(--section-background)}@media (min-width:992px){.signup--withoutImage{padding:var(--section-padding-desktop)}}.signup--withoutImage .signup__grid{display:flex}.signup--withoutImage .signup__title{font-size:2.375rem;line-height:2.625rem;text-align:center;text-transform:none;margin-bottom:36px}.signup--withoutImage .signup__form{display:block}.signup--withoutImage .signup__form-group{width:100%;margin-bottom:36px}.signup--withoutImage .signup__form-group--rest .checkbox__indicator{width:28px;height:28px;background:#fff}.signup--withoutImage .signup__form-group--rest .checkbox__label{padding-left:60px}.signup--withoutImage .signup__form-group--rest .checkbox:before{border:solid #484848}.signup--withoutImage .signup__form-group--rest .checkbox .toggle-collapsed{margin-top:15px}.signup--withoutImage .signup__form-group input{font-size:1rem;color:#484848;padding:16px 30px;background:#fff}.signup--withoutImage .btn{display:block;margin:24px auto 0}.signup--withoutImage .signup__info--thank{align-items:center;padding:100px 15%}.signup--withoutImage .signup__info--thank h2,.signup--withoutImage .signup__info--thank h3,.signup--withoutImage .signup__info--thank h4,.signup--withoutImage .signup__info--thank p{text-transform:none}.signup__grid{display:grid;gap:var(--gap);grid-template-columns:1fr;justify-items:center}@media (min-width:992px){.signup__grid{align-items:var(--grid-align-items);gap:var(--gap-lg);grid-template-columns:var(--grid-columns-desktop)}}@media (min-width:1200px){.signup__grid{gap:var(--gap-xl)}}.signup__image{width:100%;max-width:var(--image-max-width)}@media (min-width:992px){.signup__image{order:var(--image-order)}}.signup__image-img{max-height:var(--image-max-height)}.signup__info{display:flex;flex-direction:column;justify-content:center;width:100%;padding:var(--info-padding)}.signup__info--thank{align-items:flex-start}@media (min-width:992px){.signup__info{padding:var(--info-padding-lg)}}@media (min-width:1200px){.signup__info{padding:var(--info-padding-xl)}}.signup__title{color:inherit;text-transform:uppercase;margin:0 0 24px}@media (min-width:992px){.signup__title{margin:0 0 16px}}.signup__description{color:#f0f4f8}.signup__form{display:grid;padding-top:40px;gap:24px;grid-template-areas:"." "." "." "." "rest";grid-template-columns:1fr}@media (min-width:768px){.signup__form{grid-template-areas:". ." ". ." "rest rest";grid-template-columns:1fr 1fr}}.signup__form-group--rest{grid-area:rest}.signup__form-group label{font-size:.75rem;font-weight:600;display:block;padding-bottom:6px}.signup__form-group input:-webkit-autofill,.signup__form-group input:-webkit-autofill:focus,.signup__form-group input:-webkit-autofill:hover{background-color:rgba(18,18,18,.2)!important;box-shadow:inset 0 0 0 30px #084176!important;-webkit-text-fill-color:#fff!important}.signup__form-group input{font-size:1rem;color:#fff;display:block;width:100%;height:48px;padding:5px 20px;background:rgba(18,18,18,.2);border:1px solid hsla(0,0%,100%,.6);border-radius:24px}.signup__form-group input:focus,.signup__form-group input:hover{border:1px solid #fff;outline:1px solid transparent}.signup__form-checkbox-group{font-size:.75rem;position:relative;display:flex;margin-bottom:16px;padding-left:30px}.signup__form-checkbox-group input{position:absolute;pointer-events:none;opacity:0}.signup__form-checkbox-group input:checked+.checkbox:before{display:block}.signup__form-checkbox-group .checkbox{position:absolute;top:0;left:0;width:18px;height:18px;background:none;border:1px solid hsla(0,0%,100%,.6);border-radius:2px}.signup__form-checkbox-group .checkbox:before{position:absolute;top:50%;left:50%;display:none;width:5px;height:10px;margin-top:-2px;border:solid #fff;border-width:0 2px 2px 0;content:"";-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.signup [type=submit]{margin-top:24px}.signup__message{color:#fff}.signup__message h2{color:inherit}.signup__message-cta{margin-top:24px}.signup__disclaimer{font-size:.75rem;color:#fff;margin-bottom:24px}.signup__error{color:#de2928;margin-bottom:16px}.signup__personalize-adv{font-size:.75rem;margin-bottom:16px}.pp-field-head__header{display:flex;align-items:center;align-items:flex-start;justify-content:space-between;margin-bottom:10px}@media screen and (min-width:480px){.pp-field-head__header{justify-content:flex-start}}.pp-field-head__label{font-size:21px;line-height:30px;font-weight:700}@media screen and (min-width:480px){.pp-field-head__label{font-size:20px;line-height:28px}}.pp-field-head__description{margin:0 0 15px 15px;color:#555}@media screen and (min-width:480px){.pp-field-head__description{margin:0 0 20px;color:#202020}}.pp-tooltip{display:flex;margin-top:5px;margin-left:10px;height:21px;width:21px}.pp-tooltip__button{height:21px;width:21px;border:unset;border-radius:0;background-color:transparent;box-sizing:border-box;padding:0;border-radius:50%}.pp-tooltip__button svg{fill:#0145db}.pp-tooltip__button:focus{box-shadow:0 0 5px 2px rgba(1,69,219,.8);outline:unset}@media screen and (min-width:480px){.pp-tooltip{margin-top:6px;margin-left:18px}.pp-tooltip,.pp-tooltip__button{height:16px;width:16px}}.pp-tooltip-window{background-color:#d3dff9!important;font-size:14px!important;color:#202020!important;padding:16px!important;position:relative;border-radius:3px!important;margin:10px -5px!important;max-width:204px!important}.pp-tooltip-window .tooltip-arrow{display:none}.pp-tooltip-window:after{content:"";background-color:#d3dff9;height:10px;width:10px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pp-tooltip-window--top-start:after,.pp-tooltip-window--top:after{top:unset;bottom:-5px}[dir] .pp-tooltip-window--top-start:after,[dir] .pp-tooltip-window--top:after{left:10px;right:unset}@media screen and (min-width:480px){[dir] .pp-tooltip-window--top-start:after,[dir] .pp-tooltip-window--top:after{left:8px}}.pp-tooltip-window--top-end:after{top:unset;bottom:-5px}[dir] .pp-tooltip-window--top-end:after{left:unset;right:10px}@media screen and (min-width:480px){[dir] .pp-tooltip-window--top-end:after{right:8px}}.pp-tooltip-window--bottom-start:after,.pp-tooltip-window--bottom:after{top:-5px;bottom:unset}[dir] .pp-tooltip-window--bottom-start:after,[dir] .pp-tooltip-window--bottom:after{left:10px;right:unset}@media screen and (min-width:480px){[dir] .pp-tooltip-window--bottom-start:after,[dir] .pp-tooltip-window--bottom:after{left:8px}}.pp-tooltip-window--bottom-end:after{top:-5px;bottom:unset}[dir] .pp-tooltip-window--bottom-end:after{left:unset;right:10px}@media screen and (min-width:480px){[dir] .pp-tooltip-window--bottom-end:after{right:8px}}@media screen and (min-width:480px){.pp-tooltip-window{font-size:13px}}.pp-short-text-field{margin-bottom:45px}.pp-short-text-field__input{width:100%;height:50px;padding:12px 15px;font-size:18px;border-radius:13px;border:1px solid #949494;font-family:Source Sans Pro,sans-serif}.pp-short-text-field__input:hover{border:1px solid #202020}.pp-short-text-field__input:focus{border:1px solid #0145db;outline:none!important}.pp-short-text-field__input:disabled{border-style:dotted}.pp-short-text-field__input::-webkit-input-placeholder{color:#737373}.pp-short-text-field__input::placeholder{color:#737373}@media screen and (min-width:480px){.pp-short-text-field__input{height:47px;padding:11px 13px;font-size:16px;border-radius:3px}.pp-short-text-field__input:disabled{border-style:dashed}.pp-short-text-field__input::-webkit-input-placeholder{color:#5c5757}.pp-short-text-field__input::placeholder{color:#5c5757}}.pp-short-text-field__input--error{border:1px solid #f55447}.pp-short-text-field__input--error:hover{border:1px solid #f55447;box-shadow:0 0 0 1px #202020}.pp-short-text-field__input--error:focus{border:1px solid #f55447;box-shadow:0 0 0 1px #0145db}.pp-short-text-field__error{color:#b30000;font-size:14px}.pp-short-text-field--hidden{display:none}.pp-long-text-field{margin-bottom:45px}.pp-long-text-field__textarea{width:100%;height:50px;padding:12px 15px;font-size:18px;border-radius:13px;border:1px solid #949494;font-family:Source Sans Pro,sans-serif;height:unset;min-width:100%;max-width:100%}.pp-long-text-field__textarea:hover{border:1px solid #202020}.pp-long-text-field__textarea:focus{border:1px solid #0145db;outline:none!important}.pp-long-text-field__textarea:disabled{border-style:dotted}.pp-long-text-field__textarea::-webkit-input-placeholder{color:#737373}.pp-long-text-field__textarea::placeholder{color:#737373}@media screen and (min-width:480px){.pp-long-text-field__textarea{height:47px;padding:11px 13px;font-size:16px;border-radius:3px}.pp-long-text-field__textarea:disabled{border-style:dashed}.pp-long-text-field__textarea::-webkit-input-placeholder{color:#5c5757}.pp-long-text-field__textarea::placeholder{color:#5c5757}}.pp-long-text-field__textarea--error{border:1px solid #f55447}.pp-long-text-field__textarea--error:hover{border:1px solid #f55447;box-shadow:0 0 0 1px #202020}.pp-long-text-field__textarea--error:focus{border:1px solid #f55447;box-shadow:0 0 0 1px #0145db}@media screen and (min-width:480px){.pp-long-text-field__textarea{height:unset}}.pp-long-text-field__error{color:#b30000;font-size:14px}.pp-integer-field{margin-bottom:45px}.pp-integer-field__input{width:100%;height:50px;padding:12px 15px;font-size:18px;border-radius:13px;border:1px solid #949494;font-family:Source Sans Pro,sans-serif;width:90px;min-width:90px;text-align:center}.pp-integer-field__input:hover{border:1px solid #202020}.pp-integer-field__input:focus{border:1px solid #0145db;outline:none!important}.pp-integer-field__input:disabled{border-style:dotted}.pp-integer-field__input::-webkit-input-placeholder{color:#737373}.pp-integer-field__input::placeholder{color:#737373}@media screen and (min-width:480px){.pp-integer-field__input{height:47px;padding:11px 13px;font-size:16px;border-radius:3px}.pp-integer-field__input:disabled{border-style:dashed}.pp-integer-field__input::-webkit-input-placeholder{color:#5c5757}.pp-integer-field__input::placeholder{color:#5c5757}}.pp-integer-field__input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.pp-integer-field__input--error{border:1px solid #f55447;background-color:#fcf6f6}.pp-integer-field__input--error:focus{border:1px solid #f55447;box-shadow:0 0 0 1px #0145db}.pp-integer-field__input--error:hover{border:1px solid #f55447;box-shadow:0 0 0 1px #202020}@media screen and (min-width:480px){.pp-integer-field__input{padding-right:30px;text-align:left}}.pp-integer-field__field-wrapper{display:flex;justify-content:center}@media screen and (min-width:480px){.pp-integer-field__field-wrapper{margin:0 54px;display:inline-block;position:relative;border-radius:3px}}.pp-integer-field__button{height:50px;width:50px;min-width:50px;border:1px solid #949494;border-radius:13px;margin:0 15px;cursor:pointer;background-color:unset}.pp-integer-field__button:before{content:"";display:block;height:4px;width:20px;margin:auto;background-color:#0145db;border-radius:2px}.pp-integer-field__button--inc{position:relative;background-color:#0145db;border:1px solid #0145db}.pp-integer-field__button--inc:before{background-color:#fff}.pp-integer-field__button--inc:after{content:"";display:block;height:20px;width:4px;position:absolute;top:calc(50% - 10px);left:calc(50% - 2px);margin:auto;background-color:#fff;border-radius:2px}.pp-integer-field__button--dec:hover{border:1px solid #202020}@media screen and (min-width:480px){.pp-integer-field__button{position:absolute;right:10px;height:15px;width:18px;min-width:18px;margin:0;padding:unset;border:unset;border-radius:unset;cursor:pointer}.pp-integer-field__button:after{display:none}.pp-integer-field__button:before{height:0;width:0;margin:0;border-color:#000 transparent transparent #000;border-style:solid;border-width:4px;background-color:unset}.pp-integer-field__button--inc{top:9px;background-color:unset}.pp-integer-field__button--inc:before{-webkit-transform:rotate(45deg) translate(5px,-2px);transform:rotate(45deg) translate(5px,-2px)}.pp-integer-field__button--dec{bottom:9px}.pp-integer-field__button--dec:before{-webkit-transform:rotate(225deg) translate(-2px,5px);transform:rotate(225deg) translate(-2px,5px)}.pp-integer-field__button--dec:hover{border:unset}}.pp-integer-field__error{color:#b30000;font-size:14px}.pp-integer-field--hidden{display:none}.pp-multiselect-list{margin-bottom:45px}.pp-multiselect-list__items{margin-left:15px}@media screen and (min-width:480px){.pp-multiselect-list__items{margin:0 54px}}.pp-multiselect-list-item{margin-bottom:25px}.pp-multiselect-list-item:last-child{margin-bottom:0}.pp-multiselect-list-item label{color:#575757;display:flex;align-items:flex-start;cursor:pointer;position:relative}.pp-multiselect-list-item label:before{content:"";margin-top:2px;margin-right:18px;border:2px solid #949494;border-radius:3px;display:inline-block;width:22px;min-width:22px;height:22px;min-height:22px;box-sizing:border-box}.pp-multiselect-list-item input[type=checkbox]{position:absolute;opacity:0;z-index:-1}.pp-multiselect-list-item input[type=checkbox]:checked+label:before{background-color:#0145db;border:2px solid #0145db}.pp-multiselect-list-item input[type=checkbox]:checked+label:after{content:"";height:13px;width:5px;display:inline-block;border-right:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:8px;top:4px}.pp-multiselect-list-item input[type=checkbox]:focus+label:before{border:2px solid #0145db;box-shadow:0 0 5px 2px rgba(1,69,219,.8)}@media screen and (min-width:480px){.pp-multiselect-list-item{margin-bottom:16px}.pp-multiselect-list-item label{border-radius:3px;border:1px solid #949494;padding:12px 20px 13px;font-size:16px}.pp-multiselect-list-item label:before{margin-top:5px;margin-right:12px;width:15px;min-width:15px;height:15px;min-height:15px}.pp-multiselect-list-item input[type=checkbox]:checked+label{background-color:#e5ebf9;border:1px solid #c4d2f3;color:#202020}.pp-multiselect-list-item input[type=checkbox]:checked+label:after,.pp-multiselect-list-item input[type=checkbox]:focus:checked+label:after{border-right:1px solid #fff;border-bottom:1px solid #fff;height:8px;width:4px;left:25px;top:19px}.pp-multiselect-list-item input[type=checkbox]:focus+label:before{border:2px solid #949494;box-shadow:unset}.pp-multiselect-list-item input[type=checkbox]:focus:checked+label:before{border:2px solid #0145db}.pp-multiselect-list-item input[type=checkbox]:focus+label{border:1px solid #0145db}}.pp-radio-list{margin-bottom:45px}.pp-radio-list__items{margin-left:15px}@media screen and (min-width:480px){.pp-radio-list__items{margin:0 54px}}.pp-radio-list-item{margin-bottom:25px}.pp-radio-list-item:last-child{margin-bottom:0}.pp-radio-list-item label{color:#575757;display:flex;cursor:pointer;position:relative}.pp-radio-list-item label:before{content:"";margin-right:18px;border:1px solid #949494;display:inline-block;width:26px;min-width:26px;height:26px;min-height:26px;border-radius:50%;box-sizing:border-box}.pp-radio-list-item input[type=radio]{position:absolute;opacity:0;z-index:-1}.pp-radio-list-item input[type=radio]:checked+label:before{border:3px solid #0145db}.pp-radio-list-item input[type=radio]:focus+label:before{box-shadow:0 0 5px 2px rgba(1,69,219,.8)}@media screen and (min-width:480px){.pp-radio-list-item{margin-bottom:16px}.pp-radio-list-item label{border:1px solid #949494;border-radius:3px;padding:12px 20px 13px;font-size:16px}.pp-radio-list-item label:before{margin-top:4px;margin-right:12px;width:15px;min-width:15px;height:15px;min-height:15px}.pp-radio-list-item input[type=radio]:checked+label{background-color:#e5ebf9;border:1px solid #c4d2f3;color:#202020}.pp-radio-list-item input[type=radio]:focus+label:before{box-shadow:unset}.pp-radio-list-item input[type=radio]:focus+label{border:1px solid #0145db}}.pp-checkbox-field{margin-bottom:20px;margin-left:30px}.pp-checkbox-field__label{color:#575757;display:flex;align-items:flex-start;cursor:pointer;position:relative;font-size:16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pp-checkbox-field__label:before{content:"";margin-right:36px;border:2px solid #0145db;border-radius:3px;display:inline-block;width:22px;min-width:22px;height:22px;min-height:22px;box-sizing:border-box}.pp-checkbox-field__description{display:flex;align-items:flex-start;margin-bottom:24px}.pp-checkbox-field__description-extend{margin-top:32px}.pp-checkbox-field__input[type=checkbox]{position:absolute;opacity:0;z-index:-1}.pp-checkbox-field__input[type=checkbox]:checked+.pp-checkbox-field__label:before{background-color:#0145db;border:2px solid #0145db}.pp-checkbox-field__input[type=checkbox]:checked+.pp-checkbox-field__label:after{content:"";display:inline-block;height:12px;width:7px;top:2px;left:7px;border-right:2px solid #fff;border-bottom:2px solid #fff;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pp-checkbox-field__input[type=checkbox]:focus+.pp-checkbox-field__label:before{box-shadow:0 0 5px 2px rgba(1,69,219,.8)}.pp-checkbox-field .pp-tooltip{margin-top:1px;margin-left:18px}.pp-checkbox-field--error label:before{border:2px solid #b30000}@media screen and (min-width:480px){.pp-checkbox-field{margin-bottom:21px;margin-left:40px}.pp-checkbox-field .pp-tooltip{margin-top:3px}.pp-checkbox-field__label:before{margin-top:1px;margin-right:31px;width:20px;min-width:20px;height:20px;min-height:20px}.pp-checkbox-field__input[type=checkbox]:checked+.pp-checkbox-field__label:after{border-right:2px solid #fff;border-bottom:2px solid #fff;height:11px;width:6px;top:2px;left:6px}}.pp-checkbox-field--hidden{display:none}.pp-switch-field{margin-bottom:20px}.pp-switch-field label{color:#575757;display:flex;align-items:flex-start;cursor:pointer;position:relative;font-size:16px}.pp-switch-field .pp-tooltip{margin-top:3px;margin-left:18px}.pp-switch-field label:before{content:"";margin-right:24px;background-color:#e0e7ec;border-radius:13.5px;display:inline-block;width:46px;min-width:46px;height:27px;min-height:27px;box-sizing:border-box;transition:.4s}.pp-switch-field label:after{content:"";height:25px;width:25px;border-radius:50%;display:inline-block;background-color:#fff;position:absolute;left:1px;top:1px;box-shadow:1px 1px 6px rgba(0,0,0,.1607843137254902);transition:.4s}.pp-switch-field input[type=checkbox]{position:absolute;opacity:0;z-index:-1}.pp-switch-field input[type=checkbox]:checked+label:before{background-color:#0145db}.pp-switch-field input[type=checkbox]:checked+label:after{content:"";left:20px}@media screen and (min-width:480px){.pp-switch-field{margin-bottom:21px}.pp-switch-field .pp-tooltip{margin-top:5px;margin-left:18px}.pp-switch-field label:before{margin-right:21px;width:40px;min-width:40px;height:24px;min-height:24px}.pp-switch-field label:after{height:22px;width:22px}.pp-switch-field input[type=checkbox]:checked+label:after{content:"";left:17px}}.pp-select-field{margin-bottom:45px}.pp-select-field__control{height:50px;border:1px solid #949494!important;border-radius:25px!important;transition:unset!important;padding-left:20px;box-shadow:0 5px 15px rgba(0,0,0,.10588235294117647)}.pp-select-field__control--menu-is-open{box-shadow:unset!important}.pp-select-field__value-container{padding:unset!important}.pp-select-field__placeholder,.pp-select-field__single-value{color:#494949!important;font-size:18px!important}.pp-select-field__indicator-separator{display:none}.pp-select-field__indicator{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #202020;padding:unset!important;margin-right:25px}.pp-select-field__indicator *{display:none}.pp-select-field__control--menu-is-open{border-bottom:unset!important;border-radius:25px 25px 0 0!important}.pp-select-field__control--menu-is-open .pp-select-field__indicator{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.pp-select-field__option--is-selected{background-color:#c4d2f3!important;color:#494949!important}.pp-select-field__option{padding-left:20px!important;color:#494949!important}.pp-select-field__menu{margin:unset!important;border-radius:0 0 25px 25px!important;overflow:scroll;padding-bottom:10px;border:1px solid #949494!important;border-top:unset!important;box-shadow:0 10px 10px rgba(0,0,0,.10588235294117647)!important}.pp-select-field__menu-list{border:unset!important}.pp-select-field--error .pp-select-field__control{border:1px solid #b30000!important;background-color:#fcf6f6}@media screen and (min-width:480px){.pp-select-field__control{height:47px;padding-left:25px;border-radius:3px!important;margin:0 54px!important}.pp-select-field__placeholder,.pp-select-field__single-value{color:#5c5757!important;font-size:16px!important}.pp-select-field__option{padding-left:25px!important;color:#5c5757!important}.pp-select-field__menu{top:110%!important;margin:0 54px!important;padding-top:10px;width:calc(100% - 108px)!important;border-radius:3px!important;box-shadow:0 3px 15px rgba(0,0,0,.10588235294117647)!important;border-top:1px solid #949494!important;overflow-x:hidden}.pp-select-field__control--menu-is-open{border-bottom:1px solid #949494!important}}.pp-attach-field{width:100%;margin-bottom:45px}.pp-attach-field__file-input{opacity:0;z-index:-1;position:absolute}.pp-attach-field__file-input:focus+label{border:2px solid #0145db}.pp-attach-field__label{padding:36px;cursor:pointer;background-color:#fff;border:2px dashed #bcc3ce;display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:Source Sans Pro,sans-serif;border-radius:13px}.pp-attach-field__label:hover .pp-attach-field__button{background:#072d82}.pp-attach-field__label--disabled{pointer-events:none}.pp-attach-field__label--error{border-color:#b30000}.pp-attach-field__button{background:#0145db 0 0 no-repeat padding-box;box-shadow:2px 2px 8px rgba(178,178,154,.698);width:63px;height:63px;color:#fff;border-radius:50%;border:none;position:relative;cursor:pointer;display:inline-flex;align-items:center;margin-bottom:16px}.pp-attach-field__button:before{content:"";background:#fff;width:22px;position:absolute;height:3px;left:20.5px}.pp-attach-field__button:after{content:"";background:#fff;position:absolute;height:22px;width:3px;left:30.5px;top:21px}.pp-attach-field__button:hover{background:#072d82}.pp-attach-field__button--disabled{background:#b7b7b7}.pp-attach-field__info{color:#0145db;font-size:15px}.pp-attach-field__removeButton{background:none;border:none;cursor:pointer;height:31px}.pp-attach-field__file{display:flex;margin-top:22px}.pp-attach-field__name{font-size:14px;color:#202020;line-height:normal}.pp-attach-field__size{font-size:13px;color:#949494;line-height:normal}.pp-attach-field__infoContainer{display:flex;flex-direction:column;margin-left:20px;flex:1 1}.pp-attach-field__error{color:#b30000;font-size:14px;margin-top:8px}.pp-error-message{color:#b30000;font-size:14px;margin-top:7px}.pp-rte__link{color:#0145db;font-weight:600;text-decoration:none}.pp-rte__image{max-width:100%}.pp-rte__legal-button{background:none;border:none;padding:0;cursor:pointer;color:#0145db}.pp-rte__legal-button:hover{text-decoration:underline}.pp-date-field{margin-bottom:45px}.pp-date-field .react-datepicker{position:relative;width:320px;margin-top:12px;background-color:#fff;border:1px solid #aeaeae;border-radius:3px;box-shadow:0 0 6px 1px rgba(0,0,0,.211765)}.pp-date-field .react-datepicker-popper{display:flex;justify-content:center;width:100%;z-index:1}@media screen and (max-width:calc(map-get($grid-breakpoints,$grid-name)) - 1){.pp-date-field .react-datepicker-popper{position:fixed!important;-webkit-transform:unset!important;transform:unset!important;align-items:flex-end;height:100%;background-color:rgba(0,0,0,.384314)}.pp-date-field .react-datepicker-popper>div{width:100%}}.pp-date-field .react-datepicker__input{width:100%;height:50px;font-size:18px;border-radius:13px;border:1px solid #949494;font-family:Source Sans Pro,sans-serif;padding:12px 15px 12px 45px;cursor:pointer}.pp-date-field .react-datepicker__input:hover{border:1px solid #202020}.pp-date-field .react-datepicker__input:focus{border:1px solid #0145db;outline:none!important}.pp-date-field .react-datepicker__input:disabled{border-style:dotted}.pp-date-field .react-datepicker__input::-webkit-input-placeholder{color:#737373}.pp-date-field .react-datepicker__input::placeholder{color:#737373}@media screen and (min-width:480px){.pp-date-field .react-datepicker__input{height:47px;padding:11px 13px;font-size:16px;border-radius:3px}.pp-date-field .react-datepicker__input:disabled{border-style:dashed}.pp-date-field .react-datepicker__input::-webkit-input-placeholder{color:#5c5757}.pp-date-field .react-datepicker__input::placeholder{color:#5c5757}}@media screen and (min-width:480px){.pp-date-field .react-datepicker__input{padding-left:45px}}.pp-date-field .react-datepicker__input-container{position:relative}.pp-date-field .react-datepicker__input-container:before{position:absolute;top:14px;left:17px;content:url(data:image/svg+xml;base64,PHN2ZyBpZD0iY2FsZW5kYXJfbW9udGhfYmxhY2tfMjRkcCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOCAyMCI+PGcgaWQ9Ikdyb3VwXzEwMjIiIGRhdGEtbmFtZT0iR3JvdXAgMTAyMiI+PHBhdGggaWQ9IlBhdGhfNTc1IiBkYXRhLW5hbWU9IlBhdGggNTc1IiBmaWxsPSIjNDY4MmRhIiBkPSJNMTksNEgxOFYySDE2VjRIOFYySDZWNEg1QTEuOTkxLDEuOTkxLDAsMCwwLDMuMDEsNkwzLDIwYTIsMiwwLDAsMCwyLDJIMTlhMi4wMDYsMi4wMDYsMCwwLDAsMi0yVjZBMi4wMDYsMi4wMDYsMCwwLDAsMTksNFptMCwxNkg1VjEwSDE5Wk0xOSw4SDVWNkgxOVpNOSwxNEg3VjEySDlabTQsMEgxMVYxMmgyWm00LDBIMTVWMTJoMlpNOSwxOEg3VjE2SDlabTQsMEgxMVYxNmgyWm00LDBIMTVWMTZoMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zIC0yKSIvPjwvZz48L3N2Zz4=);display:inline-block;pointer-events:none}.pp-date-field .react-datepicker__header__dropdown{display:flex;align-items:center;padding:15px;border-bottom:1px solid #eee}.pp-date-field .react-datepicker__month{padding:0 6px 12px}@media screen and (max-width:calc(map-get($grid-breakpoints,$grid-name)) - 1){.pp-date-field .react-datepicker__month{height:210px}}.pp-date-field .react-datepicker__month-container{padding:0}.pp-date-field .react-datepicker__month-dropdown,.pp-date-field .react-datepicker__year-dropdown{position:absolute;top:55px;left:0;display:grid;grid-template-columns:25% 25% 25% 25%;height:252px;width:-webkit-fill-available;margin:-1px;padding:6px 6px 12px;border:1px solid #aeaeae;border-top-color:#eee;border-end-end-radius:3px;border-end-start-radius:3px;background-color:#fff}.pp-date-field .react-datepicker__month-dropdown:before,.pp-date-field .react-datepicker__year-dropdown:before{content:"";display:inline-block;position:absolute;top:-42px;right:30%;height:30px;width:60px;background-color:#fff}@media screen and (min-width:480px){.pp-date-field .react-datepicker__month-dropdown:before,.pp-date-field .react-datepicker__year-dropdown:before{right:8px}}.pp-date-field .react-datepicker__year-dropdown{grid-template-columns:20% 20% 20% 20% 20%}.pp-date-field .react-datepicker__month-option,.pp-date-field .react-datepicker__year-option{display:flex;justify-content:center;align-items:center;height:52px;width:52px;margin:12px auto;color:#737373;border-radius:50%;cursor:pointer}.pp-date-field .react-datepicker__month-option--selected_month,.pp-date-field .react-datepicker__month-option--selected_year,.pp-date-field .react-datepicker__year-option--selected_month,.pp-date-field .react-datepicker__year-option--selected_year{color:#fff;background-color:#0145db}.pp-date-field .react-datepicker__month-option--selected,.pp-date-field .react-datepicker__year-option--selected{display:none}.pp-date-field .react-datepicker__year-option{height:45px;width:45px;margin:15px auto}.pp-date-field .react-datepicker__year-option:first-child:before,.pp-date-field .react-datepicker__year-option:last-child:before{content:"";display:inline-block;height:10px;width:10px;border-bottom:2px solid rgba(0,0,0,.501961);border-left:2px solid rgba(0,0,0,.501961);-webkit-transform:rotate(45deg) translate(2px,-2px);transform:rotate(45deg) translate(2px,-2px)}.pp-date-field .react-datepicker__year-option:last-child{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pp-date-field .react-datepicker__month-read-view,.pp-date-field .react-datepicker__year-read-view{visibility:unset!important;font-size:17px;line-height:24px;color:rgba(0,0,0,.6);margin:0 10px;padding:0 6px;border-bottom:2px solid #0145db;cursor:pointer}.pp-date-field .react-datepicker>.react-datepicker__navigation{position:absolute;top:19px;height:20px;width:20px;padding:0;font-size:0;border:unset;background-color:unset;cursor:pointer}.pp-date-field .react-datepicker>.react-datepicker__navigation--previous{right:40%}.pp-date-field .react-datepicker>.react-datepicker__navigation--previous:before{content:"";display:inline-block;height:10px;width:10px;border-bottom:2px solid rgba(0,0,0,.501961);border-left:2px solid rgba(0,0,0,.501961);-webkit-transform:rotate(45deg) translate(2px,-2px);transform:rotate(45deg) translate(2px,-2px)}@media screen and (min-width:480px){.pp-date-field .react-datepicker>.react-datepicker__navigation--previous{right:40px}}.pp-date-field .react-datepicker>.react-datepicker__navigation--next{right:30%}.pp-date-field .react-datepicker>.react-datepicker__navigation--next:before{content:"";display:inline-block;height:10px;width:10px;border-bottom:2px solid rgba(0,0,0,.501961);border-left:2px solid rgba(0,0,0,.501961);-webkit-transform:rotate(-135deg) translate(2px,-2px);transform:rotate(-135deg) translate(2px,-2px)}@media screen and (min-width:480px){.pp-date-field .react-datepicker>.react-datepicker__navigation--next{right:10px}}.pp-date-field .react-datepicker__day-names{display:flex;text-align:center;padding:6px 6px 0}.pp-date-field .react-datepicker__current-month{display:none}.pp-date-field .react-datepicker__day,.pp-date-field .react-datepicker__month-text{display:flex;justify-content:center;align-items:center;height:32px;width:32px;margin:0 auto;text-align:center;font-size:15px;color:rgba(0,0,0,.6);border-radius:16px;cursor:pointer}.pp-date-field .react-datepicker__day--outside-month,.pp-date-field .react-datepicker__month-text--outside-month{color:#eee}.pp-date-field .react-datepicker__day--selected,.pp-date-field .react-datepicker__month-text--selected{color:#fff;background-color:#0145db}.pp-date-field .react-datepicker__day-name{width:100%;padding:6px;font-size:15px;line-height:20px;color:rgba(0,0,0,.384314)}.pp-date-field .react-datepicker__week{display:flex}.pp-date-field .react-datepicker__close-button-wrapper{position:absolute;top:10px;right:15px}.pp-date-field .react-datepicker__close-button{position:relative;padding:unset;height:25px;width:25px;border:unset;background-color:unset;cursor:pointer}.pp-date-field .react-datepicker__close-button:after,.pp-date-field .react-datepicker__close-button:before{content:"";display:inline-block;position:absolute;top:50%;left:0;height:2px;width:25px;background-color:#0145db}.pp-date-field .react-datepicker__close-button:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pp-date-field .react-datepicker__close-button:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@media screen and (min-width:480px){.pp-date-field .react-datepicker__close-button{display:none}}@media screen and (max-width:calc(map-get($grid-breakpoints,$grid-name)) - 1){.pp-date-field .react-datepicker{width:100%}}.pp-date-field--error .react-datepicker__input{border:1px solid #b30000;background-color:#fcf6f6}.pp-date-field--error .react-datepicker__input:hover{border:1px solid #f55447;box-shadow:0 0 0 1px #202020}.pp-date-field--error .react-datepicker__input:focus{border:1px solid #f55447;box-shadow:0 0 0 1px #0145db}.pp-date-field--hide-days .react-datepicker-year-header{display:flex;align-items:center;padding:15px;justify-content:center}.pp-date-field--hide-days .react-datepicker__aria-live{display:none}.pp-date-field--hide-days .react-datepicker__month-wrapper{display:flex;justify-content:space-around}.pp-date-field--hide-days .react-datepicker__month--selected{color:var(--color-picker-selected);background-color:var(--color-background-picker-selected)}.pp-date-field--hide-days .react-datepicker>.react-datepicker__navigation{top:15px}.pp-date-field--hide-days .react-datepicker>.react-datepicker__navigation--previous{right:59%}.pp-date-field--hide-days .react-datepicker>.react-datepicker__navigation--next{right:35%}.pp-form{display:flex;flex-direction:column;width:100%;max-width:524px;font-size:16px;line-height:1.38;font-family:Source Sans Pro,sans-serif;color:#202020}.pp-form *{box-sizing:border-box}.pp-form__container{display:flex;justify-content:center}.pp-form__title{font-size:30px;line-height:43px;margin:0;text-align:center}.pp-form__description{margin:18px 0 0;font-size:18px;line-height:25px;text-align:center}.pp-form__separator{text-align:center;margin:50px 0}@media screen and (min-width:480px){.pp-form__separator{margin:100px 0}}.pp-form__section-button,.pp-form__submit-button{margin:40px 20px 0;padding:12px 42px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:18px;font-weight:600;color:#fff;background-color:#0145db;border:none;border-radius:26px;cursor:pointer}.pp-form__section-button:disabled,.pp-form__submit-button:disabled{background-color:#b7b7b7;pointer-events:none}.pp-form__section-button:hover,.pp-form__submit-button:hover{background-color:#072d82}.pp-form__section-button:focus,.pp-form__submit-button:focus{box-shadow:0 0 5px 2px rgba(1,69,219,.8);outline:unset}@media screen and (min-width:480px){.pp-form__section-button,.pp-form__submit-button{margin:50px 20px 0}}.pp-form__submit-button{margin:40px auto 0}.pp-form__section-button-container{display:flex;justify-content:center}.pp-skeleton{width:100%;position:relative;overflow:hidden}.pp-skeleton__line{background-color:#d3d3d3;height:17px;margin:10px auto;border-radius:3px}.pp-skeleton__line--title{width:50%;height:29px;margin:7px auto}.pp-skeleton__line--subtitle{width:30%;height:19px;margin:20px 0}.pp-skeleton__line--text{width:100%;height:17px;margin:4px auto 8px}.pp-skeleton__line--input{width:100%;height:50px;margin:20px auto 40px}.pp-skeleton__shimmer{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-animation:blinking 1s infinite;animation:blinking 1s infinite}.pp-skeleton__shimmer-blink{width:50%;height:100%;background-color:#fff;opacity:.4;box-shadow:0 0 30px 30px #fff}@-webkit-keyframes blinking{0%{-webkit-transform:translateX(-150%);transform:translateX(-150%)}50%{-webkit-transform:translateX(-60%);transform:translateX(-60%)}to{-webkit-transform:translateX(150%);transform:translateX(150%)}}@keyframes blinking{0%{-webkit-transform:translateX(-150%);transform:translateX(-150%)}50%{-webkit-transform:translateX(-60%);transform:translateX(-60%)}to{-webkit-transform:translateX(150%);transform:translateX(150%)}}@media screen and (min-width:480px){.pp-modal__close-button-container{display:flex;justify-content:flex-end}}.pp-modal__close-button{display:block;background:unset;border:unset;padding:unset;height:32px;min-height:32px;width:32px;min-width:32px;position:relative;margin:8px;cursor:pointer}.pp-modal__close-button:before{display:block;content:"";position:absolute;top:5px;left:4px;height:19px;width:19px;border-bottom:4px solid #000;border-left:4px solid #000;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pp-modal__close-button:after{display:block;content:"";height:4px;width:30px;margin-left:2px;background-color:#000}@media screen and (min-width:480px){.pp-modal__close-button{height:13px;width:13px;min-height:13px;min-width:13px}.pp-modal__close-button:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pp-modal__close-button:after,.pp-modal__close-button:before{height:17px;width:2px;background-color:#949494;border:unset;top:-2px;left:5px}.pp-modal__close-button:after{position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin:unset}}.pp-modal__title{font-size:30px;margin:14px 0}@media screen and (min-width:480px){.pp-modal__title{font-size:18px;text-align:center;color:#575757}}.pp-modal__content{padding:0 15px;height:100%;overflow-y:scroll}@media screen and (min-width:480px){.pp-modal__content{padding:0 10%;margin-bottom:30px}}.pp-modal__content a:after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyIDEzQzEyLjU1MjMgMTMgMTMgMTIuNTUyMyAxMyAxMlYzQzEzIDIuNDQ3NzEgMTIuNTUyMyAyIDEyIDJIM0MyLjQ0NzcxIDIgMiAyLjQ0NzcxIDIgM1Y2LjVDMiA2Ljc3NjE0IDIuMjIzODYgNyAyLjUgN0MyLjc3NjE0IDcgMyA2Ljc3NjE0IDMgNi41VjNIMTJWMTJIOC41QzguMjIzODYgMTIgOCAxMi4yMjM5IDggMTIuNUM4IDEyLjc3NjEgOC4yMjM4NiAxMyA4LjUgMTNIMTJaTTkgNi41QzkgNi41MDAxIDkgNi41MDAyMSA5IDYuNTAwMzFWNi41MDAzNVY5LjVDOSA5Ljc3NjE0IDguNzc2MTQgMTAgOC41IDEwQzguMjIzODYgMTAgOCA5Ljc3NjE0IDggOS41VjcuNzA3MTFMMi44NTM1NSAxMi44NTM2QzIuNjU4MjkgMTMuMDQ4OCAyLjM0MTcxIDEzLjA0ODggMi4xNDY0NSAxMi44NTM2QzEuOTUxMTggMTIuNjU4MyAxLjk1MTE4IDEyLjM0MTcgMi4xNDY0NSAxMi4xNDY0TDcuMjkyODkgN0g1LjVDNS4yMjM4NiA3IDUgNi43NzYxNCA1IDYuNUM1IDYuMjIzODYgNS4yMjM4NiA2IDUuNSA2SDguNUM4LjU2Nzc5IDYgOC42MzI0NCA2LjAxMzQ5IDguNjkxMzkgNi4wMzc5NEM4Ljc0OTQ5IDYuMDYxOTggOC44MDM5OCA2LjA5NzQ0IDguODUxNDMgNi4xNDQzM0M4Ljk0MjUxIDYuMjM0MzQgOC45OTkyIDYuMzU5MDkgOC45OTk5OSA2LjQ5NzA4TDguOTk5OTkgNi40OTczOCIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+)}.pp-modal .modal__overlay{background-color:#000;opacity:.62}.pp-modal .modal__container{display:flex;flex-direction:column;height:100%;max-height:100%;width:100%;padding:25px;border-radius:unset;overflow:hidden}.pp-modal .modal__container .otnotice-menu-mobile{display:none}@media screen and (min-width:480px){.pp-modal .modal__container{height:unset;max-height:80%;max-width:850px;border-radius:20px;width:80%;padding:8px}}.pp-lds-field{margin-bottom:20px;margin-left:30px}.pp-lds-field__label{color:#575757;display:flex;align-items:flex-start;cursor:pointer;position:relative;font-size:16px}.pp-lds-field__label:before{content:"";margin-right:36px;border:2px solid #0145db;border-radius:3px;display:inline-block;width:22px;min-width:22px;height:22px;min-height:22px;box-sizing:border-box}.pp-lds-field__label.pp-lds-field__label--box-hidden:before{border-color:transparent}.pp-lds-field__description{display:flex;align-items:flex-start;margin-bottom:24px}.pp-lds-field__description-extend{margin-top:32px}.pp-lds-field__input[type=checkbox]{position:absolute;opacity:0;z-index:-1}.pp-lds-field__input[type=checkbox]:checked+.pp-lds-field__label:before{background-color:#0145db;border:2px solid #0145db}.pp-lds-field__input[type=checkbox]:checked+.pp-lds-field__label:after{content:"";display:inline-block;height:12px;width:7px;top:2px;left:7px;border-right:2px solid #fff;border-bottom:2px solid #fff;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pp-lds-field__input[type=checkbox]:focus+.pp-lds-field__label:before{box-shadow:0 0 5px 2px rgba(1,69,219,.8)}.pp-lds-field .pp-tooltip{margin-top:1px;margin-left:18px}.pp-lds-field--error label:before{border:2px solid #b30000}@media screen and (min-width:480px){.pp-lds-field{margin-bottom:21px;margin-left:40px}.pp-lds-field .pp-tooltip{margin-top:3px}.pp-lds-field__label:before{margin-top:1px;margin-right:31px;width:20px;min-width:20px;height:20px;min-height:20px}.pp-lds-field__input[type=checkbox]:checked+.pp-lds-field__label:after{border-right:2px solid #fff;border-bottom:2px solid #fff;height:11px;width:6px;top:2px;left:6px}}.single-answer{text-align:left}.single-answer .pp-field-head{font-family:Roboto,regular}.single-answer .pp-field-head__label{font-size:24px;font-weight:400;color:#0d0d0d;margin:0 15px}@media screen and (min-width:480px){.single-answer .pp-field-head__label{font-size:28px;font-weight:400;margin:0}}.single-answer .pp-field-head__description{margin-top:16px;margin-bottom:24px;font-size:16px}.single-answer__items{margin:26px 0 48px 34px}@media screen and (min-width:480px){.single-answer__items{margin:36px 0 64px 34px}}.single-answer__item{font-size:pxToRem(16);font-family:Roboto,regular;margin-bottom:16px;color:#494949}.single-answer__label{cursor:pointer}.single-answer__input[type=radio]{height:16px;width:16px;margin-right:16px;accent-color:#0d0d0d;cursor:pointer}.single-answer__input[type=radio]:checked+label{color:#0d0d0d}.multiple-answer{text-align:left}.multiple-answer .pp-field-head{font-family:Roboto,regular}.multiple-answer .pp-field-head__label{font-size:24px;font-weight:400;color:#0d0d0d;margin:0 15px}@media screen and (min-width:480px){.multiple-answer .pp-field-head__label{font-size:28px;font-weight:400;margin:0}}.multiple-answer .pp-field-head__description{margin-top:16px;margin-bottom:24px;font-size:16px}.multiple-answer__items{margin:26px 0 48px 34px}@media screen and (min-width:480px){.multiple-answer__items{margin:36px 0 64px 34px}}.multiple-answer__item{font-size:pxToRem(16);font-family:Roboto,regular;margin-bottom:16px;color:#494949}.multiple-answer__label{cursor:pointer}.multiple-answer__input[type=checkbox]{height:16px;width:16px;margin-right:16px;accent-color:#0d0d0d;cursor:pointer}.multiple-answer__input[type=checkbox]:checked+label{color:#0d0d0d}.promo-quiz{text-align:center}.promo-quiz__header{width:100%;height:110px;background-color:#0d0d0d;border-radius:0 0 50px 50px;margin-bottom:76px}@media screen and (min-width:480px){.promo-quiz__header{height:140px;margin-bottom:180px}}.promo-quiz__content{max-width:630px;margin:0 1rem}@media screen and (min-width:768px){.promo-quiz__content{margin:0 auto}}.promo-quiz__title{font-family:Roboto,regular;font-weight:700;font-size:34px;color:#0d0d0d;text-align:center;margin:0 15px 30px}@media screen and (min-width:480px){.promo-quiz__title{font-size:48px;margin:0 40px 30px}}.promo-quiz__description{font-family:Roboto,regular;font-weight:400;font-size:20px;color:#0d0d0d;text-align:center;margin-bottom:80px}@media screen and (min-width:480px){.promo-quiz__description{margin:0 15px}}.promo-quiz__separator{display:none}@media screen and (min-width:480px){.promo-quiz__separator{display:block;margin:150px 0 95px}}.promo-quiz__submit-button{display:flex;flex-direction:column;align-items:center}.promo-quiz__submit-button button{font-family:Roboto,regular;font-size:16px;border-radius:22px;padding:10px 24px;color:#fff;background-color:#0d0d0d;border:2px solid #0d0d0d;cursor:pointer}.promo-quiz__submit-button button:hover{background-color:rgba(13,13,13,.85);border-color:rgba(13,13,13,.85)}.promo-quiz__footer{width:100%;height:108px;border-radius:50px 50px 0 0;background-color:#0d0d0d;margin-top:128px}@media screen and (min-width:480px){.promo-quiz__footer{margin-top:150px;height:260px}}.footer-top__grid{color:#fff;display:flex;flex-direction:column;padding:48px 0;row-gap:36px}@media (min-width:1200px){.footer-top__grid{padding:55px 0 40px;flex-direction:row;-webkit-column-gap:60px;column-gap:60px}}.footer-top__nav ul{margin:0;list-style:none;display:flex;flex-direction:column;padding:24px 0 0;row-gap:24px}@media (min-width:1200px){.footer-top__nav{padding-bottom:0;border-bottom:0;gap:16px 50px}}.footer-top__nav-title{font-size:.875rem;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}.footer-top__nav .btn{font-size:.875rem;font-weight:400}.footer-top__social{padding-top:5px}@media (min-width:1200px){.footer-top__social{padding-top:0;padding-bottom:0;border-bottom:0;gap:16px 50px}}.footer-top__social ul{margin:0;list-style:none;display:flex;flex-direction:column;padding:24px 0 0;row-gap:24px}.footer-top__social-title{font-size:.875rem;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}.footer-top__social .btn{font-size:.875rem;font-weight:400;text-transform:none}.footer-top__social .btn .icon{font-size:1rem;margin:10px}.footer-top__logo-img{width:158px;height:90px}.footer-top .signup{--section-background:none;padding:0}@media (min-width:1200px){.footer-top .signup{--grid-columns-desktop:300px}}.footer-top .signup__title{font-size:1rem;font-weight:700}.footer-top .signup__description{display:none}.footer-top .signup__form{display:flex;flex-direction:column;gap:0;padding-top:0}.footer-top .signup__form-group{padding-bottom:24px}.footer-top .signup__form-group label{font-size:1rem}.footer-top .signup__disclaimer{font-size:1rem;margin-bottom:0}.footer-top .signup .btn{--btn-padding:7px 56px;--btn-height:36px;font-size:.75rem}@media (min-width:1200px){.footer-top__promo-form{max-width:300px}}.footer-top__promo-form .pp-form__description,.footer-top__promo-form .pp-form__separator{display:none}.footer-top__promo-form .pp-form__title{font-size:1rem;font-weight:700;text-align:left}.footer-top__promo-form .pp-form__container{justify-content:flex-start}.footer-top__promo-form .pp-form *{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;color:#fff}.footer-top__promo-form input{display:block;height:48px;padding:5px 20px;font-size:1rem;background:rgba(18,18,18,.2);border:1px solid hsla(0,0%,100%,.6);border-radius:24px}.footer-top__promo-form input:focus,.footer-top__promo-form input:hover{border:1px solid #fff;outline:1px solid transparent}.footer-top__promo-form .pp-field-head__header{margin-bottom:6px}.footer-top__promo-form .pp-field-head__label{font-size:1rem;font-weight:600}.footer-top__promo-form .pp-short-text-field{margin-bottom:24px}.footer-top__promo-form .pp-short-text-field__input--error:focus{box-shadow:unset}.footer-top__promo-form .pp-rte__legal-button,.footer-top__promo-form .pp-rte__link{font-weight:600;text-decoration:underline}.footer-top__promo-form .pp-checkbox-field,.footer-top__promo-form .pp-lds-field{margin-left:0}.footer-top__promo-form .pp-checkbox-field__label,.footer-top__promo-form .pp-lds-field__label{font-size:.875rem}.footer-top__promo-form .pp-checkbox-field__label:before,.footer-top__promo-form .pp-lds-field__label:before{margin-right:12px;border:1px solid #dfe6eb;background-color:#fff}.footer-top__promo-form .pp-checkbox-field__input[type=checkbox]:checked+.pp-checkbox-field__label:before,.footer-top__promo-form .pp-checkbox-field__input[type=checkbox]:checked+.pp-lds-field__label:before,.footer-top__promo-form .pp-lds-field__input[type=checkbox]:checked+.pp-checkbox-field__label:before,.footer-top__promo-form .pp-lds-field__input[type=checkbox]:checked+.pp-lds-field__label:before{background-color:#fff;border:1px solid #fff}.footer-top__promo-form .pp-checkbox-field__input[type=checkbox]:checked+.pp-checkbox-field__label:after,.footer-top__promo-form .pp-checkbox-field__input[type=checkbox]:checked+.pp-lds-field__label:after,.footer-top__promo-form .pp-lds-field__input[type=checkbox]:checked+.pp-checkbox-field__label:after,.footer-top__promo-form .pp-lds-field__input[type=checkbox]:checked+.pp-lds-field__label:after{border-color:#183a6c}.footer-top__promo-form .pp-checkbox-field__input[type=checkbox]:focus+.pp-checkbox-field__label:before,.footer-top__promo-form .pp-checkbox-field__input[type=checkbox]:focus+.pp-lds-field__label:before,.footer-top__promo-form .pp-lds-field__input[type=checkbox]:focus+.pp-checkbox-field__label:before,.footer-top__promo-form .pp-lds-field__input[type=checkbox]:focus+.pp-lds-field__label:before{box-shadow:unset}.footer-top__promo-form .pp-checkbox-field__input[type=checkbox]:focus-visible+.pp-checkbox-field__label:before,.footer-top__promo-form .pp-checkbox-field__input[type=checkbox]:focus-visible+.pp-lds-field__label:before,.footer-top__promo-form .pp-lds-field__input[type=checkbox]:focus-visible+.pp-checkbox-field__label:before,.footer-top__promo-form .pp-lds-field__input[type=checkbox]:focus-visible+.pp-lds-field__label:before{box-shadow:unset;outline:1px dashed #fff;outline-offset:3px}.footer-top__promo-form .pp-error-message{margin-bottom:6px}.footer-top__promo-form .pp-form__submit-button{margin:0;padding:10px 56px;font-size:.75rem;text-transform:uppercase;background-color:#de2928;border:2px solid #fff;border-radius:999px;transition:color .3s,background-color .3s;box-shadow:unset}.footer-top__promo-form .pp-form__submit-button:focus,.footer-top__promo-form .pp-form__submit-button:hover{background-color:#b71d1c}.footer-top__promo-form .pp-form__submit-button:focus{outline:1px dashed #fff;outline-offset:3px}.footer-top__promo-form.hide-form *{visibility:hidden;height:0}.footer-bottom{color:#fff;background:rgba(18,18,18,.2)}.footer-bottom__grid{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-top:16px;padding-bottom:16px}.footer-bottom__copy{font-size:.8125rem;line-height:1.5rem;padding:24px 0;width:100%;text-align:center;border-top:1px solid #183a6c}@media (min-width:1200px){.footer-bottom__copy{padding:18px 0 24px}}.footer-bottom__links{margin:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:8px 0 24px;-webkit-column-gap:20px;column-gap:20px;row-gap:13px}@media (min-width:1200px){.footer-bottom__links{padding:14px 0 18px;-webkit-column-gap:15px;column-gap:15px}}.footer-bottom__links li{display:inline-block;padding-left:0;color:#fff}.footer-bottom__links .btn{color:#fff;font-size:.8125rem}.footer-bottom__links .btn:focus,.footer-bottom__links .btn:focus-within,.footer-bottom__links .btn:hover{color:#fff}.footer{position:relative;z-index:2;background:#0e2255}.footer:before{position:absolute;top:0;right:0;left:0;z-index:3;height:3px;background:#fff;border-radius:50% 50% 50% 50%/0 0 100% 100%;content:"";box-shadow:0 0 3px #fff,0 0 7px #2a91dc,0 0 9px #2a91dc}@media (min-width:992px){.footer:before{height:8px;border-radius:50% 50% 50% 50%/0 0 100% 100%;box-shadow:0 0 5px #fff,0 0 17px #2a91dc,0 0 17px #2a91dc,0 0 17px #2a91dc,0 0 17px #2a91dc}}.layout--footer-small-shadow .footer:before{height:0;border-radius:unset;box-shadow:0 1px 3px 3px #1d5695}.footer:before{display:none}.warning{position:absolute;top:100%;right:0;left:0;z-index:100;width:100%;padding:0;background:#fff;border:none;border-top:4px solid #de2928}.warning:not([open]){display:none}.warning--shift{top:48px}.warning__grid{position:relative;padding:20px 0}@media (min-width:992px){.warning__grid{padding:24px 48px}}.warning .icon--warning{font-size:1.75rem;color:#de2928;position:absolute;top:18px;left:0}.warning__title{font-size:.875rem;font-weight:600;color:#de2928;text-transform:uppercase;display:block;max-width:80ch;margin-bottom:1.3rem;padding:0 40px}@media (min-width:992px){.warning__title{margin-bottom:1rem;padding:0}}.warning__description{font-size:.75rem;color:#183a6c;max-width:80ch}@media (min-width:992px){.warning__description{font-size:.875rem}}.warning .btn--secondary-link{margin-top:1rem}.warning .btn--icon{color:#183a6c;position:absolute;top:18px;right:0;padding:5px}@media (min-width:992px){.warning .btn--icon{font-size:1.25rem}}.image-card{display:flex;flex-direction:column;align-items:center}.image-card__image-container{display:flex;align-items:center;width:100%;height:150px;margin-bottom:20px}@media (max-width:1199px){.color-hover .image-card-grid .image-card__image-container{height:105px;max-width:254px}}.image-card__image-container .btn__inner,.image-card__image-container a{width:100%;height:100%}@media (max-width:1199px){.color-hover .image-card__image-container .btn__inner:not(:active),.color-hover .image-card__image-container a:not(:active){box-shadow:0 3px 6px rgba(0,0,0,.160784)}.color-hover .image-card__image-container .btn__inner:not(:active) img,.color-hover .image-card__image-container a:not(:active) img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}}@media (min-width:1200px){.color-hover .image-card__image-container .btn__inner:not(:hover),.color-hover .image-card__image-container a:not(:hover){box-shadow:0 3px 6px rgba(0,0,0,.160784)}.color-hover .image-card__image-container .btn__inner:not(:hover) img,.color-hover .image-card__image-container a:not(:hover) img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}}.image-card__title{font-weight:800;font-size:1rem;color:#0067b1;margin-bottom:8px}.image-card__description{font-size:.875rem;font-weight:400;color:#5a6c87;text-align:center}.image-card__description h3{text-transform:uppercase}.image-card__link{margin-top:16px}.image-card__description .game-day-ingredients h2{font-weight:900}@media (min-width:992px){.image-card__description .game-day-ingredients h2{font-size:1.625rem;line-height:2rem}}.image-card__description .game-day-ingredients ol li,.image-card__description .game-day-ingredients ul li{font-weight:500;font-size:.6875rem;line-height:.83813rem}.image-card__description .game-day-ingredients p{font-weight:600;font-size:.6875rem;line-height:.83813rem}.nav-item__menu{width:100%}@media (max-width:991px){.nav-item__menu{position:relative}}@media (max-width:991px){.nav-item__menu.active{z-index:2}}.nav-item__menu.navigation__list-item{padding:0}.nav-item__menu .btn.btn-link__dropdown{height:100%;padding:12px 24px}@media (min-width:992px){.nav-item__menu .btn.btn-link__dropdown{padding:12px 18px}}.nav-item__menu .btn.btn-link__dropdown .icon{position:absolute;margin:2px 5px}.nav-item__menu .btn.btn-link__dropdown.active{color:#0a1f5b;background-color:#fff}.nav-item__menu .btn.btn-link__dropdown.active .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.nav-item__menu .nav-item__submenu{margin:0;list-style:none;display:flex;background-color:#fff;position:absolute;top:100%;left:0;width:100%;height:auto;min-height:360px;padding:15px 24px;transition:opacity .3s ease-in-out;opacity:0;z-index:-1;overflow-x:auto}@media (min-width:992px){.nav-item__menu .nav-item__submenu{justify-content:center;top:98px;height:340px;min-height:340px;padding:38px 0 34px;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.nav-item__menu .nav-item__submenu.active{opacity:1}@media (min-width:992px){.nav-item__menu .nav-item__submenu.active{-webkit-transform:translateY(0);transform:translateY(0);z-index:11}}.nav-item__menu .nav-item__submenu-item{min-width:195px;max-height:260px;padding:12px;margin-right:12px;background-color:#dfe6eb;border-radius:8px}@media (min-width:992px){.nav-item__menu .nav-item__submenu-item{height:260px;max-width:195px}}.nav-item__menu .nav-item__submenu-item .image-card{height:100%;align-items:flex-start}.nav-item__menu .nav-item__submenu-item .image-card__image-container{height:80px}.nav-item__menu .nav-item__submenu-item .image-card__link{font-size:.75rem;font-weight:700;color:#183a6c;text-align:left;text-transform:none;margin:auto 0 0}.nav-item__menu .nav-item__submenu-item .image-card__link:active:before,.nav-item__menu .nav-item__submenu-item .image-card__link:focus-visible:before,.nav-item__menu .nav-item__submenu-item .image-card__link:focus:before,.nav-item__menu .nav-item__submenu-item .image-card__link:hover:before{border-color:#183a6c}.nav-item__menu .nav-item__submenu-item .image-card__link:active .btn__inner,.nav-item__menu .nav-item__submenu-item .image-card__link:focus-visible .btn__inner,.nav-item__menu .nav-item__submenu-item .image-card__link:focus .btn__inner,.nav-item__menu .nav-item__submenu-item .image-card__link:hover .btn__inner{color:#183a6c;--btn-hover-color:$c-finish-blue;--underline-color:$c-finish-blue}.nav-item__menu .nav-item__submenu-item .image-card__link .icon{font-size:.5625rem;margin:6px 3px}.nav-item__menu .nav-item__submenu-item .image-card__description *{color:#121212;text-align:left}.nav-item__menu .nav-item__submenu-item .image-card h3{font-size:.875rem;font-weight:700;text-transform:none;margin-bottom:6px}.nav-item__menu .nav-item__submenu-item .image-card p{font-size:.75rem;font-weight:400;text-transform:none}.nav-item__menu--medium-height .nav-item__submenu{min-height:386px}.nav-item__menu--medium-height .nav-item__submenu-item{max-height:310px;height:310px}.searchinput-container{position:relative}.searchinput-container:hover .searchinput{border:1px solid #fff}.searchinput-container .searchinput{font-size:1rem;color:#fff;width:100%;height:36px;padding:0 36px 0 16px;background:#0e2255;border:1px solid hsla(0,0%,100%,.6);border-radius:24px;outline:1px solid transparent}@media (min-width:768px){.searchinput-container .searchinput{font-size:.75rem}}.searchinput-container .searchinput:focus,.searchinput-container .searchinput:hover{border:1px solid #fff}.searchinput-container .icon--search{font-size:.75rem;line-height:0;color:#fff;position:absolute;top:50%;right:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.searchinput-container .icon--close{font-size:.6875rem;line-height:0}.searchinput-container .btn{color:#fff;position:absolute;top:50%;right:16px;padding:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.navigation{--searinput-height:36px;font-size:.75rem;color:#fff;display:none;flex-grow:1}@media (min-width:992px){.navigation{display:flex;align-items:center;height:100%}.navigation__list-item{color:#fff;width:auto}.navigation__list-item:first-child{display:none}}.navigation.open{position:fixed;top:64px;right:0;z-index:10;display:flex;flex-direction:column;width:100%;min-height:100vh;height:calc(100vh - 120px);padding:0;overflow-y:auto;background:#183a6c}@media (min-width:992px){.navigation .container{order:-1}}.navigation__list{margin:0;padding:0;list-style:none;background:#183a6c}@media (min-width:992px){.navigation__list{position:static;display:flex;flex-grow:1;align-items:center;justify-content:flex-end;width:auto;height:auto;padding:6px 0 10px;overflow:unset}.navigation__list-item{padding:0 3px}}@media screen and (min-width:992px) and (min-width:1100px){.navigation__list-item{padding:0 12px}}.navigation .search-container{width:100%;padding:18px 24px 20px;background:#183a6c}.navigation .search-container .searchinput-container{display:block}@media (min-width:992px){.navigation .search-container{display:none;width:auto;padding-bottom:0;padding-right:0;padding-left:0}}@media (min-width:992px){.navigation ul{padding:0;-webkit-column-gap:0;column-gap:0;height:100%}}.navigation .gs-icon-custom{font-size:.6875rem;margin-left:9px}.navigation__list-item{font-weight:800;text-transform:uppercase}@media (min-width:992px){.navigation__list-item{display:flex;align-items:center;height:100%}}.navigation__list-item .btn--link{font-size:1rem;font-weight:600;color:#fff;text-align:start;justify-content:flex-start;width:100%;padding:12px 24px;outline:none}@media (min-width:992px){.navigation__list-item .btn--link{color:#cacfd3;text-align:center;padding:0}}.navigation__list-item .btn--link.active{text-decoration:underline}.language__button--link{font-size:.875rem}.header__top{position:fixed;bottom:0;z-index:20;display:none;width:100%;height:56px;background:#0e2255}@media (min-width:992px){.header__top{position:relative;display:block;height:48px}}.header__top .container{display:flex;height:100%;padding:0}@media (min-width:992px){.header__top .container{display:block;padding:0 24px}}.header__top-flex{display:flex;justify-content:flex-end;height:100%}.header__top .language__button{margin:0 21px}.header__top .navigation__block-wrapper{display:flex;align-items:center}.header__top .navigation__button-wrapper{display:flex;margin:4px}.header__top .navigation__button{display:none;margin:4px 7px}@media (min-width:992px){.header__top .navigation__button{display:block}}.header__top .navigation__button__cart-quantity{font-size:.4375rem;font-weight:800;color:#fff;z-index:2;display:none;align-items:center;justify-content:center;width:14px;height:14px;margin-top:-2px;margin-left:-13px;background:#de2928;border:1px solid #fff;border-radius:7px}@media (min-width:992px){.header__top .navigation__button__cart-quantity{display:flex}}@media (min-width:992px){.header__top .navigation__button .btn__inner,.header__top .navigation__button__regular-link{font-size:.75rem;text-transform:uppercase;font-weight:600}}.header__top .language__button,.header__top .navigation__button{color:#fff;opacity:.8}.header__top .language__button .btn__inner,.header__top .navigation__button .btn__inner{font-size:.75rem}.header__top .language__button .btn__inner .icon,.header__top .navigation__button .btn__inner .icon{font-size:1rem;padding:3px}.header__top .language__button .btn__inner .icon--chevron-up,.header__top .navigation__button .btn__inner .icon--chevron-up{font-size:.6875rem;padding-left:10px}.navigation__button .btn__inner{text-transform:none}.header{position:relative;width:100%;background:#fff;box-shadow:0 0 5px rgba(18,18,18,.3)}.header__main{position:relative;background:#183a6c}@media (min-width:992px){.header__main{background:#183a6c}}@media (max-width:992px){.header__main>.container{padding-right:12px;padding-left:12px}}.header__main.open{position:fixed;z-index:10;width:100%}.header__main__functional-buttons{display:flex;align-items:center}@media (min-width:992px){.header__main__functional-buttons{display:none}}.header__main__functional-buttons .btn--icon{font-weight:300;color:#fff;width:26px;height:26px;margin-left:8px;padding:2px;opacity:.8;font-size:.75rem}@media (min-width:992px){.header__main__functional-buttons .btn--icon{display:none}}.header__main__functional-buttons .btn--icon .icon{font-size:1rem}.header__main__functional-buttons .btn--icon .icon--close{font-size:.875rem}.header__main__functional-buttons .cart-navigation__cart-quantity{font-size:.4375rem;font-weight:800;color:#fff;z-index:2;display:flex;align-items:center;justify-content:center;width:14px;height:14px;margin-top:-21px;margin-left:-11px;background:#de2928;border:1px solid #fff;border-radius:7px}@media (min-width:992px){.header__main__functional-buttons .cart-navigation__cart-quantity{display:none}}.header__main__functional-buttons .navigation__block-wrapper{display:flex;align-items:center}.header__main__functional-buttons .navigation__block-wrapper a[aria-label="Help and Support"]{position:relative;right:16px}.header__main-flex{display:flex;align-items:center;justify-content:space-between;height:64px}@media (min-width:992px){.header__main-flex{align-items:center;height:98px;padding:0}}.header__search-btn{padding:0;background:none;border:0;color:#fff;display:flex;flex-shrink:0;align-items:center;justify-content:center;margin:0 0 0 auto;cursor:pointer}.header .sub-navigation{position:absolute;z-index:10;display:flex;justify-content:center;width:100%;background:#0067b1}.header .sub-navigation:after,.header .sub-navigation:before{position:absolute;top:0;bottom:0;z-index:10;width:24px;content:""}.header .sub-navigation:before{left:0;background:linear-gradient(90deg,#0067b1 0,rgba(0,103,177,0))}.header .sub-navigation:after{right:0;background:linear-gradient(270deg,#0067b1 0,rgba(0,103,177,0))}.header .navigation__dropdown{margin:0;list-style:none;display:flex;align-items:center;padding:12px 16px;overflow-x:auto}@media (min-width:992px){.header .navigation__dropdown{padding:12px}}.header .navigation__dropdown-item{padding:0 8px;white-space:nowrap}@media (min-width:992px){.header .navigation__dropdown-item{padding:0 12px;margin:0 27px}}@media (max-width:991px){.header .navigation__dropdown-item:last-child{padding-right:20px}}.header .navigation__dropdown-item .btn__inner{font-size:.75rem;font-weight:400;color:#f0f4f8}@media (min-width:992px){.header .navigation__dropdown-item .btn__inner{font-size:.875rem}}.header .navigation__dropdown-item .btn--link.focus-visible,.header .navigation__dropdown-item .btn--link:focus-visible{color:#fff}.header .navigation__dropdown-item .btn--link.active{color:#fff;text-decoration:underline}.header .navigation__dropdown-item .btn--link.active .btn__inner{font-weight:600}.header .searchinput-container{display:none;width:100%}@media (min-width:992px){.header .searchinput-container{display:block;width:auto;margin-right:42px}}@media (min-width:992px){.header .searchinput-container .searchinput{height:32px;width:49px;transition:width .3s ease-out}}@media (min-width:992px){.header .searchinput-container .searchinput.focus-visible{width:315px}}.header-logo{display:inline-block;vertical-align:top}@media (min-width:992px){.header-logo{margin:0 20px 0 0}}.header-logo:focus,.header-logo:focus-visible{outline:1px dashed #fff;outline-offset:3px}.header-logo .gatsby-image-wrapper{width:75px}@media (min-width:992px){.header-logo .gatsby-image-wrapper{width:115px}}@media (max-width:991px){body.header-modal-open #ot-sdk-btn-floating.ot-floating-button{bottom:46px}}.signup-popup{position:fixed;top:0;right:0;left:0;z-index:2147483646;width:100%;height:100%;background-color:rgba(1,10,29,.6)}.signup-popup__container{color:#fff;position:absolute;top:10%;left:50%;width:100%;max-width:88vw;max-height:80%;overflow:hidden;overflow-y:auto;background-color:#0067b1;border:2px solid #fff;border-radius:8px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width:992px){.signup-popup__container{width:1110px;border-width:3px}}.signup-popup__scroll-wrapper{position:relative}@media (min-width:992px){.signup-popup__scroll-wrapper{font-size:3rem;display:flex}}.signup-popup__products{text-align:center;position:relative;width:80%;padding:20px}@media (min-width:992px){.signup-popup__products{width:27.5%;min-height:460px}}.signup-popup__products-logo{position:relative!important;height:auto;max-width:148px;margin-right:auto;margin-bottom:26px;margin-left:auto}.signup-popup__products-description{font-size:1.25rem;font-weight:700;line-height:1.2;color:#0a397f;text-transform:uppercase}.signup-popup__products-image{top:0;left:0;z-index:-1;width:100%;height:100%}.signup-popup__content{font-size:1.875rem;font-weight:700;line-height:1.2;text-align:center;position:relative;padding:65px 20px}@media (min-width:992px){.signup-popup__content{font-size:3.5rem;width:72.5%;padding:58px 75px 10px}}.signup-popup__text{margin-bottom:40px}@media (min-width:992px){.signup-popup__text{margin-bottom:20px}}.signup-popup__logo{position:relative!important;height:auto;max-width:112px;margin-right:auto;margin-bottom:10px;margin-left:auto}@media (min-width:992px){.signup-popup__logo{display:inline-block;max-width:160px;margin-right:15px;margin-bottom:-14px;margin-left:15px;vertical-align:baseline}}.signup-popup__background{top:0;left:0;z-index:-1;width:100%;height:100%}.signup-popup__link.btn{font-size:1rem;width:100%;max-width:234px;margin-bottom:20px;padding:10px;border:2px solid #fff;border-radius:30px}@media (min-width:992px){.signup-popup__link.btn{font-size:1.25rem;height:56px;max-width:274px;border-width:3px}}.signup-popup__close{font-size:0;position:absolute;top:13px;right:13px;width:40px;height:40px;min-height:20px;padding:0;background:transparent}.signup-popup__close:after,.signup-popup__close:before{position:absolute;top:8px;left:19px;width:3px;height:60%;background-color:#fff;border-radius:2px;content:"";-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.signup-popup__close:before{top:18px;left:9px;width:60%;height:3px}.signup-popup--big-image .signup-popup__container{border:0}.signup-popup--big-image .signup-popup__products{margin-left:auto;margin-right:auto}.signup-popup--big-image .signup-popup__products-image{position:relative!important;z-index:2}.signup-popup--big-image .signup-popup__content{position:static}.signup-popup--big-image .signup-popup__link{background-color:#d0ba86;color:#fff;border:0;border-radius:3px}@media (min-width:992px){.signup-popup--big-image .signup-popup__link{max-width:340px}}.signup-popup--big-image .signup-popup__link:before{display:none}@media (max-width:991px){.signup-popup--big-image .signup-popup__content{padding-top:20px}}.signup-popup--discount{background-color:rgba(18,18,18,.8)}.signup-popup--discount .signup-popup__container{width:88vw;max-width:480px;background-color:#183a6c;border:none}@media (min-width:768px){.signup-popup--discount .signup-popup__container{max-width:834px}}.signup-popup--discount .signup-popup__wrapper{position:relative;display:grid;grid-template-columns:1fr;row-gap:16px}@media (min-width:768px){.signup-popup--discount .signup-popup__wrapper{grid-template-columns:35% 1fr}}@media (min-width:992px){.signup-popup--discount .signup-popup__wrapper{grid-template-columns:315px 1fr}}.signup-popup--discount .signup-popup__image-holder{padding-top:46px;display:grid;grid-template-columns:1fr;justify-items:center;align-items:center}@media (min-width:768px){.signup-popup--discount .signup-popup__image-holder{padding-top:0}}.signup-popup--discount .signup-popup__image{width:151px}@media (min-width:768px){.signup-popup--discount .signup-popup__image{width:210px}}@media (min-width:992px){.signup-popup--discount .signup-popup__image{width:254px}}.signup-popup--discount .signup-popup__content-holder{padding:6px 20px 24px}@media (min-width:768px){.signup-popup--discount .signup-popup__content-holder{padding:70px 14px 36px;background-color:rgba(18,18,18,.6)}}.signup-popup--discount .signup-popup__text{margin-bottom:30px;text-align:center}.signup-popup--discount .signup-popup__text--top{margin-bottom:26px;font-size:1.375rem;line-height:1.875rem;font-weight:700;background-clip:text;background-color:#aa903c;background-image:linear-gradient(63.65deg,#f6eab8 -73.29%,#b79661 -7.79%,#f7e8af 52.93%,#bc9961 91.92%);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}@media (min-width:768px){.signup-popup--discount .signup-popup__text--top{margin-bottom:18px;font-size:1.75rem;line-height:2.125rem;font-weight:800}}.signup-popup--discount .signup-popup__text--md{font-size:3rem;line-height:1.16;font-weight:800}@media (min-width:768px){.signup-popup--discount .signup-popup__text--md{font-size:4rem;line-height:1.15}}.signup-popup--discount .signup-popup__text--bottom{font-size:1rem;line-height:1.5;font-weight:400}@media (min-width:768px){.signup-popup--discount .signup-popup__text--bottom{font-size:1.125rem}}.signup-popup--discount .signup-popup__link.btn{display:block}.signup-popup--discount .signup-popup__discount-link,.signup-popup--discount .signup-popup__link.btn{height:auto;margin:0 auto;padding:14px 36px;width:100%;max-width:295px;font-size:.875rem;font-weight:700;border:none;border-radius:30px;background-color:#de2928}.signup-popup--discount .signup-popup__discount-link{display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;color:#fff;text-transform:uppercase}.signup-popup--discount .signup-popup__discount-link .icon--chevron-right{font-size:.75rem}.signup-popup--discount .signup-popup__close{padding:0;top:16px;right:27px;width:16px;height:16px;min-height:unset;font-weight:400;background:transparent}.signup-popup--discount .signup-popup__close:after,.signup-popup--discount .signup-popup__close:before{display:none}@media (min-width:768px){.signup-popup--discount .signup-popup__close{top:20px}}.signup-popup--discount .signup-popup__close .icon--close{font-size:1rem}.signupForm-popup{position:fixed;top:0;right:0;left:0;z-index:2147483646;width:100%;height:100%;background-color:rgba(1,10,29,.6)}.signupForm-popup__content{color:#fff;position:absolute;top:60%;left:50%;z-index:-1;width:100%;max-width:88vw;max-height:90%;padding:45px 0 15px;background:linear-gradient(180deg,#0a182c,#183a6c);-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}@media (min-width:768px){.signupForm-popup__content{max-height:80%}}@media (min-width:992px){.signupForm-popup__content{max-width:900px;padding:45px 0 30px}}@media (min-width:1600px){.signupForm-popup__content{max-width:900px;padding:150px 0 45px}}@media screen and (min-width:1200px) and (max-height:700px){.signupForm-popup__content{max-height:84%}}@media screen and (min-width:1600px) and (max-height:800px){.signupForm-popup__content{max-height:84%}}.signupForm-popup__title{font-size:1.125rem;font-weight:400;color:#fff;margin-bottom:20px;padding:0 10px}@media (min-width:992px){.signupForm-popup__title{font-size:1.375rem;padding:0 20px}}.signupForm-popup__img{position:absolute;top:-70px;left:50%;width:100%;max-width:200px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width:768px){.signupForm-popup__img{max-width:220px}}@media (min-width:1600px){.signupForm-popup__img{max-width:400px}}.signupForm-popup__error{color:#de2928;margin-bottom:16px}.signupForm-popup__disclaimer{font-size:.75rem;color:#fff;margin-bottom:24px}.signupForm-popup .signup__message{color:#fff}.signupForm-popup .signup__message h2{color:inherit}.signupForm-popup .signup__message-cta{margin-top:24px}.signupForm-popup .signupForm-popup__form-content{position:relative;height:50vh;padding:0 10px;overflow-y:auto}.signupForm-popup .signupForm-popup__form-content::-webkit-scrollbar{width:3px}.signupForm-popup .signupForm-popup__form-content::-webkit-scrollbar-thumb{background-color:#606060}@media (min-width:768px){.signupForm-popup .signupForm-popup__form-content{height:40vh}}@media (min-width:992px){.signupForm-popup .signupForm-popup__form-content{padding:0 20px}}@media (min-width:1600px){.signupForm-popup .signupForm-popup__form-content{height:48vh}}@media screen and (min-width:1024px) and (max-height:700px){.signupForm-popup .signupForm-popup__form-content{height:53vh}}@media screen and (min-width:1600px) and (max-height:800px){.signupForm-popup .signupForm-popup__form-content{height:36vh}}.signupForm-popup .btn{display:block;margin:0 auto}.signupForm-popup .signupForm-popup__form-group{margin-bottom:20px}.signupForm-popup .signupForm-popup__form-group label{font-size:.75rem;font-weight:600;display:block;padding-bottom:6px}.signupForm-popup .signupForm-popup__form-group input:-webkit-autofill,.signupForm-popup .signupForm-popup__form-group input:-webkit-autofill:focus,.signupForm-popup .signupForm-popup__form-group input:-webkit-autofill:hover{background-color:rgba(18,18,18,.2)!important;box-shadow:inset 0 0 0 30px #084176!important;-webkit-text-fill-color:#fff!important}.signupForm-popup .signupForm-popup__form-group input{font-size:1rem;color:#fff;display:block;width:100%;height:48px;padding:5px 20px;background:rgba(18,18,18,.2);border:1px solid hsla(0,0%,100%,.6);border-radius:24px}.signupForm-popup .signupForm-popup__form-group input:focus,.signupForm-popup .signupForm-popup__form-group input:hover{border:1px solid #fff;outline:1px solid transparent}.signupForm-popup .signupForm-popup__form-group--rest{grid-area:rest}.signupForm-popup .signupForm-popup__form-group--rest .checkbox:before{border:solid #484848}.signupForm-popup .signupForm-popup__form-group--rest .checkbox__indicator{background:#fff}.signupForm-popup .signupForm-popup__form-group--rest .checkbox .toggle-collapsed{margin-top:15px}.signupForm-popup .signupForm-popup__form-group--rest .checkbox p{font-size:.75rem}.signupForm-popup__close{font-size:0;position:absolute;top:2px;right:2px;width:40px;height:40px;min-height:20px;padding:0;background:transparent}@media (min-width:992px){.signupForm-popup__close{top:13px;right:13px}}.signupForm-popup__close:after,.signupForm-popup__close:before{position:absolute;top:8px;left:19px;width:3px;height:60%;background-color:#fff;border-radius:2px;content:"";-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.signupForm-popup__close:before{top:18px;left:9px;width:60%;height:3px}.signupForm-popup__close:focus .signupForm-popup:before{border:none}.signupForm-popup .signup__message{text-align:center}.signupForm-popup .signup__message p:first-child{font-size:1.5625rem;padding:30px 0 40px}.signupForm-popup .signup__message p:last-child{font-size:1.125rem;padding-bottom:30px}.image-with-form__form-title *{padding:0;margin:0;font-size:inherit;line-height:inherit}.image-with-form{background:linear-gradient(0deg,#0067b1,#0c2157)}.image-with-form__container{max-width:1176px;margin:0 auto;padding:64px 24px;display:grid;grid-template-columns:minmax(1px,1fr);justify-items:center;gap:54px}@media (min-width:992px){.image-with-form__container{grid-template-columns:455px 1fr;gap:80px}}@media (min-width:1200px){.image-with-form__container{gap:120px}}.image-with-form__container>*{width:100%}.image-with-form__image{max-width:455px}.image-with-form__form-title{font-size:1.5rem;line-height:1.2;color:#fff;text-transform:uppercase;font-weight:800}@media (min-width:992px){.image-with-form__form-title{font-size:2rem}}.image-with-form__form-title *{color:currentColor;font-weight:inherit}.image-with-form__form{padding-top:40px}.image-with-form__form .pp-form{display:block;max-width:100%}.image-with-form__form .pp-form *{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;color:#fff}.image-with-form__form .pp-form__container{justify-content:flex-start}.image-with-form__form .pp-form__separator{display:none}.image-with-form__form .pp-form__title{margin:0;font-size:1.5rem;line-height:1.2;text-align:left}@media (min-width:992px){.image-with-form__form .pp-form__title{font-size:2rem}}.image-with-form__form .pp-form__description{margin:24px 0;font-size:1rem;line-height:1.5;text-align:left}@media (min-width:992px){.image-with-form__form .pp-form__description{margin-top:16px}}.image-with-form__form .pp-form .pp-short-text-field{margin-bottom:24px}@media (min-width:768px){.image-with-form__form .pp-form .pp-short-text-field{width:47%;display:inline-block;vertical-align:top}}@media (min-width:768px){.image-with-form__form .pp-form .pp-short-text-field:not(:nth-child(2n)){margin-left:6%}}.image-with-form__form .pp-form .pp-short-text-field--hidden{display:none}.image-with-form__form .pp-form .pp-field-head__header{margin-bottom:6px}.image-with-form__form .pp-form .pp-field-head__label{font-size:.75rem;line-height:1.5;font-weight:600}.image-with-form__form .pp-form .pp-select-field__control,.image-with-form__form .pp-form .pp-short-text-field__input{height:48px;padding:5px 20px;font-size:1rem;caret-color:#fff;background-color:rgba(18,18,18,.2);border:1px solid hsla(0,0%,100%,.6)!important;border-radius:24px!important}.image-with-form__form .pp-form .pp-select-field__control:focus,.image-with-form__form .pp-form .pp-select-field__control:focus-visible,.image-with-form__form .pp-form .pp-select-field__control:hover,.image-with-form__form .pp-form .pp-short-text-field__input:focus,.image-with-form__form .pp-form .pp-short-text-field__input:focus-visible,.image-with-form__form .pp-form .pp-short-text-field__input:hover{border-color:#fff!important}.image-with-form__form .pp-form .pp-select-field__control{margin:0!important}.image-with-form__form .pp-form .css-t3ipsp-control{box-shadow:inset 0 0 0 .7px #fff;border:none}.image-with-form__form .pp-form .pp-select-field__menu{margin:unset!important;font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif}.image-with-form__form .pp-form .pp-select-field__indicator{margin:0;border-top-color:#fff}.image-with-form__form .pp-form .pp-select-field__single-value{color:#fff!important}.image-with-form__form .pp-form .pp-checkbox-field,.image-with-form__form .pp-form .pp-lds-field{margin:0 0 16px}.image-with-form__form .pp-form .pp-checkbox-field__label,.image-with-form__form .pp-form .pp-lds-field__label{font-size:.75rem;line-height:1.5}.image-with-form__form .pp-form .pp-checkbox-field__label:before,.image-with-form__form .pp-form .pp-lds-field__label:before{width:14px;min-width:14px;height:14px;min-height:14px;margin-right:14px;border:1px solid #fff;border-radius:1px;opacity:.6;-webkit-transform:translateY(2px);transform:translateY(2px)}.image-with-form__form .pp-form .pp-checkbox-field__input[type=checkbox]:checked+.pp-checkbox-field__label:before{background-color:unset;border:1px solid #fff}.image-with-form__form .pp-form .pp-checkbox-field__input[type=checkbox]:checked+.pp-checkbox-field__label:after{height:7px;width:4px;top:3px;left:4px}.image-with-form__form .pp-form .pp-checkbox-field__input[type=checkbox]:focus+.pp-checkbox-field__label:before{box-shadow:unset}.image-with-form__form .pp-form .pp-checkbox-field__input[type=checkbox]:focus-visible+.pp-checkbox-field__label:before{box-shadow:unset;outline:1px dashed #fff;outline-offset:3px}.image-with-form__form .pp-form .pp-lds-field__input[type=checkbox]:checked+.pp-lds-field__label:before{background-color:unset;border:1px solid #fff}.image-with-form__form .pp-form .pp-lds-field__input[type=checkbox]:checked+.pp-lds-field__label:after{height:7px;width:4px;top:3px;left:4px}.image-with-form__form .pp-form .pp-lds-field__input[type=checkbox]:focus+.pp-lds-field__label:before{box-shadow:unset}.image-with-form__form .pp-form .pp-lds-field__input[type=checkbox]:focus-visible+.pp-lds-field__label:before{box-shadow:unset;outline:1px dashed #fff;outline-offset:3px}.image-with-form__form .pp-form .pp-rte__legal-button,.image-with-form__form .pp-form .pp-rte__link{text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:3px;font-weight:600}.image-with-form__form .pp-form .pp-rte__legal-button:focus,.image-with-form__form .pp-form .pp-rte__legal-button:focus-visible,.image-with-form__form .pp-form .pp-rte__legal-button:hover{outline-color:#fff}.image-with-form__form .pp-form .pp-error-message{font-size:.75rem;line-height:1.5}.image-with-form__form .pp-form .pp-tooltip__button svg{fill:#fff}.image-with-form__form .pp-form .pp-form__submit-button{margin:8px 0 0;padding:10px 36px;min-height:48px;font-size:.875rem;text-transform:uppercase;background-color:#de2928;border:2px solid #fff;border-radius:100px;transition:color .3s,background-color .3s;box-shadow:unset}.image-with-form__form .pp-form .pp-form__submit-button:focus,.image-with-form__form .pp-form .pp-form__submit-button:hover{background-color:#b71d1c}.image-with-form__form .pp-form .pp-form__submit-button:focus-visible{outline:1px dashed #fff;outline-offset:3px}.image-with-form__form .pp-form .pp-lds-field__description+.cds-btn{display:block;margin-top:-16px}.image-with-form__form .pp-form .cds-btn{position:relative;padding:4px 8px;border:1px solid #fff}.image-with-form__form .pp-form .cds-btn:hover{border:1px solid #fff}.image-with-form__form .pp-form .cds-btn:focus-visible{outline:1px dashed #fff;outline-offset:3px}.image-with-form__form .pp-form .cds-btn+.pp-lds-field__description-extend{margin-top:8px}.image-with-form__form .pp-form .pp-long-text-field{margin-bottom:16px}.image-with-form__form .pp-form .pp-long-text-field .pp-field-head__description{font-size:.75rem;line-height:1.5}.image-with-form__form--long-text-field-text-only .pp-form .pp-long-text-field .pp-field-head__header,.image-with-form__form--long-text-field-text-only .pp-form .pp-long-text-field textarea,.image-with-form__form--with-cms-title .pp-form__title{display:none}.image-with-form__form--long-text-field-text-only .pp-form .pp-long-text-field .pp-field-head__description{margin-bottom:0}.container{width:100%;max-width:1176px;margin:0 auto;padding-right:24px;padding-left:24px}.container .container{padding-right:unset;padding-left:unset}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:800;line-height:1.2;color:#183a6c;margin-top:0;margin-bottom:1em}.h2,h2{font-size:1.5rem;text-transform:uppercase}@media (min-width:992px){.h2,h2{font-size:2rem}}*{max-height:1000000px}html{box-sizing:border-box}html *{box-sizing:inherit}img{height:auto;max-width:100%}:focus:not(:focus-visible){outline:1px solid transparent}.section--blue{background-color:#183a6c}.section--blue-with-gradient{background:linear-gradient(180deg,#0c2157 0,#0067b1)}.section--black-with-gradient{background:linear-gradient(180deg,#2e2e2e 0,#0a0a0a)}.modal-is-open{overflow:hidden}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.test{display:flex;flex-wrap:wrap;align-items:center;padding:20px}.test--dark-theme{color:#fff;background-color:#0e2255}.visual-hidden{font-size:.01rem;text-indent:-9999em;position:absolute;left:-9999px}[dir=rtl] .visual-hidden{right:-9999px;left:auto}[dir=rtl] .sr-only{right:-10000px;left:auto}.grecaptcha-badge{bottom:57px!important;z-index:3}[dir=rtl] #teconsent{right:auto;left:0}.ltr{direction:ltr;unicode-bidi:embed}.no-scroll{overflow:hidden!important}.onetrust-ui-hidden #onetrust-consent-sdk{display:none!important}@font-face{font-family:Gotham;src:url(/static/GothamBookRegular-a563635d2c187f9399dce23d8f00d585.otf);font-display:swap;font-weight:400}@font-face{font-family:Gotham;src:url(/static/GothamMedium-a91fb97818db804fa2c6c8cdca92b5da.otf);font-display:swap;font-weight:600}@font-face{font-family:Gotham;src:url(/static/GothamBold-722c5f898bbca8b2eb3fce0287688326.otf);font-display:swap;font-weight:700}@font-face{font-family:Gotham;src:url(/static/GothamBlack-13c840dc081e6ab6565e27a467856fbb.otf);font-display:swap;font-weight:800}@font-face{font-family:Brandon Grotesque Bold;src:url(/static/BrandonGrotesqueBold-d8cfa7a9b9149615d4d98c4f59dbc12c.woff);font-display:swap;font-weight:700}@font-face{font-family:Brandon Grotesque Light Regular;src:url(/static/BrandonGrotesqueLightRegular-0b1173bbaa454dfabec9b5c2433b5b63.woff);font-display:swap;font-weight:400}@font-face{font-family:Scotch Display;src:local("Scotch Display SemiBold"),local("Scotch-Display-SemiBold"),url(/static/ScotchDisplay-SemiBold-62830e32803f638d06226645b83b4442.woff2) format("woffs"),url(/static/ScotchDisplay-SemiBold-4b419165fa4e4c3aa80cc11ce07cd016.woff) format("woff"),url(/static/ScotchDisplay-SemiBold-f1064a7b245d83ea3b425f8a5e97a861.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:icomoon;font-style:normal;font-weight:400;src:url(/static/icomoon-eac429c94ec7a00695e071b3c6f0a386.woff) format("woff");font-display:block}[class*=" icon--"],[class^=icon--]{font-family:icomoon,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;text-transform:none;speak:never;font-variant:normal}.icon--1:before{content:"\E933"}.icon--2:before{content:"\E934"}.icon--3:before{content:"\E935"}.icon--4:before{content:"\E936"}.icon--5:before{content:"\E937"}.icon--6:before{content:"\E938"}.icon--pause:before{content:"\E92C"}.icon--next:before{content:"\E92D"}.icon--prev:before{content:"\E92E"}.icon--arrow-down:before{content:"\E932"}.icon--facebook2:before{content:"\E92F"}.icon--marker:before{content:"\E930"}.icon--soaking:before{content:"\E926"}.icon--wash-by-hand:before{content:"\E927"}.icon--warning:before{content:"\E924"}.icon--quote:before{content:"\E923"}.icon--sparkling-shine:before{content:"\E921"}.icon--deep-clean:before{content:"\E922"}.icon--play:before{content:"\E91F"}.icon--cart:before{content:"\E920"}.icon--twitter:before{content:"\E900"}.icon--linkedin:before{content:"\E901"}.icon--instagram:before{content:"\E902"}.icon--facebook:before{content:"\E903"}.icon--search:before{content:"\E904"}.icon--save-water-6:before{content:"\E905"}.icon--save-water-5:before{content:"\E906"}.icon--save-water-4:before{content:"\E907"}.icon--save-water-3:before{content:"\E908"}.icon--save-water-2:before{content:"\E909"}.icon--save-water-1:before{content:"\E90A"}.icon--recycling:before{content:"\E90B"}.icon--protect:before{content:"\E90C"}.icon--profile:before{content:"\E90D"}.icon--plus:before{content:"\E90E"}.icon--minus:before{content:"\E90F"}.icon--menu:before{content:"\E910"}.icon--helpers:before{content:"\E911"}.icon--help:before{content:"\E912"}.icon--freshness-boosters:before{content:"\E913"}.icon--fragrance:before{content:"\E914"}.icon--download:before{content:"\E915"}.icon--direct-from-us:before{content:"\E916"}.icon--diamond-shine:before{content:"\E917"}.icon--close:before{content:"\E918"}.icon--chevron-left:before{content:"\E919"}.icon--chevron-down:before{content:"\E91A"}.icon--cleaning-heroes:before{content:"\E91B"}.icon--calendar:before{content:"\E91C"}.icon--chevron-up:before{content:"\E91D"}.icon--chevron-right:before{content:"\E91E"}.icon--ultimate-clean:before{content:"\E929"}.icon--email:before{content:"\E931"}.icon--check:before{content:"\E92B"}.icon--clean-and-shine:before{content:"\E92A"}.icon--eco-certified:before{content:"\E928"}.icon--youtube-play:before{content:"\E925"}.icon--thermometer:before{content:"\E939"}.icon--wwf:before{content:"\E93A"}.icon--drop:before{content:"\E93B"}.icon--union:before{content:"\E93C"}.icon--tiktok:before{content:"\E93D"}.icon--chevron-left-colored .path1:before{content:"\E93E"}.icon--chevron-left-colored .path2:before{content:"\E93F"}.icon--chevron-right-colored .path1:before{content:"\E940"}.icon--chevron-right-colored .path2:before{content:"\E941"}.icon--chevron-left-colored .path2:before,.icon--chevron-right-colored .path2:before{color:#183a6c;margin-left:-.5849609375em}.icon--support:before{content:"\E942"}.icon--wrapper-free:before{content:"\E944"}.icon--white-benefit:before{content:"\E943";color:#fff}.icon--tough-gease:before{content:"\E945"}.icon--cart-outline:before{content:"\E946"}.icon--monitor:before{content:"\E947"}.icon--three-euro:before{content:"\E948"}.icon--external-link:before{content:"\E931"}.icon--shopping-bag:before{content:"\E949"}.icon--special-1:before{content:"\E94A"}.icon--special-2:before{content:"\E94B"}.icon--special-3:before{content:"\E94C"}.icon--special-4:before{content:"\E94D"}.icon--special-5:before{content:"\E94E"}.icon--special-6:before{content:"\E94F"}.icon--special-7:before{content:"\E950"}.layout{display:flex;flex-direction:column;min-height:100vh}.layout .header{order:-1}.layout .sr-only-skip{font-weight:800;color:#121212;text-decoration:none;position:absolute;top:-120px;left:50%;z-index:999;display:block;padding:10px 30px;background-color:#fff;border-radius:28px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.layout .sr-only-skip:before{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;z-index:-1;display:none;border:1px dashed #fff;border-radius:28px;content:""}.layout .sr-only-skip:focus{top:20px;outline:1px solid transparent}.layout .sr-only-skip:focus:before{display:block}.layout main{position:relative}.scroll-to-buttons{position:fixed;bottom:24px;right:24px;z-index:3;display:flex;flex-direction:column}.scroll-to-buttons__btn{width:56px;height:46px;background:#0e2255;border:none;cursor:pointer}.scroll-to-buttons__btn:active,.scroll-to-buttons__btn:focus,.scroll-to-buttons__btn:hover{background:#183a6c;border:none;outline:none}.scroll-to-buttons__btn:active .icon,.scroll-to-buttons__btn:focus .icon,.scroll-to-buttons__btn:hover .icon{color:#fff}.scroll-to-buttons__btn .icon{font-size:1.5rem;color:#fff;margin:0}.scroll-to-buttons__top{border-radius:8px 8px 0 0}.scroll-to-buttons__top .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.scroll-to-buttons__bottom{border-radius:0 0 8px 8px}.scroll-to-buttons .btn--secondary.btn:active,.scroll-to-buttons .btn--secondary.btn:focus{--btn-active-outline:none;border:none}.mission-block__wrapper{width:100%;position:relative}.mission-block__bg-image{width:100%;height:890px}@media (min-width:1200px){.mission-block__bg-image{height:787px}}.mission-block__container{width:354px;position:absolute;top:47px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:0}@media (min-width:1200px){.mission-block__container{width:1110px;top:122px}}.mission-block__top-title{margin:0 0 40px;font-size:1.625rem;line-height:29px;color:#fff}@media (min-width:1200px){.mission-block__top-title{margin-bottom:64px}}.mission-block__main-title{margin-bottom:32px}.mission-block__main-title h3{font-size:1.625rem;line-height:32px;color:#fff;font-weight:600;font-style:italic;letter-spacing:0;word-spacing:0}@media (min-width:1200px){.mission-block__main-title{margin-bottom:56px}.mission-block__main-title h3{font-size:3.0625rem;line-height:55px;max-width:830px}}.mission-block__main-image{height:222px;z-index:2}@media (min-width:1200px){.mission-block__main-image{position:absolute!important;z-index:-1;top:132px;right:0;height:325px;width:555px}}.mission-block__sub-image-wrapper{display:relative;height:0}.mission-block__sub-image-wrapper .mission-block__sub-image-1{width:145px;height:145px;position:absolute;right:-50%;-webkit-transform:translateX(30%);transform:translateX(30%);top:-330px}@media (min-width:1200px){.mission-block__sub-image-wrapper .mission-block__sub-image-1{height:220px;width:220px;right:-65%;-webkit-transform:translateX(45%);transform:translateX(45%);top:-420px}}.mission-block__sub-image-wrapper .mission-block__sub-image-2{width:167px;height:167px;position:absolute;left:-50%;-webkit-transform:translateX(50%);transform:translateX(50%);top:-260px}@media (min-width:1200px){.mission-block__sub-image-wrapper .mission-block__sub-image-2{height:380px;width:380px;left:-140px;top:-365px;z-index:2}}.mission-block__description{margin-top:32px}.mission-block__description p{line-height:24px}.mission-block__description [data-rte] p,.mission-block__description p{font-size:1.0625rem;color:#fff;margin:0;letter-spacing:1.78px;font-weight:300}@media (min-width:1200px){.mission-block__description{max-width:490px;margin-top:0}}.save-water-header{display:flex;flex-direction:column-reverse;position:absolute;top:20px;width:354px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width:1200px){.save-water-header{flex-direction:row;align-items:center;top:40px;width:1110px;-webkit-transform:translateX(-52%);transform:translateX(-52%)}}@media (min-width:1600px){.save-water-header{-webkit-transform:translateX(-62%);transform:translateX(-62%)}}.save-water-header__logo-image{width:58px}@media (min-width:1200px){.save-water-header__logo-image{width:72px}}.save-water-header__logo-image:last-child{margin-bottom:42px}@media (min-width:1200px){.save-water-header__logo-image:last-child{margin-bottom:0;margin-left:65px}}.save-water-page-card__wrapper{position:relative;width:354px;border:2px solid hsla(0,0%,100%,.0784314);border-radius:12px;opacity:1;backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px);padding:50px 30px 30px;display:flex;justify-content:space-between;margin-bottom:52px;background:hsla(0,0%,100%,.15);text-decoration:none}@media (min-width:1200px){.save-water-page-card__wrapper{width:350px}}.save-water-page-card__text-wrapper{display:flex;flex-direction:column;justify-content:space-between}.save-water-page-card__title{font-size:1.125rem;color:#fff;max-width:150px}@media (min-width:1200px){.save-water-page-card__title{font-size:1rem;font-weight:600}}.save-water-page-card__link{font-size:.75rem;display:block;padding-bottom:7px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#74c5ff;text-decoration:none;border-bottom:1px solid #74c5ff}.save-water-page-card__image{max-width:128px;max-height:128px;border-radius:10px}.save-water-page-card__icon{position:absolute;top:-25px;background-color:#0067b1;width:45px;height:45px;border-radius:6px;display:flex;align-items:center;justify-content:center}.save-water-page-card__icon .icon-card{color:#fff}.save-water-page-card__icon .icon-card--large{font-size:1.5625rem}.save-water-banner__wrapper{min-height:1590px;width:100%;background:#082762;background:radial-gradient(circle at 100% 20%,#082762 15%,#05132f 35%);position:relative;overflow:hidden}@media (min-width:1200px){.save-water-banner__wrapper{min-height:960px;background:radial-gradient(circle,#082762 15%,#05132f 35%)}}.save-water-banner__image{height:414px;margin-top:88px;left:20%}@media (min-width:768px){.save-water-banner__image{height:580px;margin-top:81px}}@media (min-width:992px){.save-water-banner__image{height:657px;width:1041px;margin-top:81px}}@media (min-width:1600px){.save-water-banner__image{left:30%}}.save-water-banner__container{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:354px;top:183px;padding:0}@media (min-width:1200px){.save-water-banner__container{width:1110px;top:178px}}.save-water-banner__hex-title{font-size:.875rem;color:#fff;opacity:.6;font-weight:100;letter-spacing:5.95px}@media (min-width:992px){.save-water-banner__hex-title{font-size:1rem;opacity:1;font-weight:600;letter-spacing:2.4px;text-decoration:underline}}.save-water-banner__title{font-size:1.875rem;color:#fff;line-height:1.1;margin-top:14px}@media (min-width:1200px){.save-water-banner__title{font-size:3rem}}.save-water-banner__page-cards{margin-top:245px}@media (min-width:1200px){.save-water-banner__page-cards{margin-top:229px;display:flex;justify-content:space-between}}@media (min-width:1200px){.save-water-banner__text{margin-left:70px}}.pledge-counter{padding:32px;color:#fff;text-align:center;background:#183a6c;border-radius:8px}.pledge-counter,.pledge-counter__quantity{display:flex;flex-direction:column;align-items:center}.pledge-counter__quantity{margin-bottom:16px;font-size:1.5rem;font-weight:600;line-height:1.3}.pledge-counter__number{font-family:Lucida Console,Monaco,Courier New,monospace;font-size:2.3125rem;color:#fff}@media (min-width:992px){.pledge-counter__number{font-size:3.5rem}}.pledge-counter__button:disabled{background:#de2928;color:#fff;opacity:1;cursor:not-allowed;pointer-events:all}.pledge-counter__thank-you-msg{font-weight:600;color:#fff}.pledge-counter__thank-you-msg h3{line-height:1.5;color:#fff;margin:0}.pledge-counter__thank-you-cta{margin-top:24px}.pledge-counter__thank-you-cta a{color:#fff;white-space:nowrap}.pledge-counter__thank-you-cta a:focus,.pledge-counter__thank-you-cta a:hover{color:#fff}.pledge-counter__thank-you-cta a:focus{outline:1px dashed #fff}.pledge-counter__disclaimer{margin-top:24px}.divide-text-section{position:relative;width:100%}.divide-text-section__wrapper{position:absolute;width:354px;padding:30px 30px 43px;background-color:#fff;display:flex;flex-direction:column;top:-143px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1;box-shadow:8px 48px 114px rgba(138,148,158,.16862745098039217)}@media (min-width:1200px){.divide-text-section__wrapper{width:1110px;flex-direction:row;padding:34px 40px;align-items:center;border-radius:18px;top:-50px;justify-content:space-between}}.divide-text-section__left-text-section{font-size:1.25rem;font-weight:600;color:#183a6c;margin-bottom:30px;display:flex;justify-content:space-between}@media (min-width:1200px){.divide-text-section__left-text-section{margin:0;width:330px;border-right:1px solid #bec7d2}}.divide-text-section__left-text-section .left-section__icon{font-size:2.5rem;background-color:#0067b1;padding:12px;border-radius:8px;color:#fff}.divide-text-section__left-text-section .left-section__text{width:210px}@media (min-width:1200px){.divide-text-section__left-text-section .left-section__text{width:auto;margin:0 24px}}.divide-text-section__middle-text-section{color:#183a6c;margin-bottom:30px}@media (min-width:1200px){.divide-text-section__middle-text-section{margin:0;width:420px}}@media (min-width:1200px){.divide-text-section__right-section{width:204px}}.divide-text-section__right-section-text{font-size:1.25rem;color:#3888c2;text-align:center;font-weight:600}.divide-text-section--pledge-counter .divide-text-section__wrapper{padding:24px;overflow:hidden;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:8px}@media (min-width:1200px){.divide-text-section--pledge-counter .divide-text-section__wrapper{padding:0}}@media (min-width:1200px){.divide-text-section--pledge-counter .divide-text-section__left-text-section--holder{width:230px;margin-bottom:0;padding:32px 0 32px 24px}}.divide-text-section--pledge-counter .divide-text-section__left-text-section{font-size:1rem;line-height:1.5;font-weight:700;color:#0e2255;padding-bottom:20px;margin-bottom:20px;gap:20px;border-bottom:1px solid #d9d9d9}@media (min-width:1200px){.divide-text-section--pledge-counter .divide-text-section__left-text-section{width:204px;margin-bottom:0;padding:0 24px 0 0;flex-direction:column;justify-content:center;flex-shrink:0;align-items:center;border-bottom:none;border-right:1px solid #d9d9d9}}@media (min-width:1200px){.divide-text-section--pledge-counter .divide-text-section__left-text-section .left-section__icon{padding:23px;font-size:4.6875rem}}@media (min-width:1200px){.divide-text-section--pledge-counter .divide-text-section__left-text-section .left-section__text{margin:0;padding:0 5px;text-align:center}}.divide-text-section--pledge-counter .divide-text-section__middle-text-section{margin-bottom:20px;font-size:1.125rem;line-height:2pxrem;color:#0e2255;font-weight:400}@media (min-width:1200px){.divide-text-section--pledge-counter .divide-text-section__middle-text-section{margin:0;padding:0 24px;width:-webkit-max-content;width:max-content}}@media (min-width:1200px){.divide-text-section--pledge-counter .divide-text-section__right-section{width:368px;align-self:stretch}}.divide-text-section--pledge-counter .pledge-counter{min-height:256px;padding:0;align-items:normal;justify-content:space-between;overflow:hidden}@media (min-width:1200px){.divide-text-section--pledge-counter .pledge-counter{width:368px;height:100%;flex-shrink:0;border-radius:0}}.divide-text-section--pledge-counter .pledge-counter__quantity{margin-bottom:0;padding:32px 32px 16px;gap:16px;font-size:1rem;line-height:1.5rem}.divide-text-section--pledge-counter .pledge-counter__number{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:3rem;line-height:3.5rem;letter-spacing:-.24px}.divide-text-section--pledge-counter .pledge-counter__form{padding:16px 0 32px}.divide-text-section--pledge-counter .pledge-counter__button{width:100%;max-width:263px;padding:20px;font-size:1.25rem;line-height:1rem;border:2px solid #fff}.divide-text-section--pledge-counter .pledge-counter__thank-you{padding:16px 0 24px;border-radius:0 0 8px 0;background-color:#0e2255}.divide-text-section--pledge-counter .pledge-counter__thank-you-msg{max-width:163px;margin:0 auto;font-size:1rem;line-height:1.5rem;font-weight:400}.divide-text-section--pledge-counter .pledge-counter__thank-you-msg *{margin:0;padding:0;font-size:inherit;line-height:inherit;color:#fff}.divide-text-section--pledge-counter .pledge-counter__thank-you-msg h2,.divide-text-section--pledge-counter .pledge-counter__thank-you-msg h3,.divide-text-section--pledge-counter .pledge-counter__thank-you-msg p:first-child{font-size:1rem;line-height:1.5rem;font-weight:700;text-transform:uppercase}.divide-text-section--pledge-counter .pledge-counter__thank-you-cta{margin-top:24px}.divide-text-section--pledge-counter .pledge-counter__thank-you-cta a{color:#fff;white-space:nowrap}.divide-text-section--pledge-counter .pledge-counter__thank-you-cta a:focus,.divide-text-section--pledge-counter .pledge-counter__thank-you-cta a:hover{color:#fff}.divide-text-section--pledge-counter .pledge-counter__thank-you-cta a:focus{outline:1px dashed #fff}.divide-text-section--pledge-counter .pledge-counter__disclaimer{margin-top:24px}.search-content .product-card{width:100%}.search-content__hits{margin:64px 0}@media (min-width:768px){.search-content__hits{margin:96px 0}}.search-content__hits .block-carousel .slick-slide{padding-top:12px;padding-bottom:48px}.search-content__hits__result{font-size:1.125rem;line-height:1.77;color:#183a6c;min-height:32px;margin:64px 0 48px;word-break:break-all}@media (min-width:768px){.search-content__hits__result{margin:96px 0 72px}}.search-content__hits__result__quantity{font-weight:600;color:#183a6c;margin-right:5px}.search-content__hits__result__text{margin-right:5px}.search-content__hits__result__query{font-weight:600;color:#de2928}.search-content__hits__result-block{min-height:96px}.search-content__hits__result-block ais-highlight-0000000000{color:#de2928}@media (min-width:768px){.search-content__hits__result-block{min-height:224px}}@media (min-width:768px){.search-content__hits__result-block__text-hits{max-width:648px;margin:96px auto 54px}}.search-content__hits__result-block__text-hits__item{margin-top:64px}@media (min-width:768px){.search-content__hits__result-block__text-hits__item{margin-top:48px}}.search-content__hits__result-block__text-hits__item .btn{margin-bottom:16px}.search-content__hits__result-block__text-hits__item__title{font-size:1.25rem;font-weight:600;line-height:1.6;margin:0}.search-content__hits__result-block__text-hits__item__description{font-size:1rem;color:#5a6c87}.search-content__hits__result-block__text-hits__button{display:flex;justify-content:center;margin:48px 0 64px}@media (min-width:768px){.search-content__hits__result-block__text-hits__button{justify-content:flex-start;margin:64px 0 96px}}.breadcrumbs{--link-color:#fff;--separator-color:#fff;--hover-color:#fff}.breadcrumbs--theme-light{--link-color:#0067b1;--separator-color:#5a6c87;--hover-color:#003a65}.breadcrumbs--theme-gold{--link-color:#0a0a0a;--separator-color:#0a0a0a;--hover-color:#000}.breadcrumbs--theme-alternative-black{--link-color:#000;--separator-color:#000;--hover-color:#000}.breadcrumbs--theme-alternative-black.breadcrumbs ol{font-size:.75rem;margin-bottom:28px}.breadcrumbs--theme-alternative-black.breadcrumbs .breadcrumbs__separator{padding:0 7px}.breadcrumbs ol{font-size:.875rem;padding:0;list-style:none;font-weight:600;display:flex;flex-wrap:wrap;margin:0 0 15px}@media (min-width:992px){.breadcrumbs ol{font-size:.75rem}}.breadcrumbs ol.bg--blue{background-color:#003d6d;padding:0 6px}.breadcrumbs__item a{text-decoration:none}.breadcrumbs__item a:hover .breadcrumbs__name{color:var(--hover-color);text-decoration:underline}.breadcrumbs__item a:focus{outline:1px solid transparent}.breadcrumbs__item a:focus .breadcrumbs__name{border:1px dashed var(--link-color)}.breadcrumbs__item a:focus:not(.focus-visible) .breadcrumbs__name,.breadcrumbs__item a:focus:not(:focus-visible) .breadcrumbs__name,.breadcrumbs__name{border:1px dashed transparent}.breadcrumbs__name{color:var(--link-color);padding:3px 0;border-radius:4px}.breadcrumbs__separator{font-weight:400;color:var(--separator-color);padding:0 9px}.purpose-banner{--info-padding:64px 0 124px 0;--info-max-width:840px;--paragraph-width:100%;--paragraph--padding:185px;position:relative}@media (min-width:992px){.purpose-banner{--info-padding:184px 0 224px 0}}.purpose-banner--slim{--info-max-width:100%;--info-padding:64px 0 46px 0;--paragraph-width:552px;--paragraph--padding:0}@media (min-width:992px){.purpose-banner--slim{--info-padding:138px 0 96px 0}}.purpose-banner__background-img{top:0;right:0;bottom:0;left:0;z-index:-5;height:100%}.purpose-banner__background-img:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;background:rgba(0,0,0,.55);content:""}@media (min-width:992px){.purpose-banner__background-img:after{background:linear-gradient(90deg,rgba(0,0,0,.55) 50%,transparent)}}.purpose-banner__background-img.top--position img{-o-object-position:top!important;object-position:top!important}.purpose-banner__background--transparent:after{background:transparent}@media (min-width:992px){.purpose-banner__background--transparent:after{background:transparent}}.purpose-banner__box{padding-top:80%}@media (min-width:992px){.purpose-banner__box{padding-top:55%}}.purpose-banner__info{max-width:var(--info-max-width);padding:var(--info-padding)}.purpose-banner__description{color:#fff}@media (min-width:992px){.purpose-banner__description{font-size:1.25rem}}.purpose-banner__description h1{font-size:1.5625rem;color:inherit;margin-bottom:16px}@media (min-width:576px){.purpose-banner__description h1{font-size:2.5rem}}@media (min-width:992px){.purpose-banner__description h1{font-size:4rem;margin-bottom:32px}}.purpose-banner__description p{max-width:var(--paragraph-width)}@media (min-width:576px){.purpose-banner__description p{padding-right:var(--paragraph--padding)}}.purpose-banner__disclaimer{font-weight:400;color:#fff;padding:32px 25px;word-wrap:break-word;overflow-wrap:break-word;font-size:.75rem}@media (min-width:992px){.purpose-banner__disclaimer{padding:16px 0;background-color:transparent}}.purpose-banner__disclaimer *{font-size:inherit;font-weight:inherit;color:inherit}.purpose-banner__disclaimer a,.purpose-banner__disclaimer p a{font-weight:400;color:inherit}.purpose-banner__disclaimer a:active,.purpose-banner__disclaimer a:hover,.purpose-banner__disclaimer p a:active,.purpose-banner__disclaimer p a:hover{color:inherit}.purpose-banner__disclaimer a:focus,.purpose-banner__disclaimer p a:focus{color:inherit;outline:1px dashed #fff}.simple-banner{--height-desktop:400px;--bg-display:block;--padding-bottom:120px;position:relative;background:linear-gradient(180deg,#0c2157 0,#0067b1)}.simple-banner__with-image{--bg-display:none;--padding-bottom:220px;--height-desktop:560px}.simple-banner:after{position:absolute;right:0;bottom:0;display:var(--bg-display);width:262px;height:164px;background:linear-gradient(180deg,#fff 0,hsla(0,0%,100%,0));content:"";opacity:.25;-webkit-clip-path:polygon(100% 0,0 100%,100% 100%);clip-path:polygon(100% 0,0 100%,100% 100%)}@media (min-width:992px){.simple-banner:after{width:420px;height:263px}}.simple-banner__description{color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:96px 0 var(--padding-bottom)}@media (min-width:768px){.simple-banner__description{justify-content:center;min-height:var(--height-desktop);padding:96px 0 48px}}.simple-banner__description-text{font-size:1.25rem;color:#f0f4f8}@media (min-width:768px){.simple-banner__description-text{max-width:70%}}@media (min-width:992px){.simple-banner__description-text{max-width:50%}}.simple-banner__description-title{font-size:2.5rem;color:#fff;margin-bottom:16px;word-break:break-word}@media (min-width:768px){.simple-banner__description-title{max-width:80%}}@media (min-width:992px){.simple-banner__description-title{max-width:60%;margin-bottom:32px}}.simple-banner__description-title--extra-small-m{font-size:1.5rem}@media (min-width:480px){.simple-banner__description-title--extra-small-m{font-size:2.25rem}}@media (min-width:768px){.simple-banner__description-title--extra-small-m{font-size:2.75rem}}@media (min-width:992px){.simple-banner__description-title--extra-small{font-size:3.25rem}}.simple-banner__description-title--small-m{font-size:2rem}@media (min-width:480px){.simple-banner__description-title--small-m{font-size:2.625rem}}@media (min-width:768px){.simple-banner__description-title--small-m{font-size:3rem}}@media (min-width:992px){.simple-banner__description-title--small{font-size:3.5rem}}.simple-banner__description-title--medium-m{font-size:2.25rem}@media (min-width:480px){.simple-banner__description-title--medium-m{font-size:2.75rem}}@media (min-width:768px){.simple-banner__description-title--medium-m{font-size:3.25rem}}@media (min-width:992px){.simple-banner__description-title--medium{font-size:3.75rem}}.simple-banner__description-title--large-m{font-size:2.5rem}@media (min-width:992px){.simple-banner__description-title--large{font-size:4rem}}.simple-banner__description-title-bg--blue{background-color:#003d6d;padding:0 6px}.simple-banner__image{position:absolute;right:0;bottom:0;width:Min(360px,100%);height:220px;content:"";opacity:.8;-webkit-clip-path:polygon(100% 0,0 100%,100% 100%);clip-path:polygon(100% 0,0 100%,100% 100%);-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(hsla(0,0%,100%,0)));mask-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(hsla(0,0%,100%,0)))}@media (min-width:992px){.simple-banner__image{width:480px;height:298px}}@media (min-width:1200px){.simple-banner__image{width:800px;height:500px}}.simple-banner--ultimate{--padding-bottom:16px;--height-desktop:auto;--nav-height:64px;background:linear-gradient(116deg,#00439c,#052d63)}@media (min-width:992px){.simple-banner--ultimate{--nav-height:48px}}@media (min-width:768px){.simple-banner--ultimate .breadcrumbs ol{margin-bottom:32px}}.simple-banner--ultimate .simple-banner__grid{padding-top:calc(var(--nav-height) + 24px);padding-bottom:56px;display:flex;flex-direction:column;align-items:flex-start}@media (min-width:992px){.simple-banner--ultimate .simple-banner__grid{padding-top:calc(var(--nav-height) + 80px);padding-bottom:80px;flex-direction:row;justify-content:space-between}}@media (min-width:1200px){.simple-banner--ultimate .simple-banner__grid{padding-bottom:118px}}.simple-banner--ultimate .simple-banner__description{padding:0 0 16px}@media (min-width:768px){.simple-banner--ultimate .simple-banner__description{justify-content:center;padding:24px 0 32px}}@media (min-width:992px){.simple-banner--ultimate .simple-banner__description{padding:0;max-width:500px}}.simple-banner--ultimate .simple-banner__description-title{font-size:2rem;margin-bottom:16px;word-break:inherit}@media (min-width:768px){.simple-banner--ultimate .simple-banner__description-title{max-width:100%}}@media (min-width:992px){.simple-banner--ultimate .simple-banner__description-title{font-size:3rem;max-width:100%;margin-bottom:24px}}@media (min-width:1200px){.simple-banner--ultimate .simple-banner__description-title{font-size:4rem}}.simple-banner--ultimate .simple-banner__description-text{font-size:1.125rem;line-height:2rem;color:#fff;font-weight:300}@media (min-width:768px){.simple-banner--ultimate .simple-banner__description-text{max-width:100%}}@media (min-width:992px){.simple-banner--ultimate .simple-banner__description-text{font-size:1.25rem;line-height:1.875rem}}.simple-banner--ultimate .simple-banner__image{width:100%;max-width:327px;position:static;-webkit-clip-path:unset;clip-path:unset;-webkit-mask-image:none;mask-image:none;opacity:1;align-self:center}@media (min-width:768px){.simple-banner--ultimate .simple-banner__image{max-width:350px}}@media (min-width:992px){.simple-banner--ultimate .simple-banner__image{max-width:420px;height:350px;align-self:end}}@media (min-width:1200px){.simple-banner--ultimate .simple-banner__image{max-width:570px;height:350px}}@media (min-width:1400px){.simple-banner--ultimate .simple-banner__image{max-width:614px;height:350px}}.simple-banner--ultimate .simple-banner__image img{-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center right!important;object-position:center right!important}.simple-banner--game-day-recipe .simple-banner__description-title--large-m{font-family:Gotham,Arial,Helvetica,sans-serif;font-weight:900;letter-spacing:.02em;text-align:left}@media (min-width:992px){.simple-banner--game-day-recipe .simple-banner__description-title--large-m{font-size:3.8125rem;line-height:3.64938rem;margin-bottom:42px}}.simple-banner--game-day-recipe .simple-banner__description-text p{font-family:Gotham,Arial,Helvetica,sans-serif;font-weight:400}@media (min-width:992px){.simple-banner--game-day-recipe .simple-banner__description-text p{font-size:1rem;line-height:.95688rem}}.lds-description{padding:64px 0}@media (min-width:992px){.lds-description{padding:96px 0}}.lds-description .otnotice-menu-mobile{display:none}.product-cards-list{--template-columns:repeat(auto-fit,264px);margin-top:32px;margin-bottom:64px}@media (min-width:768px){.product-cards-list{margin-bottom:96px}}.product-cards-list--bundles-theme{--template-columns:repeat(auto-fit,360px)}.product-cards-list__quantity-and-sorting{display:flex;flex-direction:column;align-items:center;margin-bottom:40px}@media (min-width:576px){.product-cards-list__quantity-and-sorting{display:block;margin-bottom:64px}}.product-cards-list__quantity-and-sorting .table-dropdown{max-width:175px;margin-top:24px}@media (min-width:576px){.product-cards-list__quantity-and-sorting .table-dropdown{display:none}}.product-cards-list__no-items-text{font-weight:400;color:#0e2255}.product-cards-list__grid{margin:0;padding:0;list-style:none;display:grid;justify-content:center;gap:78px;grid-template-columns:Min(1fr,360px)}@media (min-width:480px){.product-cards-list__grid{grid-template-columns:var(--template-columns)}}@media (min-width:992px){.product-cards-list__grid{gap:78px 24px}}.product-cards-list__more{display:flex;justify-content:center;padding-top:68px}@media (min-width:992px){.product-cards-list__more{padding-top:84px}}.product-cards-list__showing{color:#0e2255;text-align:center}@media (min-width:576px){.product-cards-list__showing{text-align:start}}.product-cards-list__showing span{font-weight:600}.product-cards-list .product-card{height:100%}.filter-sort{margin-bottom:32px}@media (min-width:992px){.filter-sort{display:flex;justify-content:space-between}}.filter-sort.no-filters .container{display:flex;justify-content:flex-end}.filter-sort .table-dropdown{display:none}@media (min-width:576px){.filter-sort .table-dropdown{display:block;max-width:175px}}.filter-sort__flex{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width:576px){.filter-sort__flex{flex-direction:column;align-items:flex-start}}.filter-sort .filter{display:flex;flex-direction:column;margin-top:32px}@media (min-width:576px){.filter-sort .filter{display:block}}.filter-sort .filters-clear{font-size:.75rem;min-height:18px;margin-top:16px;padding:4px 15px}.filter-sort .filters-toggle-button{font-size:.875rem;font-weight:600!important}@media (min-width:577px){.filter-sort .filters-toggle-button{margin-bottom:0}}.filter-sort .filters{display:flex;flex-direction:column;align-self:start}@media (min-width:769px){.filter-sort .filters{flex-direction:unset}}.filter-sort .filters__item{display:flex;flex-direction:column;max-width:100%;min-width:0;margin:0 0 24px;padding:0;border:0}@media (min-width:769px){.filter-sort .filters__item{max-width:50%;margin-bottom:0;-webkit-margin-end:12px;margin-inline-end:12px}}.filter-sort .filters__item__category{font-size:.75rem;font-weight:600;color:#183a6c;text-transform:uppercase;margin-bottom:16px}.filter-sort .filters__item__attributes{margin:0;padding:0;list-style:none;display:grid;gap:10px;grid-template-columns:repeat(1,300px)}@media (min-width:481px){.filter-sort .filters__item__attributes{grid-template-columns:repeat(2,192px)}}.filter-sort .filters__item__attributes__checkbox-wrapper{position:relative}.filter-sort .filters__item__attributes__item{position:relative;display:block;align-items:center;width:100%;cursor:pointer;border:1px dashed transparent;-webkit-user-select:none;user-select:none;-webkit-padding-start:28px;padding-inline-start:28px}.filter-sort .filters__item__attributes__item--disabled{pointer-events:none}.filter-sort .filters__item__attributes__item__title{font-size:.875rem}.filter-sort .filters__item__attributes__item .checkmark{position:absolute;top:4px;left:0;width:16px;height:16px;border:1px solid rgba(24,58,108,.3);border-radius:3px}[dir=rtl] .filter-sort .filters__item__attributes__item .checkmark{right:0;left:auto}.filter-sort .filters__item__attributes__item .checkmark:hover{border:1px solid #183a6c}.filter-sort .filters__item__attributes__item--disabled>.checkmark{background:#e2e2e2;border:none}.filter-sort .filters__item__attributes__item--disabled>input:checked~.checkmark{background:#e2e2e2!important}.filter-sort .filters__item__attributes__item .checkmark:after{position:absolute;top:0;left:5px;display:none;width:3px;height:10px;border:solid #fff;border-width:0 2px 2px 0;content:"";-webkit-transform:rotate(35deg);transform:rotate(35deg)}.filter-sort .filters__item__attributes input{position:absolute;width:0;height:0;cursor:pointer;opacity:0}.filter-sort .filters__item__attributes input:checked~label>.checkmark{background:#0067b1;border:1px solid #fff}.filter-sort .filters__item__attributes input:checked~label>.checkmark:after{display:block}.filter-sort .filters__item__attributes input:focus~label{outline:1px dashed #0067b1;outline-offset:2px}.filter-sort .filters__count{font-size:.875rem;font-weight:600;color:#0067b1}.table-dropdown{font-size:.875rem;color:#0067b1;position:relative;width:100%}.table-dropdown__title{text-transform:none;width:100%;border-radius:24px}.table-dropdown__title:before{border-radius:inherit}@media (max-width:992px){.table-dropdown__title{font-size:.75rem;padding:8px 16px}}.table-dropdown__title:hover{border-color:#0067b1}.table-dropdown__list{position:absolute;right:0;left:0;z-index:10;display:none;overflow:hidden;background-color:#fff;border:1px solid #0067b1;border-top:none;border-bottom-right-radius:24px;border-bottom-left-radius:24px}.table-dropdown__list ul{margin:0;padding:0;list-style:none}.table-dropdown__item>.table-dropdown__button{text-transform:none;width:100%;padding:12px 24px}@media (max-width:992px){.table-dropdown__item>.table-dropdown__button{font-size:.75rem;padding:8px 16px}}.table-dropdown__item--disabled .table-dropdown__button{background:#f0f4f8}.table-dropdown__item:last-child .table-dropdown__button{border-bottom-right-radius:24px;border-bottom-left-radius:24px}.table-dropdown--open .table-dropdown__list{display:block}.table-dropdown--open .table-dropdown__title{border-color:#0067b1 #0067b1 rgba(24,58,108,.3);border-bottom-right-radius:0;border-bottom-left-radius:0}.table-dropdown button{font-weight:400;color:#183a6c;display:flex;justify-content:space-between;padding:0 19px}.table-dropdown button .btn__inner{font-size:.75rem;text-align:start}.table-dropdown .icon{font-size:.5rem}.sitemap a{text-align:left}.sitemap__category__title.btn--link{font-size:.75rem;font-weight:800;color:#183a6c;text-transform:uppercase;margin-bottom:23px}.sitemap__category__title.btn--link:hover{text-decoration:underline;-webkit-text-decoration-color:#2b61b1;text-decoration-color:#2b61b1;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-underline-offset:2px}.sitemap__category__title.btn--link.single{margin-bottom:0}.sitemap__category-list{margin:0;list-style:none;padding:64px 0}@media (min-width:768px){.sitemap__category-list{display:grid;padding:96px 0;gap:20px 50px;grid-template-columns:1fr 1fr}}@media (min-width:992px){.sitemap__category-list{padding:73px 0;gap:20px 100px;grid-template-columns:1fr 1fr 1fr}}.sitemap__category-list ul{padding:0;list-style:inherit}.sitemap__category-list ul ul{-webkit-padding-start:24px;padding-inline-start:24px}.sitemap__category-list__item{padding-bottom:64px}.sitemap .subcategory__item{color:#0067b1;padding-bottom:32px}.sitemap .subcategory__item:last-of-type{padding-bottom:0}.sitemap .subcategory__item .btn{font-weight:600;text-transform:none}.sitemap .subcategory__item a{font-weight:600;color:#0067b1;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px}.sitemap .subcategory__item a:hover{-webkit-text-decoration-color:#7aaed4;text-decoration-color:#7aaed4;-webkit-text-decoration-style:solid;text-decoration-style:solid}.sitemap .subcategory__item .subsubcategory__item,.sitemap .subcategory__item .subsubsubcategory__item{padding-top:18px}.sitemap .subcategory__item .subsubcategory__subtitle,.sitemap .subcategory__item .subsubsubcategory__subtitle{font-size:.875rem}.sitemap .subcategory__item .subsubsubcategory__subtitle{font-size:.75rem}.sitemap .subcategory__subtitle{font-size:1rem}.article-image-block{margin-top:64px;margin-bottom:64px}@media (min-width:768px){.article-image-block{margin-top:96px;margin-bottom:96px}}.article-image-block__image{height:221px}@media (min-width:480px){.article-image-block__image{height:300px}}@media (min-width:576px){.article-image-block__image{height:320px}}@media (min-width:768px){.article-image-block__image{height:417px}}.article-image-block__text{font-size:.75rem;font-weight:400;color:#5a6c87;margin-top:16px}.video{margin-top:64px;margin-bottom:64px}@media (min-width:768px){.video{margin-top:96px;margin-bottom:96px}}.video--defend div.video{margin:40px auto;max-width:1126px}@media (min-width:768px){.video--defend div.video{margin:60px auto}}@media (min-width:992px){.video--defend div.video{margin:96px auto}}.video--defend div.video .embed-responsive{border-radius:8px;background-color:rgba(0,0,0,.160784)}.video--defend div.video .video__play-icon .icon--play{width:-webkit-max-content;width:max-content;height:-webkit-max-content;height:max-content;padding-left:0;font-size:2.625rem;color:#de2a28;background-color:transparent;border:none;border-radius:unset}@media (min-width:576px){.video--defend div.video .video__play-icon .icon--play{font-size:3.25rem}}@media (min-width:768px){.video--defend div.video .video__play-icon .icon--play{font-size:3.75rem}}@media (min-width:992px){.video--defend div.video .video__play-icon .icon--play{font-size:5rem}}@media (min-width:1400px){.video--defend div.video .video__play-icon .icon--play{font-size:7.375rem}}.video--defend div.video .video__play-icon .icon--play:before{content:"\E925"}.video video .embed-responsive{overflow:hidden;border-radius:4px}.video__preview .gatsby-image-wrapper{z-index:1}.video__play-icon,.video__time-wrapper{position:absolute;z-index:2}.video__time-wrapper{font-size:.75rem;font-weight:800;color:#fff;right:0;bottom:10px;background-color:#de2928}@media (min-width:992px){.video__time-wrapper{bottom:16px}}.video__time-background{position:relative;padding:4px 16px 4px 10px}.video__time-background:before{position:absolute;top:0;bottom:0;left:-3px;z-index:1;width:18px;height:100%;background-color:#de2928;border-radius:4px 0 0 3px;content:"";-webkit-transform:translate(-50%) skew(-25deg);transform:translate(-50%) skew(-25deg)}.video__time{z-index:2}.video__play-icon{color:#fff;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.video__play-icon:active,.video__play-icon:focus,.video__play-icon:hover{color:#fff;background-color:rgba(96,96,96,.2)}.video__play-icon:active .icon,.video__play-icon:focus .icon,.video__play-icon:hover .icon{color:#fff;z-index:3;background-color:#606060}.video__play-icon:active:active .icon,.video__play-icon:active:focus .icon,.video__play-icon:focus:active .icon,.video__play-icon:focus:focus .icon,.video__play-icon:hover:active .icon,.video__play-icon:hover:focus .icon{outline:1px dashed #fff;outline-offset:5px}.video__play-icon .icon{font-size:1.375rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:32px;height:32px;padding-left:4px;background-color:#5a6c87;border:2px solid #fff;border-radius:100%}@media (min-width:992px){.video__play-icon .icon{width:48px;height:48px}}.video__description{font-size:.875rem;font-weight:600;line-height:1.7;color:#183a6c;margin-top:17px}[class*="--dark-theme"] .video__description{color:#fff}.video--jet-dry{padding:0;max-width:100%;background:#0a1f5b}@media (min-width:768px){.video--jet-dry{padding-bottom:70px}}.video--jet-dry .video{width:100%;max-width:1176px;margin:0 auto}.video--jet-dry .video .video__play-icon .icon{width:86px;height:86px;font-size:2.375rem;color:#fff;background-color:#121212;border:none;opacity:.6}@media (min-width:992px){.video--jet-dry .video .video__play-icon .icon{width:227px;height:227px;font-size:4.375rem}}.save-water-card__wrapper{position:relative;border-radius:25px;margin-bottom:50px;background:transparent linear-gradient(180deg,#082762,#020814) 0 0 no-repeat padding-box;box-shadow:8px 48px 99px rgba(0,0,0,.1607843137254902)}@media (min-width:1200px){.save-water-card__wrapper{margin-bottom:0;width:544px;display:flex}}.save-water-card__wrapper:first-child{margin-bottom:73px}@media (min-width:1200px){.save-water-card__wrapper:first-child{margin-bottom:0}}.save-water-card__subtitle{font-size:1.125rem;font-weight:600;position:absolute;top:-23px;left:30px;padding:12px;background-color:#0067b1;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:6px}.save-water-card__title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:15px}.save-water-card__text{color:#fff;font-weight:400}.save-water-card__text-block{position:relative;padding:68px 30px}@media (min-width:1200px){.save-water-card__text-block{width:306px}}.save-water-card__image{height:250px;border-radius:20px}@media (min-width:1200px){.save-water-card__image{width:244px;height:auto}}.save-water-card__link--placeholder,.save-water-card__link.btn{position:absolute;bottom:24px;padding-bottom:6px;font-size:.75rem;line-height:16px;font-weight:600;text-transform:uppercase;color:#fff;border-bottom:1px solid #fff}@media (min-width:992px){.save-water-card__link--placeholder,.save-water-card__link.btn{bottom:32px}}.save-water-card__link--placeholder .btn__inner,.save-water-card__link.btn .btn__inner{color:#fff}.save-water-card__link--placeholder:hover .btn__inner,.save-water-card__link.btn:hover .btn__inner{color:#fff;text-decoration:none;-webkit-text-decoration-style:none;text-decoration-style:none;text-underline-offset:unset}.video--holiday-video.campaign-page__video{padding:0}.video--holiday-video.campaign-page__video .video{max-width:1176px;margin:0}@media (min-width:992px){.video--holiday-video.campaign-page__video .video{margin:auto}}.video--holiday-video.campaign-page__video.gameday-video,.video--holiday-video.campaign-page__video.gameday-video .video{max-width:1280px}.campaign-page__main-column .video--equity-video{padding:0}.campaign-page__main-column .video--equity-video .video{margin:0;width:100%;max-width:100%}.campaign-page__main-column .video--equity-video.hide-play-btn .video__play-icon .icon{display:none}.product-overview{margin:64px 0}@media (min-width:992px){.product-overview{margin:96px 0}}.product-overview__grid{max-width:744px;margin:0 auto}.product-overview__title{font-size:1rem;margin-bottom:24px}.product-overview__description{font-size:1.125rem;line-height:1.77}.anchor-menu{position:relative;background:#f0f4f8}.anchor-menu--dark{background-color:#dfe6eb}.anchor-menu:after,.anchor-menu:before{position:absolute;top:0;bottom:0;left:0;width:24px;background:linear-gradient(90deg,#f0f4f8 0,rgba(240,244,248,0));content:""}.anchor-menu:after{right:0;left:auto;background:linear-gradient(270deg,#f0f4f8 0,rgba(240,244,248,0))}.anchor-menu__flex{display:flex;justify-content:center;margin-right:-24px;margin-left:-24px}.anchor-menu__flex-center{display:flex;align-items:center;padding:16px 24px;overflow-x:auto}.anchor-menu__list{margin:0;padding:0;list-style:none;font-size:.75rem;white-space:nowrap}.anchor-menu__list li{display:inline-block;-webkit-padding-start:10px;padding-inline-start:10px}@media (min-width:992px){.anchor-menu__list li{-webkit-padding-start:16px;padding-inline-start:16px}}.anchor-menu__list a{color:#183a6c;cursor:pointer}.anchor-menu__list a.active,.anchor-menu__list a:hover{color:#0067b1;text-decoration:underline}.anchor-menu__title{font-size:.75rem;font-weight:600;color:#606060;text-transform:uppercase;flex-shrink:0;white-space:nowrap}.anchor-menu__description{font-size:1.125rem}.h1,.h2,.h3,.h4,.h5,.h6,.section__intro-title,h1,h2,h3,h4,h5,h6{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:800;line-height:1.2;color:#183a6c;margin-top:0;margin-bottom:1em}.h2,.section__intro-title,h2{font-size:1.5rem;text-transform:uppercase}@media (min-width:992px){.h2,.section__intro-title,h2{font-size:2rem}}.section{--container-padding-m:64px 0;--container-padding:96px 0;--bg-color:#fff;--color:#5a6c87;--heading-color:#183a6c;--image-order:initial;color:var(--color);margin:var(--container-padding-m);background:var(--bg-color)}.section--image-left{--image-order:-1}@media (min-width:992px){.section{margin:var(--container-padding)}}.section--bg-black-squeeze,.section--bg-blue,.section--bg-gray,.section--bg-grey{margin:0;padding:var(--container-padding-m)}@media (min-width:992px){.section--bg-black-squeeze,.section--bg-blue,.section--bg-gray,.section--bg-grey{padding:var(--container-padding)}}.section--bg-gray,.section--bg-grey{background:#f0f4f8}.section--bg-blue{--bg-color:#183a6c;--color:#fff;--heading-color:#fff}.section--bg-transparent{--bg-color:transparent}.section--bg-black-squeeze{background:#e7eff6}.section--bg-navy{--bg-color:#0e2255;--color:#fff;--heading-color:#fff}.section--bg-primary-grey{--bg-color:#f0f4f8;--color:#0e2255}.section--bg-blue-gradient{background:linear-gradient(180deg,#0c2157 0,#0067b1)}.section--bg-dark-blue-gradient{background:linear-gradient(180deg,#11284c,#183a6c 30%)}.section--bg-blue{background:#0067b1}.section--bg-dark-blue{background:#183a6c}.section--bg-gradient-dark-blue{margin:0;--bg-color:linear-gradient(180deg,#121212,#183a6c);--color:#fff;--heading-color:#fff}.section--bg-gradient-darken-blue{margin:0;--bg-color:linear-gradient(180deg,#0a182c,#183a6c);--color:#fff;--heading-color:#fff}.section--bg-congress-blue-gradient{margin:0;--bg-color:linear-gradient(180deg,#0c2157 0%,#064187);--color:#fff;--heading-color:#fff}.section--bg-congress-brightblue-gradient{margin:0;--bg-color:linear-gradient(180deg,#064187 0%,#0067b1);--color:#fff;--heading-color:#fff}.section__intro{text-align:center;max-width:697px;margin:0 auto 54px}.section__intro-title,.section__intro .section__intro-title,.section__intro h2{color:var(--heading-color)}.section--bg-blue+.section--bg-blue,.section--bg-grey+.section--bg-grey{padding-top:0!important}.section--bg-white+.section--bg-white{margin-top:0!important;padding-top:0!important}.section--bg-grey-gold{--bg-color:#beb195}.section--bg-dark-grey{--bg-color:#747474}.block-carousel{margin-right:-12px;margin-left:-12px}.block-carousel .slick-arrow{position:absolute;right:12px;bottom:0;width:32px;height:32px;min-height:32px;margin-right:1px;padding:0}@media (min-width:992px){.block-carousel .slick-arrow{width:48px;height:48px;min-height:48px}}.block-carousel .slick-arrow.slick-disabled{pointer-events:none}.block-carousel .slick-arrow.slick-prev{right:56px}@media (min-width:992px){.block-carousel .slick-arrow.slick-prev{right:72px}}.block-carousel .slick-arrow .icon{font-size:.75rem}@media (min-width:768px){.block-carousel .slick-arrow .icon{font-size:.875rem}}.block-carousel .slick-dots{font-size:0;line-height:0;position:relative;z-index:1;display:flex!important;align-items:center;height:32px;margin-top:24px;margin-right:112px;margin-left:12px;padding:0;list-style:none;pointer-events:none}.block-carousel .slick-dots:before{position:absolute;top:50%;right:0;left:0;z-index:-1;height:2px;margin-top:-1px;background:#8c8c8c;border-radius:2px;content:""}@media (min-width:992px){.block-carousel .slick-dots{height:48px;margin:0 132px 0 0}}.block-carousel .slick-dots li{position:relative;flex-grow:1}.block-carousel .slick-dots .slick-active .btn--icon{opacity:1}.block-carousel .slick-dots .btn--icon{width:100%;height:4px;background:#0067b1;border-radius:2px;opacity:0}[class*="--dark-theme"] .block-carousel .slick-dots .btn--icon{background:#fff}.block-carousel .slick-dots .btn--icon:focus{outline:none}.block-carousel .slick-dots .btn--icon:hover{opacity:1}.block-carousel .slick-track{justify-content:stretch}.block-carousel .slick-slide{height:auto;padding:10px 12px}.block-carousel .slick-slide>div{display:flex;width:100%;height:100%}.description-link-video-section>.container{max-width:793px}.description-link-video-section--align-video-left>.container{max-width:1176px}.description-link-video-section--align-video-left{padding:48px 0 60px}@media (min-width:992px){.description-link-video-section--align-video-left{padding-bottom:72px}}.description-link-video-section--align-video-left .section__intro{text-align:left;max-width:680px;margin:0 0 24px}@media (min-width:992px){.description-link-video-section--align-video-left .section__intro{margin-bottom:48px}}.description-link-video-section--align-video-left .section__intro>*{font-size:1.375rem}@media (min-width:992px){.description-link-video-section--align-video-left .section__intro>*{font-size:2rem}}.description-link-video-section--align-video-left .video{max-width:760px}.description-link-video-section--align-video-left .video .embed-responsive{border-radius:8px}.description-link-video-section--align-video-left .video__play-icon .icon{color:#0e2255;width:72px;height:72px;background-color:#fff;border:none;opacity:.8;font-size:1.75rem}@media (min-width:992px){.description-link-video-section--align-video-left .video__play-icon .icon{width:146px;height:146px;font-size:3.125rem}}.description-link-video-section .btn.btn--secondary-link{font-size:.75rem;padding-top:24px}.description-link-video-section__description-wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:48px}.description-link-video-section .video{margin:0;padding:0}.description-link-video-section .video__description{font-size:1rem}.description-link-video-section .text-red--underline{color:#de2928;border-bottom:3px solid #de2928}.description-link-video-section--horizontal{--padding:36px;--padding-desktop:100px;margin:0;padding:var(--padding) 0}@media (min-width:992px){.description-link-video-section--horizontal{padding:var(--padding-desktop) 0}}.description-link-video-section--horizontal>.container{display:flex;flex-direction:column;align-items:center;max-width:1176px}@media (min-width:992px){.description-link-video-section--horizontal>.container{flex-direction:row;align-items:center;-webkit-column-gap:30px;column-gap:30px}}.description-link-video-section--horizontal .section__intro{font-size:1.5rem;font-weight:800;line-height:2.25rem;text-transform:uppercase;margin-bottom:20px}@media (min-width:992px){.description-link-video-section--horizontal .section__intro{font-size:2rem;line-height:3.125rem;text-align:left;max-width:457px;margin-bottom:-10px}}.description-link-video-section--horizontal .video{margin:0;padding:0}.description-link-video-section--horizontal .video .video__play-icon .icon{width:60px;height:60px;background-color:rgba(90,108,135,.6);border:none}@media (min-width:992px){.description-link-video-section--horizontal-reversed>.container{flex-direction:row-reverse}}.description-link-video-section--intro-with-button>.container{gap:40px}@media (min-width:992px){.description-link-video-section--intro-with-button>.container{gap:40px}}.description-link-video-section--intro-with-button .description-link-video-section__description-wrapper{flex-shrink:0;margin:0;gap:40px}@media (min-width:992px){.description-link-video-section--intro-with-button .description-link-video-section__description-wrapper{align-items:flex-start;gap:32px}}.description-link-video-section--intro-with-button .description-link-video-section__description-wrapper .btn{color:#fff;width:100%;max-width:327px;padding:16px 36px;background:#183a6c;border-radius:30px}.description-link-video-section--intro-with-button .description-link-video-section__description-wrapper .btn:hover .btn__inner{color:#fff}@media (min-width:992px){.description-link-video-section--intro-with-button .description-link-video-section__description-wrapper .btn{width:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}}.description-link-video-section--intro-with-button .description-link-video-section__description-wrapper .icon--chevron-right:before{color:#fff}.description-link-video-section--ultimate{padding:64px 0}.description-link-video-section--ultimate>.container{gap:40px}@media (min-width:992px){.description-link-video-section--ultimate>.container{justify-content:space-between;gap:40px}}@media (min-width:768px){.description-link-video-section--ultimate>.container .container{max-width:548px;margin:0}}@media (min-width:992px){.description-link-video-section--ultimate{padding:96px 0}}.description-link-video-section--ultimate .section__intro{font-weight:800;line-height:1.75rem;color:#0e2255;text-align:left;text-transform:none;margin-bottom:0;font-size:1.5rem}@media (min-width:992px){.description-link-video-section--ultimate .section__intro{font-size:2rem;line-height:2.5625rem;max-width:451px}}.description-link-video-section--ultimate .video .embed-responsive{border-radius:8px}.description-link-video-section--fullwidth{padding-bottom:100px}@media (min-width:768px){.description-link-video-section--fullwidth>.container{max-width:82%}}.description-link-video-section--fullwidth>.container .video{max-width:100%;margin-top:40px;margin-bottom:64px;margin-left:0}.description-link-video-section--fullwidth .section__intro{max-width:100%}.description-link-video-section--promotii{--padding-desktop:60px}.description-link-video-section--promotii .section__intro{text-align:left;margin-bottom:0}@media (min-width:992px){.description-link-video-section--promotii .section__intro{max-width:410px}}.description-link-video-section--promotii .section__intro h2{font-size:2rem;color:#0a1f5b}@media (min-width:992px){.description-link-video-section--promotii .section__intro h2{font-size:2.5rem}}.description-link-video-section--promotii .video{overflow:hidden;border-radius:8px}@media (max-width:992px){.description-link-video-section--promotii .video{margin-top:30px!important;margin-bottom:40px!important}}.thanksgiving-banner__title *{padding:0;margin:0;font-size:inherit;line-height:inherit}.thanksgiving-banner__background{position:absolute;top:0;left:0;right:0;bottom:0}.thanksgiving-banner{position:relative}.thanksgiving-banner__container{position:relative;z-index:1;max-width:1714px;margin:0 auto;padding:56px 24px}@media (min-width:992px){.thanksgiving-banner__container{display:flex;align-items:flex-end;padding-top:92px;padding-bottom:48px}}@media (min-width:992px){.thanksgiving-banner__content{max-width:60%}}.thanksgiving-banner__title{background-clip:text;background-color:#aa903c;background-image:linear-gradient(99deg,#9a8540 3.2%,#f9f2cc 29.12%,#a29057 57.15%,#d6c9a2 71.54%);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;font-size:1.875rem;line-height:2rem;font-weight:800;margin-bottom:12px}@media (min-width:992px){.thanksgiving-banner__title{font-size:2.625rem;line-height:2.875rem;margin-bottom:16px}}@media (min-width:1200px){.thanksgiving-banner__title{font-size:3.9375rem;line-height:4.6875rem;margin-bottom:46px}}.thanksgiving-banner__description{font-size:1.25rem;line-height:1.625rem;color:#fff}@media (min-width:992px){.thanksgiving-banner__description{font-size:1.875rem;line-height:2.875rem}}.thanksgiving-banner__image{width:325px;margin-left:auto;margin-right:auto}@media (min-width:992px){.thanksgiving-banner__image{width:40%}}.thanksgiving-banner__row{display:flex;align-items:center;padding-top:14px}@media (min-width:992px){.thanksgiving-banner__row{padding-left:50px}}.thanksgiving-banner__icon{width:360px;margin-left:104px}.thanksgiving-banner .btn{margin-left:auto;margin-right:auto;margin-bottom:20px}@media (min-width:992px){.thanksgiving-banner .btn{margin-left:0;margin-right:0;margin-bottom:0}}.text-section--text-center-top-blue-bold-uppercase-shadow .text-section__description *{padding:0;margin:0;font-size:inherit;line-height:inherit}.text-section{--font-size:1rem;--line-height:1.5}.text-section .container{max-width:793px}.text-section--water-day{margin:0}.text-section--water-day .container{max-width:1176px;padding:20px 24px}.text-section--is-intro{--font-size:1.125rem;--line-height:1.7}.text-section--text-center-top-blue-shadow{position:relative;margin:0;padding:24px 0 40px;box-shadow:0 -5px 10px #2a91dc}.text-section--text-center-top-blue-shadow .text-section__description{text-align:center}.text-section--text-center-top-blue-shadow .text-section__description p:first-child{margin-bottom:4px}.text-section--text-center-top-blue-bold-uppercase-shadow{position:relative;margin:0;padding:40px 0;box-shadow:0 -5px 10px #2a91dc}.text-section--text-center-top-blue-bold-uppercase-shadow .text-section__description{font-size:1rem;font-weight:700;line-height:1.5rem;color:#183a6c;text-align:center;text-transform:uppercase}.text-section--text-center-top-blue-bold-uppercase-shadow .text-section__description p:first-child{margin-bottom:4px}.text-section__description{font-size:var(--font-size);line-height:var(--line-height);color:#5a6c87}.text-section__description h2{margin-top:64px;margin-bottom:16px}@media (min-width:992px){.text-section__description h2{margin-bottom:24px}}[class*="--dark-theme"] .text-section__description,[class*="--dark-theme"] .text-section__description h2{color:#fff}.text-section__description li{margin-bottom:24px}.text-section--promotii-small{padding:40px 0}.text-section--promotii-small .text-section__description{color:#183a6c}.text-section--promotii-small .text-section__description a{font-weight:400;color:#183a6c;text-decoration:underline}.text-section--promotii-small .text-section__description a:hover{color:#183a6c;text-decoration:none}.text-section--promotii-small .text-section__description h1,.text-section--promotii-small .text-section__description h2{margin-top:0}.text-section--promotii{text-align:center;margin:0;padding:40px 0}@media (min-width:992px){.text-section--promotii{padding:64px 0}}.text-section--promotii h2{font-size:2rem;margin-bottom:16px;margin-top:0}.text-section--promotii h3{font-size:1rem;margin-bottom:40px;margin-top:0}.text-section--promotii hr{height:1px;margin:24px 0;border:0;border-top:1px solid rgba(18,18,18,.15)}@media (min-width:1200px){.text-section--promotii hr{position:relative;right:26%;width:1128px}}.text-section--promotii-promo{color:#183a6c}.text-section--promotii-promo .container{max-width:1000px}.text-section--promotii-promo .container .text-section__description p{text-align:justify}.text-section .embeditem{position:relative;margin:1.5em 0}.text-section .embeditem:before{font-size:0;line-height:0;display:block;height:0;padding-top:56.25%;overflow:hidden;content:""}.text-section .embeditem iframe{position:absolute;top:0;left:0;width:100%;height:100%}.text-section .iframe{width:100%;height:1400px;margin-top:-63px;margin-bottom:-50px;border:0}@media (min-width:480px){.text-section .iframe{height:1500px}}@media (min-width:576px){.text-section .iframe{height:1550px}}@media (min-width:600px){.text-section .iframe{height:1600px}}@media (min-width:992px){.text-section .iframe{margin-top:-95px}}.section--bg-Blue{background-color:#143561;color:#143561}.section--bg-Blue.text-section--is-intro{margin:0;padding:19px 20px;display:flex;align-items:center;justify-content:center}@media (min-width:992px){.section--bg-Blue.text-section--is-intro{padding:60px 0}}@media (min-width:1200px){.section--bg-Blue.text-section--is-intro{height:443px;padding:102px 0 67px 61px}}.section--bg-Blue.text-section--is-intro .container{max-width:1176px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0;margin:0}.section--bg-Blue.text-section--is-intro h1{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:3rem;line-height:3.625rem;color:#fff;font-weight:900;text-transform:uppercase}@media (max-width:992px){.section--bg-Blue.text-section--is-intro h1{font-size:1.875rem;line-height:1.79438rem;text-align:center}}@media (min-width:1200px){.section--bg-Blue.text-section--is-intro h1{font-size:4.05rem;line-height:4.6875rem;letter-spacing:-.023em}}.step{padding-top:16px;padding-bottom:16px;counter-increment:steps;--image-height-mobile:221px;--image-height-desktop:178px}.step--image-auto{--image-height-mobile:auto;--image-height-desktop:auto}@media (min-width:992px){.step{display:flex;align-items:center}}.step--horizontal{flex-direction:column;align-items:flex-start}.step__image{flex-shrink:0;width:Min(100%,377px);height:var(--image-height-mobile);margin-bottom:24px;border-radius:4px}@media (min-width:992px){.step__image{width:264px;height:var(--image-height-desktop);margin:0 24px 0 0}}.step__image--horizontal{width:312px;height:221px;margin-right:0;margin-bottom:16px}@media (min-width:992px){.step__image--horizontal{width:100%;height:255px}}.step__description{position:relative;-webkit-padding-start:var(--number-padding);padding-inline-start:var(--number-padding)}.step__description h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.step__description:before{font-size:.875rem;font-weight:800;color:#606060;position:absolute;top:0;left:0;display:var(--number-display);align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(24,58,108,.3);border-radius:50%;content:counter(steps)}[dir=rtl] .step__description:before{right:0;left:auto}.step__description--horizontal{width:100%}@media (min-width:992px){.step__description--horizontal{max-width:360px}}.step__description-opener.btn{font-size:1rem;line-height:1.5;font-weight:700}.step .btn{font-size:.75rem;text-transform:uppercase;margin-top:1rem}.media-banner-section{--list-padding:26px;--list-item-padding:0 0 24px 16px;--image-description-padding:16px 0 0 0;--info-container-padding:48px;--main-color:#5a6c87;--media-height:368px;--media-height-m:208px;--title-color:#183a6c;--media-width-m:100%;--media-width:100%;--media-margin:0}.media-banner-section__media-container{width:var(--media-width-m);margin:var(--media-margin);padding:0;grid-area:media}@media (min-width:992px){.media-banner-section__media-container{width:var(--media-width)}}.media-banner-section--bottom,.media-banner-section--top{--media-height:auto;--media-height-m:auto;--media-margin:0 auto;--media-width-m:130px;--media-width:150px}.media-banner-section--bottom .container,.media-banner-section--top .container{max-width:793px}.media-banner-section--image-auto{--media-height:auto;--media-height-m:auto;--media-width:100%}.media-banner-section__button{margin:45px 0 0}.media-banner-section__button .btn__inner{text-align:left}.media-banner-section__button .icon{padding:0;font-size:.875rem}.media-banner-section .image-container__image{height:var(--media-height-m);border-radius:5px}@media (min-width:992px){.media-banner-section .image-container__image{height:var(--media-height)}}.media-banner-section .image-container__description{font-size:.75rem;padding:var(--image-description-padding)}.media-banner-section__info-container{color:var(--color);grid-area:info}[class*="--dark-theme"] .media-banner-section__info-container{--title-color:#fff}.media-banner-section__info-container h2{color:var(--title-color)}.media-banner-section__info-container ul{padding-left:var(--list-padding)}.media-banner-section__info-container ul li{padding:var(--list-item-padding)}.media-banner-section__main{display:grid;gap:48px;grid-template-areas:"info" "media"}@media (min-width:992px){.media-banner-section__main{align-items:center;gap:120px;grid-template-areas:"info media";grid-template-columns:1fr 1fr}}[class*="--top"] .media-banner-section__main{align-items:center;gap:32px;grid-template-areas:"media" "info";grid-template-columns:1fr}[class*="--bottom"] .media-banner-section__main{align-items:center;gap:32px;grid-template-areas:"info" "media";grid-template-columns:1fr}@media (min-width:992px){.media-banner-section--reverse .media-banner-section__main{grid-template-areas:"media info";grid-template-columns:1fr 1fr}}.media-banner-section--whirlpool{--container-padding-m:32px 0}@media (min-width:992px){.media-banner-section--whirlpool .container{padding-right:0;padding-left:0}}.media-banner-section--whirlpool .media-banner-section__main{padding:0 20px;gap:64px;grid-template-areas:"media info"}@media (max-width:992px){.media-banner-section--whirlpool .media-banner-section__main{display:flex;flex-direction:column;padding:0;gap:32px}}.media-banner-section--whirlpool .media-banner-section__info-container{color:#121212}@media (min-width:992px){.media-banner-section--whirlpool .media-banner-section__info-container{color:#0e2255}}.media-banner-section--whirlpool .media-banner-section__info-container h2{font-size:1rem;line-height:1.3;color:#121212}@media (min-width:576px){.media-banner-section--whirlpool .media-banner-section__info-container h2{font-size:1.5rem}}@media (min-width:992px){.media-banner-section--whirlpool .media-banner-section__info-container h2{color:#0e2255}}.media-banner-section--whirlpool .media-banner-section__info-container p{font-size:1rem}@media (min-width:576px){.media-banner-section--whirlpool .media-banner-section__info-container p{font-size:1.125rem}}.step-list{--number-display:none;--number-padding:0;max-width:745px;margin:0 auto;counter-reset:steps}.step-list--with-numbers{--number-display:flex;--number-padding:48px}.step-list--horizontal{max-width:745px;margin:0 auto}@media (min-width:992px){.step-list--horizontal{display:grid;max-width:100%;grid-gap:24px;grid-template-columns:1fr 1fr 1fr}}@media (max-width:991px){.with-slider .step-list .step{display:block;border:2px solid #e2e2e2;border-radius:10px}}@media (max-width:991px){.with-slider .step-list .step__image{height:160px}}@media (max-width:991px){.with-slider .step-list .step__description{font-size:.875rem;line-height:1.5;font-weight:500;padding-top:22px;padding-left:15px;padding-right:15px}}.with-slider .step-list .step__description h3{font-size:1.25rem;line-height:1.2;font-weight:900;margin-bottom:10px}@media (min-width:992px){.table-style .step-list{display:flex;flex-wrap:wrap;gap:56px;max-width:none}}@media (min-width:992px){.table-style .step-list .step{display:block;padding:0;flex-grow:1;flex-basis:0;min-width:26%}}@media (min-width:992px){.table-style .step-list .step__image{width:160px;height:160px;margin-bottom:10px}}@media (min-width:992px){.table-style .step-list .step__description{height:auto}}@media (min-width:992px){.table-style .step-list .step__description h3{font-size:1.5rem;line-height:1.5;font-weight:900;margin-bottom:10px}}.article-card{text-decoration:none;position:relative;display:flex;flex-direction:column;width:Min(264px,100%);background:#fff;border-radius:8px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}@media (min-width:576px){.article-card{width:auto}}.article-card:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.article-card:hover .article-card__title{text-decoration:underline}.article-card:before{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;display:none;border:1px dashed #183a6c;border-radius:10px;content:""}.article-card:focus,.article-card:focus-visible{outline:1px solid transparent;-webkit-transform:scale(1.02);transform:scale(1.02)}.article-card:focus-visible:before,.article-card:focus:before{display:block}.article-card:focus-visible .article-card__title,.article-card:focus .article-card__title{text-decoration:underline}.article-card:focus:not(.focus-visible):before,.article-card:focus:not(:focus-visible):before{display:none}@media (min-width:576px){.article-card--full{flex-direction:row-reverse;width:100%;grid-column-end:3;grid-column-start:1}}.article-card__description{flex-grow:1;padding:24px;border:2px solid #e2e2e2;border-top:0;border-radius:0 0 8px 8px}@media (min-width:576px){.article-card__description--full{width:50%;padding-top:104px;border-top:2px solid #e2e2e2;border-right:0;border-radius:8px 0 0 8px}}.article-card__title{font-size:1rem;font-weight:600;line-height:1.5;color:#0067b1;margin:0}.article-card__date{font-size:.75rem;color:#5a6c87;margin-bottom:8px}.article-card__category{font-size:.75rem;font-weight:600;color:#183a6c;text-transform:uppercase;margin-bottom:5px}.article-card__image{position:relative;height:168px;overflow:hidden;border-radius:8px 8px 0 0}@media (min-width:576px){.article-card__image--full{width:50%;height:340px;border-radius:0 8px 8px 0}}.article-card__label{font-size:.75rem;font-weight:600;color:#fff;text-align:center;text-transform:uppercase;position:absolute;top:8px;right:0;z-index:1;display:flex;align-items:center;height:24px;padding:0 25px 0 18px;background:#de2928}@media (min-width:576px){.article-card__label--full{right:100%}}.article-card__label:before{position:absolute;top:0;left:-10px;z-index:-1;width:20px;height:100%;background:#de2928;border-radius:4px 0 0 4px;content:"";-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.article-cards-list{margin-top:64px;margin-bottom:64px}@media (min-width:768px){.article-cards-list{margin-top:96px;margin-bottom:96px}}.article-cards-list__grid{display:grid;width:100%;width:Min(264px,100%);margin:0 auto;gap:24px;grid-template-columns:1fr}@media (min-width:576px){.article-cards-list__grid{width:100%;grid-template-columns:1fr 1fr}}@media (min-width:992px){.article-cards-list__grid{grid-template-columns:1fr 1fr 1fr 1fr}}.article-cards-list__more{display:flex;justify-content:center;padding-top:24px}@media (min-width:992px){.article-cards-list__more{padding-top:40px}}.related-articles-section__grid{--columns:1fr;display:grid;justify-content:center;width:100%;width:Min(264px,100%);margin:0 auto;gap:24px;grid-template-columns:var(--columns)}@media (min-width:576px){.related-articles-section__grid{width:100%;--columns:1fr 1fr}}@media (min-width:992px){.related-articles-section__grid{--columns:1fr 1fr 1fr 1fr}}@media (min-width:576px){.related-articles-section__grid.col-1{--columns:265px}}@media (min-width:992px){.related-articles-section__grid.col-2{--columns:repeat(2,265px)}}@media (min-width:992px){.related-articles-section__grid.col-3{--columns:repeat(3,265px)}}.related-articles-section__more{display:flex;justify-content:center;padding-top:24px}@media (min-width:992px){.related-articles-section__more{padding-top:40px}}.related-articles-section .block-carousel{display:flex;justify-content:center;min-width:1px}.related-articles-section .slick-slider{width:288px}@media (min-width:601px){.related-articles-section .slick-slider{width:576px}}@media (min-width:1177px){.related-articles-section .slick-slider{width:100%}}.related-articles-section__grid{list-style:none;padding-left:0}.slim-banner{--background:#f0f4f8;--color:#183a6c;--padding:24px 0;--image-height:40px;--image-margin:0 0 16px;--font-size:.875rem;--text-align:center;--line-height:inherit;background:var(--background)}.slim-banner--bg-bundle{--background:#183a6c;--color:#fff}.slim-banner--bg-grey{--background:#f0f4f8;--color:#183a6c}.slim-banner--bg-blue{--background:#0067b1;--color:#fff}.slim-banner--bg-quantum-silver{--color:#183a6c;--background:#e2e4e8}.slim-banner--bg-power-blue{--background:#167bc2;--color:#fff}.slim-banner--bg-gold,.slim-banner--bg-ultimate-gold{--color:#0a0a0a;--background:#c3a460}.slim-banner--bg-black,.slim-banner--bg-ultimate-21{--color:#0a0a0a;--background:#e2e4e8}.slim-banner--bg-eco-green,.slim-banner--green{--background:#39854f;--color:#fff}.slim-banner--bg-black-squeeze{--background:#e7eff6}.slim-banner--bg-cod-gray{--background:#121212;--color:#fff}.slim-banner--bg-dark-blue{--background:#0e2255;--color:#fff}@media (min-width:992px){.slim-banner{--font-size:1rem;--text-align:start;--padding:32px 0;--image-height:40px;--image-margin:0 40px 0 0}.slim-banner--big-logo{--image-height:69px;--padding:16px 0}}.slim-banner--ultimate-theme{--font-size:1rem;--text-align:left;--line-height:1.5rem}@media (min-width:992px){.slim-banner--ultimate-theme{--font-size:1.25rem}}.slim-banner--ultimate-listing{--image-height:48px;--image-margin:0 0 24px 0}@media (min-width:992px){.slim-banner--ultimate-listing{--padding:40px 0;--image-height:64px;--image-margin:0 56px 0 0}}@media (min-width:992px){.slim-banner{display:flex;align-items:center}}.slim-banner__flex{display:flex;flex-direction:column;align-items:center;padding:var(--padding)}@media (min-width:992px){.slim-banner__flex{flex-direction:row;flex-wrap:nowrap;justify-content:center}}.slim-banner__image{height:var(--image-height);min-width:1px;margin:var(--image-margin)}.slim-banner__image .gatsby-svg-image svg{width:auto}.slim-banner__image-img>div{display:none}.slim-banner__image-img picture>img{position:relative!important;width:auto!important}.slim-banner__description{font-size:var(--font-size);color:var(--color);text-align:var(--text-align);line-height:var(--line-height)}@media (min-width:992px){.slim-banner__description{max-width:80ch}}.campaign-page__main-column .slim-banner--holiday-mess-title{background:linear-gradient(90deg,#dab972,#bf903f 10.25%,#f0ce7c 20%,#dabe73 30%,#d9ad5f 40%,#f0c86d 50%,#ffebae 60%,#cb9e4b 70%,#d4a953 80%,#ffebae 90%,#d4a953);height:50px;max-width:1176px;margin:auto}@media (min-width:768px){.campaign-page__main-column .slim-banner--holiday-mess-title{height:137px}}.campaign-page__main-column .slim-banner--holiday-mess-title .container{padding:0}.campaign-page__main-column .slim-banner--holiday-mess-title .container .slim-banner__flex{padding:0;justify-content:center;align-items:center;height:50px}@media (min-width:768px){.campaign-page__main-column .slim-banner--holiday-mess-title .container .slim-banner__flex{height:137px}}.campaign-page__main-column .slim-banner--holiday-mess-title .container .slim-banner__flex h2{font-size:1rem;line-height:19.5px;color:#121212;margin-bottom:0;font-weight:900;text-align:center}@media (min-width:768px){.campaign-page__main-column .slim-banner--holiday-mess-title .container .slim-banner__flex h2{font-size:2.7375rem;line-height:54px;text-align:center}}.campaign-page__main-column .slim-banner--holiday-mess-title.gameday-mess-title{position:relative;top:-40px;max-width:1280px}@media (min-width:992px){.campaign-page__main-column .slim-banner--holiday-mess-title.gameday-mess-title{top:-100px;height:161px}}.campaign-page__main-column .slim-banner--holiday-mess-title.gameday-mess-title .slim-banner__description{max-width:unset!important}.campaign-page__main-column .slim-banner--holiday-mess-title.gameday-mess-title .slim-banner__description h2{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:900;line-height:1.19625rem;text-align:center}@media (min-width:768px){.campaign-page__main-column .slim-banner--holiday-mess-title.gameday-mess-title .slim-banner__description h2{font-size:2rem;line-height:1.875rem}}@media (min-width:992px){.campaign-page__main-column .slim-banner--holiday-mess-title.gameday-mess-title .slim-banner__description h2{font-size:3.125rem;line-height:3rem}}@media (min-width:1200px){.campaign-page__main-column .slim-banner--holiday-mess-title.gameday-mess-title .slim-banner__description h2{font-size:4.3125rem;line-height:4.12688rem}}.campaign-page__main-column .slim-banner--holiday-form-text{background-color:transparent}.campaign-page__main-column .slim-banner--holiday-form-text .container{padding:0;background-color:#080f1b}.campaign-page__main-column .slim-banner--holiday-form-text .container .slim-banner__flex{padding:24px 16px!important;justify-content:flex-start;margin:auto}@media (min-width:576px){.campaign-page__main-column .slim-banner--holiday-form-text .container .slim-banner__flex{max-width:540px}}@media (min-width:768px){.campaign-page__main-column .slim-banner--holiday-form-text .container .slim-banner__flex{max-width:720px}}@media (min-width:992px){.campaign-page__main-column .slim-banner--holiday-form-text .container .slim-banner__flex{max-width:960px}}.campaign-page__main-column .slim-banner--holiday-form-text .container .slim-banner__description{word-break:break-word!important}@media (min-width:992px){.campaign-page__main-column .slim-banner--holiday-form-text .container .slim-banner__description{max-width:unset}}.campaign-page__main-column .slim-banner--holiday-form-text .container .slim-banner__description h4{color:#fff;font-size:1.25rem;font-weight:600}.campaign-page__main-column .slim-banner--holiday-form-text .container .slim-banner__description h4 span{color:#d0b983}.campaign-page__main-column .slim-banner--holiday-form-text .container .slim-banner__description p{font-size:1rem;color:#fff}.campaign-page__main-column .slim-banner--holiday-form-text .container .slim-banner__description p.disclaimer{font-size:12px}.campaign-page__main-column .slim-banner.gameday-form-text .container{background-color:#002d72;max-width:1280px}.campaign-page__main-column .slim-banner.gameday-form-text .container .slim-banner__flex{padding-inline:28px!important;max-width:1085px}.campaign-page__main-column .slim-banner.gameday-form-text .container .slim-banner__flex .slim-banner__description p{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:500;line-height:.8375rem;text-align:left;margin-bottom:15px}@media (min-width:992px){.campaign-page__main-column .slim-banner.gameday-form-text .container .slim-banner__flex .slim-banner__description p{font-size:1.39375rem;line-height:1.33375rem}}.campaign-page__main-column .slim-banner.gameday-form-text .container .slim-banner__flex .slim-banner__description p.required-text{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:.8125rem;font-weight:500;line-height:.99062rem;letter-spacing:.01em;text-align:left}@media (min-width:992px){.campaign-page__main-column .slim-banner.gameday-form-text .container .slim-banner__flex .slim-banner__description p.required-text{font-size:1.0625rem;line-height:1.295rem}}div.slim-banner--holiday-form-text+div.iframe-section{margin:0}div.slim-banner--holiday-form-text+div.iframe-section .container{padding:0}div.slim-banner--holiday-form-text+div.iframe-section #myIframe,div.slim-banner--holiday-form-text+div.iframe-section #sweepsiframe{display:block}div.slim-banner--holiday-form-text.gameday-form-text+div.iframe-section{margin:0}div.slim-banner--holiday-form-text.gameday-form-text+div.iframe-section .container{padding:0;max-width:1280px}div.slim-banner--holiday-form-text.gameday-form-text+div.iframe-section #myIframe,div.slim-banner--holiday-form-text.gameday-form-text+div.iframe-section #sweepsiframe{display:block}.wtb-cards__label{font-size:.75rem;font-weight:600;color:var(--title-color);display:block;margin-bottom:10px}.wtb-cards__links{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,130px)}@media (min-width:480px){.wtb-cards__links{grid-template-columns:repeat(auto-fill,152px)}}@media (min-width:992px){.wtb-cards__links{grid-template-columns:repeat(auto-fill,164px)}}.wtb-cards__links .btn__inner{width:100%}.wtb-cards__image{height:20px}.wtb-cards--alternative{background-color:#fff;padding:16px 16px 20px}.wtb-cards--alternative .wtb-cards__label{font-size:1rem;line-height:1.5;color:#121212;margin-bottom:10px;font-weight:700;text-transform:uppercase}@media (min-width:992px){.wtb-cards--alternative .wtb-cards__label{margin-bottom:16px}}.wtb-cards--alternative .wtb-cards__links{gap:10px;grid-template-columns:repeat(2,1fr)}@media (min-width:992px){.wtb-cards--alternative .wtb-cards__links{grid-template-columns:repeat(3,1fr)}}.wtb-cards--alternative .wtb-cards__more{padding-top:14px}@media (min-width:992px){.wtb-cards--alternative .wtb-cards__more{padding-top:20px}}.wtb-cards--alternative .wtb-cards__btn{font-size:.875rem;height:auto;border:0;background-color:transparent;color:#0067b1;padding:0;font-weight:700}.wtb-cards--alternative .wtb-cards__btn--active .icon__suffix.icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.wtb-cards--alternative .wtb-cards__btn .btn__inner{text-decoration:underline}.wtb-cards--alternative .wtb-cards__btn:focus .btn__inner,.wtb-cards--alternative .wtb-cards__btn:hover .btn__inner{text-decoration:none}.wtb-cards--alternative .wtb-cards__btn .icon__suffix{display:inline-block;vertical-align:middle;color:currentColor;font-size:inherit;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-left:10px}.wtb-cards--alternative .wtb-cards__image{height:25px}.jet-dry .wtb-cards__label{color:#0c1f4d}.wtb-cards__links{list-style:none;padding:0}.wtb-cards--alternative .btn--retailer.btn{width:100%}.accordion{max-width:745px;margin:0 auto;border-top:1px solid rgba(24,58,108,.3)}.accordion>div{border-bottom:1px solid rgba(24,58,108,.3)}.accordion__item{padding:5px 0 20px;visibility:hidden}@media (min-width:992px){.accordion__item{padding:0 32px 16px}}.accordion__question.btn{font-size:.875rem;font-style:normal;font-weight:400;line-height:inherit;color:#183a6c;text-align:start;position:relative;justify-content:left;width:100%;padding:8px 8px 8px 32px;cursor:pointer}@media (min-width:992px){.accordion__question.btn{font-size:1.125rem;padding:16px 7px 16px 32px}}.accordion__question.btn.link__style{padding-right:36px;padding-left:2px}.accordion__question.btn.link__style:after{position:absolute;top:12px;right:26px;width:8px;height:8px;border-color:#0e2255;border-style:solid;border-width:2px 2px 0 0;content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media (min-width:992px){.accordion__question.btn.link__style:after{top:25px;right:7px}}.accordion__question.btn:hover{color:#0067b1;background-color:#f0f4f8}.accordion__question.btn:focus{color:#0067b1;outline-offset:-4px}.accordion__question.btn:focus .icon{color:inherit}.accordion__question.btn:focus:not(.focus-visible),.accordion__question.btn:focus:not(:focus-visible){outline:1px dashed transparent}.accordion__question.btn .icon{font-size:.875rem;position:absolute;top:10px;left:2px;margin:0}@media (min-width:992px){.accordion__question.btn .icon{font-size:1rem;top:20px}}.accordion__question.btn .icon--plus{display:block}.accordion__question.btn .icon--minus{display:none}.accordion__text{padding:16px 0}.accordion .open .accordion__item{visibility:visible}.accordion .open .accordion__question{font-weight:600;color:#0067b1}.accordion .open .icon--plus{display:none}.accordion .open .icon--minus{display:block}.icon-text__grid{--grid-container-width:727px;--columns-template:1fr 1fr;--grid-gap:44px 44px;--grid-item-flex-direction:row;--icon-padding-inline:18px;--icon-padding-block:0;--item-width:284px;--item-title-padding:0 0 12px 0;--item-title-font:18px;--item-description-font:16px;--grid-content-aligment:start;--image-container-width:100%;--image-container-height:221px;--image-container-margin-bottom:24px;--image-border-radius:4px;--image-card-description-text-align:start;--image-card-description-title-color:#183a6c;--image-card-description-title-text-transform:uppercase;--image-card-description-text-font-size:inherit;display:grid;justify-content:var(--grid-content-aligment);gap:36px 10px;grid-template-columns:1fr}@media (min-width:992px){.icon-text__grid{--image-container-height:255px}}.icon-text__grid--3-columns{--columns-template:1fr 1fr 1fr;--grid-gap:40px 72px;--icon-alignment:center;--grid-content-aligment:center}.icon-text__grid--3-columns,.icon-text__grid--4-columns{--item-width:216px;--item-title-padding:0 0 8px 0;--item-title-font:16px;--item-description-font:14px}.icon-text__grid--4-columns{--columns-template:1fr 1fr 1fr 1fr;--grid-gap:40px 24px;--grid-item-flex-direction:column;--icon-padding-inline:0;--icon-padding-block:27px;--icon-alignment:center;--grid-content-aligment:center}.icon-text__grid--withImage{--grid-gap:47px 20px}.icon-text__grid--round-image-card{--image-container-width:200px;--image-container-height:200px;--image-container-margin-bottom:16px;--image-border-radius:50%;--image-card-description-text-align:center;--image-card-description-title-color:#0067b1;--image-card-description-title-text-transform:initial;--image-card-description-text-font-size:18px;--item-title-font:20px;--item-title-padding:0 0 10px 0}@media (min-width:992px){.icon-text__grid--round-image-card{--grid-gap:64px 92px;--image-container-height:200px;--image-container-margin-bottom:24px}}@media (min-width:768px){.icon-text__grid{display:grid;gap:var(--grid-gap);grid-template-columns:var(--columns-template)}}.icon-text__grid .image-card{margin:0}.icon-text__grid .image-card__image-container{width:var(--image-container-width);height:var(--image-container-height);margin-bottom:var(--image-container-margin-bottom)}.icon-text__grid .image-card__image-container .gatsby-image-wrapper{border-radius:var(--image-border-radius)}.icon-text__grid .image-card__description{text-align:var(--image-card-description-text-align)}.icon-text__grid .image-card__description h3{font-size:var(--item-title-font);color:var(--image-card-description-title-color);text-transform:var(--image-card-description-title-text-transform);font-weight:600;margin:0;padding:var(--item-title-padding)}.icon-text__grid .image-card__description p{font-size:var(--image-card-description-text-font-size)}.icon-text__grid__item{display:flex;flex-direction:var(--grid-item-flex-direction);align-items:var(--item-content-alignment)}.icon-text__grid__item--horizontal{--icont-font-m:28px;--icont-font:30px;--item-content-alignment:start;--grid-item-flex-direction:row;--icon-padding-inline:27px;--icon-padding-block:0}.icon-text__grid__item--vertical{--icont-font-m:64px;--icont-font:64px;--item-content-alignment:center;--grid-item-flex-direction:column;--icon-padding-inline:0;--icon-padding-block:27px}.icon-text__grid__item .icon{font-size:var(--icont-font-m);text-align:var(--icon-alignment);margin-top:-3px;-webkit-padding-after:var(--icon-padding-block);padding-block-end:var(--icon-padding-block);-webkit-padding-end:var(--icon-padding-inline);padding-inline-end:var(--icon-padding-inline)}@media (min-width:992px){.icon-text__grid__item .icon{font-size:var(--icont-font)}}.icon-text__grid__item__description h3{font-size:var(--item-title-font);font-weight:600;text-align:var(--item-content-alignment);margin:0;padding:var(--item-title-padding)}.icon-text__grid__item__description p{font-size:.875rem;font-weight:400;line-height:1.7;text-align:var(--item-content-alignment)}@media (min-width:992px){.icon-text__grid__item__description p{font-size:var(--item-description-font)}}.icon-text__grid__button{display:flex;justify-content:center;padding:40px 0 0;white-space:nowrap}@media (min-width:992px){.list-flex{display:flex;justify-content:center}}.list-container__description{text-align:center;display:flex;flex-direction:column;align-items:center;width:100%;max-width:745px;margin-right:auto;margin-bottom:52px;margin-left:auto}@media (min-width:992px){.list-container__description{margin-bottom:68px}}.list-container__description h2{font-size:1.5rem;margin:0}@media (min-width:992px){.list-container__description h2{font-size:2rem}}.list-container__description p{padding:16px 0 0}.list-container .accordion{width:100%;margin:0;padding-top:40px;border:none;-webkit-padding-start:53px;padding-inline-start:53px}@media (min-width:576px){.list-container .accordion{-webkit-padding-start:56px;padding-inline-start:56px}}.list-container .accordion .accordion__item{-webkit-padding-start:20px;padding-inline-start:20px}.list-container .accordion>div{border:none}.list-container .accordion__question.btn{font-size:.875rem;font-weight:600;line-height:1.7;text-transform:none;padding-top:3px;padding-bottom:3px;-webkit-padding-start:19px;padding-inline-start:19px}.list-container .accordion__question.btn .icon{font-size:.625rem;line-height:inherit;position:absolute;top:3px;padding-top:3px}.list-container .accordion__question.btn:hover{text-decoration:underline;background-color:transparent}.list--promotii{display:block}.list--promotii .list-container-wrapper{width:100%;display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-bottom:30px}@media (min-width:992px){.list--promotii .list-container-wrapper{justify-content:space-between;flex-wrap:nowrap;margin-bottom:72px}}.list--promotii .list-container{width:100%;max-width:560px}.list--promotii .list__image{width:100%;max-width:362px}.list--promotii .list__image-img img{-o-object-fit:contain!important;object-fit:contain!important}.list--promotii .list__file{text-align:center}.list--promotii .list__file-btn.btn{margin-bottom:10px;color:#fff;border:none;font-weight:600;text-decoration:underline}.list--promotii .list__file-btn.btn:hover{color:#fff;text-decoration:none}.list--promotii .list__file-btn.btn:hover .btn__inner{text-decoration:none}.list--promotii .list__additionalText{margin-bottom:24px}.list--promotii .list__additionalText,.list--promotii .list__bottomText{font-size:1.125rem;text-align:center}.list--promotii .list__additionalText a,.list--promotii .list__bottomText a{color:#fff;text-decoration:none}.list--promotii .list__additionalText a:hover,.list--promotii .list__bottomText a:hover{color:#fff}.list--promotii .list__link{width:-webkit-max-content;width:max-content;margin:0 auto 32px}@media (min-width:992px){.list--promotii .list__link{margin-bottom:72px}}.list--promotii .icon-text__grid{display:flex;flex-direction:column}.grid-list-section{color:var(--text-color)}.grid-list-section,.grid-list-section--bg-grey{--text-color:#5a6c87;--title-color:#183a6c;--accordion-link-color:#0067b1}.grid-list-section--bg-blue{--text-color:#f0f4f8;--title-color:#fff;--accordion-link-color:#fff}.grid-list-section h3{color:var(--title-color)}.grid-list-section p{color:var(--text-color)}.grid-list-section .icon{color:var(--title-color)}.grid-list-section .accordion__question.btn{color:#0067b1}.grid-list-section.section--promotii{--text-color:$c-white;--title-color:$c-white;margin:0;padding:24px 0;background:linear-gradient(180deg,#121212 0,#0e2255 51%,#183a6c);color:#fff}@media (min-width:992px){.grid-list-section.section--promotii{padding:64px 0}}.grid-list-section.section--promotii .section__intro{font-size:1rem;margin-bottom:24px}@media (min-width:992px){.grid-list-section.section--promotii .section__intro{margin-bottom:72px}}.grid-list-section.section--promotii .section__intro p{margin-bottom:16px}.grid-list-section.section--promotii .section__intro h2,.grid-list-section.section--promotii .section__intro h3{font-size:1.5rem;color:#fff}@media (min-width:992px){.grid-list-section.section--promotii .section__intro h2,.grid-list-section.section--promotii .section__intro h3{font-size:2rem}}.grid-list-section.section--promotii .list__link .icon{display:none}.grid-list-section.section--promotii .icon-text__grid .icon{line-height:2.75rem}.cart .control-buttons{display:flex;flex-direction:column;align-items:center;padding:16px 0}@media (min-width:992px){.cart .control-buttons{flex-direction:row-reverse;justify-content:flex-start;padding:24px 0}}.cart .control-buttons .btn+.btn{margin-top:24px}@media (min-width:992px){.cart .control-buttons .btn+.btn{margin-top:0;margin-right:16px}}.cart .control-buttons__continue.btn{display:none;min-height:32px;padding:5px 15px}@media (min-width:992px){.cart .control-buttons__continue.btn{display:block}}.cart .control-buttons__checkout.btn.btn--primary{width:auto;min-height:32px;padding:5px 15px;background:#0067b1}.cart .control-buttons__checkout.btn.btn--primary:active,.cart .control-buttons__checkout.btn.btn--primary:focus,.cart .control-buttons__checkout.btn.btn--primary:hover{background:#183a6c}.cart .control-buttons__checkout.btn .btn__inner,.cart .control-buttons__continue.btn .btn__inner{font-size:.75rem;font-weight:800}.cart .quantity-container__quantity .quantity__number{display:none}.checkout{padding:0 8px}@media (min-width:992px){.checkout{padding:32px}}.checkout__prices{margin:0;padding:0;list-style:none;font-size:.875rem;font-weight:600;color:#183a6c;display:grid;gap:16px;grid-template-columns:100%}.checkout__prices li{display:grid;grid-template-columns:1fr auto}.checkout__prices .prices-item__prices{text-transform:uppercase}.checkout__prices .prices-item__prices .prices__old-pice{font-size:.75rem;font-weight:400;text-decoration:line-through;padding-right:16px;padding-bottom:2px}@media (min-width:992px){.checkout__prices .prices-item__prices .prices__old-pice{padding-right:8px}}.checkout__btn{width:100%;margin:32px 0}.checkout__disclaimer{font-size:.875rem;text-align:center;margin-bottom:24px}.checkout__cards{margin-bottom:32px;grid-template-columns:repeat(auto-fit,62px)}.checkout__cards,.checkout__secure{display:grid;justify-content:center;gap:16px}.checkout__secure{font-size:.875rem;align-items:center;margin-bottom:34px;padding:0 12px;grid-template-columns:102px 1fr}.checkout__secure-logo{font-size:0;line-height:0}.checkout__help{font-size:.875rem;margin-bottom:16px}.checkout__contact,.checkout__help{text-align:center}.checkout .checkout__btn{--btn-color:#fff;--btn-background:#0067b1;--btn-hover-background:#183a6c}.checkout .checkout__btn:hover{border-color:#183a6c}.checkout .checkout__btn:disabled .icon{color:#606060}.cart-page{min-height:400px}@media (min-width:768px){.cart-page{min-height:600px}}.cart-page__top-message{font-size:.875rem;color:#183a6c;text-align:center;padding:12px 24px;background:#f0f4f8}.cart-page__cart-empty{display:flex;flex-direction:column;align-items:center;margin:120px 0}@media (min-width:992px){.cart-page__cart-empty{margin:176px 0}}.cart-page__cart-empty .cart-empty__icon{font-size:2.5rem;color:#e2e2e2}@media (min-width:992px){.cart-page__cart-empty .cart-empty__icon{font-size:3rem}}.cart-page__cart-empty .cart-empty__description{max-width:245px;padding-top:24px;padding-bottom:24px}@media (min-width:992px){.cart-page__cart-empty .cart-empty__description{max-width:unset}}.cart-page__cart-empty .cart-empty__description h3{font-weight:800;text-transform:uppercase}@media (min-width:992px){.cart-page__cart-empty .cart-empty__description h3{font-size:1.5rem}}.cart-page__cart-empty .cart-empty__description h3,.cart-page__cart-empty .cart-empty__description p{text-align:center}.cart-page__cart-empty .cart-empty__continue-button{width:174px;min-height:32px;margin-top:32px;padding:6px 0}@media (min-width:992px){.cart-page__cart-empty .cart-empty__continue-button{width:229px;min-height:48px;margin-top:32px;padding:6px 0}}.cart-page__cart-empty .cart-empty__continue-button .btn__inner{font-size:.75rem;font-weight:800;white-space:nowrap}@media (min-width:992px){.cart-page__cart-empty .cart-empty__continue-button .btn__inner{font-size:.875rem}}.cart-page__grid{display:grid;margin:0 0 64px;gap:48px;grid-template-columns:100%}@media (min-width:992px){.cart-page__grid{margin:40px 0 96px;gap:120px;grid-template-columns:1fr 360px}}.cart-page__body .breadcrumbs{margin:0;padding:24px 0}.info-banner{--text-color:#f0f4f8;--title-color:#fff;--background:linear-gradient(180deg,#0c2157 0%,#0067b1);margin-top:64px;margin-bottom:64px}.info-banner--quantum-silver{--text-color:#183a6c;--title-color:#183a6c;--background:linear-gradient(180deg,#e2e4e8 0%,#d5d6db)}.info-banner--eco-green{--title-color:#fff;--background:linear-gradient(180deg,#459957 0%,#39854f)}.info-banner--power-blue{--title-color:#fff;--background:linear-gradient(180deg,#167bc2 0%,#00528d);--text-color:#fff}.info-banner--grey-gold{--background:#beb195;--text-color:#183a6c;--title-color:#183a6c}.info-banner--ultimate-black{--title-color:#fff;--background:linear-gradient(180deg,#2e2e2e 0%,#0d0d0d)}@media (min-width:768px){.info-banner{margin-top:96px;margin-bottom:96px}}.info-banner__grid{position:relative;overflow:hidden;background:var(--background);border-radius:8px}@media (min-width:768px){.info-banner__grid{display:grid;grid-template-columns:1fr 1fr}}.info-banner__text{color:var(--text-color);padding:56px 24px}@media (min-width:768px){.info-banner__text{padding:80px 24px 80px 48px}}@media (min-width:992px){.info-banner__text{padding:80px 24px 80px 88px}}.info-banner__text h2,.info-banner__text h3{line-height:1.3;color:var(--title-color);margin-bottom:24px}.info-banner__text .info-banner__disclaimer{display:none;margin-bottom:-64px;padding-top:64px}@media (min-width:992px){.info-banner__text .info-banner__disclaimer{display:block}}.info-banner__media{position:relative;display:flex;align-items:center;justify-content:center;padding:24px}.info-banner__image{width:212px;height:208px}@media (min-width:768px){.info-banner__image{width:313px;height:308px}}.info-banner__background{position:absolute;right:0;bottom:0;width:Min(312px,100%);height:200px;-webkit-clip-path:polygon(100% 0,0 100%,100% 100%);clip-path:polygon(100% 0,0 100%,100% 100%)}@media (min-width:768px){.info-banner__background{width:100%;height:345px}}.info-banner__buttons{padding-top:16px}.info-banner__buttons .btn{margin:24px 24px 0 0}.info-banner__disclaimer{font-size:.75rem;padding-top:24px}@media (min-width:992px){.info-banner__disclaimer{display:none}}.info-banner--campaign-theme .info-banner__grid{display:flex;flex-direction:column-reverse}@media (min-width:768px){.info-banner--campaign-theme .info-banner__grid{flex-direction:row-reverse;min-height:304px}}.info-banner--campaign-theme .info-banner__text{display:flex;flex-basis:50%;flex-direction:column;align-items:center;padding-top:0}@media (min-width:768px){.info-banner--campaign-theme .info-banner__text{align-items:flex-start;align-self:center;padding:22px 10px 36px}}.info-banner--campaign-theme .info-banner__description *{text-transform:none}.info-banner--campaign-theme .info-banner__logo{width:96px;margin-bottom:16px}@media (min-width:768px){.info-banner--campaign-theme .info-banner__logo{width:125px;margin-bottom:10px}}.info-banner--campaign-theme .info-banner__buttons{padding-top:0}.info-banner--campaign-theme .info-banner__media{position:relative;display:flex;flex-basis:50%;flex-direction:column;min-height:400px}@media (min-width:768px){.info-banner--campaign-theme .info-banner__media{min-height:auto;padding:0}}@media (min-width:992px){.info-banner--campaign-theme .info-banner__media{flex-basis:70%;flex-direction:row;align-items:flex-end;justify-content:flex-start}}.info-banner--campaign-theme .info-banner__image{--image-height:226px;width:226px;height:var(--image-height)}@media (min-width:768px){.info-banner--campaign-theme .info-banner__image{--image-height:160px}}@media (min-width:992px){.info-banner--campaign-theme .info-banner__image{--image-height:216px;position:absolute;top:calc(50% - var(--image-height)/2);right:10px}}.info-banner--campaign-theme .info-banner__background{position:relative;width:312px;height:178px;-webkit-clip-path:none;clip-path:none}@media (min-width:992px){.info-banner--campaign-theme .info-banner__background{width:470px;height:304px}}.info-banner--ultimate{padding:0;margin:0;background:linear-gradient(96deg,#d8e1e7 5.65%,#f0f4f8 56.64%)}.info-banner--ultimate .container{max-width:none;margin:0;padding:0}.info-banner--ultimate .info-banner__grid{display:flex;flex-direction:column;background:none;border-radius:0;gap:48px}@media (min-width:768px){.info-banner--ultimate .info-banner__grid{gap:10px;flex-direction:row-reverse;align-items:flex-end;justify-content:flex-end}}@media (min-width:1200px){.info-banner--ultimate .info-banner__grid{gap:0;min-height:364px}}.info-banner--ultimate .info-banner__text{padding:56px 20px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-basis:50%;gap:48px}@media (min-width:768px){.info-banner--ultimate .info-banner__text{padding:0;flex-basis:40%;align-items:flex-start;justify-content:flex-start;align-self:center}}.info-banner--ultimate .info-banner__text .info-banner__disclaimer{display:none}.info-banner--ultimate .info-banner__description{max-width:210px;padding:0;margin:0 auto;font-size:1.5rem;line-height:1.75rem}@media (min-width:768px){.info-banner--ultimate .info-banner__description{margin:0}}@media (min-width:1200px){.info-banner--ultimate .info-banner__description{max-width:324px;font-size:2rem;line-height:2.5rem}}@media (min-width:1400px){.info-banner--ultimate .info-banner__description{max-width:450px;font-size:3rem;line-height:3.5rem}}.info-banner--ultimate .info-banner__description *{text-transform:uppercase;font-size:inherit;line-height:inherit;color:#0e2255}.info-banner--ultimate .info-banner__buttons{padding:0;width:100%}@media (min-width:480px){.info-banner--ultimate .info-banner__buttons{max-width:263px}}.info-banner--ultimate .info-banner__buttons .btn{margin:0;padding:16px;width:100%;background-color:#183a6c;border:none}.info-banner--ultimate .info-banner__buttons .btn:focus-visible{outline:1px dashed #183a6c;outline-offset:3px}.info-banner--ultimate .info-banner__buttons .btn__inner{font-size:.875rem;line-height:1rem}.info-banner--ultimate .info-banner__media{position:relative;min-height:auto;padding:0;display:flex;flex-direction:row;justify-content:flex-start;flex:1 1;max-width:375px}@media (min-width:768px){.info-banner--ultimate .info-banner__media{max-width:762px}}@media (min-width:1400px){.info-banner--ultimate .info-banner__media{max-width:816px}}.info-banner--ultimate .info-banner__image{width:100%;max-width:100%;height:auto;max-height:none}.info-banner--ultimate .info-banner__image img{-o-object-position:left bottom!important;object-position:left bottom!important}.info-banner--ultimate .info-banner__disclaimer{padding:32px 0;font-size:1rem;line-height:1.5rem;font-weight:600;text-align:center;border-top:2px solid #b2b8bc}@media (min-width:992px){.info-banner--ultimate .info-banner__disclaimer{display:block}}.info-banner--ultimate .info-banner__disclaimer *{max-width:290px;font-size:inherit;display:inline-block;color:#183a6c!important}@media (min-width:768px){.info-banner--ultimate .info-banner__disclaimer *{max-width:none}}.info-banner--ultimate .info-banner__disclaimer a{text-decoration:underline}.info-banner--ultimate .info-banner__disclaimer a:focus,.info-banner--ultimate .info-banner__disclaimer a:focus-visible{outline:1px dashed #183a6c!important;outline-offset:3px}.info-banner--two-images .info-banner__grid{padding:30px 20px 200px}@media (min-width:768px){.info-banner--two-images .info-banner__grid{grid-template-columns:1fr 1fr 1fr;grid-template-rows:none;padding:50px 20px}}.info-banner--two-images .info-banner__media{display:flex;position:absolute;bottom:7%;left:35%;right:0;margin:auto;max-width:60%}.info-banner--two-images .info-banner__media:first-child{left:-35%;order:1}@media (min-width:768px){.info-banner--two-images .info-banner__media:first-child{order:0;left:0}}@media (min-width:768px){.info-banner--two-images .info-banner__media{position:relative;max-width:100%;margin:0;left:0;right:0}}.info-banner--two-images .info-banner__text{text-align:center;padding:50px 20px 70px}@media (min-width:768px){.info-banner--two-images .info-banner__text{padding:50px 20px}}.info-banner--two-images .info-banner__image{width:100%;height:auto;max-width:220px}@media (min-width:768px){.info-banner--two-images .info-banner__image{width:100%;height:auto;max-width:100%}}.info-banner--two-images .info-banner__buttons .btn{margin:10px auto 40px}@media (min-width:768px){.info-banner--two-images .info-banner__buttons .btn{margin:30px auto}}.info-banner--two-images.info-banner--default-blue .info-banner__buttons .btn{--btn-border:1px solid #fff;--btn-radius:999px;--text-decoration:none;--btn-background:#fff;--btn-color:#17437b;--btn-hover-background:hsla(0,0%,100%,0.9);--btn-active-background:hsla(0,0%,100%,0.9);--btn-active-outline:1px dashed #fff;--outline-gap:-5px}.error-page,.error-page__main{position:relative}.error-page__main .gatsby-image-wrapper{position:absolute!important;z-index:-1}.error-page__title{padding-bottom:32px}.error-page__title h1{margin:0 0 16px}@media (min-width:992px){.error-page__title h1{font-size:2rem}}.error-page__title p{line-height:1.77;margin:0}@media (min-width:992px){.error-page__title{font-size:1.125rem}}.error-page__title .title-line{font-weight:800;text-indent:unset;position:unset;margin:0}@media (min-width:992px){.error-page__title .title-line{font-size:2rem}}.error-page__info{position:relative;padding:72px 0}@media (min-width:768px){.error-page__info{max-width:550px}}@media (min-width:992px){.error-page__info{max-width:650px;padding:186px 0}}.error-page__description{padding-bottom:2rem}.error-page__search{padding-bottom:48px}.error-page__search .search__title{font-size:.875rem;font-weight:600;line-height:1.7;color:#183a6c;padding-bottom:7px}.error-page__search .searchinput-container:hover .searchinput{border:1px solid #183a6c}@media (min-width:992px){.error-page__search .searchinput-container{width:458px}}.error-page__search .searchinput-container .searchinput{font-size:1rem;color:#183a6c;height:48px;background:none;border:1px solid rgba(24,58,108,.3)}.error-page__search .searchinput-container .searchinput:focus,.error-page__search .searchinput-container .searchinput:focus-visible{border:1px solid #183a6c}.error-page__search .searchinput-container .icon--search{font-size:1rem;color:#183a6c}.error-page__search .searchinput-container .icon--close{font-size:.875rem;color:#183a6c}.error-page__troubleshooting h2{font-size:1rem;line-height:2;margin:0;padding-bottom:24px}@media (min-width:992px){.error-page__troubleshooting h2{font-size:1.5rem}}.error-page__troubleshooting p{margin:0;padding-bottom:27px}.error-page__troubleshooting ul{font-weight:400;-webkit-padding-start:31px;padding-inline-start:31px}.error-page__troubleshooting ul li{line-height:1.7;padding:0 0 24px 29px}.error-page__troubleshooting ul li:last-of-type{padding-bottom:0}@media (min-width:992px){.error-page__troubleshooting ul li{padding:0 0 0 29px}}.media-banner-section--safety-page{margin:8px auto 0}@media (min-width:992px){.media-banner-section--safety-page{margin:50px auto}}@media (max-width:992px){.media-banner-section--safety-page .container{padding:0}}.media-banner-section--safety-page .media-banner-section__main{gap:24px}@media (min-width:1200px){.media-banner-section--safety-page .media-banner-section__main{gap:50px}}.media-banner-section--safety-page .media-banner-section__main .video{width:100%;margin:0}@media (max-width:992px){.media-banner-section--safety-page .media-banner-section__main .video{margin-bottom:-1px}}@media (min-width:1200px){.media-banner-section--safety-page .media-banner-section__main .video{width:623px;height:349px}}.media-banner-section--safety-page .media-banner-section__info-container{width:100%}@media (max-width:992px){.media-banner-section--safety-page .media-banner-section__info-container{padding:0 20px}}.media-banner-section--safety-page .media-banner-section__info-container h2{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:2rem;line-height:2.375rem;color:#008acf;margin-bottom:24px;font-weight:900;text-transform:none}.media-banner-section--safety-page .media-banner-section__info-container h2 .br{display:none}@media (max-width:992px){.media-banner-section--safety-page .media-banner-section__info-container h2 .br{display:block}}@media (max-width:992px){.media-banner-section--safety-page .media-banner-section__info-container h2{text-align:center;font-size:1.5625rem;line-height:1.49562rem;margin-bottom:13px}}@media (min-width:1200px){.media-banner-section--safety-page .media-banner-section__info-container h2{font-size:3.1875rem;line-height:3.625rem;margin-bottom:37px}}.media-banner-section--safety-page .media-banner-section__info-container p{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:1.35rem;line-height:1.625rem;color:#143561}@media (max-width:992px){.media-banner-section--safety-page .media-banner-section__info-container p{font-size:.75rem;line-height:.9rem}}@media (min-width:1200px){.media-banner-section--safety-page .media-banner-section__info-container p{letter-spacing:-.03em}}.media-banner-section--campaign-hero-banner .container{padding:0;margin:0 auto;max-width:1440px}.media-banner-section--campaign-hero-banner .container .media-banner-section__main{gap:37px;display:flex;flex-direction:column}@media (min-width:992px){.media-banner-section--campaign-hero-banner .container .media-banner-section__main{display:grid;gap:0}}.media-banner-section--campaign-hero-banner .container .media-banner-section__media-container,.media-banner-section--campaign-hero-banner .container .media-banner-section__media-container .image-container__image{height:100%}.media-banner-section--campaign-hero-banner .container .media-banner-section__media-container .image-container__image img{-o-object-fit:cover;object-fit:cover}.media-banner-section--campaign-hero-banner .container .media-banner-section__info-container{padding:0 20px}@media (min-width:992px){.media-banner-section--campaign-hero-banner .container .media-banner-section__info-container{padding:26px 47px 28px 38px;border:1px solid #707070;border-right:0}}.media-banner-section--campaign-hero-banner .container .media-banner-section__info-container .info-container__text p{padding-bottom:0;margin-bottom:16px}.media-banner-section--campaign-hero-banner .container .media-banner-section__info-container .info-container__text .campaign-title{font-family:Scotch Display;font-size:33px;line-height:32px;font-weight:600;position:relative;color:#121212;text-transform:unset;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.media-banner-section--campaign-hero-banner .container .media-banner-section__info-container .info-container__text .campaign-title span{font-size:28px;font-weight:400}.media-banner-section--campaign-hero-banner .container .media-banner-section__info-container .info-container__text .campaign-desc{font-family:Brandon Grotesque Bold;font-size:27px;line-height:33px;font-weight:700;color:#121212}.media-banner-section--campaign-hero-banner .container .media-banner-section__info-container .info-container__text .campaign-desc-light{font-family:Brandon Grotesque Light Regular;font-size:23px;line-height:28px;font-weight:300;color:#707070}.media-banner-section--campaign-hero-banner .container .media-banner-section__info-container .info-container__text .campaign-desc-win{font-family:Brandon Grotesque Bold;font-size:27px;line-height:33px;font-weight:700;color:#121212;padding-bottom:16px;margin-bottom:0}.media-banner-section--campaign-hero-banner .container .media-banner-section__info-container .info-container__text .campaign-desc span{font-family:Brandon Grotesque Light Regular;font-weight:300;color:#707070}.media-banner-section--campaign-hero-banner .container .media-banner-section__info-container .info-container__text .campaign-button{margin:20px auto 44px;width:246px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:47px;padding:5px 0;background-color:#ca3178;display:flex;justify-content:center;align-items:center}.media-banner-section--campaign-hero-banner .container .media-banner-section__info-container .info-container__text .campaign-button a{font-family:Brandon Grotesque Bold;font-size:25px;line-height:30px;font-weight:700;color:#fff;text-decoration:none}.media-banner-section--campaign-hero-banner .container .media-banner-section__info-container .info-container__text .campaign-logo-image .logo-icon{margin:auto}.campaign-simple-banner{position:relative}.campaign-simple-banner__background-img{top:0;right:0;bottom:0;left:0;z-index:-5;height:100%}.campaign-simple-banner__background-img:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;background:rgba(0,0,0,.55);content:""}@media (min-width:992px){.campaign-simple-banner__background-img:after{background:linear-gradient(90deg,rgba(0,0,0,.55) 50%,transparent)}}.campaign-simple-banner__content{text-align:center;position:relative;min-height:500px;padding-top:30px;padding-bottom:30px}@media (min-width:992px){.campaign-simple-banner__content{min-width:1px;min-height:670px}}@media (max-width:992px){.image-card__flex{display:flex;justify-content:center}}.image-card-grid{--card-width:216px;--grid-gap-m:65px 0;--grid-gap:93px 73px;--columns-template:repeat(auto-fit,var(--card-width));--columns-template-m:1fr;display:grid;gap:var(--grid-gap-m);grid-template-columns:var(--columns-template-m)}.image-card-grid--slim-card{--card-width:182px;--grid-gap-m:40px 0;--grid-gap:0 107px}.image-card-grid--five-in-row-card{--card-width:165px;--grid-gap-m:65px 0px;--grid-gap:93px 73px}.image-card-grid--icon-card{--card-width:42px;--grid-gap-m:40px 24px;--grid-gap:0 56px;--columns-template-m:repeat(4,var(--card-width))}.image-card-grid--icon-card .image-card{justify-content:center;height:42px}.color-hover .image-card-grid{--grid-gap-m:0}@media (min-width:992px){.image-card-grid{justify-content:center;gap:var(--grid-gap);grid-template-columns:var(--columns-template)}}.image-card-grid .image-card__image-container{height:75px;max-width:var(--card-width)}@media (min-width:768px){.image-card-grid .image-card__image-container{height:150px}}.image-card-grid .image-card__description h3{color:#0067b1;margin:0;padding:0 0 8px}.description-grid-link-section__more{display:flex;justify-content:center;margin-top:48px}@media (min-width:992px){.description-grid-link-section__more{margin-top:40px}}.promotii.section{margin:0;padding:30px 15px;background:#f0f4f8}@media (min-width:992px){.promotii.section{padding:64px 15px}}.promotii.section .container{padding-right:0;padding-left:0}.promotii.section .section__intro{text-align:center;margin-bottom:24px}.promotii.section .section__intro h2{font-size:2rem;color:#fff;margin:0 auto 30px;padding:18px;background:#183a6c;border-radius:8px}@media (min-width:992px){.promotii.section .section__intro h2{font-size:2.25rem;margin-bottom:54px;padding:24px}}.promotii.section .section__intro h3{font-size:2rem;color:#0a1f5b;margin-bottom:24px}@media (max-width:768px){.promotii.section .section__intro .block{display:block}}.promotii.section .image-card__image-container{height:100%}.promotii.section .image-card-grid--slim-card{--card-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px 0}@media (min-width:768px){.promotii.section .image-card-grid--slim-card{flex-direction:row;gap:0 72px}}.promotii.section .image-card-grid--slim-card .image-card{width:100%}.promotii.section .image-card-grid--slim-card .image-card:first-child{max-width:206px}.promotii.section .image-card-grid--slim-card .image-card:nth-child(2){max-width:276px}.promotii.section .image-card-grid--slim-card .image-card:nth-child(3){max-width:260px}.promotii.section .image-card__image-container{margin-bottom:0}@media (min-width:992px){.description-grid-link-section.game-day-partners{margin-top:84px}}@media (min-width:992px){.description-grid-link-section.game-day-partners .section__intro{margin-bottom:33px}}@media (min-width:992px){.description-grid-link-section.game-day-partners .section__intro h2{font-weight:900;font-size:1.625rem;line-height:1.96188rem}}@media (min-width:992px){.description-grid-link-section.game-day-partners .image-card__image-container{margin-bottom:12px}}.faq-section~.faq-section{padding-top:0}@media (min-width:992px){.faq-section~.faq-section{padding-top:0}}.faq-section__button{display:flex;align-items:center;justify-content:center;margin-bottom:40px}.faq-section .section__intro{text-align:center;color:#183a6c;font-size:2rem;text-transform:uppercase;font-weight:800;line-height:1.2;word-wrap:break-word}.wide-banner{--image-width:50%;color:var(--text-color);position:relative;display:flex;flex-direction:column;background:var(--background)}.wide-banner,.wide-banner--bg-grey{--background:#f0f4f8}.wide-banner,.wide-banner--bg-grey,.wide-banner--bg-white{--text-color:#183a6c;--title-color:#183a6c;--accordion-link-color:#0067b1}.wide-banner--bg-white{--background:#fff}.wide-banner--bg-blue{--background:#183a6c;--text-color:#f0f4f8;--title-color:#fff;--accordion-link-color:#fff}.wide-banner--bg-green{--background:#39854f}.wide-banner--bg-green,.wide-banner--bg-navy{--text-color:#fff;--title-color:#fff;--accordion-link-color:#fff}.wide-banner--bg-navy{--background:#0e2255;--image-width:100%}@media (min-width:992px){.wide-banner--bg-navy{--background:#00439c}}.wide-banner--bg-dark-blue{--background:linear-gradient(180deg,#0e2255 0,#0067b1);--text-color:#fff;--title-color:#fff}.wide-banner--transparent-theme{--background:rgba(24,58,108,0.6);min-height:360px}.wide-banner--bg-smalt,.wide-banner--transparent-theme{--text-color:#fff;--title-color:#fff;--accordion-link-color:#fff;--image-width:100%}.wide-banner--bg-smalt{--background:#00439c}.wide-banner--bg-congress-blue-gradient{--background:linear-gradient(180deg,#064187 0%,#0067b1)}.wide-banner--bg-bright-blue,.wide-banner--bg-congress-blue-gradient{--text-color:#fff;--title-color:#fff;--accordion-link-color:#fff;--image-width:100%}.wide-banner--bg-bright-blue{--background:#0067b1}@media (min-width:992px){.wide-banner{flex-direction:row;min-height:570px}}.wide-banner__image{height:360px;overflow:hidden}@media (min-width:992px){.wide-banner__image{height:auto}}.wide-banner__image .gatsby-image-wrapper>div{display:none}@media (min-width:992px){.wide-banner__image{width:var(--image-width)}}.wide-banner--transparent-theme .wide-banner__image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.wide-banner--bg-navy .wide-banner__image{height:72vw;margin-top:-37px}@media (min-width:992px){.wide-banner--bg-navy .wide-banner__image{height:49.65vw;margin-top:-50px}}.wide-banner--reverse{flex-direction:column-reverse}@media (min-width:992px){.wide-banner--reverse{flex-direction:row-reverse}}.wide-banner--column{flex-direction:column}@media (min-width:992px){.wide-banner--column{padding-bottom:50px}}.wide-banner--ultimate{background:linear-gradient(189deg,#111,#0b2860 59.9%,#0066b0)}@media (min-width:992px){.wide-banner--ultimate{padding-bottom:0}}.wide-banner--ultimate .wide-banner__info{width:100%;background:none;padding:64px 24px 32px;text-align:center}@media (min-width:992px){.wide-banner--ultimate .wide-banner__info{padding-bottom:40px}}@media (min-width:1400px){.wide-banner--ultimate .wide-banner__info{padding:96px 24px 64px}}.wide-banner--ultimate .wide-banner__description{padding:0}.wide-banner--ultimate .wide-banner__description h2{background-clip:text;background-color:#aa903c;background-image:linear-gradient(117deg,#9a8540,#f9f2cc 37.54%,#a29057 78.13%,#d6c9a2 98.96%);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}@media (min-width:992px){.wide-banner--ultimate .wide-banner__description h2{font-size:2.25rem;line-height:46px}}@media (min-width:1400px){.wide-banner--ultimate .wide-banner__description h2{font-size:2.625rem;line-height:54px}}.wide-banner--ultimate .wide-banner__image{width:100%;height:60vw;max-height:360px;margin:0 auto;padding:0 10px}@media (min-width:1400px){.wide-banner--ultimate .wide-banner__image{max-height:400px}}.wide-banner--ultimate .wide-banner__image img{-o-object-fit:contain!important;object-fit:contain!important}.wide-banner--ultimate .wide-banner__buttons{justify-content:center;padding:48px 10px 64px}@media (min-width:992px){.wide-banner--ultimate .wide-banner__buttons{padding-top:32px}}@media (min-width:1400px){.wide-banner--ultimate .wide-banner__buttons{padding:52px 0 96px}}.wide-banner--ultimate .wide-banner__buttons .btn{width:100%;max-width:325px;margin:0;background-color:#fff}.wide-banner--ultimate .wide-banner__buttons .btn:hover .btn__inner{text-decoration:none}@media (min-width:992px){.wide-banner--ultimate .wide-banner__buttons .btn{width:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}}.wide-banner--ultimate .wide-banner__buttons .btn__inner,.wide-banner--ultimate .wide-banner__buttons .icon__suffix{color:#183a6c}.wide-banner .icon-text__grid{color:var(--text-color)}@media (min-width:576px){.wide-banner .icon-text__grid{max-width:727px;gap:44px 18px;grid-template-columns:1fr 1fr}}.wide-banner .icon-text__grid h3{color:var(--title-color);margin:0}.wide-banner__info{display:flex;flex-direction:column;justify-content:center;padding:64px 24px}@media (min-width:992px){.wide-banner__info{flex-shrink:0;width:50%;padding:64px 5%}}@media (min-width:1200px){.wide-banner__info{padding:64px 10%}}.wide-banner__info--start{justify-content:flex-start}@media (min-width:992px){.wide-banner__info--start{padding-top:96px;padding-bottom:96px}}.wide-banner--transparent-theme .wide-banner__info{z-index:2;min-height:360px;background:var(--background)}.wide-banner--bg-navy .wide-banner__info{z-index:1;width:100%;background:linear-gradient(179.94deg,#0e2255 45.36%,#1a326f 72.98%,rgba(26,50,111,0) 90.6%);padding:13px 24px 0;text-align:center}@media (min-width:992px){.wide-banner--bg-navy .wide-banner__info{padding-top:48px}}.wide-banner__description{margin:0 auto;padding-bottom:20px}@media (min-width:992px){.wide-banner__description{padding-bottom:29px}}.wide-banner__description h2{font-size:1.5rem;font-weight:800;color:var(--title-color);margin-bottom:24px}@media (min-width:992px){.wide-banner__description h2{font-size:2rem;margin-bottom:32px}}.wide-banner__description h3{color:var(--title-color)}.wide-banner--bg-navy .wide-banner__description{padding-bottom:0}@media (min-width:992px){.wide-banner--bg-navy .wide-banner__description h2{font-size:3rem}}.wide-banner__description.infoList{font-size:1.5rem;font-weight:800;display:flex;justify-content:center;margin-bottom:52px}@media (min-width:992px){.wide-banner__description.infoList{font-size:2rem;margin-bottom:68px}}.wide-banner .accordion__question.btn{color:var(--accordion-link-color)}.wide-banner__buttons{display:flex;flex-wrap:wrap;align-items:center}.wide-banner__buttons .btn{margin:20px 24px 0 0}.wide-banner--packshots .wide-banner__description{font-size:1.5625rem;text-align:center;line-height:1.1;font-weight:300}@media (min-width:992px){.wide-banner--packshots .wide-banner__description{font-size:1.875rem}}.wide-banner--packshots .wide-banner__description strong{font-weight:900}.wide-banner--packshots .wide-banner__info{padding-bottom:0;width:100%}.wide-banner--packshots .wide-banner__image{height:40vw;max-height:40vw;width:100%;margin:20px auto}@media (min-width:992px){.wide-banner--packshots .wide-banner__image{height:37vw;width:100%}}.wide-banner--infographics .wide-banner__description{font-size:1.5625rem;text-align:center;line-height:1.1;font-weight:900}@media (min-width:992px){.wide-banner--infographics .wide-banner__description{font-size:2.1875rem}}.wide-banner--infographics .wide-banner__info{padding-bottom:0;width:100%}.wide-banner--infographics .wide-banner__image{height:57vw;width:90vw;margin:20px auto 60px}@media (min-width:992px){.wide-banner--infographics .wide-banner__image{height:510px;width:800px}}@media (min-width:1200px){.wide-banner--infographics .wide-banner__image{height:575px;width:900px;margin-top:40px}}@media (min-width:1400px){.wide-banner--infographics .wide-banner__image{height:700px;width:1100px}}.wide-banner--promotii .wide-banner{position:relative;min-height:500px}.wide-banner--promotii .wide-banner:after{position:absolute;right:0;bottom:0;display:var(--bg-display);width:262px;height:164px;background:linear-gradient(180deg,#fff 0,hsla(0,0%,100%,0));content:"";opacity:.25;-webkit-clip-path:polygon(100% 0,0 100%,100% 100%);clip-path:polygon(100% 0,0 100%,100% 100%)}@media (min-width:992px){.wide-banner--promotii .wide-banner:after{width:420px;height:263px}}@media (max-width:768px){.wide-banner--promotii .wide-banner__info{padding:30px}}.wide-banner--promotii .wide-banner__description{color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:0 0 var(--padding-bottom)}@media (min-width:768px){.wide-banner--promotii .wide-banner__description{justify-content:center;min-height:var(--height-desktop);padding-bottom:56px}}.wide-banner--promotii .wide-banner__description h2,.wide-banner--promotii .wide-banner__description h3{font-size:2rem;margin-bottom:16px}@media (min-width:992px){.wide-banner--promotii .wide-banner__description h2,.wide-banner--promotii .wide-banner__description h3{font-size:2.5rem}}.wide-banner--promotii .wide-banner__image{position:absolute;right:0;bottom:0;width:Min(360px,100%);height:170px;content:"";opacity:.8;-webkit-clip-path:polygon(100% 0,0 100%,100% 100%);clip-path:polygon(100% 0,0 100%,100% 100%);-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(hsla(0,0%,100%,0)));mask-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(hsla(0,0%,100%,0)))}@media (min-width:992px){.wide-banner--promotii .wide-banner__image{width:480px;height:298px}}@media (min-width:1200px){.wide-banner--promotii .wide-banner__image{width:800px;height:560px}}.wide-banner--promotii .wide-banner__buttons .btn.btn--primary-link{--btn-border:2px solid #fff;--btn-radius:999px;--btn-color:#183a6c;--btn-background:#fff;--btn-hover-color:#183a6c;--btn-hover-background:#dfe6eb;--btn-active-background:#dfe6eb;--text-decoration:none;--underline-color:#fff;--btn-active-color:#183a6c;--btn-active-outline:none;--btn-padding:16px}.wide-banner--promotii .wide-banner__buttons .btn.btn--primary-link .icon{display:none}.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-track{overflow:hidden;display:flex}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:pan-y;-webkit-touch-callout:none;-khtml-user-select:none}.slick-list{margin:0;padding:0;overflow:hidden}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.custom-carousel-section .container{max-width:793px}.custom-carousel-section-navigator{width:32px;height:32px;margin-right:1px;border:1px solid;border-radius:100%}.custom-carousel-section-navigator:first-child{margin-right:16px}.custom-carousel-section-navigator.btn:focus{outline-offset:0}.custom-carousel-section-navigator--disabled{pointer-events:none;opacity:0}.slider__item{height:221px}@media (min-width:480px){.slider__item{height:300px}}@media (min-width:576px){.slider__item{height:320px}}@media (min-width:768px){.slider__item{height:418px}}.slider__info{display:flex;flex-wrap:nowrap;justify-content:space-between;width:100%;margin-top:14px;margin-bottom:1px}.slider__info-text{font-size:.75rem;font-weight:400;display:flex;align-items:flex-start;margin-right:16px}@media (min-width:768px){.slider__info-text{line-height:1.7;align-items:center}}.slider__info-count{color:#183a6c;margin-right:8px}@media (min-width:768px){.slider__info-count{margin-right:12px}}.slider__info-count--selected{font-weight:600}.slider__info-navigation{position:relative;display:flex;flex-wrap:nowrap}.instructions-steps-list .step{display:grid;align-items:start;margin-bottom:16px;grid-gap:24px;grid-template-columns:1fr;--image-height-mobile:221px;--image-height-desktop:368px}.instructions-steps-list .step--image-auto{--image-height-mobile:auto;--image-height-desktop:auto}@media (min-width:768px){.instructions-steps-list .step{margin-bottom:24px;grid-gap:56px;grid-template-columns:1fr 1fr}}@media (min-width:1200px){.instructions-steps-list .step{grid-gap:96px}}.instructions-steps-list .step__image{width:100%;margin:0}.instructions-steps-list .step__description{height:100%}.instructions-steps-list--small-image{max-width:745px;margin:0 auto}.instructions-steps-list--small-image .step{margin-bottom:16px;grid-gap:24px}@media (min-width:768px){.instructions-steps-list--small-image .step{grid-gap:32px;grid-template-columns:1fr 1fr}}.instructions-steps-list--small-image .step__image{width:100%;height:221px}.instructions-steps-list--no-image{max-width:745px;margin:0 auto}.instructions-steps-list--no-image .step{grid-template-columns:1fr}@media (max-width:991px){.instructions-steps-list.with-slider{max-width:none}}@media (max-width:991px){.instructions-steps-list.with-slider .step-list{overflow:hidden;margin-left:-24px;margin-right:-24px;padding-left:32px;padding-right:32px;max-width:none}}@media (max-width:991px){.instructions-steps-list.with-slider .block-carousel .slick-slide{padding-left:5px;padding-right:5px}}@media (max-width:991px){.instructions-steps-list.with-slider .slick-list{max-width:calc(100% - 46px);overflow:visible}}.instructions-steps-list.table-style{max-width:1128px}.sign-up{--section-margin:64px 0;--section-margin-desktop:96px 0;color:#183a6c;margin:var(--section-margin)}@media (min-width:992px){.sign-up{margin:var(--section-margin-desktop)}}.sign-up--container{max-width:793px}.sign-up__grid{display:grid;width:100%;grid-template-columns:1fr}@media (min-width:768px){.sign-up__grid{display:grid;grid-template-columns:1fr 1fr}}.sign-up__info{display:flex;flex-direction:column;justify-content:center;width:100%}.sign-up__info--thank{align-items:flex-start}.sign-up__media{display:flex;align-items:center;justify-content:center;padding-top:24px;box-sizing:border-box}@media (min-width:768px){.sign-up__media{padding-top:0;padding-left:24px}}.sign-up__media--image{width:212px;height:208px}@media (min-width:768px){.sign-up__media--image{width:313px;height:308px}}.sign-up__description{color:inherit}.sign-up__description p{font-weight:600}.sign-up__field-disclaimer{font-size:.75rem;font-weight:600;color:inherit;margin-top:24px}@media (min-width:992px){.sign-up__field-disclaimer{margin-top:32px}}.sign-up__form{display:grid;padding-top:40px;gap:24px;grid-template-areas:"first" "last" "email" "rest";grid-template-columns:1fr}@media (min-width:768px){.sign-up__form{grid-template-areas:"first last" "email email" "rest rest";grid-template-columns:1fr 1fr}}.sign-up__form-group--rest{grid-area:rest}.sign-up__form-group--first{grid-area:first}.sign-up__form-group--last{grid-area:last}.sign-up__form-group--email{grid-area:email}.sign-up__form-group label{font-size:.75rem;font-weight:600;display:block;padding-bottom:6px}.sign-up__form-group input{font-size:1rem;color:#0e2255;display:block;width:100%;height:48px;padding:5px 20px;border:1px solid rgba(24,58,108,.3);border-radius:24px}.sign-up__form-group input:focus,.sign-up__form-group input:hover{border:1px solid #0067b1;outline:1px solid transparent}.sign-up__form-checkbox-group{font-size:.75rem;font-weight:600;position:relative;display:flex;padding-left:30px}.sign-up__form-checkbox-group input{position:absolute;pointer-events:none;opacity:0}.sign-up__form-checkbox-group input:checked+.checkbox:before{display:block}.sign-up__form-checkbox-group input:checked+.checkbox{background-color:#0067b1}.sign-up__form-checkbox-group .checkbox{position:absolute;top:0;left:0;width:18px;height:18px;background:none;border:1px solid #183a6c;border-radius:2px}.sign-up__form-checkbox-group .checkbox:before{position:absolute;top:50%;left:50%;display:none;width:5px;height:10px;margin-top:-2px;border:solid #fff;border-width:0 2px 2px 0;content:"";-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.sign-up__form-checkbox-group .checkbox:hover{cursor:pointer;border:1px solid #0067b1}.sign-up__personalize-adv{font-size:.75rem;font-weight:600;padding-left:30px;margin-bottom:16px}.sign-up__form__disclaimer{font-size:.75rem;font-weight:600;margin-top:24px;padding-left:30px}.sign-up [type=submit],.sign-up__message-cta{margin-top:24px}.sign-up__error{color:#de2928;margin-bottom:16px}.image-section__img{width:100%}.image-section__caption{display:block;padding-top:1rem}.image-section .btn,.input-label{display:block}.input-label{font-size:.75rem;font-weight:600;padding-bottom:6px}.input-label--error{color:#de2928}.input{font-size:1rem;color:#0e2255;display:block;width:100%;height:48px;padding:5px 20px;border:1px solid rgba(24,58,108,.3);border-radius:24px}.input:focus,.input:hover{border:1px solid #0067b1;outline:1px solid transparent}.input--error,.input--error:focus,.input--error:hover{border-color:#de2928}.error-message{font-size:.75rem;color:#de2928;display:flex;align-items:center;justify-content:flex-start;margin-top:4px}.error-message .icon{font-size:1rem;margin-right:4px}.native-dropdown{font-size:1rem;color:#0e2255;display:block;width:100%;height:48px;padding:5px 20px;border:1px solid rgba(24,58,108,.3);border-radius:24px}.native-dropdown:focus,.native-dropdown:hover{border:1px solid #0067b1;outline:1px solid transparent}.native-dropdown__label{font-size:.75rem;font-weight:600;display:block;padding-bottom:6px}.receipt-form{--section-margin:64px 0;--section-margin-desktop:96px 0;color:#183a6c;margin:var(--section-margin)}@media (min-width:992px){.receipt-form{margin:var(--section-margin-desktop)}}.receipt-form--container{max-width:793px}.receipt-form__grid{display:grid;width:100%;grid-template-columns:1fr}@media (min-width:768px){.receipt-form__grid{display:grid;grid-template-columns:1fr 1fr}}.receipt-form__info{display:flex;flex-direction:column;justify-content:center;width:100%}.receipt-form__info--thank{align-items:flex-start}.receipt-form__media{display:flex;align-items:center;justify-content:center;padding-top:24px;box-sizing:border-box}@media (min-width:768px){.receipt-form__media{padding-top:0;padding-left:24px}}.receipt-form__media--image{width:212px;height:208px}@media (min-width:768px){.receipt-form__media--image{width:313px;height:308px}}.receipt-form__description{color:inherit}.receipt-form__description p{font-weight:600}.receipt-form__block-title{padding-top:24px;padding-bottom:24px}.receipt-form__form{padding-top:40px}.receipt-form__block-grid{display:grid;padding-bottom:24px;gap:24px;grid-template-columns:1fr}@media (min-width:768px){.receipt-form__block-grid{grid-template-columns:1fr 1fr}}.receipt-form__file-wrap{position:relative}.receipt-form__file-upload{font-size:1rem;color:#0e2255;z-index:1;display:flex;align-items:center;width:100%;height:48px;padding:5px 20px;cursor:pointer;border:1px solid rgba(24,58,108,.3);border-radius:24px;box-sizing:border-box}.receipt-form__file-upload:hover{border:1px solid #0067b1;outline:1px solid transparent}.receipt-form__file-input{position:absolute;bottom:0;left:50%;z-index:0;width:1px;height:1px;opacity:0}.receipt-form__file-input:focus+.receipt-form__file-upload{border:1px solid #0067b1;outline:1px dashed #0067b1;outline-offset:3px}.receipt-form__filename{display:flex;align-items:center;justify-content:space-between}.receipt-form__form-checkbox-group{font-size:.75rem;font-weight:600;position:relative;display:flex;padding-left:30px}.receipt-form__form-checkbox-group input{position:absolute;left:0;width:18px;height:18px;pointer-events:none;opacity:0}.receipt-form__form-checkbox-group input:checked+.checkbox:before{display:block}.receipt-form__form-checkbox-group input:checked+.checkbox{background-color:#0067b1}.receipt-form__form-checkbox-group input:focus+.checkbox{outline:1px dashed #0067b1;outline-offset:3px}.receipt-form__form-checkbox-group .checkbox{position:absolute;top:0;left:0;width:18px;height:18px;background:none;border:1px solid #183a6c;border-radius:2px}.receipt-form__form-checkbox-group .checkbox:before{position:absolute;top:50%;left:50%;display:none;width:5px;height:10px;margin-top:-2px;border:solid #fff;border-width:0 2px 2px 0;content:"";-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.receipt-form__form-checkbox-group .checkbox:hover{cursor:pointer;border:1px solid #0067b1}.receipt-form__form__disclaimer{font-size:.75rem;font-weight:600;margin-top:24px;padding-left:30px}.receipt-form [type=submit],.receipt-form__message-cta{margin-top:24px}.receipt-form__error{color:#de2928;margin-top:16px}.video-list-section__grid{margin:0;padding:0;list-style:none;display:grid;gap:36px 24px;grid-template-columns:1fr}@media (min-width:768px){.video-list-section__grid{grid-template-columns:1fr 1fr}}.video-list-section__grid .container{padding:0}.video-list-section__grid .video{margin:0}.video-list-section__more{display:flex;justify-content:center;padding-top:36px}.campaign-banner__background{position:relative;z-index:1}.campaign-banner__background-img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#0c2157 0,#0067b1);transition:.1s ease}.campaign-banner__background-img:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;background:rgba(0,0,0,.55);content:""}@media (min-width:992px){.campaign-banner__background-img:after{background:linear-gradient(90deg,rgba(0,0,0,.55) 50%,transparent)}}.campaign-banner__grid{position:relative}@media (min-width:992px){.campaign-banner__grid{display:flex;align-items:center;min-width:1px;min-height:670px}}.campaign-banner__info{min-width:1px;padding-top:64px;padding-bottom:124px}@media (min-width:992px){.campaign-banner__info{padding-top:64px;padding-bottom:64px}}.campaign-banner__description{color:#fff}@media (min-width:992px){.campaign-banner__description{font-size:1.25rem}}.campaign-banner__description h1,.campaign-banner__description h2{font-size:2.5rem;color:inherit;margin-bottom:16px}@media (min-width:992px){.campaign-banner__description h1,.campaign-banner__description h2{font-size:4rem;margin-bottom:32px}}.campaign-banner__buttons{display:flex;flex-wrap:wrap;align-items:center;padding-top:12px}@media (min-width:576px){.campaign-banner__buttons{padding-top:24px}}.campaign-banner__buttons .btn{margin:24px 24px 0 0}.campaign-banner__image{position:absolute;bottom:0;left:50%;width:178px;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}@media (min-width:992px){.campaign-banner__image{position:static;flex-shrink:0;width:382px;margin-left:105px;-webkit-transform:none;transform:none}}.campaign-banner__disclaimer{font-weight:400;color:#5a6c87;padding:98px 25px 32px;background-color:#fff;font-size:.75rem}@media (min-width:992px){.campaign-banner__disclaimer{color:#fff;padding:16px 0;background-color:transparent}}.campaign-banner__disclaimer *{font-size:inherit;font-weight:inherit;color:inherit}.campaign-banner__disclaimer a{font-weight:400;color:inherit}.campaign-banner__disclaimer a:active,.campaign-banner__disclaimer a:hover{color:inherit}.campaign-banner__disclaimer a:focus{color:inherit;outline:1px dashed #fff}.campaign-banner__disclaimer--empty{padding:98px 0 0}@media (min-width:992px){.campaign-banner__disclaimer--empty{padding:0}}.campaign-banner--coupon-registration .campaign-banner .container{position:relative}@media (min-width:992px){.campaign-banner--coupon-registration .campaign-banner .container:before{position:absolute;bottom:0;left:24px;width:calc(100% - 48px);height:1px;background-color:hsla(0,0%,100%,.4);content:""}}.campaign-banner--coupon-registration .campaign-banner__background-img{background:#11284c}.campaign-banner--coupon-registration .campaign-banner__background-img:after{background:linear-gradient(0deg,#11284c,transparent 20%)}@media (min-width:992px){.campaign-banner--coupon-registration .campaign-banner__grid{align-items:stretch;min-height:640px;gap:16px}}.campaign-banner--coupon-registration .campaign-banner__info{padding:36px 0}@media (min-width:992px){.campaign-banner--coupon-registration .campaign-banner__info{padding:60px 48px;background:rgba(18,18,18,.2)}}.campaign-banner--coupon-registration .campaign-banner__image{position:static;width:300px;margin:0 auto;-webkit-transform:unset;transform:unset}@media (min-width:992px){.campaign-banner--coupon-registration .campaign-banner__image{width:489px}}.campaign-banner--coupon-registration .campaign-banner__disclaimer{font-size:1rem;line-height:28px;color:#fff;max-width:1176px;margin:0 auto;padding:12px 24px 0;background-color:transparent}.campaign-banner--coupon-registration .campaign-banner__disclaimer p{padding-bottom:48px;border-bottom:1px solid hsla(0,0%,100%,.4)}@media (min-width:992px){.campaign-banner--coupon-registration .campaign-banner__disclaimer{display:none}}.campaign-banner--coupon-registration .campaign-banner__description-title{font-size:2.375rem;font-weight:700;line-height:42px;margin-bottom:20px}@media (min-width:992px){.campaign-banner--coupon-registration .campaign-banner__description-title{font-size:2.625rem;letter-spacing:-.64px;margin-bottom:32px}}@media (min-width:1200px){.campaign-banner--coupon-registration .campaign-banner__description-title{font-size:4rem;line-height:74px}}.campaign-banner--coupon-registration .campaign-banner__description-subtitle{font-size:1.25rem;line-height:24px;text-transform:uppercase;margin-bottom:18px}@media (min-width:992px){.campaign-banner--coupon-registration .campaign-banner__description-subtitle{font-size:1.625rem;letter-spacing:-.35px}}@media (min-width:1200px){.campaign-banner--coupon-registration .campaign-banner__description-subtitle{font-size:2.1875rem;line-height:40px;margin-bottom:48px}}.campaign-banner--coupon-registration .campaign-banner__description-info{font-size:1.25rem;font-weight:700;line-height:32px;margin:0}@media (min-width:992px){.campaign-banner--coupon-registration .campaign-banner__description-info{font-size:1.5rem;text-transform:uppercase;margin-bottom:18px}}.campaign-banner--coupon-registration .campaign-banner__description-disclaimer{display:none}@media (min-width:992px){.campaign-banner--coupon-registration .campaign-banner__description-disclaimer{font-size:1.125rem;font-weight:400;line-height:32px;display:block}}@media (min-width:992px){.campaign-banner--coupon-registration-with-button .campaign-banner__disclaimer{display:block}}.campaign-banner--coupon-registration-with-button .btn--primary-link{background-color:#de2928;border:2px solid #fff}.campaign-banner--simple-banner{color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;padding:0;background-color:#0a1f5b}.campaign-banner--simple-banner .campaign-banner__description h2{font-size:2.625rem;margin-bottom:32px}@media (min-width:992px){.campaign-banner--simple-banner .campaign-banner__description h2{font-size:5.3125rem}}.campaign-banner--simple-banner .campaign-banner__description p{font-size:1.875rem;font-weight:700;line-height:1.1}@media (min-width:992px){.campaign-banner--simple-banner .campaign-banner__description p{font-size:2.5rem}}.campaign-banner--simple-banner .campaign-banner__info{padding-bottom:32px}@media (min-width:992px){.campaign-banner--simple-banner .campaign-banner__info{padding-bottom:64px}}.campaign-banner--simple-banner .campaign-banner__grid{min-height:unset}.campaign-banner--simple-banner--slim{color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;padding:0;background-color:#0a1f5b}.campaign-banner--simple-banner--slim .campaign-banner__description h2{font-size:1.6875rem;margin-bottom:32px}@media (min-width:992px){.campaign-banner--simple-banner--slim .campaign-banner__description h2{font-size:2.5rem}}.campaign-banner--simple-banner--slim .campaign-banner__description p{font-size:1.0625rem;line-height:1.5}@media (min-width:992px){.campaign-banner--simple-banner--slim .campaign-banner__description p{font-size:1.3125rem}}.campaign-banner--simple-banner--slim .campaign-banner__info{padding-bottom:32px}@media (min-width:992px){.campaign-banner--simple-banner--slim .campaign-banner__info{padding-bottom:64px}}.campaign-banner--simple-banner--slim .campaign-banner__grid{min-height:unset}.campaign-banner--coupon-registration-dense .campaign-banner .container{position:relative}@media (min-width:992px){.campaign-banner--coupon-registration-dense .campaign-banner .container:before{position:absolute;bottom:0;left:24px;width:calc(100% - 48px);height:1px;background-color:hsla(0,0%,100%,.4);content:""}}.campaign-banner--coupon-registration-dense .campaign-banner__background-img{background:#11284c}.campaign-banner--coupon-registration-dense .campaign-banner__background-img:after{background:linear-gradient(0deg,#11284c,transparent 20%)}@media (min-width:992px){.campaign-banner--coupon-registration-dense .campaign-banner__grid{align-items:stretch;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;gap:16px}}.campaign-banner--coupon-registration-dense .campaign-banner__info{padding:36px 0}@media (min-width:992px){.campaign-banner--coupon-registration-dense .campaign-banner__info{display:flex;flex-direction:column;justify-content:center;padding:24px;background:rgba(18,18,18,.2)}}.campaign-banner--coupon-registration-dense .campaign-banner__image{position:static;width:300px;margin:0 auto;-webkit-transform:unset;transform:unset}@media (min-width:992px){.campaign-banner--coupon-registration-dense .campaign-banner__image{width:380px;padding:16px 0}.campaign-banner--coupon-registration-dense .campaign-banner__image .campaign-banner__image-img{width:240px;margin:0 auto}}@media (min-width:992px){.campaign-banner--coupon-registration-dense .campaign-banner__description{font-size:1.125rem}}@media (min-width:992px){.campaign-banner--coupon-registration-dense .campaign-banner__description h1,.campaign-banner--coupon-registration-dense .campaign-banner__description h2{font-size:2.625rem;margin-bottom:16px}}.campaign-banner--coupon-registration-dense .campaign-banner__description p{margin:0}.campaign-banner--coupon-registration-dense .campaign-banner__description p+p{margin:12px 0 0}.campaign-banner--coupon-registration-dense .campaign-banner__description-title{font-size:2.375rem;font-weight:700;line-height:42px;margin-bottom:20px}@media (min-width:992px){.campaign-banner--coupon-registration-dense .campaign-banner__description-title{font-size:2.625rem;letter-spacing:-.64px;margin-bottom:32px}}@media (min-width:1200px){.campaign-banner--coupon-registration-dense .campaign-banner__description-title{font-size:4rem;line-height:74px}}.campaign-banner--coupon-registration-dense .campaign-banner__description-subtitle{font-size:1.25rem;line-height:24px;text-transform:uppercase;margin-bottom:18px}@media (min-width:992px){.campaign-banner--coupon-registration-dense .campaign-banner__description-subtitle{font-size:1.625rem;letter-spacing:-.35px}}@media (min-width:1200px){.campaign-banner--coupon-registration-dense .campaign-banner__description-subtitle{font-size:2.1875rem;line-height:40px;margin-bottom:48px}}.campaign-banner--coupon-registration-dense .campaign-banner__description-info{font-size:1.25rem;font-weight:700;line-height:32px;margin:0}@media (min-width:992px){.campaign-banner--coupon-registration-dense .campaign-banner__description-info{font-size:1.5rem;text-transform:uppercase;margin-bottom:18px}}.campaign-banner--coupon-registration-dense .campaign-banner__description-disclaimer{display:none}@media (min-width:992px){.campaign-banner--coupon-registration-dense .campaign-banner__description-disclaimer{font-size:1.125rem;font-weight:400;line-height:32px;display:block}}.campaign-banner--coupon-registration-dense .campaign-banner__disclaimer{font-size:1rem;line-height:28px;color:#fff;max-width:1176px;margin:0 auto;padding:12px 24px 0;background-color:transparent}.campaign-banner--coupon-registration-dense .campaign-banner__disclaimer p{padding-bottom:12px;border-bottom:1px solid hsla(0,0%,100%,.4)}.campaign-banner--jet-dry .campaign-banner__grid{height:100%}.campaign-banner--jet-dry .campaign-banner__logo{width:232px;margin-bottom:30px}@media (min-width:992px){.campaign-banner--jet-dry .campaign-banner__logo{width:332px;margin-bottom:92px}}.campaign-banner--jet-dry .campaign-banner__background .container{height:100%}.campaign-banner--jet-dry .campaign-banner__background-img.gatsby-image-wrapper img{-o-object-position:50% 86%!important;object-position:50% 86%!important}.campaign-banner--jet-dry .campaign-banner__background-img:after{background:linear-gradient(270deg,rgba(24,58,108,0) 5.49%,#183a6c 81.49%)}@media (min-width:992px){.campaign-banner--jet-dry .campaign-banner__info{max-width:980px;margin:0 auto}}.campaign-banner--jet-dry .campaign-banner__description{font-size:1rem;text-align:center}@media (min-width:992px){.campaign-banner--jet-dry .campaign-banner__description{font-size:1.5rem}}.campaign-banner--jet-dry .campaign-banner__description h2{font-size:2.125rem;margin-bottom:20px}@media (min-width:992px){.campaign-banner--jet-dry .campaign-banner__description h2{font-size:4rem;margin-bottom:40px}}.campaign-banner--promotii .campaign-banner{position:relative}.campaign-banner--promotii .campaign-banner__info{width:100%;max-width:458px;padding-top:44px;padding-bottom:12px}@media (min-width:992px){.campaign-banner--promotii .campaign-banner__info{padding-bottom:24px}}@media (max-width:992px){.campaign-banner--promotii .campaign-banner__info{margin:0 auto}}.campaign-banner--promotii .campaign-banner__background-img:after{background:transparent}@media (max-width:992px){.campaign-banner--promotii .campaign-banner__background-img:after{box-shadow:inset 4px 122px 150px 0 rgba(18,18,18,.15)}}.campaign-banner--promotii .campaign-banner__background-img img{-o-object-position:18% 50%!important;object-position:18% 50%!important}@media (min-width:576px){.campaign-banner--promotii .campaign-banner__background-img img{-o-object-position:0 50%!important;object-position:0 50%!important}}@media (min-width:992px){.campaign-banner--promotii .campaign-banner__background-img img{-o-object-position:50% 50%!important;object-position:50% 50%!important}}@media (min-width:768px){.campaign-banner--promotii .campaign-banner__description{margin-bottom:50px}}.campaign-banner--promotii .campaign-banner__discount{color:#121212;position:relative;display:flex;padding:8px 56px 8px 16px;background:linear-gradient(6deg,#f6eab8,#b79661 40%,#f6e8af 70%,#bc9961);border-radius:8px;-webkit-clip-path:polygon(100% 0,100% 8%,93% 85%,92% 93%,91% 97%,91% 97%,90% 99%,88% 100%,86% 100%,85% 100%,91% 100%,80% 100%,0 100%,0 0);clip-path:polygon(100% 0,100% 8%,93% 85%,92% 93%,91% 97%,91% 97%,90% 99%,88% 100%,86% 100%,85% 100%,91% 100%,80% 100%,0 100%,0 0);gap:14px}@media (max-width:768px){.campaign-banner--promotii .campaign-banner__discount{max-width:320px;margin-right:auto!important;margin-left:auto!important}}@media (max-width:992px){.campaign-banner--promotii .campaign-banner__discount{margin-bottom:180px!important;padding:8px 15px}}.campaign-banner--promotii .campaign-banner__discount--left,.campaign-banner--promotii .campaign-banner__discount--right{display:flex;flex-direction:column}.campaign-banner--promotii .campaign-banner__discount--right{width:40%}.campaign-banner--promotii .campaign-banner__discount--left{width:60%}.campaign-banner--promotii .campaign-banner__discount span{font-weight:900;letter-spacing:-.6px;display:inline-block;word-wrap:break-word}@media (min-width:992px){.campaign-banner--promotii .campaign-banner__discount span{font-weight:700}}.campaign-banner--promotii .campaign-banner__discount-description{font-size:3rem;font-weight:700;line-height:3.125rem}@media (min-width:992px){.campaign-banner--promotii .campaign-banner__discount-description{font-size:4rem;line-height:3.25rem}}.campaign-banner--promotii .campaign-banner__discount-description-small{font-size:.875rem;line-height:.875rem}.campaign-banner--promotii .campaign-banner__discount-title-small{font-size:.875rem}@media (min-width:768px){.campaign-banner--promotii .campaign-banner__discount-title-small{font-size:1.25rem;line-height:1.375rem}}.campaign-banner--promotii .campaign-banner__buttons{justify-content:center;margin-bottom:18px}@media (min-width:992px){.campaign-banner--promotii .campaign-banner__buttons{margin-bottom:180px}}.campaign-banner--promotii .campaign-banner__buttons .btn--primary-link{font-size:1.25rem;position:relative;height:50px;padding:10px 15px;background:transparent;border:none;border-radius:8px}.campaign-banner--promotii .campaign-banner__buttons .btn--primary-link:after{position:absolute;top:0;right:0;bottom:0;z-index:-1;width:100%;background:#de2928;border-radius:8px;content:"";-webkit-transform:skew(-28deg,0deg);transform:skew(-28deg,0deg)}.campaign-banner--promotii .campaign-banner__buttons .btn .icon,.campaign-banner--promotii .campaign-banner__disclaimer{display:none}.campaign-banner--promotii .campaign-banner__image{position:absolute;top:46%;bottom:auto;width:100%;max-width:290px;margin-left:0;-webkit-transform:translate(-50%);transform:translate(-50%)}@media (min-width:576px){.campaign-banner--promotii .campaign-banner__image{top:36%;max-width:427px}}@media (min-width:992px){.campaign-banner--promotii .campaign-banner__image{top:50%;left:0;max-width:546px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:1200px){.campaign-banner--promotii .campaign-banner__image{left:-140px;max-width:800px}}.campaign-banner--promotii .campaign-banner__grid{flex-direction:row-reverse;align-items:flex-end;justify-content:space-between}.campaign-banner--promotii .footer-top__trademark--logo-placement,.campaign-banner--promotii .footer-top__trademark-text{display:flex;justify-content:center}.campaign-banner--promotii .footer-top__trademark--logo-placement p,.campaign-banner--promotii .footer-top__trademark-text p{color:#fff}.campaign-banner--promotii-thankyou .campaign-banner__info{background:transparent}@media (min-width:1200px){.campaign-banner--promotii-thankyou .campaign-banner__info{max-width:600px;padding-right:15px;padding-left:15px}}.campaign-banner--promotii-thankyou .campaign-banner__description h2,.campaign-banner--promotii-thankyou .campaign-banner__description h3{font-size:2rem}@media (min-width:768px){.campaign-banner--promotii-thankyou .campaign-banner__description h2,.campaign-banner--promotii-thankyou .campaign-banner__description h3{font-size:2.5rem}}@media (min-width:1200px){.campaign-banner--promotii-thankyou .campaign-banner__description h2,.campaign-banner--promotii-thankyou .campaign-banner__description h2+p,.campaign-banner--promotii-thankyou .campaign-banner__description h3,.campaign-banner--promotii-thankyou .campaign-banner__description h3+p{width:1100px}}.campaign-banner--promotii-thankyou .campaign-banner__description p{font-size:1rem}.campaign-banner--promotii-thankyou .campaign-banner__background-img:after{background:transparent}@media (max-width:992px){.campaign-banner--promotii-thankyou .campaign-banner__background-img:after{box-shadow:inset 4px 122px 150px 0 rgba(18,18,18,.15)}}@media (max-width:1200px){.campaign-banner--promotii-thankyou .campaign-banner__grid{display:flex;flex-direction:column;justify-content:center}}.campaign-banner--promotii-thankyou .campaign-banner__image{width:100%;max-width:500px;margin:0 auto 42px}@media (min-width:1200px){.campaign-banner--promotii-thankyou .campaign-banner__image{position:absolute;top:26%;max-width:580px;margin-left:12px}}.iframe-section--style-coupons-form,.iframe-section--style-coupons-form-short{margin:0}.iframe-section--style-coupons-form-short .container,.iframe-section--style-coupons-form .container{max-width:none;padding-left:0;padding-right:0}.iframe-section--style-coupons-form-short .iframe-block,.iframe-section--style-coupons-form .iframe-block{height:2450px;background-color:#183a6c}@media (min-width:360px){.iframe-section--style-coupons-form-short .iframe-block,.iframe-section--style-coupons-form .iframe-block{height:2400px}}@media (min-width:375px){.iframe-section--style-coupons-form-short .iframe-block,.iframe-section--style-coupons-form .iframe-block{height:2350px}}@media (min-width:414px){.iframe-section--style-coupons-form-short .iframe-block,.iframe-section--style-coupons-form .iframe-block{height:2270px}}@media (min-width:480px){.iframe-section--style-coupons-form-short .iframe-block,.iframe-section--style-coupons-form .iframe-block{height:2110px}}@media (min-width:576px){.iframe-section--style-coupons-form-short .iframe-block,.iframe-section--style-coupons-form .iframe-block{height:2030px}}@media (min-width:768px){.iframe-section--style-coupons-form-short .iframe-block,.iframe-section--style-coupons-form .iframe-block{height:1750px}}@media (min-width:992px){.iframe-section--style-coupons-form-short .iframe-block,.iframe-section--style-coupons-form .iframe-block{height:1730px}}@media (min-width:1200px){.iframe-section--style-coupons-form-short .iframe-block,.iframe-section--style-coupons-form .iframe-block{height:1730px}}.iframe-section--style-coupons-form-short .iframe-block{height:2250px}@media (min-width:360px){.iframe-section--style-coupons-form-short .iframe-block{height:2230px}}@media (min-width:375px){.iframe-section--style-coupons-form-short .iframe-block{height:2210px}}@media (min-width:414px){.iframe-section--style-coupons-form-short .iframe-block{height:2140px}}@media (min-width:480px){.iframe-section--style-coupons-form-short .iframe-block{height:1970px}}@media (min-width:576px){.iframe-section--style-coupons-form-short .iframe-block{height:1920px}}@media (min-width:768px){.iframe-section--style-coupons-form-short .iframe-block{height:1650px}}@media (min-width:992px){.iframe-section--style-coupons-form-short .iframe-block{height:1650px}}@media (min-width:1200px){.iframe-section--style-coupons-form-short .iframe-block{height:1650px}}.iframe-block{margin:0}.iframe-block iframe{width:100%;overflow:hidden;border:none}.iframe-block__caption{margin-top:16px}.download-card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:Min(360px,100%);padding-bottom:24px;overflow:hidden;background-color:#fff;border:2px solid #e2e2e2;border-radius:8px}.download-card__description{flex-grow:1;padding:24px}.download-card__description h3{font-size:1.125rem}.download-card__description p{font-size:.875rem}.download-card__image{width:100%;height:168px}.download-card__type{text-transform:uppercase}.download-card__type-wrapper{font-size:.875rem;font-weight:600;color:#183a6c;display:flex;align-items:center;justify-content:space-between;padding-top:16px}.download-card__button{margin-bottom:24px}.download-list__grid{display:grid;justify-content:center;width:100%;gap:24px;grid-template-columns:repeat(auto-fit,Min(360px,100%))}@media (min-width:992px){.download-list__grid{grid-template-columns:repeat(3,1fr)}}.image-map{position:relative}.image-map__image{position:relative;width:100%}.image-map__image-img{width:100%}.image-map__tooltip{font-size:.875rem;margin-top:10px;margin-left:10px;padding-left:16px;border-left:2px solid #121212}.image-map__tooltip strong{font-size:1rem}[class$="--dark-theme"] .image-map__tooltip{color:#fff;border-left:2px solid #fc0}.image-map__tooltip--fixed{top:100%!important;left:0!important}@media (min-width:768px){.image-map__tooltip--fixed{position:absolute}}.image-map__tooltip--absolute{color:#121212;text-align:center;position:absolute;max-width:Min(240px,80vw);padding:16px;background:#fc0;border:none;border-radius:2px;box-shadow:0 0 5px 0 rgba(0,0,0,.7)}[class$="--dark-theme"] .image-map__tooltip--absolute{color:#121212}.image-map__tooltip--x-center{margin-left:0;-webkit-transform:translate(-50%);transform:translate(-50%)}.image-map__tooltip--x-center.image-map__tooltip--y-center{margin-top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.image-map__tooltip--x-center.image-map__tooltip--y-top{margin-top:-10px;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.image-map__tooltip--x-left{margin-left:-10px;-webkit-transform:translate(-100%);transform:translate(-100%)}.image-map__tooltip--x-left.image-map__tooltip--y-center{margin-top:0;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.image-map__tooltip--x-left.image-map__tooltip--y-top{margin-top:-10px;-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}.image-map__caption{padding-top:24px}.image-map__area:focus{outline:2px dashed #183a6c}[class$="--dark-theme"] .image-map__area:focus{outline:2px dashed #fff}.image-map__area__hover{position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden;opacity:0}.image-map map{opacity:0}.image-map-section--water-waste .image-map-section__description-text *{padding:0;margin:0;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;color:inherit}.image-map-section--water-waste{--container-padding-m:27px 0 86px;--container-padding:60px 0 94px}.image-map-section--water-waste .container{padding:0 34px}.image-map-section--water-waste .image-map-section__grid{row-gap:36px}@media (min-width:768px){.image-map-section--water-waste .image-map-section__grid{row-gap:unset;-webkit-column-gap:40px;column-gap:40px;align-items:flex-start;justify-content:flex-start}}@media (min-width:992px){.image-map-section--water-waste .image-map-section__grid{-webkit-column-gap:60px;column-gap:60px}}@media (min-width:1200px){.image-map-section--water-waste .image-map-section__grid{-webkit-column-gap:80px;column-gap:80px}}.image-map-section--water-waste .image-map-section__description{max-width:265px}@media (min-width:768px){.image-map-section--water-waste .image-map-section__description{max-width:363px;padding-top:40px;padding-right:0}}.image-map-section--water-waste .image-map-section__description-text{position:relative;color:#fff;font-size:1.25rem;line-height:1;font-weight:800}.image-map-section--water-waste .image-map-section__description-text:after{content:"";position:absolute;left:0;bottom:-18px;width:80px;height:1px;background-color:#fff}@media (min-width:768px){.image-map-section--water-waste .image-map-section__description-text{font-size:1.5rem}}@media (min-width:992px){.image-map-section--water-waste .image-map-section__description-text{font-size:1.875rem}}@media (min-width:768px){.image-map-section--water-waste .image-map-section__media{width:60%;max-width:606px;padding:0}}.image-map-section--water-waste .image-map__tooltip{position:absolute;top:100%!important;left:0!important;margin-left:0;font-size:.6875rem;border-left-width:1px}@media (min-width:768px){.image-map-section--water-waste .image-map__tooltip{font-size:.75rem}}@media (min-width:992px){.image-map-section--water-waste .image-map__tooltip{font-size:.9375rem}}.image-map-section__description{display:flex;align-items:center;width:100%;padding-bottom:24px}@media (min-width:768px){.image-map-section__description{width:50%;padding-right:28px;padding-bottom:0}}.image-map-section__grid{display:flex;flex-direction:column}@media (min-width:768px){.image-map-section__grid{flex-direction:row}}.image-map-section__media{display:flex;width:100%}@media (min-width:768px){.image-map-section__media{width:50%;padding-left:28px}}.share-buttons{--btn-outline:#0067b1;display:flex}[class$="--dark-theme"] .share-buttons{--btn-outline:#fff}.share-buttons__text{padding-right:12px}.share-buttons__links{margin:0;padding:0;list-style:none;font-size:1rem;display:flex}.share-buttons__links li{padding-right:24px}@media (min-width:992px){.share-buttons__links li{padding-right:16px}}.share-buttons__links button{color:inherit;position:relative;z-index:1;opacity:.8}.share-buttons__links button:before{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;display:none;border:1px dashed var(--btn-outline);border-radius:50%;content:""}.share-buttons__links button:focus,.share-buttons__links button:focus-visible{outline:1px dashed #fff}.share-buttons__links button:focus-visible:before{display:block}.share-buttons__links button:hover{opacity:1}.product-card{--line-color:#183a6c;--card-bg:#fff;--card-border:2px solid #e2e2e2;--line-opacity:1;--title-color:#0067b1;--text-color:#5a6c87;--text-align:center;--title-size:1rem;--card-gradient:linear-gradient(180deg,#183a6c 0%,rgba(24,58,108,0));--card-gadient-opacity:0.08;--card-gadient-width:163px;--card-gadient-height:100px;--card-image-width:85%;--card-image-right-margin:0;--card-image-margin-bottom:-13%;--label-right:-2px;--flex-direction:column;--card-align-items:center;--card-margin-right:0;--text-right-padding:0;--shadow-display:block;--chevron-display:none;--price-container-border-color:rgba(24,58,108,0.2);--price-color:#183a6c;text-decoration:none;position:relative;z-index:1;display:flex;flex-direction:var(--flex-direction);align-items:var(--card-align-items);padding:48px 32px 0;background:var(--card-bg);border:var(--card-border);border-radius:8px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;-webkit-margin-end:var(--card-margin-right);margin-inline-end:var(--card-margin-right)}[class*="--bundles-theme"] .product-card{--card-bg:linear-gradient(180deg,#0c2157 0%,#0067b1);--card-border:0;--title-size:1.5rem;--card-gradient:linear-gradient(180deg,#fff 0%,hsla(0,0%,100%,0));--card-gadient-opacity:0.25;--card-gadient-width:245px;--card-gadient-height:151px;--card-image-width:90%;--price-container-border-color:hsla(0,0%,100%,0.2)}[class*="--bundles-theme"] .product-card,[class*="--search-bundles-theme"] .product-card{--line-opacity:0;--title-color:#fff;--text-color:#fff;--label-right:0;--bundle-items-color:#f0f4f8;--shadow-display:none;--price-color:#fff}[class*="--search-bundles-theme"] .product-card{--card-bg:linear-gradient(180deg,#0c2157 0%,#0067b1);--card-border:0;--card-gradient:linear-gradient(180deg,#fff 0%,hsla(0,0%,100%,0));--card-gadient-opacity:0.25;height:100%}[class*="--bundle-product"] .product-card{--text-align:start}@media (min-width:992px){[class*="--bundle-product"] .product-card{--flex-direction:row;--card-image-width:200px;--card-image-right-margin:-120px;--card-margin-right:80px;--card-image-margin-bottom:0;--card-align-items:flex-start;--text-right-padding:32px;padding-bottom:32px}}[class*="--carousel-theme"] .product-card{--card-bg:linear-gradient(180deg,#183a6c,#0067b1);--card-border:0;--line-opacity:0;--title-color:#fff;--title-size:1rem;--text-color:#fff;--card-image-width:100%;--card-image-margin-bottom:-30%;--label-right:0;--bundle-items-color:#f0f4f8;--shadow-display:none;--price-container-border-color:hsla(0,0%,100%,0.2);--price-color:#fff;position:relative;min-width:265px;margin:0 auto;padding-top:30px}@media (max-width:480px){[class*="--carousel-theme"] .product-card{max-width:265px}}@media (max-width:767px){[class*="--carousel-theme"] .product-card{height:310px;margin-top:20px;max-width:265px}}@media (min-width:768px){[class*="--carousel-theme"] .product-card{height:370px;margin-top:0;max-width:265px;padding-top:40px}}@media (min-width:1200px){[class*="--carousel-theme"] .product-card{height:332px;margin-top:60px}}[class*="--carousel-theme"] .product-card:focus-within{-webkit-transform:none;transform:none}[class*="--carousel-theme"] .product-card:focus-within:before{display:none}[class*="--carousel-theme"] .product-card:after{content:"";position:absolute;bottom:0;right:0;background:linear-gradient(138.52deg,hsla(0,0%,100%,.6) 51.69%,hsla(0,0%,100%,0) 93.47%);width:204px;height:204px;opacity:.4;-webkit-clip-path:polygon(100% 0,0 100%,100% 100%);clip-path:polygon(100% 0,0 100%,100% 100%)}[class*="--carousel-theme"] .product-card__description{font-size:1rem;line-height:1.5rem;margin:12px auto 0}[class*="--carousel-theme"] .product-card__image{max-height:190px}@media (min-width:992px){[class*="--carousel-theme"] .product-card__image{max-height:275px}}.product-card--has-chevron{--chevron-display:inline-block}.product-card .bv-inline-rating{text-align:center;margin:10px 0}.product-card__line{position:absolute;top:-2px;right:-2px;left:-2px;height:8px;background:var(--line-color);border-radius:8px 8px 0 0;opacity:var(--line-opacity)}.product-card:before{position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;z-index:-1;display:none;border:1px dashed #183a6c;border-radius:10px;content:""}.product-card:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.product-card:hover .product-card__link{text-decoration:underline}.product-card:focus-within{outline:1px solid transparent;-webkit-transform:scale(1.02);transform:scale(1.02)}.product-card:focus-within:before{display:block}.product-card--quantum-silver-family{--line-color:#e2e4e8}.product-card--power-blue-family{--line-color:#0067b1}.product-card--ultimate-gold-family,.product-card--ultimate-gold-gradient-family{--line-color:#c3a460}.product-card--eco-green-family{--line-color:#39854f}.product-card--ultimate-21-family{--line-color:#0a0a0a}.product-card__text{flex-grow:1;padding-bottom:20px;-webkit-padding-end:var(--text-right-padding);padding-inline-end:var(--text-right-padding)}.product-card__title{font-size:var(--title-size);font-weight:600;line-height:1.5;color:var(--title-color);text-align:var(--text-align);text-transform:uppercase;margin:0 0 8px}.product-card__title:after{font-family:icomoon,sans-serif;font-size:.75rem;font-weight:400;line-height:1;display:var(--chevron-display);margin-left:10px;content:"\E91E"}.product-card__description{font-size:.875rem;color:var(--text-color);text-align:var(--text-align)}.product-card__label{font-size:.75rem;font-weight:600;color:#fff;text-align:center;text-transform:uppercase;position:absolute;top:16px;right:var(--label-right);z-index:1;display:flex;align-items:center;height:24px;padding:0 25px 0 18px;background:#de2928}.product-card__label:before{position:absolute;top:0;bottom:0;left:-10px;z-index:-1;width:20px;background:#de2928;border-radius:4px 0 0 4px;content:"";-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.product-card__image{position:relative;z-index:1;flex-shrink:0;width:var(--card-image-width);margin-bottom:var(--card-image-margin-bottom);-webkit-margin-end:var(--card-image-right-margin);margin-inline-end:var(--card-image-right-margin)}.product-card__image:after{position:absolute;bottom:-15px;left:50%;z-index:-1;display:var(--shadow-display);width:100%;height:33px;background:rgba(16,29,67,.15);border-radius:50%;content:"";-webkit-filter:blur(4px);filter:blur(4px);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.product-card__size{font-size:.875rem;font-weight:600;color:#5a6c87;margin-bottom:16px}.product-card__benefits{font-size:.875rem;color:#5a6c87;text-align:var(--text-align);margin-top:19px}.product-card__benefits ul{margin:0;padding:0;list-style:none}.product-card__benefits ul>li{line-height:1.7;position:relative;display:inline-block;margin-bottom:8px;padding-left:26px;vertical-align:top}.product-card__benefits ul>li:before{font-size:1rem;font-weight:800;color:#183a6c;position:absolute;top:0;left:0;content:"\2713"}.product-card__stock-info{line-height:1.5;display:flex;flex-direction:column;align-items:center;width:152px;padding:0 0 16px;border-top:1px solid var(--price-container-border-color)}.product-card__stock-info .stock-info__price{color:var(--price-color);text-align:end;padding-right:8px}.product-card__stock-info .stock-info__price--new{font-size:1.25rem;font-weight:600;white-space:nowrap}.product-card__stock-info .stock-info__price--new-product{padding-top:8px}.product-card__stock-info .stock-info__price--old{font-size:1rem;color:#f0f4f8;text-decoration:line-through;margin-bottom:-5px}.product-card__stock-info .stock-info__quantity{font-size:.875rem;color:var(--bundle-items-color);white-space:nowrap}.product-card__stock-info .stock-info__variants{font-size:.875rem;height:29px;padding-top:8px}.product-card__buy-button{position:relative;z-index:3;padding-bottom:14px}.product-card__buy-button .btn.btn--secondary{color:#0067b1;background:#fff}.product-card__buy-button .btn.btn--secondary .icon{font-size:.875rem;color:inherit}.product-card__image-img:before{display:block;padding-top:100%;content:""}.product-card__image-img>div{display:none}.product-card__link{color:var(--title-color);text-decoration:none}.product-card__link:focus{text-decoration:underline;outline:1px solid transparent}.product-card__link:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;content:""}.h1,.h2,.h3,.h4,.h5,.h6,.product-listing-banner__title,h1,h2,h3,h4,h5,h6{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:800;line-height:1.2;color:#183a6c;margin-top:0;margin-bottom:1em}.h2,.product-listing-banner__title,h2{font-size:1.5rem;text-transform:uppercase}@media (min-width:992px){.h2,.product-listing-banner__title,h2{font-size:2rem}}.product-listing-banner{--padding:66px;--padding-desktop:96px;--bg-color:#fff;--template-columns:repeat(auto-fit,264px);--links-mobile-top:62px;--gap:68px;margin:var(--padding) 0;background:var(--bg-color)}@media (min-width:992px){.product-listing-banner{margin:var(--padding-desktop) 0}}.product-listing-banner--bg-grey{--bg-color:#f0f4f8;margin:0;padding:var(--padding) 0}@media (min-width:992px){.product-listing-banner--bg-grey{margin:0;padding:var(--padding-desktop) 0}}.product-listing-banner--bg-dark-blue{--bg-color:#183a6c;--template-columns:repeat(auto-fit,300px);margin:0;overflow:hidden;padding:var(--padding) 0}@media (min-width:992px){.product-listing-banner--bg-dark-blue{margin:0;padding:var(--padding-desktop) 0}}.product-listing-banner--bg-dark-blue .product-listing-banner__intro{color:#fff;padding-bottom:18px}@media (min-width:992px){.product-listing-banner--bg-dark-blue .product-listing-banner__intro{padding-bottom:48px}}.product-listing-banner--bg-dark-blue .product-listing-banner__title{color:inherit}.product-listing-banner--bg-dark-blue .product-listing-banner__grid{gap:48px 48px}.product-listing-banner--bg-dark-blue .product-listing-banner__links{padding-top:26px}@media (min-width:992px){.product-listing-banner--bg-dark-blue .product-listing-banner__links{padding-top:130px}}.product-listing-banner--bg-dark-blue .block-carousel{padding-left:22px;padding-right:22px}.product-listing-banner--bg-dark-blue .block-carousel .slick-slide{padding-left:18px;padding-right:18px}.product-listing-banner--bg-dark-blue .block-carousel .slick-dots{margin-top:76px}.product-listing-banner--bg-dark-blue .slick-list{overflow:visible}.product-listing-banner--bg-dark-blue .product-card{background-color:#0067b1;background-image:linear-gradient(180deg,#183a6c 0,#0067b1);border-color:#3380bd;border-width:1px;position:relative;padding-top:48px}@media (min-width:992px){.product-listing-banner--bg-dark-blue .product-card{padding-top:40px}}.product-listing-banner--bg-dark-blue .product-card:after{display:block;position:absolute;bottom:0;right:0;width:205px;height:205px;background-image:linear-gradient(135deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,0));content:""}.product-listing-banner--bg-dark-blue .product-card__line{display:none}.product-listing-banner--bg-dark-blue .product-card__title{color:#fff;margin-bottom:24px}@media (min-width:992px){.product-listing-banner--bg-dark-blue .product-card__title{margin-bottom:16px}}.product-listing-banner--bg-dark-blue .product-card__description{font-size:1rem;line-height:1.5;color:#fff}.product-listing-banner--bg-white{--bg-color:#fff;margin:var(--padding) 0}@media (min-width:992px){.product-listing-banner--bg-white{margin:var(--padding-desktop) 0}}.product-listing-banner--bundles-theme{--template-columns:repeat(auto-fit,360px);--links-mobile-top:82px;--gap:88px}.product-listing-banner__intro{text-align:center;max-width:550px;margin:0 auto;padding-bottom:48px}@media (min-width:992px){.product-listing-banner__intro{padding-bottom:64px}}.product-listing-banner__intro .product-listing-banner__title,.product-listing-banner__intro h2{font-size:1.5rem;font-weight:800;text-transform:uppercase;margin-bottom:24px}@media (min-width:992px){.product-listing-banner__intro .product-listing-banner__title,.product-listing-banner__intro h2{font-size:2rem;margin-bottom:16px}}.product-listing-banner__grid{margin:0;padding:0;list-style:none;display:grid;justify-content:center;gap:var(--gap);grid-template-columns:Min(100%,320px)}@media (min-width:480px){.product-listing-banner__grid{grid-template-columns:var(--template-columns)}}@media (min-width:992px){.product-listing-banner__grid{gap:48px 24px}}.product-listing-banner__grid .product-card{height:100%}.product-listing-banner__links{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;padding-top:var(--links-mobile-top)}.product-listing-banner__links .btn+.btn{margin:24px 0 0}@media (min-width:992px){.product-listing-banner__links{flex-direction:row;justify-content:center;padding-top:84px}.product-listing-banner__links .btn+.btn{margin:0 0 0 24px}}.product-listing-banner__image{height:40px;min-width:1px;margin:0 0 16px}.product-listing-banner__image .gatsby-svg-image svg{width:auto}@media (min-width:992px){.product-listing-banner__image{margin:0 40px 0 0}}.product-listing-banner__description{font-size:.875rem;color:#183a6c;text-align:center}@media (min-width:992px){.product-listing-banner__description{font-size:1rem}}.product-listing-banner__description a{font-weight:600;color:#0067b1;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px}.product-listing-banner__description a:focus,.product-listing-banner__description a:hover{text-decoration:none}.loader{display:flex;align-items:center;justify-content:center;width:100%}.loader__circle{position:relative;display:inline-block;width:64px;height:64px}.loader__circle div{position:absolute;display:block;width:48px;height:48px;margin:8px;border:8px solid transparent;border-top-color:#183a6c;border-radius:50%;box-sizing:border-box;-webkit-animation:loader 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:loader 1.2s cubic-bezier(.5,0,.5,1) infinite}.loader__circle div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.loader__circle div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.loader__circle div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.pledge-section{--title-color:#183a6c;--box-color:#fff;--box-title-color:#fff;--link-color:#fff;--number-color:#fff;--box-background:rgba(24,58,108,0.9)}.pledge-section.section--dark-theme{--title-color:#fff;--box-background:hsla(0,0%,100%,0.9);--number-color:#183a6c;--box-color:#5a6c87;--link-color:#0067b1;--box-title-color:#183a6c}.pledge-section__description h2,.pledge-section__description h3{color:var(--title-color)}.pledge-section__main{display:grid;gap:24px;grid-template-columns:1fr}@media (min-width:768px){.pledge-section__main{align-items:center;gap:64px;grid-template-columns:1fr 1fr}}.pledge-section__box{color:var(--box-color);text-align:center;display:flex;flex-direction:column;align-items:center;padding:24px;background:var(--box-background);border-radius:8px}@media (min-width:992px){.pledge-section__box{padding:40px 32px}}.pledge-section__quantity{font-size:1.5rem;font-weight:600;line-height:1.3;display:flex;flex-direction:column;align-items:center;margin-bottom:1em}.pledge-section__number{font-family:Lucida Console,Monaco,Courier New,monospace;font-size:2.3125rem;color:var(--number-color)}@media (min-width:992px){.pledge-section__number{font-size:3.5rem}}.pledge-section__disclaimer{margin-top:24px}.pledge-section__thank-you-msg{font-weight:600;color:var(--number-color)}.pledge-section__thank-you-msg h3{line-height:1.5;color:var(--box-title-color);margin:0}.pledge-section__thank-you-cta[data-rte]{margin-top:24px}.pledge-section__thank-you-cta[data-rte] a{color:var(--link-color);white-space:nowrap}.pledge-section__thank-you-cta[data-rte] a:focus,.pledge-section__thank-you-cta[data-rte] a:hover{color:var(--link-color)}.pledge-section__thank-you-cta[data-rte] a:focus{outline:1px dashed var(--link-color)}.wc-card{display:flex;flex-basis:55%;flex-direction:column;flex-grow:0;flex-shrink:0;align-items:flex-start;justify-content:space-between;width:55vw;height:302px;max-width:206px;min-width:190px;padding:30px 10px;background:var(--c-card-bg);border-radius:20px;box-shadow:0 16px 20px rgba(0,0,0,.1);transition:var(--transition)}@media (orientation:portrait) and (max-height:811px){.wc-card{height:280px;padding:20px 10px}}@media (min-width:992px){.wc-card{height:462px;max-width:308px;min-width:308px;border-radius:30px}}.wc-card__text{font-size:1.5rem;font-weight:800;line-height:1;letter-spacing:0;color:var(--c-text-color);padding:0 15px}@media (orientation:portrait) and (max-height:811px){.wc-card__text{font-size:1.5rem}}@media (min-width:992px){.wc-card__text{font-size:1.875rem}}.wc-card__text strong{font-weight:inherit;color:#d0e4ff}.wc-card__image{flex-shrink:0;width:100%;min-height:1px}.wc-start{position:relative}.wc-start__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:flex;align-items:flex-end;background:var(--g-slide-m);transition:all .3s linear}@media (min-width:992px){.wc-start__background{background:var(--g-slide-d)}}@media (min-width:992px) and (prefers-reduced-motion:no-preference){.wc-start__background{top:var(--offset);right:var(--offset);bottom:var(--offset);left:var(--offset)}}.wc-start__wave{position:relative;width:100%;height:0;background:linear-gradient(transparent 170px,#123a70 0,#123a70);opacity:0;transition:var(--transition)}@media (min-width:992px){.wc-start__wave{background:linear-gradient(transparent 379px,#0067b1 0,#0067b1)}}.wc-start__wave-img{position:absolute;top:0;left:50%;width:300%;height:172px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZpZXdCb3g9IjAgMCA1NjMgMTcyIiB3aWR0aD0iNTYzcHgiIGhlaWdodD0iMTcycHgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTSAwIDc0LjIxIEMgMS4wOSA3NC4xNCAxLjk3IDc0LjA5OSAyLjU5OCA3NC4wOTkgQyA1OC4zNjggNzQuMDk5IDgyLjc0NiA2MS4xMjkgMTE3LjYwMSA0Mi41OTggQyAxNTIuNDU3IDI0LjA5NCAxOTcuNzQ5IDAgMjgxLjQwMiAwIEMgMzY1LjA0MiAwIDQxMC4zMzMgMjQuMDggNDQ1LjIwMyA0Mi42MTIgQyA0ODAuMDU5IDU5LjI4NCA1MDQuNDM3IDc0LjExMyA1NjAuMjA2IDc0LjExMyBDIDU2MS4xIDc0LjExMyA1NjIuMDM2IDc0LjE4MiA1NjMgNzQuMzIxIEwgNTYzIDE3MiBMIDAgMTcyIEwgMCA3NC4yMSBaIiBmaWxsPSIjMTIzQjcwIi8+PC9zdmc+) repeat-x 30% 0;-webkit-transform:translateX(-20%);transform:translateX(-20%);-webkit-animation:wave-start 5s linear infinite;animation:wave-start 5s linear infinite;transition:all 2s}@media (min-width:992px){.wc-start__wave-img{height:380px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc2NCIgaGVpZ2h0PSIzODAiIHZpZXdCb3g9IjAgMCAxNzY0IDM4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTc2NCAxNjMuNTg5QzE3NjAuMDYgMTYzLjQzNiAxNzU3LjMgMTYzLjM0NSAxNzU1LjMzIDE2My4zNDVDMTU4MC42NSAxNjMuMzQ1IDE1MDQuMjkgMTM0Ljc1NSAxMzk1LjExIDkzLjkwMzNDMTI4NS45MyA1My4xMTMgMTE0NC4wNyAwIDg4Mi4wNDEgMEM2MjAuMDU5IDAgNDc4LjE5MyA1My4wODIzIDM2OC45NzIgOTMuOTMzN0MyNTkuNzk0IDEzMC42ODggMTgzLjQzNiAxNjMuMzc1IDguNzUxNzEgMTYzLjM3NUM1Ljk1MTE2IDE2My4zNzUgMy4wMTkzNCAxNjMuNTI4IDAgMTYzLjgzNFYzODBIMTc2NFYxNjMuNTg5WiIgZmlsbD0iIzAwNjdCMSIvPjwvc3ZnPg==) repeat-x 30% 0;-webkit-animation:wave-start-d 7s linear infinite;animation:wave-start-d 7s linear infinite}}.is-visible .wc-start__wave{height:30%;opacity:.5}@media (min-width:992px){.is-visible .wc-start__wave{height:40%}}.wc-start__foreground{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:100vh;padding:60px 0 0;overflow:hidden}@media (min-width:992px){.wc-start__foreground{min-height:Max(100vh,var(--wcSectionMinHeight));padding:0}}.wc-start__description{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:395px;padding:0 43px}@media (min-width:992px){.wc-start__description{align-items:center;max-width:Min(490px,30%);padding:0}}@media (min-width:1200px){.wc-start__description{max-width:Min(490px)}}.wc-start__text{color:var(--c-text-color);margin-bottom:2rem}@media (min-width:992px){.wc-start__text{text-align:center}}.wc-start__text h2{font-size:1.875rem;color:inherit;margin-bottom:1rem}@media (orientation:portrait) and (max-height:811px){.wc-start__text h2{font-size:1.5rem}}@media (min-width:1200px){.wc-start__text h2{font-size:2.5rem}}.wc-start__text h2 strong{font-weight:inherit;color:var(--c-highlight2)}@media (min-width:992px){.wc-start__text h2 strong{color:#d0e4ff}}.wc-start__form-checkbox-group{margin:0 0 1.5rem!important}.wc-start__cards{display:flex;justify-content:center;margin-top:52px}@media (min-width:992px){.wc-start__cards{position:absolute;top:50%;right:0;left:50%;z-index:1;justify-content:space-between;width:96%;max-width:var(--containerWidth);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.wc-start .wc-card:first-child{opacity:0;-webkit-transform:translateX(-100px) rotate(-15deg);transform:translateX(-100px) rotate(-15deg)}.is-visible .wc-start .wc-card:first-child{opacity:1;-webkit-transform:translateX(0) rotate(-15deg);transform:translateX(0) rotate(-15deg);transition:all 2s}.wc-start .wc-card:nth-child(2){margin-left:-30px;opacity:0;-webkit-transform:translateX(100px) rotate(12deg);transform:translateX(100px) rotate(12deg)}.is-visible .wc-start .wc-card:nth-child(2){opacity:1;-webkit-transform:translateX(0) rotate(12deg);transform:translateX(0) rotate(12deg);transition:all 2s}@-webkit-keyframes wave-start{0%{background-position:563px 0}to{background-position:-563px 0}}@keyframes wave-start{0%{background-position:563px 0}to{background-position:-563px 0}}@-webkit-keyframes wave-start-d{0%{background-position:1764px 0}to{background-position:-1764px 0}}@keyframes wave-start-d{0%{background-position:1764px 0}to{background-position:-1764px 0}}.animation-exit .wc-start__description{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.animation-exit .wc-start__card{opacity:1!important}.animation-exit .wc-start__card:first-child{-webkit-transform:translateX(0) rotate(-15deg);transform:translateX(0) rotate(-15deg)}.animation-exit .wc-start__card:nth-child(2){-webkit-transform:translateX(0) rotate(12deg);transform:translateX(0) rotate(12deg)}.animation-exit-active .wc-start__description{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.animation-exit-active .wc-start__wave{height:80%!important;opacity:0!important}.animation-exit-active .wc-start__card{opacity:0!important}.animation-exit-active .wc-start__card:first-child{-webkit-transform:translateX(-100%) rotate(-15deg)!important;transform:translateX(-100%) rotate(-15deg)!important}.animation-exit-active .wc-start__card:nth-child(2){-webkit-transform:translateX(100%) rotate(12deg)!important;transform:translateX(100%) rotate(12deg)!important}.animation-enter-active .wc-start__card,.animation-enter-active .wc-start__description,.animation-enter-active .wc-start__wave,.animation-exit-active .wc-start__card,.animation-exit-active .wc-start__description,.animation-exit-active .wc-start__wave{transition:all 2s}.wc-carousel{width:100%;max-width:414px;min-width:1px;margin:auto auto 0;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.option-selected .wc-carousel{z-index:5;pointer-events:none;-webkit-transform:translateY(-50px);transform:translateY(-50px)}.wc-carousel *{min-width:1px}.wc-carousel .block-carousel{width:100%;margin:0}.wc-carousel .slick-slider{width:100%}.wc-carousel .slick-slider .slick-list,.wc-carousel .slick-slider .slick-track{overflow:visible}.wc-carousel .block-carousel .slick-slide{padding:40px 12px 20px;opacity:1;transition:opacity .3s}.option-selected .wc-carousel .block-carousel .slick-slide:not(.slick-current){opacity:0}.wc-carousel .block-carousel .slick-dots{justify-content:center;height:auto;margin-top:6px;margin-right:12px;padding-bottom:4vh;opacity:1;transition:opacity .3s}.option-selected .wc-carousel .block-carousel .slick-dots{opacity:0}.wc-carousel .block-carousel .slick-dots:before{display:none}.wc-carousel .block-carousel .slick-dots li{flex-grow:0;padding:0 5px}.wc-carousel .block-carousel .slick-dots .btn--icon{width:13px;height:13px;border-radius:50%;opacity:.2}.wc-carousel .block-carousel .slick-dots .slick-active .btn--icon{opacity:1}.wc-card-challenge,.wc-card-challenge.btn{--btn-radius:18px;--btn-color:var(--c-challenge-card);--btn-hover-color:var(--c-challenge-card);--btn-hover-background:#fff;text-align:center;text-transform:none;display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;width:100%;height:347px;max-width:232px;min-width:190px;padding:20px 17px 25px;background:var(--c-challenge-card-bg);border-radius:18px;box-shadow:0 19px 25px rgba(0,0,0,.15);gap:1rem}@media (min-width:992px){.wc-card-challenge,.wc-card-challenge.btn{height:420px;max-width:280px;min-width:280px}}.wc-card-challenge.btn .wc-logo,.wc-card-challenge .wc-logo{flex-shrink:0;width:33px;height:46px;background-size:100% 100%}.wc-card-challenge.btn__previewLabel,.wc-card-challenge__previewLabel{font-size:.875rem;font-weight:600;color:var(--c-challenge-card);flex-grow:1}@media (min-width:992px){.wc-card-challenge.btn__previewLabel,.wc-card-challenge__previewLabel{font-size:1rem}}.wc-card-challenge.btn__label,.wc-card-challenge__label{font-size:.875rem;font-weight:600;color:var(--c-challenge-card)}@media (min-width:992px){.wc-card-challenge.btn__label,.wc-card-challenge__label{font-size:1rem;max-width:90%;margin:0 auto}}.wc-card-challenge.btn__number,.wc-card-challenge__number{font-size:6.25rem;font-weight:700;line-height:.7;color:var(--c-challenge-card-num);display:flex;flex-grow:1;align-items:center}@media (min-width:992px){.wc-card-challenge.btn__number,.wc-card-challenge__number{font-size:7.625rem}}.wc-card-challenge.btn__suffix,.wc-card-challenge__suffix{font-size:1.1875rem;font-weight:600;line-height:1.2;color:var(--c-text-color);text-align:center;text-transform:uppercase;display:flex;flex-direction:column;flex-shrink:0;align-items:center;justify-content:center;width:100%;height:101px;padding:24px 10px 0;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTk4IiBoZWlnaHQ9IjEwMiIgdmlld0JveD0iMCAwIDE5OCAxMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5Ny40MDcgMTguMjI3NUM4Ny43MzY2IDQyLjYyMjggNTMuMTQ4MyAtMTIuNjc0MiAwLjAwMDM2NjIxMSAxOC4yMjc1TDAuMDAwMzY2MjExIDk3LjMxNDVDMC4wMDAzNjYyMTEgOTkuNTIzNyAxLjc5MTIzIDEwMS4zMTUgNC4wMDAzNyAxMDEuMzE1SDE5My40MDdDMTk1LjYxNiAxMDEuMzE1IDE5Ny40MDcgOTkuNTIzNyAxOTcuNDA3IDk3LjMxNDZWMTguMjI3NVoiIGZpbGw9IiM1MjlFRDUiIGZpbGwtb3BhY2l0eT0iMC41Ii8+PHBhdGggb3BhY2l0eT0iMC41IiBkPSJNLTAuMDAwMTIyMDcgMTEuNDIyM0MxMDkuNjcgMzkuOTM2MiAxNDQuMjU4IC0yNC42OTY2IDE5Ny40MDYgMTEuNDIyM1Y5Ny4zMTQ1QzE5Ny40MDYgOTkuNTIzNiAxOTUuNjE2IDEwMS4zMTQgMTkzLjQwNiAxMDEuMzE0SDMuOTk5ODhDMS43OTA3NCAxMDEuMzE0IC0wLjAwMDEyMjA3IDk5LjUyMzYgLTAuMDAwMTIyMDcgOTcuMzE0NVYxMS40MjIzWiIgZmlsbD0iIzUyOUVENSIvPjwvc3ZnPg==) no-repeat 50% 0;background-size:cover}@media (min-width:992px){.wc-card-challenge.btn__suffix,.wc-card-challenge__suffix{height:122px}}.wc-card-challenge.btn__suffix strong,.wc-card-challenge__suffix strong{font-size:1.5rem;line-height:1;display:block}.wc-card-challenge.btn__image,.wc-card-challenge__image{display:flex;flex-grow:0;align-items:flex-end;justify-content:center;width:100%;height:200px;min-height:1px}@media (min-width:992px){.wc-card-challenge.btn__image,.wc-card-challenge__image{height:230px}}.wc-result{position:relative;margin:0;padding:0;border:none;-webkit-perspective:1000px;perspective:1000px}.wc-result__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:flex;background:var(--g-slide-d);transition:all .3s linear}@media (min-width:992px){.wc-result__background{align-items:normal;background:var(--g-slide-d)}}.wc-result__wave{position:relative;width:100%;height:70%;background:linear-gradient(0deg,transparent 170px,#0067b1 0,#0067b1)}@media (min-width:992px){.wc-result__wave{width:50vw;height:100%;background:linear-gradient(270deg,transparent 409px,#0067b1 0,#0067b1)}}@media (min-width:1200px){.wc-result__wave{width:50vw}}.wc-result__wave-img{position:absolute;bottom:0;left:50%;width:300%;height:172px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYzIiBoZWlnaHQ9IjE3MiIgdmlld0JveD0iMCAwIDU2MyAxNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNDg3NjJlLTA2IDk3Ljc5MDNDMS4wODk2NyA5Ny44NTk2IDEuOTY5NzkgOTcuOTAxMyAyLjU5ODQ2IDk3LjkwMTNDNTguMzY3NiA5Ny45MDEzIDgyLjc0NTYgMTEwLjg3MSAxMTcuNjAxIDEyOS40MDJDMTUyLjQ1NyAxNDcuOTA2IDE5Ny43NDkgMTcyIDI4MS40MDIgMTcyQzM2NS4wNDIgMTcyIDQxMC4zMzMgMTQ3LjkyIDQ0NS4yMDMgMTI5LjM4OEM0ODAuMDU5IDExMi43MTYgNTA0LjQzNyA5Ny44ODc0IDU2MC4yMDYgOTcuODg3NEM1NjEuMSA5Ny44ODc0IDU2Mi4wMzYgOTcuODE4IDU2MyA5Ny42NzkzTDU2MyAxLjUyNTg4ZS0wNUwxLjUwMzY3ZS0wNSAtMy4zOTYwMmUtMDVMNi40ODc2MmUtMDYgOTcuNzkwM1oiIGZpbGw9IiMwMDY3QjEiLz48L3N2Zz4=) repeat-x 30% 0;-webkit-transform:translate(-50%);transform:translate(-50%)}@media (min-width:992px){.wc-result__wave-img{top:50%;right:0;bottom:auto;left:auto;width:469px;height:300%;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDY5IiBoZWlnaHQ9IjExNDAiIHZpZXdCb3g9IjAgMCA0NjkgMTE0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjY2LjY0OSAxMTQwQzI2Ni44MzggMTEzNy40OSAyNjYuOTUyIDExMzUuNzEgMjY2Ljk1MiAxMTM0LjQ0QzI2Ni45NTIgMTAyMS41NCAzMDIuMzE2IDk3Mi4xOTIgMzUyLjg0NyA5MDEuNjMzQzQwMy4zMDIgODMxLjA3MyA0NjkgNzM5LjM4OSA0NjkgNTcwLjA0NkM0NjkgNDAwLjczMiA0MDMuMzQgMzA5LjA0NyAzNTIuODA5IDIzOC40NkMzMDcuMzQ2IDE2Ny45IDI2Ni45MTQgMTE4LjU1MSAyNjYuOTE0IDUuNjU2MDVDMjY2LjkxNCAzLjg0NjExIDI2Ni43MjUgMS45NTEzMyAyNjYuMzQ3IC04Ljg1ODI2ZS0wNkw2LjEwMzUyZS0wNSAtMi4wNTAwNmUtMDVMMS4xMjE3NGUtMDUgMTE0MEwyNjYuNjQ5IDExNDBaIiBmaWxsPSIjMDA2N0IxIi8+PC9zdmc+) repeat-y 0 70%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.wc-result__foreground{display:grid;width:100%;height:100%;min-height:100vh;overflow:hidden;grid-template-columns:100%;grid-template-rows:1fr auto}@media (min-width:992px){.wc-result__foreground{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:Max(100vh,var(--wcSectionMinHeight))}}.wc-result__info-text{font-size:1.375rem;color:#fff;display:flex;width:100%;padding:35px 35% 25px 8%;opacity:0;transition:opacity 2s}.wc-result--explore-active .wc-result__info-text{opacity:1;transition:opacity 2s}.wc-result__intro{font-size:.875rem;color:var(--c-text-color);text-align:center;max-width:370px;margin:0 auto;padding:10vh 20px 0}@media (min-width:992px){.wc-result__intro{text-align:left;flex-shrink:0;width:260px;padding:0 20px 0 0;overflow:hidden;transition:var(--transition)}.wc-result--explore-active .wc-result__intro{margin-left:-260px;opacity:0}}@media (min-width:1200px){.wc-result__intro{font-size:1.125rem;width:346px;margin:0;padding:0 35px 0 0;opacity:1;transition:var(--transition)}.wc-result--explore-active .wc-result__intro{margin-left:-346px;opacity:0}}.wc-result__intro h2,.wc-result__intro h3{font-size:2rem;color:inherit;margin-bottom:1rem}.wc-result__intro h2 strong,.wc-result__intro h3 strong{font-weight:inherit;color:#d0e4ff}@media (orientation:portrait) and (max-height:811px){.wc-result__intro h2,.wc-result__intro h3{font-size:1.625rem}}@media (min-width:1200px){.wc-result__intro h2,.wc-result__intro h3{font-size:2.5rem}}.wc-result__right-column{position:relative;display:flex;flex-grow:1;margin-right:-30vw;gap:40px}@media (min-width:992px){.wc-result .wc-card{position:relative;height:420px;max-width:280px;min-width:280px;border-radius:30px}}@media (min-width:992px){.wc-result .wc-card,.wc-result .wc-card-challenge{border-radius:18px;box-shadow:0 8px 25px rgba(0,0,0,.25)}.wc-result .wc-card-challenge{-webkit-transform:rotate(6.35deg);transform:rotate(6.35deg)}.wc-result .wc-card-challenge:nth-child(3){-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}}.wc-result .wc-result__carousel-card,.wc-result .wc-result__carousel-card.btn{position:relative;flex-basis:100%;flex-grow:1;width:275px;height:410px;max-width:none;margin:0 auto;-webkit-transform:scale(.9);transform:scale(.9);box-shadow:0 8px 12px rgba(0,0,0,.25)}@media (orientation:portrait) and (max-height:811px){.wc-result .wc-result__carousel-card,.wc-result .wc-result__carousel-card.btn{height:380px}}.wc-result .slick-current .wc-result__carousel-card{-webkit-transform:scale(1);transform:scale(1)}.wc-result__controls{position:absolute;right:0;bottom:4vh;left:0}@media (min-width:992px){.wc-result__controls{bottom:6vh}}.wc-result__controls-container{display:flex;justify-content:flex-end;width:100%;max-width:410px;margin:0 auto;padding:0 20px}@media (min-width:992px){.wc-result__controls-container{max-width:var(--containerWidth)}}.wc-result__explore.btn{--btn-color:#fff;--btn-hover-color:#fff;--btn-active-color:#fff;font-size:18px;font-weight:600;text-transform:none;-webkit-padding-start:10px;padding-inline-start:10px}.wc-result--explore-active .wc-result__explore.btn{pointer-events:none;opacity:0}.wc-result__explore.btn:before{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;display:none;border:1px dashed #fff;border-radius:56px;content:""}.wc-result__explore.btn:focus{outline:1px solid transparent}.wc-result__explore.btn:focus:before{display:block}.wc-result__explore.btn .icon{font-size:1rem;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:rgba(0,0,0,.25);border-radius:50%;-webkit-margin-start:24px;margin-inline-start:24px}@media (max-width:991px){.animation-enter .wc-result__intro{opacity:0;-webkit-transform:translateY(-100px);transform:translateY(-100px)}.animation-enter .slick-slide:first-child .wc-result__carousel-card{left:-100vw}.animation-enter .slick-slide:nth-child(2) .wc-result__carousel-card,.animation-enter .slick-slide:nth-child(3) .wc-result__carousel-card{left:-300vw}.animation-enter .slick-slide:nth-child(4) .wc-result__carousel-card{left:-350vw}.animation-enter .wc-result__wave{height:95%;opacity:0}.animation-enter .wc-result__wave-img{background-position:90% 0}}@media (min-width:992px){.animation-enter .wc-result__intro{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}.animation-enter .wc-result__card:first-child{left:100vw}.animation-enter .wc-result__card:nth-child(2){left:200vw}.animation-enter .wc-result__card:nth-child(3){left:300vw}.animation-enter .wc-result__card:nth-child(4){left:400vw}.animation-enter .wc-result__wave{width:10%;opacity:0}.animation-enter .wc-result__wave-img{background-position:0 -50%}}@media (max-width:991px){.animation-enter-active .wc-result__intro{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.animation-enter-active .slick-slide:first-child .wc-result__carousel-card,.animation-enter-active .slick-slide:nth-child(2) .wc-result__carousel-card,.animation-enter-active .slick-slide:nth-child(3) .wc-result__carousel-card,.animation-enter-active .slick-slide:nth-child(4) .wc-result__carousel-card{left:0;transition-delay:1s}.animation-enter-active .wc-result__wave{height:70%;opacity:1}.animation-enter-active .wc-result__wave-img{background-position:30% 0}}@media (min-width:992px){.animation-enter-active .wc-result__intro{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.animation-enter-active .wc-result__card:first-child,.animation-enter-active .wc-result__card:nth-child(2),.animation-enter-active .wc-result__card:nth-child(3),.animation-enter-active .wc-result__card:nth-child(4){left:0;transition-delay:1s}.animation-enter-active .wc-result__wave{width:50vw;opacity:1}.animation-enter-active .wc-result__wave-img{background-position:0 70%}}@media (min-width:1200px){.animation-enter-active .wc-result__wave{width:50vw}}@media (max-width:991px){.animation-exit .wc-carousel,.animation-exit .wc-result__intro{opacity:1}.animation-exit .wc-result__wave{height:70%;opacity:1}.animation-exit .wc-result__wave-img{background-position:30% 0}}@media (min-width:992px){.animation-exit .wc-result__card,.animation-exit .wc-result__controls,.animation-exit .wc-result__intro{opacity:1}.animation-exit .wc-result__card{left:0}.animation-exit .wc-result__wave-img{background-position:0 70%}}@media (max-width:991px){.animation-exit-active .wc-carousel,.animation-exit-active .wc-result__intro{opacity:0}.animation-exit-active .wc-result__wave{height:40%;opacity:0}.animation-exit-active .wc-result__wave-img{background-position:-30% 0}}@media (min-width:992px){.animation-exit-active .wc-result__card,.animation-exit-active .wc-result__controls,.animation-exit-active .wc-result__intro{opacity:0}.animation-exit-active .wc-result__wave{width:0;opacity:0}.animation-exit-active .wc-result__wave-img{background-position:0 190%}.animation-exit-active .wc-card-challenge--is-active.btn:nth-child(2){left:-248px;-webkit-transform:rotate(0) rotateY(-90deg);transform:rotate(0) rotateY(-90deg)}.animation-exit-active .wc-result--explore-active .wc-card-challenge--is-active.btn:nth-child(2){left:0}.animation-exit-active .wc-card-challenge--is-active.btn:nth-child(3){left:-556px;-webkit-transform:rotate(0) rotateY(-90deg);transform:rotate(0) rotateY(-90deg)}.animation-exit-active .wc-result--explore-active .wc-card-challenge--is-active.btn:nth-child(3){left:-228px}.animation-exit-active .wc-card-challenge--is-active.btn:nth-child(4){left:-884px;-webkit-transform:rotate(0) rotateY(-90deg);transform:rotate(0) rotateY(-90deg)}.animation-exit-active .wc-result--explore-active .wc-card-challenge--is-active.btn:nth-child(4){left:-584px}}.animation-enter-active .wc-carousel,.animation-enter-active .wc-result__intro,.animation-enter-active .wc-result__wave{transition:all 2s}.animation-enter-active .wc-card-challenge,.animation-enter-active .wc-result__card,.animation-enter-active .wc-result__carousel-card{transition-duration:1s!important;transition-property:all!important}.animation-enter-active .wc-result__wave-img{transition:all 2s linear}.animation-exit-active.wc-result-animation,.animation-exit-active .wc-result .wc-carousel,.animation-exit-active .wc-result .wc-result__intro,.animation-exit-active .wc-result .wc-result__wave{transition:all 666.66667ms}.animation-exit-active .wc-result .wc-card-challenge,.animation-exit-active .wc-result .wc-result__card,.animation-exit-active .wc-result .wc-result__carousel-card{transition-delay:0s!important;transition-duration:666.66667ms!important;transition-property:all!important}.animation-exit-active .wc-result .wc-result__wave-img{transition:all 666.66667ms linear}.wc-loading{position:relative}.wc-loading__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:flex;align-items:flex-end;background:var(--g-slide-m);transition:all .3s linear}@media (min-width:992px){.wc-loading__background{background:var(--g-slide-d)}}.wc-loading__wave{position:relative;width:100%;height:120%;transition:var(--transition)}.wc-loading__wave-img{position:absolute;top:0;left:50%;width:300%;height:100%;background:linear-gradient(transparent 170px,#123a70 0,#123a70),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZpZXdCb3g9IjAgMCA1NjMgMTcyIiB3aWR0aD0iNTYzcHgiIGhlaWdodD0iMTcycHgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTSAwIDc0LjIxIEMgMS4wOSA3NC4xNCAxLjk3IDc0LjA5OSAyLjU5OCA3NC4wOTkgQyA1OC4zNjggNzQuMDk5IDgyLjc0NiA2MS4xMjkgMTE3LjYwMSA0Mi41OTggQyAxNTIuNDU3IDI0LjA5NCAxOTcuNzQ5IDAgMjgxLjQwMiAwIEMgMzY1LjA0MiAwIDQxMC4zMzMgMjQuMDggNDQ1LjIwMyA0Mi42MTIgQyA0ODAuMDU5IDU5LjI4NCA1MDQuNDM3IDc0LjExMyA1NjAuMjA2IDc0LjExMyBDIDU2MS4xIDc0LjExMyA1NjIuMDM2IDc0LjE4MiA1NjMgNzQuMzIxIEwgNTYzIDE3MiBMIDAgMTcyIEwgMCA3NC4yMSBaIiBmaWxsPSIjMTIzQjcwIi8+PC9zdmc+) repeat-x 30% 0;opacity:.5;-webkit-transform:translate(-50%);transform:translate(-50%);-webkit-animation:wave 2.5s linear infinite;animation:wave 2.5s linear infinite}@media (min-width:992px){.wc-loading__wave-img{background:linear-gradient(transparent 380px,#0067b1 0,#0067b1),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc2NCIgaGVpZ2h0PSIzODAiIHZpZXdCb3g9IjAgMCAxNzY0IDM4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTc2NCAxNjMuNTg5QzE3NjAuMDYgMTYzLjQzNiAxNzU3LjMgMTYzLjM0NSAxNzU1LjMzIDE2My4zNDVDMTU4MC42NSAxNjMuMzQ1IDE1MDQuMjkgMTM0Ljc1NSAxMzk1LjExIDkzLjkwMzNDMTI4NS45MyA1My4xMTMgMTE0NC4wNyAwIDg4Mi4wNDEgMEM2MjAuMDU5IDAgNDc4LjE5MyA1My4wODIzIDM2OC45NzIgOTMuOTMzN0MyNTkuNzk0IDEzMC42ODggMTgzLjQzNiAxNjMuMzc1IDguNzUxNzEgMTYzLjM3NUM1Ljk1MTE2IDE2My4zNzUgMy4wMTkzNCAxNjMuNTI4IDAgMTYzLjgzNFYzODBIMTc2NFYxNjMuNTg5WiIgZmlsbD0iIzAwNjdCMSIvPjwvc3ZnPg==) repeat-x 30% 0}}.wc-loading__wave-img2{position:absolute;top:0;left:50%;width:300%;height:100%;background:linear-gradient(transparent 170px,#123a70 0,#123a70),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZpZXdCb3g9IjAgMCA1NjMgMTcyIiB3aWR0aD0iNTYzcHgiIGhlaWdodD0iMTcycHgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTSAwIDc0LjIxIEMgMS4wOSA3NC4xNCAxLjk3IDc0LjA5OSAyLjU5OCA3NC4wOTkgQyA1OC4zNjggNzQuMDk5IDgyLjc0NiA2MS4xMjkgMTE3LjYwMSA0Mi41OTggQyAxNTIuNDU3IDI0LjA5NCAxOTcuNzQ5IDAgMjgxLjQwMiAwIEMgMzY1LjA0MiAwIDQxMC4zMzMgMjQuMDggNDQ1LjIwMyA0Mi42MTIgQyA0ODAuMDU5IDU5LjI4NCA1MDQuNDM3IDc0LjExMyA1NjAuMjA2IDc0LjExMyBDIDU2MS4xIDc0LjExMyA1NjIuMDM2IDc0LjE4MiA1NjMgNzQuMzIxIEwgNTYzIDE3MiBMIDAgMTcyIEwgMCA3NC4yMSBaIiBmaWxsPSIjMTIzQjcwIi8+PC9zdmc+) repeat-x 50% 0;opacity:.5;-webkit-transform:translate(-50%);transform:translate(-50%);-webkit-animation:wave2 2s linear infinite;animation:wave2 2s linear infinite}@media (min-width:992px){.wc-loading__wave-img2{background:linear-gradient(transparent 380px,#0067b1 0,#0067b1),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc2NCIgaGVpZ2h0PSIzODAiIHZpZXdCb3g9IjAgMCAxNzY0IDM4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTc2NCAxNjMuNTg5QzE3NjAuMDYgMTYzLjQzNiAxNzU3LjMgMTYzLjM0NSAxNzU1LjMzIDE2My4zNDVDMTU4MC42NSAxNjMuMzQ1IDE1MDQuMjkgMTM0Ljc1NSAxMzk1LjExIDkzLjkwMzNDMTI4NS45MyA1My4xMTMgMTE0NC4wNyAwIDg4Mi4wNDEgMEM2MjAuMDU5IDAgNDc4LjE5MyA1My4wODIzIDM2OC45NzIgOTMuOTMzN0MyNTkuNzk0IDEzMC42ODggMTgzLjQzNiAxNjMuMzc1IDguNzUxNzEgMTYzLjM3NUM1Ljk1MTE2IDE2My4zNzUgMy4wMTkzNCAxNjMuNTI4IDAgMTYzLjgzNFYzODBIMTc2NFYxNjMuNTg5WiIgZmlsbD0iIzAwNjdCMSIvPjwvc3ZnPg==) repeat-x 50% 0}}.wc-loading__foreground{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:100vh;padding:30px 0;overflow:hidden}@media (min-width:992px){.wc-loading__foreground{min-height:Max(100vh,var(--wcSectionMinHeight));padding:0}}.wc-loading__description{display:flex;flex-direction:column;align-items:center}.wc-loading__text{font-size:2rem;font-weight:800;color:var(--c-text-color);text-align:center;text-transform:uppercase}@media (min-width:992px){.wc-loading__text{font-size:2.5rem}}.wc-loading__image{width:71px;margin-bottom:10px}@-webkit-keyframes wave{0%{background-position:30% 0}to{background-position:-52% 0}}@keyframes wave{0%{background-position:30% 0}to{background-position:-52% 0}}@-webkit-keyframes wave2{0%{background-position:50% 0}to{background-position:-32% 0}}@keyframes wave2{0%{background-position:50% 0}to{background-position:-32% 0}}.animation-enter .wc-loading__description{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}.animation-enter .wc-loading__wave{height:0;opacity:0}.animation-enter-active .wc-loading__description{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.animation-enter-active .wc-loading__wave{height:120%;opacity:1}.animation-exit .wc-loading__description{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.animation-exit .wc-loading__wave{opacity:1}.animation-exit-active .wc-loading__description{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.animation-exit-active .wc-loading__wave{opacity:0}.animation-enter-active .wc-loading__wave,.animation-exit-active .wc-loading__wave{transition:all 2s}.animation-enter-active .wc-loading__description,.animation-exit-active .wc-loading__description{transition:all 1.5s}.animation-exit-active .wc-loading__description{transition-delay:.5s}.wc-question{font-size:1.3125rem;font-weight:600;color:var(--c-text-color);position:relative;width:Min(100%,390px);margin:0 auto;padding:85px 32px 55px}@media (min-width:992px){.wc-question{font-size:1.125rem;font-weight:600;z-index:1;display:flex;flex-direction:column;align-items:center;width:250px;min-height:375px;margin:0;padding:24px 20px 20px;background:#1a325e;border-radius:18px;box-shadow:0 16px 20px rgba(0,0,0,.1);gap:1rem}.option-selected .wc-question{-webkit-animation:option-selected-d-1 1.5s forwards;animation:option-selected-d-1 1.5s forwards}}.wc-question__image{position:absolute;bottom:-120px;left:50%;width:176px;height:176px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width:992px){.wc-question__image{position:static;width:176px;height:auto;height:176px;-webkit-transform:none;transform:none;justify-self:center}}.wc-question__text{position:relative;z-index:1;flex-grow:1}@-webkit-keyframes option-selected-d-1{0%{left:0;-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{left:47%;-webkit-transform:rotate(-10.55deg) scale(1.08);transform:rotate(-10.55deg) scale(1.08)}}@keyframes option-selected-d-1{0%{left:0;-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{left:47%;-webkit-transform:rotate(-10.55deg) scale(1.08);transform:rotate(-10.55deg) scale(1.08)}}@media (max-width:991px){.animation-enter .wc-question{opacity:0}}@media (max-width:991px){.animation-enter .first-slide .wc-question{-webkit-transform:translateY(-5vh);transform:translateY(-5vh)}}@media (min-width:992px){.animation-enter .wc-question{-webkit-transform:translateY(-100vh);transform:translateY(-100vh)}}@media (max-width:991px){.animation-enter-active .wc-question{opacity:1}}@media (max-width:991px){.animation-enter-active .first-slide .wc-question{-webkit-transform:translateY(0);transform:translateY(0)}}@media (min-width:992px){.animation-enter-active .wc-question{-webkit-transform:translateY(0);transform:translateY(0)}}@media (max-width:991px){.animation-exit .wc-question{opacity:1}}@media (min-width:992px){.animation-exit .wc-question{top:0}}@media (max-width:991px){.animation-exit-active .wc-question{opacity:0}}@media (min-width:992px){.animation-exit-active .wc-question{top:-100vh;left:47%}}.animation-enter-active .wc-question,.animation-exit-active .wc-question{transition-duration:2s;transition-property:all}@media (min-width:992px){.animation-enter-active .wc-question,.animation-exit-active .wc-question{transition-delay:1s;transition-duration:1s}}.wc-steps{--bar-bg:rgba(0,0,0,0.2);--bar-color:#7db6df;--bar-height:10px;--bar-width:100%;position:absolute;top:0;left:0;width:100%}@media (min-width:992px){.wc-steps{--bar-bg:rgba(159,183,221,0.5);--bar-color:#fff;--bar-height:3px;--bar-width:157px;top:auto;bottom:0;padding-bottom:6vh}}.wc-steps__container{width:100%}@media (min-width:992px){.wc-steps__container{display:flex;flex-direction:column;max-width:1320px;margin:0 auto;padding:0 20px}}.wc-steps__bar{color:var(--bar-color);display:block;width:var(--bar-width);height:var(--bar-height);background-color:var(--bar-bg);border:none;border-radius:0;-webkit-appearance:none;appearance:none}.wc-steps__bar::-webkit-progress-bar{background-color:var(--bar-bg);border-radius:0}.wc-steps__bar::-webkit-progress-value{background-color:var(--bar-color);border-radius:0}.wc-steps__bar::-moz-progress-bar{background-color:var(--bar-color);border-radius:0}.wc-steps__text{font-size:1rem;font-weight:600;color:var(--c-text-color);display:block;width:Min(100%,390px);margin:0 auto;padding:50px 32px 0}.wc-steps__text-rest{color:var(--c-highlight2)}@media (min-width:992px){.wc-steps__text{font-size:1.5625rem;order:-1;width:auto;margin:0;padding:0}.wc-steps__text-current{font-size:2.375rem}.wc-steps__text-rest{color:var(--bar-bg)}}.animation-enter .wc-steps{opacity:0}@media (max-width:991px){.animation-enter .first-slide .wc-steps{-webkit-transform:translateY(-5vh);transform:translateY(-5vh)}}.animation-enter-active .wc-steps{opacity:1}@media (max-width:991px){.animation-enter-active .first-slide .wc-steps{-webkit-transform:translateY(0);transform:translateY(0)}}.animation-exit .wc-steps{opacity:1}.animation-exit-active .wc-steps{opacity:0}.animation-enter-active .wc-steps,.animation-exit-active .wc-steps{transition:all 2s}.wc-slide-controls{position:absolute;right:0;bottom:4vh;left:0;opacity:0;transition:opacity .3s}@media (min-width:992px){.wc-slide-controls{bottom:6vh}}.option-selected .wc-slide-controls{opacity:1}.wc-slide-controls__container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:410px;margin:0 auto;padding:0 20px}@media (min-width:992px){.wc-slide-controls__container{justify-content:flex-end;max-width:var(--containerWidth)}}.wc-slide-controls__go-back.btn{--btn-color:#fff;--btn-hover-color:#fff;--btn-active-color:#fff;font-size:.875rem;font-weight:600}@media (min-width:992px){.wc-slide-controls__go-back.btn{-webkit-padding-end:10px;padding-inline-end:10px}}.wc-result--explore-active .wc-slide-controls__go-back.btn{pointer-events:none;opacity:0}.wc-slide-controls__go-back.btn:before{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;display:none;border:1px dashed #fff;border-radius:48px;content:""}@media (min-width:992px){.wc-slide-controls__go-back.btn:before{border-radius:56px}}.wc-slide-controls__go-back.btn:focus{outline:1px solid transparent}.wc-slide-controls__go-back.btn:focus:before{display:block}.wc-slide-controls__go-back.btn .icon{font-size:.875rem;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#121f49;border-radius:50%}@media (min-width:992px){.wc-slide-controls__go-back.btn .icon{font-size:1rem;width:56px;height:56px;background:rgba(0,0,0,.25);-webkit-margin-end:15px;margin-inline-end:15px}}@media (max-width:991px){.wc-slide-controls__go-back.btn .btn__inner{display:none}}.wc-slide-controls__pause{color:#fff;transition:opacity .3s}.wc-slide-controls__pause .icon{display:flex;align-items:center;justify-content:center;width:37px;height:37px;background:#1d4b7e;border-radius:50%}@media (min-width:992px){.wc-slide-controls__pause .icon{background:#091c42}}.wc-slide-controls__next.btn{--btn-padding:4px;--btn-disabled-background:transparent;--btn-disabled-border:transparent;color:#fff;border-radius:50%}@media (min-width:992px){.wc-slide-controls__next.btn{margin-left:25px}}.wc-slide-controls__next.btn:after{position:absolute;top:0;left:0;z-index:-1;display:block;width:100%;height:100%;background:conic-gradient(hsla(0,0%,100%,0) 0deg,#fff 270deg,hsla(0,0%,100%,0) 270deg);border-radius:50%;content:"";-webkit-animation:rotation 3s linear infinite;animation:rotation 3s linear infinite}.autoplay-disabled .wc-slide-controls__next.btn:after,.option-paused .wc-slide-controls__next.btn:after{display:none}.wc-slide-controls__next.btn .icon{font-size:1.25rem;display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#1d4b7e;border-radius:50%}@media (min-width:992px){.wc-slide-controls__next.btn .icon{background:#091c42}}@media (min-width:1200px){.wc-slide-controls__next.btn .icon{width:86px;height:86px}}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.wc-option{--option-border-radius:18px;position:relative;width:275px;height:410px;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}@media (orientation:portrait) and (max-height:811px){.wc-option{height:380px}}.slick-slide .wc-option{margin:0 auto;-webkit-transform:scale(.9);transform:scale(.9)}.slick-current .wc-option{-webkit-transform:scale(1);transform:scale(1)}.slick-slide .wc-option.wc-option--selected{-webkit-transform:scale(1.15) translateY(-5vh) rotateY(180deg);transform:scale(1.15) translateY(-5vh) rotateY(180deg)}@media (min-width:992px){.wc-option{position:absolute;top:50%;left:53%;z-index:1;width:230px;height:345px}.wc-option:focus-visible,.wc-option:focus-within,.wc-option:hover{z-index:3}.wc-option:nth-child(2){-webkit-transform:translateX(-55%) translateY(-55%) rotate(-10.8deg);transform:translateX(-55%) translateY(-55%) rotate(-10.8deg)}.wc-option:nth-child(2).wc-option--selected{-webkit-animation:option-selected-d-2 1.5s ease forwards;animation:option-selected-d-2 1.5s ease forwards}.option-selected .wc-option:nth-child(2):not(.wc-option--selected){-webkit-animation:option-out-d-2 1.5s ease forwards;animation:option-out-d-2 1.5s ease forwards}.wc-option:nth-child(3){z-index:2;-webkit-transform:translateY(-30%);transform:translateY(-30%)}.wc-option:nth-child(3).wc-option--selected{-webkit-animation:option-selected-d-3 1.5s ease forwards;animation:option-selected-d-3 1.5s ease forwards}.option-selected .wc-option:nth-child(3):not(.wc-option--selected){-webkit-animation:option-out-d-3 1.5s ease forwards;animation:option-out-d-3 1.5s ease forwards}.wc-option:nth-child(4){-webkit-transform:translateX(55%) translateY(-55%) rotate(5.5deg);transform:translateX(55%) translateY(-55%) rotate(5.5deg)}.wc-option:nth-child(4).wc-option--selected{-webkit-animation:option-selected-d-4 1.5s ease forwards;animation:option-selected-d-4 1.5s ease forwards}.option-selected .wc-option:nth-child(4):not(.wc-option--selected){-webkit-animation:option-out-d-4 1.5s ease forwards;animation:option-out-d-4 1.5s ease forwards}}@media (min-width:1200px){.wc-option{width:250px;height:375px}}.wc-option .wc-logo{position:absolute;z-index:-1;width:40px;height:57px;background-size:100%}.wc-option__input{position:absolute;top:auto;left:0;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.wc-option__label.btn{--btn-hover-background:#fff;--btn-active-background:#fff;line-height:1.3;text-align:left;text-transform:unset;position:relative;align-items:flex-start;justify-content:flex-start;width:100%;height:100%;padding:32px 28px;background:#fff;border-radius:var(--option-border-radius);box-shadow:0 8px 12px rgba(0,0,0,.25);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@media (min-width:992px){.wc-option__label.btn:hover{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}.wc-option__label.btn:before{position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;display:none;border:1px dashed #fff;border-radius:inherit;content:""}.wc-option__label.btn:focus{-webkit-transform:translateY(-20px);transform:translateY(-20px)}.wc-option__label.btn:focus,.wc-option__label.btn:focus-visible{outline:1px solid transparent}.wc-option__label.btn:focus-visible:before{display:block}.wc-option__label.btn .wc-logo{bottom:30px;left:30px}.wc-option__label-title{font-size:1.5rem;font-weight:700;color:var(--c-option-card)}@media (min-width:992px){.wc-option__label-title{font-size:1.25rem}}@media (min-width:1200px){.wc-option__label-title{font-size:1.5rem}}.wc-option__answer{font-size:1.0625rem;line-height:1.35;color:#fff;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;padding:43px 38px;background:var(--c-card-bg-d);border-radius:var(--option-border-radius);-webkit-transform:rotateY(180deg);transform:rotateY(180deg);box-shadow:0 8px 12px rgba(0,0,0,.25);-webkit-backface-visibility:hidden;backface-visibility:hidden}@media (min-width:992px){.wc-option__answer{font-size:1.125rem;box-shadow:0 18px 20px rgba(0,0,0,.1)}}.wc-option__answer:before{position:absolute;top:16px;right:16px;bottom:16px;left:16px;border:2px solid hsla(0,0%,100%,.2);border-radius:10px;content:"";box-sizing:border-box}.wc-option__answer h4{font-size:1.25rem;font-weight:600;color:var(--c-highlight);margin-bottom:.5rem}@media (min-width:992px){.wc-option__answer h4{font-size:1.1875rem}}.wc-option__answer p{font-weight:600}.wc-option__answer p strong{font-weight:800}.wc-option__answer .wc-logo{bottom:43px;left:43px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEiIGhlaWdodD0iMTAxIiB2aWV3Qm94PSIwIDAgNzEgMTAxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01Mi40Mzg4IDU4Ljc2NzNDNDguMzUwMSA1OS4zNjQ5IDQ0LjE5NjUgNTkuOTYyNSA0MC4wNDMgNjAuMDI4OUMzNi4xNDkgNjAuMDk1MyAzMi4zODQ4IDU5LjM2NDkgMjguNTU1OCA1OC45MDAxQzI3Ljc3NyA1OC44MzM3IDI2Ljg2ODQgNTguNzY3MyAyNi4wODk2IDU4Ljk2NjVDMjQuMjcyNCA1OS41NjQxIDIyLjY0OTkgNTkuODk2MSAyMS4wMjc0IDYwLjAyODlDMTkuMjc1MSA2MC4xNjE3IDE3LjcxNzYgNjAuNzU5NCAxNi4zNTQ3IDYxLjc1NTRDMTUuNDQ2MSA2Mi40MTk1IDE0LjUzNzUgNjMuMDgzNSAxMy42Mjg5IDYzLjc0NzVDMTMuMzA0NCA2My45NDY3IDEyLjkxNSA2NC4xNDYgMTIuNDYwNyA2NC4yMTI0QzEyLjEzNjIgNjQuMjc4OCAxMS42ODE5IDY0LjAxMzEgMTEuNTUyMSA2My43NDc1QzExLjQyMjMgNjMuNDE1NSAxMS41NTIxIDYzLjAxNzEgMTEuNjgxOSA2Mi43NTE1QzExLjg3NjYgNjIuNDg1OSAxMi4xMzYyIDYyLjIyMDIgMTIuNTI1NiA2MS45NTQ2QzEyLjc4NTIgNjEuNzU1NCAxMy4xMDk3IDYxLjU1NjIgMTMuMzY5MyA2MS4zNTdDMTMuODIzNiA2MS4wMjUgMTQuMjc3OSA2MC42OTMgMTQuNzMyMiA2MC4zNjA5QzE0Ljk5MTggNjAuMDk1MyAxNS41MTEgNTkuNjk2OSAxNS42NDA4IDU5LjM2NDlDMTUuNzcwNiA1OC43NjczIDE0LjkyNjkgNTkuMDk5MyAxNC42MDI0IDU5LjIzMjFDMTMuNzU4NyA1OS41NjQxIDEyLjkxNSA1OS44OTYxIDEyLjA3MTMgNjAuMjI4MUMxMS4zNTc0IDYwLjQ5MzcgMTAuNjQzNSA2MC43NTk0IDkuOTk0NTIgNjEuMDI1QzkuNzM0OTIgNjEuMTU3OCA5LjQxMDQyIDYxLjIyNDIgOS4wMjEwMiA2MS4yOTA2QzguNDM2OTMgNjEuNDIzNCA3Ljk4MjYzIDYxLjE1NzggNy43MjMwMyA2MC42OTNDNy41MjgzNCA2MC4xNjE3IDcuNzIzMDMgNTkuNjk2OSA4LjI0MjIzIDU5LjM2NDlDOC44OTEyMiA1OS4wMzI5IDkuNDEwNDIgNTguNzY3MyA5LjkyOTYyIDU4LjYzNDRDMTEuMzU3NCA1OC4yMzYgMTIuNzg1MiA1Ny43MDQ4IDE0LjAxODMgNTYuNzA4N0MxNC4zNDI4IDU2LjQ0MzEgMTQuNDcyNiA1NS45NzgzIDEzLjg4ODUgNTYuMDQ0N0MxMi41OTA1IDU2LjI0MzkgMTEuMjkyNSA1Ni41MDk1IDEwLjA1OTQgNTYuNzA4N0M5LjQxMDQyIDU2Ljg0MTUgOC43NjE0MiA1Ni45NzQ0IDguMDQ3NTMgNTcuMTA3Mkg3LjkxNzczQzcuNTI4MzQgNTcuMTczNiA3LjEzODk0IDU3LjI0IDYuNzQ5NTQgNTcuMTczNkM1Ljg0MDk1IDU3LjA0MDggNS41ODEzNSA1Ni4wNDQ3IDYuMTY1NDUgNTUuMzgwN0M2LjQyNTA1IDU1LjExNTEgNi44MTQ0NCA1NC44NDk0IDcuMjY4NzQgNTQuNzgzQzguODI2MzMgNTQuNDUxIDEwLjM4MzkgNTQuMTg1NCAxMS44NzY2IDUzLjg1MzRDMTIuNDYwNyA1My43MjA2IDEzLjEwOTcgNTMuNTg3OCAxMy42OTM4IDUzLjUyMTRIMTMuNzU4N0MxNC43MzIyIDUzLjMyMjIgMTMuOTUzNCA1Mi45MjM3IDEzLjM2OTMgNTIuOTIzN0MxMi4wNzEzIDUyLjg1NzMgMTAuODM4MiA1Mi43OTA5IDkuNTQwMjIgNTIuNzI0NUM4LjY5NjUzIDUyLjY1ODEgNy4yNjg3NCA1Mi45MjM3IDYuODc5MzQgNTEuODYxM0M2LjY4NDY0IDUxLjMzIDcuMzk4NTQgNTAuNzk4OCA3Ljg1MjgzIDUwLjY2Nkg3LjkxNzczQzkuMjgwNjIgNTAuMjAxMiAxMC42NDM1IDUwLjI2NzYgMTEuOTQxNSA1MC4zMzRIMTIuMjAxMUMxMi45MTUgNTAuMzM0IDEzLjY5MzggNTAuNDAwNCAxNC40MDc3IDUwLjQ2NjhDMTUuMjUxNCA1MC41MzMyIDE2LjE2IDUwLjU5OTYgMTcuMDAzNyA1MC42NjZDMTcuNzgyNCA1MC42NjYgMTguNjI2MSA1MC41MzMyIDE5LjQ2OTggNTAuMjY3NkMxOS43Mjk0IDUwLjIwMTIgMTkuOTI0MSA1MC4wMDIgMTkuOTg5IDQ5LjgwMjhDMjAuMDUzOSA0OS41MzcxIDIwLjA1MzkgNDkuMjcxNSAxOS44NTkyIDQ5LjAwNTlDMTkuNjY0NSA0OC42NzM5IDE5LjQwNDkgNDguNDA4MyAxOS4xNDUzIDQ4LjE0MjdDMTkuMDE1NSA0OC4wMDk5IDE4Ljg4NTcgNDcuOTQzNSAxOC44MjA4IDQ3LjgxMDZDMTguNjI2MSA0Ny42MTE0IDE4LjQ5NjMgNDcuNDc4NiAxOC4zMDE2IDQ3LjI3OTRDMTguMTcxOCA0Ni44MTQ2IDE3Ljg0NzMgNDYuNDgyNiAxNy41MjI5IDQ2LjA4NDJDMTcuMTMzNSA0NS42MTkzIDE3LjAwMzcgNDQuOTU1MyAxNy4xMzM1IDQ0LjE1ODRDMTcuMjYzMyA0My42MjcyIDE3LjM5MzEgNDMuMzYxNiAxNy43MTc1IDQzLjIyODhDMTcuOTc3MSA0My4wOTYgMTguMzAxNiA0My4yMjg4IDE4LjY5MSA0My40OTQ0QzE4Ljg4NTcgNDMuNjkzNiAxOS4xNDUzIDQzLjg5MjggMTkuMjc1MSA0NC4wOTJDMTkuMzQgNDQuMTU4NCAxOS40MDQ5IDQ0LjIyNDkgMTkuNTM0NyA0NC4zNTc3QzE5LjcyOTQgNDQuNTU2OSAxOS45MjQxIDQ0Ljc1NjEgMjAuMTE4OCA0NC45NTUzQzIwLjUwODIgNDUuMzUzNyAyMC44OTc2IDQ1LjgxODUgMjEuMzUxOSA0Ni4wODQyQzIzLjIzNCA0Ny40MTIyIDI0LjkyMTQgNDkuMTM4NyAyNi4zNDkyIDUxLjEzMDhDMjYuODY4NCA1MS44NjEzIDI3LjQ1MjUgNTIuMTI2OSAyOC4yOTYyIDUyLjEyNjlDMjguNjIwNyA1Mi4xMjY5IDI4Ljk0NTIgNTIuMDYwNSAyOS4yNjk2IDUyLjA2MDVDMjkuNzg4OCA1Mi4wNjA1IDMwLjI0MzEgNTEuOTk0MSAzMC43NjIzIDUxLjk5NDFDMzEuOTk1NCA1MS45Mjc3IDMzLjIyODUgNTEuODYxMyAzNC40NjE2IDUxLjc5NDlMMzYuMjEzOSA1MS42NjIxQzQ0LjY1MDggNTAuOTMxNiA1My4zNDczIDQ5LjEzODcgNjEuMjY1MSA0Ni4wODQyQzYzLjE0NzIgNDUuMzUzNyA2NS4xNTkgNDQuNDkwNSA2Ny4xMDYgNDMuNDI4QzY0LjgzNDUgMzcuOTE2NSA2MS43MTk0IDMyLjgwMzQgNTcuODI1NCAyOC4xNTUyQzUwLjIzMjIgMTkuMTkwNyA0MC4zNjc1IDExLjQ4NzggMzUuOTU0MyAwLjE5OTIxMUMzNS44MjQ1IC0wLjA2NjQwMzcgMzUuNDM1MSAtMC4wNjY0MDM3IDM1LjM3MDIgMC4xOTkyMTFDMzAuOTU3IDExLjQ4NzggMjEuMDkyMyAxOS4xOTA3IDEzLjQzNDIgMjguMTU1MkM0Ljg2NzQ2IDM4LjI0ODUgMCA1MC44NjUyIDAgNjQuMjc4OEMwIDY1LjM0MTIgMC4wNjQ4OTk1IDY2LjQ3MDEgMC4xMjk3OTkgNjcuNTMyNUMzLjA1MDI3IDY5LjA1OTggNi4yMzAzNSA3MC4wNTU5IDkuMjE1NzIgNzAuODUyN0MxNy40NTggNzIuOTc3NiAyNi4yODQzIDczLjY0MTcgMzQuNzIxMiA3My4zNzYxTDM2LjQ3MzUgNzMuMjQzM0MzNy43MDY2IDczLjE3NjkgMzguOTM5NyA3My4xMTA0IDQwLjE3MjggNzMuMDQ0QzQwLjY5MiA3My4wNDQgNDEuMTQ2MiA3Mi45Nzc2IDQxLjY2NTQgNzIuOTc3NkM0MS45ODk5IDcyLjk3NzYgNDIuMzE0NCA3Mi45MTEyIDQyLjYzODkgNzIuOTExMkM0My40ODI2IDcyLjg0NDggNDQuMDY2NyA3Mi40NDY0IDQ0LjQ1NjEgNzEuNzE2QzQ1LjYyNDMgNjkuNTI0NiA0Ny4xMTcgNjcuNjY1NCA0OC44MDQ0IDY2LjA3MTdDNDkuMTkzOCA2NS42NzMyIDQ5LjUxODMgNjUuMjc0OCA0OS45MDc3IDY0LjgxQzUwLjAzNzUgNjQuNjEwOCA1MC4yMzIyIDY0LjM0NTIgNTAuNDI2OSA2NC4xNDZDNTAuNDkxOCA2NC4wNzk2IDUwLjU1NjcgNjMuOTQ2NyA1MC42MjE2IDYzLjg4MDNDNTAuODE2MyA2My42ODExIDUwLjk0NjEgNjMuNDE1NSA1MS4xNDA4IDYzLjIxNjNDNTEuNDY1MyA2Mi44ODQzIDUxLjc4OTggNjIuNzUxNSA1Mi4wNDk0IDYyLjgxNzlDNTIuMzczOSA2Mi44ODQzIDUyLjU2ODYgNjMuMTQ5OSA1Mi42OTg0IDYzLjYxNDdDNTIuOTU3OSA2NC4zNDUyIDUyLjg5MzEgNjUuMDA5MiA1Mi41Njg2IDY1LjU0MDRDNTIuMzA5IDY1LjkzODkgNTEuOTg0NSA2Ni4zMzczIDUxLjcyNDkgNjYuNzM1N0M1MS41OTUxIDY2LjkzNDkgNTEuNDAwNCA2Ny4xMzQxIDUxLjI3MDYgNjcuMzMzM0M1MS4yMDU3IDY3LjQ2NjEgNTEuMDc1OSA2Ny41OTg5IDUwLjk0NjEgNjcuNzMxOEM1MC42ODY1IDY4LjA2MzggNTAuNDkxOCA2OC4zMjk0IDUwLjI5NzEgNjguNjYxNEM1MC4xNjczIDY4Ljk5MzQgNTAuMTY3MyA2OS4yNTkgNTAuMjMyMiA2OS41MjQ2QzUwLjM2MiA2OS43MjM5IDUwLjU1NjcgNjkuODU2NyA1MC44MTYzIDY5LjkyMzFDNTEuNzI0OSA3MC4wNTU5IDUyLjU2ODYgNzAuMTIyMyA1My4zNDczIDY5Ljk4OTVDNTQuMTkxIDY5Ljg1NjcgNTUuMDM0NyA2OS42NTc1IDU1Ljg3ODQgNjkuNTI0NkM1Ni41OTIzIDY5LjM5MTggNTcuMzA2MiA2OS4xOTI2IDU4LjAyMDEgNjkuMTI2Mkw1OC4yNzk3IDY5LjA1OThDNTkuNTc3NyA2OC44NjA2IDYwLjk0MDYgNjguNTk1IDYyLjMwMzUgNjguOTI3SDYyLjM2ODRDNjIuNzU3OCA2OC45OTM0IDYzLjYwMTUgNjkuNDU4MyA2My40NzE3IDcwLjA1NTlDNjMuMjEyMSA3MS4xODQ3IDYxLjc4NDMgNzEuMTE4MyA2MC45NDA2IDcxLjI1MTJDNTkuNzA3NSA3MS40NTA0IDU4LjQwOTUgNzEuNjQ5NiA1Ny4xNzY0IDcxLjg0ODhDNTYuNTkyMyA3MS45ODE2IDU1Ljg3ODQgNzIuNDQ2NCA1Ni44NTE5IDcyLjUxMjhINTYuOTE2OEM1Ny41NjU4IDcyLjU3OTIgNTguMTQ5OSA3Mi41NzkyIDU4Ljc5ODkgNzIuNjQ1NkM2MC4zNTY1IDcyLjc3ODQgNjEuOTE0MSA3Mi44NDQ4IDYzLjQ3MTcgNzIuOTc3NkM2My44NjExIDczLjA0NDEgNjQuMzE1NCA3My4xNzY5IDY0LjYzOTggNzMuNDQyNUM2NS4yODg4IDc0LjA0MDEgNjUuMTU5IDc1LjEwMjYgNjQuMzE1NCA3NS4zMDE4QzYzLjkyNiA3NS4zNjgyIDYzLjUzNjYgNzUuMzY4MiA2My4xNDcyIDc1LjM2ODJINjMuMDE3NEM2Mi4zNjg0IDc1LjMwMTggNjEuNjU0NSA3NS4zMDE4IDYxLjAwNTUgNzUuMjM1NEM1OS43MDc1IDc1LjE2OSA1OC40MDk1IDc1LjEwMjYgNTcuMTExNSA3NS4wMzYyQzU2LjUyNzQgNzUuMDM2MiA1Ni42NTcyIDc1LjUwMSA1Ny4wNDY2IDc1LjcwMDJDNTguMzQ0NiA3Ni40OTcgNTkuOTAyMiA3Ni44MjkxIDYxLjMzIDc3LjA5NDdDNjEuODQ5MiA3Ny4xNjExIDYyLjQzMzMgNzcuMzYwMyA2My4xNDcyIDc3LjYyNTlDNjMuNzMxMyA3Ny44OTE1IDYzLjk5MDkgNzguMzU2MyA2My44NjExIDc4Ljg4NzZDNjMuNzMxMyA3OS40MTg4IDYzLjI3NyA3OS42ODQ0IDYyLjY5MjkgNzkuNjE4QzYyLjMwMzUgNzkuNjE4IDYxLjk3OSA3OS41NTE2IDYxLjY1NDUgNzkuNDg1MkM2MC45NDA2IDc5LjI4NiA2MC4xNjE4IDc5LjA4NjggNTkuNDQ3OSA3OC44ODc2QzU4LjYwNDIgNzguNjg4NCA1Ny42OTU2IDc4LjQyMjggNTYuNzg3IDc4LjIyMzVDNTYuMzk3NiA3OC4xNTcxIDU1LjU1MzkgNzcuODkxNSA1NS43NDg2IDc4LjQ4OTFDNTUuODc4NCA3OC44MjEyIDU2LjQ2MjUgNzkuMTUzMiA1Ni43MjIxIDc5LjM1MjRDNTcuMTc2NCA3OS42ODQ0IDU3LjY5NTYgNzkuOTUgNTguMTQ5OSA4MC4yMTU2QzU4LjQ3NDQgODAuMzQ4NSA1OC43OTg5IDgwLjU0NzcgNTkuMDU4NSA4MC43NDY5QzU5LjQ0NzkgODAuOTQ2MSA1OS43NzI0IDgxLjIxMTcgNTkuOTY3MSA4MS40NzczQzYwLjE2MTggODEuNjc2NSA2MC4zNTY1IDgyLjE0MTMgNjAuMjI2NyA4Mi40MDdDNjAuMDk2OSA4Mi42NzI2IDU5LjcwNzUgODIuOTM4MiA1OS4zODMgODIuOTM4MkM1OC45Mjg3IDgyLjkzODIgNTguNTM5MyA4Mi44MDU0IDU4LjE0OTkgODIuNjcyNkM1Ny4xNzY0IDgyLjE0MTMgNTYuMjAyOSA4MS42MTAxIDU1LjIyOTQgODEuMDc4OUM1My43MzY3IDgwLjIxNTYgNTIuMTc5MiA3OS44MTcyIDUwLjQyNjkgNzkuODgzNkM0OC44MDQ0IDc5Ljk1IDQ3LjExNyA3OS44MTcyIDQ1LjI5OTggNzkuNDg1MkM0NC41MjEgNzkuMzUyNCA0My42MTI0IDc5LjQ4NTIgNDIuODMzNiA3OS42ODQ0QzM5LjA2OTUgODAuNjE0MSAzNS40MzUxIDgxLjgwOTMgMzEuNjA2IDgyLjIwNzhDMjcuNDUyNSA4Mi42NzI2IDIzLjI5ODkgODIuNjA2MiAxOS4xNDUzIDgyLjQ3MzRDMTMuOTUzNCA4Mi4zNDA2IDguNjk2NTMgODEuODc1NyAzLjU2OTQ3IDgwLjk0NjFDOS40MTA0MiA5Mi44MzIzIDIxLjQ4MTcgMTAwLjkzNCAzNS4zNzAyIDEwMUM1NS4wMzQ3IDEwMSA3MSA4NC42NjQ3IDcxIDY0LjU0NDRDNzEgNjEuMjI0MiA3MC42NzU1IDU3LjkwNCA3MC4wOTE0IDU0LjY1MDJDNjQuNTc1IDU2LjU3NTkgNTguNTM5MyA1Ny44Mzc2IDUyLjQzODggNTguNzY3M1oiIGZpbGw9IiNGRkZGRkYiLz48L3N2Zz4=) no-repeat;background-size:contain;opacity:.2}@media (min-width:992px){.wc-option__answer .wc-logo{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEiIGhlaWdodD0iMTAxIiB2aWV3Qm94PSIwIDAgNzEgMTAxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01Mi40Mzg4IDU4Ljc2NzNDNDguMzUwMSA1OS4zNjQ5IDQ0LjE5NjUgNTkuOTYyNSA0MC4wNDMgNjAuMDI4OUMzNi4xNDkgNjAuMDk1MyAzMi4zODQ4IDU5LjM2NDkgMjguNTU1OCA1OC45MDAxQzI3Ljc3NyA1OC44MzM3IDI2Ljg2ODQgNTguNzY3MyAyNi4wODk2IDU4Ljk2NjVDMjQuMjcyNCA1OS41NjQxIDIyLjY0OTkgNTkuODk2MSAyMS4wMjc0IDYwLjAyODlDMTkuMjc1MSA2MC4xNjE3IDE3LjcxNzYgNjAuNzU5NCAxNi4zNTQ3IDYxLjc1NTRDMTUuNDQ2MSA2Mi40MTk1IDE0LjUzNzUgNjMuMDgzNSAxMy42Mjg5IDYzLjc0NzVDMTMuMzA0NCA2My45NDY3IDEyLjkxNSA2NC4xNDYgMTIuNDYwNyA2NC4yMTI0QzEyLjEzNjIgNjQuMjc4OCAxMS42ODE5IDY0LjAxMzEgMTEuNTUyMSA2My43NDc1QzExLjQyMjMgNjMuNDE1NSAxMS41NTIxIDYzLjAxNzEgMTEuNjgxOSA2Mi43NTE1QzExLjg3NjYgNjIuNDg1OSAxMi4xMzYyIDYyLjIyMDIgMTIuNTI1NiA2MS45NTQ2QzEyLjc4NTIgNjEuNzU1NCAxMy4xMDk3IDYxLjU1NjIgMTMuMzY5MyA2MS4zNTdDMTMuODIzNiA2MS4wMjUgMTQuMjc3OSA2MC42OTMgMTQuNzMyMiA2MC4zNjA5QzE0Ljk5MTggNjAuMDk1MyAxNS41MTEgNTkuNjk2OSAxNS42NDA4IDU5LjM2NDlDMTUuNzcwNiA1OC43NjczIDE0LjkyNjkgNTkuMDk5MyAxNC42MDI0IDU5LjIzMjFDMTMuNzU4NyA1OS41NjQxIDEyLjkxNSA1OS44OTYxIDEyLjA3MTMgNjAuMjI4MUMxMS4zNTc0IDYwLjQ5MzcgMTAuNjQzNSA2MC43NTk0IDkuOTk0NTIgNjEuMDI1QzkuNzM0OTIgNjEuMTU3OCA5LjQxMDQyIDYxLjIyNDIgOS4wMjEwMiA2MS4yOTA2QzguNDM2OTMgNjEuNDIzNCA3Ljk4MjYzIDYxLjE1NzggNy43MjMwMyA2MC42OTNDNy41MjgzNCA2MC4xNjE3IDcuNzIzMDMgNTkuNjk2OSA4LjI0MjIzIDU5LjM2NDlDOC44OTEyMiA1OS4wMzI5IDkuNDEwNDIgNTguNzY3MyA5LjkyOTYyIDU4LjYzNDRDMTEuMzU3NCA1OC4yMzYgMTIuNzg1MiA1Ny43MDQ4IDE0LjAxODMgNTYuNzA4N0MxNC4zNDI4IDU2LjQ0MzEgMTQuNDcyNiA1NS45NzgzIDEzLjg4ODUgNTYuMDQ0N0MxMi41OTA1IDU2LjI0MzkgMTEuMjkyNSA1Ni41MDk1IDEwLjA1OTQgNTYuNzA4N0M5LjQxMDQyIDU2Ljg0MTUgOC43NjE0MiA1Ni45NzQ0IDguMDQ3NTMgNTcuMTA3Mkg3LjkxNzczQzcuNTI4MzQgNTcuMTczNiA3LjEzODk0IDU3LjI0IDYuNzQ5NTQgNTcuMTczNkM1Ljg0MDk1IDU3LjA0MDggNS41ODEzNSA1Ni4wNDQ3IDYuMTY1NDUgNTUuMzgwN0M2LjQyNTA1IDU1LjExNTEgNi44MTQ0NCA1NC44NDk0IDcuMjY4NzQgNTQuNzgzQzguODI2MzMgNTQuNDUxIDEwLjM4MzkgNTQuMTg1NCAxMS44NzY2IDUzLjg1MzRDMTIuNDYwNyA1My43MjA2IDEzLjEwOTcgNTMuNTg3OCAxMy42OTM4IDUzLjUyMTRIMTMuNzU4N0MxNC43MzIyIDUzLjMyMjIgMTMuOTUzNCA1Mi45MjM3IDEzLjM2OTMgNTIuOTIzN0MxMi4wNzEzIDUyLjg1NzMgMTAuODM4MiA1Mi43OTA5IDkuNTQwMjIgNTIuNzI0NUM4LjY5NjUzIDUyLjY1ODEgNy4yNjg3NCA1Mi45MjM3IDYuODc5MzQgNTEuODYxM0M2LjY4NDY0IDUxLjMzIDcuMzk4NTQgNTAuNzk4OCA3Ljg1MjgzIDUwLjY2Nkg3LjkxNzczQzkuMjgwNjIgNTAuMjAxMiAxMC42NDM1IDUwLjI2NzYgMTEuOTQxNSA1MC4zMzRIMTIuMjAxMUMxMi45MTUgNTAuMzM0IDEzLjY5MzggNTAuNDAwNCAxNC40MDc3IDUwLjQ2NjhDMTUuMjUxNCA1MC41MzMyIDE2LjE2IDUwLjU5OTYgMTcuMDAzNyA1MC42NjZDMTcuNzgyNCA1MC42NjYgMTguNjI2MSA1MC41MzMyIDE5LjQ2OTggNTAuMjY3NkMxOS43Mjk0IDUwLjIwMTIgMTkuOTI0MSA1MC4wMDIgMTkuOTg5IDQ5LjgwMjhDMjAuMDUzOSA0OS41MzcxIDIwLjA1MzkgNDkuMjcxNSAxOS44NTkyIDQ5LjAwNTlDMTkuNjY0NSA0OC42NzM5IDE5LjQwNDkgNDguNDA4MyAxOS4xNDUzIDQ4LjE0MjdDMTkuMDE1NSA0OC4wMDk5IDE4Ljg4NTcgNDcuOTQzNSAxOC44MjA4IDQ3LjgxMDZDMTguNjI2MSA0Ny42MTE0IDE4LjQ5NjMgNDcuNDc4NiAxOC4zMDE2IDQ3LjI3OTRDMTguMTcxOCA0Ni44MTQ2IDE3Ljg0NzMgNDYuNDgyNiAxNy41MjI5IDQ2LjA4NDJDMTcuMTMzNSA0NS42MTkzIDE3LjAwMzcgNDQuOTU1MyAxNy4xMzM1IDQ0LjE1ODRDMTcuMjYzMyA0My42MjcyIDE3LjM5MzEgNDMuMzYxNiAxNy43MTc1IDQzLjIyODhDMTcuOTc3MSA0My4wOTYgMTguMzAxNiA0My4yMjg4IDE4LjY5MSA0My40OTQ0QzE4Ljg4NTcgNDMuNjkzNiAxOS4xNDUzIDQzLjg5MjggMTkuMjc1MSA0NC4wOTJDMTkuMzQgNDQuMTU4NCAxOS40MDQ5IDQ0LjIyNDkgMTkuNTM0NyA0NC4zNTc3QzE5LjcyOTQgNDQuNTU2OSAxOS45MjQxIDQ0Ljc1NjEgMjAuMTE4OCA0NC45NTUzQzIwLjUwODIgNDUuMzUzNyAyMC44OTc2IDQ1LjgxODUgMjEuMzUxOSA0Ni4wODQyQzIzLjIzNCA0Ny40MTIyIDI0LjkyMTQgNDkuMTM4NyAyNi4zNDkyIDUxLjEzMDhDMjYuODY4NCA1MS44NjEzIDI3LjQ1MjUgNTIuMTI2OSAyOC4yOTYyIDUyLjEyNjlDMjguNjIwNyA1Mi4xMjY5IDI4Ljk0NTIgNTIuMDYwNSAyOS4yNjk2IDUyLjA2MDVDMjkuNzg4OCA1Mi4wNjA1IDMwLjI0MzEgNTEuOTk0MSAzMC43NjIzIDUxLjk5NDFDMzEuOTk1NCA1MS45Mjc3IDMzLjIyODUgNTEuODYxMyAzNC40NjE2IDUxLjc5NDlMMzYuMjEzOSA1MS42NjIxQzQ0LjY1MDggNTAuOTMxNiA1My4zNDczIDQ5LjEzODcgNjEuMjY1MSA0Ni4wODQyQzYzLjE0NzIgNDUuMzUzNyA2NS4xNTkgNDQuNDkwNSA2Ny4xMDYgNDMuNDI4QzY0LjgzNDUgMzcuOTE2NSA2MS43MTk0IDMyLjgwMzQgNTcuODI1NCAyOC4xNTUyQzUwLjIzMjIgMTkuMTkwNyA0MC4zNjc1IDExLjQ4NzggMzUuOTU0MyAwLjE5OTIxMUMzNS44MjQ1IC0wLjA2NjQwMzcgMzUuNDM1MSAtMC4wNjY0MDM3IDM1LjM3MDIgMC4xOTkyMTFDMzAuOTU3IDExLjQ4NzggMjEuMDkyMyAxOS4xOTA3IDEzLjQzNDIgMjguMTU1MkM0Ljg2NzQ2IDM4LjI0ODUgMCA1MC44NjUyIDAgNjQuMjc4OEMwIDY1LjM0MTIgMC4wNjQ4OTk1IDY2LjQ3MDEgMC4xMjk3OTkgNjcuNTMyNUMzLjA1MDI3IDY5LjA1OTggNi4yMzAzNSA3MC4wNTU5IDkuMjE1NzIgNzAuODUyN0MxNy40NTggNzIuOTc3NiAyNi4yODQzIDczLjY0MTcgMzQuNzIxMiA3My4zNzYxTDM2LjQ3MzUgNzMuMjQzM0MzNy43MDY2IDczLjE3NjkgMzguOTM5NyA3My4xMTA0IDQwLjE3MjggNzMuMDQ0QzQwLjY5MiA3My4wNDQgNDEuMTQ2MiA3Mi45Nzc2IDQxLjY2NTQgNzIuOTc3NkM0MS45ODk5IDcyLjk3NzYgNDIuMzE0NCA3Mi45MTEyIDQyLjYzODkgNzIuOTExMkM0My40ODI2IDcyLjg0NDggNDQuMDY2NyA3Mi40NDY0IDQ0LjQ1NjEgNzEuNzE2QzQ1LjYyNDMgNjkuNTI0NiA0Ny4xMTcgNjcuNjY1NCA0OC44MDQ0IDY2LjA3MTdDNDkuMTkzOCA2NS42NzMyIDQ5LjUxODMgNjUuMjc0OCA0OS45MDc3IDY0LjgxQzUwLjAzNzUgNjQuNjEwOCA1MC4yMzIyIDY0LjM0NTIgNTAuNDI2OSA2NC4xNDZDNTAuNDkxOCA2NC4wNzk2IDUwLjU1NjcgNjMuOTQ2NyA1MC42MjE2IDYzLjg4MDNDNTAuODE2MyA2My42ODExIDUwLjk0NjEgNjMuNDE1NSA1MS4xNDA4IDYzLjIxNjNDNTEuNDY1MyA2Mi44ODQzIDUxLjc4OTggNjIuNzUxNSA1Mi4wNDk0IDYyLjgxNzlDNTIuMzczOSA2Mi44ODQzIDUyLjU2ODYgNjMuMTQ5OSA1Mi42OTg0IDYzLjYxNDdDNTIuOTU3OSA2NC4zNDUyIDUyLjg5MzEgNjUuMDA5MiA1Mi41Njg2IDY1LjU0MDRDNTIuMzA5IDY1LjkzODkgNTEuOTg0NSA2Ni4zMzczIDUxLjcyNDkgNjYuNzM1N0M1MS41OTUxIDY2LjkzNDkgNTEuNDAwNCA2Ny4xMzQxIDUxLjI3MDYgNjcuMzMzM0M1MS4yMDU3IDY3LjQ2NjEgNTEuMDc1OSA2Ny41OTg5IDUwLjk0NjEgNjcuNzMxOEM1MC42ODY1IDY4LjA2MzggNTAuNDkxOCA2OC4zMjk0IDUwLjI5NzEgNjguNjYxNEM1MC4xNjczIDY4Ljk5MzQgNTAuMTY3MyA2OS4yNTkgNTAuMjMyMiA2OS41MjQ2QzUwLjM2MiA2OS43MjM5IDUwLjU1NjcgNjkuODU2NyA1MC44MTYzIDY5LjkyMzFDNTEuNzI0OSA3MC4wNTU5IDUyLjU2ODYgNzAuMTIyMyA1My4zNDczIDY5Ljk4OTVDNTQuMTkxIDY5Ljg1NjcgNTUuMDM0NyA2OS42NTc1IDU1Ljg3ODQgNjkuNTI0NkM1Ni41OTIzIDY5LjM5MTggNTcuMzA2MiA2OS4xOTI2IDU4LjAyMDEgNjkuMTI2Mkw1OC4yNzk3IDY5LjA1OThDNTkuNTc3NyA2OC44NjA2IDYwLjk0MDYgNjguNTk1IDYyLjMwMzUgNjguOTI3SDYyLjM2ODRDNjIuNzU3OCA2OC45OTM0IDYzLjYwMTUgNjkuNDU4MyA2My40NzE3IDcwLjA1NTlDNjMuMjEyMSA3MS4xODQ3IDYxLjc4NDMgNzEuMTE4MyA2MC45NDA2IDcxLjI1MTJDNTkuNzA3NSA3MS40NTA0IDU4LjQwOTUgNzEuNjQ5NiA1Ny4xNzY0IDcxLjg0ODhDNTYuNTkyMyA3MS45ODE2IDU1Ljg3ODQgNzIuNDQ2NCA1Ni44NTE5IDcyLjUxMjhINTYuOTE2OEM1Ny41NjU4IDcyLjU3OTIgNTguMTQ5OSA3Mi41NzkyIDU4Ljc5ODkgNzIuNjQ1NkM2MC4zNTY1IDcyLjc3ODQgNjEuOTE0MSA3Mi44NDQ4IDYzLjQ3MTcgNzIuOTc3NkM2My44NjExIDczLjA0NDEgNjQuMzE1NCA3My4xNzY5IDY0LjYzOTggNzMuNDQyNUM2NS4yODg4IDc0LjA0MDEgNjUuMTU5IDc1LjEwMjYgNjQuMzE1NCA3NS4zMDE4QzYzLjkyNiA3NS4zNjgyIDYzLjUzNjYgNzUuMzY4MiA2My4xNDcyIDc1LjM2ODJINjMuMDE3NEM2Mi4zNjg0IDc1LjMwMTggNjEuNjU0NSA3NS4zMDE4IDYxLjAwNTUgNzUuMjM1NEM1OS43MDc1IDc1LjE2OSA1OC40MDk1IDc1LjEwMjYgNTcuMTExNSA3NS4wMzYyQzU2LjUyNzQgNzUuMDM2MiA1Ni42NTcyIDc1LjUwMSA1Ny4wNDY2IDc1LjcwMDJDNTguMzQ0NiA3Ni40OTcgNTkuOTAyMiA3Ni44MjkxIDYxLjMzIDc3LjA5NDdDNjEuODQ5MiA3Ny4xNjExIDYyLjQzMzMgNzcuMzYwMyA2My4xNDcyIDc3LjYyNTlDNjMuNzMxMyA3Ny44OTE1IDYzLjk5MDkgNzguMzU2MyA2My44NjExIDc4Ljg4NzZDNjMuNzMxMyA3OS40MTg4IDYzLjI3NyA3OS42ODQ0IDYyLjY5MjkgNzkuNjE4QzYyLjMwMzUgNzkuNjE4IDYxLjk3OSA3OS41NTE2IDYxLjY1NDUgNzkuNDg1MkM2MC45NDA2IDc5LjI4NiA2MC4xNjE4IDc5LjA4NjggNTkuNDQ3OSA3OC44ODc2QzU4LjYwNDIgNzguNjg4NCA1Ny42OTU2IDc4LjQyMjggNTYuNzg3IDc4LjIyMzVDNTYuMzk3NiA3OC4xNTcxIDU1LjU1MzkgNzcuODkxNSA1NS43NDg2IDc4LjQ4OTFDNTUuODc4NCA3OC44MjEyIDU2LjQ2MjUgNzkuMTUzMiA1Ni43MjIxIDc5LjM1MjRDNTcuMTc2NCA3OS42ODQ0IDU3LjY5NTYgNzkuOTUgNTguMTQ5OSA4MC4yMTU2QzU4LjQ3NDQgODAuMzQ4NSA1OC43OTg5IDgwLjU0NzcgNTkuMDU4NSA4MC43NDY5QzU5LjQ0NzkgODAuOTQ2MSA1OS43NzI0IDgxLjIxMTcgNTkuOTY3MSA4MS40NzczQzYwLjE2MTggODEuNjc2NSA2MC4zNTY1IDgyLjE0MTMgNjAuMjI2NyA4Mi40MDdDNjAuMDk2OSA4Mi42NzI2IDU5LjcwNzUgODIuOTM4MiA1OS4zODMgODIuOTM4MkM1OC45Mjg3IDgyLjkzODIgNTguNTM5MyA4Mi44MDU0IDU4LjE0OTkgODIuNjcyNkM1Ny4xNzY0IDgyLjE0MTMgNTYuMjAyOSA4MS42MTAxIDU1LjIyOTQgODEuMDc4OUM1My43MzY3IDgwLjIxNTYgNTIuMTc5MiA3OS44MTcyIDUwLjQyNjkgNzkuODgzNkM0OC44MDQ0IDc5Ljk1IDQ3LjExNyA3OS44MTcyIDQ1LjI5OTggNzkuNDg1MkM0NC41MjEgNzkuMzUyNCA0My42MTI0IDc5LjQ4NTIgNDIuODMzNiA3OS42ODQ0QzM5LjA2OTUgODAuNjE0MSAzNS40MzUxIDgxLjgwOTMgMzEuNjA2IDgyLjIwNzhDMjcuNDUyNSA4Mi42NzI2IDIzLjI5ODkgODIuNjA2MiAxOS4xNDUzIDgyLjQ3MzRDMTMuOTUzNCA4Mi4zNDA2IDguNjk2NTMgODEuODc1NyAzLjU2OTQ3IDgwLjk0NjFDOS40MTA0MiA5Mi44MzIzIDIxLjQ4MTcgMTAwLjkzNCAzNS4zNzAyIDEwMUM1NS4wMzQ3IDEwMSA3MSA4NC42NjQ3IDcxIDY0LjU0NDRDNzEgNjEuMjI0MiA3MC42NzU1IDU3LjkwNCA3MC4wOTE0IDU0LjY1MDJDNjQuNTc1IDU2LjU3NTkgNTguNTM5MyA1Ny44Mzc2IDUyLjQzODggNTguNzY3M1oiIGZpbGw9IiM3REI2REYiLz48L3N2Zz4=) no-repeat;background-size:contain;opacity:1}}@-webkit-keyframes option-out-d-2{20%{-webkit-transform:translateX(-55%) translateY(-55%) rotate(-10.8deg);transform:translateX(-55%) translateY(-55%) rotate(-10.8deg)}to{-webkit-transform:translateX(-150%) translateY(-150vh) rotate(-10.8deg);transform:translateX(-150%) translateY(-150vh) rotate(-10.8deg)}}@keyframes option-out-d-2{20%{-webkit-transform:translateX(-55%) translateY(-55%) rotate(-10.8deg);transform:translateX(-55%) translateY(-55%) rotate(-10.8deg)}to{-webkit-transform:translateX(-150%) translateY(-150vh) rotate(-10.8deg);transform:translateX(-150%) translateY(-150vh) rotate(-10.8deg)}}@-webkit-keyframes option-out-d-3{20%{-webkit-transform:translateY(-30%);transform:translateY(-30%)}to{-webkit-transform:translateY(150vh);transform:translateY(150vh)}}@keyframes option-out-d-3{20%{-webkit-transform:translateY(-30%);transform:translateY(-30%)}to{-webkit-transform:translateY(150vh);transform:translateY(150vh)}}@-webkit-keyframes option-out-d-4{20%{-webkit-transform:translateX(55%) translateY(-55%) rotate(5.5deg);transform:translateX(55%) translateY(-55%) rotate(5.5deg)}to{-webkit-transform:translateX(150%) translateY(-150vh) rotate(5.5deg);transform:translateX(150%) translateY(-150vh) rotate(5.5deg)}}@keyframes option-out-d-4{20%{-webkit-transform:translateX(55%) translateY(-55%) rotate(5.5deg);transform:translateX(55%) translateY(-55%) rotate(5.5deg)}to{-webkit-transform:translateX(150%) translateY(-150vh) rotate(5.5deg);transform:translateX(150%) translateY(-150vh) rotate(5.5deg)}}@-webkit-keyframes option-selected-d-2{20%{z-index:3;-webkit-transform:rotateY(180deg) translateX(55%) translateY(-55%) rotate(-10.8deg);transform:rotateY(180deg) translateX(55%) translateY(-55%) rotate(-10.8deg)}to{z-index:3;-webkit-transform:rotateY(180deg) translateX(0) translateY(-50%) rotate(0deg) scale(1.12);transform:rotateY(180deg) translateX(0) translateY(-50%) rotate(0deg) scale(1.12)}}@keyframes option-selected-d-2{20%{z-index:3;-webkit-transform:rotateY(180deg) translateX(55%) translateY(-55%) rotate(-10.8deg);transform:rotateY(180deg) translateX(55%) translateY(-55%) rotate(-10.8deg)}to{z-index:3;-webkit-transform:rotateY(180deg) translateX(0) translateY(-50%) rotate(0deg) scale(1.12);transform:rotateY(180deg) translateX(0) translateY(-50%) rotate(0deg) scale(1.12)}}@-webkit-keyframes option-selected-d-3{20%{z-index:3;-webkit-transform:rotateY(180deg) translateY(-30%);transform:rotateY(180deg) translateY(-30%)}to{z-index:3;-webkit-transform:rotateY(180deg) translateY(-50%) scale(1.12);transform:rotateY(180deg) translateY(-50%) scale(1.12)}}@keyframes option-selected-d-3{20%{z-index:3;-webkit-transform:rotateY(180deg) translateY(-30%);transform:rotateY(180deg) translateY(-30%)}to{z-index:3;-webkit-transform:rotateY(180deg) translateY(-50%) scale(1.12);transform:rotateY(180deg) translateY(-50%) scale(1.12)}}@-webkit-keyframes option-selected-d-4{20%{z-index:3;-webkit-transform:rotateY(180deg) translateX(-55%) translateY(-55%) rotate(5.5deg);transform:rotateY(180deg) translateX(-55%) translateY(-55%) rotate(5.5deg)}to{z-index:3;-webkit-transform:rotateY(180deg) translateX(0) translateY(-50%) rotate(0deg) scale(1.12);transform:rotateY(180deg) translateX(0) translateY(-50%) rotate(0deg) scale(1.12)}}@keyframes option-selected-d-4{20%{z-index:3;-webkit-transform:rotateY(180deg) translateX(-55%) translateY(-55%) rotate(5.5deg);transform:rotateY(180deg) translateX(-55%) translateY(-55%) rotate(5.5deg)}to{z-index:3;-webkit-transform:rotateY(180deg) translateX(0) translateY(-50%) rotate(0deg) scale(1.12);transform:rotateY(180deg) translateX(0) translateY(-50%) rotate(0deg) scale(1.12)}}@media (max-width:991px){.animation-enter .slick-slide:first-child .wc-option{left:-100vw}.animation-enter .slick-slide:nth-child(2) .wc-option,.animation-enter .slick-slide:nth-child(3) .wc-option{left:-300vw}}@media (min-width:992px){.animation-enter .wc-option:nth-child(2){-webkit-transform:translateX(-150%) translateY(-150vh) rotate(-10.8deg);transform:translateX(-150%) translateY(-150vh) rotate(-10.8deg)}.animation-enter .wc-option:nth-child(3){-webkit-transform:translateY(150vh);transform:translateY(150vh)}.animation-enter .wc-option:nth-child(4){-webkit-transform:translateX(150%) translateY(-150vh) rotate(5.5deg);transform:translateX(150%) translateY(-150vh) rotate(5.5deg)}}@media (max-width:991px){.animation-enter-active .slick-slide:first-child .wc-option,.animation-enter-active .slick-slide:nth-child(2) .wc-option,.animation-enter-active .slick-slide:nth-child(3) .wc-option{left:0;transition-delay:1s}}@media (min-width:992px){.animation-enter-active .wc-option:nth-child(2){-webkit-transform:translateX(-55%) translateY(-55%) rotate(-10.8deg);transform:translateX(-55%) translateY(-55%) rotate(-10.8deg)}.animation-enter-active .wc-option:nth-child(3){-webkit-transform:translateY(-30%);transform:translateY(-30%)}.animation-enter-active .wc-option:nth-child(4){-webkit-transform:translateX(55%) translateY(-55%) rotate(5.5deg);transform:translateX(55%) translateY(-55%) rotate(5.5deg)}}@media (max-width:991px){.animation-exit .wc-option{top:0;left:0}.animation-exit .wc-option .wc-option__answer{opacity:1}}@media (min-width:992px){.animation-exit .wc-option.wc-option--selected{margin-top:0}}@media (max-width:991px){.animation-exit-active .wc-option{top:-20vh;left:-100vw}.animation-exit-active .wc-option .wc-option__answer{opacity:0}}@media (min-width:992px){.animation-exit-active .wc-option.wc-option--selected{margin-top:100vh}}.animation-enter-active .wc-option__answer,.animation-exit-active .wc-option__answer{transition-duration:2s;transition-property:all}.animation-enter-active .wc-option,.animation-exit-active .wc-option{transition-duration:1s;transition-property:all;transition-timing-function:ease}@media (min-width:992px){.animation-enter-active .wc-option,.animation-exit-active .wc-option{transition-delay:1s}}.wc-slide{position:relative;margin:0;padding:0;border:none;-webkit-perspective:1000px;perspective:1000px}.wc-slide__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:flex;background:var(--g-slide-m)}@media (min-width:992px){.wc-slide__background{align-items:normal;background:var(--g-slide-d)}}.wc-slide__wave{position:relative;width:100%;height:40%;background:linear-gradient(0deg,transparent 201px,#123a70 0,#123a70)}@media (min-width:992px){.wc-slide__wave{width:50vw;height:100%;background:linear-gradient(270deg,transparent 409px,#0067b1 0,#0067b1)}}@media (min-width:1200px){.wc-slide__wave{width:50vw}}.wc-slide__wave-img{position:absolute;bottom:0;left:50%;width:300%;height:202px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAyMiIgaGVpZ2h0PSIyMDIiIHZpZXdCb3g9IjAgMCAxMDIyIDIwMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLTAuMDAwMTE0NDUxIDExNC44NDdDMS45NzY1MSAxMTQuOTI4IDMuNTczMDEgMTE0Ljk3NyA0LjcxMzM5IDExNC45NzdDMTA1Ljg3OCAxMTQuOTc3IDE1MC4wOTkgMTMwLjIwOCAyMTMuMzI2IDE1MS45NzJDMjc2LjU1NCAxNzMuNzAzIDM1OC43MTIgMjAyIDUxMC40NTggMjAyQzY2Mi4xNzkgMjAyIDc0NC4zMzcgMTczLjcyIDgwNy41OSAxNTEuOTU2Qzg3MC44MTggMTMyLjM3NSA5MTUuMDM5IDExNC45NjEgMTAxNi4yIDExNC45NjFDMTAxNy44MyAxMTQuOTYxIDEwMTkuNTIgMTE0Ljg3OSAxMDIxLjI3IDExNC43MTZMMTAyMS4yNyA2LjEwMzUyZS0wNUwtMC4wMDAxMDQ0MTEgLTIuODI0NzJlLTA1TC0wLjAwMDExNDQ1MSAxMTQuODQ3WiIgZmlsbD0iIzEyM0I3MCIvPjwvc3ZnPg==) repeat-x 150% 0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width:992px){.wc-slide__wave-img{top:50%;right:0;bottom:auto;left:auto;width:469px;height:300%;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDY5IiBoZWlnaHQ9IjExNDAiIHZpZXdCb3g9IjAgMCA0NjkgMTE0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjY2LjY0OSAxMTQwQzI2Ni44MzggMTEzNy40OSAyNjYuOTUyIDExMzUuNzEgMjY2Ljk1MiAxMTM0LjQ0QzI2Ni45NTIgMTAyMS41NCAzMDIuMzE2IDk3Mi4xOTIgMzUyLjg0NyA5MDEuNjMzQzQwMy4zMDIgODMxLjA3MyA0NjkgNzM5LjM4OSA0NjkgNTcwLjA0NkM0NjkgNDAwLjczMiA0MDMuMzQgMzA5LjA0NyAzNTIuODA5IDIzOC40NkMzMDcuMzQ2IDE2Ny45IDI2Ni45MTQgMTE4LjU1MSAyNjYuOTE0IDUuNjU2MDVDMjY2LjkxNCAzLjg0NjExIDI2Ni43MjUgMS45NTEzMyAyNjYuMzQ3IC04Ljg1ODI2ZS0wNkw2LjEwMzUyZS0wNSAtMi4wNTAwNmUtMDVMMS4xMjE3NGUtMDUgMTE0MEwyNjYuNjQ5IDExNDBaIiBmaWxsPSIjMDA2N0IxIi8+PC9zdmc+) repeat-y 0 420px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.wc-slide__foreground{display:grid;width:100%;height:100%;min-height:100vh;overflow:hidden;grid-template-columns:100%;grid-template-rows:auto auto}@media (min-width:992px){.wc-slide__foreground{display:flex;align-items:center;justify-content:center;min-height:Max(100vh,var(--wcSectionMinHeight))}}.wc-slide__intro{color:var(--c-text-color);flex-shrink:0;width:260px;padding-right:20px}@media (min-width:1200px){.wc-slide__intro{font-size:1.125rem;width:346px;padding-right:35px}}.wc-slide__intro h2,.wc-slide__intro h3{font-size:2rem;color:inherit;margin-bottom:1rem}@media (min-width:1200px){.wc-slide__intro h2,.wc-slide__intro h3{font-size:2.5rem}}.wc-slide__right-column{position:relative;flex-grow:1}@media (max-width:991px){.animation-enter .wc-slide__wave{height:40%;opacity:0}.animation-enter .wc-slide__wave-img{background-position:450% 0}.animation-enter .first-slide .wc-slide__wave{height:0}}.animation-enter .wc-slide__intro{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}@media (min-width:992px){.animation-enter .wc-slide__wave-img{background-position:0 -1140px}.animation-enter .first-slide .wc-slide__wave{opacity:0;-webkit-transform:translateX(-50vw);transform:translateX(-50vw)}}@media (max-width:991px){.animation-enter-active .wc-slide__wave{height:40%;opacity:1}.animation-enter-active .wc-slide__wave-img{background-position:150% 0}.animation-enter-active .first-slide .wc-slide__wave{height:40%;opacity:1}}.animation-enter-active .wc-slide__intro{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media (min-width:992px){.animation-enter-active .wc-slide__wave-img{background-position:0 420px}.animation-enter-active .first-slide .wc-slide__wave{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@media (max-width:991px){.animation-exit .wc-slide__wave{height:40%;opacity:1}.animation-exit .wc-slide__wave-img{background-position:150% 0}}.animation-exit .wc-slide__intro{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media (min-width:992px){.animation-exit .wc-slide__wave-img{background-position:0 420px}}@media (max-width:991px){.animation-exit-active .wc-slide__wave{height:40%;opacity:0}.animation-exit-active .wc-slide__wave-img{background-position:-150% 0}}.animation-exit-active .wc-slide__intro{opacity:0;-webkit-transform:translateY(-100px);transform:translateY(-100px)}@media (min-width:992px){.animation-exit-active .wc-slide__wave-img{background-position:0 2280px}}.animation-enter-active .wc-slide__intro,.animation-enter-active .wc-slide__wave,.animation-exit-active .wc-slide__intro,.animation-exit-active .wc-slide__wave{transition:all 2s}.animation-enter-active .wc-slide__wave-img{transition:all 2s ease-out}.animation-exit-active .wc-slide__wave-img{transition:all 2s ease-in}.wc-thank-you{position:relative}.wc-thank-you__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:flex;align-items:flex-end;background:var(--g-slide-m);transition:all .3s linear}.wc-thank-you__wave{height:100%}@media (min-width:992px){.wc-thank-you__wave{width:100%;background:var(--g-slide-d);opacity:.6}}.wc-thank-you__image{position:absolute;top:0;z-index:-1;width:100%;height:100%;-webkit-transform:translateX(40%);transform:translateX(40%)}@media (min-width:992px){.wc-thank-you__image{-webkit-transform:none;transform:none}}.wc-thank-you__foreground{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100vh;padding:30px 0;overflow:hidden}@media (min-width:992px){.wc-thank-you__foreground{min-height:Max(100vh,var(--wcSectionMinHeight));padding:0}}.wc-thank-you .water-calculator__container{flex-direction:column;max-width:375px}@media (min-width:992px){.wc-thank-you .water-calculator__container{max-width:698px}}.wc-thank-you__box{display:grid;width:100%;gap:1.5rem;grid-template-columns:1fr;justify-items:center}@media (min-width:992px){.wc-thank-you__box{padding:0 4vw 58px;background:#193c69;border-radius:18px;border-radius:23px}}.wc-thank-you__title{font-size:1.8125rem;font-weight:800;color:var(--c-text-color);text-align:center;text-transform:uppercase;margin:0}.wc-thank-you__title strong{font-weight:inherit;color:#d0e4ff}@media (orientation:portrait) and (max-height:811px){.wc-thank-you__title{font-size:1.375rem}}@media (min-width:992px){.wc-thank-you__title{order:0}}@media (min-width:1200px){.wc-thank-you__title{font-size:2.1875rem}}.wc-thank-you__drop{color:var(--c-text-color);text-align:center;display:flex;flex-direction:column;justify-content:center;width:90px;height:130px;padding-top:1.4rem;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTEiIGhlaWdodD0iMTMxIiB2aWV3Qm94PSIwIDAgOTEgMTMxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik00NS4wMzMxIDEzMC42NTlDMjAuMTE0OCAxMzAuNjU5IDAgMTExLjk5NCAwIDg5LjE0N0MwIDUyLjU2MjQgMzQuODI1NiAyOC44MTk3IDQ1LjAzMzEgMEM1NS4yNDA2IDI4LjgxOTcgOTAuMDY2MSA1Mi41NjI0IDkwLjA2NjEgODkuMTQ3QzkwLjA2NjEgMTExLjk5NCA2OS45NTE0IDEzMC42NTkgNDUuMDMzMSAxMzAuNjU5WiIgZmlsbD0iIzZDQUVEQSIvPjwvc3ZnPg==) no-repeat;background-size:contain}@media (min-width:992px){.wc-thank-you__drop{margin-top:-45px}}.wc-thank-you__drop-number{font-size:2.625rem;font-weight:600;line-height:1;color:var(--c-text-color)}.wc-thank-you__drop-text{font-size:.625rem;font-weight:600;line-height:1.2;text-align:center;text-transform:uppercase}.wc-thank-you__drop-text strong{font-weight:inherit;text-align:center;display:block}@media (min-width:992px){.wc-thank-you__drop{width:111px;height:161px;padding-top:1.5rem}.wc-thank-you__drop-number{font-size:3.125rem}.wc-thank-you__drop-text{font-size:.75rem;font-weight:600}.wc-thank-you__drop-text strong{font-size:.625rem}}.wc-thank-you__description{font-size:.875rem;color:var(--c-text-color);text-align:center;padding-bottom:.5rem}@media (min-width:992px){.wc-thank-you__description{font-size:1.0625rem}}.wc-thank-you__cta{display:flex;margin:0 auto}.wc-thank-you__extra-box{max-width:523px;margin:0 auto;padding:26px;overflow:hidden;background:rgba(11,35,66,.26666666666666666);border-radius:16px}.wc-thank-you__extra-box-image{float:left;width:85px;margin:0 20px 20px 0}.wc-thank-you__extra-box-description{font-size:.75rem;color:#fff;margin-bottom:1rem;overflow:hidden}.wc-thank-you__extra-box-description h3{font-size:1.0625rem;font-weight:800;color:inherit;text-transform:uppercase;margin-bottom:1rem}@media (max-width:991px){.animation-enter .wc-thank-you__container{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}}@media (min-width:992px){.animation-enter .wc-thank-you__box{opacity:0;-webkit-transform:translateY(30vh);transform:translateY(30vh)}.animation-enter .wc-thank-you__wave{opacity:0}}@media (max-width:991px){.animation-enter-active .wc-thank-you__container{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media (min-width:992px){.animation-enter-active .wc-thank-you__box{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.animation-enter-active .wc-thank-you__wave{opacity:.6}}@media (max-width:991px){.animation-exit .wc-thank-you__container{opacity:1}}@media (min-width:992px){.animation-exit .wc-thank-you__container{opacity:1}}@media (max-width:991px){.animation-exit-active .wc-thank-you__container{opacity:0}}@media (min-width:992px){.animation-exit-active .wc-thank-you__container{opacity:0}}.animation-enter-active .wc-thank-you__box,.animation-enter-active .wc-thank-you__container,.animation-enter-active .wc-thank-you__drop,.animation-enter-active .wc-thank-you__image,.animation-enter-active .wc-thank-you__wave,.animation-exit-active .wc-thank-you__box,.animation-exit-active .wc-thank-you__container,.animation-exit-active .wc-thank-you__drop,.animation-exit-active .wc-thank-you__image,.animation-exit-active .wc-thank-you__wave{transition:all 2s}.animation-enter-active .wc-thank-you__wave-img,.animation-exit-active .wc-thank-you__wave-img{transition:all 2s linear}.wc-share{position:relative}.wc-share__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:flex;align-items:flex-end;background:var(--g-slide-m);transition:all .3s linear}.wc-share__wave{width:calc(50vw - var(--containerWidth)*0.05);height:100%}@media (min-width:992px){.wc-share__wave{width:100%;background:var(--g-slide-d);opacity:.6}}.wc-share__foreground{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100vh;padding:60px 0 0;overflow:hidden}@media (min-width:992px){.wc-share__foreground{min-height:Max(100vh,var(--wcSectionMinHeight));padding:0}}.wc-share .water-calculator__container{flex-direction:column;max-width:361px}@media (min-width:992px){.wc-share .water-calculator__container{max-width:776px}}.wc-share__cards{display:flex;margin-top:-90px}@media (min-width:992px){.wc-share__cards{margin-top:-60px}}.wc-share__image-card,.wc-share__number-card{width:65px;height:98px;padding:5px;border-radius:6px;box-shadow:0 11.1464px 14.6663px rgba(0,0,0,.15)}.wc-share__image-card{margin-top:-10px;margin-right:-20px;padding:10px;background:var(--c-card-bg);-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}.wc-share__number-card{display:flex;flex-direction:column;align-items:center;background:#fff;-webkit-transform:rotate(15deg);transform:rotate(15deg)}.wc-share__number-card .wc-logo{width:13px;height:18px}.wc-share__number-card-num{font-size:2.25rem;font-weight:600;line-height:.8;color:var(--c-card-bg);display:flex;flex-grow:1;align-items:center}.wc-share__number-card-suffix{font-size:.375rem;font-weight:600;line-height:1.3;color:var(--c-text-color);text-align:center;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:28px;padding-top:5px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTk4IiBoZWlnaHQ9IjEwMiIgdmlld0JveD0iMCAwIDE5OCAxMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5Ny40MDcgMTguMjI3NUM4Ny43MzY2IDQyLjYyMjggNTMuMTQ4MyAtMTIuNjc0MiAwLjAwMDM2NjIxMSAxOC4yMjc1TDAuMDAwMzY2MjExIDk3LjMxNDVDMC4wMDAzNjYyMTEgOTkuNTIzNyAxLjc5MTIzIDEwMS4zMTUgNC4wMDAzNyAxMDEuMzE1SDE5My40MDdDMTk1LjYxNiAxMDEuMzE1IDE5Ny40MDcgOTkuNTIzNyAxOTcuNDA3IDk3LjMxNDZWMTguMjI3NVoiIGZpbGw9IiM1MjlFRDUiIGZpbGwtb3BhY2l0eT0iMC41Ii8+PHBhdGggb3BhY2l0eT0iMC41IiBkPSJNLTAuMDAwMTIyMDcgMTEuNDIyM0MxMDkuNjcgMzkuOTM2MiAxNDQuMjU4IC0yNC42OTY2IDE5Ny40MDYgMTEuNDIyM1Y5Ny4zMTQ1QzE5Ny40MDYgOTkuNTIzNiAxOTUuNjE2IDEwMS4zMTQgMTkzLjQwNiAxMDEuMzE0SDMuOTk5ODhDMS43OTA3NCAxMDEuMzE0IC0wLjAwMDEyMjA3IDk5LjUyMzYgLTAuMDAwMTIyMDcgOTcuMzE0NVYxMS40MjIzWiIgZmlsbD0iIzUyOUVENSIvPjwvc3ZnPg==) no-repeat 50% 0;background-size:contain}.wc-share__number-card-suffix strong{display:none}.wc-share__box{display:grid;width:100%;gap:119px;grid-template-columns:1fr;justify-items:center}@media (min-width:992px){.wc-share__box{padding:71px Min(4vw,84px) 22px;background:#193c69;border-radius:23px;gap:63px}}.wc-share__extra-box{display:grid;max-width:523px;margin:0 auto;padding:26px 4vw;background:rgba(11,35,66,.26666666666666666);border-radius:16px;gap:1.5rem;grid-template-columns:1fr;justify-items:center}.wc-share__title{font-size:1.3125rem;letter-spacing:1px;color:var(--c-highlight);text-align:center;text-transform:uppercase;order:-1;margin:0 0 5rem}.wc-share__title strong{font-weight:inherit;color:var(--c-text-color);white-space:nowrap}@media (min-width:992px){.wc-share__title{order:0;margin:0;padding-top:1rem}}.wc-share__thank-image{width:83px;height:97px;margin-top:-70px}@media (min-width:992px){.wc-share__thank-image{width:121px;height:141px;margin-top:-130px}}.wc-share__description,.wc-share__disclaimer,.wc-share__message{font-size:.875rem;color:var(--c-text-color);text-align:center}.wc-share__description h3,.wc-share__disclaimer h3,.wc-share__message h3{font-size:1.3125rem;letter-spacing:1px;color:var(--c-highlight);text-transform:uppercase}.wc-share__image{position:absolute;top:0;z-index:-1;width:100%;height:100%;-webkit-transform:translateX(40%);transform:translateX(40%)}@media (min-width:992px){.wc-share__image{-webkit-transform:none;transform:none}}.wc-share .share-buttons{padding-top:2rem}@media (orientation:portrait) and (max-height:811px){.wc-share .share-buttons{padding-top:0}}@media (min-width:992px){.wc-share .share-buttons{padding-top:0}}.wc-share .share-buttons__links{font-size:1.1875rem;color:var(--c-text-color)}.wc-share .share-buttons__links li{padding:0 8px}.wc-share .share-buttons__links button{opacity:1}.wc-share .share-buttons__links button .icon{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#0e2255;border-radius:50%}@media (max-width:991px){.animation-enter .wc-share__container{opacity:0}.animation-enter .wc-share__title{-webkit-transform:translateY(-50px);transform:translateY(-50px)}.animation-enter .wc-share__cards{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}.animation-enter .wc-share__number-card{-webkit-transform:rotate(4deg);transform:rotate(4deg)}.animation-enter .wc-share__image-card{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}.animation-enter .share-buttons{-webkit-transform:translateY(50px);transform:translateY(50px)}}@media (min-width:992px){.animation-enter .wc-share__wave{opacity:0}.animation-enter .wc-share__cards{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}.animation-enter .wc-share__number-card{-webkit-transform:rotate(4deg);transform:rotate(4deg)}.animation-enter .wc-share__image-card{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}.animation-enter .wc-share__box{opacity:0;-webkit-transform:translateY(30vh);transform:translateY(30vh)}}@media (max-width:991px){.animation-enter-active .wc-share__container{opacity:1}.animation-enter-active .wc-share__cards,.animation-enter-active .wc-share__title{-webkit-transform:translateY(0);transform:translateY(0)}.animation-enter-active .wc-share__cards{opacity:1}.animation-enter-active .wc-share__number-card{-webkit-transform:rotate(15deg);transform:rotate(15deg)}.animation-enter-active .wc-share__image-card{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}.animation-enter-active .share-buttons{-webkit-transform:translateY(0);transform:translateY(0)}}@media (min-width:992px){.animation-enter-active .wc-share__wave{opacity:.6}.animation-enter-active .wc-share__cards{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.animation-enter-active .wc-share__number-card{-webkit-transform:rotate(15deg);transform:rotate(15deg)}.animation-enter-active .wc-share__image-card{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}.animation-enter-active .wc-share__box{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media (max-width:991px){.animation-exit .wc-share__container{opacity:1}}@media (min-width:992px){.animation-exit .wc-share__container{opacity:1}}@media (max-width:991px){.animation-exit-active .wc-share__container{opacity:0}}@media (min-width:992px){.animation-exit-active .wc-share__container{opacity:0}}.animation-enter-active .share-buttons,.animation-enter-active .wc-share__box,.animation-enter-active .wc-share__cards,.animation-enter-active .wc-share__container,.animation-enter-active .wc-share__image-card,.animation-enter-active .wc-share__number-card,.animation-enter-active .wc-share__title,.animation-enter-active .wc-share__wave,.animation-exit-active .share-buttons,.animation-exit-active .wc-share__box,.animation-exit-active .wc-share__cards,.animation-exit-active .wc-share__container,.animation-exit-active .wc-share__image-card,.animation-exit-active .wc-share__number-card,.animation-exit-active .wc-share__title,.animation-exit-active .wc-share__wave{transition:all 2s}.wc-challenge{position:relative}.wc-challenge__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:flex;background:var(--bg-mobile);transition:all .3s linear}@media (min-width:992px){.wc-challenge__background{background:var(--g-challenge)}}.wc-challenge__wave{position:relative;width:100%;height:50%;background:linear-gradient(0deg,transparent 170px,#0067b1 0,#0067b1)}.wc-challenge__wave-img{position:absolute;bottom:0;left:50%;width:300%;height:172px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYzIiBoZWlnaHQ9IjE3MiIgdmlld0JveD0iMCAwIDU2MyAxNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNDg3NjJlLTA2IDk3Ljc5MDNDMS4wODk2NyA5Ny44NTk2IDEuOTY5NzkgOTcuOTAxMyAyLjU5ODQ2IDk3LjkwMTNDNTguMzY3NiA5Ny45MDEzIDgyLjc0NTYgMTEwLjg3MSAxMTcuNjAxIDEyOS40MDJDMTUyLjQ1NyAxNDcuOTA2IDE5Ny43NDkgMTcyIDI4MS40MDIgMTcyQzM2NS4wNDIgMTcyIDQxMC4zMzMgMTQ3LjkyIDQ0NS4yMDMgMTI5LjM4OEM0ODAuMDU5IDExMi43MTYgNTA0LjQzNyA5Ny44ODc0IDU2MC4yMDYgOTcuODg3NEM1NjEuMSA5Ny44ODc0IDU2Mi4wMzYgOTcuODE4IDU2MyA5Ny42NzkzTDU2MyAxLjUyNTg4ZS0wNUwxLjUwMzY3ZS0wNSAtMy4zOTYwMmUtMDVMNi40ODc2MmUtMDYgOTcuNzkwM1oiIGZpbGw9IiMwMDY3QjEiLz48L3N2Zz4=) repeat-x 30% 0;-webkit-transform:translate(-50%);transform:translate(-50%)}@media (min-width:992px){.wc-challenge__wave{display:none}}@media (min-width:992px){.wc-challenge__drops-drop1,.wc-challenge__drops-drop2,.wc-challenge__drops-drop3{position:absolute;width:65px;height:95px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQ2IiBoZWlnaHQ9IjY0NyIgdmlld0JveD0iMCAwIDQ0NiA2NDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iMC4zIiBkPSJNMjIzIDY0N0M5OS42MDY3IDY0NyAwIDU1NC41NzEgMCA0NDEuNDM5QzAgMjYwLjI3OSAxNzIuNDUzIDE0Mi43MSAyMjMgMEMyNzMuNTQ3IDE0Mi43MSA0NDYgMjYwLjI3OSA0NDYgNDQxLjQzOUM0NDYgNTU0LjU3MSAzNDYuMzkzIDY0NyAyMjMgNjQ3WiIgZmlsbD0iIzZDQUVEQSIvPjwvc3ZnPg==) no-repeat;background-size:contain}}@media (min-width:992px){.wc-challenge__drops-drop1{bottom:-10px;left:18vw}}@media (min-width:992px){.wc-challenge__drops-drop2{top:50%;left:50%;width:446px;height:647px;margin-top:-323px;margin-left:-223px}}@media (min-width:992px){.wc-challenge__drops-drop3{top:10vh;right:18vw}}.wc-challenge__foreground{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100vh;padding:60px 0 0;overflow:hidden}@media (min-width:992px){.wc-challenge__foreground{min-height:Max(100vh,var(--wcSectionMinHeight));padding:0}}.wc-challenge .water-calculator__container{flex-direction:column;align-items:center;max-width:361px;gap:1.5rem}@media (min-width:992px){.wc-challenge .water-calculator__container{flex-direction:row-reverse;justify-content:center;max-width:var(--containerWidth);gap:5vw}}.wc-challenge__text-column{max-width:345px}.wc-challenge__description{font-size:.875rem;color:var(--c-text-color);text-align:center}@media (min-width:992px){.wc-challenge__description{text-align:left;margin-bottom:1.5rem}}.wc-challenge__description h2{font-size:1.5rem;color:var(--c-text-color);margin-bottom:.5rem}@media (min-width:1200px){.wc-challenge__description h2{font-size:2.5rem;margin-bottom:1rem}}.wc-challenge__description h2 strong{font-weight:inherit;color:var(--c-highlight)}.wc-challenge__drop-section{display:flex;align-items:center;margin-top:22px;gap:15px}.wc-challenge__drop-description{font-size:pxTpRem(14);font-weight:600;color:#fff}.wc-challenge__drop-description strong{font-weight:800}.wc-challenge__drop{color:var(--c-text-color);text-align:center;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;width:67px;height:98px;padding-top:1.4rem;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIwIiBoZWlnaHQ9IjMyMCIgdmlld0JveD0iMCAwIDIyMCAzMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iMC44IiBkPSJNMTEwIDMyMEM0OS4xMzMzIDMyMCAwIDI3NC4yODYgMCAyMTguMzMxQzAgMTI4LjczMSA4NS4wNjY3IDcwLjU4MjkgMTEwIDBDMTM0LjkzMyA3MC41ODI5IDIyMCAxMjguNzMxIDIyMCAyMTguMzMxQzIyMCAyNzQuMjg2IDE3MC44NjcgMzIwIDExMCAzMjBaIiBmaWxsPSIjMTY3QkJGIi8+PC9zdmc+) no-repeat;background-size:contain}.wc-challenge__drop-number{font-size:2.125rem;font-weight:600;line-height:1;color:var(--c-text-color)}.wc-challenge__drop-suffix{font-size:.75rem;font-weight:600;line-height:1.2;text-transform:uppercase}@media (min-width:992px){.wc-challenge .wc-card-challenge{position:relative;-webkit-transform:rotate(-7.7deg);transform:rotate(-7.7deg)}}.wc-challenge .wc-slide-controls{top:4vh;bottom:auto;opacity:1}@media (min-width:992px){.wc-challenge .wc-slide-controls{top:6vh;bottom:auto}.wc-challenge .wc-slide-controls__container{justify-content:normal}}@media (max-width:991px){.animation-enter .wc-challenge__description,.animation-enter .wc-slide-controls{opacity:0}.animation-enter .wc-challenge__wave{height:70%;opacity:0}.animation-enter .wc-challenge__wave-img{background-position:90% 0}.animation-enter .wc-card-challenge,.animation-enter .wc-challenge__cta,.animation-enter .wc-challenge__drop-section{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}}@media (min-width:992px){.animation-enter .wc-challenge__drops-drop1,.animation-enter .wc-challenge__drops-drop2,.animation-enter .wc-challenge__drops-drop3{opacity:0;-webkit-transform:translateY(-150%);transform:translateY(-150%)}.animation-enter .wc-challenge__drops-drop2{-webkit-transform:translateY(-150%) scale(.3);transform:translateY(-150%) scale(.3)}.animation-enter .wc-slide-controls{opacity:0}.animation-enter .wc-challenge__text-column{opacity:0;-webkit-transform:translateY(-150px);transform:translateY(-150px)}.animation-enter .wc-challenge .wc-card-challenge{left:100px;opacity:0;-webkit-transform:rotate(0deg) rotateY(90deg);transform:rotate(0deg) rotateY(90deg)}}@media (max-width:991px){.animation-enter-active .wc-challenge__description,.animation-enter-active .wc-slide-controls{opacity:1}.animation-enter-active .wc-challenge__wave{height:50%;opacity:1}.animation-enter-active .wc-challenge__wave-img{background-position:30% 0}.animation-enter-active .wc-card-challenge,.animation-enter-active .wc-challenge__cta,.animation-enter-active .wc-challenge__drop-section{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media (min-width:992px){.animation-enter-active .wc-challenge__drops-drop1,.animation-enter-active .wc-challenge__drops-drop2,.animation-enter-active .wc-challenge__drops-drop3{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.animation-enter-active .wc-challenge__drops-drop2{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}.animation-enter-active .wc-challenge__text-column{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.animation-enter-active .wc-slide-controls{opacity:1}.animation-enter-active .wc-challenge .wc-card-challenge{left:0;opacity:1;-webkit-transform:rotate(-7.7deg) rotateY(0deg) translateX(0);transform:rotate(-7.7deg) rotateY(0deg) translateX(0)}}@media (max-width:991px){.animation-exit .wc-challenge__container,.animation-exit .wc-slide-controls{opacity:1}.animation-exit .wc-challenge__wave{height:50%}.animation-exit .wc-challenge__wave-img{background-position:30% 0}}@media (min-width:992px){.animation-exit .wc-challenge__drops-drop1,.animation-exit .wc-challenge__drops-drop2,.animation-exit .wc-challenge__drops-drop3,.animation-exit .wc-challenge__text-column{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.animation-exit .wc-slide-controls{opacity:1}.animation-exit .wc-card-challenge{opacity:1;-webkit-transform:rotate(-7.7deg) translateY(0);transform:rotate(-7.7deg) translateY(0)}}@media (max-width:991px){.animation-exit-active .wc-challenge__container,.animation-exit-active .wc-slide-controls{opacity:0}.animation-exit-active .wc-challenge__wave{height:110%;opacity:.6}.animation-exit-active .wc-challenge__wave-img{background-position:-30% 0}}@media (min-width:992px){.animation-exit-active .wc-challenge__drops-drop1,.animation-exit-active .wc-challenge__drops-drop2,.animation-exit-active .wc-challenge__drops-drop3{opacity:0;-webkit-transform:translateY(150%);transform:translateY(150%)}.animation-exit-active .wc-challenge__text-column{opacity:0;-webkit-transform:translateY(150px);transform:translateY(150px)}.animation-exit-active .wc-slide-controls{opacity:0}.animation-exit-active .wc-card-challenge{opacity:0;-webkit-transform:rotate(-7.7deg) translateY(150vh);transform:rotate(-7.7deg) translateY(150vh)}}.animation-enter-active .wc-card-challenge,.animation-enter-active .wc-challenge__container,.animation-enter-active .wc-challenge__cta,.animation-enter-active .wc-challenge__description,.animation-enter-active .wc-challenge__drop-section,.animation-enter-active .wc-challenge__drops-drop1,.animation-enter-active .wc-challenge__drops-drop2,.animation-enter-active .wc-challenge__drops-drop3,.animation-enter-active .wc-challenge__text-column,.animation-enter-active .wc-challenge__wave,.animation-enter-active .wc-challenge__wave-img,.animation-enter-active .wc-slide-controls,.animation-exit-active .wc-card-challenge,.animation-exit-active .wc-challenge__container,.animation-exit-active .wc-challenge__cta,.animation-exit-active .wc-challenge__description,.animation-exit-active .wc-challenge__drop-section,.animation-exit-active .wc-challenge__drops-drop1,.animation-exit-active .wc-challenge__drops-drop2,.animation-exit-active .wc-challenge__drops-drop3,.animation-exit-active .wc-challenge__text-column,.animation-exit-active .wc-challenge__wave,.animation-exit-active .wc-challenge__wave-img,.animation-exit-active .wc-slide-controls{transition:all 2s}.wc-form-component{position:relative;display:flex;flex-direction:column;width:100%;padding:0 24px 30px;background-color:rgba(11,35,66,.26666666666666666);border-radius:16px}@media (min-width:992px){.wc-form-component{padding:0 5vw 38px}}.wc-form-component__top{text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;margin-bottom:1.4rem;gap:16px}.wc-form-component__image{width:121px;height:141px;margin-top:-80px}@media (min-width:992px){.wc-form-component__image{margin-top:-105px}}.wc-form-component__description{font-size:.75rem;color:var(--c-text-color)}.wc-form-component__description h3{font-size:1.625rem;color:var(--c-text-color);margin-bottom:.5rem}@media (min-width:992px){.wc-form-component__description h3{font-size:1.8125rem}}.wc-form-component__form{display:flex;flex-direction:column}.wc-form-component__form-group{margin-bottom:16px}.wc-form-component__form-group label{font-size:.75rem;font-weight:600;color:var(--c-text-color);display:block;padding-bottom:6px}.wc-form-component__form-group input:-webkit-autofill,.wc-form-component__form-group input:-webkit-autofill:focus,.wc-form-component__form-group input:-webkit-autofill:hover{background-color:rgba(18,18,18,.2)!important;box-shadow:inset 0 0 0 30px #084176!important;-webkit-text-fill-color:#fff!important}.wc-form-component__form-group input{font-size:1rem;color:#fff;display:block;width:100%;height:48px;padding:5px 20px;background:rgba(18,18,18,.2);border:1px solid hsla(0,0%,100%,.6);border-radius:24px}.wc-form-component__form-group input:focus,.wc-form-component__form-group input:hover{border:1px solid #fff;outline:1px solid transparent}.wc-form-component__form__button{display:flex;margin:18px auto 0}.wc-form-component__form-checkbox-group{font-size:.75rem;color:#fff;position:relative;display:flex;margin-top:16px;padding-left:30px}.wc-form-component__form-checkbox-group input{position:absolute;pointer-events:none;opacity:0}.wc-form-component__form-checkbox-group input:focus,.wc-form-component__form-checkbox-group input:focus-visible{outline:1px solid transparent}.wc-form-component__form-checkbox-group input:checked+.checkbox:before,.wc-form-component__form-checkbox-group input:focus+.checkbox:after,.wc-form-component__form-checkbox-group input:focus-visible+.checkbox:after{display:block}.wc-form-component__form-checkbox-group .checkbox{position:absolute;top:0;left:0;width:18px;height:18px;background:#fff;border:1px solid hsla(0,0%,100%,.6);border-radius:2px}.wc-form-component__form-checkbox-group .checkbox:before{position:absolute;top:50%;left:50%;display:none;width:5px;height:10px;margin-top:-2px;border:solid #123b70;border-width:0 2px 2px 0;content:"";-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.wc-form-component__form-checkbox-group .checkbox:after{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;display:none;border:1px dashed #fff;border-radius:3px;content:""}.wc-form-component__disclaimer{font-size:.75rem;color:var(--c-text-color)}.wc-form-component__error{color:#de2928;margin-bottom:16px}.wc-form-component__thank{display:flex;flex-direction:column;align-items:flex-start}.wc-form-component__thank-image{width:100%;max-height:180px}.wc-form-component__thank-text{font-size:1rem;color:var(--c-text-color);margin-top:18px}@media (min-width:992px){.wc-form-component__thank-text{font-size:1.125rem}}.wc-form-component__thank-cta{margin-top:18px}.wc-form{position:relative}.wc-form__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:flex;background:var(--g-slide-m);transition:all .3s linear}.wc-form__wave{height:100%}@media (min-width:992px){.wc-form__wave{width:100%;background:var(--g-slide-d);opacity:.6}}.wc-form__foreground{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100vh;padding:60px 0 0;overflow:hidden}@media (min-width:992px){.wc-form__foreground{min-height:Max(100vh,var(--wcSectionMinHeight))}}.wc-form .water-calculator__container{flex-direction:column;max-width:375px}@media (min-width:992px){.wc-form .water-calculator__container{max-width:698px}}.wc-form__box{display:grid;width:100%;gap:1.5rem;grid-template-columns:1fr;justify-items:center}@media (min-width:992px){.wc-form__box{padding:70px 4vw 40px;background:#193c69;border-radius:23px}}.wc-form__image{position:absolute;top:0;z-index:-1;width:100%;height:100%}@media (max-width:991px){.animation-enter .wc-form__container{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}}@media (min-width:992px){.animation-enter .wc-form__box{opacity:0;-webkit-transform:translateY(30vh);transform:translateY(30vh)}.animation-enter .wc-form__wave{opacity:0}}@media (max-width:991px){.animation-enter-active .wc-form__container{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media (min-width:992px){.animation-enter-active .wc-form__box{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.animation-enter-active .wc-form__wave{opacity:.6}}@media (max-width:991px){.animation-exit .wc-form__container{opacity:1}}@media (min-width:992px){.animation-exit .wc-form__container{opacity:1}}@media (max-width:991px){.animation-exit-active .wc-form__container{opacity:0}}@media (min-width:992px){.animation-exit-active .wc-form__container{opacity:0}}.animation-enter-active .wc-form__box,.animation-enter-active .wc-form__container,.animation-enter-active .wc-form__image,.animation-enter-active .wc-form__wave,.animation-exit-active .wc-form__box,.animation-exit-active .wc-form__container,.animation-exit-active .wc-form__image,.animation-exit-active .wc-form__wave{transition:all 2s}.water-calculator{--containerWidth:1320px;--wcSectionMinHeight:718px;--g-blue:linear-gradient(105deg,#265d9b 18.69%,#21659f 75.15%);--g-slide-d:linear-gradient(119.73deg,#1e518e 43.3%,#112a5c 86.45%);--g-slide-m:linear-gradient(119.73deg,#2765a5 43.3%,#1e518e 86.45%);--g-challenge:linear-gradient(90deg,#0067b1,#0c2157);--g-form-m:linear-gradient(119.73deg,#1f5c9b 43.3%,#164782 86.45%);--bg-mobile:#193c69;--c-challenge-card:#193c69;--c-challenge-card-num:#123a70;--c-option-card:#123a70;--bg-wave:#0067b1;--c-card-bg:#123a70;--c-card-bg-d:#1a325e;--transition:all 0.3s ease-in-out;--c-text-color:#fff;--c-challenge-card-bg:#fff;--c-highlight:#d0e4ff;--c-highlight2:#7db6df;position:relative;min-height:175vh}.water-calculator__sticky{position:-webkit-sticky;position:sticky;top:0;bottom:0;z-index:1;width:100%;min-height:100vh;overflow:hidden}@media (prefers-reduced-motion:reduce){.water-calculator #aw *{-webkit-animation-delay:0s!important;animation-delay:0s!important;-webkit-animation-duration:0s!important;animation-duration:0s!important;transition:all 0s!important}}.water-calculator__container{display:flex;width:100%;max-width:var(--containerWidth);min-width:1px;padding:0 20px}.wc-logo{width:37px;height:32px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEiIGhlaWdodD0iMTAxIiB2aWV3Qm94PSIwIDAgNzEgMTAxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01Mi40Mzg4IDU4Ljc2NzNDNDguMzUwMSA1OS4zNjQ5IDQ0LjE5NjUgNTkuOTYyNSA0MC4wNDMgNjAuMDI4OUMzNi4xNDkgNjAuMDk1MyAzMi4zODQ4IDU5LjM2NDkgMjguNTU1OCA1OC45MDAxQzI3Ljc3NyA1OC44MzM3IDI2Ljg2ODQgNTguNzY3MyAyNi4wODk2IDU4Ljk2NjVDMjQuMjcyNCA1OS41NjQxIDIyLjY0OTkgNTkuODk2MSAyMS4wMjc0IDYwLjAyODlDMTkuMjc1MSA2MC4xNjE3IDE3LjcxNzYgNjAuNzU5NCAxNi4zNTQ3IDYxLjc1NTRDMTUuNDQ2MSA2Mi40MTk1IDE0LjUzNzUgNjMuMDgzNSAxMy42Mjg5IDYzLjc0NzVDMTMuMzA0NCA2My45NDY3IDEyLjkxNSA2NC4xNDYgMTIuNDYwNyA2NC4yMTI0QzEyLjEzNjIgNjQuMjc4OCAxMS42ODE5IDY0LjAxMzEgMTEuNTUyMSA2My43NDc1QzExLjQyMjMgNjMuNDE1NSAxMS41NTIxIDYzLjAxNzEgMTEuNjgxOSA2Mi43NTE1QzExLjg3NjYgNjIuNDg1OSAxMi4xMzYyIDYyLjIyMDIgMTIuNTI1NiA2MS45NTQ2QzEyLjc4NTIgNjEuNzU1NCAxMy4xMDk3IDYxLjU1NjIgMTMuMzY5MyA2MS4zNTdDMTMuODIzNiA2MS4wMjUgMTQuMjc3OSA2MC42OTMgMTQuNzMyMiA2MC4zNjA5QzE0Ljk5MTggNjAuMDk1MyAxNS41MTEgNTkuNjk2OSAxNS42NDA4IDU5LjM2NDlDMTUuNzcwNiA1OC43NjczIDE0LjkyNjkgNTkuMDk5MyAxNC42MDI0IDU5LjIzMjFDMTMuNzU4NyA1OS41NjQxIDEyLjkxNSA1OS44OTYxIDEyLjA3MTMgNjAuMjI4MUMxMS4zNTc0IDYwLjQ5MzcgMTAuNjQzNSA2MC43NTk0IDkuOTk0NTIgNjEuMDI1QzkuNzM0OTIgNjEuMTU3OCA5LjQxMDQyIDYxLjIyNDIgOS4wMjEwMiA2MS4yOTA2QzguNDM2OTMgNjEuNDIzNCA3Ljk4MjYzIDYxLjE1NzggNy43MjMwMyA2MC42OTNDNy41MjgzNCA2MC4xNjE3IDcuNzIzMDMgNTkuNjk2OSA4LjI0MjIzIDU5LjM2NDlDOC44OTEyMiA1OS4wMzI5IDkuNDEwNDIgNTguNzY3MyA5LjkyOTYyIDU4LjYzNDRDMTEuMzU3NCA1OC4yMzYgMTIuNzg1MiA1Ny43MDQ4IDE0LjAxODMgNTYuNzA4N0MxNC4zNDI4IDU2LjQ0MzEgMTQuNDcyNiA1NS45NzgzIDEzLjg4ODUgNTYuMDQ0N0MxMi41OTA1IDU2LjI0MzkgMTEuMjkyNSA1Ni41MDk1IDEwLjA1OTQgNTYuNzA4N0M5LjQxMDQyIDU2Ljg0MTUgOC43NjE0MiA1Ni45NzQ0IDguMDQ3NTMgNTcuMTA3Mkg3LjkxNzczQzcuNTI4MzQgNTcuMTczNiA3LjEzODk0IDU3LjI0IDYuNzQ5NTQgNTcuMTczNkM1Ljg0MDk1IDU3LjA0MDggNS41ODEzNSA1Ni4wNDQ3IDYuMTY1NDUgNTUuMzgwN0M2LjQyNTA1IDU1LjExNTEgNi44MTQ0NCA1NC44NDk0IDcuMjY4NzQgNTQuNzgzQzguODI2MzMgNTQuNDUxIDEwLjM4MzkgNTQuMTg1NCAxMS44NzY2IDUzLjg1MzRDMTIuNDYwNyA1My43MjA2IDEzLjEwOTcgNTMuNTg3OCAxMy42OTM4IDUzLjUyMTRIMTMuNzU4N0MxNC43MzIyIDUzLjMyMjIgMTMuOTUzNCA1Mi45MjM3IDEzLjM2OTMgNTIuOTIzN0MxMi4wNzEzIDUyLjg1NzMgMTAuODM4MiA1Mi43OTA5IDkuNTQwMjIgNTIuNzI0NUM4LjY5NjUzIDUyLjY1ODEgNy4yNjg3NCA1Mi45MjM3IDYuODc5MzQgNTEuODYxM0M2LjY4NDY0IDUxLjMzIDcuMzk4NTQgNTAuNzk4OCA3Ljg1MjgzIDUwLjY2Nkg3LjkxNzczQzkuMjgwNjIgNTAuMjAxMiAxMC42NDM1IDUwLjI2NzYgMTEuOTQxNSA1MC4zMzRIMTIuMjAxMUMxMi45MTUgNTAuMzM0IDEzLjY5MzggNTAuNDAwNCAxNC40MDc3IDUwLjQ2NjhDMTUuMjUxNCA1MC41MzMyIDE2LjE2IDUwLjU5OTYgMTcuMDAzNyA1MC42NjZDMTcuNzgyNCA1MC42NjYgMTguNjI2MSA1MC41MzMyIDE5LjQ2OTggNTAuMjY3NkMxOS43Mjk0IDUwLjIwMTIgMTkuOTI0MSA1MC4wMDIgMTkuOTg5IDQ5LjgwMjhDMjAuMDUzOSA0OS41MzcxIDIwLjA1MzkgNDkuMjcxNSAxOS44NTkyIDQ5LjAwNTlDMTkuNjY0NSA0OC42NzM5IDE5LjQwNDkgNDguNDA4MyAxOS4xNDUzIDQ4LjE0MjdDMTkuMDE1NSA0OC4wMDk5IDE4Ljg4NTcgNDcuOTQzNSAxOC44MjA4IDQ3LjgxMDZDMTguNjI2MSA0Ny42MTE0IDE4LjQ5NjMgNDcuNDc4NiAxOC4zMDE2IDQ3LjI3OTRDMTguMTcxOCA0Ni44MTQ2IDE3Ljg0NzMgNDYuNDgyNiAxNy41MjI5IDQ2LjA4NDJDMTcuMTMzNSA0NS42MTkzIDE3LjAwMzcgNDQuOTU1MyAxNy4xMzM1IDQ0LjE1ODRDMTcuMjYzMyA0My42MjcyIDE3LjM5MzEgNDMuMzYxNiAxNy43MTc1IDQzLjIyODhDMTcuOTc3MSA0My4wOTYgMTguMzAxNiA0My4yMjg4IDE4LjY5MSA0My40OTQ0QzE4Ljg4NTcgNDMuNjkzNiAxOS4xNDUzIDQzLjg5MjggMTkuMjc1MSA0NC4wOTJDMTkuMzQgNDQuMTU4NCAxOS40MDQ5IDQ0LjIyNDkgMTkuNTM0NyA0NC4zNTc3QzE5LjcyOTQgNDQuNTU2OSAxOS45MjQxIDQ0Ljc1NjEgMjAuMTE4OCA0NC45NTUzQzIwLjUwODIgNDUuMzUzNyAyMC44OTc2IDQ1LjgxODUgMjEuMzUxOSA0Ni4wODQyQzIzLjIzNCA0Ny40MTIyIDI0LjkyMTQgNDkuMTM4NyAyNi4zNDkyIDUxLjEzMDhDMjYuODY4NCA1MS44NjEzIDI3LjQ1MjUgNTIuMTI2OSAyOC4yOTYyIDUyLjEyNjlDMjguNjIwNyA1Mi4xMjY5IDI4Ljk0NTIgNTIuMDYwNSAyOS4yNjk2IDUyLjA2MDVDMjkuNzg4OCA1Mi4wNjA1IDMwLjI0MzEgNTEuOTk0MSAzMC43NjIzIDUxLjk5NDFDMzEuOTk1NCA1MS45Mjc3IDMzLjIyODUgNTEuODYxMyAzNC40NjE2IDUxLjc5NDlMMzYuMjEzOSA1MS42NjIxQzQ0LjY1MDggNTAuOTMxNiA1My4zNDczIDQ5LjEzODcgNjEuMjY1MSA0Ni4wODQyQzYzLjE0NzIgNDUuMzUzNyA2NS4xNTkgNDQuNDkwNSA2Ny4xMDYgNDMuNDI4QzY0LjgzNDUgMzcuOTE2NSA2MS43MTk0IDMyLjgwMzQgNTcuODI1NCAyOC4xNTUyQzUwLjIzMjIgMTkuMTkwNyA0MC4zNjc1IDExLjQ4NzggMzUuOTU0MyAwLjE5OTIxMUMzNS44MjQ1IC0wLjA2NjQwMzcgMzUuNDM1MSAtMC4wNjY0MDM3IDM1LjM3MDIgMC4xOTkyMTFDMzAuOTU3IDExLjQ4NzggMjEuMDkyMyAxOS4xOTA3IDEzLjQzNDIgMjguMTU1MkM0Ljg2NzQ2IDM4LjI0ODUgMCA1MC44NjUyIDAgNjQuMjc4OEMwIDY1LjM0MTIgMC4wNjQ4OTk1IDY2LjQ3MDEgMC4xMjk3OTkgNjcuNTMyNUMzLjA1MDI3IDY5LjA1OTggNi4yMzAzNSA3MC4wNTU5IDkuMjE1NzIgNzAuODUyN0MxNy40NTggNzIuOTc3NiAyNi4yODQzIDczLjY0MTcgMzQuNzIxMiA3My4zNzYxTDM2LjQ3MzUgNzMuMjQzM0MzNy43MDY2IDczLjE3NjkgMzguOTM5NyA3My4xMTA0IDQwLjE3MjggNzMuMDQ0QzQwLjY5MiA3My4wNDQgNDEuMTQ2MiA3Mi45Nzc2IDQxLjY2NTQgNzIuOTc3NkM0MS45ODk5IDcyLjk3NzYgNDIuMzE0NCA3Mi45MTEyIDQyLjYzODkgNzIuOTExMkM0My40ODI2IDcyLjg0NDggNDQuMDY2NyA3Mi40NDY0IDQ0LjQ1NjEgNzEuNzE2QzQ1LjYyNDMgNjkuNTI0NiA0Ny4xMTcgNjcuNjY1NCA0OC44MDQ0IDY2LjA3MTdDNDkuMTkzOCA2NS42NzMyIDQ5LjUxODMgNjUuMjc0OCA0OS45MDc3IDY0LjgxQzUwLjAzNzUgNjQuNjEwOCA1MC4yMzIyIDY0LjM0NTIgNTAuNDI2OSA2NC4xNDZDNTAuNDkxOCA2NC4wNzk2IDUwLjU1NjcgNjMuOTQ2NyA1MC42MjE2IDYzLjg4MDNDNTAuODE2MyA2My42ODExIDUwLjk0NjEgNjMuNDE1NSA1MS4xNDA4IDYzLjIxNjNDNTEuNDY1MyA2Mi44ODQzIDUxLjc4OTggNjIuNzUxNSA1Mi4wNDk0IDYyLjgxNzlDNTIuMzczOSA2Mi44ODQzIDUyLjU2ODYgNjMuMTQ5OSA1Mi42OTg0IDYzLjYxNDdDNTIuOTU3OSA2NC4zNDUyIDUyLjg5MzEgNjUuMDA5MiA1Mi41Njg2IDY1LjU0MDRDNTIuMzA5IDY1LjkzODkgNTEuOTg0NSA2Ni4zMzczIDUxLjcyNDkgNjYuNzM1N0M1MS41OTUxIDY2LjkzNDkgNTEuNDAwNCA2Ny4xMzQxIDUxLjI3MDYgNjcuMzMzM0M1MS4yMDU3IDY3LjQ2NjEgNTEuMDc1OSA2Ny41OTg5IDUwLjk0NjEgNjcuNzMxOEM1MC42ODY1IDY4LjA2MzggNTAuNDkxOCA2OC4zMjk0IDUwLjI5NzEgNjguNjYxNEM1MC4xNjczIDY4Ljk5MzQgNTAuMTY3MyA2OS4yNTkgNTAuMjMyMiA2OS41MjQ2QzUwLjM2MiA2OS43MjM5IDUwLjU1NjcgNjkuODU2NyA1MC44MTYzIDY5LjkyMzFDNTEuNzI0OSA3MC4wNTU5IDUyLjU2ODYgNzAuMTIyMyA1My4zNDczIDY5Ljk4OTVDNTQuMTkxIDY5Ljg1NjcgNTUuMDM0NyA2OS42NTc1IDU1Ljg3ODQgNjkuNTI0NkM1Ni41OTIzIDY5LjM5MTggNTcuMzA2MiA2OS4xOTI2IDU4LjAyMDEgNjkuMTI2Mkw1OC4yNzk3IDY5LjA1OThDNTkuNTc3NyA2OC44NjA2IDYwLjk0MDYgNjguNTk1IDYyLjMwMzUgNjguOTI3SDYyLjM2ODRDNjIuNzU3OCA2OC45OTM0IDYzLjYwMTUgNjkuNDU4MyA2My40NzE3IDcwLjA1NTlDNjMuMjEyMSA3MS4xODQ3IDYxLjc4NDMgNzEuMTE4MyA2MC45NDA2IDcxLjI1MTJDNTkuNzA3NSA3MS40NTA0IDU4LjQwOTUgNzEuNjQ5NiA1Ny4xNzY0IDcxLjg0ODhDNTYuNTkyMyA3MS45ODE2IDU1Ljg3ODQgNzIuNDQ2NCA1Ni44NTE5IDcyLjUxMjhINTYuOTE2OEM1Ny41NjU4IDcyLjU3OTIgNTguMTQ5OSA3Mi41NzkyIDU4Ljc5ODkgNzIuNjQ1NkM2MC4zNTY1IDcyLjc3ODQgNjEuOTE0MSA3Mi44NDQ4IDYzLjQ3MTcgNzIuOTc3NkM2My44NjExIDczLjA0NDEgNjQuMzE1NCA3My4xNzY5IDY0LjYzOTggNzMuNDQyNUM2NS4yODg4IDc0LjA0MDEgNjUuMTU5IDc1LjEwMjYgNjQuMzE1NCA3NS4zMDE4QzYzLjkyNiA3NS4zNjgyIDYzLjUzNjYgNzUuMzY4MiA2My4xNDcyIDc1LjM2ODJINjMuMDE3NEM2Mi4zNjg0IDc1LjMwMTggNjEuNjU0NSA3NS4zMDE4IDYxLjAwNTUgNzUuMjM1NEM1OS43MDc1IDc1LjE2OSA1OC40MDk1IDc1LjEwMjYgNTcuMTExNSA3NS4wMzYyQzU2LjUyNzQgNzUuMDM2MiA1Ni42NTcyIDc1LjUwMSA1Ny4wNDY2IDc1LjcwMDJDNTguMzQ0NiA3Ni40OTcgNTkuOTAyMiA3Ni44MjkxIDYxLjMzIDc3LjA5NDdDNjEuODQ5MiA3Ny4xNjExIDYyLjQzMzMgNzcuMzYwMyA2My4xNDcyIDc3LjYyNTlDNjMuNzMxMyA3Ny44OTE1IDYzLjk5MDkgNzguMzU2MyA2My44NjExIDc4Ljg4NzZDNjMuNzMxMyA3OS40MTg4IDYzLjI3NyA3OS42ODQ0IDYyLjY5MjkgNzkuNjE4QzYyLjMwMzUgNzkuNjE4IDYxLjk3OSA3OS41NTE2IDYxLjY1NDUgNzkuNDg1MkM2MC45NDA2IDc5LjI4NiA2MC4xNjE4IDc5LjA4NjggNTkuNDQ3OSA3OC44ODc2QzU4LjYwNDIgNzguNjg4NCA1Ny42OTU2IDc4LjQyMjggNTYuNzg3IDc4LjIyMzVDNTYuMzk3NiA3OC4xNTcxIDU1LjU1MzkgNzcuODkxNSA1NS43NDg2IDc4LjQ4OTFDNTUuODc4NCA3OC44MjEyIDU2LjQ2MjUgNzkuMTUzMiA1Ni43MjIxIDc5LjM1MjRDNTcuMTc2NCA3OS42ODQ0IDU3LjY5NTYgNzkuOTUgNTguMTQ5OSA4MC4yMTU2QzU4LjQ3NDQgODAuMzQ4NSA1OC43OTg5IDgwLjU0NzcgNTkuMDU4NSA4MC43NDY5QzU5LjQ0NzkgODAuOTQ2MSA1OS43NzI0IDgxLjIxMTcgNTkuOTY3MSA4MS40NzczQzYwLjE2MTggODEuNjc2NSA2MC4zNTY1IDgyLjE0MTMgNjAuMjI2NyA4Mi40MDdDNjAuMDk2OSA4Mi42NzI2IDU5LjcwNzUgODIuOTM4MiA1OS4zODMgODIuOTM4MkM1OC45Mjg3IDgyLjkzODIgNTguNTM5MyA4Mi44MDU0IDU4LjE0OTkgODIuNjcyNkM1Ny4xNzY0IDgyLjE0MTMgNTYuMjAyOSA4MS42MTAxIDU1LjIyOTQgODEuMDc4OUM1My43MzY3IDgwLjIxNTYgNTIuMTc5MiA3OS44MTcyIDUwLjQyNjkgNzkuODgzNkM0OC44MDQ0IDc5Ljk1IDQ3LjExNyA3OS44MTcyIDQ1LjI5OTggNzkuNDg1MkM0NC41MjEgNzkuMzUyNCA0My42MTI0IDc5LjQ4NTIgNDIuODMzNiA3OS42ODQ0QzM5LjA2OTUgODAuNjE0MSAzNS40MzUxIDgxLjgwOTMgMzEuNjA2IDgyLjIwNzhDMjcuNDUyNSA4Mi42NzI2IDIzLjI5ODkgODIuNjA2MiAxOS4xNDUzIDgyLjQ3MzRDMTMuOTUzNCA4Mi4zNDA2IDguNjk2NTMgODEuODc1NyAzLjU2OTQ3IDgwLjk0NjFDOS40MTA0MiA5Mi44MzIzIDIxLjQ4MTcgMTAwLjkzNCAzNS4zNzAyIDEwMUM1NS4wMzQ3IDEwMSA3MSA4NC42NjQ3IDcxIDY0LjU0NDRDNzEgNjEuMjI0MiA3MC42NzU1IDU3LjkwNCA3MC4wOTE0IDU0LjY1MDJDNjQuNTc1IDU2LjU3NTkgNTguNTM5MyA1Ny44Mzc2IDUyLjQzODggNTguNzY3M1oiIGZpbGw9IiM3REI2REYiLz48L3N2Zz4=) no-repeat;background-size:contain}.animation-enter{background-size:0}.animation-enter-active,.animation-exit{background-size:100%}.animation-exit-active{background-size:0}.animation-enter-active,.animation-exit-active{transition:all 2s}.contact-form{margin:48px 0}@media (min-width:992px){.contact-form{margin:120px 0}}.contact-form iframe{overflow:hidden}.section-with-carousel{--padding:66px;--padding-xxs:23px;--padding-xs:36px;--padding-sm:55px;--padding-md:78px;--padding-desktop:96px;--block-background-color:#f0f4f8;--text-header-color:#183a6c;--text-color:#5a6c87;--text-color-disabled:#606060;--background-disabled:"none";color:var(--text-color);margin:var(--padding) 0;background:var(--block-background-color)}@media (min-width:992px){.section-with-carousel{margin:var(--padding-desktop) 0}}.section-with-carousel--light-theme{margin:0;padding:var(--padding) 0}@media (min-width:992px){.section-with-carousel--light-theme{margin:0;padding:var(--padding-desktop) 0}}.section-with-carousel--light-blue-theme{--block-background-color:#dfe6eb;margin:0;padding:var(--padding-xs) 0 var(--padding-sm)}@media (min-width:992px){.section-with-carousel--light-blue-theme{margin:0;padding:var(--padding-desktop) 0 var(--padding-sm)}}.section-with-carousel--light-blue-theme h2{font-size:1.5rem;margin-bottom:1.125rem}@media (min-width:992px){.section-with-carousel--light-blue-theme h2{font-size:3rem;margin-bottom:1.5625rem}}.section-with-carousel--light-blue-theme p{color:#183a6c}@media (min-width:992px){.section-with-carousel--light-blue-theme p{line-height:2rem}}.section-with-carousel--light-blue-theme .section-with-carousel__text-block{max-width:615px;padding-bottom:var(--padding-xxs)}@media (min-width:992px){.section-with-carousel--light-blue-theme .section-with-carousel__text-block{padding-bottom:var(--padding-md)}}.section-with-carousel--white-theme{--block-background-color:#fff;margin:var(--padding) 0;padding:0}@media (min-width:992px){.section-with-carousel--white-theme{margin:var(--padding-desktop) 0;padding:0}}.section-with-carousel--dark-theme{--block-background-color:#183a6c;--text-header-color:#fff;--text-color:#f0f4f8;--text-color-disabled:#606060;--background-disabled:#e2e2e2;margin:0;padding:var(--padding) 0}@media (min-width:992px){.section-with-carousel--dark-theme{padding:var(--padding-desktop) 0}}.section-with-carousel--blue-theme{--block-background-color:#0067b1;--text-header-color:#fff;--text-color:#f0f4f8;--text-color-disabled:#606060;--background-disabled:#e2e2e2;margin:0;padding:var(--padding) 0}@media (min-width:992px){.section-with-carousel--blue-theme{padding:var(--padding-desktop) 0}}.section-with-carousel .section__intro-title,.section-with-carousel h2{color:var(--text-header-color)}.section-with-carousel__text-block{text-align:center;max-width:552px;margin:0 auto;padding-bottom:54px}.section-with-carousel__button-container{display:flex;justify-content:center;padding-top:40px}@media (min-width:768px){.section-with-carousel__button-container{padding-top:54px}}.questions-carousel-container{--max-width:1133px;max-width:var(--max-width);margin:0 auto}.questions-carousel-container--slides-4{--max-width:1133px}.questions-carousel-container--slides-3{--max-width:845px}.questions-carousel-container--slides-2{--max-width:557px}.questions-carousel-container--slides-1{--max-width:264px}.questions-carousel-container--vertical-mode-slides-3{--max-width:1128px}.questions-carousel-container--vertical-mode-slides-2{--max-width:644px}.questions-carousel-container--vertical-mode-slides-1{--max-width:310px}.questions-carousel-container--fullwidth-mode-slides-1{--max-width:100%}@media (min-width:600px){.questions-carousel-container--fullwidth-mode-slides-1{--max-width:262px}}@media (max-width:600px){.questions-carousel-container--fullwidth-mode .block-carousel{margin-left:-24px;margin-right:-24px}}.questions-carousel-container--fullwidth-mode .block-carousel .slick-dots{margin-top:12px;margin-right:24px;margin-left:24px}@media (min-width:600px){.questions-carousel-container--fullwidth-mode .block-carousel .slick-dots{margin-left:12px;margin-right:12px}}@media (max-width:600px){.questions-carousel-container--fullwidth-mode .block-carousel .slick-track .slick-slide:first-child{padding-left:24px}}@media (max-width:600px){.questions-carousel-container--fullwidth-mode .block-carousel .slick-track .slick-slide:last-child{padding-right:24px}}.question-card{--focus-outline:1px dashed #183a6c;position:relative;z-index:1;display:flex;justify-content:center;width:264px;height:308px;cursor:pointer;background:#000;border-radius:10px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}[class$="--dark-theme"] .question-card{--focus-outline:1px dashed #fff}.question-card:before{position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;z-index:1;display:none;border:var(--focus-outline);border-radius:10px;content:""}.question-card:focus{outline:1px solid transparent;-webkit-transform:scale(1.02);transform:scale(1.02)}.question-card:focus:before{display:block}.question-card:focus .question-card__title-text{text-decoration:underline}.question-card:focus:not(.focus-visible),.question-card:focus:not(:focus-visible){-webkit-transform:none;transform:none}.question-card:focus:not(.focus-visible):before,.question-card:focus:not(:focus-visible):before{display:none}.question-card:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.question-card:hover .question-card__title-text{text-decoration:underline}@media (max-width:576px){.question-card{width:264px;max-width:264px;margin:0 auto}}.question-card__image{border-radius:10px;opacity:.55}.question-card__title{font-size:.875rem;font-weight:800;color:#fff;text-align:center;text-transform:uppercase;position:absolute;z-index:11;display:flex;align-items:center;height:308px;padding:10px}.question-card__title__icon{font-size:1.0625rem;font-weight:400;text-decoration:none!important;margin-left:5px}.question-card-vertical{width:310px}@media (min-width:992px){.question-card-vertical{width:360px}}.question-card-vertical__image{width:100%;height:255px;margin-bottom:28px;border-radius:4px}.question-card-vertical__title{font-size:1.125rem;color:#183a6c;margin-bottom:8px}[class*="--dark-theme"] .question-card-vertical__title{color:#fff}.question-card-vertical__description{font-size:.875rem}.question-card-fullwidth{width:100%;max-width:100%;height:356px}@media (min-width:992px){.question-card-fullwidth{height:308px}}.question-card-fullwidth .question-card__title{height:100%;font-weight:700}.search-banner{--height-desktop:400px;--bg-display:block;--padding-bottom:120px;position:relative;background:linear-gradient(180deg,#0c2157 0,#0067b1)}.search-banner:after{position:absolute;right:0;bottom:0;display:var(--bg-display);width:262px;height:164px;background:linear-gradient(180deg,#fff 0,hsla(0,0%,100%,0));content:"";opacity:.25;-webkit-clip-path:polygon(100% 0,0 100%,100% 100%);clip-path:polygon(100% 0,0 100%,100% 100%)}@media (min-width:992px){.search-banner:after{width:420px;height:263px}}.search-banner__description{color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:48px 0 var(--padding-bottom)}@media (min-width:768px){.search-banner__description{justify-content:center;min-height:var(--height-desktop);padding:48px 0}}.search-banner__description .searchinput{font-size:1rem;height:46px;padding:0 42px 0 16px}.search-banner__description .searchinput-container{width:100%}@media (min-width:768px){.search-banner__description .searchinput-container{width:456px}}.search-banner__description .searchinput-container .icon--search{font-size:1rem}.search-banner__description .searchinput-container .icon--close{font-size:.875rem}.search-banner__description-title{font-size:2.5rem;color:#fff;margin-bottom:16px}@media (min-width:768px){.search-banner__description-title{max-width:80%}}@media (min-width:992px){.search-banner__description-title{font-size:4rem;max-width:60%;margin-bottom:32px}}.questions-block-grid{display:grid;justify-content:center;gap:24px;grid-template-columns:repeat(auto-fit,264px)}.questions-block-grid--vertical{grid-template-columns:repeat(auto-fit,310px)}@media (min-width:992px){.questions-block-grid--vertical{grid-template-columns:repeat(auto-fit,360px)}}.video-background-section{--container-padding-m:96px 0 64px;--container-padding:232px 0 96px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:100%;overflow:hidden}@media (min-width:992px){.video-background-section{min-height:552px}}.video-background-section__overflow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;max-height:365px;background:linear-gradient(180deg,rgba(226,224,223,.1) 50%,#e2e0df)}@media (min-width:992px){.video-background-section__overflow{max-height:100%}}.video-background-section .container{z-index:5;background:linear-gradient(180deg,rgba(226,224,223,.1) 50%,#e2e0df)}@media (min-width:992px){.video-background-section .container{background:transparent}}.video-background-section__description{color:#183a6c;position:relative;z-index:2;max-width:80ch;margin:0 auto;padding:var(--container-padding-m);font-size:1.125rem}@media (min-width:992px){.video-background-section__description{padding:var(--container-padding)}}[class*="--dark-theme"] .video-background-section__description{color:#fff}.video-background-section__description h2{color:#183a6c;font-size:1.75rem}@media (min-width:992px){.video-background-section__description h2{font-size:2.5rem}}[class*="--dark-theme"] .video-background-section__description h2{color:#fff}.video-background-section__video{position:relative;width:auto;height:100%;max-height:365px;overflow:hidden}.video-background-section__video video{display:block;width:100%;height:auto}@media (min-width:992px){.video-background-section__video{position:absolute;top:0;left:50%;z-index:1;min-width:100%;min-height:100%;background:linear-gradient(90deg,rgba(0,0,0,.55) 50%,transparent);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.video-background-section__video:before{display:block;width:100%;padding-top:56.25%;content:""}.video-background-section__video video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.video-background-section__video video::-webkit-media-controls{display:none!important}}.water-banner--margin{margin-top:48px}.water-banner--is-fixed{position:relative;z-index:140}.water-banner__background{position:relative;z-index:1;height:100%;min-height:calc(100vh - 64px)}@media (min-width:992px){.water-banner__background{min-height:calc(100vh - 130px)}}@media screen and (min-height:1000px){.water-banner__background{max-height:1080px;min-height:auto}}.water-banner__background-img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#0c2157 0,#0067b1);transition:.1s ease}.water-banner__background-img:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.55) 40%);content:""}.water-banner__sticky-image{position:-webkit-sticky;position:sticky;top:0;z-index:140;width:254px;margin-bottom:80px;transition:width .3s}@media (min-width:992px){.water-banner__sticky-image{width:254px;margin-bottom:91px}}.water-banner--is-fixed .water-banner__sticky-image{position:fixed;left:50%;width:80px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width:992px){.water-banner--is-fixed .water-banner__sticky-image{width:160px}}.water-banner__grid{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;min-height:calc(100vh - 64px)}@media (min-width:992px){.water-banner__grid{min-height:calc(100vh - 130px)}}@media screen and (min-height:1000px){.water-banner__grid{max-height:1080px;min-height:840px}}.water-banner__info{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:1px}.water-banner__description{font-size:1.25rem;color:#fff;text-align:center;max-width:80ch;margin-top:28px;margin-bottom:24px}@media (min-width:992px){.water-banner__description{text-align:left;margin-top:36px}}.water-banner__image{width:310px}@media (min-width:992px){.water-banner__image{width:413px}}.water-banner__button{text-decoration:none;margin-top:auto;padding:0;border-radius:100%}.water-banner__button .icon{font-size:23px}.water-banner__button:focus{outline:1px dashed #fff;outline-offset:3px}.water-banner__arrow{color:#fff;display:flex;align-items:center;justify-content:center;width:60px;height:60px;padding:30px;background-color:#0067b1;border-radius:100%}.water-banner__disclaimer{align-self:flex-end;padding:20px 0 24px}.water-banner__disclaimer-text{font-weight:400;color:#fff;font-size:.875rem}.water-banner__disclaimer-text *{font-size:inherit;font-weight:inherit;color:inherit}.water-banner__disclaimer-text a{font-weight:400;color:inherit}.water-banner__disclaimer-text a:active,.water-banner__disclaimer-text a:hover{color:inherit}.water-banner__disclaimer-text a:focus{color:inherit;outline:1px dashed #fff}.water-banner__image-with-text{display:flex;flex-direction:column;align-items:center;gap:20px}@media (min-width:576px){.water-banner__image-with-text{flex-direction:row}}.water-banner__image-with-text--img{width:80px}.water-banner__image-with-text--text{color:#fff;text-transform:capitalize;font-size:1.5rem}.water-banner__image-with-text--text *{color:inherit;font-size:inherit;text-transform:inherit}.ebook-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;max-height:100vh}.ebook-wrapper .flip-book{box-shadow:0 0 20px 0 rgba(18,18,18,.5)}.ebook-wrapper .\--right{border-left:0}.ebook-wrapper .\--left{border-right:0}.ebook-wrapper__button-group{margin-top:20px}.ebook-wrapper__button-group button:first-child{margin-right:10px}.ebook-wrapper__text-block{text-align:center;max-width:552px;margin:0 auto;padding-bottom:54px}.product-filters{--filters-bg:#fff;padding-top:24px}.product-filters--bg-foam{--filters-bg:#f3f9fe}@media (min-width:768px){.product-filters{padding-top:32px}}.product-filters__title{margin-bottom:16px;font-size:1rem;line-height:1.1875rem;color:#183a6c;font-weight:700;text-transform:none}.product-filters__title *{font-size:inherit;line-height:inherit;font-weight:inherit;text-transform:inherit}.product-filters__accordion{background-color:var(--filters-bg);border-radius:8px;border:none}.product-filters__accordion .icon--chevron-down{display:block}.product-filters__accordion--opened .icon--chevron-down,.product-filters__accordion .icon--chevron-up{display:none}.product-filters__accordion--opened .icon--chevron-up{display:block}.product-filters__accordion-item{display:flex;flex-direction:column;gap:24px}.product-filters__accordion-list,.product-filters__list{margin:0;display:flex;flex-direction:column;gap:24px;flex-wrap:wrap;list-style:none;background-color:var(--filters-bg);border-radius:8px}@media (min-width:768px){.product-filters__accordion-list,.product-filters__list{flex-direction:row}}.product-filters__list{padding:16px 24px}.product-filters__accordion-list{padding:8px 16px 12px}.product-filters__link{font-size:1.125rem;line-height:1.3125rem;color:#183a6c;font-weight:500;text-decoration:none}.product-filters__link--active{font-weight:700;text-decoration:underline}.product-filters__toggler{width:100%;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;font-weight:700;border:none;background:none;color:#183a6c;cursor:pointer}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:300;src:url(data:font/woff2;base64,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) format("woff2"),url(/static/montserrat-all-300-normal-304f18812e62e9644822fab430587523.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:300;src:url(data:font/woff2;base64,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) format("woff2"),url(/static/montserrat-all-300-normal-304f18812e62e9644822fab430587523.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:300;src:url(data:font/woff2;base64,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) format("woff2"),url(/static/montserrat-all-300-normal-304f18812e62e9644822fab430587523.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:300;src:url(/static/montserrat-latin-ext-300-normal-9981af4c8f3fe5dd2cce060386efb656.woff2) format("woff2"),url(/static/montserrat-all-300-normal-304f18812e62e9644822fab430587523.woff) format("woff");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:300;src:url(/static/montserrat-latin-300-normal-f95c32e0a411f4ca6aaac8a2b94fa34e.woff2) format("woff2"),url(/static/montserrat-all-300-normal-304f18812e62e9644822fab430587523.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.promo-form-section .pp-form__description,.promo-form-section .pp-form__separator,.promo-form-section .pp-form__title{display:none}.promo-form-section--coupon-registration{margin:0;padding:48px 0 0}@media (min-width:992px){.promo-form-section--coupon-registration{padding-top:60px}}.promo-form-section--coupon-registration .pp-form__container{justify-content:flex-start}.promo-form-section--coupon-registration .pp-form{display:block;max-width:560px;padding-bottom:48px;border-bottom:1px solid hsla(0,0%,100%,.4)}.promo-form-section--coupon-registration .pp-form>.pp-short-text-field--hidden{display:none}@media (min-width:992px){.promo-form-section--coupon-registration .pp-form{max-width:760px}.promo-form-section--coupon-registration .pp-form>.pp-short-text-field{margin-right:8%}.promo-form-section--coupon-registration .pp-form>.pp-short-text-field+.pp-short-text-field{margin-right:unset}}.promo-form-section--coupon-registration .cds-btn__inner,.promo-form-section--coupon-registration .pp-field-head,.promo-form-section--coupon-registration .pp-form__description,.promo-form-section--coupon-registration .pp-form__submit-button,.promo-form-section--coupon-registration .pp-rte,.promo-form-section--coupon-registration .pp-rte__legal-button,.promo-form-section--coupon-registration .pp-select-field__placeholder,.promo-form-section--coupon-registration .pp-select-field__single-value,.promo-form-section--coupon-registration input{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;color:#fff!important}.promo-form-section--coupon-registration .pp-select-field__menu{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif}.promo-form-section--coupon-registration .pp-form__description{font-weight:700;line-height:32px;text-align:left;text-transform:uppercase;display:block;max-width:760px;margin-bottom:24px;font-size:1.375rem}@media (min-width:992px){.promo-form-section--coupon-registration .pp-form__description{line-height:40px;margin-bottom:36px;font-size:2rem}}.promo-form-section--coupon-registration .pp-short-text-field{margin-bottom:24px}@media (min-width:992px){.promo-form-section--coupon-registration .pp-short-text-field{display:inline-block;width:46%;vertical-align:top}}.promo-form-section--coupon-registration .pp-lds-field{margin-left:0}.promo-form-section--coupon-registration .pp-field-head__header{margin-bottom:4px}.promo-form-section--coupon-registration .pp-field-head__label{font-size:1rem;font-weight:400;line-height:24px}.promo-form-section--coupon-registration .pp-select-field__control,.promo-form-section--coupon-registration .pp-short-text-field__input{background:#183a6c;border:1px solid #fff;border-radius:30px!important;caret-color:#fff}.promo-form-section--coupon-registration .pp-select-field__control:focus,.promo-form-section--coupon-registration .pp-select-field__control:hover,.promo-form-section--coupon-registration .pp-short-text-field__input:focus,.promo-form-section--coupon-registration .pp-short-text-field__input:hover{border-color:#fff}.promo-form-section--coupon-registration .pp-error-message,.promo-form-section--coupon-registration .pp-rte__link{color:#fff}.promo-form-section--coupon-registration .pp-select-field__control{margin:0!important;border-color:#fff!important}.promo-form-section--coupon-registration .pp-select-field__indicator{border-top-color:#fff}.promo-form-section--coupon-registration .pp-select-field__menu{margin:unset!important}.promo-form-section--coupon-registration .pp-lds-field__label:before{margin-right:12px;border:1px solid #dfe6eb}.promo-form-section--coupon-registration .pp-date-field .react-datepicker__input{background:#183a6c;border:1px solid #fff;border-radius:30px!important;caret-color:#fff}.promo-form-section--coupon-registration .pp-date-field .react-datepicker__input:focus,.promo-form-section--coupon-registration .pp-date-field .react-datepicker__input:hover{border-color:#fff}.promo-form-section--coupon-registration .pp-date-field .react-datepicker__input::-webkit-input-placeholder{color:#fff}.promo-form-section--coupon-registration .pp-date-field .react-datepicker__input::placeholder{color:#fff}.promo-form-section--coupon-registration .pp-checkbox-field{margin-left:0}.promo-form-section--coupon-registration .pp-checkbox-field__label:before{margin-right:12px;border:1px solid #dfe6eb}.promo-form-section--coupon-registration .pp-rte{font-weight:300;line-height:28px;text-align:justify;font-size:1rem}@media (min-width:992px){.promo-form-section--coupon-registration .pp-rte{font-size:1.125rem;line-height:32px}}.promo-form-section--coupon-registration .pp-rte__legal-button,.promo-form-section--coupon-registration .pp-rte__link{text-decoration:underline}.promo-form-section--coupon-registration .pp-form__submit-button{font-weight:700;line-height:16px;letter-spacing:.028px;text-transform:uppercase;display:block;width:100%;max-width:325px;margin:0;padding:14px;background:#de2928;border:2px solid #fff;border-radius:30px;font-size:.875rem}@media (min-width:992px){.promo-form-section--coupon-registration .pp-form__submit-button{max-width:348px}}.promo-form-section--coupon-registration .pp-lds-field__description+.cds-btn{display:block;margin-top:-16px}.promo-form-section--coupon-registration .cds-btn{position:relative;padding:4px 8px;border:1px solid #fff}.promo-form-section--coupon-registration .cds-btn:hover{border:1px solid #fff}.promo-form-section--coupon-registration .cds-btn:focus-visible{outline:1px dashed #fff;outline-offset:3px;border:1px solid #fff}.promo-form-section--coupon-registration .cds-btn+.pp-lds-field__description-extend{margin-top:8px}.promo-form-section--with-packshot .container{display:flex;flex-direction:column}@media (min-width:768px){.promo-form-section--with-packshot .container{flex-direction:row;gap:20px}}.promo-form-section--with-packshot .promo-form__image{max-width:50%;margin:0 auto}@media (min-width:768px){.promo-form-section--with-packshot .promo-form__image{margin-top:20px}}.promo-form-section--with-packshot .pp-form__container{justify-content:center}.promo-form-section--with-packshot .pp-form{display:grid;max-width:560px;padding-bottom:48px;grid-column-gap:20px;grid-template-columns:100px repeat(3,1fr)}@media (min-width:992px){.promo-form-section--with-packshot .pp-form{max-width:760px;grid-column-gap:16px;grid-template-columns:repeat(4,1fr)}}.promo-form-section--with-packshot .pp-form>.pp-error-message{margin-bottom:15px;grid-column:span 4}.promo-form-section--with-packshot .pp-field-head,.promo-form-section--with-packshot .pp-form__description,.promo-form-section--with-packshot .pp-form__submit-button,.promo-form-section--with-packshot .pp-rte,.promo-form-section--with-packshot .pp-rte__legal-button,.promo-form-section--with-packshot .pp-rte__link,.promo-form-section--with-packshot .pp-select-field__placeholder,.promo-form-section--with-packshot .pp-select-field__single-value,.promo-form-section--with-packshot input{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;color:#fff!important}.promo-form-section--with-packshot .pp-select-field__menu{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif}.promo-form-section--with-packshot .pp-form__description{font-size:1.375rem;font-weight:900;line-height:32px;text-align:left;text-transform:uppercase;display:block;max-width:760px;margin-bottom:24px;grid-area:1/1/2/5}@media (min-width:992px){.promo-form-section--with-packshot .pp-form__description{font-size:2rem;line-height:40px;margin-top:0;margin-bottom:36px;grid-area:1/1/2/4}}.promo-form-section--with-packshot .pp-short-text-field{margin-bottom:24px;grid-column:span 4}@media (min-width:992px){.promo-form-section--with-packshot .pp-short-text-field{grid-column:span 2}}.promo-form-section--with-packshot .pp-form__container .pp-form .pp-short-text-field:nth-child(7),.promo-form-section--with-packshot .pp-form__container .pp-form .pp-short-text-field:nth-child(8){grid-column:span 2}@media (min-width:992px){.promo-form-section--with-packshot .pp-form__container .pp-form .pp-short-text-field:nth-child(7),.promo-form-section--with-packshot .pp-form__container .pp-form .pp-short-text-field:nth-child(8){grid-column:span 1}}@media (min-width:992px){.promo-form-section--with-packshot .pp-form__container .pp-form .pp-short-text-field:nth-child(7) .pp-short-text-field__input,.promo-form-section--with-packshot .pp-form__container .pp-form .pp-short-text-field:nth-child(8) .pp-short-text-field__input{min-width:105px}}.promo-form-section--with-packshot .pp-checkbox-field,.promo-form-section--with-packshot .pp-lds-field{margin-left:0;grid-column:span 4}.promo-form-section--with-packshot .pp-field-head__header{margin-bottom:4px}.promo-form-section--with-packshot .pp-field-head__label{font-size:.875rem;font-weight:700;line-height:1}.promo-form-section--with-packshot .pp-select-field__control,.promo-form-section--with-packshot .pp-short-text-field__input{background:#004985;border:1px solid #fff;border-radius:30px!important;caret-color:#fff}.promo-form-section--with-packshot .pp-select-field__control:focus,.promo-form-section--with-packshot .pp-select-field__control:hover,.promo-form-section--with-packshot .pp-short-text-field__input:focus,.promo-form-section--with-packshot .pp-short-text-field__input:hover{border-color:#fff}.promo-form-section--with-packshot .pp-select-field__control{border-color:#fff!important}.promo-form-section--with-packshot .pp-select-field__indicator{border-top-color:#fff}.promo-form-section--with-packshot .pp-checkbox-field__label:before,.promo-form-section--with-packshot .pp-lds-field__label:before{margin-right:12px;border:1px solid #dfe6eb}.promo-form-section--with-packshot .pp-rte{font-weight:300;line-height:1.5;text-align:justify;font-size:.875rem}@media (min-width:992px){.promo-form-section--with-packshot .pp-rte{font-size:.875rem}}.promo-form-section--with-packshot .pp-rte__legal-button{text-decoration:underline}.promo-form-section--with-packshot .pp-form__submit-button{font-size:.875rem;font-weight:700;line-height:16px;letter-spacing:.028px;text-transform:uppercase;display:block;width:100%;max-width:325px;margin:0 auto;padding:14px;background:#de2928;border:2px solid #fff;border-radius:30px;grid-column:span 4}@media (min-width:992px){.promo-form-section--with-packshot .pp-form__submit-button{max-width:120px}}.promo-form-section--with-packshot .pp-select-field{grid-column:span 4}.promo-form-section--with-packshot--slim .container{display:flex;flex-direction:column}@media (min-width:768px){.promo-form-section--with-packshot--slim .container{flex-direction:row;gap:20px}}.promo-form-section--with-packshot--slim .promo-form__image{max-width:50%;margin:0 auto}@media (min-width:768px){.promo-form-section--with-packshot--slim .promo-form__image{max-width:45%;margin:20px 5% 0 auto}}.promo-form-section--with-packshot--slim .pp-form__container{justify-content:center}.promo-form-section--with-packshot--slim .pp-form{max-width:560px;padding-bottom:48px}@media (min-width:992px){.promo-form-section--with-packshot--slim .pp-form{max-width:760px}}.promo-form-section--with-packshot--slim .pp-field-head,.promo-form-section--with-packshot--slim .pp-form__description,.promo-form-section--with-packshot--slim .pp-form__submit-button,.promo-form-section--with-packshot--slim .pp-rte,.promo-form-section--with-packshot--slim .pp-rte__legal-button,.promo-form-section--with-packshot--slim .pp-rte__link,.promo-form-section--with-packshot--slim .pp-select-field__placeholder,.promo-form-section--with-packshot--slim .pp-select-field__single-value,.promo-form-section--with-packshot--slim input{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;color:#fff!important}.promo-form-section--with-packshot--slim .pp-select-field__menu{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif}.promo-form-section--with-packshot--slim .pp-form__description{font-size:1.375rem;font-weight:900;line-height:32px;text-align:left;text-transform:uppercase;display:block;max-width:760px;margin-bottom:24px}@media (min-width:992px){.promo-form-section--with-packshot--slim .pp-form__description{font-size:2rem;line-height:40px;max-width:485px;margin-top:0;margin-bottom:36px}}.promo-form-section--with-packshot--slim .pp-short-text-field{margin-bottom:24px}.promo-form-section--with-packshot--slim .pp-lds-field{margin-left:0}.promo-form-section--with-packshot--slim .pp-field-head__header{margin-bottom:4px}.promo-form-section--with-packshot--slim .pp-field-head__label{font-size:.875rem;font-weight:700;line-height:1}.promo-form-section--with-packshot--slim .pp-select-field__control,.promo-form-section--with-packshot--slim .pp-short-text-field__input{background:#004985;border:1px solid #fff;border-radius:30px!important;caret-color:#fff}@media (min-width:992px){.promo-form-section--with-packshot--slim .pp-select-field__control,.promo-form-section--with-packshot--slim .pp-short-text-field__input{max-width:300px}}.promo-form-section--with-packshot--slim .pp-select-field__control:focus,.promo-form-section--with-packshot--slim .pp-select-field__control:hover,.promo-form-section--with-packshot--slim .pp-short-text-field__input:focus,.promo-form-section--with-packshot--slim .pp-short-text-field__input:hover{border-color:#fff}.promo-form-section--with-packshot--slim .pp-select-field__control{border-color:#fff!important}.promo-form-section--with-packshot--slim .pp-select-field__indicator{border-top-color:#fff}.promo-form-section--with-packshot--slim .pp-lds-field__label:before{margin-right:12px;border:1px solid #dfe6eb}.promo-form-section--with-packshot--slim .pp-rte{font-weight:300;line-height:1.5;text-align:justify;font-size:.875rem}@media (min-width:992px){.promo-form-section--with-packshot--slim .pp-rte{font-size:.875rem}}.promo-form-section--with-packshot--slim .pp-rte__legal-button{text-decoration:underline}.promo-form-section--with-packshot--slim .pp-form__submit-button{font-size:.875rem;font-weight:700;line-height:16px;letter-spacing:.028px;text-transform:uppercase;display:block;width:100%;max-width:325px;margin:0 auto;padding:14px;background:#de2928;border:2px solid #fff;border-radius:30px}@media (min-width:992px){.promo-form-section--with-packshot--slim .pp-form__submit-button{max-width:120px}}.promo-form-section--with-packshot--slim .pp-checkbox-field{margin-left:0}.promo-form-section--with-packshot--slim .pp-checkbox-field .pp-checkbox-field__label:before{margin-right:12px;border:1px solid #dfe6eb}.promo-form-section--with-packshot--slim .pp-rte__link{color:#fff}.promo-form-section--consistent-font-size .pp-lds-field *,.promo-form-section--consistent-font-size .pp-long-text-field *{font-size:1rem}.promo-form-section--non-owners .pp-form__description,.promo-form-section--non-owners .pp-lds-field{display:none}.promo-form-section--non-owners .pp-form__container{justify-content:center}.promo-form-section--non-owners.section--bg-dark-blue-gradient{background:linear-gradient(180deg,#0e2255,#0067b1)}.promo-form-section--non-owners .pp-short-text-field__input::-webkit-input-placeholder{color:#fff}.promo-form-section--non-owners .pp-short-text-field__input::placeholder{color:#fff}.promo-form-section--non-owners .pp-radio-list-item input:checked+label{color:#fff;background:transparent;border:none}.promo-form-section--non-owners .pp-radio-list-item input:checked+label:before{background:#fff}.promo-form-section--non-owners .pp-radio-list-item label{color:#fff;border:none}.promo-form-section--non-owners .pp-radio-list-item label:before{border-color:#fff}.promo-form-section--non-owners .pp-radio-list__items{display:flex;flex-wrap:wrap;gap:5px}@media (min-width:768px){.promo-form-section--non-owners .pp-short-text-field+.pp-radio-list{display:inline-block;width:54%}}@media (min-width:768px){.promo-form-section--non-owners .pp-radio-list+.pp-select-field{display:inline-block;width:46%}}.promo-form-section--promotii{color:#183a6c;padding:34px 0 26px;background:#f0f4f8}@media (min-width:992px){.promo-form-section--promotii{padding:64px 0 32px}}.promo-form-section--promotii .section__intro p{font-size:1rem}.promo-form-section--promotii .section__intro h2{font-size:2rem;font-weight:900;line-height:1.2;color:#183a6c;text-transform:none;margin-bottom:16px}@media (min-width:992px){.promo-form-section--promotii .section__intro h2{margin-bottom:40px}}.promo-form-section--promotii .pp-form{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif}@media (min-width:992px){.promo-form-section--promotii .pp-form{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;max-width:950px;gap:0 32px}}@media (min-width:992px){.promo-form-section--promotii .pp-form>div{width:48%}}.promo-form-section--promotii .pp-form .pp-field-head__label{font-size:1rem}.promo-form-section--promotii .pp-form .pp-rte__legal-button{color:#121212}.promo-form-section--promotii .pp-form .pp-short-text-field{display:flex;flex-direction:column;justify-content:space-between}.promo-form-section--promotii .pp-form .pp-short-text-field--hidden{display:none}.promo-form-section--promotii .pp-form .pp-short-text-field__input,.promo-form-section--promotii .pp-form .react-datepicker__input{background:#fff;border:1px solid #dfe6eb;border-radius:40px}.promo-form-section--promotii .pp-form .pp-date-field{display:flex;flex-direction:column;justify-content:space-between}.promo-form-section--promotii .pp-form .pp-select-field__control{margin:0!important;background:#fff;border:1px solid #dfe6eb!important;border-radius:40px!important;box-shadow:none}.promo-form-section--promotii .pp-form .pp-attach-field{position:relative;width:100%;margin-bottom:32px}.promo-form-section--promotii .pp-form .pp-attach-field__label{position:absolute;top:35px;left:0;width:200px;height:48px;margin:0 auto;padding:10px;border:2px solid #183a6c;border-radius:40px}@media (max-width:992px){.promo-form-section--promotii .pp-form .pp-attach-field__label{right:0}}.promo-form-section--promotii .pp-form .pp-attach-field__button{display:none}.promo-form-section--promotii .pp-form .pp-attach-field__info{font-weight:700;color:#183a6c}.promo-form-section--promotii .pp-form .pp-attach-field .pp-field-head__description{text-align:center;margin-top:70px;margin-left:0}@media (min-width:992px){.promo-form-section--promotii .pp-form .pp-attach-field .pp-field-head__description{text-align:left;margin-top:0;margin-left:214px}}@media (max-width:992px){.promo-form-section--promotii .pp-form .pp-attach-field .pp-field-head__header{justify-content:center}}.promo-form-section--promotii .pp-form .pp-attach-field .pp-attach-field__file-input{width:100px}.promo-form-section--promotii .pp-form .pp-checkbox-field,.promo-form-section--promotii .pp-form .pp-lds-field{width:100%;margin-left:0}.promo-form-section--promotii .pp-form .pp-checkbox-field__input+.pp-checkbox-field__label:before,.promo-form-section--promotii .pp-form .pp-checkbox-field__input+.pp-lds-field__label:before,.promo-form-section--promotii .pp-form .pp-lds-field__input+.pp-checkbox-field__label:before,.promo-form-section--promotii .pp-form .pp-lds-field__input+.pp-lds-field__label:before{background:#fff;border-color:#dfe6eb}.promo-form-section--promotii .pp-form .pp-checkbox-field__input+.pp-checkbox-field__label:checked:before,.promo-form-section--promotii .pp-form .pp-checkbox-field__input+.pp-lds-field__label:checked:before,.promo-form-section--promotii .pp-form .pp-lds-field__input+.pp-checkbox-field__label:checked:before,.promo-form-section--promotii .pp-form .pp-lds-field__input+.pp-lds-field__label:checked:before{background-color:#183a6c;border-color:#183a6c;box-shadow:none}.promo-form-section--promotii .pp-form .pp-checkbox-field__input:checked+.pp-checkbox-field__label:before,.promo-form-section--promotii .pp-form .pp-checkbox-field__input:checked+.pp-lds-field__label:before,.promo-form-section--promotii .pp-form .pp-lds-field__input:checked+.pp-checkbox-field__label:before,.promo-form-section--promotii .pp-form .pp-lds-field__input:checked+.pp-lds-field__label:before{background-color:#183a6c;border-color:#183a6c;outline:none;box-shadow:none}.promo-form-section--promotii .pp-form__submit-button{font-size:.875rem;font-weight:700;line-height:16px;letter-spacing:.028px;text-transform:uppercase;display:block;width:100%;height:60px;max-width:325px;margin-top:16px;margin-bottom:16px;padding:14px;background:#183a6c;border:2px solid #fff;border-radius:30px}@media (min-width:992px){.promo-form-section--promotii .pp-form__submit-button{max-width:200px;margin:32px 0}}.promo-form-section--long-text-field-text-only .pp-form .pp-long-text-field .pp-field-head__header,.promo-form-section--long-text-field-text-only .pp-form .pp-long-text-field textarea{display:none}.promo-form-section--long-text-field-text-only .pp-form .pp-long-text-field .pp-field-head__description{margin-bottom:0}.equity-form .pp-form .pp-short-text-field .pp-field-head,.equity-form .pp-form__description,.equity-form .pp-form__separator,.equity-form .pp-form__title{display:none}.equity-form .pp-form{display:block;background-color:transparent;max-width:913px}.equity-form .pp-form .pp-short-text-field{width:100%;margin-bottom:18px}.equity-form .pp-error-message{font-size:10px;margin-top:6px;color:#f20727;margin-left:10px}.equity-form .pp-form .pp-short-text-field:nth-child(4){float:left}.equity-form .pp-form .pp-short-text-field:nth-child(5){float:right}.equity-form .pp-form .pp-short-text-field:nth-child(4),.equity-form .pp-form .pp-short-text-field:nth-child(5){width:100%;max-width:calc(50% - 2px)}.equity-form .pp-form .pp-short-text-field .pp-short-text-field__input{width:100%;height:20px;font-family:Montserrat,sans-serif;font-weight:500;font-size:10px;line-height:100%;letter-spacing:0;border:0;color:#0f1f48;background:#fff;border-radius:50px;padding:0 15px}.equity-form .pp-form .pp-short-text-field:nth-child(4) .pp-short-text-field__input,.equity-form .pp-form .pp-short-text-field:nth-child(5) .pp-short-text-field__input{width:100%}.equity-form .pp-form .pp-short-text-field .pp-short-text-field__input::-webkit-input-placeholder{color:#0f1f48;font-weight:500;font-size:10px;opacity:1}.equity-form .pp-form .pp-short-text-field .pp-short-text-field__input::placeholder{color:#0f1f48;font-weight:500;font-size:10px;opacity:1}.equity-form .pp-form .pp-lds-field:nth-child(8){margin:24px auto 6px;display:flex;justify-content:center;flex-direction:column}.equity-form .pp-form .pp-lds-field{margin:6px auto 8.31px;display:flex;justify-content:center;flex-direction:column;max-width:390px}.equity-form .pp-form .pp-lds-field .pp-lds-field__input[type=checkbox]{width:4.34px;height:4.34px}.equity-form .pp-form .pp-lds-field .pp-lds-field__label,.equity-form .pp-form .pp-lds-field .pp-rte__legal-button{align-items:center;font-family:Montserrat,sans-serif;font-weight:500;font-size:6px;line-height:100%;text-decoration:none;color:#fff;text-align:left}.equity-form .pp-form .pp-lds-field .pp-lds-field__label:before{width:4.34px;height:4.34px;min-width:4.34px;min-height:4.34px;border-radius:0!important;box-sizing:content-box;background:#fff;border-color:#fff;margin-right:2px!important}.equity-form .pp-form .pp-lds-field .pp-lds-field__description{margin-bottom:0}.equity-form .pp-form .pp-lds-field .pp-lds-field__description .pp-rte__link{color:inherit}.equity-form .pp-form .pp-lds-field .pp-lds-field__description .pp-rte__link:active,.equity-form .pp-form .pp-lds-field .pp-lds-field__description .pp-rte__link:hover{color:inherit;text-decoration:underline}.equity-form .pp-form__submit-button{background:#de2828;border-radius:81.1px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:0;font-family:Gotham Bold;font-weight:700;font-size:8.19px;line-height:100%;text-align:center;padding:7px 16px;display:flex;margin-bottom:8.34px}.equity-form .pp-form__section-button:hover,.equity-form .pp-form__submit-button:hover{background:#de2828}@media screen and (min-width:768px){.equity-form .pp-form .pp-short-text-field{margin-bottom:30px}.equity-form .pp-error-message{font-size:12px}.equity-form .pp-form .pp-short-text-field:nth-child(6){float:left;max-width:calc(50% - 10px);margin-bottom:47px}.equity-form .pp-form .pp-short-text-field:nth-child(7){float:right;max-width:calc(50% - 10px);margin-bottom:47px}.equity-form .pp-form .pp-short-text-field:nth-child(4),.equity-form .pp-form .pp-short-text-field:nth-child(5){max-width:calc(50% - 10px)}.equity-form .pp-form .pp-short-text-field .pp-short-text-field__input{height:32.36px;font-size:12px;padding:0 17.86px}.equity-form .pp-form__submit-button{font-size:13.5px;padding:10px 26px}.equity-form .pp-form .pp-lds-field:nth-child(8){clear:both;margin:0 auto 17px}.equity-form .pp-form .pp-lds-field{margin-bottom:36px;max-width:780px}.equity-form .pp-form .pp-lds-field .pp-lds-field__input[type=checkbox]{width:12.28px;height:12.28px}.equity-form .pp-form .pp-lds-field .pp-lds-field__label,.equity-form .pp-form .pp-lds-field .pp-rte__legal-button{font-size:12px}.equity-form .pp-form .pp-lds-field .pp-lds-field__label:before{width:12.28px;height:12.28px;min-width:12.28px;min-height:12.28px;margin-right:5px!important}}.equity-form .pp-lds-field__input[type=checkbox]:checked+.pp-lds-field__label:before{background-color:#0145db;border-color:#0145db}.equity-form .pp-form .pp-lds-field .pp-rte__legal-button{text-decoration:underline}.equity-form .pp-form .pp-lds-field .pp-rte__legal-button:hover{font-weight:700}.equity-form .pp-lds-field__input[type=checkbox]:checked+.pp-lds-field__label:after{border-bottom:1px solid #fff;border-right:1px solid #fff;height:5px;left:2px;top:0;width:3px}@media screen and (min-width:768px){.equity-form .pp-lds-field__input[type=checkbox]:checked+.pp-lds-field__label:after{border-bottom:2px solid #fff;border-right:2px solid #fff;width:5px;height:10px;left:5px;top:1px}}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:700;src:url(/static/montserrat-latin-700-normal-f0b3206d02a2f684530117ce1d7e8ce0.woff2) format("woff2"),url(/static/montserrat-latin-700-normal-6324dc98542bbc4c2f500f1032fc644e.woff) format("woff")}.text-block{margin-top:64px;margin-bottom:64px}@media (min-width:768px){.text-block{margin-top:96px;margin-bottom:96px}}.text-block h2,.text-block h3{color:#183a6c;margin-bottom:16px}@media (min-width:992px){.text-block h2,.text-block h3{margin-bottom:24px}}.text-block h2{margin-top:64px}.text-block h3{text-transform:uppercase;margin-top:40px}.text-block p{font-weight:400;color:#5a6c87;font-size:1rem}.text-block li{margin-bottom:24px}.text-block ol{padding:0;counter-reset:li}.text-block ol>li{position:relative;padding-left:48px;list-style:none}.text-block ol>li:before{font-size:.875rem;font-weight:800;color:#606060;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(24,58,108,.3);border-radius:50%;content:counter(li);counter-increment:li}.pre-text-block{margin-bottom:40px}@media (min-width:992px){.pre-text-block{margin-bottom:48px}}.pre-text-block *{color:#5a6c87}.pre-text-block p{font-weight:400;line-height:1.7}.pre-text-block li,.pre-text-block p{font-size:1.125rem}.quote-flex-container{display:flex;margin-top:64px;margin-bottom:64px}@media (min-width:768px){.quote-flex-container{margin-top:96px;margin-bottom:96px}}@media (max-width:992px){.quote-flex-container{flex-direction:column}}.quote-flex-container .quote-text{font-size:1.25rem;font-weight:800;line-height:1.3;color:#183a6c;margin:15px 0 25px;word-break:break-word}@media (min-width:992px){.quote-flex-container .quote-text{font-size:1.5rem;max-width:600px;margin:5px 0 25px}}.quote-flex-container .quote-user{display:flex;align-items:center}.quote-flex-container .quote-user__icon{display:flex;width:40px;height:40px;margin-right:15px;border-radius:20px}@media (min-width:992px){.quote-flex-container .quote-user__details{display:flex;flex-direction:column}}.quote-flex-container .quote-user__details .name{font-weight:600;line-height:1.7;color:#183a6c;font-size:.875rem}.quote-flex-container .quote-user__details .country{font-weight:400;line-height:1.33;color:#5a6c87;font-size:.75rem}.quote-image{margin-right:20px}.article-details-banner--product .article-details-banner__description *{padding:0;margin:0;font-size:inherit;line-height:inherit}.article-details-banner{--banner-bg:linear-gradient(180deg,#0c2157 0%,#0067b1);display:flex;flex-direction:column}.article-details-banner--cobalt-bg{--banner-bg:#0040bc}@media (min-width:992px){.article-details-banner{flex-direction:row-reverse}}.article-details-banner--top-margin{margin-top:48px}.article-details-banner__content{display:flex;flex-direction:column;justify-content:center;height:100%}.article-details-banner__info{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:52px 24px 24px;background:var(--banner-bg)}@media (min-width:992px){.article-details-banner__info{padding:56px 5% 28px Max(calc(50vw - 564px),24px)}}@media (min-width:1200px){.article-details-banner__info{padding:56px 10% 28px Max(calc(50vw - 564px),24px)}}.article-details-banner__info *{color:#fff}.article-details-banner__title{font-weight:800;margin-bottom:16px}@media (min-width:992px){.article-details-banner__title{margin-bottom:24px}}.article-details-banner__title--extra-small-m{font-size:1.375rem}@media (min-width:360px){.article-details-banner__title--extra-small-m{font-size:1.625rem}}@media (min-width:480px){.article-details-banner__title--extra-small-m{font-size:1.875rem}}@media (min-width:768px){.article-details-banner__title--extra-small-m{font-size:2.25rem}}@media (min-width:992px){.article-details-banner__title--extra-small{font-size:2.25rem}}.article-details-banner__title--small-m{font-size:1.5rem}@media (min-width:360px){.article-details-banner__title--small-m{font-size:1.75rem}}@media (min-width:480px){.article-details-banner__title--small-m{font-size:2rem}}@media (min-width:768px){.article-details-banner__title--small-m{font-size:2.25rem}}@media (min-width:992px){.article-details-banner__title--small{font-size:2.5rem}}.article-details-banner__title--medium-m{font-size:1.75rem}@media (min-width:360px){.article-details-banner__title--medium-m{font-size:2rem}}@media (min-width:480px){.article-details-banner__title--medium-m{font-size:2.25rem}}@media (min-width:768px){.article-details-banner__title--medium-m{font-size:2.5rem}}@media (min-width:992px){.article-details-banner__title--medium{font-size:2.75rem}}.article-details-banner__title--large-m{font-size:2rem}@media (min-width:992px){.article-details-banner__title--large{font-size:3rem}}.article-details-banner__description{margin-bottom:56px}.article-details-banner__description p{font-size:1.25rem;font-weight:400;line-height:1.6}.article-details-banner__image{height:180px}@media (min-width:576px){.article-details-banner__image{height:300px}}@media (min-width:768px){.article-details-banner__image{height:400px}}@media (min-width:992px){.article-details-banner__image{width:400px;height:auto;min-width:400px}}@media (min-width:1200px){.article-details-banner__image{width:516px;height:auto;min-width:516px;min-height:560px}}.article-details-banner__extra{display:flex;flex-direction:row;margin-top:auto}.article-details-banner__date-info{font-size:.75rem}.article-details-banner--product{--banner-bg:transparent;position:relative;padding:24px;background:linear-gradient(180deg,#0e2255,#0067b1)}@media (min-width:992px){.article-details-banner--product{padding:56px 24px;justify-content:center;-webkit-column-gap:30px;column-gap:30px;background:linear-gradient(279deg,#0067b1 24.84%,#0e2255 79.23%)}}.article-details-banner--product .article-details-banner__image{margin:0 auto;width:164px;height:248px;min-width:unset;flex-shrink:0}@media (min-width:768px){.article-details-banner--product .article-details-banner__image{width:220px;height:330px}}@media (min-width:992px){.article-details-banner--product .article-details-banner__image{margin:0;width:300px;height:480px}}@media (min-width:1200px){.article-details-banner--product .article-details-banner__image{width:382px;height:579px}}.article-details-banner--product .article-details-banner__info{padding:9px 0 0;text-align:center}@media (min-width:992px){.article-details-banner--product .article-details-banner__info{padding:0;max-width:712px;text-align:left}}.article-details-banner--product .article-details-banner__title{font-size:1.6875rem;line-height:1.2}@media (min-width:768px){.article-details-banner--product .article-details-banner__title{font-size:2.25rem}}@media (min-width:992px){.article-details-banner--product .article-details-banner__title{font-size:2.5rem}}@media (min-width:1200px){.article-details-banner--product .article-details-banner__title{font-size:3rem;line-height:3.5rem;letter-spacing:-.24px}}.article-details-banner--product .article-details-banner__description{margin:0;font-size:1rem;line-height:1.5rem;font-weight:600}@media (min-width:992px){.article-details-banner--product .article-details-banner__description{text-transform:uppercase;font-weight:700}}.article-steps-list{width:100%;margin-top:64px;margin-bottom:64px}@media (min-width:768px){.article-steps-list{margin-top:96px;margin-bottom:96px}}.download-button{height:32px;min-height:32px;border-color:#0067b1;font-size:.75rem}.download-button__wrapper{margin-top:24px;margin-bottom:24px}.retailer-block{--padding-top:30px;--padding-bottom:20px;--template-columns:1fr;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}.retailer-block--article{--template-columns:repeat(auto-fill,146px)}@media (min-width:480px){.retailer-block--article{--template-columns:repeat(auto-fill,152px)}}@media (min-width:768px){.retailer-block--article{--padding-top:116px;--template-columns:repeat(auto-fill,164px)}}.retailer-block--product{--padding-top:0;--padding-bottom:0;--template-columns:1fr 1fr}.retailer-block__title{font-size:1rem;font-weight:600;line-height:24px;color:#183a6c;text-transform:uppercase;margin-bottom:22px}@media (min-width:768px){.retailer-block__title{font-size:1.5rem;line-height:32px;margin-bottom:40px}}.retailer-block__title *{font-size:inherit;font-weight:inherit;line-height:inherit}.retailer-block__title sup{font-size:.875rem;top:-8px}.retailer-block__links{display:grid;gap:5px;grid-template-columns:var(--template-columns)}@media (min-width:480px){.retailer-block__links{gap:10px}}@media (min-width:768px){.retailer-block__links{gap:26px}}.retailer-block__links .btn__inner{width:90%}.retailer-block__link{padding-top:12px;padding-bottom:12px;background-color:#e2e2e2;border-radius:999px}.retailer-block__link:hover{background-color:#d5d5d5}.retailer-block__image{height:20px}.recommended-products-carousel{padding:20px 0}.recommended-products-carousel__description{font-size:1rem;font-weight:600;line-height:24px;color:#183a6c;text-transform:uppercase;margin-bottom:14px}@media (min-width:768px){.recommended-products-carousel__description{font-size:1.5rem;line-height:32px;margin-bottom:28px}}.recommended-products-carousel__description *{font-size:inherit;font-weight:inherit;line-height:inherit}.recommended-products-carousel .slick-slide>div{align-items:flex-start}@media (min-width:768px){.recommended-products-carousel .slick-slide>div{justify-content:center}}.recommended-products-carousel .slick-list{padding:0!important}.recommended-products-carousel__item{width:264px!important}.recommended-products-carousel .product-card{min-height:410px}.recommended-products-carousel .product-card__image{height:168px;margin-bottom:-84px}.recommended-products-carousel .retailer-block{margin-top:106px}.recommended-products-carousel .slick-dots{margin-top:14px}.recommended-products-carousel .slick-arrow .btn__inner{display:flex}.recommended-products{margin:64px 0}@media (min-width:992px){.recommended-products{margin:96px 0}}.recommended-products__grid{margin:0;padding:0;list-style:none;display:grid;justify-content:center;gap:40px;grid-template-columns:254px}@media (min-width:360px){.recommended-products__grid{grid-template-columns:1fr 1fr}}@media (min-width:768px){.recommended-products__grid{gap:132px}}.recommended-products__description{margin-bottom:40px}.recommended-products__description h3{text-transform:uppercase}.recommended-products .product-card{height:100%;padding:20px;border:none}@media (min-width:360px){.recommended-products .product-card{padding:20px 0}}.recommended-products .product-card__line{display:none}.recommended-products .product-card__image{order:-1;margin:0}.recommended-products .product-card__text{padding:30px 0 0}.recommended-products .product-card__title{margin:0}.buy-now{max-width:750px;margin:0 auto;padding-top:16px;padding-bottom:16px}.buy-now__title{font-size:1rem;font-weight:600;line-height:24px;color:#183a6c;text-transform:uppercase;margin-bottom:30px}@media (min-width:768px){.buy-now__title{font-size:1.5rem;line-height:32px;margin-bottom:50px}}.buy-now__title *{font-size:inherit;font-weight:inherit;line-height:inherit}.buy-now__links{display:flex;flex-wrap:wrap;justify-content:space-between;gap:36px 2px}@media (min-width:768px){.buy-now__links{justify-content:flex-start;-webkit-column-gap:24px;column-gap:24px}}.buy-now__image{--tile-width:306px;--tile-height:306px;width:var(--tile-width);height:var(--tile-width);overflow:hidden;border-radius:3px}@media (min-width:768px){.buy-now__image{--tile-width:330px;--tile-height:330px}}@media (min-width:992px){.buy-now__image{--tile-width:360px;--tile-height:360px}}.buy-now__link-name{font-size:.75rem;font-weight:600;line-height:16px;text-transform:uppercase;padding-top:20px}.text-with-image--image-on-the-right .text-with-image__bottom-text *,.text-with-image--image-on-the-right .text-with-image__middle *,.text-with-image--image-on-the-right .text-with-image__top-text *,.text-with-image--round-image-on-the-top .text-with-image__middle *,.text-with-image--round-image-on-the-top .text-with-image__top-text *,.text-with-image--text-centered-blue-bold-uppercase .text-with-image__bottom-text *,.text-with-image--text-centered-blue-bold-uppercase .text-with-image__middle *,.text-with-image--text-centered-blue-bold-uppercase .text-with-image__top-text *{padding:0;margin:0;font-size:inherit;line-height:inherit}.text-with-image{--section-bg:#fff;--text-color:#5a6c87;--flex-row-direction:row;background-color:var(--section-bg);color:var(--text-color)}.text-with-image--science-blue-bg{--section-bg:#0060d1;--text-color:#fff}.text-with-image--dark-blue-bg{--section-bg:#183a6c;--text-color:#fff}.text-with-image--image-on-the-left{--flex-row-direction:row-reverse}.text-with-image__container{width:100%;max-width:1176px;margin:0 auto;padding:10px 24px}.text-with-image__top-text{padding:14px 0}.text-with-image__middle{position:relative;padding:14px 0;display:flex;flex-direction:column;gap:24px;margin:0}@media (min-width:992px){.text-with-image__middle{flex-direction:var(--flex-row-direction);align-items:center}}@media (min-width:1200px){.text-with-image__middle{justify-content:space-between}}.text-with-image__middle>*{flex:1 1}.text-with-image__bottom-text{padding:14px 0}.text-with-image p{font-weight:400;font-size:1rem}.text-with-image--image-out-of-container .text-with-image__middle{position:relative;flex-direction:column-reverse}@media (min-width:992px){.text-with-image--image-out-of-container .text-with-image__middle{flex-direction:row;justify-content:space-between;gap:2%;margin-right:-24px}}@media (min-width:1200px){.text-with-image--image-out-of-container .text-with-image__middle{margin-right:calc(-50vw - -564px)}}@media (min-width:992px){.text-with-image--image-out-of-container .text-with-image__middle-text{max-width:800px}}.text-with-image--image-out-of-container .text-with-image__middle-image{margin:0 -24px;width:calc(100% + 48px);max-height:350px}@media (min-width:992px){.text-with-image--image-out-of-container .text-with-image__middle-image{margin:0;min-width:550px;max-height:unset;flex-shrink:0}}.text-with-image--bg-out-of-container .text-with-image__middle{flex-direction:column-reverse;align-items:center}@media (min-width:992px){.text-with-image--bg-out-of-container .text-with-image__middle{gap:10%;flex-direction:var(--flex-row-direction)}}.text-with-image--bg-out-of-container .text-with-image__middle-image{max-width:300px}.text-with-image--round-image-on-the-top .text-with-image__container{max-width:928px}.text-with-image--round-image-on-the-top .text-with-image__middle,.text-with-image--round-image-on-the-top .text-with-image__top-text{font-size:1.125rem;line-height:1.75rem;letter-spacing:-.054px}.text-with-image--round-image-on-the-top .text-with-image__top-text{padding-top:30px}.text-with-image--round-image-on-the-top .text-with-image__middle{padding:10px 0 30px;flex-direction:column-reverse}@media (min-width:992px){.text-with-image--round-image-on-the-top .text-with-image__middle{padding-top:18px;flex-direction:row;align-items:center;-webkit-column-gap:32px;column-gap:32px}}.text-with-image--round-image-on-the-top .text-with-image__middle-image{max-width:408px;margin:0 auto;border-radius:8px}.text-with-image--image-on-the-right .text-with-image__container{max-width:928px}.text-with-image--image-on-the-right .text-with-image__bottom-text,.text-with-image--image-on-the-right .text-with-image__middle,.text-with-image--image-on-the-right .text-with-image__top-text{font-size:1.125rem;line-height:1.75rem;letter-spacing:-.054px}.text-with-image--image-on-the-right .text-with-image__top-text{padding-top:30px}.text-with-image--image-on-the-right .text-with-image__middle{padding:10px 0 30px;flex-direction:column-reverse}@media (min-width:992px){.text-with-image--image-on-the-right .text-with-image__middle{padding-top:18px;flex-direction:row-reverse;align-items:center;-webkit-column-gap:32px;column-gap:32px}}.text-with-image--image-on-the-right .text-with-image__middle-text>:not(:first-child){margin-top:10px}.text-with-image--image-on-the-right .text-with-image__middle-image{max-width:408px;margin:0 auto}.text-with-image--image-on-the-right .text-with-image__bottom-text{padding:0 0 30px}.text-with-image--text-centered-blue-bold-uppercase{--text-color:#183a6c}.text-with-image--text-centered-blue-bold-uppercase .text-with-image__container{padding:26px 24px}.text-with-image--text-centered-blue-bold-uppercase .text-with-image__bottom-text,.text-with-image--text-centered-blue-bold-uppercase .text-with-image__middle,.text-with-image--text-centered-blue-bold-uppercase .text-with-image__top-text{font-size:1rem;line-height:1.5rem;text-transform:uppercase;font-weight:700;text-align:center}.text-with-image--text-centered-blue-bold-uppercase .text-with-image__bottom-text *,.text-with-image--text-centered-blue-bold-uppercase .text-with-image__middle *,.text-with-image--text-centered-blue-bold-uppercase .text-with-image__top-text *{font-weight:inherit}@media (min-width:992px){.article-details-page__body{display:flex;justify-content:center}}.article-details-page__main-column{width:100%}.article-details-page__main-column>div{max-width:745px;margin-right:auto;margin-left:auto}.article-details-page__main-column .container{padding-right:0;padding-left:0}.article-details-page .article-steps-list{max-width:1128px}.article-details-page .accordion__question{text-transform:none}.shadow-d-element{position:relative;display:flex;align-items:center;height:64px;padding-right:28px}@media (min-width:576px){.shadow-d-element{height:83px}}.shadow-d-element__content{font-size:2.5rem;font-weight:800;line-height:37px;color:transparent;position:relative}.shadow-d-element__content-color-brown{-webkit-text-stroke:1px #763f04}.shadow-d-element__content-color-yellow{-webkit-text-stroke:1px #fd6}.shadow-d-element__content-with-suffix-line:after{right:-26px}.shadow-d-element__content-with-prefix-line:before,.shadow-d-element__content-with-suffix-line:after{position:absolute;top:50%;width:24px;height:1px;background-color:#fd6;content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%)}.shadow-d-element__content-with-prefix-line:before{left:-26px}.shadow-d-element__content-size-1{font-size:1.375rem}@media (min-width:1200px){.shadow-d-element__content-size-1{font-size:1.5rem}}.shadow-d-element__content-size-2{font-size:1.875rem}@media (min-width:1200px){.shadow-d-element__content-size-2{font-size:2rem}}.shadow-d-element__content-size-3{font-size:2.5rem}.shadow-d-element__content-opacity-1{opacity:.5}.shadow-d-element__content-opacity-2{opacity:.8}.shadow-d-element__content-opacity-3{opacity:1}.d-element{position:relative;z-index:1;display:flex;flex-direction:row;align-items:flex-end;justify-content:center}.d-element:after{position:absolute;top:50%;right:-24px;width:24px;height:1px;background-color:#fd6;content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%)}.d-element__size-type-small{width:160px;height:70px;padding:14px}@media (min-width:414px){.d-element__size-type-small{width:234px;height:84px}}@media (min-width:1200px){.d-element__size-type-small{width:181px;height:74px;padding:16px 12px}}.d-element__size-type-small strong{font-size:2.625rem;line-height:.9}@media (min-width:414px){.d-element__size-type-small strong{font-size:3.875rem}}@media (min-width:1200px){.d-element__size-type-small strong{font-size:3rem;line-height:.75}}.d-element__size-type-small p,.d-element__size-type-small span{font-size:.875rem;font-weight:700;line-height:1;letter-spacing:-1px}@media (min-width:414px){.d-element__size-type-small p,.d-element__size-type-small span{font-size:1.25rem;line-height:.75}}@media (min-width:992px){.d-element__size-type-small p,.d-element__size-type-small span{font-size:1rem;line-height:1;letter-spacing:-.8px}}.d-element__size-type-small .d-element__text{font-size:.875rem}@media (min-width:992px){.d-element__size-type-small .d-element__text{font-size:1.25rem}}.d-element__size-type-medium{width:160px;height:70px;padding:14px}@media (min-width:414px){.d-element__size-type-medium{width:234px;height:84px}}@media (min-width:1200px){.d-element__size-type-medium{width:226px;height:83px;padding:14px 16px}}.d-element__size-type-medium strong{font-size:2.625rem;line-height:.9}@media (min-width:414px){.d-element__size-type-medium strong{font-size:3.875rem}}@media (min-width:1200px){.d-element__size-type-medium strong{line-height:.75}}.d-element__size-type-medium .d-element__text{font-size:.875rem;line-height:1}@media (min-width:414px){.d-element__size-type-medium .d-element__text{font-size:1.25rem;line-height:.75}}@media (min-width:1200px){.d-element__size-type-medium .d-element__text{font-size:1.25rem}}.d-element__color-type-orange{background-color:#ffaf5a}.d-element__color-type-yellow{background-color:#fd6}.d-element__text,.d-element strong{font-weight:700;color:#183a6c;display:flex}.d-element__text{line-height:1;margin-bottom:3px;margin-left:6px}@media (min-width:414px){.d-element__text{margin-bottom:6px}}@media (min-width:1200px){.d-element__text{margin-bottom:0}}.hopeful-monument-main-item{position:relative;display:flex;flex-direction:column;padding:24px 16px;overflow:hidden;background-color:#d21400}@media (min-width:1200px){.hopeful-monument-main-item{flex-direction:row;padding:32px 24px}}.hopeful-monument-main-item__content{display:flex;flex-direction:column;width:100%}@media (min-width:1200px){.hopeful-monument-main-item__content{width:50%}}.hopeful-monument-main-item__d-elements{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;width:100%}@media (min-width:1200px){.hopeful-monument-main-item__d-elements{align-items:flex-end;width:50%}}.hopeful-monument-main-item__d-elements-shadow{display:flex;flex-direction:row}.hopeful-monument-main-item__content-title{font-size:1.625rem;color:#fde9a0;margin:8px 0 24px}@media (min-width:1200px){.hopeful-monument-main-item__content-title{margin:8px 0 31px}}.hopeful-monument-main-item__content-text{font-size:1rem;line-height:23px;color:#fff;padding-bottom:37px}@media (min-width:1200px){.hopeful-monument-main-item__content-text{padding-bottom:0}}.hopeful-monument-main-item__main-image{width:250px;height:71px}@media (min-width:1200px){.hopeful-monument-main-item__main-image{width:350px;height:100px}}.hopeful-monument-main-item__bg-image-wrapper{position:absolute;top:0;right:auto;left:0;width:100%;height:100%;overflow:hidden}@media (min-width:1200px){.hopeful-monument-main-item__bg-image-wrapper{right:0;left:auto}}.hopeful-monument-main-item__bg-image-wrapper .gatsby-image-wrapper{width:190%;height:190%;margin-top:-68%;margin-left:-70%}@media (min-width:1200px){.hopeful-monument-main-item__bg-image-wrapper .gatsby-image-wrapper{width:100%;height:100%;margin-top:0;margin-left:0}}.hopeful-monument-item{position:relative;display:flex;flex-direction:column;padding:26px 14px;background-color:#fd6}@media (min-width:1200px){.hopeful-monument-item{padding:37px 26px 24px}}.hopeful-monument-item__wrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%}.hopeful-monument-item .shadow-d-element{height:64px;padding-right:15px}@media (min-width:576px){.hopeful-monument-item .shadow-d-element{height:74px}}.hopeful-monument-item .shadow-d-element__content-with-suffix-line:after{right:-14px;width:13px;background:linear-gradient(90deg,#121212,#ffaf5a)}.hopeful-monument-item .shadow-d-element__content-with-prefix-line:before{left:-14px;width:13px;background:linear-gradient(90deg,#121212,#ffaf5a)}.hopeful-monument-item__color-type-orange{background-color:#ffaf5a}.hopeful-monument-item__color-type-orange .shadow-d-element__content-with-prefix-line:before{background:#763f04;opacity:.5}@media (min-width:768px){.hopeful-monument-item__color-type-orange .shadow-d-element__content-with-prefix-line:before{left:-23px;width:23px;opacity:1}}.hopeful-monument-item__color-type-yellow{background-color:#fd6}.hopeful-monument-item__color-type-yellow .d-element:after{background-color:#ffaf5a}.hopeful-monument-item__color-type-yellow .shadow-d-element{padding-right:48px}@media (min-width:1200px){.hopeful-monument-item__color-type-yellow .shadow-d-element{padding-right:15px}}.hopeful-monument-item__color-type-yellow .shadow-d-element__content-with-prefix-line:before{background:#fd6}.hopeful-monument-item__color-type-yellow .shadow-d-element__content-with-suffix-line:after{right:-46px;width:44px}@media (min-width:1200px){.hopeful-monument-item__color-type-yellow .shadow-d-element__content-with-suffix-line:after{right:-14px;width:13px}}.hopeful-monument-item__content{z-index:1;display:flex;flex-direction:column;padding:0 3px}.hopeful-monument-item__d-elements{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.hopeful-monument-item__d-elements-shadow{display:flex;flex-direction:row}.hopeful-monument-item__content-title{font-size:1.5rem;font-weight:400;color:#183a6c;margin:0 0 8px}.hopeful-monument-item__content-subtitle{font-size:.8125rem;font-weight:700;color:#183a6c;margin:0 0 20px}.hopeful-monument-item__content-text{font-size:1rem;line-height:23px;color:#183a6c;padding-bottom:38px}@media (min-width:1200px){.hopeful-monument-item__content-text{padding-bottom:28px}}.hopeful-monument-item__bg-image-wrapper{position:absolute;top:0;right:0;width:100%;height:100%;opacity:.65}.hopeful-accordion__item-wrapper{position:relative;overflow:hidden}.hopeful-accordion__item{padding:24px 0}@media (min-width:768px){.hopeful-accordion__item{padding:34px 0}}.hopeful-accordion__item-header{padding:0 16px;width:100%;justify-content:flex-start}@media (min-width:768px){.hopeful-accordion__item-header{padding:0 30px}}.hopeful-accordion__item-header .btn__inner{display:flex;gap:24px}@media (min-width:768px){.hopeful-accordion__item-header .btn__inner{gap:32px}}.hopeful-accordion__item-header:focus:before{border:none}.hopeful-accordion__item-header.btn--icon:focus,.hopeful-accordion__item-header.btn--icon:focus-visible,.hopeful-accordion__item-header.btn--icon:focus-within{outline:1px dashed #121212}.hopeful-accordion__item-header--icon{display:flex;align-items:center}.hopeful-accordion__item-title{font-size:1.625rem;line-height:30px;font-weight:400;color:#183a6c;margin:0 0 8px;text-align:left}@media (min-width:992px){.hopeful-accordion__item-title{font-size:1.5625rem}}.hopeful-accordion__item-subtitle{font-size:.875rem;line-height:17px;font-weight:800;color:#183a6c;text-align:left}@media (min-width:992px){.hopeful-accordion__item-subtitle{font-size:.8125rem}}.hopeful-accordion__item-content-text{position:relative;z-index:1;padding:24px 16px 40px;font-size:1rem;line-height:23px;font-weight:400;color:#183a6c}@media (min-width:768px){.hopeful-accordion__item-content-text{max-width:576px;padding:24px 0 0 82px}}.hopeful-accordion__item__d-elements{position:relative;z-index:1;padding:0 16px 0 0;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}@media (min-width:992px){.hopeful-accordion__item__d-elements{padding:0}}.hopeful-accordion__item__d-elements .d-element:after{width:50px;right:-40px}@media (min-width:992px){.hopeful-accordion__item__d-elements .d-element__size-type-small{width:181px;height:74px;padding:16px 12px}}@media (min-width:992px){.hopeful-accordion__item__d-elements .d-element__size-type-small strong{font-size:3rem;line-height:.75}}@media (min-width:992px){.hopeful-accordion__item__d-elements .d-element__text{margin-bottom:0}}.hopeful-accordion__item__d-elements-shadow{display:flex;flex-direction:row}.hopeful-accordion__item__d-elements-shadow .shadow-d-element{height:64px;padding-right:15px}@media (min-width:576px){.hopeful-accordion__item__d-elements-shadow .shadow-d-element{height:74px}}@media (min-width:768px){.hopeful-accordion__item__d-elements-shadow .shadow-d-element{padding-right:22px}}.hopeful-accordion__item__d-elements-shadow .shadow-d-element__content-with-suffix-line:after{right:-14px;width:12px;background:linear-gradient(90deg,#121212,#ffaf5a)}@media (min-width:1200px){.hopeful-accordion__item__d-elements-shadow .shadow-d-element__content-with-suffix-line:after{right:-21px;width:16px}}.hopeful-accordion__item__d-elements-shadow .shadow-d-element__content-with-prefix-line:before{left:-14px;width:13px;background:linear-gradient(90deg,#121212,#ffaf5a)}.hopeful-accordion__item__d-elements-shadow .shadow-d-element__content-size-1{font-size:1.375rem}@media (min-width:1200px){.hopeful-accordion__item__d-elements-shadow .shadow-d-element__content-size-1{font-size:1.5rem}}.hopeful-accordion__item__d-elements-shadow .shadow-d-element__content-size-2{font-size:2rem}@media (min-width:1200px){.hopeful-accordion__item__d-elements-shadow .shadow-d-element__content-size-2{font-size:2rem}}.hopeful-accordion__item__d-elements-shadow .shadow-d-element__content-size-3{font-size:2.5rem}.hopeful-accordion__item__d-elements-shadow .shadow-d-element:first-child__content-with-prefix-line:before{display:none}.hopeful-accordion__item_color-type-orange{background-color:#ffaf5a}.hopeful-accordion__item_color-type-orange .shadow-d-element__content-with-prefix-line:before{background:#763f04;opacity:.5}@media (min-width:768px){.hopeful-accordion__item_color-type-orange .shadow-d-element__content-with-prefix-line:before{left:-20px;width:16px;opacity:1}}.hopeful-accordion__item_color-type-yellow{background-color:#fd6}.hopeful-accordion__item_color-type-yellow .d-element:after{background-color:#ffaf5a}.hopeful-accordion__item_color-type-yellow .shadow-d-element{padding-right:48px}@media (min-width:768px){.hopeful-accordion__item_color-type-yellow .shadow-d-element{padding-right:15px}}.hopeful-accordion__item_color-type-yellow .shadow-d-element__content-with-prefix-line:before{background:#fd6}.hopeful-accordion__item_color-type-yellow .shadow-d-element__content-with-suffix-line:after{right:-48px;width:44px}@media (min-width:1200px){.hopeful-accordion__item_color-type-yellow .shadow-d-element__content-with-suffix-line:after{right:-14px;width:13px}}.hopeful-accordion__item__d-elements-shadow .shadow-d-element:first-child>div:before{display:none}@media (min-width:768px){.hopeful-accordion__item__d-elements-shadow .shadow-d-element:last-child{padding-right:15px}}.hopeful-accordion__item__bg-image-wrapper{position:absolute;top:0;right:0;width:100%;height:100%;opacity:.65}.hopeful-accordion .icon--chevron-down,.hopeful-accordion .icon--chevron-up{font-size:1.25rem;color:#183a6c}.hopeful-accordion .icon--chevron-down{display:block}.hopeful-accordion .icon--chevron-up,.hopeful-accordion .open .icon--chevron-down{display:none}.hopeful-accordion .open .icon--chevron-up{display:block}@media (min-width:992px){.hopeful-accordion .open .hopeful-accordion__item__d-elements{position:absolute;top:24px;right:24px}}.hopeful-monument{position:relative;padding:56px 0;background-color:#fff}@media (min-width:992px){.hopeful-monument{padding:100px 0}}.hopeful-monument .text-block{margin:0}.hopeful-monument__title{font-size:1.625rem;font-weight:700;margin-bottom:20px}.hopeful-monument__text{line-height:23px;margin-bottom:32px}.hopeful-monument__items{display:flex;flex-direction:column}@media (min-width:1200px){.hopeful-monument__items{flex-direction:row}}.hopeful-monument__items>div{width:100%;overflow:hidden}@media (min-width:1200px){.hopeful-monument__items>div{width:25%}}.title-text-section__title{font-size:1.5rem;font-weight:800;color:var(--title-color)}@media (min-width:992px){.title-text-section__title{text-align:center}}.title-text-section__description ol,.title-text-section__description ul{padding-left:20px}@media (min-width:992px){.title-text-section__description ol,.title-text-section__description ul{padding-left:0}}.title-text-section__description ol ol,.title-text-section__description ol ul,.title-text-section__description ul ol,.title-text-section__description ul ul{padding-left:30px}.title-text-section__description ol li,.title-text-section__description ul li{margin-bottom:16px;padding-left:16px;word-wrap:break-word}.title-text-section__description ol li:before,.title-text-section__description ul li:before{font-size:1rem;font-weight:400;color:#5a6c87;width:auto;height:auto;border:none}.home-banner--defend .home-banner__footnote *{padding:0;margin:0;font-size:inherit;line-height:inherit}.gradient-inherit,.home-banner__description.gold-gradient--title h1 span,.home-banner__description.gold-gradient--title h1 sub,.home-banner__description.gold-gradient--title h1 sup,.home-banner__description.gold-gradient--title h2 span,.home-banner__description.gold-gradient--title h2 sub,.home-banner__description.gold-gradient--title h2 sup,.home-banner__description.light-gold-gradient--title h1 span,.home-banner__description.light-gold-gradient--title h1 sub,.home-banner__description.light-gold-gradient--title h1 sup,.home-banner__description.light-gold-gradient--title h2 span,.home-banner__description.light-gold-gradient--title h2 sub,.home-banner__description.light-gold-gradient--title h2 sup,.home-banner__description.reverse-gold h1 span,.home-banner__description.reverse-gold h1 sub,.home-banner__description.reverse-gold h1 sup,.home-banner__description.reverse-gold h2 span,.home-banner__description.reverse-gold h2 sub,.home-banner__description.reverse-gold h2 sup,.home-banner__description.rich-gold-gradient--title h1 span,.home-banner__description.rich-gold-gradient--title h1 sub,.home-banner__description.rich-gold-gradient--title h1 sup,.home-banner__description.rich-gold-gradient--title h2 span,.home-banner__description.rich-gold-gradient--title h2 sub,.home-banner__description.rich-gold-gradient--title h2 sup{background-clip:inherit;background-color:inherit;background-image:inherit;background-repeat:inherit;background-size:inherit;-webkit-text-fill-color:inherit;-moz-text-fill-color:inherit}.home-banner__background{position:relative;z-index:1}.home-banner__background .video-background-section__video{position:absolute;z-index:-1;max-height:none}.home-banner__background .video-background-section__video video{height:100%;-o-object-fit:cover;object-fit:cover}.home-banner__background .video-background-section__overflow{background:initial}.home-banner__background-img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#0c2157 0,#0067b1);transition:.1s ease}.home-banner__background-img:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;background:rgba(0,0,0,.55);content:""}@media (min-width:992px){.home-banner__background-img:after{background:linear-gradient(90deg,rgba(0,0,0,.55) 50%,transparent)}}.home-banner__grid{position:relative}@media (min-width:992px){.home-banner__grid{display:flex;align-items:center;min-width:1px;min-height:670px}}@media (min-width:992px){.home-banner__grid.small-title{justify-content:space-between}}.home-banner__info{min-width:1px;padding-top:64px;padding-bottom:124px}@media (min-width:992px){.home-banner__info{padding-top:64px;padding-bottom:64px}}[class*="--big-image"] .home-banner__info{padding-bottom:194px}@media (min-width:992px){[class*="--big-image"] .home-banner__info{padding-top:64px;padding-bottom:64px}}.home-banner__description{color:#fff;max-width:840px}@media (min-width:992px){.home-banner__description{font-size:1.25rem}}.home-banner__description.small-title h2{font-size:1.875rem;line-height:1;margin-bottom:24px}@media (min-width:992px){.home-banner__description.small-title h2{font-size:3rem;margin-bottom:12px}}[dir=rtl] .home-banner__description.small-title h2{font-size:2.25rem;line-height:1.2}@media (min-width:992px){[dir=rtl] .home-banner__description.small-title h2{font-size:4.625rem}}.home-banner__description.small-title h2 strong{font-size:6.375rem;line-height:.9}@media (min-width:992px){.home-banner__description.small-title h2 strong{font-size:6.75rem}}.home-banner__description.small-title p{font-size:1.25rem;font-weight:700;line-height:1.3}@media (min-width:992px){.home-banner__description.small-title p{font-size:.9375rem}}[dir=rtl] .home-banner__description.small-title p{font-size:1.375rem}.home-banner__description h2{font-size:2.5rem;color:inherit;margin-bottom:16px}@media (min-width:992px){.home-banner__description h2{font-size:4rem;margin-bottom:32px}}.home-banner__description.gold-gradient--title h1,.home-banner__description.gold-gradient--title h2{background-clip:text;background-color:#aa903c;background-image:linear-gradient(264deg,#e2e493,#aa903c 30%,#dce18e);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.home-banner__description.light-gold-gradient--title h1,.home-banner__description.light-gold-gradient--title h2{background-clip:text;background-color:#aa903c;background-image:linear-gradient(270deg,#f5eab2,#b09365);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.home-banner__description.rich-gold-gradient--title h1,.home-banner__description.rich-gold-gradient--title h2{background-clip:text;background-color:#aa903c;background-image:linear-gradient(117deg,#9a8540,#f9f2cc 37.54%,#a29057 78.13%,#d6c9a2 98.96%);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.home-banner__description.reverse-gold h2,.home-banner__description.reverse-gold p{background-clip:text;background-color:#aa903c;background-image:linear-gradient(180deg,#f4d362,#fdf2cd 38.73%,#f4d362 73.63%);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;text-shadow:1px 2px 1px rgba(18,18,18,.25)}.home-banner__description-logo{margin-bottom:34px}@media (min-width:992px){.home-banner__description-logo{margin-bottom:26px}}[dir=rtl] .home-banner__description-logo{margin-bottom:64px}@media (min-width:992px){[dir=rtl] .home-banner__description-logo{margin-bottom:14px}}.home-banner__description-image{height:48px}.home-banner__buttons{display:flex;flex-wrap:wrap;align-items:center;padding-top:12px}@media (min-width:576px){.home-banner__buttons{padding-top:24px}}.home-banner__buttons .btn{margin:24px 24px 0 0}.home-banner__icon{width:150px;height:150px;margin-left:50px}.home-banner__image{position:absolute;bottom:0;left:50%;width:178px;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}@media (min-width:992px){.home-banner__image{position:static;flex-shrink:0;width:382px;margin-left:105px;-webkit-transform:none;transform:none}}[class*="--big-image"] .home-banner__image{width:340px}@media (min-width:992px){[class*="--big-image"] .home-banner__image{width:464px;margin-left:20px}}.home-banner__disclaimer{font-weight:400;color:#5a6c87;padding:98px 25px 32px;word-wrap:break-word;background-color:#fff;overflow-wrap:break-word;font-size:.75rem}@media (min-width:992px){.home-banner__disclaimer{color:#fff;padding:16px 0;background-color:transparent}}.home-banner__disclaimer.reverse-gold{color:#f4d362}.home-banner__disclaimer.small-title{font-size:1rem;font-family:Titillium-Web,Arial,Helvetica,sans-serif;padding-right:0;padding-left:0}[class*="--big-image"] .home-banner__disclaimer{padding:154px 25px 32px}@media (min-width:992px){[class*="--big-image"] .home-banner__disclaimer{padding:16px 0}}.home-banner__disclaimer *{font-size:inherit;font-weight:inherit;color:inherit}.home-banner__disclaimer a,.home-banner__disclaimer p a{font-weight:400;color:inherit}.home-banner__disclaimer a:active,.home-banner__disclaimer a:hover,.home-banner__disclaimer p a:active,.home-banner__disclaimer p a:hover{color:inherit}.home-banner__disclaimer a:focus,.home-banner__disclaimer p a:focus{color:inherit;outline:1px dashed #fff}.home-banner__disclaimer--empty{padding:98px 0 0}@media (min-width:992px){.home-banner__disclaimer--empty{padding:0}}.home-banner__disclaimer--transparent{background-color:transparent}.home-banner.home-banner--top-image-style .home-banner__grid{display:flex;flex-direction:column-reverse}@media (min-width:992px){.home-banner.home-banner--top-image-style .home-banner__grid{flex-direction:row}}.home-banner.home-banner--top-image-style .home-banner__description{font-size:1rem;line-height:1.5;max-width:580px}@media (min-width:768px){.home-banner.home-banner--top-image-style .home-banner__description{font-size:1.5rem;line-height:1.25}}@media (min-width:768px){.home-banner.home-banner--top-image-style .home-banner__description p{max-width:450px}}.home-banner.home-banner--top-image-style .home-banner__info{padding-top:0;padding-bottom:10px}.home-banner.home-banner--top-image-style .home-banner__image{position:static;width:274px;margin:22px auto 10px;-webkit-transform:translate(0);transform:translate(0)}@media (min-width:992px){.home-banner.home-banner--top-image-style .home-banner__image{left:0;width:320px}}@media (min-width:1200px){.home-banner.home-banner--top-image-style .home-banner__image{width:500px}}@media (min-width:1400px){.home-banner.home-banner--top-image-style .home-banner__image{left:0;width:623px;margin-right:-12%}}.home-banner.home-banner--top-image-style .home-banner__disclaimer{font-size:.75rem;line-height:14px;padding-top:10px;padding-right:0;padding-left:0}.home-banner.home-banner--top-image-style .home-banner__buttons .btn{margin-top:0}.home-banner__features{display:flex;align-items:flex-start;justify-content:space-between;max-width:350px;margin:0;padding:40px 0 0;list-style:none}@media (min-width:992px){.home-banner__features{max-width:445px;padding-top:48px}}.home-banner__feature-item{text-align:center;width:100px}.home-banner__feature-item--image{width:80px;margin:0 auto 16px}@media (min-width:992px){.home-banner__feature-item--image{width:100px}}.home-banner__feature-item--text{font-size:.875rem;font-weight:700;color:#fff;text-transform:uppercase}.home-banner--ultimate-clean-even .home-banner__background-img:after{background:linear-gradient(90deg,rgba(0,0,0,.55) 50%,transparent)}@media (min-width:992px){.home-banner--ultimate-clean-even .home-banner__background-img:after{background:none}}.home-banner--ultimate-clean-even .home-banner__grid{padding:56px 0}@media (min-width:992px){.home-banner--ultimate-clean-even .home-banner__grid{flex-direction:row-reverse;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}}.home-banner--ultimate-clean-even .home-banner__info{max-width:500px;margin-bottom:40px;padding:0}@media (min-width:992px){.home-banner--ultimate-clean-even .home-banner__info{margin-bottom:0}}.home-banner--ultimate-clean-even .home-banner__description h2{font-size:3rem;line-height:3.25rem}@media (min-width:992px){.home-banner--ultimate-clean-even .home-banner__description h2{font-size:3.75rem;line-height:4.125rem}}.home-banner--ultimate-clean-even .home-banner__description--slogan{font-size:1.5rem;font-weight:700;line-height:2rem;text-transform:uppercase;margin-bottom:12px}@media (min-width:992px){.home-banner--ultimate-clean-even .home-banner__description--slogan{margin-bottom:16px}}.home-banner--ultimate-clean-even .home-banner__image{position:static;width:294px;margin:0 auto;-webkit-transform:unset;transform:unset}@media (min-width:992px){.home-banner--ultimate-clean-even .home-banner__image{width:403px;margin-left:0}}.home-banner--ultimate-clean-even .home-banner__disclaimer--empty{display:none}.home-banner--ultimate-only-image .home-banner__background-img:after{background:linear-gradient(90deg,rgba(0,0,0,.55) 50%,transparent)}@media (min-width:992px){.home-banner--ultimate-only-image .home-banner__background-img:after{background:none}}.home-banner--ultimate-only-image .home-banner__grid{padding:56px 0}@media (min-width:992px){.home-banner--ultimate-only-image .home-banner__grid{min-height:446px;padding:0 64px 0 140px}}.home-banner--ultimate-only-image .home-banner__background-img:after{display:block}.home-banner--ultimate-only-image .home-banner__image{position:static;width:305px;margin:0 auto;-webkit-transform:unset;transform:unset}@media (min-width:992px){.home-banner--ultimate-only-image .home-banner__image{margin:0}}.home-banner--ultimate-only-image .home-banner__disclaimer--empty{display:none}.home-banner--initial .home-banner__grid{padding:64px 0}@media (min-width:992px){.home-banner--initial .home-banner__grid{justify-content:space-between;min-height:500px;padding:96px 100px 96px 0}}.home-banner--initial .home-banner__info{max-width:500px;padding:0 0 56px}@media (min-width:992px){.home-banner--initial .home-banner__info{padding-bottom:0}}@media (min-width:992px){.home-banner--initial .home-banner__description{max-width:450px}}.home-banner--initial .home-banner__description h2{font-size:1.5rem;line-height:28px}@media (min-width:992px){.home-banner--initial .home-banner__description h2{font-size:2.5rem;line-height:48px;margin-bottom:16px}}.home-banner--initial .home-banner__description p{font-size:1rem;line-height:24px}.home-banner--initial .home-banner__buttons{padding-top:0}.home-banner--initial .home-banner__buttons .btn{color:#183a6c;width:100%;max-width:327px;margin:32px 0 0;padding:12px 16px}@media (min-width:992px){.home-banner--initial .home-banner__buttons .btn{width:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-top:56px;padding:10px 32px}}.home-banner--initial .home-banner__buttons .btn .icon__suffix{color:#183a6c}.home-banner--initial .home-banner__image{position:static;width:120px;margin:0 auto;-webkit-transform:unset;transform:unset}@media (min-width:992px){.home-banner--initial .home-banner__image{width:185px;margin:0}}.home-banner--initial .home-banner__background-img:after{display:block}.home-banner--initial .home-banner__disclaimer--empty{display:none}.home-banner--ultimate{--banner-height:694px}@media (min-width:992px){.home-banner--ultimate{--banner-height:540px}}@media (min-width:1400px){.home-banner--ultimate{--banner-height:648px}}.home-banner--ultimate.ultramax .home-banner__description h1,.home-banner--ultimate.ultramax .home-banner__description h2{font-size:2.25rem;line-height:1.1}@media (min-width:992px){.home-banner--ultimate.ultramax .home-banner__description h1,.home-banner--ultimate.ultramax .home-banner__description h2{font-size:3.25rem}}@media (min-width:1200px){.home-banner--ultimate.ultramax .home-banner__description h1,.home-banner--ultimate.ultramax .home-banner__description h2{font-size:3.625rem}}@media (min-width:1400px){.home-banner--ultimate.ultramax .home-banner__description h1,.home-banner--ultimate.ultramax .home-banner__description h2{font-size:4rem}}.home-banner--ultimate .home-banner__background{height:var(--banner-height);min-height:auto}@media (min-width:768px){.home-banner--ultimate .home-banner__background{padding-right:20px;padding-left:20px}}.home-banner--ultimate .home-banner__background-img:after{background:none}.home-banner--ultimate .home-banner__background>div.container{display:flex;flex-direction:column;justify-content:center;height:100%;max-width:1108px}@media (min-width:1400px){.home-banner--ultimate .home-banner__background>div.container{max-width:1222px}}@media (min-width:992px){.home-banner--ultimate .home-banner__grid{min-height:var(--banner-height)}}.home-banner--ultimate .home-banner__info{margin:0 0 56px;padding:0}@media (min-width:992px){.home-banner--ultimate .home-banner__info{margin-bottom:0}}.home-banner--ultimate .home-banner__description{display:block;max-width:614px;padding:0}.home-banner--ultimate .home-banner__description h1,.home-banner--ultimate .home-banner__description h2{font-size:3rem;line-height:3.5rem;letter-spacing:-.24px;color:#121212;margin-bottom:16px}@media (min-width:992px){.home-banner--ultimate .home-banner__description h1,.home-banner--ultimate .home-banner__description h2{font-size:3.25rem;line-height:3.625rem}}@media (min-width:1200px){.home-banner--ultimate .home-banner__description h1,.home-banner--ultimate .home-banner__description h2{font-size:3.625rem;line-height:4.3125rem}}@media (min-width:1400px){.home-banner--ultimate .home-banner__description h1,.home-banner--ultimate .home-banner__description h2{font-size:4rem;line-height:4.75rem;margin-bottom:32px}}.home-banner--ultimate .home-banner__description p{line-height:1.5rem;color:#121212;max-width:400px;font-size:1rem}@media (min-width:992px){.home-banner--ultimate .home-banner__description p{font-size:1.25rem;line-height:1.875rem}}@media (min-width:1400px){.home-banner--ultimate .home-banner__description p{font-size:1.375rem;line-height:2.0625rem}}.home-banner--ultimate .home-banner__buttons{justify-content:center;padding-top:32px}@media (min-width:992px){.home-banner--ultimate .home-banner__buttons{justify-content:flex-start;padding-top:40px}}@media (min-width:1400px){.home-banner--ultimate .home-banner__buttons{padding-top:56px}}.home-banner--ultimate .home-banner__buttons .btn{width:100%;max-width:325px;margin:0;padding:12px 16px}@media (min-width:992px){.home-banner--ultimate .home-banner__buttons .btn{width:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:12px 36px}}.home-banner--ultimate .home-banner__buttons .btn__inner{font-size:.875rem}.home-banner--ultimate .home-banner__image{position:static;width:311px;margin:0 auto;-webkit-transform:unset;transform:unset}@media (min-width:480px){.home-banner--ultimate .home-banner__image{width:320px}}@media (min-width:768px){.home-banner--ultimate .home-banner__image{width:380px}}@media (min-width:992px){.home-banner--ultimate .home-banner__image{position:absolute;top:50%;right:0;left:unset;width:450px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:1200px){.home-banner--ultimate .home-banner__image{width:555px;height:333px}}@media (min-width:1400px){.home-banner--ultimate .home-banner__image{width:626px;height:375px}}.home-banner--ultimate .home-banner__disclaimer{display:none}@media (max-width:576px){.home-banner--ultimate.whirlpool{--banner-height:600px}}.home-banner--ultimate.whirlpool .home-banner__description{max-width:320px}@media (min-width:576px){.home-banner--ultimate.whirlpool .home-banner__description{max-width:540px}}.home-banner--ultimate.whirlpool .home-banner__description h1,.home-banner--ultimate.whirlpool .home-banner__description h2{font-size:1rem;line-height:1.75rem;color:#121212}@media (min-width:576px){.home-banner--ultimate.whirlpool .home-banner__description h1,.home-banner--ultimate.whirlpool .home-banner__description h2{font-size:1.5rem}}.home-banner--ultimate.whirlpool .home-banner__description p{font-size:1rem}@media (min-width:992px){.home-banner--ultimate.whirlpool .home-banner__description p{font-size:1.125rem;color:#121212}}.home-banner--ultimate-challenge{--banner-height:694px}@media (min-width:992px){.home-banner--ultimate-challenge{--banner-height:540px}}@media (min-width:1400px){.home-banner--ultimate-challenge{--banner-height:648px}}.home-banner--ultimate-challenge .home-banner__background{height:var(--banner-height);min-height:auto}@media (min-width:768px){.home-banner--ultimate-challenge .home-banner__background{padding-right:20px;padding-left:20px}}.home-banner--ultimate-challenge .home-banner__background-img:after{background:none}.home-banner--ultimate-challenge .home-banner__background>div.container{display:flex;flex-direction:column;justify-content:flex-end;height:100%;max-width:1240px;padding:0 20px}@media (min-width:992px){.home-banner--ultimate-challenge .home-banner__background>div.container{justify-content:flex-start}}.home-banner--ultimate-challenge .home-banner__grid{padding:0 0 32px}@media (min-width:992px){.home-banner--ultimate-challenge .home-banner__grid{min-height:0;padding:32px 0}}@media (min-width:1400px){.home-banner--ultimate-challenge .home-banner__grid{padding:92px 0}}.home-banner--ultimate-challenge .home-banner__info{margin:0;padding:0}@media (min-width:992px){.home-banner--ultimate-challenge .home-banner__info{margin-bottom:0}}.home-banner--ultimate-challenge .home-banner__description{display:block;max-width:614px;padding:0}@media (min-width:992px){.home-banner--ultimate-challenge .home-banner__description{max-width:450px;max-width:582px}}@media (min-width:1400px){.home-banner--ultimate-challenge .home-banner__description{max-width:584px}}.home-banner--ultimate-challenge .home-banner__description h1,.home-banner--ultimate-challenge .home-banner__description h2{font-size:1.75rem;line-height:2.5rem;letter-spacing:-.96px;color:#121212;margin-bottom:16px}@media (min-width:414px){.home-banner--ultimate-challenge .home-banner__description h1,.home-banner--ultimate-challenge .home-banner__description h2{font-size:2rem}}@media (min-width:992px){.home-banner--ultimate-challenge .home-banner__description h1,.home-banner--ultimate-challenge .home-banner__description h2{font-size:2.25rem;line-height:3rem}}@media (min-width:1200px){.home-banner--ultimate-challenge .home-banner__description h1,.home-banner--ultimate-challenge .home-banner__description h2{line-height:3.5rem;margin-bottom:24px;font-size:3rem}}@media (min-width:1400px){.home-banner--ultimate-challenge .home-banner__description h1,.home-banner--ultimate-challenge .home-banner__description h2{margin-bottom:32px}}.home-banner--ultimate-challenge .home-banner__description p{line-height:1.75rem;color:#121212;max-width:400px;font-size:1.125rem}@media (min-width:992px){.home-banner--ultimate-challenge .home-banner__description p{line-height:2rem;max-width:500px;font-size:1.375rem}}@media (min-width:1200px){.home-banner--ultimate-challenge .home-banner__description p{line-height:2.375rem;max-width:100%;font-size:1.5rem}}@media (min-width:1400px){.home-banner--ultimate-challenge .home-banner__description p{font-size:2rem;line-height:2.625rem;letter-spacing:-.64px}}.home-banner--ultimate-challenge .home-banner__buttons{justify-content:flex-start;padding:24px 0 16px}@media (min-width:1200px){.home-banner--ultimate-challenge .home-banner__buttons{padding:40px 0 24px}}@media (min-width:1400px){.home-banner--ultimate-challenge .home-banner__buttons{padding:48px 0 24px}}.home-banner--ultimate-challenge .home-banner__buttons .btn{width:100%;max-width:350px;margin:0;padding:18px}@media (min-width:992px){.home-banner--ultimate-challenge .home-banner__buttons .btn{max-width:275px}}.home-banner--ultimate-challenge .home-banner__buttons .btn:focus,.home-banner--ultimate-challenge .home-banner__buttons .btn:focus-visible{background:#de2928;outline:1px dashed #183a6c;outline-offset:3px}.home-banner--ultimate-challenge .home-banner__buttons .btn:focus-visible .btn__inner,.home-banner--ultimate-challenge .home-banner__buttons .btn:focus-visible .icon__suffix,.home-banner--ultimate-challenge .home-banner__buttons .btn:focus .btn__inner,.home-banner--ultimate-challenge .home-banner__buttons .btn:focus .icon__suffix{color:#fff}.home-banner--ultimate-challenge .home-banner__buttons .btn__inner{font-size:1.25rem;line-height:1rem}.home-banner--ultimate-challenge .home-banner__buttons .icon{font-size:.875rem}.home-banner--ultimate-challenge .home-banner__footnote{font-size:1rem;font-weight:600;line-height:1.5rem;color:#121212}.home-banner--ultimate-challenge .home-banner__disclaimer{display:none}@media (max-width:767px){.home-banner--no-transparent-overflow-mobile .home-banner__background-img:after{background:none}}.home-banner--purpose{--banner-height:694px}@media (min-width:992px){.home-banner--purpose{--banner-height:540px}}@media (min-width:1400px){.home-banner--purpose{--banner-height:648px}}.home-banner--purpose .home-banner__background{height:var(--banner-height);min-height:auto}@media (min-width:768px){.home-banner--purpose .home-banner__background{padding-right:20px;padding-left:20px}}.home-banner--purpose .home-banner__background-img:after{background:none}.home-banner--purpose .home-banner__background>div.container{display:flex;flex-direction:column;justify-content:flex-start;height:100%;max-width:1108px}@media (min-width:1400px){.home-banner--purpose .home-banner__background>div.container{max-width:1222px}}.home-banner--purpose .home-banner__grid{display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:unset;padding:40px 0 70px}@media (min-width:992px){.home-banner--purpose .home-banner__grid{flex-direction:row;align-items:flex-start;justify-content:flex-start;height:auto;padding-bottom:0}}@media (min-width:1200px){.home-banner--purpose .home-banner__grid{padding-top:62px}}@media (min-width:1400px){.home-banner--purpose .home-banner__grid{padding-top:76px}}.home-banner--purpose .home-banner__info{margin:0 0 30px;padding:0}@media (min-width:992px){.home-banner--purpose .home-banner__info{margin-bottom:0}}.home-banner--purpose .home-banner__description{display:flex;flex-direction:column;align-items:flex-start;padding:0}.home-banner--purpose .home-banner__description h2{font-size:1.5625rem;font-weight:800;line-height:2rem;max-width:570px;margin-bottom:16px}@media (min-width:480px){.home-banner--purpose .home-banner__description h2{font-size:1.6875rem}}@media (min-width:768px){.home-banner--purpose .home-banner__description h2{font-size:2.375rem;line-height:2.8125rem}}@media (min-width:1200px){.home-banner--purpose .home-banner__description h2{font-size:2.75rem;line-height:3.25rem}}@media (min-width:1400px){.home-banner--purpose .home-banner__description h2{line-height:3.875rem;max-width:640px;font-size:3.25rem}}.home-banner--purpose .home-banner__description p{font-size:.875rem;line-height:1.3125rem;max-width:450px;margin-bottom:0}@media (min-width:768px){.home-banner--purpose .home-banner__description p{font-size:1rem;font-weight:500;line-height:1.5rem}}@media (min-width:1400px){.home-banner--purpose .home-banner__description p{line-height:1.875rem;max-width:550px;font-size:1.25rem}}.home-banner--purpose .home-banner__image{position:static;width:137px;margin:0 auto;-webkit-transform:unset;transform:unset}@media (min-width:992px){.home-banner--purpose .home-banner__image{display:flex;align-self:center;width:186px;margin:0 15px 0 auto}}@media (min-width:1400px){.home-banner--purpose .home-banner__image{width:228px;margin:0 auto}}.home-banner--purpose .home-banner__buttons{justify-content:center;padding-top:18px}@media (min-width:992px){.home-banner--purpose .home-banner__buttons{justify-content:flex-start;padding-top:40px}}@media (min-width:1400px){.home-banner--purpose .home-banner__buttons{padding-top:56px}}.home-banner--purpose .home-banner__buttons .btn{width:100%;max-width:325px;margin:0;padding:12px 16px}@media (min-width:992px){.home-banner--purpose .home-banner__buttons .btn{width:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:12px 36px}}.home-banner--purpose .home-banner__buttons .btn__inner{font-size:.875rem}.home-banner--purpose .home-banner__disclaimer{font-weight:400;line-height:.9375rem;color:#fff;text-align:left;padding:32px 0 10px;font-size:.625rem}@media (min-width:992px){.home-banner--purpose .home-banner__disclaimer{padding:40px 0 0}}.home-banner--jet-dry{--banner-height:694px}@media (min-width:992px){.home-banner--jet-dry{--banner-height:540px}}@media (min-width:1400px){.home-banner--jet-dry{--banner-height:648px}}.home-banner--jet-dry .home-banner__prepend{padding:12px 25px}.home-banner--jet-dry .home-banner__background{height:var(--banner-height);min-height:auto}@media (min-width:768px){.home-banner--jet-dry .home-banner__background{padding-right:20px;padding-left:20px}}.home-banner--jet-dry .home-banner__background-img{--image-position:left top;--background:linear-gradient(13deg,#060f27,rgba(6,15,39,0))}@media (min-width:768px){.home-banner--jet-dry .home-banner__background-img{--image-position:center;--background:none}}.home-banner--jet-dry .home-banner__background-img:after{background:var(--background)}.home-banner--jet-dry .home-banner__background-img img{-o-object-position:var(--image-position)!important;object-position:var(--image-position)!important}.home-banner--jet-dry .home-banner__background>.container{display:flex;flex-direction:column;justify-content:flex-end;height:100%;max-width:1108px}@media (min-width:992px){.home-banner--jet-dry .home-banner__background>.container{justify-content:center}}@media (min-width:1400px){.home-banner--jet-dry .home-banner__background>.container{max-width:1222px;padding:0 24px}}.home-banner--jet-dry .home-banner__grid{min-height:auto;padding-bottom:70px}@media (min-width:992px){.home-banner--jet-dry .home-banner__grid{padding-bottom:0}}.home-banner--jet-dry .home-banner__info{padding:0}@media (max-width:768px){.home-banner--jet-dry .home-banner__info{padding:40px 0 0}}.home-banner--jet-dry .home-banner__description{display:flex;flex-direction:column;align-items:flex-start;padding:0 38px}@media (min-width:992px){.home-banner--jet-dry .home-banner__description{padding-left:25px}}.home-banner--jet-dry .home-banner__description h2{font-weight:800;line-height:2.375rem;letter-spacing:-.19px;max-width:530px;margin-bottom:16px;font-size:2.125rem}@media (min-width:480px){.home-banner--jet-dry .home-banner__description h2{font-size:2.375rem;line-height:2.8125rem}}@media (min-width:1200px){.home-banner--jet-dry .home-banner__description h2{font-size:2.75rem;line-height:3.25rem}}@media (min-width:1400px){.home-banner--jet-dry .home-banner__description h2{line-height:3.875rem;max-width:640px;margin-bottom:32px;font-size:3.25rem}}.home-banner--jet-dry .home-banner__description p{font-size:1rem;line-height:1.5rem;max-width:450px;margin-bottom:0}@media (min-width:1400px){.home-banner--jet-dry .home-banner__description p{line-height:1.875rem;max-width:550px;font-size:1.25rem}}.home-banner--jet-dry .home-banner__buttons{justify-content:center;padding-top:44px}@media (min-width:992px){.home-banner--jet-dry .home-banner__buttons{justify-content:flex-start;padding-top:40px;padding-left:25px}}@media (min-width:1400px){.home-banner--jet-dry .home-banner__buttons{padding-top:56px}}.home-banner--jet-dry .home-banner__buttons .btn{width:100%;max-width:325px;margin:0;padding:12px 16px}@media (min-width:992px){.home-banner--jet-dry .home-banner__buttons .btn{width:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:12px 36px}}.home-banner--jet-dry .home-banner__buttons .btn__inner{font-size:.875rem}.home-banner--ultimate-money-back{--banner-height:auto}.home-banner--ultimate-money-back .home-banner__background{--bg-position:right bottom}@media (min-width:768px){.home-banner--ultimate-money-back .home-banner__background{--bg-position:center}}.home-banner--ultimate-money-back .home-banner__background-img{background:#0e2255}.home-banner--ultimate-money-back .home-banner__background-img:after{background:none}.home-banner--ultimate-money-back .home-banner__background-img img{-o-object-position:var(--bg-position)!important;object-position:var(--bg-position)!important}.home-banner--ultimate-money-back .home-banner__background>div.container{display:flex;flex-direction:column;justify-content:flex-start;height:100%;max-width:1200px;padding:56px 20px}@media (min-width:992px){.home-banner--ultimate-money-back .home-banner__background>div.container{padding:72px 20px}}@media (min-width:1400px){.home-banner--ultimate-money-back .home-banner__background>div.container{padding:96px 20px}}@media (min-width:992px){.home-banner--ultimate-money-back .home-banner__grid{align-items:flex-start;justify-content:flex-start;min-height:var(--banner-height);gap:40px}}@media (min-width:1200px){.home-banner--ultimate-money-back .home-banner__grid{gap:64px}}@media (min-width:1400px){.home-banner--ultimate-money-back .home-banner__grid{gap:30px}}.home-banner--ultimate-money-back .home-banner__info{margin:0;padding:0}@media (min-width:992px){.home-banner--ultimate-money-back .home-banner__info{margin-bottom:0}}.home-banner--ultimate-money-back .home-banner__description{display:block;max-width:668px;margin:0 auto;padding:0}@media (min-width:1400px){.home-banner--ultimate-money-back .home-banner__description{max-width:653px}}.home-banner--ultimate-money-back .home-banner__description h1,.home-banner--ultimate-money-back .home-banner__description h2{font-size:1.875rem;font-weight:800;line-height:2.5rem;text-align:center;margin-bottom:24px;background-clip:text;background-color:#aa903c;background-image:linear-gradient(91deg,#e1d9b5 2.43%,#bca370 40.59%,#f1ebcc 63.37%,#ebe3b3 110.18%);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}@media (min-width:992px){.home-banner--ultimate-money-back .home-banner__description h1,.home-banner--ultimate-money-back .home-banner__description h2{font-size:2rem;line-height:2.5rem;text-align:left}}@media (min-width:1400px){.home-banner--ultimate-money-back .home-banner__description h1,.home-banner--ultimate-money-back .home-banner__description h2{font-size:3rem;line-height:3.5rem}}.home-banner--ultimate-money-back .home-banner__description p{font-weight:700;line-height:2rem;text-align:center;text-transform:uppercase;max-width:none;font-size:1.5rem}@media (min-width:992px){.home-banner--ultimate-money-back .home-banner__description p{font-size:1.5rem;line-height:2rem;text-align:left}}.home-banner--ultimate-money-back .home-banner__buttons{justify-content:center;padding:0}@media (min-width:992px){.home-banner--ultimate-money-back .home-banner__buttons{justify-content:flex-start;padding-top:56px}}.home-banner--ultimate-money-back .home-banner__buttons .btn{width:100%;max-width:350px;margin:0;padding:14px;background:#121212;border:2px solid #fff;border-radius:30px}@media (min-width:992px){.home-banner--ultimate-money-back .home-banner__buttons .btn{max-width:263px;padding:12px 36px}}.home-banner--ultimate-money-back .home-banner__buttons .btn__inner{font-size:.875rem;line-height:1rem}.home-banner--ultimate-money-back .home-banner__image{position:static;width:335px;height:275px;margin:48px auto;-webkit-transform:unset;transform:unset}@media (min-width:992px){.home-banner--ultimate-money-back .home-banner__image{width:277px;height:240px;margin:0}}@media (min-width:1400px){.home-banner--ultimate-money-back .home-banner__image{width:456px;height:327px}}.home-banner--ultimate-money-back .home-banner__image img{-o-object-fit:cover!important;object-fit:cover!important}.home-banner--ultimate-money-back .home-banner__disclaimer{display:none}.home-banner--thanksgiving-style{--banner-height:694px}@media (min-width:992px){.home-banner--thanksgiving-style{--banner-height:540px}}@media (min-width:1400px){.home-banner--thanksgiving-style{--banner-height:648px}}.home-banner--thanksgiving-style .home-banner__background>.container{max-width:1108px}@media (min-width:1400px){.home-banner--thanksgiving-style .home-banner__background>.container{max-width:1222px}}.carousel-wrapper .home-banner--thanksgiving-style .home-banner__background>.container{justify-content:center}@media (min-width:992px){.home-banner--thanksgiving-style .home-banner__grid{min-height:var(--banner-height)}}.home-banner--thanksgiving-style .home-banner__grid .home-banner__buttons{justify-content:center;padding-top:32px}@media (min-width:992px){.home-banner--thanksgiving-style .home-banner__grid .home-banner__buttons{justify-content:flex-start}}.home-banner--thanksgiving-style .home-banner__grid .home-banner__buttons .btn{width:100%;max-width:325px;margin:0;padding:12px 16px}@media (min-width:992px){.home-banner--thanksgiving-style .home-banner__grid .home-banner__buttons .btn{width:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:12px 36px}}.home-banner--thanksgiving-style .home-banner__grid .home-banner__buttons .btn__inner{font-size:.875rem}.home-banner--thanksgiving-style .home-banner__description{font-size:1rem;line-height:1.375rem;max-width:100%}@media (min-width:1280px){.home-banner--thanksgiving-style .home-banner__description{font-size:1.125rem;line-height:2rem}}.home-banner--thanksgiving-style .home-banner__description h2{font-size:1.625rem}@media (min-width:992px){.home-banner--thanksgiving-style .home-banner__description h2{font-size:2.625rem}}@media (min-width:1280px){.home-banner--thanksgiving-style .home-banner__description h2{font-size:4rem;line-height:1.1;margin-bottom:30px}}.home-banner--thanksgiving-style .home-banner__description p{max-width:480px;margin-right:auto}.home-banner--thanksgiving-style .home-banner__disclaimer{display:none}@media (min-width:1200px){.home-banner--thanksgiving-style .home-banner__info{width:62%}}.home-banner--thanksgiving-style .home-banner__image{position:static;width:220px;margin:10px auto 0;-webkit-transform:unset;transform:unset}@media (min-width:992px){.home-banner--thanksgiving-style .home-banner__image{margin-left:30px}}@media (min-width:1200px){.home-banner--thanksgiving-style .home-banner__image{width:38%;margin-left:0}}.home-banner--quantum-silver-family .home-banner__background-img:after{z-index:-1;background:linear-gradient(180deg,#e2e4e8 0,#d5d6db)}.home-banner--quantum-silver-family .home-banner__description,.home-banner--quantum-silver-family .home-banner__disclaimer{color:#183a6c}.home-banner--quantum-silver-family .home-banner__buttons .btn--primary-link{--btn-background:#183a6c;--btn-border:1px solid #183a6c;--btn-color:#fff;--btn-hover-background:#fff;--btn-active-background:#fff;--btn-hover-color:#183a6c;--text-decoration:none;--btn-active-color:#fff;--btn-active-outline:1px dashed #fff}.home-banner--quantum-silver-family .home-banner__buttons .btn--secondary-link{--btn-color:#183a6c;--btn-hover-color:#183a6c;--text-decoration:underline;--underline-color:#183a6c;--btn-active-color:#fff;--btn-active-outline:1px dashed #fff}.home-banner--whirlpool-technology .home-banner__info{width:100%;max-width:488px;margin:0 auto;padding-top:204px;padding-bottom:32px}@media (min-width:576px){.home-banner--whirlpool-technology .home-banner__info{padding-top:64px;padding-bottom:124px}}@media (min-width:992px){.home-banner--whirlpool-technology .home-banner__info{margin:0 0 0 auto}}.home-banner--whirlpool-technology .home-banner__description{color:#121212}.home-banner--whirlpool-technology .home-banner__description h1,.home-banner--whirlpool-technology .home-banner__description h2{font-size:1rem;line-height:1.75rem}@media (min-width:576px){.home-banner--whirlpool-technology .home-banner__description h1,.home-banner--whirlpool-technology .home-banner__description h2{font-size:1.5rem}}.home-banner--whirlpool-technology .home-banner__description p{font-size:1rem}@media (min-width:992px){.home-banner--whirlpool-technology .home-banner__description p{font-size:1.125rem}}.home-banner--whirlpool-technology .home-banner__buttons .btn--primary-link--red.btn{margin-left:auto;border-color:transparent}@media (max-width:576px){.home-banner--whirlpool-technology .home-banner__buttons .btn--primary-link--red.btn{width:100%;margin-right:0;margin-left:0}}.home-banner--whirlpool-technology .home-banner__background-img:after{display:none}.home-banner--whirlpool-routine .home-banner__info{width:100%;max-width:488px;margin:0 auto}@media (max-width:576px){.home-banner--whirlpool-routine .home-banner__info{padding-top:32px}}@media (min-width:992px){.home-banner--whirlpool-routine .home-banner__info{margin:0 auto 0 0}}.home-banner--whirlpool-routine .home-banner__description h1,.home-banner--whirlpool-routine .home-banner__description h2{font-size:1rem;line-height:1.75rem}@media (min-width:576px){.home-banner--whirlpool-routine .home-banner__description h1,.home-banner--whirlpool-routine .home-banner__description h2{font-size:1.5rem}}.home-banner--whirlpool-routine .home-banner__description p{font-size:1rem}@media (min-width:992px){.home-banner--whirlpool-routine .home-banner__description p{font-size:1.125rem}}.home-banner--whirlpool-routine .home-banner__image{width:100%;max-width:350px}@media (min-width:992px){.home-banner--whirlpool-routine .home-banner__image{max-width:500px;margin-top:auto;margin-bottom:50px}}.home-banner--whirlpool-routine .home-banner__buttons .btn--primary-link--red.btn{border-color:transparent}@media (max-width:576px){.home-banner--whirlpool-routine .home-banner__buttons .btn--primary-link--red.btn{width:100%;margin-right:0}}.home-banner--whirlpool-routine .home-banner__disclaimer--empty{background:transparent}.home-banner--whirlpool-routine .home-banner__background-img:after{display:none}.home-banner--whirlpool-dishwasher .home-banner__info{width:100%;max-width:600px;margin:0 auto;padding-top:24px;padding-bottom:182px}@media (min-width:576px){.home-banner--whirlpool-dishwasher .home-banner__info{padding-top:64px;padding-bottom:124px}}@media (min-width:992px){.home-banner--whirlpool-dishwasher .home-banner__info{margin:0 0 0 auto}}@media (min-width:576px){.home-banner--whirlpool-dishwasher .home-banner__info img{margin-bottom:40px}}.home-banner--whirlpool-dishwasher .home-banner__description h1{font-size:1.875rem;line-height:1;margin-bottom:8px}@media (min-width:992px){.home-banner--whirlpool-dishwasher .home-banner__description h1{font-size:3.25rem;line-height:1.1;margin-bottom:16px}}.home-banner--whirlpool-dishwasher .home-banner__description p{font-size:1rem}@media (min-width:992px){.home-banner--whirlpool-dishwasher .home-banner__description p{font-size:1.125rem}}.home-banner--whirlpool-dishwasher .home-banner__buttons{padding-top:30px}.home-banner--whirlpool-dishwasher .home-banner__buttons .btn{margin:0 auto}.home-banner--whirlpool-dishwasher .home-banner__background-img:after{display:none}.home-banner--defend{--banner-height:652px}@media (min-width:992px){.home-banner--defend{--banner-height:648px}}.home-banner--defend .home-banner__background{height:var(--banner-height);min-height:auto}@media (min-width:768px){.home-banner--defend .home-banner__background{padding-right:20px;padding-left:20px}}.home-banner--defend .home-banner__background-img:after{background:none}.home-banner--defend .home-banner__background>div.container{display:flex;flex-direction:column;justify-content:flex-start;height:100%;max-width:1174px}.home-banner--defend .home-banner__grid{height:100%}@media (min-width:992px){.home-banner--defend .home-banner__grid{min-height:var(--banner-height)}}.home-banner--defend .home-banner__info{margin:0;padding:40px 0 0}@media (min-width:992px){.home-banner--defend .home-banner__info{padding:0}}.home-banner--defend .home-banner__description{max-width:550px;padding:0;color:#fff}.home-banner--defend .home-banner__description h1,.home-banner--defend .home-banner__description h2{margin-bottom:16px;font-size:1.6875rem;line-height:2rem;color:currentColor}@media (min-width:992px){.home-banner--defend .home-banner__description h1,.home-banner--defend .home-banner__description h2{margin-bottom:32px;font-size:2.5rem;line-height:3rem}}@media (min-width:1200px){.home-banner--defend .home-banner__description h1,.home-banner--defend .home-banner__description h2{font-size:3rem;line-height:3.5rem}}.home-banner--defend .home-banner__description p{font-size:1rem;line-height:1.5rem;color:currentColor;max-width:100%}@media (min-width:992px){.home-banner--defend .home-banner__description p{font-size:1.125rem;line-height:1.75rem}}.home-banner--defend .home-banner__buttons{justify-content:flex-start;padding-top:40px}@media (min-width:992px){.home-banner--defend .home-banner__buttons{padding-top:56px}}.home-banner--defend .home-banner__buttons .btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:325px;margin:0;padding:12px 32px;font-size:.875rem;line-height:1rem;color:#0e2255;font-weight:700}.home-banner--defend .home-banner__footnote{position:absolute;bottom:14px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:1rem;line-height:1.5rem;line-height:1;text-transform:uppercase;color:#fff}.home-banner--defend .home-banner__footnote *{color:currentColor}@media (min-width:992px){.home-banner--defend .home-banner__footnote{bottom:10px;left:unset;right:50px;-webkit-transform:unset;transform:unset;font-size:2rem;line-height:2.5rem}}.home-banner--defend .home-banner__footnote--text-stroke{--shadow-color:rgba(14,28,74,0.6);--text-shadow-color:#0e1c4a;--spread-size:20px;--spread-width:3px;--negative-spread-width:calc(var(--spread-width)*-1);--stroke-width:1.5px;--stroke-width-big:2px;--negative-stroke-width:calc(var(--stroke-width)*-1);--negative-stroke-width-big:calc(var(--stroke-width-big)*-1);text-align:center;font-weight:600}@media (min-width:992px){.home-banner--defend .home-banner__footnote--text-stroke{--stroke-width:2px;--stroke-width-big:2.5px;font-weight:800}}.home-banner--defend .home-banner__footnote--text-stroke span{position:relative;display:block;font-weight:inherit;letter-spacing:.5px;text-shadow:var(--negative-stroke-width) var(--negative-stroke-width) 0 var(--text-shadow-color),var(--stroke-width) var(--negative-stroke-width) 0 var(--text-shadow-color),var(--negative-stroke-width) var(--stroke-width) 0 var(--text-shadow-color),var(--stroke-width) var(--stroke-width) 0 var(--text-shadow-color),var(--negative-spread-width) var(--spread-width) var(--spread-size) var(--shadow-color),var(--spread-width) var(--spread-width) var(--spread-size) var(--shadow-color),var(--negative-spread-width) var(--spread-width) var(--spread-size) var(--shadow-color),var(--spread-width) var(--negative-spread-width) var(--spread-size) var(--shadow-color),var(--negative-spread-width) var(--negative-spread-width) var(--spread-size) var(--shadow-color)}.home-banner--defend .home-banner__footnote--text-stroke span[class*="--text-md"]{font-size:2rem;font-weight:800;text-shadow:var(--negative-stroke-width-big) var(--negative-stroke-width-big) 0 var(--text-shadow-color),var(--stroke-width-big) var(--negative-stroke-width-big) 0 var(--text-shadow-color),var(--negative-stroke-width-big) var(--stroke-width-big) 0 var(--text-shadow-color),var(--stroke-width-big) var(--stroke-width-big) 0 var(--text-shadow-color),var(--negative-spread-width) var(--spread-width) var(--spread-size) var(--shadow-color),var(--spread-width) var(--spread-width) var(--spread-size) var(--shadow-color),var(--negative-spread-width) var(--spread-width) var(--spread-size) var(--shadow-color),var(--spread-width) var(--negative-spread-width) var(--spread-size) var(--shadow-color),var(--negative-spread-width) var(--negative-spread-width) var(--spread-size) var(--shadow-color)}@media (min-width:992px){.home-banner--defend .home-banner__footnote--text-stroke span[class*="--text-md"]{font-size:4rem;line-height:4.625rem}}.home-banner__upsell{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:1.5rem;font-weight:900;color:#06256c;text-align:center;text-transform:uppercase;background:#ffd901}@media (max-width:767px){.home-banner__upsell{font-size:1.25rem}}.carousel-wrapper{--slide-height:615px}@media (min-width:768px){.carousel-wrapper{--slide-height:750px}}@media (min-width:992px){.carousel-wrapper{--slide-height:770px}}.carousel-wrapper .home-banner__background{min-height:var(--slide-height)}@media (min-width:768px){.carousel-wrapper .home-banner__background{padding-right:20px;padding-left:20px}}.carousel-wrapper .home-banner__disclaimer{background-color:transparent}@media (min-width:768px){.carousel-wrapper .home-banner__disclaimer{padding-bottom:40px}}@media (min-width:768px){.carousel-wrapper .home-banner--ultimate .home-banner__background{padding-right:20px;padding-left:20px}}.carousel-wrapper .home-banner--ultimate .home-banner__background>.container{justify-content:center;max-width:1108px}@media (min-width:1400px){.carousel-wrapper .home-banner--ultimate .home-banner__background>.container{max-width:1222px}}@media (min-width:992px){.carousel-wrapper .home-banner--ultimate .home-banner__grid{height:100%}}.carousel-wrapper .home-banner--ultimate .home-banner__info{margin:0 0 56px}@media (min-width:992px){.carousel-wrapper .home-banner--ultimate .home-banner__info{margin-bottom:0}}.carousel-wrapper .home-banner--ultimate .home-banner__description{display:block;max-width:614px;padding:0}.carousel-wrapper .home-banner--ultimate .home-banner__buttons{justify-content:center;padding-top:32px}@media (min-width:992px){.carousel-wrapper .home-banner--ultimate .home-banner__buttons{justify-content:flex-start;padding-top:40px}}@media (min-width:1400px){.carousel-wrapper .home-banner--ultimate .home-banner__buttons{padding-top:56px}}.carousel-wrapper .home-banner--ultimate .home-banner__buttons .btn{width:100%;max-width:325px;margin:0;padding:12px 16px}@media (min-width:992px){.carousel-wrapper .home-banner--ultimate .home-banner__buttons .btn{width:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:12px 36px}}.carousel-wrapper .home-banner--ultimate .home-banner__buttons .btn__inner{font-size:.875rem}.carousel-wrapper .home-banner--purpose .home-banner__background>div.container{display:flex;flex-direction:column;justify-content:flex-start;height:100%;max-width:1108px}@media (min-width:992px){.carousel-wrapper .home-banner--purpose .home-banner__background>div.container{padding:0 49px}}@media (min-width:1400px){.carousel-wrapper .home-banner--purpose .home-banner__background>div.container{max-width:1222px;padding:0 24px}}.carousel-wrapper .home-banner--purpose .home-banner__grid{display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:unset;padding:40px 0 70px}@media (min-width:992px){.carousel-wrapper .home-banner--purpose .home-banner__grid{flex-direction:row;align-items:flex-start;justify-content:flex-start;height:auto;padding-bottom:0}}@media (min-width:1200px){.carousel-wrapper .home-banner--purpose .home-banner__grid{padding-top:62px}}@media (min-width:1400px){.carousel-wrapper .home-banner--purpose .home-banner__grid{padding-top:76px}}.carousel-wrapper .home-banner--purpose .home-banner__info{margin:0 0 30px}@media (min-width:992px){.carousel-wrapper .home-banner--purpose .home-banner__info{margin-bottom:0}}.carousel-wrapper .home-banner--purpose .home-banner__description{display:flex;flex-direction:column;align-items:flex-start;padding:0}.carousel-wrapper .home-banner--purpose .home-banner__image{position:static;width:137px;margin:0 auto;-webkit-transform:unset;transform:unset}@media (min-width:992px){.carousel-wrapper .home-banner--purpose .home-banner__image{display:flex;align-self:center;width:186px;margin:0 15px 0 auto}}@media (min-width:1400px){.carousel-wrapper .home-banner--purpose .home-banner__image{width:228px;margin:0 auto}}.carousel-wrapper .home-banner--purpose .home-banner__buttons{justify-content:center;padding-top:18px}@media (min-width:992px){.carousel-wrapper .home-banner--purpose .home-banner__buttons{justify-content:flex-start;padding-top:40px}}@media (min-width:1400px){.carousel-wrapper .home-banner--purpose .home-banner__buttons{padding-top:56px}}.carousel-wrapper .home-banner--purpose .home-banner__buttons .btn{width:100%;max-width:325px;margin:0;padding:12px 16px}@media (min-width:992px){.carousel-wrapper .home-banner--purpose .home-banner__buttons .btn{width:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:12px 36px}}.carousel-wrapper .home-banner--purpose .home-banner__buttons .btn__inner{font-size:.875rem}.carousel-wrapper .home-banner--purpose .home-banner__disclaimer{font-weight:400;line-height:.9375rem;text-align:left;padding:32px 0 10px;font-size:.625rem}@media (min-width:992px){.carousel-wrapper .home-banner--purpose .home-banner__disclaimer{padding:40px 0 0}}.carousel-wrapper .home-banner--jet-dry .home-banner__prepend{padding:12px 25px}.carousel-wrapper .home-banner--jet-dry .home-banner__background{height:var(--banner-height);min-height:auto}@media (min-width:768px){.carousel-wrapper .home-banner--jet-dry .home-banner__background{padding-right:20px;padding-left:20px}}.carousel-wrapper .home-banner--jet-dry .home-banner__background-img{--image-position:left top;--background:linear-gradient(13deg,#060f27,rgba(6,15,39,0))}@media (min-width:768px){.carousel-wrapper .home-banner--jet-dry .home-banner__background-img{--image-position:center;--background:none}}.carousel-wrapper .home-banner--jet-dry .home-banner__background-img:after{background:var(--background)}.carousel-wrapper .home-banner--jet-dry .home-banner__background-img img{-o-object-position:var(--image-position)!important;object-position:var(--image-position)!important}.carousel-wrapper .home-banner--jet-dry .home-banner__background>.container{max-width:1108px}@media (min-width:992px){.carousel-wrapper .home-banner--jet-dry .home-banner__background>.container{justify-content:center}}@media (min-width:1400px){.carousel-wrapper .home-banner--jet-dry .home-banner__background>.container{max-width:1222px;padding:0 24px}}.carousel-wrapper .home-banner--jet-dry .home-banner__grid{min-height:auto;padding-bottom:70px}@media (min-width:992px){.carousel-wrapper .home-banner--jet-dry .home-banner__grid{padding-bottom:0}}@media (max-width:768px){.carousel-wrapper .home-banner--jet-dry .home-banner__info{padding:40px 0 0}}.carousel-wrapper .home-banner--jet-dry .home-banner__description{display:flex;flex-direction:column;align-items:flex-start;padding:0 38px}@media (min-width:992px){.carousel-wrapper .home-banner--jet-dry .home-banner__description{padding-left:25px}}.carousel-wrapper .home-banner--jet-dry .home-banner__buttons{justify-content:center;padding-top:44px}@media (min-width:992px){.carousel-wrapper .home-banner--jet-dry .home-banner__buttons{justify-content:flex-start;padding-top:40px;padding-left:25px}}@media (min-width:1400px){.carousel-wrapper .home-banner--jet-dry .home-banner__buttons{padding-top:56px}}.carousel-wrapper .home-banner--jet-dry .home-banner__buttons .btn{width:100%;max-width:325px;margin:0;padding:12px 16px}@media (min-width:992px){.carousel-wrapper .home-banner--jet-dry .home-banner__buttons .btn{width:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:12px 36px}}.carousel-wrapper .home-banner--jet-dry .home-banner__buttons .btn__inner{font-size:.875rem}.carousel-wrapper .home-banner--carousel-bg-only .home-banner__background{min-height:660px;padding-bottom:50px}@media (min-width:480px){.carousel-wrapper .home-banner--carousel-bg-only .home-banner__background{min-height:560px}}@media (min-width:576px){.carousel-wrapper .home-banner--carousel-bg-only .home-banner__background{min-height:500px}}@media (min-width:768px){.carousel-wrapper .home-banner--carousel-bg-only .home-banner__background{min-height:720px;padding-right:20px;padding-left:20px}}@media (min-width:768px){.carousel-wrapper .home-banner--carousel-bg-only .home-banner__grid{display:flex;align-items:center;min-width:1px;min-height:634px}}.carousel-wrapper .home-banner--carousel-bg-only .home-banner__info{padding-bottom:18px}@media (min-width:992px){.carousel-wrapper .home-banner--carousel-bg-only .home-banner__info{padding-top:64px;padding-bottom:0}}.carousel-wrapper .home-banner--carousel-bg-only .home-banner__description{max-width:640px}.carousel-wrapper .home-banner--carousel-bg-only .home-banner__buttons .btn{padding:10px 32px;border:1px solid #fff;border-radius:999px}.carousel-wrapper .home-banner--carousel-bg-only .home-banner__disclaimer{color:#fff;padding:0;background-color:transparent}.home-banner--additional-block .container{padding:0 10px}@media (min-width:576px){.home-banner--additional-block .container{padding:0 24px}}.home-banner--additional-block .home-banner__grid{display:flex;flex-direction:column;padding:68px 0;gap:20px}@media (min-width:992px){.home-banner--additional-block .home-banner__grid{align-items:flex-start;justify-content:center;gap:30px}}.home-banner--additional-block .home-banner__info{max-width:604px;padding:20px;background-color:hsla(0,0%,100%,.8);border-radius:20px}@media (min-width:992px){.home-banner--additional-block .home-banner__info{padding:26px 34px 34px}}.home-banner--additional-block .home-banner__buttons .btn{margin-top:8px;background-color:#de2928;border:2px solid #fff}@media (min-width:992px){.home-banner--additional-block .home-banner__buttons .btn{margin-top:6px}}.home-banner--additional-block .home-banner__description{color:#183a6c}@media (min-width:992px){.home-banner--additional-block .home-banner__description{font-size:1.25rem}}.home-banner--additional-block .home-banner__description h2{font-size:1.875rem;line-height:36px}@media (min-width:992px){.home-banner--additional-block .home-banner__description h2{font-size:2.5rem;line-height:44px;margin-bottom:20px}}.home-banner--additional-block .home-banner__description p{line-height:21px;max-width:490px}@media (min-width:992px){.home-banner--additional-block .home-banner__description p{line-height:28px}}.home-banner--additional-block .home-banner__info--additional{display:grid;align-items:center;padding-right:0;background-color:rgba(24,58,108,.8);grid-template-columns:1fr 85px}@media screen and (min-width:375px){.home-banner--additional-block .home-banner__info--additional{grid-template-columns:1fr 105px}}@media (min-width:480px){.home-banner--additional-block .home-banner__info--additional{padding-right:6px;grid-template-columns:1fr 130px}}@media (min-width:768px){.home-banner--additional-block .home-banner__info--additional{padding-right:16px;grid-template-columns:1fr 155px}}@media (min-width:992px){.home-banner--additional-block .home-banner__info--additional{padding-right:22px}}.home-banner--additional-block .home-banner__info--additional .home-banner__description h2{color:#fff;margin:0}.home-banner--additional-block .home-banner__info--additional .home-banner__buttons{padding-top:0}.home-banner--additional-block .home-banner__info--additional .home-banner__buttons .btn{margin-top:14px;margin-right:0}.home-banner--additional-block .home-banner__info--additional-image{position:relative;width:100%;height:104px}@media screen and (min-width:375px){.home-banner--additional-block .home-banner__info--additional-image{height:125px}}@media (min-width:480px){.home-banner--additional-block .home-banner__info--additional-image{height:150px}}@media (min-width:768px){.home-banner--additional-block .home-banner__info--additional-image{height:172px}}.carousel-wrapper{--slide-height:694px}@media (min-width:992px){.carousel-wrapper{--slide-height:540px}}@media (min-width:1400px){.carousel-wrapper{--slide-height:648px}}.carousel-wrapper .home-banner__prepend{position:absolute;width:100%;right:0;padding:7px 36px}@media (min-width:1200px){.carousel-wrapper .home-banner__prepend{padding:97px 38px}}.carousel-wrapper .home-banner__prepend p{font-size:.875rem;line-height:1.375rem;color:#fff;text-shadow:0 0 4px rgba(18,18,18,.7)}.carousel-wrapper .home-banner__prepend p strong{font-weight:700}@media (min-width:768px){.carousel-wrapper .home-banner__prepend p{font-size:1.5rem;line-height:1.625rem}}@media (min-width:1200px){.carousel-wrapper .home-banner__prepend p{font-size:1.25rem;line-height:1.875rem}}.carousel-wrapper .home-banner__buttons{justify-content:center;padding-top:24px}@media (min-width:768px){.carousel-wrapper .home-banner__buttons{justify-content:flex-start;padding-top:70px}}.carousel-wrapper .home-banner__buttons>.btn{font-size:1.25rem;margin:0 24px;width:100%;max-width:325px}@media (min-width:768px){.carousel-wrapper .home-banner__buttons>.btn{max-width:275px;margin:0}}.carousel-wrapper .home-banner__info{margin:0 -24px;padding:0}@media (min-width:768px){.carousel-wrapper .home-banner__info{margin:0}}.carousel-wrapper .home-banner__description{display:flex;flex-direction:column;align-items:center;padding:0 35px 0 45px}@media (min-width:768px){.carousel-wrapper .home-banner__description{display:block;padding:0}}.carousel-wrapper .home-banner__description>*{color:#fff}.carousel-wrapper .home-banner__grid{width:100%}.carousel-wrapper .home-banner__background{height:var(--slide-height);min-height:auto}.carousel-wrapper .home-banner__background>.container{display:flex;flex-direction:column;justify-content:flex-end;height:100%}.carousel-wrapper .home-banner__background-img:after{background:none}.carousel-wrapper .home-banner__background--biscay{background:#143561}@media (max-width:767px){.carousel-wrapper .home-banner__background--biscay .home-banner__info{background:linear-gradient(0deg,#143561 81.7%,rgba(24,58,108,0))}}.carousel-wrapper .home-banner__background--black{background:linear-gradient(1turn,#050f27 75%,rgba(5,15,39,0))}@media (max-width:767px){.carousel-wrapper .home-banner__background--black .home-banner__info{background:linear-gradient(1turn,#050f27 75%,rgba(5,15,39,0))}}.carousel-wrapper .home-banner__disclaimer{font-size:.875rem;text-align:center;color:#fff;padding:20px 0 30px}@media (min-width:768px){.carousel-wrapper .home-banner__disclaimer{font-size:1rem;text-align:left;padding:50px 0}}@media (min-width:1200px){.carousel-wrapper .home-banner__disclaimer{padding-top:5px}}.carousel-wrapper .home-banner--challenge .home-banner__background-img{--slide-bg-height:436px}.carousel-wrapper .home-banner--challenge .home-banner__buttons{padding-top:20px}@media (min-width:1200px){.carousel-wrapper .home-banner--challenge .home-banner__buttons{padding-top:70px}}.carousel-wrapper .home-banner--challenge .home-banner__prepend{padding:15px 24px}@media (min-width:1200px){.carousel-wrapper .home-banner--challenge .home-banner__prepend{padding:97px 38px 0}}@media (max-width:768px){.carousel-wrapper .home-banner--challenge .home-banner__info{padding-top:50px;padding-bottom:0}}@media (max-width:360px){.carousel-wrapper .home-banner--challenge .home-banner__description{padding:0 32px}}.carousel-wrapper .home-banner--challenge .home-banner__description h1{font-size:1.875rem;line-height:1.875rem;letter-spacing:-.25px;margin-bottom:10px}@media (min-width:768px){.carousel-wrapper .home-banner--challenge .home-banner__description h1{font-size:2.8125rem;line-height:3.125rem;margin-bottom:24px}}@media (min-width:1200px){.carousel-wrapper .home-banner--challenge .home-banner__description h1{font-size:3.3125rem;line-height:3.5rem;margin-bottom:24px}}.carousel-wrapper .home-banner--challenge .home-banner__description h2{font-size:1.75rem;line-height:1.875rem;letter-spacing:-.75px;margin:13px 0}@media (min-width:768px){.carousel-wrapper .home-banner--challenge .home-banner__description h2{font-size:2.8125rem;line-height:3.125rem;margin:24px 0 70px}}@media (min-width:1200px){.carousel-wrapper .home-banner--challenge .home-banner__description h2{font-size:3.3125rem;line-height:3.5rem}}.carousel-wrapper .home-banner--challenge .home-banner__description p{font-size:1.25rem;line-height:1.875rem;margin-bottom:0}@media (min-width:768px){.carousel-wrapper .home-banner--challenge .home-banner__description p{font-size:1.875rem;line-height:2.5rem}}@media (min-width:1200px){.carousel-wrapper .home-banner--challenge .home-banner__description p{font-size:2.5rem;line-height:3.25rem}}.carousel-wrapper .home-banner--challenge .home-banner__description img{max-width:285px}@media (min-width:768px){.carousel-wrapper .home-banner--challenge .home-banner__description img{max-width:400px}}@media (min-width:1200px){.carousel-wrapper .home-banner--challenge .home-banner__description img{max-width:555px}}@media (min-width:768px){.home-banner--ultimate .home-banner__description h1.sign-up-title{max-width:80%}}@media (min-width:1400px){.home-banner--ultimate .home-banner__description h1.sign-up-title{max-width:90%}}body{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:1rem;line-height:1.5;color:#5a6c87}.h1,.h2,.h3,.h4,.h5,.h6,.product-listing-banner-carousel .section__intro h2,h1,h2,h3,h4,h5,h6{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:800;line-height:1.2;color:#183a6c;margin-top:0;margin-bottom:1em}.h1,h1{font-size:2rem;font-weight:800;text-transform:uppercase}@media (min-width:992px){.h1,h1{font-size:3rem}}.h2,.product-listing-banner-carousel .section__intro h2,h2{font-size:1.5rem;text-transform:uppercase}@media (min-width:992px){.h2,.product-listing-banner-carousel .section__intro h2,h2{font-size:2rem}}p{margin:0}[data-rte] a{font-weight:600;color:#0067b1;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:3px}[class*="--dark-theme"] [data-rte] a{color:#fff}[data-rte] a:hover{color:#00497e;text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}[class*="--dark-theme"] [data-rte] a:hover{color:#fff}[data-rte] a:active{color:#121212}[class*="--dark-theme"] [data-rte] a:active{color:#fff}[data-rte] a:focus{color:#0067b1;outline:1px dashed #0067b1;outline-offset:3px;-webkit-text-decoration-style:solid;text-decoration-style:solid}[class*="--dark-theme"] [data-rte] a:focus{color:#fff;outline:1px dashed #fff}[data-rte] p{margin:0 0 1em}[data-rte]>:last-child{margin:0}.product-listing-banner-carousel{--padding:66px;--padding-desktop:73px;--links-mobile-top:0;--gap:68px;margin:var(--padding) 0 100px;background:var(--bg-color)}@media (min-width:1200px){.product-listing-banner-carousel{margin:var(--padding-desktop) 0 80px}}.product-listing-banner-carousel .block-carousel{margin-left:0;margin-right:0}.product-listing-banner-carousel__grid{padding:0;margin:0 -24px}@media (min-width:768px){.product-listing-banner-carousel__grid{margin:0 24px}}@media (min-width:1200px){.product-listing-banner-carousel__grid{margin:0}}.product-listing-banner-carousel .section__intro{margin:0 auto 26px}@media (min-width:1200px){.product-listing-banner-carousel .section__intro{margin:0 auto;max-width:100%}}@media (min-width:1200px){.product-listing-banner-carousel .section__intro h2{font-size:3rem}}.product-listing-banner-carousel__intro{text-align:center;max-width:550px;padding-bottom:48px}@media (min-width:1200px){.product-listing-banner-carousel__intro{padding-bottom:64px}}.product-listing-banner-carousel__links{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;padding-top:var(--links-mobile-top)}.product-listing-banner-carousel__links .btn{min-width:325px}@media (min-width:1200px){.product-listing-banner-carousel__links .btn{max-width:225px;min-width:unset;padding:12px 20px}}.product-listing-banner-carousel__links .btn+.btn{margin:24px 0 0}@media (min-width:1200px){.product-listing-banner-carousel__links{flex-direction:row;justify-content:center;padding-top:30px}.product-listing-banner-carousel__links .btn+.btn{margin:0 0 0 24px}}.product-listing-banner-carousel__image{height:40px;min-width:1px;margin:0 0 16px}.product-listing-banner-carousel__image .gatsby-svg-image svg{width:auto}@media (min-width:1200px){.product-listing-banner-carousel__image{margin:0 40px 0 0}}.product-listing-banner-carousel__description{font-size:.875rem;color:#183a6c;text-align:center}@media (min-width:1200px){.product-listing-banner-carousel__description{font-size:1rem}}.product-listing-banner-carousel .slick-track{height:470px}@media (min-width:1200px){.product-listing-banner-carousel .slick-track{height:550px}}.product-listing-banner-carousel .slick-slide{padding-left:6px;padding-right:6px}.product-listing-banner-carousel .slick-center .product-card{margin:0 auto;height:352px;width:265px;transition:all .3s ease-out}@media (min-width:1200px){.product-listing-banner-carousel .slick-center .product-card{height:420px;width:360px;max-width:360px}}@media (min-width:1200px){.product-listing-banner-carousel .slick-center .product-card__title{font-size:1.25rem}}.product-listing-banner-carousel .slick-dots{position:relative;top:100px;margin:0 37px}.quiz-option-label{--btn-hover-background:#005fa3;--btn-active-background:#005fa3;color:#fff;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;min-height:208px;padding:16px;cursor:pointer;background:#0067b1;border:none;border-radius:8px;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}@media (min-width:992px){.quiz-option-label{min-height:161px;padding:24px 16px}}.quiz-option-label:before{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;z-index:-1;display:none;border:1px dashed #fff;border-radius:9px;content:""}.quiz-option-label:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.quiz-option-label:focus-within{outline:1px solid transparent}.quiz-option-label:focus-within:before{display:block}.quiz-option-label__description{font-size:.75rem;font-weight:400;line-height:1.5;color:#f0f4f8;text-transform:none}.quiz-option-label__title{font-size:.875rem;font-weight:600;line-height:1.33;color:#fff;text-transform:uppercase;margin:0 0 1rem}@media (min-width:992px){.quiz-option-label__title{font-size:1rem}}.quiz-option-label .icon{display:inline-block;margin-bottom:16px;vertical-align:top}.quiz-option__input:focus+.quiz-option-label{outline:1px solid transparent}.quiz-option__input:focus+.quiz-option-label:before{display:block}.quiz-slide{display:grid;min-width:0;margin:0;padding:0;border:0;gap:40px;grid-template-columns:1fr}@media (min-width:992px){.quiz-slide{align-items:flex-start;gap:0;grid-template-columns:1fr 520px}}@media (min-width:992px){.quiz-slide__text{padding-right:128px}}.quiz-slide__header{display:flex;order:-1;align-items:center;margin-bottom:1rem}.quiz-slide__header .btn .btn__inner{text-decoration:underline;-webkit-text-decoration-style:dashed;text-decoration-style:dashed}.quiz-slide__header .btn:focus .btn__inner,.quiz-slide__header .btn:hover .btn__inner{-webkit-text-decoration-style:solid;text-decoration-style:solid}.quiz-slide__description{font-size:1rem;color:#f0f4f8}.quiz-slide__description h3{font-size:1.5rem;color:#fff;text-transform:uppercase;margin-bottom:16px}@media (min-width:992px){.quiz-slide__description h3{font-size:2rem}}.quiz-slide__options{display:grid;gap:24px;grid-template-columns:1fr}@media (min-width:360px){.quiz-slide__options{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.quiz-slide__options{min-height:346px}}.quiz-slide__options .icon{font-size:2.8125rem}@media (min-width:360px){.quiz-slide__options--2-plus{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.quiz-slide__options--3-plus{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr 1fr}.quiz-slide__options--3-plus .quiz-option:first-child{grid-column:1/span 2}}@media (min-width:768px){.quiz-slide__options--4-plus{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr 1fr}}@media (min-width:768px){.quiz-slide__options--5-plus{gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr 1fr}}.quiz-slide__options--5-plus .icon{font-size:1.875rem}@media (min-width:768px){.quiz-section--three-columns .quiz-slide__options--3-plus,.quiz-slide__options--6-plus{gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr 1fr}}.quiz-section--three-columns .quiz-slide__options--3-plus .icon,.quiz-slide__options--6-plus .icon{font-size:1.875rem}@media (min-width:768px){.quiz-section--three-columns .quiz-slide__options--3-plus{grid-template-rows:1fr}}.quiz-carousel{width:248px;margin:0 auto}.quiz-carousel .product-card{flex-grow:1;box-shadow:0 0 3px hsla(0,0%,100%,.5)}.quiz-carousel .product-card:before{border:1px dashed #fff}.quiz-carousel .article-card{box-shadow:0 0 3px hsla(0,0%,100%,.5)}.quiz-carousel .article-card:before{border:1px dashed #fff}@media (min-width:360px){.quiz-carousel{width:264px}}@media (min-width:768px){.quiz-carousel{width:552px}}@media (min-width:992px){.quiz-carousel{width:840px}}.quiz-carousel__loading{display:flex;align-items:center;justify-content:center;width:100%;min-height:334px}.quiz-carousel__loading:after{min-width:32px;min-height:32px}.quiz-carousel .slick-track{padding-bottom:35px}.quiz-result{display:flex;flex-direction:column;width:100%}.quiz-result__header{display:flex;order:-1;align-items:center;margin-bottom:1.5rem}.quiz-result__header .btn .btn__inner{text-decoration:underline;-webkit-text-decoration-style:dashed;text-decoration-style:dashed}.quiz-result__header .btn:focus .btn__inner,.quiz-result__header .btn:hover .btn__inner{-webkit-text-decoration-style:solid;text-decoration-style:solid}.quiz-result__description{font-size:.875rem;color:#f0f4f8;margin-bottom:1.5rem}@media (min-width:992px){.quiz-result__description{font-size:1rem;margin-bottom:2.5rem}}.quiz-result__description h3{font-size:1.5rem;color:#fff;text-transform:uppercase;margin-bottom:1rem}@media (min-width:992px){.quiz-result__description h3{font-size:2rem}}.quiz-result__reset{display:flex;justify-content:center;padding-top:24px}@media (min-width:992px){.quiz-result__reset{padding-top:16px}}.quiz-result .quiz-steps{-webkit-margin-end:24px;margin-inline-end:24px}.quiz-steps{display:flex}.quiz-steps__item{font-size:.875rem;font-weight:600;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid transparent;border-radius:50%;opacity:.8;-webkit-margin-end:5px;margin-inline-end:5px}.quiz-steps__item--active{border:1px solid #fff;opacity:1}.quiz-section{margin:64px 0}@media (min-width:992px){.quiz-section{margin:112px 0}}.quiz{color:#fff;width:100%;padding:24px 8px;overflow:hidden;background:#183a6c;border-radius:8px}@media (min-width:360px){.quiz{padding:24px}}@media (min-width:992px){.quiz{padding:32px}}.quiz>div{position:relative;width:100%}.slide-enter{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.slide-enter-active{transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s}.slide-enter-active,.slide-exit{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.slide-exit{position:absolute;top:0}.slide-exit-active{position:absolute;opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s}.carousel{--arrow-size:32px;--arrow-size-desktop:48px}.carousel__slide{position:relative}.carousel__slide:before{display:block;width:100%;padding-top:100%;content:""}.carousel__slide-img{position:absolute!important;top:0;right:0;bottom:0;left:0}.carousel .slick-arrow{position:absolute;top:50%;padding:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel .slick-prev{left:0}.carousel .slick-next{right:0}.carousel .slick-dots{margin:0;list-style:none;font-size:0;line-height:0;display:flex!important;align-items:center;justify-content:center;padding:25px 0 0}.carousel .slick-dots li{padding:0 9px}.carousel .slick-dots .btn{width:8px;height:8px;background:var(--dot-background);border:1px solid var(--dot-border);border-radius:50%}.carousel .slick-dots .btn:hover{background:var(--dot-active)}.carousel .slick-dots .btn:focus,.carousel .slick-dots .btn:focus-visible{color:var(--dot-active)}.carousel .slick-dots .slick-active .btn{width:12px;height:12px;background:var(--dot-active);border:1px solid var(--dot-active);border-radius:50%}.product-details__carousel{max-width:514px;margin:0 auto}.product-details__carousel .slick-slider{padding:0 40px}@media (min-width:992px){.product-details__carousel .slick-slider{padding:0 80px}}.product-details__carousel .slick-arrow{width:var(--arrow-size);height:var(--arrow-size);min-height:var(--arrow-size);padding:0}@media (min-width:992px){.product-details__carousel .slick-arrow{width:var(--arrow-size-desktop);height:var(--arrow-size-desktop);min-height:var(--arrow-size-desktop)}}.product-details__carousel .slick-arrow.slick-disabled{pointer-events:none;opacity:.7}.product-details__carousel .slick-arrow .icon{font-size:.75rem}@media (min-width:768px){.product-details__carousel .slick-arrow .icon{font-size:.875rem}}.product-listing-banner-carousel .slick-arrow{width:32px;height:32px;min-height:32px;padding:0;position:absolute;right:20px;top:42%;border:none;background-color:transparent}@media (min-width:768px){.product-listing-banner-carousel .slick-arrow{width:48px;height:48px;min-height:48px}}@media (min-width:1200px){.product-listing-banner-carousel .slick-arrow{top:49%;right:-15px}}@media (min-width:1400px){.product-listing-banner-carousel .slick-arrow{right:-100px}}.product-listing-banner-carousel .slick-arrow.slick-prev{right:unset;left:24px}@media (min-width:1200px){.product-listing-banner-carousel .slick-arrow.slick-prev{left:-15px}}@media (min-width:1400px){.product-listing-banner-carousel .slick-arrow.slick-prev{left:-100px}}.product-listing-banner-carousel .slick-arrow.slick-disabled{pointer-events:none;display:none}@media (min-width:1200px){.product-listing-banner-carousel .slick-arrow.slick-disabled{display:flex}}.product-listing-banner-carousel .slick-arrow .icon{font-size:2.1875rem}@media (min-width:768px){.product-listing-banner-carousel .slick-arrow .icon{font-size:3.4375rem}}@media (min-width:1200px){.product-listing-banner-carousel .slick-arrow .icon{color:#183a6c}}.product-listing-banner-carousel .slick-arrow:active,.product-listing-banner-carousel .slick-arrow:focus,.product-listing-banner-carousel .slick-arrow:focus-within{border:none}.product-listing-banner-carousel .slick-arrow:active .btn__inner,.product-listing-banner-carousel .slick-arrow:focus-within .btn__inner,.product-listing-banner-carousel .slick-arrow:focus .btn__inner{color:#fff}.product-listing-banner-carousel .slick-arrow:active:before,.product-listing-banner-carousel .slick-arrow:focus-within:before,.product-listing-banner-carousel .slick-arrow:focus:before{display:none}.product-variants__label{font-size:.75rem;font-weight:600;color:var(--title-color);display:block}.product-variants__grid{display:flex;flex-direction:column;flex-wrap:wrap}@media (min-width:768px){.product-variants__grid{flex-direction:row}}.product-variants__grid-item{padding-bottom:24px}@media (min-width:768px){.product-variants__grid-item--sizes{padding-right:20px}}@media (min-width:992px){.product-variants__grid-item--sizes{max-width:55%;padding-right:40px}}@media (min-width:992px){.product-variants__grid-item--sizes-full{max-width:100%}}.product-variants .btn{font-size:.75rem;min-height:32px;margin-top:10px;margin-right:8px;padding:4px 16px;border-width:1px}.product-variants .btn:last-child{margin-right:0}.product-variants .btn.active{pointer-events:none}.product-variants--alternative .product-variants__grid{justify-content:space-between;flex-direction:row}.product-variants--alternative .product-variants__grid-item{width:calc(50% - 8px);padding-bottom:0;margin-bottom:38px;position:relative;height:100%}@media (min-width:992px){.product-variants--alternative .product-variants__grid-item{padding-right:0;max-width:100%;margin-bottom:30px}}.product-variants--alternative .product-variants__label{font-size:1rem;line-height:1.5;color:#121212;margin-bottom:8px}.product-variants--alternative .product-variants__opener{font-size:1.125rem;font-weight:700;color:var(--title-color);display:block;width:100%;border:1px solid #dfe6eb;border-radius:40px;background-color:#fff;padding:10px 15px}.product-variants--alternative .product-variants__opener--select-style{text-align:left}.product-variants--alternative .product-variants__opener .icon{float:right;margin-top:8px}.product-variants--alternative .product-variants__opener .icon:before{font-size:.875rem;display:block;-webkit-transform:rotate(90deg);transform:rotate(90deg);color:currentColor}.product-variants--alternative .product-variants__drop-down{position:absolute;top:100%;left:0;border:1px solid #dfe6eb;border-radius:20px;background-color:#fff;width:100%;max-height:186px;overflow-y:auto;z-index:2;display:none}.product-variants--alternative .product-variants__drop-down--opened{display:block}.product-variants--alternative .product-variants__drop-down .btn{font-size:1.125rem;font-weight:700;width:100%;margin:0;border-radius:0;border:0;justify-content:flex-start;padding:10px 15px;background-color:#fff;text-transform:none}.product-variants--alternative .product-variants__drop-down .btn:before{display:none}.product-variants--alternative .product-variants__drop-down .btn span{color:var(--title-color)}.product-variants--alternative .product-variants__drop-down .btn.active,.product-variants--alternative .product-variants__drop-down .btn:focus,.product-variants--alternative .product-variants__drop-down .btn:hover{background-color:rgba(0,103,177,.2)}@media (max-width:992px){.jet-dry .product-variants{position:absolute;width:135px;top:114px;left:230px;min-height:42px}}@media (max-width:768px){.jet-dry .product-variants{width:125px}}.jet-dry .product-variants--alternative .product-variants__grid-item{width:100%;margin-bottom:0}@media (min-width:992px){.jet-dry .product-variants--alternative .product-variants__grid-item{width:calc(70% - 8px);display:flex;align-items:center;gap:40px;margin-bottom:12px}}.jet-dry .product-variants--alternative .product-variants__label{font-size:.75rem;margin-bottom:0}@media (min-width:992px){.jet-dry .product-variants--alternative .product-variants__label{font-size:.875rem}}.jet-dry .product-variants--alternative .product-variants__opener{font-size:.75rem;padding:2px 8px;font-weight:900;margin-bottom:0}@media (min-width:992px){.jet-dry .product-variants--alternative .product-variants__opener{font-size:.875rem}}.jet-dry .product-variants--alternative .product-variants__opener .icon{margin-top:4px}.jet-dry .product-variants--alternative .product-variants__opener .icon:before{font-size:.75rem}@media (min-width:992px){.jet-dry .product-variants--alternative .product-variants__opener .icon:before{font-size:.875rem}}.jet-dry .product-variants--alternative .product-variants__drop-down .btn{font-size:.75rem}@media (min-width:992px){.jet-dry .product-variants--alternative .product-variants__drop-down .btn{font-size:.875rem}}.add-to-cart__price-container{display:flex;align-items:flex-end}.add-to-cart .price-container__price{color:#fff}.add-to-cart .price-container__price .price__old-price{font-size:1.25rem;text-decoration:line-through}.add-to-cart .price-container__price .price__new-price{font-weight:600;line-height:1;font-size:2rem}.add-to-cart .price-container__discount{font-size:.875rem;color:#fff;padding-left:16px}.add-to-cart__billing-info{display:flex;padding-top:24px}.add-to-cart .billing-info__quantity{margin:8px 16px 8px 0}.add-to-cart .billing-info__add-button .icon.icon__prefix{font-size:1rem}.product-details{--title-color:#fff;--text-color:#f0f4f8;--icon-color:#fff;--background:linear-gradient(180deg,#0c2157 0%,#0067b1);--arrow-border:#fff;--arrow-background:rgba(18,18,18,0.2);--arrow-color:#fff;--dot-border:#fff;--dot-background:rgba(18,18,18,0.2);--dot-active:#fff;--overlay:linear-gradient(0deg,#0067b1,rgba(24,58,108,0));width:100%;padding:96px 0 64px;overflow:hidden;background:var(--background)}.product-details .bv-rating-summary .bv_main_container{display:flex;flex-direction:row;align-items:center}.product-details .bv-rating-summary .bv_main_container .bv_button_buttonMinimalist{font-size:16px!important;color:#fff!important;padding:7px 14px!important;background-color:#0067b1!important;border-radius:30px!important}.product-details .bv-rating-summary .bv_main_container .bv_button_buttonMinimalist:hover{font-size:1rem!important;color:#fff!important}.product-details--quantum-silver-family{--title-color:#183a6c;--text-color:#183a6c;--icon-color:#183a6c;--background:linear-gradient(180deg,#e2e4e8 0%,#d5d6db);--arrow-border:#0067b1;--arrow-background:#fff;--arrow-color:#0067b1;--dot-border:#183a6c;--dot-background:#fff;--dot-active:#183a6c}.product-details--power-blue-family{--background:linear-gradient(180deg,#167bc2 0%,#00528d);--text-color:#fff}.product-details--ultimate-gold-family{--title-color:#c3a460;--dot-active:#c3a460}.product-details--ultimate-21-family,.product-details--ultimate-gold-family{--text-color:#fff;--icon-color:#fff;--background:linear-gradient(180deg,#2e2e2e 0%,#0d0d0d);--dot-border:#fff;--dot-background:rgba(18,18,18,0.2)}.product-details--ultimate-21-family{--title-color:#e2e4e8;--dot-active:#e2e4e8}.product-details--ultimate-gold-gradient-family{--title-color:#0a0a0a;--text-color:#0a0a0a;--icon-color:#fff;--background:linear-gradient(115deg,#958039,#fbf5d0 33%,#9e8c52 66%,#eae0c0);--dot-border:#fff;--dot-background:rgba(18,18,18,0.2);--dot-active:#c3a460}.product-details--eco-green-family{--background:linear-gradient(180deg,#459957 0%,#39854f)}@media (min-width:992px){.product-details{position:relative;z-index:1;padding:106px 0}}.product-details__grid{display:grid;gap:40px;grid-template-areas:"text" "media-block" "controls";grid-template-columns:1fr;grid-template-rows:auto auto auto}@media (min-width:992px){.product-details__grid{gap:40px 100px;grid-template-areas:"text media-block" "controls media-block";grid-template-columns:1fr 1fr;grid-template-rows:auto auto}}.product-details__text{position:relative;z-index:2;grid-area:text}.product-details__media{position:relative;z-index:1;align-self:center;min-width:1px;padding-bottom:30px;grid-area:media-block}@media (min-width:992px){.product-details__media{position:static;padding-bottom:0}}.product-details__image-bg{position:absolute!important;right:-24px;bottom:0;z-index:-1;width:Min(100%,360px);height:230px;opacity:.8;-webkit-clip-path:polygon(100% 0,0 100%,100% 100%);clip-path:polygon(100% 0,0 100%,100% 100%);-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(hsla(0,0%,100%,0)));mask-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(hsla(0,0%,100%,0)))}@media (min-width:768px){.product-details__image-bg{width:713px;height:440px}}.product-details__controls{display:grid;gap:24px;grid-area:controls;grid-template-columns:1fr}.product-details__title{font-size:2rem;color:var(--title-color);text-transform:uppercase;display:flex;flex-direction:column;margin:0 0 24px}@media (min-width:992px){.product-details__title{font-size:3rem;margin:0 0 40px}}.product-details__title--sub{font-size:1rem}.product-details__description{font-size:1rem;color:var(--text-color)}.product-details__description p{margin:0}.product-details__products-list{font-size:.875rem;line-height:1.7;color:#f0f4f8;display:flex;flex-direction:column;margin:0;padding-left:18px}@media (min-width:992px){.product-details__products-list{margin-top:32px}}.product-details__products-list li{margin-bottom:12px}.product-details .ps-wrapper{min-width:200px}.product-details__cta-block{display:flex;flex-direction:column;align-items:flex-start;gap:14px}@media (min-width:576px){.product-details__cta-block{flex-direction:row;flex-wrap:wrap;justify-content:flex-start}}.product-details__cta-block [class$="--dark-theme"] .btn--secondary.btn:active{border:none}.product-details__see-reviews--button{font-family:Titillium-Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:700;line-height:26px;text-transform:capitalize;padding:10px 50px;background-color:#0067b1;border:none;box-shadow:0 2px 15px 0 rgba(18,18,18,.15);transition:all .2s ease}.product-details__see-reviews--button:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.product-details__see-reviews--button:active{border:none!important}.carousel-double{max-width:660px;margin-left:auto;margin-right:auto;width:100%}@media (min-width:992px){.carousel-double{display:flex}}.carousel-double__main{background-color:#fff;padding:26px;margin-bottom:16px}@media (min-width:992px){.carousel-double__main{width:calc(100% - 98px)}}.carousel-double__main .slick-slide{padding:1px}.carousel-double__main-slide{position:relative}.carousel-double__main-slide:before{display:block;width:100%;padding-top:100%;content:""}.carousel-double__main-slide-img{position:absolute!important;top:0;right:0;bottom:0;left:0}.carousel-double__secondary{margin-left:-8px;padding-right:48px}@media (min-width:992px){.carousel-double__secondary{width:98px;margin-top:-8px;padding-right:0;order:-1;height:570px}.carousel-double__secondary .slick-track{flex-direction:column}}@media (min-width:992px){.carousel-double__secondary--with-arrow{padding-top:50px;padding-bottom:50px}}.carousel-double__secondary .slick-list{overflow:visible}@media (min-width:992px){.carousel-double__secondary .slick-list{overflow:hidden}}.carousel-double__secondary .slick-slide{width:96px;height:96px;padding:8px}@media (min-width:992px){.carousel-double__secondary .slick-slide{width:98px;height:94px;min-height:94px}}.carousel-double__secondary-thumbnail{display:block;padding:0;background-color:#fff;border:1px solid #0067b1;border-radius:4px;width:100%;height:100%;outline:none}.carousel-double__secondary-thumbnail:hover{box-shadow:0 0 8px rgba(17,135,196,.5)}.carousel-double__secondary-thumbnail:focus{box-shadow:0 0 0 4px rgba(17,135,196,.5)}.carousel-double .slick-current .carousel-double__secondary-slide{box-shadow:0 0 8px rgba(17,135,196,.5)}.carousel-double__secondary-slide{height:80px}.carousel-double .slick-arrow{padding:0;width:48px;height:48px;border:0;background-color:transparent;color:#183a6c;-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;left:24px}.carousel-double .slick-arrow.slick-disabled{pointer-events:none;opacity:.7}.carousel-double .slick-arrow .icon{font-size:1.625rem}.carousel-double .slick-prev{top:-8px}.carousel-double .slick-next{bottom:0}.product-details-alternative{--title-color:#000;--text-color:#000;--icon-color:#fff;--background:#f0f4f8;--arrow-border:#fff;--arrow-background:rgba(18,18,18,0.2);--arrow-color:#fff;--dot-border:#fff;--dot-background:rgba(18,18,18,0.2);--dot-active:#fff;--overlay:linear-gradient(0deg,#0067b1,rgba(24,58,108,0));width:100%;padding:75px 0 58px;background:var(--background)}.product-details-alternative .bv-rating-summary .bv_main_container{display:flex;flex-direction:row;align-items:center}.product-details-alternative .bv-rating-summary .bv_main_container .bv_button_buttonMinimalist{font-size:16px!important;color:#fff!important;padding:7px 14px!important;background-color:#0067b1!important;border-radius:30px!important}.product-details-alternative .bv-rating-summary .bv_main_container .bv_button_buttonMinimalist:hover{font-size:1rem!important;color:#fff!important}@media (min-width:992px){.product-details-alternative{position:relative;z-index:2;padding:90px 0}}.product-details-alternative__grid{display:flex;flex-direction:column}@media (min-width:992px){.product-details-alternative__grid{display:grid;grid-template-areas:"media-block text" "media-block controls" "cards cards";grid-template-columns:7fr 5fr;grid-template-rows:auto 1fr}}.product-details-alternative__text{order:0;margin-bottom:36px}@media (min-width:992px){.product-details-alternative__text{padding-top:8px;padding-left:28px;grid-area:text;grid-column:2}}.product-details-alternative__media{order:1;padding-bottom:22px}@media (min-width:992px){.product-details-alternative__media{position:static;display:flex;flex-flow:row wrap;align-items:flex-start;align-self:flex-start;justify-content:center;min-width:1px;margin:8px 0 0;grid-area:media-block;grid-column:1}}.product-details-alternative__controls{order:2}@media (min-width:992px){.product-details-alternative__controls{padding-left:28px;grid-area:controls;grid-column:2}}.product-details-alternative__overwiew{margin-bottom:32px;padding:16px;background-color:#fff}.product-details-alternative__subtitle{font-size:1rem;font-weight:700;line-height:1.5;color:#121212;display:block;margin-bottom:10px}.product-details-alternative__description{line-height:1.5;color:#121212}.product-details-alternative__title{font-size:1.5rem;font-weight:700;line-height:1.3;color:var(--title-color);text-transform:uppercase;margin:0 0 24px}@media (min-width:992px){.product-details-alternative__title{font-size:2rem;line-height:1.25;margin:0 0 24px}}.product-details-alternative__title--sub{font-size:inherit}.product-details-alternative__description{font-size:1rem;color:var(--text-color)}.product-details-alternative__description p{margin:0}.product-details-alternative .ps-wrapper{min-width:200px}.product-details-alternative__cta-block{display:flex;flex-direction:column;align-items:flex-start;gap:14px}@media (min-width:576px){.product-details-alternative__cta-block{flex-direction:row;flex-wrap:wrap;justify-content:flex-start}}.product-details-alternative__cta-block [class$="--dark-theme"] .btn--secondary.btn:active{border:none}.product-details-alternative__see-reviews--button{font-family:Titillium-Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:700;line-height:26px;text-transform:capitalize;padding:10px 50px;background-color:#0067b1;border:none;box-shadow:0 2px 15px 0 rgba(18,18,18,.15);transition:all .2s ease}.product-details-alternative__see-reviews--button:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.product-details-alternative__see-reviews--button:active{border:none!important}.jet-dry .product-details-alternative{--title-color:#0c1f4d}@media (min-width:992px){.jet-dry .product-details-alternative{padding:70px 0 0}}.jet-dry .product-details-alternative__title{font-size:.875rem;font-weight:900;margin:0 0 8px}@media (min-width:992px){.jet-dry .product-details-alternative__title{font-size:1.25rem}}.jet-dry .product-details-alternative__text{margin-bottom:5px;min-height:50px}@media (min-width:992px){.jet-dry .product-details-alternative__text{margin-bottom:12px;min-height:auto}}.jet-dry .product-details-alternative__description,.jet-dry .product-details-alternative__subtitle{color:#0c1f4d}.product-benefits{--title-color:#fff;--text-color:#f0f4f8;--icon-color:#fff;--background:#183a6c;--side-gradient:linear-gradient(180deg,#fff 0%,hsla(0,0%,100%,0));position:relative;z-index:1;padding:88px 0;background:var(--background)}.product-benefits--quantum-silver-family{--title-color:#183a6c;--text-color:#183a6c;--icon-color:#183a6c;--background:#e2e4e8}.product-benefits--power-blue-family{--background:#167bc2;--text-color:#fff}.product-benefits--ultimate-gold-family,.product-benefits--ultimate-gold-gradient-family{--title-color:#0a0a0a;--text-color:#0a0a0a;--icon-color:#0a0a0a;--background:#c3a460}.product-benefits--ultimate-21-family{--title-color:#0a0a0a;--text-color:#0a0a0a;--icon-color:#0a0a0a;--background:#e2e4e8}.product-benefits--eco-green-family{--background:#39854f}.product-benefits:after{position:absolute;right:0;bottom:0;z-index:-1;width:288px;height:180px;background:var(--side-gradient);content:"";opacity:.3;-webkit-clip-path:polygon(100% 0,0 100%,100% 100%);clip-path:polygon(100% 0,0 100%,100% 100%)}@media (min-width:992px){.product-benefits:after{width:612px;height:383px}}@media (min-width:992px){.product-benefits{padding:96px 0}}.product-benefits__title{font-size:1.5rem;color:var(--title-color);text-align:center;text-transform:uppercase;margin:0 0 48px}@media (min-width:992px){.product-benefits__title{font-size:2rem;margin:0 0 64px}}.product-benefits__grid{display:grid;justify-content:center;gap:40px;grid-template-columns:repeat(auto-fit,216px)}@media (min-width:992px){.product-benefits__grid{gap:40px;grid-template-columns:repeat(auto-fit,200px)}}@media (min-width:1200px){.product-benefits__grid{gap:70px;grid-template-columns:repeat(auto-fit,216px)}.product-benefits__grid.product-benefits--long-row{gap:10px}}.product-benefits__item{text-align:center}.product-benefits__item-icon,.product-benefits__item .icon{font-size:4rem;color:var(--icon-color);display:inline-block;margin-bottom:24px;vertical-align:top}.product-benefits__item-icon{width:64px;height:64px}.product-benefits__description{font-size:.875rem;color:var(--text-color);text-align:center}@media (min-width:992px){.product-benefits__description{font-size:1rem}}.product-benefits__description h3{font-size:1rem;color:var(--title-color);text-transform:uppercase;margin-bottom:8px}@media (min-width:992px){.product-benefits__description h3{margin-bottom:16px}}.product-benefits__description p{line-height:1.7;margin:0}.product-benefits--jet-dry{--title-color:#fff;--text-color:#fff;--icon-color:#fff;--background:linear-gradient(180deg,#121212 0%,#0a1f5b);--side-gradient:transparent;padding:10px 0}@media (min-width:768px){.product-benefits--jet-dry{padding:40px 0}}.product-benefits--jet-dry .product-benefits__title-rte{margin-bottom:10px;text-align:center}.product-benefits--jet-dry .product-benefits__title-rte h2{margin-bottom:4px;font-size:1rem;line-height:1.25rem;font-weight:900;color:#fff}@media (min-width:768px){.product-benefits--jet-dry .product-benefits__title-rte h2{font-size:2.625rem;line-height:3.125rem;margin-bottom:8px}}.product-benefits--jet-dry .product-benefits__title-rte h3{position:relative;font-size:.625rem;font-weight:900;color:#fff;text-transform:uppercase}@media (min-width:768px){.product-benefits--jet-dry .product-benefits__title-rte h3{font-size:1.75rem}}.product-benefits--jet-dry .product-benefits__title-rte h3:after,.product-benefits--jet-dry .product-benefits__title-rte h3:before{content:"";position:absolute;top:50%;background:#fff;width:56px;max-width:700px;margin:0 auto;height:3px;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:-1}@media (min-width:992px){.product-benefits--jet-dry .product-benefits__title-rte h3:after,.product-benefits--jet-dry .product-benefits__title-rte h3:before{height:8px;width:150px}}.product-benefits--jet-dry .product-benefits__title-rte h3:after{right:76%}@media (min-width:992px){.product-benefits--jet-dry .product-benefits__title-rte h3:after{right:80%}}.product-benefits--jet-dry .product-benefits__title-rte h3:before{left:76%}@media (min-width:992px){.product-benefits--jet-dry .product-benefits__title-rte h3:before{left:80%}}.product-benefits--jet-dry .product-benefits__grid{grid-template-columns:1fr 30px 1fr 30px 1fr;gap:0 6px}@media (min-width:768px){.product-benefits--jet-dry .product-benefits__grid{grid-template-columns:1fr 72px 1fr 72px 1fr}}@media (min-width:992px){.product-benefits--jet-dry .product-benefits__grid{gap:0 15px}}.product-benefits--jet-dry .product-benefits__item-icon,.product-benefits--jet-dry .product-benefits__item .icon{font-size:1.875rem}.product-benefits--jet-dry .product-benefits__item .icon{margin-bottom:8px}.product-benefits--jet-dry .product-benefits__item-icon{width:70px;height:70px;margin-bottom:0}@media (min-width:992px){.product-benefits--jet-dry .product-benefits__item-icon{width:180px;height:180px;margin-bottom:8px}}.product-benefits--jet-dry .product-benefits__item--drop{position:relative;height:-webkit-max-content;height:max-content}.product-benefits--jet-dry .product-benefits__item--drop:after,.product-benefits--jet-dry .product-benefits__item--drop:before{content:"";position:absolute;top:8%;bottom:8%;width:3px;background:#fd0}.product-benefits--jet-dry .product-benefits__item--drop:after{left:0}.product-benefits--jet-dry .product-benefits__item--drop:before{right:0}.product-benefits--jet-dry .product-benefits__item--drop .product-benefits__description p{margin:0;font-size:.375rem;line-height:1.1;font-weight:500}@media (min-width:768px){.product-benefits--jet-dry .product-benefits__item--drop .product-benefits__description p{font-size:.75rem}}@media (min-width:992px){.product-benefits--jet-dry .product-benefits__item--drop .product-benefits__description p{font-size:1rem}}.product-benefits--jet-dry .product-benefits__description h3{margin-bottom:4px;font-size:.625rem;text-transform:uppercase;font-weight:900}@media (min-width:768px){.product-benefits--jet-dry .product-benefits__description h3{font-size:1.25rem}}@media (min-width:992px){.product-benefits--jet-dry .product-benefits__description h3{font-size:1.75rem;margin-bottom:14px}}.product-benefits--jet-dry .product-benefits__description p{margin:0;font-size:.625rem;line-height:1.1;font-weight:500}@media (min-width:768px){.product-benefits--jet-dry .product-benefits__description p{font-size:1rem}}@media (min-width:992px){.product-benefits--jet-dry .product-benefits__description p{font-size:1.5rem}}.how-to-use{margin:64px auto}@media (min-width:768px){.how-to-use{margin-top:96px;margin-bottom:96px}}.how-to-use__text{text-align:center;max-width:745px;margin-right:auto;margin-bottom:48px;margin-left:auto}@media (min-width:768px){.how-to-use__text{margin-bottom:64px}}.how-to-use__content{display:grid;grid-gap:36px;grid-template-columns:1fr}@media (min-width:992px){.how-to-use__content{grid-gap:0;grid-template-columns:1fr 1fr}}.how-to-use__content--small{max-width:745px;margin-right:auto;margin-left:auto;grid-template-columns:1fr}.how-to-use__content--small .how-to-use__steps{-webkit-padding-start:0;padding-inline-start:0}.how-to-use__content--small .how-to-use__media--image{max-width:Min(100%,564px)}.how-to-use__media{height:100%}@media (min-width:576px){.how-to-use__media{max-width:564px}}@media (min-width:992px){.how-to-use__media{max-width:100%}}.how-to-use .how-to-button{margin-top:44px}.how-to-use .video{margin:0}.how-to-use .container{padding:0}.how-to-use__steps{grid-row:1}@media (min-width:992px){.how-to-use__steps{padding-top:8px;grid-column:2;grid-row:1;-webkit-padding-start:96px;padding-inline-start:96px}}.bazaarvoice-reviews{padding:66px 24px}@media (min-width:992px){.bazaarvoice-reviews{padding:96px 24px}}.bazaarvoice-reviews__title{font-size:1.5rem;font-weight:800;color:#183a6c;text-align:center;text-transform:uppercase;margin-bottom:24px}@media (min-width:992px){.bazaarvoice-reviews__title{font-size:2rem;margin-bottom:16px}}.bazaarvoice-reviews__title>*{font-size:inherit}.product-tabs{--background:#f0f4f8;--active-background:#fff;--max-width:1140px;background-color:var(--background)}@media (min-width:992px){.product-tabs{padding-top:96px;padding-bottom:96px}}.product-tabs__links{padding:0;list-style:none;display:flex;justify-content:space-between;max-width:var(--max-width);margin:0 auto;overflow-x:auto}.product-tabs__link-item{text-align:center;flex-grow:1;background-color:#dfe6eb;border-color:var(--background);border-style:solid;border-width:0 1px}.product-tabs__link{font-size:1rem;font-weight:700;line-height:1.5;color:#183a6c;text-decoration:none;text-transform:uppercase;display:block;width:100%;padding:20px;white-space:nowrap;border:0}.product-tabs__link.active,.product-tabs__link:focus,.product-tabs__link:hover{color:#0067b1;background-color:var(--active-background)}.product-tabs__content{max-width:var(--max-width);margin-right:auto;margin-left:auto;background-color:#fff}.product-tabs__tab{padding:40px 24px}@media (min-width:992px){.product-tabs__tab{display:flex;justify-content:space-between}}.product-tabs__tab--safety-storage .product-tabs__column-text ul{margin:0;padding:0;list-style:none}.product-tabs__tab--safety-storage .product-tabs__column-text ul li{margin-bottom:14px}.product-tabs__tab--safety-storage .product-tabs__column-text ul li:before{font-family:icomoon,sans-serif!important;-webkit-font-smoothing:antialiased;color:#0067b1;margin-right:20px;content:"\E90B";font-variant:normal}.product-tabs__tab--usage-instructions .product-tabs__item{position:relative;min-height:70px;padding-right:100px}.product-tabs__tab--usage-instructions .product-tabs__column-title{margin-bottom:8px}.product-tabs__tab--usage-instructions .product-tabs__column-image{position:absolute!important;top:2px;right:4px;width:80px;height:80px;margin:0}@media (min-width:992px){.product-tabs__column{width:46%}}.product-tabs__item+.product-tabs__item{margin-top:14px}.product-tabs__item+.product-tabs__item .product-tabs__column-title{padding-top:10px}.product-tabs__column-title{font-size:1rem;font-weight:700;line-height:1.5;color:#121212;margin-bottom:16px}.product-tabs__column-title .icon{font-size:1.875rem;color:#0067b1;margin-right:10px;vertical-align:middle}.product-tabs__column-row{display:flex;align-items:center}.product-tabs__column-text{color:#121212}.product-tabs__column-text p{margin-bottom:8px}.product-tabs__column-image{order:-1;width:50px;min-width:50px;margin-right:16px}.product-tabs__column-link{font-size:1rem;font-weight:700;line-height:1.5;color:#0067b1;display:inline-block;padding:12px 16px;vertical-align:middle;background-color:#f0f4f8;border-radius:4px}.product-tabs__column-link:after{display:inline-block;width:12px;height:12px;margin-left:8px;vertical-align:middle;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEgNlYxMS43NUMxMSAxMS45MTQyIDEwLjk2NzcgMTIuMDc2NyAxMC45MDQ4IDEyLjIyODRDMTAuODQyIDEyLjM4IDEwLjc1IDEyLjUxNzggMTAuNjMzOSAxMi42MzM5QzEwLjUxNzggMTIuNzUgMTAuMzggMTIuODQyIDEwLjIyODQgMTIuOTA0OEMxMC4wNzY3IDEyLjk2NzcgOS45MTQxNSAxMyA5Ljc1IDEzSDIuMjVDMS45MTg0OCAxMyAxLjYwMDU0IDEyLjg2ODMgMS4zNjYxMiAxMi42MzM5QzEuMTMxNyAxMi4zOTk1IDEgMTIuMDgxNSAxIDExLjc1VjQuMjVDMSAzLjkxODQ4IDEuMTMxNyAzLjYwMDU0IDEuMzY2MTIgMy4zNjYxMkMxLjYwMDU0IDMuMTMxNyAxLjkxODQ4IDMgMi4yNSAzSDcuNDgzNzVNOS41IDFIMTNWNC41TTYgOEwxMi43NSAxLjI1IiBzdHJva2U9IiMwMDY3QjEiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTExIDZWMTEuNzVDMTEgMTEuOTE0MiAxMC45Njc3IDEyLjA3NjcgMTAuOTA0OCAxMi4yMjg0QzEwLjg0MiAxMi4zOCAxMC43NSAxMi41MTc4IDEwLjYzMzkgMTIuNjMzOUMxMC41MTc4IDEyLjc1IDEwLjM4IDEyLjg0MiAxMC4yMjg0IDEyLjkwNDhDMTAuMDc2NyAxMi45Njc3IDkuOTE0MTUgMTMgOS43NSAxM0gyLjI1QzEuOTE4NDggMTMgMS42MDA1NCAxMi44NjgzIDEuMzY2MTIgMTIuNjMzOUMxLjEzMTcgMTIuMzk5NSAxIDEyLjA4MTUgMSAxMS43NVY0LjI1QzEgMy45MTg0OCAxLjEzMTcgMy42MDA1NCAxLjM2NjEyIDMuMzY2MTJDMS42MDA1NCAzLjEzMTcgMS45MTg0OCAzIDIuMjUgM0g3LjQ4Mzc1TTkuNSAxSDEzVjQuNU02IDhMMTIuNzUgMS4yNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW9wYWNpdHk9IjAuMiIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);background-size:contain;content:""}.product-tabs--jet-dry{--background:#0a1f5b;--max-width:1176px;padding:30px 10px}@media (min-width:992px){.product-tabs--jet-dry{padding:30px 16px}}.product-tabs--jet-dry .product-tabs__links{background:#f0f4f8;border-radius:0 40px 0 0}.product-tabs--jet-dry .product-tabs__link{font-size:.5rem;letter-spacing:-.6px;color:#0c1f4d;position:relative;padding:10px 16px;border:solid var(--background);border-width:0 1px 0 0;border-radius:0 40px 0 0}.product-tabs--jet-dry .product-tabs__link:not(.active){background:#f0f4f8}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__link{font-size:1rem;letter-spacing:0;padding:20px}}@media (min-width:992px){.product-tabs--jet-dry .product-tabs__link{font-size:1.3125rem}}.product-tabs--jet-dry .product-tabs__link-item{background:transparent;border:none}.product-tabs--jet-dry .product-tabs__link-item:first-child .product-tabs__link{z-index:10}.product-tabs--jet-dry .product-tabs__link-item:last-child .product-tabs__link{border:none}.product-tabs--jet-dry .product-tabs__link-item:nth-child(2){margin-left:-10px}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__link-item:nth-child(2){margin-left:-22px}}.product-tabs--jet-dry .product-tabs__link-item:nth-child(2) .product-tabs__link{z-index:8}.product-tabs--jet-dry .product-tabs__link-item:nth-child(3){margin-left:-10px}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__link-item:nth-child(3){margin-left:-22px}}.product-tabs--jet-dry .product-tabs__link-item:nth-child(3) .product-tabs__link{z-index:7}.product-tabs--jet-dry .product-tabs__link-item:nth-child(4){margin-left:-10px}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__link-item:nth-child(4){margin-left:-22px}}.product-tabs--jet-dry .product-tabs__link-item:nth-child(4) .product-tabs__link{z-index:6}.product-tabs--jet-dry .product-tabs__link-item:nth-child(5){margin-left:-10px}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__link-item:nth-child(5){margin-left:-22px}}.product-tabs--jet-dry .product-tabs__link-item:nth-child(5) .product-tabs__link{z-index:5}.product-tabs--jet-dry .product-tabs__link-item:nth-child(6){margin-left:-10px}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__link-item:nth-child(6){margin-left:-22px}}.product-tabs--jet-dry .product-tabs__link-item:nth-child(6) .product-tabs__link{z-index:4}.product-tabs--jet-dry .product-tabs__link-item:nth-child(7){margin-left:-10px}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__link-item:nth-child(7){margin-left:-22px}}.product-tabs--jet-dry .product-tabs__link-item:nth-child(7) .product-tabs__link{z-index:3}.product-tabs--jet-dry .product-tabs__link-item:nth-child(8){margin-left:-10px}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__link-item:nth-child(8){margin-left:-22px}}.product-tabs--jet-dry .product-tabs__link-item:nth-child(8) .product-tabs__link{z-index:2}.product-tabs--jet-dry .product-tabs__link-item:nth-child(9){margin-left:-10px}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__link-item:nth-child(9){margin-left:-22px}}.product-tabs--jet-dry .product-tabs__link-item:nth-child(9) .product-tabs__link{z-index:1}.product-tabs--jet-dry .product-tabs__link-item:nth-child(10){margin-left:-10px}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__link-item:nth-child(10){margin-left:-22px}}.product-tabs--jet-dry .product-tabs__link-item:nth-child(10) .product-tabs__link{z-index:0}.product-tabs--jet-dry .product-tabs__column:only-child{width:100%}.product-tabs--jet-dry .product-tabs__column-tab-title{margin-bottom:20px}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__column-tab-title{margin-bottom:48px}}.product-tabs--jet-dry .product-tabs__column-tab-title h3{font-size:.875rem;font-weight:600;color:#0c1f4d;text-align:center;text-transform:uppercase}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__column-tab-title h3{font-size:2.125rem}}.product-tabs--jet-dry .product-tabs__column-text,.product-tabs--jet-dry .product-tabs__column-title{color:#0c1f4d}.product-tabs--jet-dry .product-tabs__column-title{font-size:1rem;font-weight:700;margin-bottom:0}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__column-title{font-size:1.375rem}}.product-tabs--jet-dry .product-tabs__column-text{font-size:.75rem}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__column-text{font-size:1.25rem}}.product-tabs--jet-dry .product-tabs__tab--usage-instructions .product-tabs__column-title{font-size:1rem;font-weight:700;margin-bottom:0;padding-top:0}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__tab--usage-instructions .product-tabs__column-title{font-size:2.625rem}}.product-tabs--jet-dry .product-tabs__tab--usage-instructions .product-tabs__column-text{font-size:.75rem}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__tab--usage-instructions .product-tabs__column-text{font-size:1.75rem}}.product-tabs--jet-dry .product-tabs__tab--usage-instructions .product-tabs__item{min-height:60px;padding-right:0;padding-left:60px}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__tab--usage-instructions .product-tabs__item{min-height:100px;padding-left:120px}}.product-tabs--jet-dry .product-tabs__tab--usage-instructions .product-tabs__column-image{right:auto;left:0;width:40px;height:40px}@media (min-width:768px){.product-tabs--jet-dry .product-tabs__tab--usage-instructions .product-tabs__column-image{width:98px;height:98px}}.carousel-wrapper .slick-slider .next-btn,.carousel-wrapper .slick-slider .prev-btn{color:#fff;position:absolute;top:50%;display:block;padding:0 15px;background-color:unset;border:none;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel-wrapper .slick-slider .next-btn:before,.carousel-wrapper .slick-slider .prev-btn:before{content:unset}.carousel-wrapper .slick-slider .next-btn:active .btn__inner,.carousel-wrapper .slick-slider .next-btn:hover .btn__inner,.carousel-wrapper .slick-slider .prev-btn:active .btn__inner,.carousel-wrapper .slick-slider .prev-btn:hover .btn__inner{color:#fff}.carousel-wrapper .slick-slider .next-btn .icon,.carousel-wrapper .slick-slider .prev-btn .icon{font-size:2.125rem}@media (min-width:1200px){.carousel-wrapper .slick-slider .next-btn .icon,.carousel-wrapper .slick-slider .prev-btn .icon{font-size:4.375rem}}.carousel-wrapper .slick-slider .prev-btn{left:0}@media (min-width:1280px){.carousel-wrapper .slick-slider .prev-btn{padding-left:40px}}@media (min-width:1400px){.carousel-wrapper .slick-slider .prev-btn{padding-left:48px}}.carousel-wrapper .slick-slider .next-btn{right:0}@media (min-width:1280px){.carousel-wrapper .slick-slider .next-btn{padding-right:40px}}@media (min-width:1400px){.carousel-wrapper .slick-slider .next-btn{padding-right:48px}}.carousel-wrapper .slick-slider .slick-dots{position:absolute;bottom:18px;display:flex!important;justify-content:center;width:100%;margin:0;padding:5px;list-style:none;gap:16px}@media (min-width:1200px){.carousel-wrapper .slick-slider .slick-dots{gap:14px;bottom:22px}}.carousel-wrapper .slick-slider .dot-btn{--dot-size:6px;width:var(--dot-size);height:var(--dot-size);padding:0;cursor:pointer;background-color:#779fd2;border:none;border-radius:50%}@media (min-width:1200px){.carousel-wrapper .slick-slider .dot-btn{--dot-size:7px}}.carousel-wrapper .slick-slider .slick-active .dot-btn{background-color:#fff}.water-work{max-width:1110px;margin:0 auto;padding:65px 0}@media (min-width:992px){.water-work{padding:100px 0}}.water-work__main-item{display:flex;flex-direction:column;margin-bottom:21px;background:linear-gradient(180deg,#082762,#020814);border-radius:18px;overflow:hidden}@media (min-width:768px){.water-work__main-item{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:64px}}.water-work__main-item-content{padding:40px 24px 32px;color:#fff}@media (min-width:768px){.water-work__main-item-content{padding:32px}}.water-work__main-item-title{font-size:1.5rem;line-height:24px;font-weight:600;margin-bottom:12px}@media (min-width:768px){.water-work__main-item-title{font-size:1.75rem;line-height:34px;margin-bottom:16px}}.water-work__main-item-text{font-size:1rem;line-height:22px;margin-bottom:32px}@media (min-width:768px){.water-work__main-item-text{max-width:220px;margin-bottom:48px}}.water-work__main-item-link--placeholder,.water-work__main-item-link.btn{display:inline-block;padding-bottom:6px;font-size:.75rem;line-height:16px;font-weight:600;text-transform:uppercase;color:inherit;border-bottom:1px solid #fff}.water-work__main-item-link--placeholder:hover,.water-work__main-item-link.btn:hover{color:inherit}.water-work__main-item-link--placeholder:hover .btn__inner,.water-work__main-item-link.btn:hover .btn__inner{text-decoration:none;-webkit-text-decoration-style:none;text-decoration-style:none;text-underline-offset:unset}.water-work__main-item-image{height:250px;border-radius:18px;overflow:hidden}@media (min-width:768px){.water-work__main-item-image{height:403px;width:50%}}.water-work .carousel-wrapper{max-width:991px;margin:0 -24px;padding:0}@media (min-width:992px){.water-work .carousel-wrapper{max-width:1110px;margin:0 auto}}.water-work .carousel-wrapper .slick-slide{margin:0 5px}@media (min-width:768px){.water-work .carousel-wrapper .slick-slide{margin:0 10px}}@media (min-width:1200px){.water-work .carousel-wrapper .slick-slide{margin:0 15px}}.water-work .carousel-wrapper .slick-list{margin:0 -5px}@media (min-width:768px){.water-work .carousel-wrapper .slick-list{margin:0 -10px}}@media (min-width:1200px){.water-work .carousel-wrapper .slick-list{margin:0 -15px}}.water-work .carousel-wrapper .next-btn,.water-work .carousel-wrapper .prev-btn{display:none}@media (min-width:992px){.water-work .carousel-wrapper .next-btn,.water-work .carousel-wrapper .prev-btn{display:block}}@media (min-width:992px){.water-work .carousel-wrapper .next-btn .icon,.water-work .carousel-wrapper .prev-btn .icon{color:#183a6c;font-size:1.25rem}}@media (min-width:992px){.water-work .carousel-wrapper .prev-btn{left:-25px}}@media (min-width:1200px){.water-work .carousel-wrapper .prev-btn{left:-45px}}@media (min-width:992px){.water-work .carousel-wrapper .next-btn{right:-25px}}@media (min-width:1200px){.water-work .carousel-wrapper .next-btn{right:-45px}}.water-work .carousel-wrapper .save-water-card__wrapper:first-child{margin:0}.water-work .carousel-wrapper .save-water-card__wrapper{display:flex;flex-direction:column-reverse;box-shadow:none}@media (min-width:1200px){.water-work .carousel-wrapper .save-water-card__wrapper{width:auto}}.water-work .carousel-wrapper .save-water-card__text-block{padding:24px 24px 52px;min-height:260px}@media (min-width:992px){.water-work .carousel-wrapper .save-water-card__text-block{padding-bottom:60px;width:100%}}@media (min-width:1200px){.water-work .carousel-wrapper .save-water-card__text-block{width:100%}}.water-work .carousel-wrapper .save-water-card__title{font-size:1.25rem;line-height:24px;margin-bottom:16px}@media (min-width:992px){.water-work .carousel-wrapper .save-water-card__title{font-size:1.5rem;line-height:32px}}.water-work .carousel-wrapper .save-water-card__text{color:#fff;font-size:1rem;line-height:22px}@media (min-width:992px){.water-work .carousel-wrapper .save-water-card__text{font-size:1rem;line-height:22px}}.water-work .carousel-wrapper .save-water-card__image{height:200px}@media (min-width:992px){.water-work .carousel-wrapper .save-water-card__image{height:225px}}@media (min-width:1200px){.water-work .carousel-wrapper .save-water-card__image{width:100%}}.popup{position:fixed;top:0;bottom:0;right:0;left:0;z-index:9999;background-color:rgba(18,18,18,.5)}.popup__content{position:absolute;left:50%;top:50%;z-index:9998;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:95%;height:50vh}@media (min-width:768px){.popup__content{max-width:900px;height:80vh}}.water-tales{padding:64px 0}@media (min-width:768px){.water-tales{padding:96px 0}}.water-tales__title{margin-bottom:16px;font-size:1.625rem;color:#183a6c}@media (min-width:992px){.water-tales__title{margin-bottom:24px}}.water-tales__title *{font-size:inherit}.water-tales__description{font-weight:400;color:#5a6c87;font-size:1rem}.water-tales__cta{margin-top:20px}.water-tales__close-btn{position:absolute;top:-10px;right:-10px;width:30px;height:30px;padding:0;margin:0;display:flex;align-items:center;justify-content:center;font-size:1.875rem;color:#fff;cursor:pointer;border-radius:50%;border:1px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#323639}.water-tales__close-btn:focus-visible{outline:1px solid #e2e2e2;outline-offset:3px}@media (min-width:768px){.water-tales__close-btn{top:-15px;right:-15px;width:40px;height:40px;font-size:2.5rem}}.project-plan-page{--main-bg:#e7eff6;--main-padding-bottom:220px}@media (min-width:992px){.project-plan-page{--main-padding-bottom:200px}}.project-plan-page--water-work{--main-bg:#fff;--main-padding-bottom:0}.project-plan-page--white-bg{--main-bg:#fff}.project-plan-page__sources{margin:0 auto -220px;padding:56px 0;background-color:#fff}@media (min-width:992px){.project-plan-page__sources{max-width:750px;padding:100px 0}}.project-plan-page__sources .section{margin:0}.project-plan-page__sources h2{font-size:1.5rem;color:#183a6c}@media (min-width:992px){.project-plan-page__sources h2{font-size:2rem}}.project-plan-page__banner{background-color:#f0f4f8}.project-plan-page main{padding-bottom:var(--main-padding-bottom);background-color:var(--main-bg)}.project-plan-page .container{padding:0 30px}@media (min-width:576px){.project-plan-page .container{padding:0 24px}}.project-plan-page .breadcrumbs ol{font-size:.75rem;margin:0 0 30px}@media (min-width:992px){.project-plan-page .breadcrumbs ol{font-size:.75rem;margin:0 0 26px}}.project-plan-page .breadcrumbs__separator{padding:0 12px}.project-plan-page .breadcrumbs__separator .icon{font-size:9px;font-weight:600}.project-plan-page .simple-banner__with-image{--height-desktop:100px;--padding-bottom:0;height:370px}@media (min-width:992px){.project-plan-page .simple-banner__with-image{--height-desktop:100px;height:500px}}.project-plan-page .simple-banner__with-image .simple-banner__description{position:relative;z-index:1;padding:137px 0 var(--padding-bottom)}@media (min-width:992px){.project-plan-page .simple-banner__with-image .simple-banner__description{padding:204px 0 48px}}.project-plan-page .simple-banner .simple-banner__description-title{font-size:2.5rem;line-height:1.2;text-transform:none}.project-plan-page .simple-banner .simple-banner__description-title--extra-small{font-size:1.875rem}@media (min-width:768px){.project-plan-page .simple-banner .simple-banner__description-title--extra-small{font-size:3rem}}.project-plan-page .simple-banner .simple-banner__description-title--small{font-size:2.125rem}@media (min-width:768px){.project-plan-page .simple-banner .simple-banner__description-title--small{font-size:3.125rem}}.project-plan-page .simple-banner .simple-banner__description-title--medium{font-size:2.375rem}@media (min-width:768px){.project-plan-page .simple-banner .simple-banner__description-title--medium{font-size:3.375rem}}.project-plan-page .simple-banner .simple-banner__description-title--large{font-size:2.625rem}@media (min-width:768px){.project-plan-page .simple-banner .simple-banner__description-title--large{font-size:3.625rem}}.project-plan-page .simple-banner .simple-banner__image{width:100%;height:370px;opacity:1;-webkit-clip-path:none;clip-path:none;-webkit-mask-image:none;mask-image:none}@media (min-width:992px){.project-plan-page .simple-banner .simple-banner__image{width:100%;height:500px}}.project-plan-page .simple-banner__with-imageHelper{--padding-bottom:0;height:415px}@media (min-width:992px){.project-plan-page .simple-banner__with-imageHelper{height:600px}}.project-plan-page .simple-banner__with-imageHelper .simple-banner__description{position:relative;z-index:1;padding:40px 0 var(--padding-bottom)}@media (min-width:992px){.project-plan-page .simple-banner__with-imageHelper .simple-banner__description{padding:50px 0 var(--padding-bottom)}}.project-plan-page .simple-banner__with-imageHelper .breadcrumbs ol{font-size:.75rem;margin:0 0 33px}@media (min-width:992px){.project-plan-page .simple-banner__with-imageHelper .breadcrumbs ol{margin:0 0 30px}}.project-plan-page .simple-banner__with-imageHelper .breadcrumbs__separator{padding:0 9px}.project-plan-page .simple-banner__with-imageHelper .breadcrumbs__separator .icon{font-size:5px;font-weight:400}.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-title{font-size:2.5rem;text-transform:none;margin-bottom:24px;padding-left:0;background-color:transparent}@media (min-width:992px){.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-title{line-height:1.015;max-width:83%;margin-bottom:31px}}.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-title--extra-small{font-size:1.875rem}@media (min-width:992px){.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-title--extra-small{font-size:3rem}}.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-title--small{font-size:2.125rem}@media (min-width:992px){.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-title--small{font-size:3.125rem}}.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-title--medium{font-size:2.375rem}@media (min-width:992px){.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-title--medium{font-size:3.375rem}}.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-title--large{font-size:1.875rem;line-height:1.3;padding:0}@media (min-width:992px){.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-title--large{font-size:4rem;line-height:1.25}}.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-title span{padding:0 7px;background-color:#003d6d}.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-text{font-size:1rem;padding:0 5px;background-color:#003d6d}@media (min-width:768px){.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-text{font-size:1.25rem}}.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-image{width:100%;height:100%;max-width:270px;max-height:80px;margin-top:6%}@media (min-width:992px){.project-plan-page .simple-banner__with-imageHelper .simple-banner__description-image{max-width:459px;max-height:130px;margin-top:47px}}.project-plan-page .simple-banner__with-imageHelper .simple-banner__image{width:100%;height:415px;opacity:1;-webkit-clip-path:none;clip-path:none;-webkit-mask-image:none;mask-image:none}@media (min-width:992px){.project-plan-page .simple-banner__with-imageHelper .simple-banner__image{width:100%;height:600px}}.project-plan-page .article-details-page__main-column{width:100%}.project-plan-page .article-details-page__main-column>div.text-block{max-width:978px;margin-top:62px;margin-bottom:30px;margin-left:0}@media (min-width:768px){.project-plan-page .article-details-page__main-column>div.text-block{margin-top:92px;margin-bottom:60px}}.project-plan-page .article-details-page__main-column>div.text-block h2{font-size:1.625rem;font-weight:700}.project-plan-page .article-details-page__main-column>div.text-block p{line-height:23px}.project-plan-page .article-details-page__main-column>div.article-image-block,.project-plan-page .article-details-page__main-column>div.project-plan-video{max-width:100%}.project-plan-page .article-details-page__main-column>div.project-plan-video .video{max-width:100%;margin-top:64px;margin-bottom:64px}@media (min-width:768px){.project-plan-page .article-details-page__main-column>div.project-plan-video .video{margin-top:46px;margin-bottom:100px}}@media (min-width:992px){.project-plan-page .article-details-page__main-column>div.project-plan-video .video{max-width:771px;margin-left:12%}}.project-plan-page .article-details-page__main-column .container{padding-right:0;padding-left:0}.project-plan-page .wide-banner{min-height:306px}.project-plan-page .wide-banner__info{width:100%;padding:62px 0}@media (min-width:992px){.project-plan-page .wide-banner__info{padding:100px 0}}.project-plan-page .wide-banner__description{margin:0}.project-plan-page .wide-banner__description strong{color:var(--accordion-link-color)}@media (min-width:992px){.project-plan-page .wide-banner__description p{max-width:800px}}.project-plan-page .footer:before{display:none}.project-plan-page--promotion main{min-height:100vh;padding:40px 0 56px;background-color:unset}@media (min-width:768px){.project-plan-page--promotion main{padding:128px 0 140px}}.project-plan-page--promotion .container{max-width:1416px;padding:0 16px}@media (min-width:576px){.project-plan-page--promotion .container{padding:0 24px}}.project-plan-page--promotion .background-image{background-color:#d4e5df}.project-plan-page--promotion .background-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:170px;background:linear-gradient(180deg,transparent 30%,rgba(17,17,17,.9))}@media (min-width:1200px){.project-plan-page--promotion .background-image:after{height:412px}}.project-plan-page--promotion [data-rte=true]>*{margin:0}.project-plan-page--promotion .article-details-page__main-column>div.text-block{margin:0 auto;max-width:100%;text-align:center}.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__logo{display:block;width:74px;height:auto;margin:0 auto 32px}@media (min-width:768px){.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__logo{width:180px;margin-bottom:64px}}.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__title{margin-bottom:40px;font-size:3.125rem;line-height:1.1;color:#fff;text-transform:uppercase}@media (min-width:768px){.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__title{margin-bottom:60px;font-size:5rem}}@media (min-width:1200px){.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__title{font-size:6.25rem}}@media (min-width:1400px){.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__title{margin-bottom:82px;font-size:9.375rem}}.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__description{max-width:1030px;margin:0 auto 40px;font-size:1rem;line-height:1.5;color:#29377d}@media (min-width:768px){.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__description{font-size:1.75rem;margin-bottom:60px}}@media (min-width:1400px){.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__description{font-size:2.25rem;margin-bottom:82px}}.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__subtitle{margin-bottom:16px;font-size:1.25rem;font-weight:700;text-transform:uppercase}@media (min-width:768px){.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__subtitle{margin-bottom:32px;font-size:2rem;margin-bottom:42px}}@media (min-width:1400px){.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__subtitle{font-size:3.5rem;margin-bottom:60px}}.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__reward{max-width:1272px;margin:0 auto 56px;font-size:1.5rem;line-height:1.33;font-weight:700;color:#29377d}@media (min-width:768px){.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__reward{font-size:2.25rem;line-height:1.5;margin-bottom:80px}}@media (min-width:1400px){.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__reward{font-size:3.5rem;line-height:1.71;margin-bottom:124px}}.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__mail-link{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:14px 24px;margin:0 auto 36px;font-size:1.125rem;color:#fff;font-weight:700;text-decoration:none;background-color:#183a6c;border-radius:131px}@media (min-width:768px){.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__mail-link{font-size:2.25rem;padding:28px 48px;margin-bottom:80px}}@media (min-width:1400px){.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__mail-link{font-size:3.1875rem;line-height:1.21;padding:47px 91px;margin-bottom:171px}}.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__agreement{font-size:.75rem;line-height:2;color:#fff}@media (min-width:768px){.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__agreement{font-size:1.125rem;line-height:1.2}}@media (min-width:1400px){.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__agreement{font-size:1.8125rem}}.project-plan-page--promotion .article-details-page__main-column>div.text-block .promotion__agreement-link{color:#fff;font-weight:600;text-decoration:underline}.get-started-block__wrapper{width:354px;margin:325px auto 0;padding:0}@media (min-width:1200px){.get-started-block__wrapper{width:1110px;margin:151px auto 40px}}.get-started-block__title{font-size:1.625rem;color:#082762;margin-bottom:40px}@media (min-width:1200px){.get-started-block__title{color:#183a6c}}@media (min-width:1200px){.get-started-block__cards{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}}.get-started-block .carousel-wrapper{max-width:768px;margin:0 auto;padding-bottom:56px}@media (min-width:768px){.get-started-block .carousel-wrapper{width:95%;max-width:1110px;padding-bottom:90px}}@media (min-width:1200px){.get-started-block .carousel-wrapper{padding-bottom:112px}}.get-started-block .carousel-wrapper .slick-dots{padding:12px 0 24px;bottom:-60px}.get-started-block .carousel-wrapper .dot-btn{border:1px solid #020a1b;background-color:#fff}@media (min-width:768px){.get-started-block .carousel-wrapper .dot-btn{--dot-size:9px}}.get-started-block .carousel-wrapper .slick-active .dot-btn{background-color:#020a1b}.get-started-block .carousel-wrapper .next-btn,.get-started-block .carousel-wrapper .prev-btn{padding:1px}.get-started-block .carousel-wrapper .next-btn .icon,.get-started-block .carousel-wrapper .prev-btn .icon{font-size:1rem;color:#183a6c}@media (min-width:1200px){.get-started-block .carousel-wrapper .next-btn .icon,.get-started-block .carousel-wrapper .prev-btn .icon{font-size:1.25rem}}@media (min-width:768px){.get-started-block .carousel-wrapper .prev-btn{left:-20px}}@media (min-width:992px){.get-started-block .carousel-wrapper .prev-btn{left:-30px}}@media (min-width:1200px){.get-started-block .carousel-wrapper .prev-btn{left:-40px}}@media (min-width:768px){.get-started-block .carousel-wrapper .next-btn{right:-20px}}@media (min-width:992px){.get-started-block .carousel-wrapper .next-btn{right:-30px}}@media (min-width:1200px){.get-started-block .carousel-wrapper .next-btn{right:-40px}}.get-started-block .carousel-wrapper .save-water-card__wrapper{margin:0 5px;display:flex;flex-direction:column-reverse;box-shadow:none}@media (min-width:768px){.get-started-block .carousel-wrapper .save-water-card__wrapper{width:100%;margin:0;flex-direction:row;align-items:center}}.get-started-block .carousel-wrapper .save-water-card__text-block{padding:24px;min-height:200px}@media (min-width:768px){.get-started-block .carousel-wrapper .save-water-card__text-block{width:50%;padding:32px;display:flex;align-items:center}}@media (min-width:1200px){.get-started-block .carousel-wrapper .save-water-card__text-block{padding-right:102px}}.get-started-block .carousel-wrapper .save-water-card__subtitle,.get-started-block .carousel-wrapper .save-water-card__title{display:none}.get-started-block .carousel-wrapper .save-water-card__text{color:#fff;font-size:1.125rem;line-height:26px;font-weight:600}@media (min-width:768px){.get-started-block .carousel-wrapper .save-water-card__text{font-size:1.375rem;line-height:30px}}@media (min-width:1200px){.get-started-block .carousel-wrapper .save-water-card__text{font-size:1.75rem;line-height:34px}}.get-started-block .carousel-wrapper .save-water-card__image{height:200px}@media (min-width:768px){.get-started-block .carousel-wrapper .save-water-card__image{width:50%;height:400px}}.save-water-page__sources{margin:0 auto;padding:56px 0;background-color:#fff}@media (min-width:992px){.save-water-page__sources{max-width:750px;padding:80px 0 106px}}.save-water-page__sources .section{margin:0}.save-water-page__sources h2{font-size:1.5rem;color:#183a6c}@media (min-width:992px){.save-water-page__sources h2{font-size:2rem}}.save-water-page .footer:before{display:none}@font-face{font-family:Montserrat;font-style:italic;font-display:swap;font-weight:600;src:url(data:font/woff2;base64,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) format("woff2"),url(/static/montserrat-all-600-italic-681e802f8595c46dab7b475e4aadc89a.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:italic;font-display:swap;font-weight:600;src:url(data:font/woff2;base64,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) format("woff2"),url(/static/montserrat-all-600-italic-681e802f8595c46dab7b475e4aadc89a.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:italic;font-display:swap;font-weight:600;src:url(data:font/woff2;base64,d09GMgABAAAAAAz8ABAAAAAAIqAAAAyfAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGnYbhT4cMAZgP1NUQVRAAII4EQgKqjSkOwuCQgABNgIkA4QyBCAFhXoHIAwHG0sdURRUB8VXB7Yx86EfFI1Nba7NGKfBEIwFKu/vJHprOV8iNko8fO3H79zd98Ucqqg2vIlHPIqHQsObehWtNEsM0yEy74C21SxgsSwmiF2E1QhWA0somCdlIVZwaV9G+dHGpxfVD1Fwsdm9oqCAXiyxxNIww8QCj0I/WMnGH7mbmrOU5EB1LKqHKzGFzT3EhxaxMbiY/v1caffv23fAmcxNCnSQIvhXELZ1FaZCBf5C5idbwBwWELbZg1yRHLC6OVVg9Oxqq6oqdKeqwlUIXaFFx9d8XycnG9PuMMQ9I4zqONn/vYOQNAL2EANuaEnTEG0cRernKg0LliaIlGaJk+bLlNbKltYTSJtJpO1qpP0apUNaFgwJ9SIHX1etQb6Iy54cAbg/23VacH+V6+vAHXLw1dWBFUSjdoBAUi1p5Q1KoyBiAyQUsUUeDCHWQSJu1VyTWrGe8j0o/2BR7dxOpV/YGGOvvpbbye4BMM8ytfwCnGg/7ifd6PJne/zVdUb5tzfEJ9R92qZ4j+lXmuw2abz/ZRR/Nxe/18Do8sEovDv9a/ArLb641khw0uouCcJWbjsCAAZUoIMD+AILwiAZuJAJOUzitqpITnOFhJ0GpFT0TixEk7BRTBaJWElY1ADMMpFp5UztQLtmDmpgPq0F2bHAqLSJkoAkiCMAkw0x283UAkyFeRiM7GF0BwY4D3PWZVe7aWlEkY5OjAnpkmrSK9knJy1yQhMJvQ6DeiR/0Y0PLsDJEIZvO7YmoNh41GHIZUCqSG+AYUQhVEtoR8A4hGOfUo8A+9/lWoQkFJohEN1JDAhBFAIkZLQjCrQjxTiglRWiFDlaIiBUtzEHjk/uuzMSKZrDP5S3IfuPDRk/3OHnHxCt7NAxOK4Ar/cft/msZXMlEamRnwpsGphVqFYztxTZcqgVKFaysAzRAiYWMbWYmSVIFmIo4qCYIwFbuWjy0RWwV8hOHhdiznA+yvgq507GUykvct4UPJTwVylQtSAzBKsRoAqTCosah1aYOuHqRWgQqlYMvWhNYjWL0wIRpdEVXAPEIsB0kJ6Cog1U/Ab5L0CSSuGGJLbRkryLooQkSWZHTW3f2Gsfqd3nWZzXkqSWasg8J1J1UV/3fpHWVj8bOsW60aw1XWx8YdXo00hvI1kX96ziwalN3W3WFKWH91Pd2Nl6PYOswEoqMAWFrEFLyXJUieOYEFVgQxMT0Dc+Pk4WoUNTU4hhcpJMlmECiuCYRlXEKGEsWlI+mBuDGKa6OFpiiRI/WoNsf+ibmDBqV8udRwyr6PjKvSWaHPI2evbZ5+fGZah4w8TFqFsM8oPj46hMKEUlghq0Chf/gRC8yoxaNONQId559zX5w0TG4yprGBQcy9g8GY1+7BckPDM+dB49PRMso68eHXNo7aEc88VPPmkO0ahl9GguMh5yYVwoYwPxrSdl7l9YuH0NquQnHsflqGTkBy/DLQXDuokcxwQaESrU4KhAgas0ssjSeIx1Q9ecjXm/uKHa3eVO7dpFHtzDILuOOblz5+XY/U7ohuyYxOP7Rf8e6x+6/Xps0E/QN16DjOm2wsFdiOE8OrQT+s7IcExwVaoZPJdhZ5P1YKwnuvJkFD/U0RA7FQM70jf/oefY7qm/apjbd38ElpV7M0978TZDO4I7g7vHYkOnv1xcdE2qrJ4lg9hrpw17DzdZ2BY+1Oa7MbK63aoaAiwfwUmzPK3AIC5NXK5Tr4+t2Fd7WD43J32WIIZTXBGStRFeHaV26lLnC8M0LTZ02kjT9pTGZspDwFwL9dLsvLliSdyKxsa1yeUqxvJZ/COtSRY2pqiYWUV+2vgYDq5gpXHVB+bL2N4v+NWzUs24Fj4h7z1s9g9lO/1m6cL046V6M7HNF6yvs+v5zt+K0qJyVm74sI0ib3BmXv9M85yKZPvg6IKASCk1LXdeX/4C15V7V8F4JJ1a/MNHv2lxNqQt6V/8KUgQRQdKXHVUojKLH9xYWKwN4fLKWJwyJB2p4C1pL4xQRxaGsiRxiZnpvIgi/UJXK+3bPUasRhk93SoaYHE1UQkut0xOUYSEyfjZPl3p0hkcD3UpY87KSOeHF4smEqPd/WOn5HUvvgf+pgXNscnKdFn+0GCBJLs2Kl6ZaRvFvooVdQXpXHhcL2ZUQWhQSSI3KzU/pNB5Z5hoic4bXFS0Ptzc2zRPH5ukTJcWDo8WlOTro0nDMySFI6OFgv7vKykz7amf1M9zsYPzJjebc13ZTr8bnZi+3DQPJo3AEXqsYUkTX8b1HzMg8eTRflrLvFi/7lhvNJmdweVJs6m5UXZdKlqry/IksS4CAsf8cxyqEqTUTc5uMI+ZccZnqruen8njZThJjs7071b+OIGT+ApW6ALM3VHYYcD4Xhc79e/TeZz6nQTjL8bNAJcv6l+k7QcH+bL+ZWcUO/gedE39VR268qU6aMdZmZ6+yUEFhCk/P7xIgHKVuXBR7pDy+LAV7UAWj5ycxGc5FH/HptIPRPHWxreE4SI3l0s0Gz3N7Y8aeZ0Tsy4gODwFcs5I6C5E5y3bltGZ6cXlPRT88T3jGcO52cn+K8NVAF1D1MIlF21BRZitYsO/CHTVeva7eD7z9Vjm7PMflMoN+nlSPbjJe/SDW/RwUL5UXd+qntEuUCwSQDueiSfY5vp99g8IxIu2VMXDGYXHKbItbVc4f84XlscuB1v7XWHcqq9K4W+r/DHKN0t7DZoS4LXExX09HJXTCR3FFEt5fIppcjQ/mHGnnUexlgek9ETxgDBABJJkkdQjb9DrZfGfoBe91/340Ji+9KO/n4Asw/LT8l0aMkKwbSqKUOGAWM45EgP96K8wFvxZVqRgTvUcGpuw3jNMbbemRJtwQBvnHImBfvSnhAz8aERJPc0ghRCFCsDMGEGBRebANmBXRgoAJfU0g5SGQJRCV6CeZpBCvKIDIXXIG/R6Wfwj6ETndS8+VNGVbnT3EwCRNWcFDm7AdcgpXUyNMKuBBecciYFudFdoAX5khYEQVS4ojNXAEe5GqDIN6RBl2Xpb2qKwJRxgxzlHYqAb3RXagUAWKhyJiDECv4ACK8joKaDcgr5AGCOQLTwDzRbSF5RUUIChSls3Z5nQb+s8fA+FImD0gmkCXGGZQokKNZogdAcxXGdOBY4wl9FyTjpoymPrDJVWnoIS6b1UOxiBIuPbdYJh5QwtOCNwwhkXXHEL7u+U5MH/N57//+X/D8ap/8aN3ml6GI37A9Kb6VGBl9sogppAY/Dt/nmd18zWLzGQ/3mm7c8m7RQObY/ByBOiigXkTc3XdHPJkemRjPQhHTjTYn826UU8OGMyxsA6m4VEZcX59Pg6b/S+nw6vqYIIYnjuYe/xGk7bnyWeBMbkZns0iYsoR8TUWINc1zadQeB9Zh7L71IkeuBBDeCYYyjWVNt5G0F41zNpQAcHjvVs4LmfurAP00daN4JyoCoo33+wPMksNokBzHCqTI6zuKG8IBsJ9+XHw5Jz9kD0QoOsMj1fZCU4yzlyNFzsMRcQMzNJwFCmlG4zFKXn+sTsfGgSK3EYW7ASK1mlAbGyyIpQ8YOUI2qSnoh2h0uH4S5CkX+3B8TDkEg5omZ4UjDcJ7ve7RpdsajQQw0cOpa+03e5PT0XjbRWp/Mryy342OcVWdP0SSQakr5HtctjpioeTylSw0B1pTzlHKpid4etsE2uNONK+Vbxrs9b7kuVWgjGEq1vmxg/hPwO2V0mG2b689b6GYJq7t/o/ygs4/+ZE/MfwLfLtjsA3z8NV/L8/5upRf6PoFICwf+CQyoHLelfL+33x5jufD/R7N702V57785YAcMHG6h0RUBmkpi1SY78ZBENhSa3XzwGnSa3S+UN+H085f28+kuDZ/N4cIkjOHKdwxM4S9kpuh+OmoZ9p7QeX2r/PgS8jaND/nYhAZHLWt3uJNqvPppOOpUJ9W/cHTLlSuL8bSrhIXyHv/4QgmvEzGxmIcRnyzIa3EAURQ0eAKKGSQ6oSb1farbBU7WwILFqhd60qZXmZJHaaFp+VJu5FlhLyLWToD7N8xUVP3F0s2oGPPUatNNRqaGk5y4UGweHOwGlau5y1auj16Sajk652SoQt546Iyqpy9WsLKW4Ok0i/F3vpNegSSwWlhoq2++4WQWmSvVqsWRppqVSTa+ckFY5VuX1B+R4s5bqW3JXbNWS5VPU06qS6WzWWLBSNCb2ee44Qjm4KqlrNPVzSM22U9f9JESlVhMR9SXRBmupreic81TapHJtRYOjYFYs1WKu0bmowZIvTc5YqpMYHtk7nvbvRqR8+w0zroFQ3fwvYpxzgDQC) format("woff2"),url(/static/montserrat-all-600-italic-681e802f8595c46dab7b475e4aadc89a.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:italic;font-display:swap;font-weight:600;src:url(/static/montserrat-latin-ext-600-italic-ae33f53cb09d5c3dd7897d37ca5ed9d8.woff2) format("woff2"),url(/static/montserrat-all-600-italic-681e802f8595c46dab7b475e4aadc89a.woff) format("woff");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:italic;font-display:swap;font-weight:600;src:url(/static/montserrat-latin-600-italic-7fbbbe850238487410c46f573cae30ee.woff2) format("woff2"),url(/static/montserrat-all-600-italic-681e802f8595c46dab7b475e4aadc89a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.products-differences{--image-height:192px;background-color:#183a6c;text-align:center;padding-top:58px;padding-bottom:66px;position:relative}@media (min-width:992px){.products-differences{padding-top:96px;padding-bottom:96px}}.products-differences:after{position:absolute;bottom:0;left:50%;width:328px;height:3px;border-color:#fff;background-image:linear-gradient(90deg,transparent,#183a6c 10%,#fff 50%,#183a6c 90%,transparent);-webkit-transform:translateX(-50%);transform:translateX(-50%);content:""}@media (min-width:992px){.products-differences:after{width:74%}}.products-differences--dark-blue-gradient{background-image:linear-gradient(180deg,#183a6c,#0c2157)}.products-differences--light-blue-gradient{background-image:linear-gradient(180deg,#0c2157 0,#0067b1)}.products-differences__header{margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:500px}@media (min-width:992px){.products-differences__header{margin-bottom:56px}}.products-differences__header h2{font-size:1.25rem;line-height:1.5;color:#fff}@media (min-width:992px){.products-differences__header h2{font-size:2rem;line-height:1.2}}.products-differences__header--big-size{margin-bottom:40px;max-width:100%}.products-differences__header--big-size h2{font-size:1.5rem;line-height:1.2}@media (min-width:992px){.products-differences__header--big-size{margin-bottom:56px}.products-differences__header--big-size h2{font-size:3rem}}.products-differences__table-scroll{position:relative;margin-left:-24px;margin-right:-24px}@media (min-width:992px){.products-differences__table-scroll{margin-left:0;margin-right:0}}@media (min-width:992px){.products-differences__table-scroll--half-width{width:710px;margin-left:auto;margin-right:auto}.products-differences__table-scroll--half-width .products-differences__column{width:50%}}@media (min-width:992px){.products-differences__table-scroll:not(.half-width) .products-differences__legend{margin:0;position:absolute;bottom:0;right:0}}.products-differences__table{overflow:auto;max-width:100%;margin-bottom:40px}@media (min-width:992px){.products-differences__table{display:flex;margin-bottom:62px}}.products-differences__table--with-border .products-differences__packshots{margin-top:54px}.products-differences__table--with-border .products-differences__packshots--long-title{margin-top:83px}.products-differences__table--with-border .products-differences__packshot{width:154px;height:144px}.products-differences__table--with-border .products-differences__packshot-wrapper{border:2px solid hsla(0,0%,100%,.6);background-color:hsla(0,0%,100%,.3);width:100%;max-width:122px;border-radius:8px;padding-top:6px;padding-bottom:2px;position:relative}.products-differences__table--with-border .products-differences__packshot-image{width:96px;margin-left:auto;margin-right:auto}@media (max-width:991px){.products-differences__table--with-border .products-differences__columns{padding-left:154px}}@media (max-width:991px){.products-differences__table--with-border .products-differences__column-value{height:144px}}.products-differences__titles{display:flex;padding-left:114px}@media (min-width:992px){.products-differences__titles{padding-top:var(--image-height);padding-left:0;display:block}}@media (max-width:991px){.products-differences__titles--big-indent{padding-left:154px}}@media (min-width:992px){.products-differences__titles--big-indent{padding-top:244px}}@media (min-width:992px){.products-differences__titles--height-small{padding-top:200px}}.products-differences__title{font-size:.875rem;line-height:15px;display:flex;align-items:center;background-color:#fff;min-height:72px;min-width:170px;border-right:1px solid #183a6c;padding:4px 8px}@media (min-width:992px){.products-differences__title{font-size:.875rem;line-height:1.3;width:208px;min-height:54px;height:54px;padding:4px 6px;border-bottom:2px solid #183a6c;border-right:none}}.products-differences__title .icon{font-size:1.5625rem;line-height:36px;min-width:36px;height:36px;border-radius:50%;background-color:#0067b1;color:#fff;margin-right:12px}.products-differences__title--transparent-title{background-color:transparent;color:#fff}.products-differences__title--transparent-title:not(:last-child){border-color:#fff}.products-differences__title--transparent-title:last-child{border-color:transparent}@media (max-width:991px){.products-differences__title--transparent-title{min-height:54px}}@media (max-width:991px){.products-differences__title--long-title{min-height:83px}}@media (min-width:992px){.products-differences__title--image-height{height:100px}}.products-differences__title-icon{margin-right:12px;min-width:36px;width:36px}.products-differences__title-description{text-align:left;font-family:Titillium-Web,Arial,Helvetica,sans-serif;letter-spacing:-.5px}.products-differences__packshots{position:absolute;top:0;left:0;margin-top:72px;box-shadow:4px 0 8px 0 rgba(205,233,255,.2)}.products-differences__packshot{display:flex;align-items:center;justify-content:center;width:114px;height:114px}.products-differences__packshot:first-child:not(.with-border){box-shadow:inset 0 0 0 2px #f3e9b4}.products-differences__packshot--style-gold-gradient{background-image:linear-gradient(54deg,#f6eab8,#b79661 46%,#f6e8af 81%,#bc9961)}.products-differences__packshot--style-gold-gradient .products-differences__column-name{color:#121212}.products-differences__packshot--style-gold-gradient .products-differences__column-dot{background-color:#121212}.products-differences__packshot--style-black-gradient{background-image:linear-gradient(54deg,#111,#3e3a39 50%,#111)}.products-differences__packshot--style-dark-blue-gradient{background-image:linear-gradient(54deg,#143053,#1c4880 50%,#143053)}.products-differences__packshot--style-blue-gradient{background-image:linear-gradient(54deg,#10416d,#1963aa 50%,#10416d)}.products-differences__packshot--style-light-blue-gradient{background-image:linear-gradient(92.16deg,#1187c4 1.65%,#6fbee2 50.32%,#1187c4 97.54%)}.products-differences__packshot--style-light-green-gradient{background-image:linear-gradient(54deg,#c0d398,#f7faf4 50%,#c0d398)}.products-differences__packshot--style-light-green-gradient .products-differences__column-name{color:#121212}.products-differences__packshot--style-light-green-gradient .products-differences__column-dot{background-color:#121212}.products-differences__packshot-image{width:82px;height:82px}.products-differences__columns{padding-left:114px}@media (min-width:992px){.products-differences__columns{padding-left:0;display:flex;align-items:flex-start;width:calc(100% - 208px)}}.products-differences__column{position:relative;display:flex;min-width:2210px}@media (min-width:992px){.products-differences__column{display:block;min-width:0;width:25%}.products-differences__column:first-child{box-shadow:inset 0 0 0 2px #f3e9b4}.products-differences__column:has(.products-differences__column-value){box-shadow:none}}.products-differences__column--style-gold-gradient{background-image:linear-gradient(54deg,#f6eab8,#b79661 46%,#f6e8af 81%,#bc9961)}.products-differences__column--style-gold-gradient .products-differences__column-name{color:#121212}.products-differences__column--style-gold-gradient .products-differences__column-dot{background-color:#121212}.products-differences__column--style-black-gradient{background-image:linear-gradient(54deg,#111,#3e3a39 50%,#111)}.products-differences__column--style-dark-blue-gradient{background-image:linear-gradient(54deg,#143053,#1c4880 50%,#143053)}.products-differences__column--style-blue-gradient{background-image:linear-gradient(54deg,#10416d,#1963aa 50%,#10416d)}.products-differences__column--style-light-blue-gradient{background-image:linear-gradient(92.16deg,#1187c4 1.65%,#6fbee2 50.32%,#1187c4 97.54%)}.products-differences__column--style-light-green-gradient{background-image:linear-gradient(54deg,#c0d398,#f7faf4 50%,#c0d398)}.products-differences__column--style-light-green-gradient .products-differences__column-name{color:#121212}.products-differences__column--style-light-green-gradient .products-differences__column-dot{background-color:#121212}.products-differences__column-value{min-width:170px;height:114px;position:relative;display:flex;justify-content:center;align-items:center}@media (min-width:992px){.products-differences__column-value{height:54px;min-width:100px}.products-differences__column-value--image-value{height:100px}}.products-differences__column-value:after{position:absolute;top:0;bottom:0;left:0;right:0;background-color:hsla(0,0%,100%,.15);content:""}.products-differences__column-value:nth-child(2n):after{display:none}@media (min-width:992px){.products-differences__column-value:nth-child(2n):after{display:block}}@media (min-width:992px){.products-differences__column-value:nth-child(odd):after{display:none}}.products-differences__column-value-image{width:66px;height:66px}.products-differences__column-dot{display:inline-block;vertical-align:middle;width:12px;height:12px;background-color:#fff;border-radius:50%;margin:4px}.products-differences__column-icon{font-size:0;line-height:0;min-width:170px;height:114px;position:relative}@media (min-width:992px){.products-differences__column-icon{height:54px;min-width:100px}}.products-differences__column-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:rotate(45deg) translateX(-50%) translateY(-50%);transform:rotate(45deg) translateX(-50%) translateY(-50%);width:10px;height:22px;border-color:#fff;border-style:solid;border-width:0 3px 3px 0;margin-top:-4px;margin-left:-10px;content:""}.products-differences__column-icon--chockolate:before,.products-differences__column-icon--indigo-blue:before{border-color:#f3e9b4}.products-differences__column-icon--gray:before{border-color:#183a6c}.products-differences__column-icon:after{position:absolute;top:0;bottom:0;left:0;right:0;background-color:hsla(0,0%,100%,.15);content:""}.products-differences__column-icon:nth-child(2n):after{display:none}@media (min-width:992px){.products-differences__column-icon:nth-child(2n):after{display:block}}@media (min-width:992px){.products-differences__column-icon:nth-child(odd):after{display:none}}.products-differences__column-image-box{display:flex;align-items:center;justify-content:center;height:var(--image-height)}.products-differences__column-image-box--with-border{height:244px}.products-differences__column-image-box--with-border .products-differences__column-image-wrapper{position:relative;border:2px solid hsla(0,0%,100%,.6);background-color:hsla(0,0%,100%,.3);width:100%;max-width:175px;border-radius:16px;padding-top:6px;padding-bottom:10px}.products-differences__column-image-box--with-border .products-differences__column-image-wrapper--style-small{max-width:130px}@media (min-width:1200px){.products-differences__column-image-box--with-border .products-differences__column-image-wrapper--style-small{max-width:144px}}.products-differences__column-image-box--with-border .products-differences__column-image-wrapper--style-small .products-differences__column-name{font-size:.875rem}.products-differences__column-image-box--with-border .products-differences__column-image-wrapper--style-small .products-differences__column-image{width:120px;height:108px}.products-differences__column-image-box--with-border .products-differences__column-image{width:151px;margin-left:auto;margin-right:auto}.products-differences__column-image-box--height-small{height:200px}.products-differences__column-image{width:82px;height:82px}@media (min-width:992px){.products-differences__column-image{width:125px;height:134px}}.products-differences__column-name{font-size:.75rem;line-height:1.2;font-weight:800;color:#fff;display:inline-block;vertical-align:top;margin-top:8px}@media (min-width:992px){.products-differences__column-name{font-size:1rem}}.products-differences__column-link{position:absolute;top:0;left:0;bottom:0;right:0;font-size:0}.products-differences__column-link:focus-visible,.products-differences__column-link:hover{outline:1px dashed #fff;outline-offset:4px}.products-differences__tabs{padding:0;list-style:none;display:flex;justify-content:space-between;margin:0 0 30px}@media (min-width:992px){.products-differences__tabs{margin-bottom:40px}}.products-differences__tab{width:calc(50% - 2px)}.products-differences__tab:first-child .btn{border-top-left-radius:32px;border-bottom-left-radius:32px}.products-differences__tab:last-child .btn{border-top-right-radius:32px;border-bottom-right-radius:32px}.products-differences__tab-button{font-size:1rem;line-height:1.5;font-weight:700;border:1px solid #fff;color:#fff;width:100%;padding:15px}.products-differences__tab-button--active,.products-differences__tab-button:hover{background-color:#fff}.products-differences__tab-button--active .btn__inner,.products-differences__tab-button:hover .btn__inner{text-decoration:none;color:#0b1b44}@media (min-width:992px){.products-differences__tab-button{padding:19px}}.products-differences__legend{font-size:.875rem;line-height:1.5;color:#fff;text-align:left;padding-right:24px;padding-left:24px;margin-top:-10px;margin-bottom:38px}.products-differences__legend ul{margin:0;padding:0;list-style:none}@media (min-width:992px){.products-differences__legend{padding-left:0;padding-right:0;display:table;margin-left:auto;margin-top:-50px;margin-bottom:54px;line-height:1.6;max-width:230px}}@media (max-width:991px){.products-differences__link--full-width{width:100%}}.products-slider-banner{background-image:linear-gradient(180deg,#083c7a,#183a6c);position:relative;padding-bottom:30px;overflow:hidden}@media (min-width:992px){.products-slider-banner{padding-bottom:38px}}.products-slider-banner:after{position:absolute;bottom:0;left:50%;width:328px;height:3px;border-color:#fff;background-image:linear-gradient(90deg,transparent,#183a6c 10%,#fff 50%,#183a6c 90%,transparent);-webkit-transform:translateX(-50%);transform:translateX(-50%);content:""}@media (min-width:992px){.products-slider-banner:after{width:90%}}.products-slider-banner--style-medium-space{padding-bottom:80px}.products-slider-banner--style-medium-space:after{bottom:50px}@media (min-width:992px){.products-slider-banner--style-medium-space{padding-bottom:88px}}.products-slider-banner .container{position:relative;z-index:1;max-width:1134px}.products-slider-banner__title{font-size:1.25rem;line-height:1.5;color:#fff;max-width:834px;margin-left:auto;margin-right:auto;padding:48px 0 52px;position:relative}@media (min-width:992px){.products-slider-banner__title{background-color:rgba(18,18,18,.2);padding:128px 64px 100px}.products-slider-banner__title:before{position:absolute;top:100%;left:0;right:0;height:200px;background-color:inherit;content:""}}.products-slider-banner__title h1,.products-slider-banner__title h2{font-size:2.125rem;line-height:1.2;color:inherit;margin-bottom:16px}@media (min-width:992px){.products-slider-banner__title h1,.products-slider-banner__title h2{font-size:3.5rem;text-align:center;margin-bottom:24px}}.products-slider-banner__description{font-size:.875rem;color:#fff;text-align:center;max-width:500px;margin-left:auto;margin-right:auto;margin-bottom:20px}.products-slider-banner__cards .block-carousel{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}@media (min-width:992px){.products-slider-banner__cards .slider{display:flex;justify-content:space-between;align-items:flex-end}}@media (min-width:992px){.products-slider-banner--style-central .products-slider-banner__cards .slider{justify-content:center;gap:20px}}.products-slider-banner__cards .slick-list{overflow:visible;max-width:400px;margin-left:auto;margin-right:auto}.products-slider-banner__cards .slick-slide{padding-right:18px;padding-left:18px}.products-slider-banner__cards .slick-slide>div{align-items:flex-end}.products-slider-banner__card{text-align:center;position:relative;padding:35px 25px}.products-slider-banner__card:before{position:absolute;top:0;bottom:158px;left:0;right:0;border-width:2px;border-style:solid;border-radius:8px;content:""}@media (min-width:992px){.products-slider-banner__card{width:30%;padding:52px 25px}.products-slider-banner__card:before{border-width:4px;bottom:196px}}.products-slider-banner__card--primary-style{width:34%}.products-slider-banner__card--style-dark-blue:before{background-color:#0c2b64;border-color:#fff}.products-slider-banner__card--style-dark-blue .products-slider-banner__card-link{background-image:linear-gradient(0deg,#d4d5d5,#d4d5d5 40%,#f0f4f8 60%,#cdcdcd 95%,#cdcdcd)}.products-slider-banner__card--style-light-blue:before{background-color:#019bdf;border-color:#fff}.products-slider-banner__card--style-light-blue .products-slider-banner__card-link{background-color:#019bdf;color:#fff}.products-slider-banner__card--style-black:before{background-color:#161513;border-color:#aa903c}.products-slider-banner__card--style-black .products-slider-banner__card-link{background-image:linear-gradient(6deg,#f6eab8,#b79661 40%,#f6e8af 70%,#bc9961);color:#121212}.products-slider-banner__card--style-black .products-slider-banner__card-name{background-clip:text;background-color:#aa903c;background-image:linear-gradient(264deg,#e2e493,#aa903c 30%,#dce18e);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}@media (min-width:992px){.products-slider-banner__card--primary-style .products-slider-banner__card-name{font-size:2rem;margin-bottom:2px}.products-slider-banner__card--primary-style .products-slider-banner__card-image{width:260px;margin-bottom:18px}}.products-slider-banner__card--primary-style .products-slider-banner__image-name{color:#f6e8af}.products-slider-banner__card-name{font-size:1.5rem;line-height:1.2;font-weight:800;color:#fff;position:relative;margin-bottom:14px}@media (min-width:992px){.products-slider-banner__card-name{font-size:1.75rem;margin-bottom:16px;letter-spacing:-1px}}.products-slider-banner__card-image{width:180px;margin-left:auto;margin-right:auto;margin-bottom:30px;position:relative}@media (min-width:992px){.products-slider-banner__card-image{width:236px;margin-bottom:42px}}.products-slider-banner__card-image-link{position:absolute;top:0;right:0;bottom:0;left:0}.products-slider-banner__card-image-link:hover{outline:1px dashed #fff}.products-slider-banner__card-icons{padding:0;list-style:none;display:flex;justify-content:center;margin:0 0 10px;align-items:flex-start}@media (min-width:992px){.products-slider-banner__card-icons{margin-bottom:2px}}.products-slider-banner__card-icon{min-width:84px;width:84px;min-height:112px;margin-left:4px;margin-right:4px}.products-slider-banner__image-name{font-size:.625rem;line-height:1.1;font-weight:700;color:#fff;position:relative}.products-slider-banner__image-name strong{font-size:1rem;width:100%;text-align:center;margin-bottom:2px}.products-slider-banner__image-name strong sub{font-size:.5rem}.products-slider-banner__card-link-wrapper{margin-left:-33px;margin-right:-33px}@media (min-width:992px){.products-slider-banner__card-link-wrapper{margin-left:-25px;margin-right:-25px}}.products-slider-banner__card-link{max-width:100%;border-color:transparent}@media (max-width:991px){.products-slider-banner__card-link{width:100%;padding-left:10px;padding-right:10px}}.products-slider-banner__background{position:absolute;top:0;bottom:0;left:0;right:0}.products-slider-banner .slick-slider{position:static}.products-slider-banner .slick-dots{width:100%;justify-content:center;margin:0 0 20px;pointer-events:auto}.products-slider-banner .slick-dots:before{opacity:0}.products-slider-banner .slick-dots li{flex-grow:0;padding-left:5px;padding-right:5px}.products-slider-banner .slick-dots li.slick-active button{background-color:#fff;box-shadow:0 4px 10px 6px #091c41}.products-slider-banner .slick-dots button{width:16px;height:16px;border:0;border-radius:50%;background-color:hsla(0,0%,100%,.3)}.thank-you{--section-bg:linear-gradient(180deg,#0c2157 0%,#0067b1);min-height:65vh;padding:100px 0;background:var(--section-bg)}.thank-you--gradient-dark-blue{--section-bg:linear-gradient(180deg,#121212,#183a6c)}@media (min-width:768px){.thank-you{padding-top:60px}}.thank-you__container{max-width:380px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width:768px){.thank-you__container{max-width:564px;padding:72px 74px 60px;border-radius:8px;background:rgba(18,18,18,.2)}}.thank-you__image{width:52px;margin-bottom:36px}@media (min-width:768px){.thank-you__image{margin-bottom:48px}}.thank-you__text{color:#fff;margin-bottom:76px}@media (min-width:768px){.thank-you__text{margin-bottom:48px}}.thank-you__text *{color:inherit}.thank-you__text h1,.thank-you__text h2,.thank-you__text h3{margin-bottom:24px;padding:0 46px;font-size:1.375rem;font-weight:700;line-height:32px;text-transform:uppercase}@media (min-width:768px){.thank-you__text h1,.thank-you__text h2,.thank-you__text h3{margin-bottom:36px;padding:0;font-size:1.625rem}}.thank-you__text p{padding:0 46px;font-size:1rem}@media (min-width:768px){.thank-you__text p{padding:0;font-size:1.25rem}}.thank-you__additional-text{padding-top:20px;color:#fff}@media (min-width:768px){.thank-you__additional-text{padding-top:40px}}.thank-you__additional-text p{font-size:1rem}.thank-you__voucher{width:100%;max-width:325px;padding:12px;margin:0 auto!important;border-radius:8px;background-color:#dfe6eb;color:#0e2255}@media (min-width:768px){.thank-you__voucher{max-width:368px}}.thank-you__voucher p.thank-you__voucher--text{margin-bottom:6px;font-size:.875rem;line-height:24px}.thank-you__voucher p.thank-you__voucher--code{margin:0;font-size:1.5rem;font-weight:700;line-height:32px;text-transform:uppercase}.thank-you__cta{width:100%;max-width:325px;border:2px solid #fff;padding:10px 16px}@media (min-width:768px){.thank-you__cta{max-width:368px}}.thank-you__cta+.thank-you__cta{margin-top:16px}.instructions{background-color:#183a6c;padding-bottom:24px}.instructions__header-container{background-color:#f1f463}.instructions__header{text-align:center;padding-top:32px;padding-bottom:32px}@media (min-width:992px){.instructions__header{padding-top:56px;padding-bottom:56px}}.instructions__header h2{font-size:1.875rem;line-height:1.2;color:#de2928;font-weight:800;text-decoration:underline}@media (min-width:992px){.instructions__header h2{font-size:3.5rem}}.instructions__list{padding-top:48px;max-width:866px}@media (min-width:992px){.instructions__list{padding-top:66px}}.instructions__list-item{display:flex;margin-bottom:24px}@media (min-width:992px){.instructions__list-item{margin-bottom:42px}}.instructions__list-item-icon{font-size:1.25rem;line-height:1;fill:#183a6c;min-width:60px;height:60px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:6px;margin-right:24px}@media (min-width:992px){.instructions__list-item-icon{font-size:1.75rem;min-width:80px;height:80px;margin-top:-10px;margin-right:32px}}.instructions__list-item-description{font-size:1rem;line-height:1.5;font-weight:700;color:#fff}@media (min-width:992px){.instructions__list-item-description{font-size:1.25rem}}.simple-page .text-section{margin-bottom:16px}@media (max-width:768px){.simple-page .step-list{padding:0 24px}}.feature-banner__extra-title *,.feature-banner__title *{padding:0;margin:0;font-size:inherit;line-height:inherit}.feature-banner__background{position:absolute;top:0;left:0;right:0;bottom:0}.feature-banner{position:relative;background-color:#111}.feature-banner__container{position:relative;z-index:1;max-width:1190px;margin:0 auto;padding:56px 24px}@media (min-width:992px){.feature-banner__container{padding-bottom:66px}}.feature-banner__main-block{position:relative;display:grid;gap:16px;grid-template-areas:"text" "image" "features";grid-template-columns:1fr;justify-items:center}@media (min-width:992px){.feature-banner__main-block{grid-template-areas:"text image" "features image";grid-template-columns:1fr 1fr;grid-template-rows:auto auto;justify-items:legacy}}@media (min-width:1200px){.feature-banner__main-block{grid-template-columns:1fr 575px}}.feature-banner__text{max-width:497px;grid-area:text}.feature-banner__title{font-size:1.875rem;font-weight:800;line-height:2rem;margin-bottom:12px;background-clip:text;background-color:#aa903c;background-image:linear-gradient(99deg,#9a8540 3.2%,#f9f2cc 29.12%,#a29057 57.15%,#d6c9a2 71.54%);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}@media (min-width:375px){.feature-banner__title{font-size:2.125rem;line-height:2.3125rem}}@media (min-width:992px){.feature-banner__title{font-size:2.625rem;line-height:2.875rem;margin-bottom:16px}}@media (min-width:1200px){.feature-banner__title{font-size:3.25rem;line-height:3.5625rem}}.feature-banner__description{font-size:1.25rem;font-weight:700;line-height:1.625rem;color:#fff;text-transform:uppercase}@media (min-width:375px){.feature-banner__description{font-size:1.5rem;line-height:2rem}}.feature-banner__features{display:flex;align-items:flex-start;justify-content:space-between;width:100%;max-width:327px;margin:0;padding:32px 0 0;list-style:none;grid-area:features}@media (min-width:992px){.feature-banner__features{align-items:flex-start;max-width:520px;padding:48px 0 0}}.feature-banner__feature-item{flex:1 1}@media (min-width:992px){.feature-banner__feature-item{max-width:120px}}.feature-banner__feature-item--image{width:80px;margin:0 auto 12px}@media (min-width:992px){.feature-banner__feature-item--image{width:100%;margin-bottom:24px}}.feature-banner__feature-item--text{font-size:.875rem;font-weight:700;line-height:1.125rem;color:#121212;text-align:center;text-transform:uppercase;padding:0 5px}@media (min-width:992px){.feature-banner__feature-item--text{font-size:1rem;line-height:1.25rem}}@media (min-width:1200px){.feature-banner__feature-item--text{font-size:1.25rem;line-height:1.5rem;padding:0}}.feature-banner__image{width:325px;height:247px;grid-area:image}@media (min-width:992px){.feature-banner__image{align-self:center;width:450px;height:340px;justify-self:end}}@media (min-width:1200px){.feature-banner__image{width:575px;height:437px}}.feature-banner__extra-block{position:relative;margin-top:72px}@media (min-width:1200px){.feature-banner__extra-block{margin-top:124px}}.feature-banner__extra-title{font-size:1.875rem;font-weight:800;line-height:2rem;color:#121212;max-width:556px;margin:0 auto}@media (min-width:375px){.feature-banner__extra-title{font-size:2.125rem;line-height:2.3125rem}}@media (min-width:992px){.feature-banner__extra-title{font-size:2.25rem;line-height:2.5rem;position:absolute;top:0;left:0}}@media (min-width:1200px){.feature-banner__extra-title{font-size:2.75rem;line-height:3rem}}.feature-banner__extra-title *{color:inherit}.feature-banner__extra-image{width:325px;margin:0 auto}@media (min-width:600px){.feature-banner__extra-image{width:370px}}@media (min-width:992px){.feature-banner__extra-image{width:auto;height:533px;max-width:1058px;margin:0 auto}}.feature-banner--ultramax .feature-banner__feature{max-width:550px}.feature-banner--ultramax .feature-banner__feature-item{max-width:180px}.feature-banner--ultramax .feature-banner__feature-item--image{max-width:120px}.feature-banner--ultramax .feature-banner__feature-item--text{background-clip:text;background-color:#aa903c;background-image:linear-gradient(99deg,#9a8540 3.2%,#f9f2cc 29.12%,#a29057 57.15%,#d6c9a2 71.54%);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;font-size:.8125rem;line-height:1.1}.carousel-wrapper .feature-banner{height:var(--slide-height)}.carousel-wrapper .feature-banner--ultramax{--slide-height:694px}@media (min-width:768px){.carousel-wrapper .feature-banner--ultramax{--slide-height:750px}}@media (min-width:992px){.carousel-wrapper .feature-banner--ultramax{--slide-height:770px}}.carousel-wrapper .feature-banner__container{padding:24px}@media (min-width:768px){.carousel-wrapper .feature-banner__container{padding:64px 48px}}@media (min-width:992px){.carousel-wrapper .feature-banner__container{display:flex;align-items:center;height:100%}}@media (min-width:1200px){.carousel-wrapper .feature-banner__container{padding:24px}}.carousel-wrapper .feature-banner__main-block{width:100%}.carousel-wrapper .feature-banner__image{height:200px}@media (min-width:768px){.carousel-wrapper .feature-banner__image{height:247px}}@media (min-width:992px){.carousel-wrapper .feature-banner__image{height:340px}}@media (min-width:1200px){.carousel-wrapper .feature-banner__image{height:437px}}.challenge-banner--ultimate-challenge .challenge-banner__step-description *,.challenge-banner--ultimate-challenge .challenge-banner__title *,.challenge-banner__title *{padding:0;margin:0;font-size:inherit;line-height:inherit}.challenge-banner__background{position:absolute;top:0;left:0;right:0;bottom:0}.challenge-banner{position:relative;background-color:#111}.challenge-banner__container{position:relative;z-index:1;max-width:1028px;margin:0 auto;padding:56px 24px}.challenge-banner__title{background-clip:text;background-color:#aa903c;background-image:linear-gradient(99deg,#9a8540 3.2%,#f9f2cc 29.12%,#a29057 57.15%,#d6c9a2 71.54%);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;font-size:2.125rem;line-height:2.5rem;font-weight:800;letter-spacing:-.17px;text-align:center}@media (min-width:1200px){.challenge-banner__title{font-size:3.125rem;line-height:3.75rem;letter-spacing:normal}}.challenge-banner__steps{margin:0;list-style:none;padding:40px 0;display:flex;flex-direction:column;gap:32px}@media (min-width:992px){.challenge-banner__steps{flex-direction:row;justify-content:space-between}}@media (min-width:1200px){.challenge-banner__steps{gap:40px}}.challenge-banner__step-text{font-size:1.5rem;line-height:2rem;color:#fff;text-align:center;text-transform:uppercase;font-weight:700}@media (min-width:1200px){.challenge-banner__step-text{font-size:2rem;line-height:2.5rem;margin-bottom:16px}}.challenge-banner__step-image{width:251px;height:200px;margin:0 auto}@media (min-width:992px){.challenge-banner__step-image{width:280px;height:220px}}@media (min-width:1200px){.challenge-banner__step-image{width:300px;height:240px}}.challenge-banner__description{margin-bottom:48px;font-size:1.625rem;line-height:1.9375rem;color:#fff;text-transform:uppercase;font-weight:700;text-align:center}.challenge-banner__description br{display:none}@media (min-width:600px){.challenge-banner__description br{display:block}}@media (min-width:1200px){.challenge-banner__description{margin-bottom:40px;font-size:2rem;line-height:2.375rem}}.challenge-banner__description .text-gold{background-clip:text;background-color:#aa903c;background-image:linear-gradient(99deg,#9a8540 3.2%,#f9f2cc 29.12%,#a29057 57.15%,#d6c9a2 71.54%);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.challenge-banner__link{width:100%;max-width:325px;margin:0 auto 24px;padding:16px;display:block;border-radius:30px;background:linear-gradient(99deg,#f9f2cc 8.42%,#d6c9a2 46.69%,#a29057 89.27%)}@media (min-width:1200px){.challenge-banner__link{margin-bottom:56px}}.challenge-banner__link:active,.challenge-banner__link:focus-within,.challenge-banner__link:hover{background:linear-gradient(99deg,#f9f2cc 8.42%,#d6c9a2 46.69%,#a29057 89.27%)}.challenge-banner__link:active .btn__inner,.challenge-banner__link:active .icon--chevron-right,.challenge-banner__link:focus-within .btn__inner,.challenge-banner__link:focus-within .icon--chevron-right,.challenge-banner__link:hover .btn__inner,.challenge-banner__link:hover .icon--chevron-right{color:#121212}.challenge-banner__link .btn__inner{font-size:1rem;line-height:1.5rem;text-transform:uppercase;font-weight:700;color:#121212}.challenge-banner__link .icon--chevron-right{color:inherit;color:#121212;font-size:.875rem}.challenge-banner__footnote{font-size:.75rem;line-height:1.125rem;color:#fff;font-weight:400}@media (min-width:576px){.challenge-banner__footnote{text-align:center}}@media (min-width:992px){.challenge-banner__footnote{font-size:.875rem;line-height:1.3125rem}}.challenge-banner__footnote a{color:inherit;font-weight:inherit;text-decoration:none}.challenge-banner__footnote a:hover{color:inherit}.challenge-banner--ultimate-challenge .challenge-banner__container{max-width:1180px;margin:0 auto;padding:56px 20px}@media (min-width:992px){.challenge-banner--ultimate-challenge .challenge-banner__container{padding:64px 20px}}@media (min-width:1400px){.challenge-banner--ultimate-challenge .challenge-banner__container{padding:96px 20px 124px}}.challenge-banner--ultimate-challenge .challenge-banner__title{max-width:555px;margin:0 auto;background-clip:text;background-color:#aa903c;background-image:linear-gradient(91deg,#e1d9b5 2.43%,#bca370 40.59%,#f1ebcc 63.37%,#ebe3b3 110.18%);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;font-size:2rem;line-height:2.5rem;font-weight:800;letter-spacing:-.96px;text-align:center}@media (min-width:1400px){.challenge-banner--ultimate-challenge .challenge-banner__title{max-width:838px;font-size:3rem;line-height:3.5rem;letter-spacing:-.24px}}.challenge-banner--ultimate-challenge .challenge-banner__steps{margin:0;list-style:none;padding:56px 16px 0;display:flex;flex-direction:column;align-items:center;gap:48px}@media (min-width:992px){.challenge-banner--ultimate-challenge .challenge-banner__steps{padding:56px 0 0;flex-direction:row;justify-content:space-between;align-items:flex-start}}@media (min-width:1200px){.challenge-banner--ultimate-challenge .challenge-banner__steps{max-width:996px;margin:0 auto;gap:48px}}@media (min-width:1400px){.challenge-banner--ultimate-challenge .challenge-banner__steps{max-width:1140px;gap:30px}}.challenge-banner--ultimate-challenge .challenge-banner__step{max-width:300px;flex:1 1}@media (min-width:1400px){.challenge-banner--ultimate-challenge .challenge-banner__step{max-width:360px}}.challenge-banner--ultimate-challenge .challenge-banner__step-text{font-size:2rem;line-height:2.5rem;color:#fff;text-align:center;text-transform:uppercase;font-weight:700}@media (min-width:1400px){.challenge-banner--ultimate-challenge .challenge-banner__step-text{font-size:3rem;line-height:3.5rem}}@media (min-width:1200px){.challenge-banner--ultimate-challenge .challenge-banner__step-text{margin-bottom:0}}.challenge-banner--ultimate-challenge .challenge-banner__step-image{width:260px;height:178px;margin:32px auto}@media (min-width:992px){.challenge-banner--ultimate-challenge .challenge-banner__step-image{width:260px;height:178px}}@media (min-width:1200px){.challenge-banner--ultimate-challenge .challenge-banner__step-image{width:260px;height:178px}}@media (min-width:1400px){.challenge-banner--ultimate-challenge .challenge-banner__step-image{width:320px;height:218px}}.challenge-banner--ultimate-challenge .challenge-banner__step-description{font-size:1.25rem;line-height:2rem;color:#fff;font-weight:600;text-align:center}@media (min-width:992px){.challenge-banner--ultimate-challenge .challenge-banner__step-description{font-weight:400}}@media (min-width:1400px){.challenge-banner--ultimate-challenge .challenge-banner__step-description{font-weight:600}}.challenge-banner--safety-page{background-color:#143561}.challenge-banner--safety-page .challenge-banner__container{max-width:1176px}@media (max-width:992px){.challenge-banner--safety-page .challenge-banner__container{padding:24px 20px 33px}}@media (max-width:1200px){.challenge-banner--safety-page .challenge-banner__container{padding-top:42px;padding-bottom:14px}}.challenge-banner--safety-page .challenge-banner__title{background:unset;-webkit-text-fill-color:unset;-moz-text-fill-color:unset}.challenge-banner--safety-page .challenge-banner__title h2{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:2rem;line-height:normal;color:#fff;text-align:left;font-weight:900;text-transform:none}@media (max-width:992px){.challenge-banner--safety-page .challenge-banner__title h2{text-align:center;font-size:1.5625rem;line-height:1.49562rem;margin-bottom:13px}}@media (min-width:1200px){.challenge-banner--safety-page .challenge-banner__title h2{font-size:3.1875rem}}@media (max-width:992px){.challenge-banner--safety-page .challenge-banner__steps{padding:38px 19px 0;gap:26px}}@media (min-width:1200px){.challenge-banner--safety-page .challenge-banner__steps{gap:30px}}@media (min-width:992px){.challenge-banner--safety-page .challenge-banner__step{width:32%}}@media (max-width:992px){.challenge-banner--safety-page .challenge-banner__step:first-child .challenge-banner__step-image{width:49px;height:100px}}@media (max-width:992px){.challenge-banner--safety-page .challenge-banner__step:nth-child(2) .challenge-banner__step-image{width:80px;height:85.53px}}@media (max-width:992px){.challenge-banner--safety-page .challenge-banner__step:last-child .challenge-banner__step-image{width:63.29px;height:80px}}.challenge-banner--safety-page .challenge-banner__step-image{margin-bottom:24px}.challenge-banner--safety-page .challenge-banner__step-description{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:1.375rem;line-height:25px;color:#fff;text-align:left}@media (max-width:992px){.challenge-banner--safety-page .challenge-banner__step-description{font-size:.75rem;line-height:.9rem;text-align:center}}@media (min-width:1200px){.challenge-banner--safety-page .challenge-banner__step-description{letter-spacing:-.025em}}.challenge-banner--Holiday-mess{padding:8px 16px 8px 23px;position:relative;background:linear-gradient(180deg,#080f1b,rgba(8,15,27,0));background-color:#0e2255;max-width:1176px;margin:auto}.challenge-banner--Holiday-mess:after{content:"";background-image:url(/static/Lines-ed39cb55ede1d3e6edddaf77adb4ed4f.png);background-repeat:no-repeat;width:105px;height:162px;position:absolute;top:0;right:0}@media (min-width:992px){.challenge-banner--Holiday-mess:after{width:140px;height:210px;background-size:cover}}@media screen and (min-width:1024px){.challenge-banner--Holiday-mess:after{width:200px;height:283px}}.challenge-banner--Holiday-mess h2{display:none}.challenge-banner--Holiday-mess .challenge-banner__container{padding:0}.challenge-banner--Holiday-mess .challenge-banner__steps{flex-direction:row;justify-content:center;text-align:left;padding:8px 0 0}.challenge-banner--Holiday-mess .challenge-banner__step{max-width:90px}@media (max-width:480px){.challenge-banner--Holiday-mess .challenge-banner__step{max-width:33%}}@media (min-width:414px){.challenge-banner--Holiday-mess .challenge-banner__step{max-width:33%}}@media (min-width:768px){.challenge-banner--Holiday-mess .challenge-banner__step{max-width:unset;width:30%}}@media screen and (min-width:1024px){.challenge-banner--Holiday-mess .challenge-banner__step{max-width:300px}}.challenge-banner--Holiday-mess .challenge-banner__step-image{max-width:108px}@media (min-width:768px){.challenge-banner--Holiday-mess .challenge-banner__step-image{max-width:unset;width:100%}}@media screen and (min-width:1024px){.challenge-banner--Holiday-mess .challenge-banner__step-image{width:297.96px;height:454.39px}}.challenge-banner--Holiday-mess .challenge-banner__step-text{font-size:.75rem;line-height:14.63px;font-weight:900;text-align:center;margin-left:-15px}@media (min-width:768px){.challenge-banner--Holiday-mess .challenge-banner__step-text{font-size:2rem;line-height:40px;margin-left:-30px;padding:10px 0}}.challenge-banner--Holiday-mess.gameday-mess{margin-top:-40px;max-width:1280px;overflow:hidden;background:linear-gradient(180deg,rgba(8,15,27,.64),rgba(8,15,27,0));background-color:#002d72;padding-block:38px 65px}@media (min-width:992px){.challenge-banner--Holiday-mess.gameday-mess{margin-top:-100px}}@media (min-width:1200px){.challenge-banner--Holiday-mess.gameday-mess{padding-block:0}}.challenge-banner--Holiday-mess.gameday-mess:after{display:none}.challenge-banner--Holiday-mess.gameday-mess .challenge-banner__steps{flex-direction:column;justify-content:center;align-items:center;gap:38px;padding:0}@media (min-width:768px){.challenge-banner--Holiday-mess.gameday-mess .challenge-banner__steps{flex-direction:row}}@media (min-width:1200px){.challenge-banner--Holiday-mess.gameday-mess .challenge-banner__steps{gap:152px;justify-content:flex-start;padding-bottom:20px}}@media (max-width:480px){.challenge-banner--Holiday-mess.gameday-mess .challenge-banner__step{max-width:unset}}.challenge-banner--Holiday-mess.gameday-mess .challenge-banner__step-text{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:1.875rem;font-weight:900;line-height:1.79438rem;text-align:center;margin-left:0;margin-bottom:16px}@media (min-width:992px){.challenge-banner--Holiday-mess.gameday-mess .challenge-banner__step-text{font-size:2.75rem;line-height:2.63187rem}}.challenge-banner--Holiday-mess.gameday-mess .challenge-banner__step-image{max-width:146px;min-height:218px}@media screen and (min-width:1024px){.challenge-banner--Holiday-mess.gameday-mess .challenge-banner__step-image{max-width:277px;max-height:415px}}.challenge-banner--Holiday-mess.gameday-mess .challenge-banner__background{display:flex;align-items:flex-end;justify-content:flex-end;right:-45px}@media (min-width:768px){.challenge-banner--Holiday-mess.gameday-mess .challenge-banner__background{align-items:center}}.challenge-banner--Holiday-mess.gameday-mess .challenge-banner__background .gatsby-image-wrapper{width:100%;height:35%;bottom:68px}@media (min-width:768px){.challenge-banner--Holiday-mess.gameday-mess .challenge-banner__background .gatsby-image-wrapper{width:40%;height:80%;bottom:30px}}@media (min-width:1200px){.challenge-banner--Holiday-mess.gameday-mess .challenge-banner__background .gatsby-image-wrapper{height:90%;width:40%;bottom:40px}}.challenge-banner--Holiday-mess.gameday-mess .challenge-banner__container{max-width:1162px}.images-banner__background,.images-banner__background:before{position:absolute;top:0;left:0;right:0;bottom:0}.images-banner{position:relative}.images-banner__container{position:relative;z-index:2;max-width:1090px;margin:0 auto;padding:40px 24px 56px;display:grid;grid-template-columns:1fr;grid-template-areas:"left-slot" "right-slot" "footnote";gap:48px}@media (min-width:768px){.images-banner__container{min-height:540px;padding-top:107px;grid-template-columns:1fr 1fr;grid-template-areas:"left-slot right-slot" "footnote footnote"}}.images-banner__background:before{z-index:1;content:"";background:linear-gradient(180deg,#111 7.43%,rgba(17,17,17,0) 36.83%,#111 99.01%)}@media (min-width:768px){.images-banner__background:before{background:linear-gradient(356deg,rgba(17,17,17,.701961) 21.69%,transparent 96.79%)}}.images-banner__left-slot{grid-area:left-slot;align-self:center}.images-banner__right-slot{grid-area:right-slot;align-self:end}.images-banner__left-slot--image{max-width:475px;max-height:86px;margin:0 auto}@media (min-width:768px){.images-banner__left-slot--image{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}}.images-banner__right-slot--image{max-width:350px;max-height:208px;margin:0 auto}@media (min-width:768px){.images-banner__right-slot--image{max-height:-webkit-max-content;max-height:max-content}}@media (min-width:1200px){.images-banner__right-slot--image{margin:0 0 0 auto}}.images-banner__footnote{grid-area:footnote;align-self:end;font-size:.75rem;line-height:1.125rem;color:#fff;font-weight:400}@media (min-width:768px){.images-banner__footnote{font-size:.875rem;line-height:1rem;letter-spacing:-.042px}}.brands-banner{background-color:#120f3e;background-image:linear-gradient(90deg,#120f3e 14.7%,#00a4dc 59.49%,#0e1541 90.7%);overflow:hidden;max-width:594px;margin-left:auto;margin-right:auto;padding-top:42px;padding-bottom:36px}@media (min-width:1200px){.brands-banner{max-width:none;padding-top:0;padding-bottom:14px}}.brands-banner__container{max-width:1368px}@media (min-width:1200px){.brands-banner__container{display:flex;justify-content:space-between;align-items:center}}.brands-banner__content{font-size:1.75rem;line-height:1;font-weight:900;display:flex;justify-content:space-between;align-items:center;color:#fff;text-align:center;margin-bottom:38px;max-width:474px;margin-left:auto;margin-right:auto}@media (min-width:768px){.brands-banner__content{font-size:2.5rem}}@media (min-width:1200px){.brands-banner__content{font-size:2.5rem;margin-left:0;margin-bottom:0;margin-top:12px}}.brands-banner__content-text{letter-spacing:-1px}.brands-banner__content-text sub,.brands-banner__content-text sup{font-size:58%}.brands-banner__content-middle-text{font-size:1rem;font-weight:600;display:flex;align-items:center}.brands-banner__content-middle-text:after,.brands-banner__content-middle-text:before{display:block;width:50%;height:1px;background-color:#fff;content:""}.brands-banner__content-middle-text:after{margin-left:10px}.brands-banner__content-middle-text:before{margin-right:10px}.brands-banner__content-symbol{font-size:2.5rem;font-weight:600}@media (min-width:768px){.brands-banner__content-symbol{font-size:3.75rem}}@media (min-width:1200px){.brands-banner__content-symbol{margin-left:14px;margin-right:14px}}.brands-banner__product-image{max-width:472px;margin-bottom:38px;margin-left:auto;margin-right:auto}@media (min-width:768px){.brands-banner__product-image{margin-bottom:60px}}@media (min-width:1200px){.brands-banner__product-image{max-width:480px;margin-bottom:0;margin-top:-16px}}.brands-banner__logos{padding-left:28px;padding-right:28px}@media (min-width:768px){.brands-banner__logos{padding-left:38px;padding-right:38px}}@media (min-width:1200px){.brands-banner__logos{padding-left:0;padding-right:0;padding-top:20px}}.brands-banner__logos-title{font-size:1rem;line-height:1;font-weight:500;color:#fff;text-align:center;margin-bottom:10px}@media (min-width:768px){.brands-banner__logos-title{font-size:.75rem;text-align:left;margin-bottom:-10px}}@media (min-width:1200px){.brands-banner__logos-title{font-size:1.1875rem;margin-bottom:34px;text-align:center}}.brands-banner__logos-list{padding:0;list-style:none;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin:0 auto}@media (min-width:768px){.brands-banner__logos-list{flex-wrap:nowrap}}@media (min-width:1200px){.brands-banner__logos-list{flex-wrap:wrap}}.brands-banner__logo-list-item{width:30%}@media (min-width:768px){.brands-banner__logo-list-item{width:20%}}@media (min-width:1200px){.brands-banner__logo-list-item{width:30%}}.brands-banner__logo-list-item:first-child{width:100%;margin-bottom:20px}@media (min-width:768px){.brands-banner__logo-list-item:first-child{width:36%;margin-bottom:0;margin-right:2%}}@media (min-width:1200px){.brands-banner__logo-list-item:first-child{width:100%;margin-bottom:28px;margin-right:0}}.brands-banner__logo-list-item:first-child .brands-banner__logo-list-item-image{width:168px;margin-left:auto;margin-right:auto}@media (min-width:768px){.brands-banner__logo-list-item:first-child .brands-banner__logo-list-item-image{width:100%}}@media (min-width:1200px){.brands-banner__logo-list-item:first-child .brands-banner__logo-list-item-image{width:280px}}.jet-dry-banner{background:#0a1f5b}.jet-dry-banner .container{position:relative;padding:0}.jet-dry-banner__title{position:absolute;top:30px;right:0;left:0;width:100%;max-width:970px;margin:0 auto;padding:0 15px;color:#fff;text-align:center;text-transform:uppercase}@media (min-width:768px){.jet-dry-banner__title{top:50px}}.jet-dry-banner__description{padding:10px;background:#0a1f5b;text-align:center}@media (min-width:768px){.jet-dry-banner__description{position:absolute;bottom:0;right:0;left:0;padding:27px 50px}}.jet-dry-banner h2{font-size:1.25rem;font-weight:800}@media (min-width:768px){.jet-dry-banner h2{font-size:3.5rem;line-height:4.25rem}}.jet-dry-banner h3{margin-bottom:20px;font-size:1rem;font-weight:900;text-transform:uppercase}@media (min-width:768px){.jet-dry-banner h3{font-size:2.625rem}}.jet-dry-banner p{font-size:1rem}@media (min-width:768px){.jet-dry-banner p{font-size:1.625rem}}.jet-dry-banner h2,.jet-dry-banner h3,.jet-dry-banner p{color:#fff}.image-banner{margin-top:64px;margin-bottom:64px}@media (min-width:768px){.image-banner{margin-top:96px;margin-bottom:96px}}.image-banner__cta{display:flex;align-items:center;width:-webkit-max-content;width:max-content;margin:36px auto 10px}@media (min-width:768px){.image-banner__cta{margin-top:22px}}.image-banner--jet-dry{margin:0;background:#0a1f5b}.image-banner--jet-dry .container{padding:0}.image-banner--holiday-tower-img{margin:-7px 0 0}.image-banner--holiday-tower-img .container{padding:0;max-width:1176px}.image-banner--equity-chef{margin:0}.image-banner--equity-chef .container{padding:0}.related-campaigns-section__title{font-size:1.5rem;font-weight:800;line-height:32px;color:#183a6c;text-transform:uppercase}@media (min-width:992px){.related-campaigns-section__title{font-size:2rem;line-height:40px}}.related-campaigns-section__grid{--columns:1fr;display:grid;justify-content:center;width:Min(264px,100%);margin:0 auto;padding:24px 0;gap:32px;grid-template-columns:var(--columns)}@media (min-width:576px){.related-campaigns-section__grid{width:100%;gap:24px;--columns:1fr 1fr}}@media (min-width:992px){.related-campaigns-section__grid{--columns:1fr 1fr 1fr 1fr;padding:26px 0}}@media (min-width:576px){.related-campaigns-section__grid.col-1{--columns:265px}}@media (min-width:992px){.related-campaigns-section__grid.col-2{--columns:repeat(2,265px)}}@media (min-width:992px){.related-campaigns-section__grid.col-3{--columns:repeat(3,265px)}}.related-campaigns-section__accordion>div{border-bottom:1px solid rgba(24,58,108,.3)}.related-campaigns-section__accordion .accordion__item{padding:0;visibility:hidden}.related-campaigns-section__accordion .show-more__button.btn{font-size:.875rem;font-style:normal;font-weight:600;line-height:inherit;color:#183a6c;text-align:start;text-transform:none;position:relative;justify-content:left;padding:8px 32px;cursor:pointer}@media (min-width:992px){.related-campaigns-section__accordion .show-more__button.btn{font-size:1.125rem;padding:16px 32px}}.related-campaigns-section__accordion .show-more__button.btn:before{border:none}.related-campaigns-section__accordion .show-more__button.btn:focus,.related-campaigns-section__accordion .show-more__button.btn:focus-visible,.related-campaigns-section__accordion .show-more__button.btn:focus-within{outline:1px dashed #fff}.related-campaigns-section__accordion .icon{font-size:.875rem;position:absolute;top:10px;left:2px;margin:0}@media (min-width:992px){.related-campaigns-section__accordion .icon{font-size:1rem;top:20px}}.related-campaigns-section__accordion .icon--plus{display:block}.related-campaigns-section__accordion .icon--minus{display:none}.related-campaigns-section__accordion .open>*{overflow:unset!important}.related-campaigns-section__accordion .open .accordion__item{visibility:visible}.related-campaigns-section__accordion .open .icon--plus{display:none}.related-campaigns-section__accordion .open .icon--minus{display:block}.community-connect{--section-bg:#fff;background-color:var(--section-bg);padding:64px 0 104px}.community-connect--bg-primary-grey{--section-bg:#f0f4f8}@media (min-width:1400px){.community-connect{padding:96px 0 168px}}.community-connect__title{margin-bottom:56px;font-size:1.5rem;line-height:1.75rem;color:#0e2255;text-align:center}@media (min-width:992px){.community-connect__title{font-size:2rem;line-height:2.5625rem}}.community-connect__title>*{font-size:inherit;line-height:inherit;color:inherit}.community-connect__item{position:relative;width:100%;max-width:300px;height:300px;background-color:#e2e2e2;border-radius:8px;overflow:hidden;flex-shrink:0}@media (min-width:992px){.community-connect__item{height:330px;max-width:330px}}.community-connect__item-connection{position:absolute;left:16px;bottom:16px;padding:6px 8px;display:inline-flex;align-items:center;-webkit-column-gap:8px;column-gap:8px;background-color:#fff;border-radius:4px}@media (min-width:992px){.community-connect__item-connection{padding:8px;-webkit-column-gap:12px;column-gap:12px}}.community-connect__item-avatar{width:24px;height:24px;border-radius:50px;overflow:hidden}@media (min-width:992px){.community-connect__item-avatar{width:30px;height:30px}}.community-connect__item-nickname{font-size:.875rem;line-height:1.125rem;color:#0e2255}@media (min-width:1400px){.community-connect .carousel-wrapper{margin:0 -33px}}.community-connect .carousel-wrapper .slick-slide{margin:0 5px}.community-connect .carousel-wrapper .slick-slide>div{display:flex;justify-content:center}.community-connect .carousel-wrapper .slick-dots{padding:0;bottom:-48px;align-items:flex-start;flex-wrap:wrap;gap:8px}@media (min-width:480px){.community-connect .carousel-wrapper .slick-dots{gap:10px}}@media (min-width:768px){.community-connect .carousel-wrapper .slick-dots{gap:16px}}@media (min-width:1400px){.community-connect .carousel-wrapper .slick-dots{bottom:-80px}}.community-connect .carousel-wrapper .slick-active .dot-btn{background-color:#0e2255}.community-connect .carousel-wrapper .dot-btn{--dot-size:8px}.community-connect .carousel-wrapper .next-btn,.community-connect .carousel-wrapper .prev-btn{display:none}@media screen and (min-width:651px){.community-connect .carousel-wrapper .next-btn,.community-connect .carousel-wrapper .prev-btn{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block}}@media screen and (min-width:651px){.community-connect .carousel-wrapper .next-btn .icon,.community-connect .carousel-wrapper .prev-btn .icon{color:#183a6c;font-size:1.25rem}}@media (min-width:992px){.community-connect .carousel-wrapper .next-btn .icon,.community-connect .carousel-wrapper .prev-btn .icon{font-size:1.5625rem}}@media (min-width:1200px){.community-connect .carousel-wrapper .next-btn .icon,.community-connect .carousel-wrapper .prev-btn .icon{font-size:2.5rem}}@media screen and (min-width:651px){.community-connect .carousel-wrapper .prev-btn{left:-30px}}@media (min-width:992px){.community-connect .carousel-wrapper .prev-btn{left:-35px}}@media (min-width:1200px){.community-connect .carousel-wrapper .prev-btn{left:-55px}}@media (min-width:1400px){.community-connect .carousel-wrapper .prev-btn{left:-77px}}@media screen and (min-width:651px){.community-connect .carousel-wrapper .next-btn{right:-30px}}@media (min-width:992px){.community-connect .carousel-wrapper .next-btn{right:-35px}}@media (min-width:1200px){.community-connect .carousel-wrapper .next-btn{right:-55px}}@media (min-width:1400px){.community-connect .carousel-wrapper .next-btn{right:-77px}}.retailers__list-title *,.retailers__title *{padding:0;margin:0;font-size:inherit;line-height:inherit}.retailers{background:#f0f4f8}.retailers__container{max-width:1052px;padding:56px 20px;margin:0 auto}@media (min-width:1200px){.retailers__container{padding:64px 20px}}@media (min-width:1400px){.retailers__container{max-width:1180px;padding:96px 20px}}.retailers__title{max-width:330px;margin:0 auto 56px;font-size:1.5rem;line-height:2rem;text-transform:uppercase}@media (min-width:768px){.retailers__title{max-width:420px;font-size:2rem;line-height:2.5rem;letter-spacing:-.32px}}.retailers__title *{font-weight:700}.retailers__holder{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}@media (min-width:992px){.retailers__holder{flex-direction:row;align-items:flex-start;gap:14px}}@media (min-width:1200px){.retailers__holder{gap:40px}}@media (min-width:1400px){.retailers__holder{gap:30px}}.retailers__image{width:100%;max-width:360px;height:282px}@media (min-width:1200px){.retailers__image{max-width:324px;height:327px}}@media (min-width:1400px){.retailers__image{max-width:360px;height:382px}}.retailers__list-holder{display:flex;flex-direction:column;align-items:flex-start;gap:40px}@media (min-width:768px){.retailers__list-holder{gap:44px}}@media (min-width:1400px){.retailers__list-holder{gap:40px}}.retailers__list-title{margin:32px auto;font-size:1.5rem;line-height:2rem;text-transform:uppercase;text-align:center;font-weight:700}@media (min-width:768px){.retailers__list-title{max-width:650px;font-size:2rem;line-height:2.5rem;letter-spacing:-.32px}}@media (min-width:992px){.retailers__list-title{margin:0 0 56px;max-width:480px;text-align:left;font-weight:800}}.retailers__list-title *{font-weight:inherit}.retailers__list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,146px);gap:12px}@media (min-width:375px){.retailers__list{grid-template-columns:repeat(2,148px);gap:22px}}@media (min-width:414px){.retailers__list{grid-template-columns:repeat(2,152px);gap:30px}}@media (min-width:992px){.retailers__list{grid-template-columns:repeat(3,152px)}}@media (min-width:1200px){.retailers__list{grid-template-columns:repeat(3,196px)}}@media (min-width:1400px){.retailers__list{grid-template-columns:repeat(3,230px)}}.retailers__list-item-link{width:100%;height:70px;padding:10px;border-radius:8px;border:2px solid #dfe6eb}@media (min-width:1200px){.retailers__list-item-link{height:92px}}@media (min-width:1400px){.retailers__list-item-link{height:120px}}.retailers__list-item-link:focus-visible{outline:1px dashed #183a6c;outline-offset:3px}.retailers__list-item-link .btn__inner{width:100%;height:100%}.retailers__toggler{margin:0;background:none;border:0;padding:16px 20px;display:flex;align-items:center;gap:14px;font-size:.875rem;line-height:1rem;text-transform:uppercase;color:#fff;font-weight:700;letter-spacing:.028px;border-radius:30px;background:#183a6c;cursor:pointer}.retailers__toggler:focus-visible{outline:1px dashed #183a6c;outline-offset:3px}.retailers sup{line-height:0;font-size:65%;text-transform:lowercase}.retailers__link{width:100%;max-width:310px;margin:32px auto 0;font-size:.875rem;line-height:1rem}@media (min-width:576px){.retailers__link{margin:32px auto 0}}@media (min-width:992px){.retailers__link{max-width:230px;margin:56px 0 0}}.retailers--defend .retailers__container{padding:40px 24px 154px}@media (min-width:992px){.retailers--defend .retailers__container{padding:96px 24px}}@media (min-width:992px){.retailers--defend .retailers__holder{justify-content:flex-end;align-items:center}}.retailers--defend .retailers__image{max-width:360px;height:250px}@media (min-width:992px){.retailers--defend .retailers__image{height:468px}}.retailers--defend .retailers__list-holder{width:100%;gap:12px}@media (min-width:992px){.retailers--defend .retailers__list-holder{max-width:516px}}.retailers--defend .retailers__list{padding:0;list-style:none;width:100%;max-width:600px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width:992px){.retailers--defend .retailers__list{gap:16px;grid-template-columns:repeat(3,152px)}}.retailers--defend .retailers__list-item-link{height:40px;padding:10px;border-radius:8px;border:1px solid #0067b1}.superbowl-banner__product-text *,.superbowl-banner__title *{padding:0;margin:0;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;color:inherit}.superbowl-banner{background-color:#0b2561}.superbowl-banner__container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:minmax(1px,1fr);grid-template-areas:"title" "image" "product";justify-items:center}@media (min-width:992px){.superbowl-banner__container{padding-left:24px;grid-template-columns:424px 1fr;grid-template-areas:"title image" "product image";justify-items:start}}.superbowl-banner__title{grid-area:title;max-width:424px;padding:30px 16px 0;font-family:Gotham,Arial,Helvetica,sans-serif;font-size:1.25rem;line-height:normal;font-weight:400;color:#fff;text-align:center}@media (min-width:576px){.superbowl-banner__title{padding:30px 0 0;font-size:1.625rem}}.superbowl-banner__title strong{display:block;font-weight:700;font-size:1.625rem}@media (min-width:576px){.superbowl-banner__title strong{font-size:2rem}}.superbowl-banner__image-wrapper{grid-area:image;width:100%}.superbowl-banner__image{max-width:520px;margin:0 auto}@media (min-width:992px){.superbowl-banner__image{margin-right:0}}.superbowl-banner__product-wrapper{position:relative;max-width:570px;margin-top:-15%;grid-area:product;display:grid;grid-template-columns:150px auto;align-items:end}@media (min-width:576px){.superbowl-banner__product-wrapper{margin-top:-80px;grid-template-columns:260px auto}}@media (min-width:992px){.superbowl-banner__product-wrapper{max-width:100%;margin-top:0;padding-top:26px;grid-template-columns:1fr;justify-items:center}}@media (min-width:992px){.superbowl-banner__product-image{max-width:254px;margin:0 auto}}.superbowl-banner__product-text{padding:0 30px 35px 0;-webkit-transform:translateX(-15px);transform:translateX(-15px);font-family:Gotham,Arial,Helvetica,sans-serif;font-size:1.125rem;line-height:normal;font-weight:400;color:#fff}@media (min-width:576px){.superbowl-banner__product-text{padding:0 0 65px;-webkit-transform:translateX(-25px);transform:translateX(-25px);font-size:1.625rem}}@media (min-width:992px){.superbowl-banner__product-text{padding:0 0 34px;-webkit-transform:translateX(0);transform:translateX(0);text-align:center}}.superbowl-banner__product-text strong{display:block;font-weight:700;font-size:1.125rem}@media (min-width:576px){.superbowl-banner__product-text strong{font-size:1.625rem}}@media (min-width:992px){.superbowl-banner__product-text strong{display:inline}}.vote-section{margin-top:-1px;background-color:#183a6c}.vote-section__container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:minmax(1px,1fr);grid-template-areas:"form" "video" "teams"}@media only screen and (min-width:550px){.vote-section__container{grid-template-columns:minmax(551px,1fr)}}@media (min-width:992px){.vote-section__container{grid-template-columns:555px 1fr;grid-template-areas:"form video" "form teams";grid-template-rows:250px auto;justify-content:space-between}}.vote-section__vote-iframe-form{grid-area:form;display:grid;grid-template-columns:minmax(345px,555px);justify-content:center;height:700px}@media only screen and (min-width:550px){.vote-section__vote-iframe-form{height:770px}}.vote-section__vote-iframe-form>*{height:inherit}.vote-section__video{grid-area:video;padding:0}.vote-section__video div.video{margin:0}@media (min-width:992px){.vote-section__video div.video{padding:16px 38px 0}}@media (min-width:992px){.vote-section__video .embed-responsive-16by9{padding:0;height:220px}}.vote-section__video .video__play-icon:hover .icon--play{background-color:rgba(18,18,18,.3)}.vote-section__video .icon--play{width:100px;height:100px;border:none;background-color:rgba(18,18,18,.25)}@media (min-width:992px){.vote-section__video .icon--play{width:74px;height:74px}}.vote-section__video .icon--play:before{font-size:2.5rem}@media (min-width:992px){.vote-section__video .icon--play:before{font-size:1.875rem}}.vote-section__teams-list{margin:0;list-style:none;padding:40px 30px 20px;display:grid;grid-template-columns:repeat(2,minmax(auto,250px));align-items:baseline;justify-content:center;gap:10px}@media (min-width:768px){.vote-section__teams-list{grid-template-columns:repeat(auto-fill,22%)}}@media (min-width:992px){.vote-section__teams-list{padding:24px 38px 10px;grid-template-columns:repeat(2,1fr);gap:0}}@media (min-width:992px){.vote-section__team{height:100px}}.challenge-section__challenge-title *,.challenge-section__description *,.challenge-section__footNote *,.challenge-section__steps-item-description *,.challenge-section__steps-item-title *,.challenge-section__title *{padding:0;margin:0;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;color:inherit}.challenge-section{font-family:Gotham,Arial,Helvetica,sans-serif;color:#0a2660;background:#0a2660}.challenge-section__container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:minmax(1px,1fr);grid-template-areas:"info" "steps"}@media (min-width:992px){.challenge-section__container{grid-template-columns:1fr 1fr;grid-template-areas:"info steps"}}.challenge-section__info-block{grid-area:info;padding:30px 24px 38px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center;background-color:#fff}@media (min-width:992px){.challenge-section__info-block{padding:26px 24px;gap:17px}}.challenge-section__steps-block{grid-area:steps;padding:27px 24px 52px;color:#fff;text-align:center;background-color:#0a2660}@media (min-width:992px){.challenge-section__steps-block{padding:26px 24px 24px}}.challenge-section__challenge-title,.challenge-section__description,.challenge-section__footNote,.challenge-section__link,.challenge-section__steps-item-title,.challenge-section__title{text-transform:uppercase}.challenge-section__title{max-width:350px;font-size:2rem;line-height:normal;font-weight:800}@media (min-width:992px){.challenge-section__title{font-size:1.625rem}}.challenge-section__description{max-width:560px;font-size:1.3125rem;line-height:normal;font-weight:600}@media (min-width:992px){.challenge-section__description{max-width:420px;font-size:1rem}}.challenge-section__description strong{display:block;margin-top:6px;font-size:2rem;line-height:normal;font-weight:800}@media (min-width:992px){.challenge-section__description strong{font-size:1.5rem}}.challenge-section__footNote{font-size:1rem;line-height:normal;font-weight:600}@media (min-width:992px){.challenge-section__footNote{font-size:.875rem}}.challenge-section__footNote sup{line-height:0;font-size:65%;text-transform:lowercase}.challenge-section__link{font-size:1rem;color:inherit;font-weight:600}@media (min-width:992px){.challenge-section__link{font-size:.875rem}}.challenge-section__challenge-title{margin:0 auto 28px;font-size:2rem;line-height:normal;font-weight:800}@media (min-width:992px){.challenge-section__challenge-title{margin-bottom:8px;font-size:1.625rem}}.challenge-section__steps-list{padding:0;list-style:none;max-width:500px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);align-items:start;-webkit-column-gap:26px;column-gap:26px}@media (min-width:992px){.challenge-section__steps-list{-webkit-column-gap:4px;column-gap:4px}}.challenge-section__steps-item-title{margin-bottom:10px;font-size:1rem;line-height:normal;font-weight:800}@media (min-width:992px){.challenge-section__steps-item-title{margin-bottom:8px}}.challenge-section__steps-item-title sup{line-height:0;font-size:65%}.challenge-section__steps-item-image{max-width:140px;margin:0 auto}@media (min-width:992px){.challenge-section__steps-item-image{max-width:118px}}.challenge-section__steps-item-description{margin-top:8px;font-size:.6875rem;line-height:normal}@media (min-width:992px){.challenge-section__steps-item-description{margin-top:6px;font-size:.625rem}}.waste-banner__images-title *,.waste-banner__text-block *{padding:0;margin:0;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;color:inherit}.waste-banner{background-color:#202767;color:#fff}.waste-banner--container{max-width:1040px;margin:0 auto;padding:0 34px}.waste-banner--top{position:relative}@media (min-width:1280px){.waste-banner--top{min-height:530px}}.waste-banner__images{position:relative;z-index:1;padding:24px 0 30px 70px}@media (min-width:768px){.waste-banner__images{padding:30px 0 70px 80px}}@media (min-width:1200px){.waste-banner__images{padding:40px 0 90px 108px}}.waste-banner__image-logo{width:31vw;min-width:114px;max-width:403px}.waste-banner__image-additional-logo{margin-top:20px;width:30vw;min-width:114px;max-width:390px}@media (min-width:768px){.waste-banner__image-additional-logo{margin-top:60px}}.waste-banner__background-image,.waste-banner__image{position:absolute!important}.waste-banner__background-image{inset:0}.waste-banner__image{bottom:0;right:0;z-index:1;width:40vw;max-width:540px}@media (min-width:1600px){.waste-banner__image{right:4%}}@media screen and (min-width:1800px){.waste-banner__image{right:10%}}.waste-banner__images-title{margin-top:20px}@media (min-width:768px){.waste-banner__images-title{margin-top:60px}}.waste-banner__images-title>*{display:flex;align-items:end;font-size:.625rem;color:#fff;font-weight:600;text-transform:capitalize}@media (min-width:480px){.waste-banner__images-title>*{font-size:.875rem}}@media (min-width:576px){.waste-banner__images-title>*{font-size:1rem}}@media (min-width:768px){.waste-banner__images-title>*{font-size:1.375rem}}@media (min-width:992px){.waste-banner__images-title>*{font-size:1.75rem}}@media (min-width:1200px){.waste-banner__images-title>*{font-size:2.125rem}}.waste-banner__images-title img{width:9vw;max-width:110px;margin:0 4px 0 8px}.waste-banner__text-block{padding-bottom:27px;font-size:.6875rem;line-height:normal;font-weight:400;color:#f5f5f5;text-align:center}@media (min-width:768px){.waste-banner__text-block{padding-bottom:40px;font-size:1rem}}@media (min-width:992px){.waste-banner__text-block{padding-bottom:60px;font-size:1.3125rem}}.waste-banner__text-block sup{padding-left:2px;line-height:0;font-size:70%;text-transform:lowercase}.waste-banner__title{margin-bottom:1rem;font-size:.8125rem;font-weight:700;text-transform:none}@media (min-width:768px){.waste-banner__title{font-size:1.125rem}}@media (min-width:992px){.waste-banner__title{font-size:1.5625rem}}.waste-banner__subtitle{margin-bottom:1rem;font-size:.8125rem;text-transform:none}@media (min-width:768px){.waste-banner__subtitle{font-size:1.125rem}}@media (min-width:992px){.waste-banner__subtitle{font-size:1.5625rem}}.waste-video__text-block *{padding:0;margin:0;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;color:inherit}.waste-video{position:relative;background-color:#000;color:#fff}.waste-video__container{max-width:1254px;margin:0 auto;padding:20px 34px 40px}@media (min-width:768px){.waste-video__container{padding-top:40px;padding-bottom:90px}}@media (min-width:1200px){.waste-video__container{padding-top:60px;padding-bottom:90px}}.waste-video__logo--container{max-width:1176px;margin:0 auto;padding-right:24px;padding-left:24px}@media (min-width:992px){.waste-video__logo--container{max-width:794px;padding:0}}.waste-video__logo{width:116px;margin-left:auto}@media (min-width:768px){.waste-video__logo{width:254px}}@media (min-width:1200px){.waste-video__logo{width:394px}}.waste-video__video div.video{margin:24px auto}@media (min-width:768px){.waste-video__video div.video{margin-top:36px;margin-bottom:36px}}@media (min-width:992px){.waste-video__video div.video{margin-top:48px;margin-bottom:48px;max-width:794px}}.waste-video__video .icon--play:before{font-size:.875rem}@media (min-width:768px){.waste-video__video .icon--play{width:48px;height:48px}}.waste-video__decorative-bottom-left,.waste-video__decorative-bottom-right,.waste-video__decorative-top-left{position:absolute!important;z-index:1;height:auto}.waste-video__decorative-top-left{width:102px;top:-30px;left:0}@media (min-width:768px){.waste-video__decorative-top-left{width:174px;top:-60px}}@media (min-width:1200px){.waste-video__decorative-top-left{width:254px;top:-80px}}.waste-video__decorative-bottom-left{width:70px;bottom:-35px;left:0}@media (min-width:768px){.waste-video__decorative-bottom-left{width:120px;bottom:-60px}}@media (min-width:1200px){.waste-video__decorative-bottom-left{width:160px;bottom:-80px}}@media (min-width:1400px){.waste-video__decorative-bottom-left{width:180px}}.waste-video__decorative-bottom-right{width:90px;bottom:-30px;right:0}@media (min-width:768px){.waste-video__decorative-bottom-right{width:150px;bottom:-60px}}@media (min-width:1200px){.waste-video__decorative-bottom-right{width:220px;bottom:-80px}}@media (min-width:1400px){.waste-video__decorative-bottom-right{width:254px}}.waste-video__text-block{font-size:.6875rem;line-height:normal;color:#f5f5f5;font-weight:400;text-align:center}@media (min-width:768px){.waste-video__text-block{font-size:1rem}}@media (min-width:992px){.waste-video__text-block{font-size:1.5rem}}.save-water-products__title *{padding:0;margin:0;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;color:inherit}.save-water-products{position:relative;background-color:#fff;color:#fff}.save-water-products__container{max-width:1373px;margin:0 auto;padding:24px 18px}@media (min-width:768px){.save-water-products__container{padding-top:30px;padding-bottom:30px}}.save-water-products__decorative-element{position:absolute!important;z-index:1;height:auto;width:102px;top:-57px;left:0}@media (min-width:768px){.save-water-products__decorative-element{width:174px;top:-100px}}@media (min-width:1200px){.save-water-products__decorative-element{width:254px;top:-150px}}.save-water-products__title{font-size:.8125rem;line-height:normal;color:#0167b1;font-weight:700;text-align:center;text-transform:none}@media (min-width:768px){.save-water-products__title{font-size:1.125rem}}@media (min-width:992px){.save-water-products__title{font-size:1.875rem}}.save-water-products__logo{width:135px;margin:16px auto 0}@media (min-width:768px){.save-water-products__logo{width:200px}}@media (min-width:992px){.save-water-products__logo{margin-top:24px;width:275px}}.save-water-products__products{padding:0;list-style:none;margin:24px 0 0;display:grid;grid-template-columns:243px;justify-content:center;row-gap:16px}@media (min-width:768px){.save-water-products__products{grid-template-columns:320px;row-gap:24px}}@media (min-width:992px){.save-water-products__products{margin-top:48px;grid-template-columns:repeat(3,minmax(240px,320px));justify-content:space-between;-webkit-column-gap:16px;column-gap:16px}}@media (min-width:1200px){.save-water-products__products{grid-template-columns:repeat(3,minmax(320px,380px))}}.rte-section__text[data-rte] *{padding:0;margin:0;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;color:inherit}.rte-section{--section-bg-color:unset;--container-max-width:1176px;--container-padding:12px 24px;--text-color:#5a6c87;--font-size:1rem;--text-align:initial;--text-hover-color:#5a6c87;--text-decoration-style:dotted;--text-decoration-hover-style:dotted;--sup-line-height:0;background-color:var(--section-bg-color)}.rte-section--reference{--section-bg-color:#dddbdb;--container-max-width:1417px;--container-padding:26px 24px;--text-color:#000;--font-size:.5rem;--text-hover-color:#000}@media (min-width:768px){.rte-section--reference{--font-size:1rem}}.rte-section--switch{--section-bg-color:#0c1f4d;--container-max-width:1230px;--container-padding:20px 24px;--text-color:#fff;--font-size:1.875rem;--font-weight:800;--text-align:center;--text-transform:uppercase;--text-line-height:1.3;--accent-font-weight:800}@media (min-width:600px){.rte-section--switch{--font-size:2.25rem}}@media (min-width:768px){.rte-section--switch{--container-padding:36px 24px;--font-size:2.625rem;--accent-font-size:3.75rem;--accent-display:block}}@media (min-width:992px){.rte-section--switch{--font-size:3.125rem;--accent-font-size:5rem}}@media (min-width:1400px){.rte-section--switch{--font-size:4.05rem;--accent-font-size:9rem}}.rte-section--cta{--section-bg-color:#fd0;--container-padding:0;--font-size:1.25rem;--text-color:#de2928;--text-align:center;--text-transform:uppercase;--text-line-height:1.1;--font-weight:600;--accent-font-weight:800;--accent-font-size:1.875rem;--anchor-padding:14px;--text-hover-color:var(--text-color)}.rte-section--cta [data-rte] a{text-decoration:none;display:grid;grid-template-columns:1fr}.rte-section--cta [data-rte] a:hover{text-decoration:none}.rte-section--cta [data-rte] a:focus{color:currentColor;outline:none}.rte-section--cta [data-rte] a:focus-visible{outline:1px dashed #fff;outline-offset:2px}@media (min-width:768px){.rte-section--cta{--font-size:1.875rem;--accent-font-size:2.5rem}}@media (min-width:992px){.rte-section--cta{--anchor-padding:30px 24px;--font-size:3.125rem;--accent-font-size:4.375rem}}@media (min-width:1400px){.rte-section--cta{--anchor-padding:70px 24px;--font-size:4.5rem;--accent-font-size:6.75rem}}.rte-section--footnote{--section-bg-color:#1a3c73;--container-max-width:1366px;--container-padding:8px 10px;--font-size:.5rem;--text-line-height:1.3;--text-color:#fff;--sup-line-height:2}@media (min-width:414px){.rte-section--footnote{--container-padding:14px 12px;--font-size:.75rem}}@media (min-width:768px){.rte-section--footnote{--container-padding:32px 12px;--font-size:1.125rem}}@media (min-width:992px){.rte-section--footnote{--container-padding:40px 12px;--font-size:1.375rem;--text-line-height:1.2}}@media (min-width:1400px){.rte-section--footnote{--container-padding:56px 12px;--font-size:1.8rem}}.rte-section--footnote li{display:flex;-webkit-column-gap:2px;column-gap:2px}.rte-section--giveaway{--section-bg-color:#00adee;--container-max-width:1380px;--container-padding:8px 12px 12px;--font-size:.625rem;--text-line-height:1.5;--font-weight:800;--text-color:#fff;--text-align:center;--text-transform:uppercase;--accent-display:block;--accent-font-size:1.1875rem;--accent-line-height:1.2;--accent-font-weight:800}@media (min-width:480px){.rte-section--giveaway{--font-size:.75rem;--accent-font-size:1.25rem}}@media (min-width:576px){.rte-section--giveaway{--container-padding:24px;--font-size:.875rem;--accent-font-size:1.75rem}}@media (min-width:768px){.rte-section--giveaway{--font-size:1.125rem;--accent-font-size:2.125rem}}@media (min-width:992px){.rte-section--giveaway{--container-padding:36px 24px;--font-size:1.75rem;--accent-font-size:3.25rem}}@media (min-width:1400px){.rte-section--giveaway{--accent-margin:0 0 10px;--container-padding:32px 24px;--font-size:2.4375rem;--accent-font-size:4.625rem}}.rte-section__container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:var(--container-padding)}.rte-section__text[data-rte]{font-size:var(--font-size);color:var(--text-color);font-weight:var(--font-weight,400);text-align:var(--text-align);line-height:var(--text-line-height,normal);text-transform:var(--text-transform,initial)}.rte-section__text[data-rte] [class*="--accent"]{display:var(--accent-display,inline);margin:var(--accent-margin,0);font-size:var(--accent-font-size,var(--font-size));line-height:var(--accent-line-height,var(--text-line-height));font-weight:var(--accent-font-weight,400)}.rte-section__text[data-rte] a{padding:var(--anchor-padding,0);-webkit-text-decoration-style:var(--text-decoration-style);text-decoration-style:var(--text-decoration-style)}.rte-section__text[data-rte] a:hover{color:var(--text-hover-color);-webkit-text-decoration-style:var(--text-decoration-hover-style);text-decoration-style:var(--text-decoration-hover-style)}.rte-section__text[data-rte] sup{line-height:var(--sup-line-height);font-size:60%}.rte-section__text[data-rte] ul{margin:0;padding:0;list-style:none}.rte-section__text[data-rte] li+li{margin-top:4px}.rte-section--safety-use{background-color:#fff}@media (max-width:992px){.rte-section--safety-use .rte-section__container{padding:24px 20px 10px}}@media (min-width:1200px){.rte-section--safety-use .rte-section__container{padding-bottom:24px}}.rte-section--safety-use .text-block--safety-use h2{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:2rem;font-weight:900;line-height:2.375rem;color:#008acf;text-align:left;margin:25px 0 39px;text-transform:none}@media (max-width:992px){.rte-section--safety-use .text-block--safety-use h2{text-align:center;font-size:1.5625rem;line-height:1.49562rem;margin:0 0 18px}}@media (min-width:1200px){.rte-section--safety-use .text-block--safety-use h2{font-size:3.1875rem;line-height:3.625rem}}@media (max-width:992px){.rte-section--safety-use .text-block--safety-use .safety-list{padding:0 42px}}@media (min-width:992px){.rte-section--safety-use .text-block--safety-use .safety-list{display:flex;flex-wrap:wrap}}.rte-section--safety-use .text-block--safety-use .safety-list li{margin-bottom:42px;display:flex;align-items:center}@media (max-width:992px){.rte-section--safety-use .text-block--safety-use .safety-list li{margin-bottom:14px}}@media (min-width:992px){.rte-section--safety-use .text-block--safety-use .safety-list li{width:50%}}@media (min-width:1200px){.rte-section--safety-use .text-block--safety-use .safety-list li:nth-child(odd){margin-right:43px;width:calc(50% - 43px)}}@media (min-width:1200px){.rte-section--safety-use .text-block--safety-use .safety-list li:nth-child(2n){width:calc(50% - 43px);margin-left:43px}}.rte-section--safety-use .text-block--safety-use .safety-list li strong{font-weight:700}.rte-section--safety-use .text-block--safety-use .safety-list li .tick-icon{margin-right:16px}@media (max-width:992px){.rte-section--safety-use .text-block--safety-use .safety-list li .tick-icon{width:20px;height:20px;margin-right:8px}}.rte-section--safety-use .text-block--safety-use .safety-list li span{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:1.35rem;line-height:26px;color:#143561;text-align:left}@media (max-width:992px){.rte-section--safety-use .text-block--safety-use .safety-list li span{font-size:.75rem;line-height:.9rem}}@media (min-width:1200px){.rte-section--safety-use .text-block--safety-use .safety-list li span{letter-spacing:-.016em}}.rte-section--safety-incident{background-color:#143561}@media (max-width:992px){.rte-section--safety-incident .rte-section__container{padding:20px 20px 23px}}@media (min-width:1200px){.rte-section--safety-incident .text-block--safety-incident{margin-bottom:69px}}.rte-section--safety-incident .text-block--safety-incident h2{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:2rem;line-height:2.375rem;color:#fff;text-align:left;margin:25px 0 39px;text-transform:none;font-weight:900}@media (max-width:992px){.rte-section--safety-incident .text-block--safety-incident h2{text-align:center;font-size:1.5625rem;line-height:1.49562rem;margin-bottom:20px}}@media (min-width:1200px){.rte-section--safety-incident .text-block--safety-incident h2{font-size:3.1875rem;line-height:3.625rem;margin-bottom:49px}}@media (max-width:992px){.rte-section--safety-incident .text-block--safety-incident .safety-list{padding:0 37px}}@media (min-width:992px){.rte-section--safety-incident .text-block--safety-incident .safety-list{display:flex;gap:24px}}@media (min-width:1200px){.rte-section--safety-incident .text-block--safety-incident .safety-list{display:flex;gap:39px}}.rte-section--safety-incident .text-block--safety-incident .safety-list li{margin-bottom:42px;display:flex;align-items:flex-start}@media (max-width:992px){.rte-section--safety-incident .text-block--safety-incident .safety-list li{flex-direction:column;align-items:center;margin-bottom:23px}}@media (min-width:992px){.rte-section--safety-incident .text-block--safety-incident .safety-list li{width:33%}}@media (max-width:992px){.rte-section--safety-incident .text-block--safety-incident .safety-list li:last-child{margin-bottom:0}}.rte-section--safety-incident .text-block--safety-incident .safety-list li .tick-icon{margin-right:16px}@media (max-width:992px){.rte-section--safety-incident .text-block--safety-incident .safety-list li .tick-icon{width:30px;height:30px;margin-right:0;margin-bottom:14px}}.rte-section--safety-incident .text-block--safety-incident .safety-list li span{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:1.35rem;line-height:25px;color:#fff;text-align:left}@media (max-width:992px){.rte-section--safety-incident .text-block--safety-incident .safety-list li span{font-size:.75rem;line-height:.9rem}}@media (min-width:1200px){.rte-section--safety-incident .text-block--safety-incident .safety-list li span{letter-spacing:-.02em}}.rte-section--safety-incident .text-block--safety-incident .safety-list li strong{font-weight:900}@media (max-width:992px){.rte-section--safety-incident .text-block--safety-incident .safety-list li strong{line-height:.7175rem}}.rte-section--safety-guide{background-color:#fff}@media (max-width:992px){.rte-section--safety-guide .rte-section__container{padding:19px 20px 23px}}.rte-section--safety-guide .text-block--safety-guide{margin:9px 0 20px}@media (max-width:992px){.rte-section--safety-guide .text-block--safety-guide{margin:0}}@media (min-width:992px){.rte-section--safety-guide .text-block--safety-guide{display:flex;align-items:center}}.rte-section--safety-guide .text-block--safety-guide .image-section{margin-right:45px}@media (max-width:992px){.rte-section--safety-guide .text-block--safety-guide .image-section{margin-right:0;text-align:center}}@media (max-width:992px){.rte-section--safety-guide .text-block--safety-guide .image-section .tick-icon{width:40px;height:40px;margin-bottom:12px}}.rte-section--safety-guide .text-block--safety-guide .content h2{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:2rem;line-height:2.375rem;color:#143561;text-align:left;text-transform:none;font-weight:900;margin:24px 0}@media (max-width:992px){.rte-section--safety-guide .text-block--safety-guide .content h2{text-align:center;font-size:1.5625rem;line-height:1.49562rem;margin-bottom:15px;margin-top:0}}@media (min-width:1200px){.rte-section--safety-guide .text-block--safety-guide .content h2{font-size:3.1875rem;line-height:3.625rem;margin:0}}.rte-section--safety-guide .text-block--safety-guide .content p{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:1.225rem;line-height:1.375rem;color:#143561;text-align:left}@media (max-width:992px){.rte-section--safety-guide .text-block--safety-guide .content p{font-size:.75rem;line-height:.9rem;text-align:center}}@media (max-width:992px){.rte-section--safety-guide .text-block--safety-guide .content p .br{display:none}}.rte-section--safety-guide .text-block--safety-guide .content p strong{font-weight:900;font-size:1.29375rem}@media (max-width:992px){.rte-section--safety-guide .text-block--safety-guide .content p strong{font-size:.75rem;line-height:.7175rem}}.rte-section--safety-handle{background-color:#143561}.rte-section--safety-handle .rte-section__container{padding-right:0}@media (max-width:992px){.rte-section--safety-handle .rte-section__container{padding:20px}}@media (min-width:992px){.rte-section--safety-handle .text-block--handle-safety{display:flex;align-items:baseline;gap:10px}}@media (min-width:992px){.rte-section--safety-handle .text-block--handle-safety .title-section{width:33%}}.rte-section--safety-handle .text-block--handle-safety .title-section h2{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:2rem;line-height:2.375rem;color:#fff;margin:24px 0;font-weight:900;text-transform:none}@media (max-width:992px){.rte-section--safety-handle .text-block--handle-safety .title-section h2{text-align:center;font-size:1.5625rem;line-height:1.49562rem;margin-bottom:6px;margin-top:0}}@media (min-width:1200px){.rte-section--safety-handle .text-block--handle-safety .title-section h2{letter-spacing:-.01em;text-align:center;font-size:3.1875rem;line-height:3.625rem;margin:0}}.rte-section--safety-handle .text-block--handle-safety .title-section p{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:1.1875rem;line-height:20px;color:#fff;text-align:center}@media (max-width:992px){.rte-section--safety-handle .text-block--handle-safety .title-section p{font-size:.75rem;line-height:.9rem;text-align:center;padding:0 37px 7px}}.rte-section--safety-handle .text-block--handle-safety .title-section p strong{font-weight:900}@media (min-width:992px){.rte-section--safety-handle .text-block--handle-safety .title-section p{max-width:308px;margin:auto}}@media (min-width:1200px){.rte-section--safety-handle .text-block--handle-safety .title-section p{letter-spacing:-.01em}}@media (max-width:992px){.rte-section--safety-handle .text-block--handle-safety .safe-handle-items{padding:0 45px}}@media (min-width:992px){.rte-section--safety-handle .text-block--handle-safety .safe-handle-items{display:flex;justify-content:space-between;align-items:baseline;gap:20px;width:67%}}.rte-section--safety-handle .text-block--handle-safety .safe-handle-items li{display:flex;justify-content:center;align-items:center;flex-direction:column}@media (min-width:992px){.rte-section--safety-handle .text-block--handle-safety .safe-handle-items li{width:33%}}.rte-section--safety-handle .text-block--handle-safety .safe-handle-items li span{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:1.1875rem;line-height:20px;color:#fff;text-align:left}@media (max-width:992px){.rte-section--safety-handle .text-block--handle-safety .safe-handle-items li span{font-size:.75rem;line-height:.9rem;text-align:center;padding:0 37px 7px}}.rte-section--safety-handle .text-block--handle-safety .safe-handle-items li strong{font-weight:700}.rte-section--safety-handle .text-block--handle-safety .safe-handle-items li .icon{width:80px;height:80px;margin-bottom:10px}@media (max-width:992px){.rte-section--safety-handle .text-block--handle-safety .safe-handle-items li .icon{width:40px;height:40px;margin-bottom:5px;margin-right:0}}@media (min-width:992px){.rte-section--safety-handle .text-block--handle-safety .safe-handle-items li .icon{width:auto;height:auto}}.rte-section--cobranded-giveaway-signup .rte-section__container{padding:0;margin:0 auto;width:100%;max-width:1440px}@media (min-width:768px){.rte-section--cobranded-giveaway-signup .rte-section__container .rte-section__text p{text-align:center}}.rte-section--cobranded-giveaway-signup .rte-section__container .jebbit-iframe{height:90vh;min-height:900px!important}@media (min-width:768px){.rte-section--cobranded-giveaway-signup .rte-section__container .jebbit-iframe{width:67%!important;min-height:1000px!important}}@media screen and (min-width:800px){.rte-section--cobranded-giveaway-signup .rte-section__container .jebbit-iframe{width:100%!important;height:auto;min-height:500px!important}}@media screen and (min-width:1024px){.rte-section--cobranded-giveaway-signup .rte-section__container .jebbit-iframe{min-height:600px!important}}@media (min-width:1200px){.rte-section--cobranded-giveaway-signup .rte-section__container .jebbit-iframe{min-height:640px!important}}@media (min-width:1280px){.rte-section--cobranded-giveaway-signup .rte-section__container .jebbit-iframe{min-height:680px!important}}@media (min-width:1400px){.rte-section--cobranded-giveaway-signup .rte-section__container .jebbit-iframe{min-height:780px!important}}.rte-section--holiday-hero .rte-section__container{background:#080f1b;padding-block:0;text-align:center;box-shadow:none;-webkit-clip-path:inset(0 -100vmax);clip-path:inset(0 -100vmax)}.rte-section--holiday-hero .hero-ultimate{padding-block:20px}@media (min-width:992px){.rte-section--holiday-hero .hero-ultimate{padding-block:40px}}.rte-section--holiday-hero .hero-ultimate__text-img{width:100%;padding-block:20px 5px}@media (min-width:992px){.rte-section--holiday-hero .hero-ultimate__text-img{width:80%;padding-block:25px}}.rte-section--holiday-hero .hero-ultimate__desc{font-size:.625rem;line-height:2.1rem;font-weight:500;color:#fff}@media (min-width:992px){.rte-section--holiday-hero .hero-ultimate__desc{font-size:1.75rem;line-height:32px}}.rte-section--holiday-hero .hero-ultimate__desc span{color:#d0b983}.rte-section--holiday-hero .hero-ultimate__title{font-size:1.5rem;font-weight:900;color:#fff;line-height:1.875rem;margin-block:10px}@media (min-width:992px){.rte-section--holiday-hero .hero-ultimate__title{font-size:4.0625rem;line-height:1.2em;margin-block:26px}}.rte-section--holiday-hero .hero-ultimate__grand-price{font-size:.875rem;line-height:1.28rem;padding:15px;color:#fff;text-transform:uppercase}@media (min-width:992px){.rte-section--holiday-hero .hero-ultimate__grand-price{font-size:2.375rem;line-height:1.2em}}.rte-section--holiday-hero .hero-ultimate__logo{display:flex;justify-content:center;align-items:center;max-width:700px;margin:auto}.rte-section--holiday-hero .hero-ultimate__logo .logo{max-width:100px}@media (min-width:992px){.rte-section--holiday-hero .hero-ultimate__logo .logo{max-width:180px;margin-top:10px}}.rte-section--holiday-hero .hero-ultimate__logo span{font-family:Gotham,Arial,Helvetica,sans-serif;color:#fff}@media (min-width:992px){.rte-section--holiday-hero .hero-ultimate__logo span{font-size:2rem}}.rte-section--holiday-hero .hero-ultimate__logo .recipe-link a{display:block;text-decoration:none;cursor:pointer}.rte-section--holiday-hero .hero-ultimate__logo .recipe-link a:hover{text-decoration:underline}.rte-section--holiday-hero .hero-ultimate__logo .recipe-link .logo-with-recipe{display:flex;align-items:center;justify-content:center}@media (max-width:991px){.rte-section--holiday-hero .hero-ultimate__logo .recipe-link .logo-with-recipe img{width:80px}}.rte-section--holiday-hero .hero-ultimate__logo .recipe-link .logo-with-recipe span{font-size:16px;margin-top:20px}@media (max-width:991px){.rte-section--holiday-hero .hero-ultimate__logo .recipe-link .logo-with-recipe span{font-size:11px}}.rte-section--holiday-hero .hero-ultimate__logo .recipe-link .logo-with-recipe span strong{font-size:22px}@media (max-width:991px){.rte-section--holiday-hero .hero-ultimate__logo .recipe-link .logo-with-recipe span strong{font-size:14px}}.rte-section--holiday-hero.gameday-hero .rte-section__container{max-width:1280px;background-color:#002d72}@media (min-width:768px){.rte-section--holiday-hero.gameday-hero .rte-section__container{padding-inline:40px}}.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate{padding-top:7px;padding-bottom:0}@media (min-width:768px){.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate{padding-top:11px}}.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate__text-img{padding:0;margin-bottom:8px}.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate__desc{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:1.1875rem;font-weight:900;line-height:1.13625rem;text-align:center;margin-bottom:10px}@media (min-width:992px){.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate__desc{font-size:2.4875rem;line-height:2.38063rem}}.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate .product-img{padding-left:19px}@media (min-width:1200px){.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate .product-img{padding-left:100px}}@media (min-width:1200px){.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate .product-img .img{width:599px}}.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate__title{font-size:1.1875rem;font-weight:900;line-height:1.4475rem;letter-spacing:-.02em;text-align:center;margin-bottom:6px}@media (min-width:768px){.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate__title{font-size:2.5rem;line-height:3.125rem;margin-bottom:28px}}@media (min-width:992px){.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate__title{font-size:3.375rem;line-height:3.75rem}}@media (min-width:1200px){.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate__title{font-size:4.5rem;line-height:5.48562rem}}.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate__price{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:3.875rem;font-weight:800;line-height:4.72438rem;text-align:center;color:#cdb67f}@media (min-width:768px){.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate__price{font-size:3.25rem;line-height:4.25rem;padding-bottom:30px}}@media (min-width:992px){.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate__price{font-size:4rem;line-height:5rem}}@media (min-width:1200px){.rte-section--holiday-hero.gameday-hero .rte-section__container .hero-ultimate__price{font-size:5.1875rem;line-height:6.3125rem}}.rte-section--holiday-airbnb{background:#1f4070;text-align:center;max-width:1176px;margin:0 auto;padding:0}.rte-section--holiday-airbnb .rte-section__container{padding:0}.rte-section--holiday-airbnb .airbnb__img{display:flex;width:100%}.rte-section--holiday-airbnb .airbnb__img .img{width:35%;max-height:unset}.rte-section--holiday-airbnb .airbnb__img .img:nth-child(2){width:30%}@media screen and (min-width:413px) and (max-width:415px){.rte-section--holiday-airbnb .airbnb__img .img{max-height:260px}}.rte-section--holiday-airbnb .airbnb__img-top{width:100%}.rte-section--holiday-airbnb .airbnb__img-top .img{display:block}.rte-section--holiday-airbnb .airbnb .logo{display:block;width:100%;max-height:50px;-o-object-fit:contain;object-fit:contain;padding-block:9px}@media (min-width:768px){.rte-section--holiday-airbnb .airbnb .logo{max-height:134px;padding-block:24px}}@media (max-width:767px){.rte-section--holiday-airbnb .airbnb .logo .airbnb__logo{width:107px}}.rte-section--holiday-airbnb .airbnb__link{width:100%;height:auto;padding:10px;background:#1f4070;margin-bottom:16px}@media (min-width:992px){.rte-section--holiday-airbnb .airbnb__link{padding:10px 20%;margin-bottom:24px}}.rte-section--holiday-airbnb .airbnb__link .link{text-decoration:none;color:#fff;background-color:#0e2255;display:block;padding:10px 20px;border-radius:999px;font-weight:600;font-size:.875rem}.rte-section--holiday-airbnb .airbnb__link .link:hover{text-decoration:underline;color:#fff}@media (min-width:992px){.rte-section--holiday-airbnb .airbnb__link .link{font-size:1rem}}.rte-section--holiday-airbnb.gameday-airbnb{background-color:#002d72;max-width:1280px;padding-top:35px}@media (min-width:992px){.rte-section--holiday-airbnb.gameday-airbnb{padding-top:52.56px}}.rte-section--holiday-airbnb.gameday-airbnb .rte-section__container{max-width:1280px}.rte-section--holiday-airbnb.gameday-airbnb .airbnb-img{width:100%}.rte-section--holiday-recipe .rte-section__container{background:linear-gradient(180deg,#080f1b,#0e2253);padding:20px}.rte-section--holiday-recipe .rte-section__container .recipe{color:#fff;font-family:Gotham,Arial,Helvetica,sans-serif}.rte-section--holiday-recipe .rte-section__container .recipe__header{display:flex;justify-content:center;align-items:center}.rte-section--holiday-recipe .rte-section__container .recipe__header-image{margin-bottom:7px;margin-right:15px}.rte-section--holiday-recipe .rte-section__container .recipe__header-title{font-size:1.25rem;font-weight:900;line-height:1.19625rem;letter-spacing:.04em;text-align:center;text-transform:uppercase}@media (max-width:768px){.rte-section--holiday-recipe .rte-section__container .recipe__header-title{font-size:1rem}}.rte-section--holiday-recipe .rte-section__container .recipe__header-title span{font-size:1.75rem;line-height:1.75rem;letter-spacing:.01em;display:block}@media (max-width:768px){.rte-section--holiday-recipe .rte-section__container .recipe__header-title span{font-size:1.25rem}}.rte-section--holiday-recipe .rte-section__container .recipe__details{display:flex}@media (max-width:768px){.rte-section--holiday-recipe .rte-section__container .recipe__details{flex-direction:column}}.rte-section--holiday-recipe .rte-section__container .recipe__details .ingredients{width:35%;margin-right:13px}@media (max-width:768px){.rte-section--holiday-recipe .rte-section__container .recipe__details .ingredients{width:100%}}.rte-section--holiday-recipe .rte-section__container .recipe__details .ingredients__title{font-size:1.25rem;font-weight:900;line-height:1.19625rem;letter-spacing:.01em;text-align:left;margin-bottom:5px;text-transform:uppercase}.rte-section--holiday-recipe .rte-section__container .recipe__details .ingredients__items{margin-bottom:34px}.rte-section--holiday-recipe .rte-section__container .recipe__details .ingredients__items-title h4{font-size:.75rem;font-weight:900;line-height:.7175rem;letter-spacing:.02em;text-align:left;text-transform:uppercase;margin-bottom:4px}.rte-section--holiday-recipe .rte-section__container .recipe__details .ingredients__items-list .item{display:flex;margin:0;font-size:.75rem;font-weight:400;line-height:.9rem}.rte-section--holiday-recipe .rte-section__container .recipe__details .ingredients__items-list .item .measure{margin-right:10px;padding-right:7px;border-right:2px solid #fff;min-width:35px;text-align:center}.rte-section--holiday-recipe .rte-section__container .recipe__details .ingredients__items-list .item .detail{letter-spacing:-.015em;text-align:left}.rte-section--holiday-recipe .rte-section__container .recipe__details .directions{width:65%;border:2px solid #fff;padding:20px;position:relative;margin-top:11px}@media (max-width:768px){.rte-section--holiday-recipe .rte-section__container .recipe__details .directions{width:100%}}.rte-section--holiday-recipe .rte-section__container .recipe__details .directions__title{font-size:1.25rem;font-weight:900;line-height:1.19625rem;letter-spacing:.01em;text-align:right;text-transform:uppercase;position:absolute;right:22px;top:-10px;z-index:1;padding-inline:4px;background-color:#091226}.rte-section--holiday-recipe .rte-section__container .recipe__details .directions__details{margin-bottom:16px}.rte-section--holiday-recipe .rte-section__container .recipe__details .directions__details-title{font-size:.75rem;font-weight:900;line-height:.7175rem;letter-spacing:.02em;text-align:left;margin-bottom:1px;text-transform:uppercase}.rte-section--holiday-recipe .rte-section__container .recipe__details .directions__details-description{padding-left:20px;text-align:left}.rte-section--holiday-recipe .rte-section__container .recipe__details .directions__details-description li{font-size:.75rem;font-weight:400;line-height:.8125rem;letter-spacing:-.02em;margin:0}.rte-section--holiday-recipe .rte-section__container .recipe__details .directions__details-description li span{position:relative;left:10px}.rte-section--holiday-recipe .rte-section__container .recipe__details .directions__tip{font-size:.75rem;font-weight:400;line-height:.8125rem;letter-spacing:-.02em;text-align:left;margin-left:10px}.rte-section--holiday-recipe .rte-section__container .recipe__details .directions__tip span{font-weight:700}.rte-section--equity-banner .rte-section__container{padding:20px 20px 10px;background-image:url(/static/equity-banner-bg-8a9849ac9e0eab2d05fd0ffc0b95e6ef.png);background-size:cover;background-repeat:no-repeat}@media (min-width:992px){.rte-section--equity-banner .rte-section__container{padding-block:87px 22px}}.rte-section--equity-banner .hero-banner{display:flex;justify-content:space-between;align-items:flex-start}.rte-section--equity-banner .hero-banner__content{width:50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.rte-section--equity-banner .hero-banner__content .logo{margin-bottom:10px}@media (min-width:768px){.rte-section--equity-banner .hero-banner__content .logo{margin-top:33px;margin-bottom:31px}}.rte-section--equity-banner .hero-banner__content .logo img{width:114px;height:74px}@media (min-width:768px){.rte-section--equity-banner .hero-banner__content .logo img{width:auto;height:auto}}.rte-section--equity-banner .hero-banner__content-title{display:flex;justify-content:center;align-items:center}.rte-section--equity-banner .hero-banner__content-title p{font-size:14.83px;font-weight:900;font-family:Gotham,Arial,Helvetica,sans-serif;letter-spacing:-4%;line-height:100%;color:#fff;text-transform:uppercase}@media (min-width:768px){.rte-section--equity-banner .hero-banner__content-title p{font-size:24px}}@media (min-width:992px){.rte-section--equity-banner .hero-banner__content-title p{font-size:33.5px}}.rte-section--equity-banner .hero-banner__content-title p sup{font-size:100%;position:relative;top:0}@media (min-width:768px){.rte-section--equity-banner .hero-banner__content-title p.plus-sign{padding:0 5px;font-weight:700}}.rte-section--equity-banner .hero-banner__content-title span{width:100%;color:#fff;display:flex;align-items:center;text-align:center;font-size:5.67px;font-weight:900;font-family:Gotham,Arial,Helvetica,sans-serif;line-height:100%;letter-spacing:0;text-transform:lowercase}@media (min-width:768px){.rte-section--equity-banner .hero-banner__content-title span{font-size:12.8px}}.rte-section--equity-banner .hero-banner__content-title span:after,.rte-section--equity-banner .hero-banner__content-title span:before{content:"";flex:1 1;border-bottom:1px solid #fff;margin:0 8px}.rte-section--equity-banner .hero-banner__content-title span:before{margin-left:2px}.rte-section--equity-banner .hero-banner__image{width:50%;display:flex;flex-direction:column;align-items:center;position:relative;right:8px}@media (min-width:768px){.rte-section--equity-banner .hero-banner__image{right:24px}}.rte-section--equity-banner .hero-banner__image .product-img{margin-top:17px}@media (min-width:768px){.rte-section--equity-banner .hero-banner__image .product-img{margin-top:19px}}.rte-section--equity-banner .hero-banner__image .top-chef-img{width:125px;height:34px}@media (min-width:768px){.rte-section--equity-banner .hero-banner__image .top-chef-img{width:auto;height:auto}}.rte-section--equity-signup-form .rte-section__container{background-image:url(/static/form-bg-1a9b3174582239f976d64a3b3c04f815.png);background-size:cover;background-repeat:no-repeat;background-position:top;padding:8.45px 16px 11px}@media (min-width:768px){.rte-section--equity-signup-form .rte-section__container{padding:24px 41px 46px}}.rte-section--equity-signup-form .rte-section__container .equity-form{max-width:912.7px;margin-inline:auto}.rte-section--equity-signup-form .rte-section__container .enter-to-win .title{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:700;font-size:13.78px;line-height:160%;letter-spacing:0;text-align:center;text-transform:uppercase;color:#fff;margin-bottom:6px}@media (min-width:768px){.rte-section--equity-signup-form .rte-section__container .enter-to-win .title{font-size:24px;margin-bottom:14px}}@media (min-width:992px){.rte-section--equity-signup-form .rte-section__container .enter-to-win .title{font-size:39px;max-width:975px;margin-inline:auto}}.rte-section--equity-signup-form .rte-section__container .enter-to-win .title img{position:relative;top:4px;width:72px;height:20px}@media (min-width:768px){.rte-section--equity-signup-form .rte-section__container .enter-to-win .title img{top:10px;width:120px;height:40px}}@media (min-width:992px){.rte-section--equity-signup-form .rte-section__container .enter-to-win .title img{top:12px;width:202px;height:56.5px}}.rte-section--equity-signup-form .rte-section__container .enter-to-win .description{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:400;font-size:8px;line-height:100%;letter-spacing:0;text-align:center;color:#fff;margin-bottom:14px}@media (min-width:768px){.rte-section--equity-signup-form .rte-section__container .enter-to-win .description{font-family:Gotham,Arial,Helvetica,sans-serif;font-size:15px;margin-bottom:51px}}.rte-section--equity-signup-form .rte-section__container .enter-to-win .signup-form{padding-inline:9px;width:100%;max-width:912px;margin:auto}@media (min-width:768px){.rte-section--equity-signup-form .rte-section__container .enter-to-win .signup-form{padding-inline:0}}.rte-section--equity-signup-form .rte-section__container .enter-to-win .signup-form p{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:500;font-size:6px;line-height:100%;letter-spacing:1%;margin-bottom:10px;color:#fff}@media (min-width:768px){.rte-section--equity-signup-form .rte-section__container .enter-to-win .signup-form p{font-size:13.2px;margin-bottom:26.78px}}@media (min-width:768px){.rte-section--equity-signup-form .rte-section__container .enter-to-win .signup-form p:nth-child(3){font-size:10px}}.rte-section--equity-signup-form .rte-section__container .enter-to-win .signup-form.d-none{display:none}.rte-section--equity-signup-form .rte-section__container .success{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:700;font-size:13.78px;line-height:110%;letter-spacing:0;text-align:center;text-transform:uppercase;color:#fff}@media (min-width:768px){.rte-section--equity-signup-form .rte-section__container .success{font-size:24px;line-height:100%}}@media (min-width:992px){.rte-section--equity-signup-form .rte-section__container .success{font-size:39px;line-height:110%;max-width:975px;margin-inline:auto}}.rte-section--equity-signup-form .rte-section__container .rules-link{display:flex;justify-content:center;align-items:baseline;list-style:none;padding:0;gap:20px;margin-left:40px}@media (min-width:768px){.rte-section--equity-signup-form .rte-section__container .rules-link{margin-top:28.44px;margin-left:80px}}.rte-section--equity-signup-form .rte-section__container .rules-link li{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:500;font-size:6px;line-height:100%;letter-spacing:0;text-align:center;color:#fff}@media (min-width:768px){.rte-section--equity-signup-form .rte-section__container .rules-link li{font-size:10.2px}}.rte-section--equity-signup-form .rte-section__container .rules-link li a{text-decoration:none;color:inherit}.rte-section--equity-signup-form .rte-section__container .rules-link li a:hover{color:inherit;text-decoration:underline}.rte-section--holiday-hero+div.iframe-section{margin:0}.rte-section--holiday-hero+div.iframe-section .container{padding:0}.rte-section--holiday-hero+div.iframe-section #myIframe,.rte-section--holiday-hero+div.iframe-section #sweepsiframe{display:block}.rte-section--holiday-hero.gameday-hero+div.iframe-section{margin:0}.rte-section--holiday-hero.gameday-hero+div.iframe-section .container{padding:0;max-width:1280px}.rte-section--holiday-hero.gameday-hero+div.iframe-section #myIframe,.rte-section--holiday-hero.gameday-hero+div.iframe-section #sweepsiframe{display:block}.campaign-card{position:relative;width:100%;min-height:300px;overflow:hidden}@media (min-width:768px){.campaign-card{width:50%;min-height:560px}}.campaign-card:after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(180deg,rgba(14,34,85,0) 45.27%,rgba(14,34,85,.9) 74.2%);content:""}.campaign-card__background{position:relative;height:100%}.campaign-card__background-img{position:absolute;top:0;right:0;z-index:-1;width:100%}.campaign-card__icon{max-width:102px;margin-bottom:16px}.campaign-card__info{display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:24px}.campaign-card__link{font-size:1.5rem;font-weight:700;color:#fff;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-left:0;background:none;border:none}.campaign-card__link.btn{--btn-active-outline:none}.campaign-card__link.btn:active,.campaign-card__link.btn:focus,.campaign-card__link.btn:hover{background:none;border-color:transparent;outline:0}.campaign-card__link .icon{font-size:2.125rem}.campaign-card__title{font-size:1.5rem;font-weight:700;color:#fff;text-transform:uppercase;margin-bottom:16px}.campaign-card__description{font-size:1.125rem}.campaign-card__description p{color:#fff}.campaign-card__description p a{color:#fff;text-decoration:none}.campaign-card__description p a:active,.campaign-card__description p a:focus,.campaign-card__description p a:hover{color:#fff}.campaign-cards{max-width:1728px;width:100%;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center}.residues__footnote *,.residues__list-item-title *,.residues__title *{padding:0;margin:0;font-size:inherit;line-height:inherit}.residues__footnote,.residues__list-item-title,.residues__title{color:#fff}.residues__footnote *,.residues__list-item-title *,.residues__title *{color:currentColor}.residues__title{font-size:2rem;line-height:2.5rem;text-align:center;text-transform:uppercase;padding:40px 20px 32px;background-color:#0e2255}@media (min-width:992px){.residues__title{font-size:3rem;line-height:3.5rem;padding-bottom:24px}}.residues__footnote{font-size:1rem;line-height:1.5rem;text-align:center;padding:32px 20px 40px;background-color:#0e2255}@media (min-width:992px){.residues__footnote{padding-top:24px}}.residues__list{margin:0;padding:0;list-style:none;display:grid;grid-auto-rows:500px;grid-template-columns:1fr}@media (min-width:768px){.residues__list{grid-auto-rows:640px;grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.residues__list{grid-auto-rows:780px}}.residues__list-item{position:relative;display:flex;align-items:center;justify-content:center}.residues__list-item-title{--text-shadow-color:#3385c1;--stroke-width:1px;--negative-stroke-width:calc(var(--stroke-width)*-1);font-size:2rem;line-height:2.5rem;text-align:center;text-shadow:var(--negative-stroke-width) var(--negative-stroke-width) 0 var(--text-shadow-color),var(--stroke-width) var(--negative-stroke-width) 0 var(--text-shadow-color),var(--negative-stroke-width) var(--stroke-width) 0 var(--text-shadow-color),var(--stroke-width) var(--stroke-width) 0 var(--text-shadow-color);text-transform:uppercase}.residues__list-item-title--md{font-size:3rem;line-height:3.5rem}.residues__list-item-image{top:0;right:0;bottom:0;left:0;z-index:-1}.residues--jet-dry{width:100%;max-width:1176px;margin:0 auto;padding:15px 8px}@media (min-width:768px){.residues--jet-dry{padding:42px 20px}}.residues--jet-dry .residues__title{color:#0c1f4d;margin-bottom:15px;padding:0;background-color:#fff}.residues--jet-dry .residues__title h2{font-size:1rem;font-weight:900}@media (min-width:768px){.residues--jet-dry .residues__title h2{font-size:2.625rem}}.residues--jet-dry .residues__list{gap:0 8px;grid-auto-rows:182px;grid-template-columns:repeat(3,1fr)}@media (min-width:768px){.residues--jet-dry .residues__list{gap:0 20px;grid-auto-rows:485px}}.residues--jet-dry .residues__list-item-title{font-size:.75rem;font-weight:900;line-height:1;text-align:center;text-shadow:none;text-transform:uppercase;position:relative}@media (min-width:768px){.residues--jet-dry .residues__list-item-title{font-size:1.75rem}}.residues--jet-dry .residues__list-item-title:after{position:absolute;right:0;bottom:-10px;left:0;width:25px;height:4px;margin:0 auto;background:#fff;content:""}@media (min-width:768px){.residues--jet-dry .residues__list-item-title:after{bottom:-16px;width:65px;height:11px}}.residues--jet-dry .residues__list-item-title--big{font-size:1.1875rem}@media (min-width:768px){.residues--jet-dry .residues__list-item-title--big{font-size:2.25rem}}@media (min-width:992px){.residues--jet-dry .residues__list-item-title--big{font-size:3.5rem}}.residues--jet-dry-bottom{max-width:100%;background:#0a1f5b}.residues--jet-dry-bottom .residues__list{width:100%;max-width:1176px;margin:0 auto;padding:15px 0 0}@media (min-width:768px){.residues--jet-dry-bottom .residues__list{padding:42px 0 0}}.residues--jet-dry-bottom .residues__list-item-image{z-index:0}.residues--jet-dry-bottom .residues__list-item-image img{-o-object-fit:contain!important;object-fit:contain!important}.residues--jet-dry-bottom .residues__list{grid-auto-rows:160px;grid-template-columns:repeat(3,1fr)}@media (min-width:768px){.residues--jet-dry-bottom .residues__list{grid-auto-rows:400px}}.residues--jet-dry-bottom .residues__list-item{align-items:flex-end}.residues--jet-dry-bottom .residues__list-item-title{font-size:.625rem;font-weight:700;line-height:1.2;text-shadow:none;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:50px;padding:10px 4px;background:#de2928}@media (min-width:992px){.residues--jet-dry-bottom .residues__list-item-title{font-size:1.75rem;padding:25px 15px}}.guide__subtitle *,.guide__title *{padding:0;margin:0;font-size:inherit;line-height:inherit}.guide{background:linear-gradient(180deg,#121212 20%,#0067b1)}.guide__container{width:100%;max-width:1180px;margin:0 auto;padding:40px 24px}@media (min-width:768px){.guide__container{padding:60px 24px}}@media (min-width:1200px){.guide__container{padding:96px 24px}}.guide__subtitle,.guide__title{text-transform:uppercase;text-align:center}.guide__subtitle *,.guide__title *{color:currentColor}.guide__title{font-size:1.125rem;line-height:1.5rem;color:#0067b1;font-weight:700}@media (min-width:768px){.guide__title{font-size:1.25rem}}@media (min-width:1200px){.guide__title{font-size:1.5rem;line-height:2rem}}.guide__subtitle{margin-top:16px;font-size:1.875rem;line-height:2.5rem;color:#fff;font-weight:800}@media (min-width:768px){.guide__subtitle{font-size:2.25rem}}@media (min-width:1200px){.guide__subtitle{font-size:3rem;line-height:3.5rem}}.guide__image{margin:32px auto 0;max-width:360px}@media (min-width:768px){.guide__image{max-width:1150px}}@media (min-width:1200px){.guide__image{margin-top:64px}}.guide sup{line-height:0;font-size:65%;text-transform:lowercase}.math__calculation-list-item-title *,.math__cost-list-item-title *,.math__footnote *,.math__numbers-list-item-note *,.math__numbers-list-item-price *,.math__title *{padding:0;margin:0;font-size:inherit;line-height:inherit;font-weight:inherit;color:currentColor}.math__calculation-list-item-title sup,.math__cost-list-item-title sup,.math__footnote sup,.math__numbers-list-item-note sup,.math__numbers-list-item-price sup,.math__title sup{font-size:60%;line-height:0}.math__footnote,.math__title{color:#fff}.math__footnote[data-rte]>:first-child,.math__title[data-rte]>:first-child{max-width:1200px;margin:0 auto}.math__title{font-size:1.125rem;font-weight:600;line-height:1;text-align:center;text-transform:uppercase;padding:20px;background-color:#1a3c73}@media (min-width:768px){.math__title{font-size:1.875rem}}@media (min-width:992px){.math__title{font-size:2.6875rem;padding:36px 20px}}.math__title h3{font-size:1rem;padding-top:10px}@media (min-width:768px){.math__title h3{font-size:1.25rem}}@media (min-width:992px){.math__title h3{font-size:1.75rem}}.math__calculation-list,.math__cost-list,.math__numbers-list{margin:0;padding:0;list-style:none}.math__calculation-list{--item-col-gap:2px;--image-with-text-width:auto;--image-with-text-gap:10px;--image-height:60px;--title-font-size:.5rem;--numbers-font-size:.875rem;--sign-width:15px;--sign-font-size:.625rem;--note-font-size:.375rem;--note-margin:0 -6px;width:-webkit-max-content;width:max-content;max-width:1360px;margin:0 auto;padding:0 12px}@media (min-width:375px){.math__calculation-list{--image-with-text-width:130px}}@media (min-width:414px){.math__calculation-list{--item-col-gap:6px;--image-with-text-width:140px;--image-height:80px;--title-font-size:.75rem}}@media (min-width:576px){.math__calculation-list{--item-col-gap:14px;--image-with-text-width:180px;--image-height:120px;--title-font-size:1rem;--numbers-font-size:1.25rem;--sign-width:20px;--sign-font-size:.875rem;--note-font-size:.5rem}}@media (min-width:768px){.math__calculation-list{--item-col-gap:24px;--image-with-text-width:280px;--image-height:160px;--title-font-size:1.5rem;--numbers-font-size:1.75rem;--sign-width:30px;--sign-font-size:1.25rem;--note-font-size:.625rem;padding:0 16px}}@media (min-width:992px){.math__calculation-list{--image-with-text-width:360px;--image-height:180px;--title-font-size:2rem;--numbers-font-size:2.25rem;--sign-width:40px;--sign-font-size:1.875rem;--note-font-size:.875rem;--note-margin:0 -8px}}@media (min-width:1400px){.math__calculation-list{--item-col-gap:36px;--image-with-text-width:440px;--image-with-text-gap:24px;--image-height:230px;--title-font-size:2.7rem;--numbers-font-size:3.6rem;--sign-width:60px;--sign-font-size:3.6rem;--note-font-size:1.4375rem;--note-margin:0 -16px}}.math__calculation-list-item{display:grid;align-items:center;padding:10px 0;-webkit-column-gap:var(--item-col-gap);column-gap:var(--item-col-gap);grid-template-columns:var(--image-with-text-width) 1fr}.math__calculation-list-item:not(:first-child){border-top:2px solid #d9d9d9}.math__calculation-list-item-image-with-text{display:grid;grid-template-columns:1fr;grid-template-rows:auto var(--image-height);row-gap:var(--image-with-text-gap)}.math__calculation-list-item-title{font-size:var(--title-font-size);font-weight:800;line-height:1.2;color:#0c1f4d;text-align:center;text-transform:uppercase}.math__cost-list{--item-width:54px;--item-h-padding:8px;--item-top-row-height:40px;--item-row-gap:6px;display:grid;width:-webkit-max-content;width:max-content;margin-bottom:6px;grid-template-columns:repeat(3,var(--item-width))}@media (min-width:768px){.math__cost-list{--item-width:84px;--item-h-padding:14px;--item-top-row-height:80px;--item-row-gap:12px;margin-bottom:12px}}@media (min-width:992px){.math__cost-list{--item-width:134px;--item-h-padding:20px;--item-top-row-height:120px;--item-row-gap:20px}}@media (min-width:1400px){.math__cost-list{--item-width:194px;--item-h-padding:28px;--item-top-row-height:158px;--item-row-gap:34px}}.math__cost-list-item{text-align:center;display:grid;padding:0 var(--item-h-padding);grid-template-columns:1fr;grid-template-rows:var(--item-top-row-height) auto;row-gap:var(--item-row-gap)}.math__cost-list-item:not(:first-child){border-left:1px solid #0c1f4d}@media (min-width:992px){.math__cost-list-item:not(:first-child){border-left-width:2px}}.math__cost-list-item-title{font-size:.5rem;font-weight:800;line-height:1;color:#0c1f4d;text-transform:uppercase}@media (min-width:768px){.math__cost-list-item-title{font-size:.875rem}}@media (min-width:992px){.math__cost-list-item-title{font-size:1.125rem}}@media (min-width:1400px){.math__cost-list-item-title{font-size:1.35rem}}.math__numbers-list{display:flex;-webkit-column-gap:var(--sign-width);column-gap:var(--sign-width)}.math__numbers-list-item{position:relative;color:#0c1f4d}.math__numbers-list-item:not(:first-child) .math__numbers-list-item-price:before{font-size:var(--sign-font-size);text-align:center;position:absolute;top:50%;left:calc(var(--sign-width)*-1);width:var(--sign-width);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.math__numbers-list-item:not(:first-child):not(:last-child) .math__numbers-list-item-price:before{content:"+"}.math__numbers-list-item:last-child .math__numbers-list-item-price:before{content:"="}.math__numbers-list-item-price{font-size:var(--numbers-font-size);font-weight:800;line-height:1.2;position:relative}.math__numbers-list-item-note{font-size:var(--note-font-size);font-weight:600;text-align:center;margin:var(--note-margin)}.math__footnote{font-size:.625rem;font-weight:800;line-height:1.2;text-align:center;text-transform:uppercase;padding:6px 20px;background-color:#0c1f4d}@media (min-width:414px){.math__footnote{font-size:.875rem}}@media (min-width:768px){.math__footnote{font-size:1.25rem;padding:12px 20px}}@media (min-width:992px){.math__footnote{font-size:1.75rem;padding:24px}}@media (min-width:1400px){.math__footnote{font-size:2.25rem}}.math__footnote--text-accent{font-size:1.375rem;line-height:1.2;display:block;padding-top:4px}@media (min-width:414px){.math__footnote--text-accent{font-size:1.625rem}}@media (min-width:768px){.math__footnote--text-accent{font-size:2.375rem}}@media (min-width:992px){.math__footnote--text-accent{font-size:3.75rem}}@media (min-width:1400px){.math__footnote--text-accent{font-size:5.375rem}}.water-challenge-banner [data-rte] *{padding:0;margin:0;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;color:inherit}.water-challenge-banner{--container-padding:32px 16px 24px;--image-max-width:172px;--image-margin-bottom:22px;--title-font-size:1rem;--description-font-size:.6875rem;--accent-text-font-size:.75rem;--accent-text-margin-bottom:10px;--counter-title-font-size:.75rem;--counter-row-gap:8px;--counter-list-column-gap:5px;--counter--list-item-width:30px;--counter--list-item-height:60px;--counter-number-font-size:1.5rem;--progress-width:170px;--progress-height:20px;position:relative}@media (min-width:576px){.water-challenge-banner{--image-max-width:280px;--title-font-size:1.5rem;--description-font-size:.875rem;--accent-text-font-size:1rem;--counter-title-font-size:.875rem;--counter-row-gap:9px;--counter-list-column-gap:8px;--progress-width:182px}}@media (min-width:768px){.water-challenge-banner{--container-padding:42px 20px;--image-max-width:480px;--image-margin-bottom:40px;--title-font-size:2.25rem;--description-font-size:1.125rem;--accent-text-font-size:1.5rem;--counter-title-font-size:1.5rem;--counter-row-gap:18px;--counter-list-column-gap:12px;--counter--list-item-width:90px;--counter--list-item-height:170px;--counter-number-font-size:3.75rem;--progress-width:500px;--progress-height:50px}}@media (min-width:992px){.water-challenge-banner{--image-max-width:520px;--image-margin-bottom:60px;--title-font-size:3rem;--description-font-size:2rem;--accent-text-font-size:2.25rem;--counter-title-font-size:2.375rem;--counter-row-gap:24px;--counter-list-column-gap:14px;--counter--list-item-width:100px;--counter--list-item-height:215px;--counter-number-font-size:4.375rem;--progress-width:556px;--progress-height:60px}}@media (min-width:1400px){.water-challenge-banner{--container-padding:130px 20px 146px;--image-margin-bottom:82px;--image-max-width:675px;--title-font-size:3.9375rem;--description-font-size:2.6875rem;--accent-text-font-size:2.9375rem;--accent-text-margin-bottom:30px;--counter-title-font-size:2.89125rem;--counter-row-gap:29px;--counter-list-column-gap:19px;--counter--list-item-width:115px;--counter--list-item-height:231px;--counter-number-font-size:5.78188rem;--progress-width:655px;--progress-height:77px}}.water-challenge-banner--with-counter{--container-padding:24px 16px 20px;--image-max-width:140px;--image-margin-bottom:34px}@media (min-width:576px){.water-challenge-banner--with-counter{--image-max-width:250px}}@media (min-width:768px){.water-challenge-banner--with-counter{--container-padding:42px 24px;--image-max-width:350px;--image-margin-bottom:60px}}@media (min-width:992px){.water-challenge-banner--with-counter{--container-padding:60px 24px 40px;--image-max-width:460px;--image-margin-bottom:100px}}@media (min-width:1400px){.water-challenge-banner--with-counter{--container-padding:92px 24px 74px;--image-max-width:523px;--image-margin-bottom:146px}}.water-challenge-banner:before{content:"";position:absolute;z-index:1;inset:0;background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#081f5c)}.water-challenge-banner__container{position:relative;z-index:2;max-width:1380px;margin:0 auto;padding:var(--container-padding)}.water-challenge-banner__accent-text,.water-challenge-banner__counter-title,.water-challenge-banner__description,.water-challenge-banner__title{font-weight:600;text-transform:uppercase;text-align:center}.water-challenge-banner__title{font-size:var(--title-font-size);line-height:1;color:#fff}.water-challenge-banner__description{font-size:var(--description-font-size);line-height:1.3;color:#fff}.water-challenge-banner__accent-text{margin-bottom:var(--accent-text-margin-bottom);font-size:var(--accent-text-font-size);line-height:1.3;color:#00adee}.water-challenge-banner__counter-wrapper{display:grid;grid-template-columns:minmax(1px,1fr);row-gap:var(--counter-row-gap)}.water-challenge-banner__counter-title{font-size:var(--counter-title-font-size);line-height:1;color:#fff}.water-challenge-banner__counter-list{margin:0;padding:0;list-style:none;display:flex;justify-content:center;-webkit-column-gap:var(--counter-list-column-gap);column-gap:var(--counter-list-column-gap)}.water-challenge-banner__counter-list-item{width:var(--counter--list-item-width);height:var(--counter--list-item-height);display:flex;justify-content:center;align-items:center;font-size:var(--counter-number-font-size);line-height:1;font-weight:800;color:#0c1f4d;background-color:#fff}.water-challenge-banner progress[value]{-webkit-appearance:none;appearance:none;width:var(--progress-width);height:var(--progress-height);margin:0 auto;border:1px solid #fff;background-color:#fff}.water-challenge-banner progress[value]::-webkit-progress-bar{background-color:#fff}.water-challenge-banner progress[value]::-moz-progress-bar{background-color:#fff}.water-challenge-banner progress[value]::-webkit-progress-value{background-color:#0c1f4d}.water-challenge-banner progress[value]::-moz-progress-value{background-color:#0c1f4d}.water-challenge-banner__image{max-width:var(--image-max-width);margin:0 auto var(--image-margin-bottom)}.links-section__title *{padding:0;margin:0;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;color:inherit}.links-section{background-color:#081f5c}.links-section__container{max-width:1380px;margin:0 auto;padding:10px 24px 14px}@media (min-width:768px){.links-section__container{padding:24px}}@media (min-width:1400px){.links-section__container{padding:32px 24px 54px}}.links-section__title{margin-bottom:12px;font-size:.875rem;line-height:1.2;font-weight:600;color:#fff;text-transform:uppercase;text-align:center}@media (min-width:480px){.links-section__title{font-size:1rem}}@media (min-width:768px){.links-section__title{margin-bottom:20px;font-size:1.75rem}}@media (min-width:992px){.links-section__title{font-size:2.625rem}}@media (min-width:1400px){.links-section__title{margin-bottom:34px;font-size:3.4375rem}}.links-section__list{padding:0;list-style:none;width:-webkit-max-content;width:max-content;max-width:90%;margin:0 auto}.links-section__list li+li{margin-top:10px}@media (min-width:768px){.links-section__list li+li{margin-top:24px}}@media (min-width:1400px){.links-section__list li+li{margin-top:43px}}.links-section__list-item-link{display:block;padding:0 12px;font-size:.75rem;line-height:1.25;font-weight:600;color:#0c1f4d;text-align:center;text-transform:uppercase;text-decoration:none;letter-spacing:-.5px;border-radius:5px;background-color:#fff}.links-section__list-item-link:focus-visible{outline:1px dashed #fff;outline-offset:2px}@media (min-width:480px){.links-section__list-item-link{font-size:.875rem}}@media (min-width:768px){.links-section__list-item-link{padding:0 20px;font-size:1.5rem;letter-spacing:-2px}}@media (min-width:992px){.links-section__list-item-link{padding:0 32px;font-size:2.25rem}}@media (min-width:1400px){.links-section__list-item-link{padding:0 46px;font-size:2.9375rem;border-radius:19.49px}}.brands-section [data-rte] *{padding:0;margin:0;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;color:inherit}.brands-section{--container-padding:10px 12px 6px;--image-column-sizes:41px 62px 60px;--column-gap:8px;--font-size:.375rem;--title-with-images-column-gap:8px;--title-with-images-margin-bottom:10px}@media (min-width:480px){.brands-section{--font-size:.375rem}}@media (min-width:576px){.brands-section{--container-padding:16px 12px 12px;--title-with-images-column-gap:14px;--title-with-images-margin-bottom:16px;--image-column-sizes:41px 62px 60px;--font-size:.625rem}}@media (min-width:768px){.brands-section{--container-padding:24px 12px 18px;--title-with-images-column-gap:30px;--title-with-images-margin-bottom:20px;--image-column-sizes:80px 120px 137px;--column-gap:14px;--font-size:.75rem}}@media (min-width:992px){.brands-section{--container-padding:36px 20px 20px;--title-with-images-column-gap:40px;--title-with-images-margin-bottom:26px;--image-column-sizes:120px 180px 194px;--column-gap:20px;--font-size:1rem}}@media (min-width:1400px){.brands-section{--container-padding:46px 20px 24px;--title-with-images-column-gap:50px;--title-with-images-margin-bottom:38px;--image-column-sizes:159px 241px 233px;--column-gap:32px;--font-size:1.4625rem}}.brands-section__container{max-width:1380px;margin:0 auto;padding:var(--container-padding)}.brands-section [data-rte] a{-webkit-text-decoration-style:solid;text-decoration-style:solid;text-underline-offset:1px}.brands-section [data-rte] a:hover{color:currentColor}.brands-section__footnote,.brands-section__title{font-size:var(--font-size);line-height:1.2;font-weight:600;color:#0c1f4d;text-transform:uppercase}.brands-section__title{text-align:right}.brands-section__footnote{text-align:center}.brands-section__title-with-images{margin-bottom:var(--title-with-images-margin-bottom);display:grid;grid-template-columns:repeat(2,-webkit-max-content);grid-template-columns:repeat(2,max-content);align-items:center;justify-content:center;-webkit-column-gap:var(--title-with-images-column-gap);column-gap:var(--title-with-images-column-gap)}.brands-section__list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:var(--image-column-sizes);-webkit-column-gap:var(--column-gap);column-gap:var(--column-gap)}.water-report__link-text *,.water-report__text *,.water-report__title *{padding:0;margin:0;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;color:inherit}.water-report{background-color:#e2e2e2}.water-report__container{max-width:1316px;margin:0 auto;padding:21px 24px}@media (min-width:576px){.water-report__container{padding:32px 24px}}@media (min-width:768px){.water-report__container{padding:42px 24px}}@media (min-width:992px){.water-report__container{padding:62px 24px}}@media (min-width:1400px){.water-report__container{padding:82px 24px}}.water-report__link-text,.water-report__text,.water-report__title{line-height:1.2;color:#0c1f4d;text-transform:uppercase}.water-report__title{margin-bottom:16px;font-size:.875rem;font-weight:800;text-align:center}@media (min-width:576px){.water-report__title{margin-bottom:24px;font-size:1.25rem}}@media (min-width:768px){.water-report__title{margin-bottom:30px;font-size:1.875rem}}@media (min-width:992px){.water-report__title{margin-bottom:40px;font-size:2.5rem}}@media (min-width:1400px){.water-report__title{margin-bottom:66px;font-size:3.375rem}}.water-report__text{margin-bottom:21px;font-size:.625rem;font-weight:700}@media (min-width:576px){.water-report__text{margin-bottom:30px;font-size:1rem}}@media (min-width:768px){.water-report__text{margin-bottom:40px;font-size:1.25rem}}@media (min-width:992px){.water-report__text{margin-bottom:50px;font-size:1.875rem}}@media (min-width:1400px){.water-report__text{margin-bottom:76px;font-size:2.40937rem}}.water-report__text ol,.water-report__text ul{margin:0;padding:0;list-style:none;text-align:center}.water-report__text ol li{position:relative}.water-report__text ol li:before{content:counter(list-item) ") ";font-weight:800}.water-report__text li+li{margin-top:10px}@media (min-width:576px){.water-report__text li+li{margin-top:15px}}@media (min-width:768px){.water-report__text li+li{margin-top:20px}}@media (min-width:992px){.water-report__text li+li{margin-top:30px}}@media (min-width:1400px){.water-report__text li+li{margin-top:40px}}.water-report__text--bold{font-weight:800}.water-report__link{display:block;width:-webkit-max-content;width:max-content;max-width:100%;margin:0 auto;padding:6px 14px;color:#0c1f4d;text-align:center;text-decoration:none;background-color:#fff;border-radius:5px}@media (min-width:576px){.water-report__link{padding:8px 20px}}@media (min-width:768px){.water-report__link{padding:10px 30px}}@media (min-width:992px){.water-report__link{padding:16px 40px}}@media (min-width:1400px){.water-report__link{padding:20px 50px;border-radius:19px}}.water-report__link:active,.water-report__link:focus,.water-report__link:focus-visible,.water-report__link:hover{color:currentColor}.water-report__link:focus-visible{outline:1px dashed #0c1f4d;outline-offset:2px}.water-report__link-text{font-size:.625rem;font-weight:800}@media (min-width:576px){.water-report__link-text{font-size:1rem}}@media (min-width:768px){.water-report__link-text{font-size:1.25rem}}@media (min-width:992px){.water-report__link-text{font-size:1.75rem}}@media (min-width:1400px){.water-report__link-text{font-size:2.40937rem}}.water-report__link-text--accent{display:block;font-size:.75rem}@media (min-width:576px){.water-report__link-text--accent{font-size:1.25rem}}@media (min-width:768px){.water-report__link-text--accent{font-size:1.625rem}}@media (min-width:992px){.water-report__link-text--accent{font-size:2.375rem}}@media (min-width:1400px){.water-report__link-text--accent{font-size:2.89125rem}}.campaign-cards-list--promotii{padding:30px 0}@media (min-width:576px){.campaign-cards-list--promotii{padding:50px 0}}@media (min-width:992px){.campaign-cards-list--promotii{padding:64px 0}}@media (max-width:576px){.campaign-cards-list--promotii .container{padding:0 10px}}.campaign-cards-list--promotii .campaign-cards-list__cards{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}@media (min-width:576px){.campaign-cards-list--promotii .campaign-cards-list__cards{gap:50px}}@media (min-width:992px){.campaign-cards-list--promotii .campaign-cards-list__cards{gap:15px}}.campaign-cards-list--promotii .campaign-cards-list__card{text-align:center;position:relative;width:154px;padding:20px 2px;background:#f0f4f8;border:2px solid rgba(18,18,18,.2);border-radius:8px}@media (min-width:576px){.campaign-cards-list--promotii .campaign-cards-list__card{width:264px;padding:24px 16px}}.campaign-cards-list--promotii .campaign-cards-list__card:after{position:absolute;top:-1px;right:0;left:0;width:100%;height:10px;background:linear-gradient(70deg,#f6eab8,#b79661 39%,#f6e8af 74%,#bc9961 97%);border-radius:8px 8px 0 0;content:""}.campaign-cards-list--promotii .campaign-cards-list__card-title{font-size:1rem;font-weight:700;color:#183a6c;margin-bottom:16px}@media (max-width:375px){.campaign-cards-list--promotii .campaign-cards-list__card-title{letter-spacing:-.8px}}.campaign-cards-list--promotii .campaign-cards-list__card-subTitle{font-size:1rem;margin-bottom:16px}@media (max-width:768px){.campaign-cards-list--promotii .campaign-cards-list__card-text{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70%}}.campaign-cards-list--promotii .campaign-cards-list__card .divide{font-size:1.125rem;font-weight:900;line-height:2rem;color:#183a6c;display:inline-block;width:100%}@media (min-width:768px){.campaign-cards-list--promotii .campaign-cards-list__card .divide{font-size:1.5rem}}.campaign-cards-list--promotii-campaign{color:#fff;text-align:center;padding:30px 0;background:linear-gradient(180deg,#121212 0,#0e2255 51%,#183a6c)}@media (min-width:992px){.campaign-cards-list--promotii-campaign{padding:64px 0}}.campaign-cards-list--promotii-campaign .campaign-cards-list__title{font-size:2rem;font-weight:700;margin-bottom:20px}@media (min-width:992px){.campaign-cards-list--promotii-campaign .campaign-cards-list__title{margin-bottom:40px}}.campaign-cards-list--promotii-campaign .campaign-cards-list__cards{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:20px;gap:15px}@media (min-width:992px){.campaign-cards-list--promotii-campaign .campaign-cards-list__cards{justify-content:space-between;margin-bottom:40px}}.campaign-cards-list--promotii-campaign .campaign-cards-list__card{width:100%;max-width:348px;overflow:hidden;background:#183a6c;border-radius:8px}.campaign-cards-list--promotii-campaign .campaign-cards-list__card-text{font-size:1rem;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:16px 10px}.campaign-cards-list--promotii-campaign .campaign-cards-list__card-title{font-size:2rem;font-weight:700;color:#121212;padding-top:8px;padding-bottom:8px;background:linear-gradient(6deg,#f6eab8,#b79661 40%,#f6e8af 70%,#bc9961)}.campaign-cards-list--promotii-campaign .campaign-cards-list__card .bold{font-weight:700;margin-bottom:16px}.campaign-cards-list--promotii-campaign .campaign-cards-list__description{font-size:1.125rem;width:100%;max-width:880px;margin:0 auto}.campaign-cards-list--promotii-campaign .campaign-cards-list__description a{font-size:1rem;color:#fff;text-decoration:underline}.campaign-cards-list--promotii-campaign .campaign-cards-list__description a:hover{color:#fff;text-decoration:none}.campaign-cards-list--promotii-campaign .btn{margin-bottom:20px}@media (min-width:992px){.campaign-cards-list--promotii-campaign .btn{margin-bottom:40px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;top:auto;left:-10000px;white-space:nowrap}.bestseller-product-card{text-decoration:none;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding:48px 32px 0;border-radius:8px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;-webkit-margin-end:0;margin-inline-end:0;height:100%;background:#fff;border:2px solid #e2e2e2;cursor:default}.bestseller-product-card:focus,.bestseller-product-card:focus-within,.bestseller-product-card:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.bestseller-product-card:before{position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;z-index:-1;display:none;border:1px dashed #183a6c;border-radius:10px;content:""}.bestseller-product-card:focus-within:before{display:block}.bestseller-product-card--bundle{background:linear-gradient(0deg,#0067b1,#0c2157);border:0;padding:3rem .625rem}.bestseller-product-card--bundle .bestseller-product-card__title{font-size:1.5rem;color:#fff}.bestseller-product-card--bundle .bestseller-product-card__stock-info{flex-grow:1}.bestseller-product-card__card{position:absolute;top:-2px;right:-2px;left:-2px;height:8px;border-radius:8px 8px 0 0;opacity:0}.bestseller-product-card__text{flex-grow:0;padding-bottom:0;-webkit-padding-end:0;padding-inline-end:0}.bestseller-product-card__link{position:static;color:#fff;text-decoration:none}.bestseller-product-card__title{font-size:1rem;font-weight:600;line-height:1.5;color:#0067b1;text-align:center;text-transform:uppercase;margin:0 0 8px}.bestseller-product-card__stock-info{line-height:1.5;display:flex;flex-direction:column;align-items:center;width:152px;padding:0 0 16px;border-top:1px solid hsla(0,0%,100%,.2)}.bestseller-product-card__stock-info .stock-info__price{color:#fff;text-align:end;padding-right:8px}.bestseller-product-card__stock-info .stock-info__price--old{font-size:1rem;color:#f0f4f8;text-decoration:line-through;margin-bottom:-5px}.bestseller-product-card__stock-info .stock-info__price--new{font-size:1.25rem;font-weight:600;white-space:nowrap}.bestseller-product-card__variant{color:#fff;margin-bottom:.5rem;text-align:center}.bestseller-product-card__buy-button{position:relative;z-index:3;padding-bottom:14px}.bestseller-product-card .bestseller-product-card__label{font-size:.75rem;font-weight:600;color:#fff;text-align:center;text-transform:uppercase;position:absolute;top:16px;right:0;z-index:1;display:flex;align-items:center;height:24px;padding:0 25px 0 18px;background:#de2928}.bestseller-product-card .bestseller-product-card__label:before{position:absolute;top:0;bottom:0;left:-10px;z-index:-1;width:20px;background:#de2928;border-radius:4px 0 0 4px;content:"";-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.bestseller-product-card__image{position:relative;z-index:1;flex-shrink:0;width:90%;margin-bottom:-25%;-webkit-margin-end:-13%;margin-inline-end:0;border-radius:8px}.bestseller-product-card__image__link{width:100%;height:100%;position:absolute;z-index:1}.bestseller-product-card__image-image{poistion:relative}.bestseller-product-card__image-image:before{display:block;padding-top:100%;content:""}.bestseller-product-card__image-image img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;transition:none 0s ease 0s;-o-object-fit:contain;object-fit:contain;-o-object-position:50% 100%;object-position:50% 100%}.bestseller-product-card__image:after{position:absolute;bottom:-15px;left:50%;z-index:-1;width:100%;height:33px;background:rgba(16,29,67,.15);border-radius:50%;content:"";-webkit-filter:blur(4px);filter:blur(4px);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.bestsellers-collection{padding:0;list-style:none;margin:4rem 0;display:grid;justify-content:center;grid-template-columns:repeat(auto-fit,264px);gap:78px 24px}.bestsellers-collection--bundles{width:100%;grid-template-columns:repeat(auto-fit,275px)}.bestsellers-collection .visible{display:inline-block}.bestsellers-collection-shop-all{text-align:center;margin:0 auto 2rem}.competition-banner__description *,.competition-banner__title *{padding:0;margin:0;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;color:inherit}.competition-banner{position:relative;background-color:#0d1f3d}@media (min-width:992px){.competition-banner{display:grid;grid-template-columns:1fr;align-content:space-between}}.competition-banner__container{position:relative;z-index:1;max-width:1176px;margin:0 auto;padding-left:24px;padding-right:24px;color:#fff}@media (min-width:992px){.competition-banner__container{display:grid;grid-template-columns:60%}}.competition-banner__container--top-content{padding-top:32px}@media (min-width:992px){.competition-banner__container--top-content{padding-top:96px;padding-bottom:96px}}.competition-banner__container--bottom-content{padding-top:12px;padding-bottom:18px}@media (min-width:992px){.competition-banner__container--bottom-content{padding-top:0;padding-bottom:32px}}.competition-banner__title{background-clip:text;background-color:#aa903c;background-image:linear-gradient(98.9deg,#9a8540 3.2%,#f9f2cc 29.12%,#a29057 57.15%,#d6c9a2 71.54%);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;margin-bottom:24px;font-size:2rem;line-height:1.1;font-weight:800;text-transform:uppercase}@media (min-width:992px){.competition-banner__title{font-size:2.625rem}}@media (min-width:1400px){.competition-banner__title{font-size:3rem}}.competition-banner__description{font-size:.875rem;line-height:1.4;font-weight:400}@media (min-width:992px){.competition-banner__description{font-size:1rem}}.competition-banner__links{padding:0;list-style:none;margin:48px 0 0;display:flex;align-items:center;flex-wrap:wrap;gap:32px}.competition-banner__links .btn__inner,.competition-banner__links .icon__suffix{color:#fff}.competition-banner__links .btn{padding:0;gap:8px;font-size:.875rem;line-height:1.2;font-weight:700;white-space:nowrap}.competition-banner__links .btn:hover .btn__inner{text-decoration:underline}.competition-banner__links .btn:hover .btn__inner,.competition-banner__links .btn:hover .icon__suffix{color:#fff}.competition-banner__links .btn:focus-visible{outline:1px dashed #fff;outline-offset:3px}.competition-banner__links .btn:focus-visible .btn__inner,.competition-banner__links .btn:focus-visible .icon__suffix,.competition-banner__links .btn:focus .btn__inner,.competition-banner__links .btn:focus .icon__suffix{color:#fff}.competition-banner__links .btn:focus:before{outline:none;border:none}.competition-banner__links .btn--primary-link{padding:14px 24px;border:2px solid #fff}@media (min-width:992px){.competition-banner__links .btn--primary-link{padding:14px 32px}}.competition-banner__links .icon__suffix{margin-left:0}.competition-banner__footnote-wrapper{position:relative;margin-top:-24px}@media (min-width:992px){.competition-banner__footnote-wrapper{margin-top:0}}.competition-banner__footnote-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;height:50px;background:linear-gradient(0deg,#0d1f3d 50%,rgba(13,31,61,.5) 90%,transparent)}@media (min-width:992px){.competition-banner__footnote-wrapper:before{display:none}}.competition-banner__footnote{font-size:.75rem;line-height:1.3;letter-spacing:-.3px}.competition-banner__footnote p{margin:0}.competition-banner__footnote[data-rte] a{color:#fff;text-decoration:underline}.competition-banner__footnote[data-rte] a:active,.competition-banner__footnote[data-rte] a:hover{color:currentColor}.competition-banner__footnote[data-rte] a:focus{outline:none;color:currentColor}.competition-banner__footnote[data-rte] a:focus-visible{outline:1px dotted currentColor;outline-offset:3px}.competition-banner__footnote-trademark{padding-top:8px;display:flex;align-items:center;-webkit-column-gap:8px;column-gap:8px}@media (min-width:992px){.competition-banner__footnote-trademark{padding-top:16px}}.competition-banner__mobile-block{height:360px}.competition-banner__background{position:absolute;inset:0}.campaign-page__main-column{width:100%}.campaign-page__main-column .custom-carousel,.campaign-page__main-column .description-link-video{max-width:745px;margin-right:auto;margin-left:auto}.campaign-page__main-column .video{max-width:100%;margin-top:40px;margin-bottom:64px}@media (min-width:768px){.campaign-page__main-column .video{margin-top:56px;margin-bottom:100px}}@media (min-width:992px){.campaign-page__main-column .video{max-width:771px;margin-left:12%}}.campaign-page__main-column .text-block{max-width:978px;margin-top:64px;margin-bottom:20px}@media (min-width:768px){.campaign-page__main-column .text-block{margin-top:100px;margin-bottom:60px}}.campaign-page__main-column .text-block h2{font-size:1.5rem;font-weight:700;line-height:32px}@media (min-width:768px){.campaign-page__main-column .text-block h2{font-size:1.625rem;line-height:37px;margin-bottom:21px}}.campaign-page__main-column .text-block p{line-height:23px}.campaign-page__main-column .slim-banner__flex{align-items:flex-start;padding-bottom:64px}@media (min-width:992px){.campaign-page__main-column .slim-banner__flex{justify-content:flex-start;padding-top:10px;padding-bottom:100px}}.campaign-page__main-column .slim-banner__description{text-align:left;word-break:break-all}.campaign-page__main-column .slim-banner__description h2,.campaign-page__main-column .slim-banner__description h3{font-size:1.625rem;line-height:29px;margin-bottom:24px}@media (min-width:768px){.campaign-page__main-column .slim-banner__description h2,.campaign-page__main-column .slim-banner__description h3{margin-bottom:32px}}.campaign-page__main-column .slim-banner__description p{font-size:.875rem;line-height:24px}.campaign-page__main-column .slim-banner--whirlpool .slim-banner__flex{padding-top:40px;padding-bottom:40px}.campaign-page__main-column .slim-banner--whirlpool .slim-banner__description p{font-size:1.125rem}.campaign-page__main-column .media-banner-section--whirlpool .video{margin-top:0;margin-bottom:0;margin-left:0;overflow:hidden;border-radius:8px}@media screen and (max-width:767px){.experience-container .content-block-inner{margin:auto 1px!important}.experience-container .content-block-inner.scrollable .scrollable-content{margin:auto;width:100%!important}}@media screen and (min-width:680px) and (max-width:850px){.jebbit-iframe.campaign-page{min-height:1200px!important}}@font-face{font-family:Source Sans Pro Semibold;src:url(/static/SourceSansPro-Semibold-9cea16d153975abc120e1907564fecbc.woff),url(/static/SourceSansPro-Semibold-b47def6e6acb847d6acfb941a6f4dc6a.woff2);font-weight:600;font-style:normal}@font-face{font-family:Source Sans Pro Black;src:url(/static/SourceSansPro-Black-b13bbd2f8bad9d52d43c030e7dbf9f66.woff),url(/static/SourceSansPro-Black-4b6f3f6ba45968e83c76ac38681fbbae.woff2);font-style:normal}@font-face{font-family:Phosphate Solid;src:url(/static/Phosphate-Solid-9b07f28e933007ddc60e81d8211ae5c4.woff),url(/static/Phosphate-Solid-05d064b3f4bd71fa8d2395004647e8c0.woff2);font-weight:400;font-style:normal}.split-banner__container{align-items:center;display:flex;gap:50px;border-bottom:1px solid grey}.split-banner__content{width:50%;text-align:center}.split-banner__desktop-image{width:50%;border-left:1px solid grey}.textwith_line{display:flex;align-items:center;justify-content:center;margin:1rem 0;gap:.75rem}.textwith_line .text-line{border:1px solid red;flex-grow:1;height:1px;background-color:#ccc;max-width:60px}.cmp-text__paragraph{margin:0!important;font-size:23px;letter-spacing:1.38px;line-height:22px;text-align:center;text-transform:uppercase;font-weight:600;color:#002159;white-space:nowrap;font-family:Source Sans Pro Semibold}.split-banner__content .cmp-title__text{font-family:Phosphate Solid;font-size:36px;line-height:36px;margin-bottom:0;color:#00205a;letter-spacing:2.16px;font-weight:400}.split-banner__content .days_clean .cmp-text__paragraph.semicnt{font-size:23px;line-height:23px;letter-spacing:1.38px;font-weight:900;font-family:Source Sans Pro Black;color:#002159;word-break:break-word;white-space:normal;overflow-wrap:break-word}.hero-button.button.btn--secondary.daysbtton a{text-decoration:none;font-family:Brandon Grotesque Bold;font-size:25px;line-height:30px;letter-spacing:0}.cmp-text__paragraph.disclaimer{font-size:23px;line-height:36px;letter-spacing:.69px;color:#002159}@media only screen and (max-width:767px){.split-banner__container{display:flex;flex-direction:column-reverse}.split-banner__content,.split-banner__mobile-image{width:100%}.split-banner__content{padding:0 36px}}@media screen and (min-width:768px) and (max-width:1024px){.split-banner__content{padding:0 20px}}.cmp-text__paragraph.disclaimer{font-family:Source Sans Pro Semibold}.currency-symbol{font-size:16px;line-height:36px;font-family:Source Sans Pro Semibold;font-weight:900}.currency,.currency-symbol{word-break:break-word;white-space:normal;overflow-wrap:break-word}.currency{font-family:Source Sans Pro Black;letter-spacing:.69px}.hero-button.button.btn--secondary.daysbtton a{background-color:#ca3178;border:1px solid #ca3178;color:#fff;width:100%;border-radius:4px;padding:11px 32px;cursor:pointer;max-width:189px;display:inline-block;margin:20px 0}.reviews-summary{max-width:1176px;margin:0 auto}.reviews-summary .bv-cv2-cleanslate .bv-content-details-container .bv-secondary-ratings{display:none!important}.reviews-summary #BVRRContainer .bv-cleanslate .bv-header .bv-action-bar-header{font-family:Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif!important;font-size:1.5rem!important;color:#183a6c!important;text-align:center!important;text-transform:uppercase!important;width:100%!important}@media screen and (min-width:1100px){.reviews-summary #BVRRContainer .bv-cleanslate .bv-header .bv-action-bar-header{font-size:2pxrem!important}}.jet-dry .breadcrumbs__item{text-transform:uppercase}.jet-dry .breadcrumbs--theme-alternative-black.breadcrumbs ol{margin-bottom:20px}