@import"https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh;overflow-x:hidden}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;border-radius:var(--style-border-radius-inputs)}select{background-color:var(--color-background);color:currentcolor}dialog{background-color:var(--color-background);color:var(--color-foreground)}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child,:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6){margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}body{font-family:"Lexend",var(--font-primary--family);background-color:#fafafa;color:var(--color-foreground)}button{font-family:"Lexend",var(--font-primary--family)}h1,.h1{font-size:46px;font-style:normal;font-weight:300;line-height:120%;letter-spacing:-.46px}h2,.h2{font-size:40px;font-style:normal;font-weight:300;line-height:normal}h3,.h3{font-size:32px;font-style:normal;font-weight:300;line-height:normal}h4,.h4{font-size:24px;font-style:normal;font-weight:300;line-height:normal}h5,.h5{font-size:19px;font-style:normal;font-weight:300;line-height:normal}h6,.h6{font-size:18px;font-style:normal;font-weight:300;line-height:normal}.btn-chevron-right:after{content:"";display:block;min-width:24px;width:24px;height:24px;-webkit-mask-image:url(icon-chevron-right-btn.svg);mask-image:url(icon-chevron-right-btn.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;background-size:100% 100%;background-color:#fff;transition:all .2s ease;pointer-events:none}.btn-chevron-left:before{content:"";display:block;width:24px;height:24px;transform:rotate(180deg);-webkit-mask-image:url(icon-chevron-right-btn.svg);mask-image:url(icon-chevron-right-btn.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;background-color:#2a2a2a;transition:all .2s ease;pointer-events:none}.btn-chevron-right:disabled:after,.btn-chevron-left:disabled:before{background-color:#757575}.btn-chevron-right-dark:after,.btn-chevron-left-dark:before{background-color:#2a2a2a}.btn-primary{font-family:"Lexend",var(--font-primary--family);padding:12px 20px;display:flex;align-items:center;gap:12px;background:#2a2a2a;color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:20px;text-decoration:none;width:fit-content;transition:all .2s ease}button.btn-primary{border:none}.btn-primary:hover{cursor:pointer;background:#424242}.btn-primary:focus,.btn-primary:active,.btn-primary:focus-visible{box-shadow:0 0 0 4px #eed69f;background:#2a2a2a}.btn-primary:disabled{color:#757575;background:#e6e6e6;cursor:not-allowed}.btn-secondary{font-family:"Lexend",var(--font-primary--family);padding:12px 20px;display:flex;align-items:center;gap:12px;background:#fff;color:#2a2a2a;font-size:16px;font-style:normal;font-weight:400;line-height:20px;text-decoration:none;border:1px solid #757575;width:fit-content;transition:all .2s ease}.btn-secondary:hover{cursor:pointer;background:#eed69f;border:1px solid #EED69F}.btn-secondary:focus,.btn-secondary:active,.btn-secondary:focus-visible{box-shadow:0 0 0 4px #eed69f;background:#fff;border:1px solid #FFF}.btn-secondary:disabled{color:#757575;background:#e6e6e6;border:1px solid #E6E6E6;cursor:not-allowed}.btn-check-more{display:flex;align-items:center;gap:8px;color:#2a2a2a;font-family:"Lexend",var(--font-primary--family);font-size:14px;font-style:normal;font-weight:300;line-height:26px;text-decoration:none;width:fit-content;transition:all .2s ease}.btn-check-more:after{content:"";display:block;width:24px;height:24px;-webkit-mask-image:url(icon-chevron-right-btn.svg);mask-image:url(icon-chevron-right-btn.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;background-color:#2a2a2a;transition:all .2s ease}.btn-check-more:hover{cursor:pointer;text-decoration:underline}.btn-size-m{padding:8px 20px;font-size:14px;line-height:20px}.btn-size-s{padding:6px 12px;font-size:12px;line-height:20px;gap:8px}.btn-size-s.btn-chevron-right:after{min-width:20px;width:20px;height:20px}.shopify-section{--content-width: min( calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2) );--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;grid-template-columns:var(--content-grid);display:grid;width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}.full-width-grid{grid-column:1 / -1;width:100%;display:grid;grid-template-columns:var(--content-grid)}.full-width-grid>*{grid-column:2 / 3;width:100%;max-width:none}@media screen and (max-width:989px){:root,body,.shopify-section{--page-margin: 12px}}.product-tabs__panel .product-tabs__content{color:#2a2a2a;font-size:16px;font-style:normal;font-weight:300;line-height:160%;margin-top:0}.product-tabs__panel .product-tabs__content.rte h2{font-size:28px;font-weight:300;line-height:40px}.product-tabs__panel .product-tabs__content.rte h3{font-size:24px;font-weight:300;line-height:40px;margin-top:0;margin-bottom:12px}.product-tabs__panel .product-tabs__content.rte p{margin-bottom:12px}.product-tabs__panel .product-tabs__content.rte ul{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:12px;margin-top:0;margin-bottom:24px}.product-tabs__panel .product-tabs__content.rte ul li{position:relative;padding-left:32px}.product-tabs__panel .product-tabs__content.rte ul li:before{content:"";display:block;position:absolute;left:0;top:0;min-width:24px;width:24px;height:24px;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 13L8.52642 15.8211C9.35374 16.483 10.5536 16.3848 11.2624 15.5973L19 7" stroke="%2327A444" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 13L8.52642 15.8211C9.35374 16.483 10.5536 16.3848 11.2624 15.5973L19 7" stroke="%2327A444" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;background-color:#27a444}.product-tabs__panel .product-tabs__content.rte ul li>*:last-child{margin-bottom:0}.product-tabs__panel .product-tabs__content.rte ul li strong{font-weight:500;color:#27a444}.product-tabs__panel .product-tabs__content.rte iframe,.product-tabs__panel .product-tabs__content.rte video,.product-tabs__panel .product-tabs__content.rte img{margin-bottom:12px}.product-tabs__panel .product-tabs__content.rte img{max-width:100%;height:auto;margin-inline:auto}.product-tabs__panel .product-tabs__content.rte iframe{width:100%;height:100%;aspect-ratio:16 / 9;object-fit:cover}.product-tabs__panel .product-tabs__content.rte>*:last-child{margin-bottom:0}.digi-test-materials__container{display:flex;gap:24px;margin-top:24px;padding-top:24px;border-top:1px solid rgba(92,92,92,.25)}.digi-test-materials__left,.digi-test-materials__right{width:calc(50% - 12px)}.digi-test-materials__right img{width:100%;height:100%;object-fit:cover}.digi-test-materials__container .btn-check-more{margin-top:24px}@media(max-width:999px){.product-tabs__panel .product-tabs__content{font-size:14px}.product-tabs__panel .product-tabs__content.rte h2{font-size:20px;line-height:140%}.product-tabs__panel .product-tabs__content.rte h3{font-size:18px;line-height:140%}.digi-test-materials__container{flex-direction:column}.digi-test-materials__left,.digi-test-materials__right{width:100%}}.custom-checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;position:relative}.custom-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.custom-checkbox__box{flex-shrink:0;min-width:22px;width:22px;height:22px;border-radius:2px;border:1px solid #D4D4D8;background:#fff;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,background-color .2s ease}.custom-checkbox input:checked+.custom-checkbox__box{background:#27a444;border-color:#27a444}.custom-checkbox input:checked+.custom-checkbox__box:after{content:"";display:block;width:12px;height:8px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M0.75 6.75L4.27642 9.57114C5.10374 10.233 6.30365 10.1348 7.0124 9.34733L14.75 0.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M0.75 6.75L4.27642 9.57114C5.10374 10.233 6.30365 10.1348 7.0124 9.34733L14.75 0.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:#fff}.custom-checkbox input:focus-visible+.custom-checkbox__box{outline:2px solid #27A444;outline-offset:2px}.black-checkbox{width:18px;height:18px;min-width:18px;margin:0;padding:0;border:1px solid #D4D4D8;border-radius:2px;background:#fff;cursor:pointer;appearance:none;-webkit-appearance:none;position:relative;flex-shrink:0;transition:border-color .15s ease}.black-checkbox:checked{border-color:#09090b}.black-checkbox:checked:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:#09090b;border-radius:1px}.black-checkbox:disabled{opacity:.3;cursor:not-allowed}.black-checkbox:disabled+.collection-filter__option-label{opacity:.3}.black-checkbox:focus-visible{outline:2px solid #09090B;outline-offset:2px}form.cpc-calculator-form{display:flex;flex-direction:column}form.cpc-calculator-form #calculator{order:1}form.cpc-calculator-form .product-form__variants{order:2}form.cpc-calculator-form .product-form__actions{order:3}form.cpc-calculator-form #calculator{max-width:unset;border-radius:0;background:transparent!important;margin-bottom:0}form.cpc-calculator-form #calculator .price-marker{padding:0;margin-bottom:24px;border-bottom:none;background:transparent!important;color:#2a2a2a;font-size:28px;font-style:normal;font-weight:400;line-height:140%}form.cpc-calculator-form #calculator .price-marker>label{display:none}form.cpc-calculator-form #calculator .price-marker #calculator-final-value,form.cpc-calculator-form #calculator .price-marker #calculator-final-value label,form.cpc-calculator-form #calculator .price-marker #calculator-final-value suffix{font-family:"Lexend",var(--font-primary--family)!important;color:#2a2a2a!important;margin-bottom:24px;font-size:28px!important;font-style:normal!important;font-weight:400!important;line-height:140%!important}form.cpc-calculator-form .element{padding:0!important;width:50%!important;display:inline-block}form.cpc-calculator-form .element input{width:100%!important}form.cpc-calculator-form .element{padding-left:12px!important}form.cpc-calculator-form .element:first-child{padding-left:0!important;padding-right:12px!important}@keyframes cpc-form-spinner{to{transform:rotate(360deg)}}form.product-form--custom-size:not(.cpc-calculator-form){position:relative;pointer-events:none;min-height:160px;display:flex;flex-direction:column;justify-content:end}form.product-form--custom-size:not(.cpc-calculator-form):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffd9;z-index:1}form.product-form--custom-size:not(.cpc-calculator-form):after{content:"";position:absolute;top:32px;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;border:3px solid rgba(42,42,42,.15);border-top-color:#2a2a2a;border-radius:50%;animation:cpc-form-spinner .7s linear infinite;z-index:2}form.product-form--custom-size:not(.cpc-calculator-form) .product-form__actions{margin-top:auto}
/*# sourceMappingURL=/cdn/shop/t/26/assets/critical.css.map */
