:root{--htu-color-dark: #3a3a3a;--htu-color-gray: #83817e;--htu-color-offwhite: #f7f6f2;--htu-color-green: #72a72f;--htu-container: 1280px;--htu-padding-x: 30px}.how-to-use-intro{padding-top:var(--section-padding-top, 0);padding-bottom:var(--section-padding-bottom, 0);font-family:var(--font-stack-body);color:var(--htu-color-dark)}.how-to-use-intro__hero{position:relative;width:100%;min-height:500px;overflow:hidden;margin-bottom:100px}.how-to-use-intro__hero-img,.how-to-use-intro__hero-img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.how-to-use-intro__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1}.how-to-use-intro__hero-inner{position:relative;z-index:2;max-width:var(--htu-container);margin:0 auto;padding:110px var(--htu-padding-x);min-height:500px;display:flex;align-items:center;box-sizing:border-box}.how-to-use-intro__hero-content{max-width:926px;color:#fff}.how-to-use-intro__hero-title{font-family:var(--font-stack-header);font-weight:400;font-size:70px;line-height:1.1;letter-spacing:-3.5px;color:#fff;margin:0 0 32px;text-transform:none}.how-to-use-intro__hero-subtitle,.how-to-use-intro__hero-subtitle p{font-family:var(--font-stack-body);font-weight:400;font-size:24px;line-height:1.3;color:#fff;margin:0;max-width:720px}.how-to-use-intro__tools{margin:0 auto 100px;padding:0 var(--htu-padding-x);max-width:var(--htu-container);text-align:center}.how-to-use-intro__tools-heading{font-family:var(--font-stack-header);font-weight:400;font-size:44px;line-height:1.06;letter-spacing:0;text-transform:none;color:var(--htu-color-dark);margin:0 0 24px}.how-to-use-intro__tools-description,.how-to-use-intro__tools-description p{font-family:var(--font-stack-body);font-weight:400;font-size:24px;line-height:1.25;color:var(--htu-color-gray);margin:0 auto;max-width:1000px}.how-to-use-intro__tools-list{list-style:none;margin:60px 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:50px}.how-to-use-intro__tool{display:flex;flex-direction:column;align-items:center;gap:24px;width:170px;text-align:center}.how-to-use-intro__tool-icon{width:104px;height:62px;display:flex;align-items:center;justify-content:center}.how-to-use-intro__tool-icon img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.how-to-use-intro__tool-label{font-family:var(--font-stack-body);font-weight:400;font-size:20px;line-height:1.2;color:var(--htu-color-dark);margin:0}.how-to-use-intro__timeline{max-width:var(--htu-container);margin:0 auto 100px;padding:0 var(--htu-padding-x)}.how-to-use-intro__timeline-inner{position:relative}.how-to-use-intro__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:80px;position:relative;z-index:1}.how-to-use-intro__step{position:relative;display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;gap:0}.how-to-use-intro__step:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%);width:0;border-left:2px dashed #ff000e;height:calc(100% + 80px);z-index:0;pointer-events:none}.how-to-use-intro__step:last-child:after{display:none}.how-to-use-intro__step-image{grid-column:1;grid-row:1}.how-to-use-intro__step-image img{display:block;width:100%;height:auto;max-width:505px;aspect-ratio:505 / 350;object-fit:cover}.how-to-use-intro__step-content{grid-column:3;grid-row:1;max-width:450px}.how-to-use-intro__step--left .how-to-use-intro__step-image{grid-column:3;justify-self:end}.how-to-use-intro__step--left .how-to-use-intro__step-content{grid-column:1;justify-self:end}.how-to-use-intro__step-dot{grid-column:2;grid-row:1;justify-self:center;width:40px;height:40px;border-radius:50%;background:var(--htu-color-green);position:relative;z-index:2}.how-to-use-intro__step-label{font-family:var(--font-stack-body);font-weight:400;font-size:18px;line-height:1.2;letter-spacing:.04em;color:var(--htu-color-gray);margin:0 0 14px;text-transform:uppercase}.how-to-use-intro__step-title{font-family:var(--font-stack-body);font-weight:500;font-size:30px;line-height:1.15;color:#4f6370;margin:0 0 18px;text-transform:none}.how-to-use-intro__step-description,.how-to-use-intro__step-description p{font-family:var(--font-stack-body);font-weight:400;font-size:18px;line-height:1.4;color:var(--htu-color-dark);margin:0}.how-to-use-intro__see{text-align:center;padding:40px var(--htu-padding-x) 0}.how-to-use-intro__see-heading{font-family:var(--font-stack-header);font-weight:400;font-size:44px;line-height:1.2;color:var(--htu-color-dark);margin:0;text-transform:none}@media(max-width:1023px){.how-to-use-intro__hero{min-height:400px;margin-bottom:70px}.how-to-use-intro__hero-inner{padding:80px var(--htu-padding-x);min-height:400px}.how-to-use-intro__hero-title{font-size:52px;letter-spacing:-2.5px}.how-to-use-intro__hero-subtitle,.how-to-use-intro__hero-subtitle p{font-size:20px}.how-to-use-intro__tools{margin-bottom:70px}.how-to-use-intro__tools-heading{font-size:36px}.how-to-use-intro__tools-description,.how-to-use-intro__tools-description p{font-size:20px}.how-to-use-intro__timeline{margin-bottom:70px}.how-to-use-intro__step{grid-template-columns:1fr 60px 1fr}.how-to-use-intro__step-title{font-size:26px}.how-to-use-intro__step-description,.how-to-use-intro__step-description p{font-size:16px}.how-to-use-intro__see-heading{font-size:36px}}@media(max-width:767px){.how-to-use-intro{padding-top:var(--section-padding-top-mobile, 0);padding-bottom:var(--section-padding-bottom-mobile, 0)}.how-to-use-intro__hero{min-height:360px;margin-bottom:50px}.how-to-use-intro__hero-inner{padding:60px 20px;min-height:360px}.how-to-use-intro__hero-title{font-size:30px;letter-spacing:-1.5px;margin-bottom:16px}.how-to-use-intro__hero-subtitle,.how-to-use-intro__hero-subtitle p{font-size:14px;line-height:1.4}.how-to-use-intro__tools{margin-bottom:50px;padding:0 20px}.how-to-use-intro__tools-heading{font-size:26px;margin-bottom:16px}.how-to-use-intro__tools-description,.how-to-use-intro__tools-description p{font-size:14px;line-height:1.4}.how-to-use-intro__tools-list{margin-top:36px;gap:24px 16px}.how-to-use-intro__tool{width:calc(50% - 10px);gap:14px}.how-to-use-intro__tool-icon{width:70px;height:48px}.how-to-use-intro__tool-label{font-size:14px}.how-to-use-intro__timeline{margin-bottom:50px;padding:0 20px}.how-to-use-intro__steps{gap:40px}.how-to-use-intro__step,.how-to-use-intro__step--left{display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto;column-gap:16px;row-gap:14px;align-items:start}.how-to-use-intro__step-image,.how-to-use-intro__step--left .how-to-use-intro__step-image{grid-column:2;grid-row:1;justify-self:stretch;max-width:100%}.how-to-use-intro__step-image img{max-width:100%;aspect-ratio:4 / 3}.how-to-use-intro__step-content,.how-to-use-intro__step--left .how-to-use-intro__step-content{grid-column:2;grid-row:2;justify-self:stretch;max-width:100%}.how-to-use-intro__step-dot{grid-column:1;grid-row:1 / span 2;justify-self:center;align-self:start;width:20px;height:20px;margin-top:8px}.how-to-use-intro__step:after{left:16px;top:18px;transform:none;height:calc(100% + 40px)}.how-to-use-intro__step-label{font-size:14px;margin-bottom:8px}.how-to-use-intro__step-title{font-size:22px;margin-bottom:10px}.how-to-use-intro__step-description,.how-to-use-intro__step-description p{font-size:14px;line-height:1.45}.how-to-use-intro__see{padding:20px 20px 0}.how-to-use-intro__see-heading{font-size:28px}}.how-to-use__videos .m-slide__overlay,.how-to-use__videos .m-slide__content,.how-to-use__videos .m-slide__buttons{display:none}.how-to-use__see-subtitle .m-richtext__description,.how-to-use__see-subtitle .m-richtext__description p{font-family:var(--font-stack-body);font-weight:400;font-size:24px;line-height:1.2;color:var(--htu-color-dark);text-align:center;margin:0 auto;max-width:1000px}@media(max-width:767px){.how-to-use__see-subtitle .m-richtext__description,.how-to-use__see-subtitle .m-richtext__description p{font-size:14px;line-height:1.45}}.m-section.m-custom-content .m-section-py{padding-top:40px;padding-bottom:40px}@media(min-width:1024px){.htu__safety .m-custom-content__block-image,.htu__special .m-custom-content__block-image{width:45%;max-width:45%;align-items:stretch}.htu__safety .m-custom-content__block-text,.htu__special .m-custom-content__block-text{width:55%;max-width:55%}.htu__safety .m-custom-content__block-image .m-custom-content__block-inner,.htu__special .m-custom-content__block-image .m-custom-content__block-inner,.htu__safety .m-custom-content__block-image .m-custom-content__block-inner>div,.htu__special .m-custom-content__block-image .m-custom-content__block-inner>div,.htu__safety .m-custom-content__block-image .m-custom-content__block-inner>div>div,.htu__special .m-custom-content__block-image .m-custom-content__block-inner>div>div{height:100%}.htu__safety .m-custom-content__block-image responsive-image.m-image,.htu__special .m-custom-content__block-image responsive-image.m-image{display:block;width:100%;height:100%}.htu__safety .m-custom-content__block-image responsive-image.m-image>img,.htu__special .m-custom-content__block-image responsive-image.m-image>img{width:100%;height:100%;object-fit:cover}}.m-custom-content .m-richtext__title{font-family:var(--font-stack-header);font-weight:400;font-size:48px;line-height:normal;letter-spacing:-1.44px;color:#000;text-transform:none;margin:0}.m-custom-content .m-richtext__description,.m-custom-content .m-richtext__description p,.m-custom-content .m-richtext__description li,.m-custom-content .m-richtext__description span{font-family:var(--font-stack-body);font-weight:400;font-size:16px;line-height:normal;letter-spacing:0;color:#000}.m-custom-content .m-richtext__description ul{list-style:disc;padding-left:24px;margin:0}.m-custom-content .m-richtext__description ul li{margin-bottom:16px}.m-custom-content .m-richtext__description ul li:last-child{margin-bottom:0}.m-custom-content .m-richtext__description p+p{margin-top:16px}.m-custom-content .m-richtext__description p:empty{margin:0;height:16px}.m-custom-content .m-richtext__description h2,.m-custom-content .m-richtext__description h3,.m-custom-content .m-richtext__description h4,.m-custom-content .m-richtext__description h5,.m-custom-content .m-richtext__description h6{font-family:var(--font-stack-header);font-weight:400;font-size:30px;line-height:normal;letter-spacing:-.9px;color:#000;text-transform:none;margin:32px 0 16px}.m-custom-content .m-richtext>.m-richtext__title+.m-richtext__description,.m-custom-content .m-richtext>.m-richtext__description+.m-richtext__button,.m-custom-content .m-richtext>.m-richtext__subtitle+.m-richtext__title{margin-top:40px}.htu__safety .m-richtext__description ul:last-of-type{list-style:none;padding-left:0;margin:32px 0 0}.htu__safety .m-richtext__description ul:last-of-type li{position:relative;padding-left:45px;margin-bottom:17px;min-height:20px;line-height:20px;background:none}.htu__safety .m-richtext__description ul:last-of-type li:last-child{margin-bottom:0}.htu__safety .m-richtext__description ul:last-of-type li:before{content:"";position:absolute;left:0;top:0;width:20px;height:20px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M10 17.5C10.9849 17.5 11.9602 17.306 12.8701 16.9291C13.7801 16.5522 14.6069 15.9997 15.3033 15.3033C15.9997 14.6069 16.5522 13.7801 16.9291 12.8701C17.306 11.9602 17.5 10.9849 17.5 10C17.5 9.01509 17.306 8.03982 16.9291 7.12987C16.5522 6.21993 15.9997 5.39314 15.3033 4.6967C14.6069 4.00026 13.7801 3.44781 12.8701 3.0709C11.9602 2.69399 10.9849 2.5 10 2.5C8.01088 2.5 6.10322 3.29018 4.6967 4.6967C3.29018 6.10322 2.5 8.01088 2.5 10C2.5 11.9891 3.29018 13.8968 4.6967 15.3033C6.10322 16.7098 8.01088 17.5 10 17.5ZM9.80667 13.0333L13.9733 8.03333L12.6933 6.96667L9.11 11.2658L7.25583 9.41083L6.0775 10.5892L8.5775 13.0892L9.2225 13.7342L9.80667 13.7342L9.80667 13.0333Z' fill='%23BCA9A0'/></svg>") no-repeat center / contain}@media(max-width:767px){.m-section.m-custom-content .m-section-py{padding-top:25px;padding-bottom:25px}.m-custom-content .m-richtext__title{font-size:30px;letter-spacing:-.9px;text-align:center}.m-custom-content .m-richtext__description,.m-custom-content .m-richtext__description p,.m-custom-content .m-richtext__description li,.m-custom-content .m-richtext__description span{font-weight:300;font-size:13px;letter-spacing:1.3px;line-height:20px;text-align:center}.m-custom-content .m-richtext__description h2,.m-custom-content .m-richtext__description h3,.m-custom-content .m-richtext__description h4,.m-custom-content .m-richtext__description h5,.m-custom-content .m-richtext__description h6{font-size:30px;letter-spacing:-.9px;text-align:center;margin:24px 0 12px}.m-custom-content .m-richtext>.m-richtext__title+.m-richtext__description,.m-custom-content .m-richtext>.m-richtext__description+.m-richtext__button{margin-top:20px}.htu__safety .m-richtext__description ul:last-of-type{margin-top:20px;text-align:left}.htu__safety .m-richtext__description ul:last-of-type li{text-align:left;padding-left:34px;margin-bottom:17px;line-height:14px}.htu__safety .m-richtext__description ul:last-of-type li:before{width:14px;height:14px}.htu__safety .m-custom-content__wrapper{flex-direction:column}.htu__safety .m-custom-content__block-text{order:1}.htu__safety .m-custom-content__block-image{order:2}}@media(min-width:1024px){.htu__step .container-fluid{max-width:1180px}}.htu__step .m-section__heading{font-family:var(--font-stack-header);font-weight:400;font-size:48px;line-height:1.1;letter-spacing:-1.5px;color:#000;text-transform:none}.htu__step .m-section__description,.htu__step .m-section__description p{font-family:var(--font-stack-body);font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0;color:var(--htu-color-gray, #83817e);margin:16px auto 0;max-width:760px}@media(min-width:1024px){.htu__step .m-custom-content__block-image{align-items:stretch}.htu__step .m-custom-content__block-text{display:flex;align-items:center}.htu__step .m-custom-content__block-image .m-custom-content__block-inner,.htu__step .m-custom-content__block-image .m-custom-content__block-inner>div,.htu__step .m-custom-content__block-image .m-custom-content__block-inner>div>div{height:100%}.htu__step .m-custom-content__block-image responsive-image.m-image{display:block;width:100%;height:100%}.htu__step .m-custom-content__block-image responsive-image.m-image>img{width:100%;height:100%;min-height:460px;object-fit:cover}.htu__step .m-custom-content__block-text .m-richtext{max-width:480px}}.htu__step .m-richtext__subtitle{font-family:var(--font-stack-body);font-weight:500;font-size:14px;line-height:1.2;letter-spacing:.16em;text-transform:uppercase;color:#4f6370;margin:0 0 14px}.htu__step .m-richtext__title{font-family:var(--font-stack-header);font-weight:400;font-size:36px;line-height:1.15;letter-spacing:-1px;color:#000;text-transform:none;margin:0}.htu__step .m-richtext__description,.htu__step .m-richtext__description p{font-family:var(--font-stack-body);font-weight:400;font-size:17px;line-height:1.55;letter-spacing:0;color:var(--htu-color-dark, #3a3a3a)}.htu__step .m-richtext>.m-richtext__title+.m-richtext__description{margin-top:18px}@media(max-width:1023px){.htu__step .m-custom-content__wrapper{flex-direction:column}.htu__step .m-custom-content__block-text{order:1}.htu__step .m-custom-content__block-image{order:2}}.htu__nav .m-section__header{margin-bottom:28px}.htu__nav .m-section__heading{font-family:var(--font-stack-header);font-weight:400;font-size:56px;line-height:1.05;letter-spacing:-2px;color:#000;text-transform:none;margin:0 0 18px}.htu__nav .m-section__description,.htu__nav .m-section__description p{font-family:var(--font-stack-body);font-weight:400;font-size:18px;line-height:1.5;color:var(--htu-color-gray, #83817e);margin:0 auto;max-width:720px}.htu__nav .m-custom-content__wrapper{justify-content:center;align-items:center;gap:14px}.htu__nav .m-custom-content__block-text{flex:0 0 auto;width:auto!important;max-width:none!important;padding:0!important;display:flex;justify-content:center}.htu__nav-card .m-richtext{margin:0!important;padding:0!important}.htu__nav-card .m-richtext__subtitle,.htu__nav-card .m-richtext__title,.htu__nav-card .m-richtext__description{display:none!important}.htu__nav-card .m-richtext__button{margin:0!important}.htu__nav-card .m-richtext__button .m-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:0;padding:13px 26px;border-radius:999px;background:#fff;border:1px solid rgba(58,58,58,.18);color:var(--htu-color-dark, #3a3a3a);font-family:var(--font-stack-body);font-weight:500;font-size:14px;letter-spacing:.02em;line-height:1;text-transform:none;text-decoration:none!important;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.htu__nav-card a.m-button[href*="#rolled"]{--htu-nav-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><ellipse cx='12' cy='5' rx='6' ry='2'/><path d='M6 5v14c0 1.1 2.7 2 6 2s6-.9 6-2V5'/></svg>")}.htu__nav-card a.m-button[href*="#sheet"]{--htu-nav-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M4 4h12l4 4v12H4z'/><path d='M16 4v4h4'/></svg>")}.htu__nav-card a.m-button[href*="#tile"]{--htu-nav-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5'><rect x='3' y='3' width='8' height='8'/><rect x='13' y='3' width='8' height='8'/><rect x='3' y='13' width='8' height='8'/><rect x='13' y='13' width='8' height='8'/></svg>")}.htu__nav-card .m-richtext__button .m-button:before{content:"";display:inline-block;width:18px;height:18px;flex-shrink:0;background-color:currentColor;-webkit-mask:var(--htu-nav-icon, none) center / contain no-repeat;mask:var(--htu-nav-icon, none) center / contain no-repeat}.htu__nav-card .m-richtext__button .m-button:hover{background:var(--htu-color-dark, #3a3a3a);border-color:var(--htu-color-dark, #3a3a3a);color:#fff;box-shadow:0 6px 18px #3a3a3a1f}@media(max-width:767px){.htu__nav .m-section__header{margin-bottom:20px}.htu__nav .m-section__heading{font-size:30px;letter-spacing:-1px}.htu__nav .m-section__description,.htu__nav .m-section__description p{font-size:14px;line-height:1.45;padding:0 16px}.htu__nav .m-custom-content__wrapper{flex-direction:column;align-items:stretch;gap:10px}.htu__nav .m-custom-content__block-text{width:100%!important;justify-content:stretch}.htu__nav-card .m-richtext__button{width:100%}.htu__nav-card .m-richtext__button .m-button{width:100%;padding:14px 20px;font-size:14px}}.htu__banner{scroll-margin-top:90px}@media(max-width:767px){.htu__banner{scroll-margin-top:70px}}.htu__banner .m-slide__title{font-family:var(--font-stack-header);font-weight:400;font-size:56px;line-height:1.05;letter-spacing:-2px;margin:0}.htu__banner .m-slide__description,.htu__banner .m-slide__description p{font-family:var(--font-stack-body);font-weight:400;font-size:18px;line-height:1.5;max-width:720px;margin:18px auto 0}.htu__banner .m-slide__overlay:before{background-color:#000;opacity:.45}.htu__banner .m-slide__title,.htu__banner .m-slide__description,.htu__banner .m-slide__description p{text-shadow:0 2px 12px rgba(0,0,0,.35)}@media(max-width:767px){.htu__banner .m-slide__title{font-size:30px;letter-spacing:-1px}.htu__banner .m-slide__description,.htu__banner .m-slide__description p{font-size:14px;line-height:1.45;margin-top:12px;padding:0 16px}}@media(max-width:767px){.htu__step .m-section__heading{font-size:30px;letter-spacing:-.8px}.htu__step .m-section__description,.htu__step .m-section__description p{font-size:14px;line-height:1.5;letter-spacing:0;color:var(--htu-color-gray, #83817e);font-weight:400}.htu__step .m-richtext__title{font-size:26px;letter-spacing:-.6px;text-align:left}.htu__step .m-richtext__subtitle{font-size:12px;margin:0;text-align:left}.htu__step .m-richtext__description,.htu__step .m-richtext__description p{font-size:14px;line-height:1.55;letter-spacing:0;text-align:left;font-weight:400}.m-custom-content.htu__step .m-richtext>.m-richtext__subtitle+.m-richtext__title{margin-top:6px}.m-custom-content.htu__step .m-richtext>.m-richtext__title+.m-richtext__description{margin-top:10px}.htu__step .m-custom-content__block-text{margin-bottom:20px}.m-section.m-custom-content.htu__step .m-section-py{padding-top:16px;padding-bottom:16px}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/how-to-use.css.map */
