.results-section,.results-section *{box-sizing:border-box}.results-section{width:100%}.results-section__layout{background-color:var(--rs-bg);margin-left:var(--rs-bg-side-margin-m, 0px);margin-right:var(--rs-bg-side-margin-m, 0px);display:grid;grid-template-columns:1fr;grid-template-areas:"heading" "image" "content";padding-top:var(--rs-py-m, 40px);padding-bottom:var(--rs-py-m, 40px)}.results-section__heading-area{grid-area:heading;padding:0 var(--rs-px-m, 20px);margin-bottom:var(--rs-heading-image-gap-m, 24px)}.results-section__image-area{grid-area:image;line-height:0;margin-bottom:var(--rs-stack-gap-m, 24px);margin-left:calc(-1 * var(--rs-bg-side-margin-m, 0px));margin-right:calc(-1 * var(--rs-bg-side-margin-m, 0px))}.results-section__content-area{grid-area:content;padding:0 var(--rs-px-m, 20px)}.results-section__image{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:var(--rs-image-ar-m, 1 / 1)}.results-section__heading.title{margin:0!important;color:var(--rs-heading-color, #1A1A1A)!important;font-size:var(--rs-heading-fs-m, 22px)!important;font-weight:var(--rs-heading-fw, 500)!important;line-height:1.2!important;text-align:var(--rs-heading-align-m, left)!important}.results-section__bullets{display:flex;flex-direction:column;gap:var(--rs-bullets-gap-m, 16px);margin:0;padding:0;list-style:none}.results-section__bullet{display:flex;align-items:center;gap:var(--rs-bullet-inner-gap-m, 16px)}.results-section__bullet-circle{flex-shrink:0;position:relative;min-width:var(--rs-circle-size-m, 56px);min-height:var(--rs-circle-size-m, 56px);aspect-ratio:1 / 1;padding:0 6px;border-radius:50%;background-color:var(--rs-circle-bg, #FFFFFF)!important;display:flex;align-items:center;justify-content:center;color:var(--rs-bullet-text-color, #1A1A1A);font-size:var(--rs-circle-fs-m, 14px);font-weight:var(--rs-circle-fw, 600);line-height:1;letter-spacing:-.02em;text-align:center;white-space:nowrap;overflow:hidden}.results-section__bullet-progress{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:rotate(-90deg);pointer-events:none;background:transparent;fill:none}.results-section__bullet-progress circle{fill:none}.results-section__bullet-progress-track{stroke:var(--rs-progress-track-color, #F5DCDF);stroke-width:var(--rs-progress-w, 4)}.results-section__bullet-progress-fill{stroke:var(--rs-progress-color, #E899AA);stroke-width:var(--rs-progress-w, 4);stroke-linecap:round;stroke-dasharray:289.027;stroke-dashoffset:289.027;transition:stroke-dashoffset 2.5s cubic-bezier(.4,0,.2,1)}.results-section.is-visible .results-section__bullet-progress-fill{stroke-dashoffset:calc(289.027 - (289.027 * var(--rs-circle-progress, 0) / 100))}.results-section.is-visible .results-section__bullet:nth-child(1) .results-section__bullet-progress-fill{transition-delay:.1s}.results-section.is-visible .results-section__bullet:nth-child(2) .results-section__bullet-progress-fill{transition-delay:.5s}.results-section.is-visible .results-section__bullet:nth-child(3) .results-section__bullet-progress-fill{transition-delay:.9s}.results-section.is-visible .results-section__bullet:nth-child(4) .results-section__bullet-progress-fill{transition-delay:1.3s}.results-section.is-visible .results-section__bullet:nth-child(5) .results-section__bullet-progress-fill{transition-delay:1.7s}.results-section.is-visible .results-section__bullet:nth-child(6) .results-section__bullet-progress-fill{transition-delay:2.1s}.results-section.is-visible .results-section__bullet:nth-child(7) .results-section__bullet-progress-fill{transition-delay:2.5s}.results-section.is-visible .results-section__bullet:nth-child(8) .results-section__bullet-progress-fill{transition-delay:2.9s}.results-section.is-visible .results-section__bullet:nth-child(9) .results-section__bullet-progress-fill{transition-delay:3.3s}.results-section.is-visible .results-section__bullet:nth-child(10) .results-section__bullet-progress-fill{transition-delay:3.7s}.results-section__bullet-percent{position:relative;z-index:1}.results-section__bullet-text{flex:1 1 auto;min-width:0;color:var(--rs-bullet-text-color, #1A1A1A);font-size:var(--rs-bullet-fs-m, 14px);font-weight:var(--rs-bullet-fw, 400);line-height:1.4;text-align:var(--rs-bullet-align-m, left)}.results-section__small-texts{display:flex;flex-direction:column}.results-section__small-text{margin:0;line-height:1.4;text-align:var(--st-align-m, left)}.results-section__small-text p,.results-section__small-text ul,.results-section__small-text ol,.results-section__small-text li{margin:0;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit}.results-section__footnote{margin-top:var(--rs-footnote-gap-m, 16px);color:var(--rs-footnote-color, #1A1A1A);font-size:var(--rs-footnote-fs-m, 11px);line-height:1.4;text-align:var(--rs-footnote-align-m, left)}.results-section__footnote p{margin:0;font-size:inherit;color:inherit;line-height:inherit}@media screen and (min-width:990px){.results-section__layout{margin-left:0;margin-right:0;grid-template-columns:calc(var(--rs-text-fr) * 1fr) calc(var(--rs-image-fr) * 1fr);grid-template-rows:1fr auto auto 1fr;grid-template-areas:".       image" "heading image" "content image" ".       image";row-gap:0;padding-top:0;padding-bottom:0}.results-section[data-image-position=left] .results-section__layout{grid-template-columns:calc(var(--rs-image-fr) * 1fr) calc(var(--rs-text-fr) * 1fr);grid-template-areas:"image .       " "image heading " "image content " "image .       "}.results-section__heading-area{margin-bottom:0;padding:0 var(--rs-text-px-d, 80px) var(--rs-heading-gap-d, 32px);align-self:end}.results-section__heading-area .title-wrapper{max-width:var(--rs-text-max-w, 480px)}.results-section__heading.title{font-size:var(--rs-heading-fs-d, 28px)!important;text-align:var(--rs-heading-align-d, left)!important}.results-section__content-area{padding:0 var(--rs-text-px-d, 80px);align-self:start;max-width:calc(var(--rs-text-max-w, 480px) + (var(--rs-text-px-d, 80px) * 2))}.results-section__image-area{margin-bottom:0;margin-left:0;margin-right:0;align-self:center;display:flex;align-items:center;justify-content:center;min-height:var(--rs-image-min-h-d, 600px);max-height:var(--rs-image-max-h-d, 800px);overflow:hidden}.results-section__image{width:auto;height:auto;max-width:100%;max-height:100%;aspect-ratio:auto;object-fit:contain;display:block}.results-section__bullets{gap:var(--rs-bullets-gap-d, 24px)}.results-section__bullet{gap:var(--rs-bullet-inner-gap-d, 20px)}.results-section__bullet-circle{min-width:var(--rs-circle-size-d, 60px);min-height:var(--rs-circle-size-d, 60px);padding:0 8px;font-size:var(--rs-circle-fs-d, 16px)}.results-section__bullet-text{font-size:var(--rs-bullet-fs-d, 16px);text-align:var(--rs-bullet-align-d, left)}.results-section__footnote{margin-top:var(--rs-footnote-gap-d, 24px);font-size:var(--rs-footnote-fs-d, 12px);text-align:var(--rs-footnote-align-d, left)}.results-section__small-text{text-align:var(--st-align-d, left)}}@media(prefers-reduced-motion:reduce){.results-section__bullet-progress-fill{transition:none;stroke-dashoffset:calc(289.027 - (289.027 * var(--rs-circle-progress, 0) / 100))}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-results.css.map */
