.wpt{display:block;position:relative;--wpt-green: #e6fda5;--wpt-ink: #242424;--wpt-line: #d8d8d8;--wpt-card-bg: transparent;--wpt-card-bg-active: #fcfff5;border-bottom:1px solid #bbb;border-top:1px solid #bbb;padding-top:52px;padding-bottom:59px}.wpt__track{position:relative;z-index:1}.wpt--bg-mobile:before,.wpt--bg-desktop:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-repeat:no-repeat;background-size:cover;background-position:center}.wpt--bg-mobile:before{background-image:var(--wpt-bg-mobile)}.wpt--bg-desktop:after{background-image:var(--wpt-bg-desktop)}@media(max-width:989px){.wpt--bg-desktop:after{display:none}}@media(min-width:990px){.wpt--bg-mobile:before{display:none}}.wpt__container{box-sizing:border-box;width:100%;margin:0 auto;padding:0 16px}.wpt__header{text-align:center;margin-bottom:32px}.wpt__header-rich{display:flex;flex-direction:column;gap:16px}.wpt__header-rich--desktop{display:none}.wpt__header-rich--mobile{display:flex}.wpt__header-rich h1,.wpt__header-rich h2,.wpt__header-rich h3{margin:0;font-weight:400;font-size:32px;line-height:1.13;font-family:"Exposure[0]",sans-serif;color:var(--wpt-ink)}.wpt__header-rich p{margin:0;font-size:12px;line-height:1.33;font-weight:400;color:#545454}.wpt__steps{position:relative;display:flex;flex-direction:column;gap:0;padding-inline:13px}.wpt__step{position:relative;display:flex;gap:20px;width:100%}.wpt__step:not(:last-child){padding-bottom:20px}.wpt__icon-col{position:relative;flex-shrink:0;width:48px;display:flex;flex-direction:column;align-items:center}.wpt__icon-circle{position:relative;z-index:1;width:44px;height:44px;border-radius:50%;display:block;border:1px solid var(--wpt-line);color:var(--wpt-ink);background-color:#fff;transition:background-color .35s ease,border-color .35s ease}.wpt__icon-circle--has-icon{background-image:var(--wpt-step-icon);background-repeat:no-repeat;background-position:center;background-size:22px 22px}.wpt__card{flex:1;width:100%;border:1px solid var(--wpt-line);border-radius:12px;padding:15px;background:var(--wpt-card-bg);transition:border-color .35s ease,background .35s ease,opacity .35s ease}.wpt__card-title{margin:0 0 12px;font-size:20px;line-height:1.2;font-weight:400;font-family:"Exposure[0]",sans-serif;transition:color .35s ease;color:#8d8d8d}.wpt__card-body{font-size:12px;line-height:1.45;font-weight:400;transition:color .35s ease}.wpt__card-body ul{padding:0;margin:0;list-style:none}.wpt__card-body li,.wpt__card-body p{font-size:14px;line-height:1.43;margin-bottom:8px;color:var(--wpt-line)}.wpt__card-body li{display:flex;align-items:center;gap:6px}.wpt__card-body li:before{content:"";width:6px;height:6px;background-color:transparent;border-radius:50%;border:1px solid var(--wpt-line)}.wpt__card-body li:last-child,.wpt__card-body p:last-child{margin-bottom:0}.wpt__step:before{content:"";position:absolute;top:44px;left:24px;width:1px;bottom:0;transform:translate(-50%);background:var(--wpt-line);z-index:0;pointer-events:none;transition:background .35s ease}.wpt__steps>.wpt__step:last-child:before{bottom:-59px}.wpt__step:not(:only-child).is-active:before{background:#242424}.wpt .wpt__step.is-active .wpt__icon-circle{background-color:var(--wpt-green);border-color:var(--wpt-ink)}.wpt .wpt__step.is-active .wpt__card{background:var(--wpt-card-bg-active);border-color:var(--wpt-ink);opacity:1}.wpt .wpt__step.is-active .wpt__card-title{color:var(--wpt-ink)}.wpt .wpt__step.is-active .wpt__card-body p,.wpt .wpt__step.is-active .wpt__card-body li{color:var(--wpt-ink);color:#545454}.wpt .wpt__step.is-active .wpt__card-body li:before{background-color:var(--wpt-green);border-color:var(--wpt-ink);transition:background-color .35s ease,border-color .35s ease}@media(min-width:990px){.wpt__track{min-height:calc(var(--wpt-n, 5) * (var(--wpt-step-vh, 40) * 1vh))}.wpt__sticky{position:sticky;top:0;min-height:100vh;display:flex;align-items:center;box-sizing:border-box}.wpt__container{--wpt-edge: 16px;padding:0 var(--wpt-edge);width:100%}.wpt__header{margin-bottom:34px}.wpt__header-rich{gap:24px}.wpt__header-rich--desktop{display:flex}.wpt__header-rich--mobile{display:none}.wpt__header-rich h1,.wpt__header-rich h2,.wpt__header-rich h3{font-size:44px;line-height:1.09}.wpt__header-rich p{font-size:16px;line-height:1.25}.wpt__steps{--wpt-step-gap: 16px;flex-direction:row;justify-content:space-between;gap:var(--wpt-step-gap);overflow:visible;padding:0}.wpt__steps>.wpt__step:before{content:"";position:absolute;top:24px;bottom:auto;left:calc(-1 * var(--wpt-edge));right:calc(-1 * var(--wpt-edge));width:auto;height:1px;transform:translateY(-50%);background:#d8d8d8;z-index:0;pointer-events:none;transition:background .35s ease}.wpt__steps>.wpt__step:first-child:before{left:calc(-1 * var(--wpt-edge));width:calc(150% + var(--wpt-step-gap) + var(--wpt-edge));right:auto}.wpt__steps>.wpt__step:last-child:before{left:50%;right:calc(-1 * var(--wpt-edge));width:auto}.wpt__steps>.wpt__step:not(:first-child):not(:last-child):before{left:50%;width:calc(100% + var(--wpt-step-gap));right:auto}.wpt__steps>.wpt__step.is-active:before{background:#242424}.wpt__step{flex:1;flex-direction:column;align-items:center;gap:0;height:auto;padding-bottom:0;min-width:0}.wpt__step:not(:last-child){padding-bottom:0}.wpt__icon-col{width:auto;flex-direction:column;align-items:center;min-height:0}.wpt__icon-col:after{display:block;content:"";width:1px;height:35px;align-self:center;background:#d8d8d8;transition:background .35s ease}.wpt__step.is-active .wpt__icon-col:after{background:#242424}.wpt__card{border-radius:20px}.wpt__card-body{font-size:12px;line-height:1.4;text-align:left}.wpt__card-title{font-size:24px;line-height:1.25;margin-bottom:12px}}@media(min-width:1280px){.wpt__container{--wpt-edge: 91px;padding-inline:var(--wpt-edge)}}@media(max-width:989px){.aos-initialized .wpt__step[data-aos]{opacity:1!important;transform:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/107/assets/section-wholesale-partnership-terms.css.map */
