.pwcl{--pwcl-amber: #f7c039;--pwcl-amber-ink: #7a5800;--pwcl-ink: #15120c;--pwcl-text: #57534a;--pwcl-bg: #ffffff;--pwcl-bg-soft: #f6f4ee;--pwcl-border: #ebe8e0;--pwcl-radius: 20px;--pwcl-radius-btn: 10px;font-family:Jost,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--pwcl-text);background-color:var(--pwcl-bg);display:block}.pwcl__wrap{max-width:1200px;margin-inline:auto;padding:var(--pwcl-pad, 56px) 20px;display:flex;flex-direction:column;gap:56px}.pwcl__hero{text-align:center;max-width:820px;margin-inline:auto}.pwcl__eyebrow{margin:0 0 12px;font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--pwcl-amber-ink)}.pwcl__h1{margin:0 0 18px;font-size:clamp(30px,5vw,45px);line-height:1.15;font-weight:700;color:var(--pwcl-ink)}.pwcl__h2{margin:0 0 16px;font-size:clamp(26px,3.6vw,36px);line-height:1.2;font-weight:600;color:var(--pwcl-ink)}.pwcl__h3{margin:28px 0 12px;font-size:20px;font-weight:600;color:var(--pwcl-ink)}.pwcl__sub{font-size:18px;line-height:1.6;color:var(--pwcl-text)}.pwcl__sub p{margin:0 0 10px}.pwcl__cta{display:inline-block;margin-top:26px;padding:15px 36px;border-radius:var(--pwcl-radius-btn);background-color:var(--pwcl-amber);color:var(--pwcl-ink);font-size:16px;font-weight:600;text-decoration:none;transition:background-color .2s ease,color .2s ease}.pwcl__cta:hover{background-color:var(--pwcl-ink);color:#fff}.pwcl__cta:focus-visible{outline:3px solid var(--pwcl-ink);outline-offset:3px}.pwcl__faq-q:focus-visible{outline:2px solid var(--pwcl-amber-ink);outline-offset:2px}.pwcl__trust{margin:16px 0 0;font-size:14px;color:var(--pwcl-text)}.pwcl__badge{display:inline-block;margin:14px auto 0;padding:6px 14px;border-radius:999px;background-color:var(--pwcl-bg-soft);border:1px solid var(--pwcl-border);font-size:13px;font-weight:600;color:var(--pwcl-amber-ink)}.pwcl__badge--calc{margin:0 auto 20px}.pwcl__hero-example{display:block;margin-top:10px;font-size:14px;color:var(--pwcl-text);text-decoration:underline;text-underline-offset:3px}.pwcl__hero-example:hover{color:var(--pwcl-ink)}.pwcl__cta-row{text-align:center}.pwcl__cta-row .pwcl__cta{margin-top:0}.pwcl__shop-trust{margin:14px 0 0;font-size:13px;color:var(--pwcl-text)}.pwcl__founder{display:flex;gap:28px;align-items:flex-start;max-width:860px;margin-inline:auto;background-color:var(--pwcl-bg);border:1px solid var(--pwcl-border);border-radius:var(--pwcl-radius);padding:clamp(24px,4vw,40px)}.pwcl__founder-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;flex-shrink:0}.pwcl__founder-sign{margin:14px 0 0;font-size:14px;color:var(--pwcl-text)}.pwcl__founder-sign strong{color:var(--pwcl-ink)}.pwcl__founder-sign a{color:var(--pwcl-amber-ink)}@media screen and (max-width:599px){.pwcl__founder{flex-direction:column;align-items:center;text-align:center}}.pwcl__avantages{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.pwcl__av{background-color:var(--pwcl-bg);border:1px solid var(--pwcl-border);border-radius:var(--pwcl-radius);padding:26px 22px}.pwcl__av-icon{font-size:30px;line-height:1}.pwcl__av-title{margin:14px 0 8px;font-size:18px;font-weight:600;color:var(--pwcl-ink)}.pwcl__av-text{margin:0;font-size:15px;line-height:1.55}.pwcl__calc{box-sizing:border-box;width:min(1480px,calc(100vw - 40px));position:relative;left:50%;transform:translate(-50%);background-color:var(--pwcl-bg-soft);border-radius:var(--pwcl-radius);padding:clamp(28px,4vw,44px) clamp(14px,1.6vw,26px);text-align:center;scroll-margin-top:90px;margin-block:12px}.pwcl__lead{max-width:720px;margin:0 auto 28px;font-size:17px;line-height:1.6}.pwcl__lead p{margin:0 0 10px}.pwcl__calc-frame{width:100%;min-height:820px;border:0;border-radius:var(--pwcl-radius-btn);display:block;background-color:var(--pwcl-bg)}.pwcl__noscript{margin:0;font-size:15px;color:var(--pwcl-text)}.pwcl__calc-frame-wrap{position:relative;min-height:820px}.pwcl__calc-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:20px;color:var(--pwcl-text);font-size:15px;text-align:center;background-color:var(--pwcl-bg);border-radius:var(--pwcl-radius-btn);z-index:1}.pwcl__calc-loading[hidden]{display:none}.pwcl__calc-loading a{color:var(--pwcl-amber-ink);font-weight:600}.pwcl__calc-spinner{width:28px;height:28px;border:3px solid var(--pwcl-border);border-top-color:var(--pwcl-amber);border-radius:50%;animation:pwcl-spin .8s linear infinite}@keyframes pwcl-spin{to{transform:rotate(360deg)}}.pwcl__kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:28px}.pwcl__kpi{background-color:var(--pwcl-bg);border:1px solid var(--pwcl-border);border-radius:var(--pwcl-radius);padding:24px}.pwcl__kpi-title{margin:0 0 8px;font-size:17px;font-weight:600;color:var(--pwcl-amber-ink)}.pwcl__kpi-text{margin:0;font-size:15px;line-height:1.55}.pwcl__method{background-color:var(--pwcl-bg-soft);border-radius:var(--pwcl-radius);padding:clamp(24px,4vw,48px)}.pwcl__shop-cta{text-align:center;background-color:var(--pwcl-bg-soft);border-radius:var(--pwcl-radius);padding:clamp(28px,4vw,48px)}.pwcl__shop-cta .pwcl__lead{margin-bottom:8px}.pwcl__thesis{max-width:760px;margin:4px 0 26px;font-size:clamp(21px,2.6vw,28px);line-height:1.4;font-weight:600;color:var(--pwcl-ink)}.pwcl__thesis p{margin:0}.pwcl__intro-pillar{max-width:760px;margin-inline:auto}.pwcl__intro-pillar .pwcl__h2{margin-bottom:18px}.pwcl__prose{font-size:16px;line-height:1.65}.pwcl__prose p{margin:0 0 14px}.pwcl__prose ul{margin:0 0 14px;padding-left:20px}.pwcl__prose li{margin-bottom:6px}.pwcl__sources strong,.pwcl__transparency strong{color:var(--pwcl-ink)}.pwcl__faq-list{display:flex;flex-direction:column;gap:12px}.pwcl__faq-item{border:1px solid var(--pwcl-border);border-radius:var(--pwcl-radius-btn);padding:4px 20px;background-color:var(--pwcl-bg)}.pwcl__faq-q{cursor:pointer;padding:16px 0;font-size:17px;font-weight:600;color:var(--pwcl-ink);list-style:none}.pwcl__faq-q::-webkit-details-marker{display:none}.pwcl__faq-q:after{content:"+";float:right;color:var(--pwcl-amber-ink);font-size:22px;line-height:1}.pwcl__faq-item[open] .pwcl__faq-q:after{content:"\2212"}.pwcl__faq-a{padding:0 0 18px;font-size:15px;line-height:1.6}.pwcl__faq-a p{margin:0 0 10px}@media screen and (max-width:749px){.pwcl__wrap{gap:44px}.pwcl__calc-frame-wrap,.pwcl__calc-frame{min-height:1400px}}.pwcl{--pwcl-ease: cubic-bezier(.16, 1, .3, 1)}.pwcl__av-icon--svg{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:var(--pwcl-bg-soft, #FFF8EB);border:1px solid var(--pwcl-border, #E8E0D4);color:var(--pwcl-amber-ink, #8a6117)}.pwcl__badge:before{content:"";display:inline-block;width:13px;height:13px;margin-right:6px;vertical-align:-2px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5L9.5 18 20 6.5'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5L9.5 18 20 6.5'/%3E%3C/svg%3E") center / contain no-repeat}.pwcl__hero-example:after{content:"";display:inline-block;width:12px;height:12px;margin-left:5px;vertical-align:-1px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4v16'/%3E%3Cpath d='M6 14l6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4v16'/%3E%3Cpath d='M6 14l6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;transition:transform .2s var(--pwcl-ease)}.pwcl__cta{transition:background-color .2s ease,color .2s ease,transform .16s var(--pwcl-ease),box-shadow .2s ease}.pwcl__cta:after{content:"";display:inline-block;width:14px;height:14px;margin-left:8px;vertical-align:-2px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M14 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M14 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;transition:transform .2s var(--pwcl-ease)}@media(hover:hover)and (pointer:fine){.pwcl__cta:hover{transform:translateY(-1px);box-shadow:0 6px 18px #5045352e}.pwcl__cta:hover:after{transform:translate(3px)}.pwcl__hero-example:hover:after{transform:translateY(2px)}.pwcl__av:hover{transform:translateY(-2px);box-shadow:0 8px 22px #50453517;border-color:var(--pwcl-amber, #F5BD4F)}}.pwcl__cta:active{transform:scale(.97)}.pwcl__av{transition:transform .25s var(--pwcl-ease),box-shadow .25s var(--pwcl-ease),border-color .25s var(--pwcl-ease)}.pwcl.js-reveal .pwcl__av,.pwcl.js-reveal .pwcl__kpi{opacity:0;transform:translateY(12px);transition:opacity .5s var(--pwcl-ease),transform .5s var(--pwcl-ease)}.pwcl.js-reveal .pwcl__av.is-inview,.pwcl.js-reveal .pwcl__kpi.is-inview{opacity:1;transform:translateY(0)}.pwcl.js-reveal .pwcl__av.is-inview{transition-delay:calc(var(--reveal-i, 0) * 60ms)}@media(prefers-reduced-motion:reduce){.pwcl.js-reveal .pwcl__av,.pwcl.js-reveal .pwcl__kpi{opacity:1;transform:none;transition:none}.pwcl__cta,.pwcl__cta:after,.pwcl__hero-example:after,.pwcl__av{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map?subset=AAAAAAAAAAAAEA */
