.td-floating-items{--td-floating-active-color: #1d2b28;--td-floating-inactive-color: #d9d9d9;--td-floating-inner-gap-mobile: 22px;--td-floating-inner-gap-desktop: 40px;--td-floating-gap-heading-copy-mobile: 8px;--td-floating-gap-copy-list-mobile: 11px;--td-floating-gap-desc-title-mobile: 28px;--td-floating-gap-list-button-mobile: 48px;--td-floating-gap-heading-copy-desktop: 53px;--td-floating-gap-copy-list-desktop: 28px;--td-floating-gap-list-button-desktop: 70px;--td-floating-checklist-gap-mobile: 8px;--td-floating-checklist-gap-desktop: 12px;--td-floating-check-width: 24px;--td-floating-check-height: 19px;--td-floating-check-gap: 8px;--td-floating-check-slot: 28px;--td-floating-check-fill-duration: .56s;--td-floating-check-fill-stagger: .56s;--td-floating-check-fill-ease: cubic-bezier(.33, 0, .2, 1);--td-floating-overlap-mobile: 58px;--td-floating-overlap-desktop: 110px;--td-floating-benefits-indent: 0px;--td-floating-button-indent: 0px;--td-floating-content-max-width-desktop: 642px;--td-floating-inner-max-width-desktop: 1287px;--td-floating-item-height: 320px;--td-floating-stage-max-width: 605px;--td-floating-stage-aspect: 605 / 1012;--td-floating-floor-offset: 5%;--td-floating-float-distance: 22px;--td-floating-float-duration: 5s;--td-floating-bob-duration: 6.5s;--td-floating-bob-distance: 10px;--td-floating-shadow-color: rgb(0 0 0 / .28);--td-floating-shadow-bottom: 0%;position:relative;overflow:visible;isolation:isolate;color:var(--color, var(--color-foreground))}.td-floating-items__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr);gap:var(--td-floating-inner-gap-mobile)}.td-floating-items__content{display:flex;flex-direction:column;gap:0;order:2}.td-floating-items__copy:not(:first-child){margin-top:var(--td-floating-gap-heading-copy-mobile)}.td-floating-items__copy{margin-left:var(--td-floating-benefits-indent)}.td-floating-items__button{margin-left:var(--td-floating-button-indent)}.td-floating-items__checklist:not(:first-child){margin-top:var(--td-floating-gap-copy-list-mobile)}.td-floating-items__button:not(:first-child){margin-top:var(--td-floating-gap-list-button-mobile)}.td-floating-items__heading :is(h1,h2,h3,h4,h5,h6,p){margin:0}.td-floating-items__heading em{transform:rotate(-14deg)}.td-floating-items__copy :is(p,h1,h2,h3,h4,h5,h6){margin:0}.td-floating-items__copy :is(p,h1,h2,h3,h4,h5,h6)+:is(p,h1,h2,h3,h4,h5,h6){margin-top:var(--td-floating-gap-desc-title-mobile)}.td-floating-items__checklist{display:flex;flex-direction:column;gap:var(--td-floating-checklist-gap-mobile);margin:0 0 0 var(--td-floating-benefits-indent);padding:0;list-style:none}.td-floating-items__checklist-item{display:flex;align-items:center;gap:var(--td-floating-check-gap);min-height:var(--td-floating-check-slot)}.td-floating-items__check{position:relative;display:flex;flex:0 0 var(--td-floating-check-slot);align-items:center;justify-content:center;width:var(--td-floating-check-slot);height:var(--td-floating-check-slot)}.td-floating-items__check-layer{display:block;width:var(--td-floating-check-width);height:var(--td-floating-check-height)}.td-floating-items__check-layer--base{color:var(--td-floating-inactive-color)}.td-floating-items__check-layer--fill{position:absolute;top:50%;left:50%;color:var(--td-floating-active-color);transform:translate(-50%,-50%);clip-path:inset(0 100% 0 0);transition:clip-path var(--td-floating-check-fill-duration) var(--td-floating-check-fill-ease)}.td-floating-items__checklist-item[data-td-active=true] .td-floating-items__check-layer--fill{clip-path:inset(0 0 0 0);transition-delay:var(--td-floating-check-fill-delay, 0ms)}.td-floating-items__check :is(svg,.td-icon-checkmark-brush){display:block;width:100%;height:100%}@media screen and (max-width:1200px){.td-floating-items__key-text.td-floating-items__key-text{letter-spacing:0}}.td-floating-items__stage{position:relative;order:1;z-index:2;width:100%;max-width:var(--td-floating-stage-max-width);margin-inline:auto;margin-top:calc(var(--td-floating-overlap-mobile) * -1);aspect-ratio:var(--td-floating-stage-aspect);pointer-events:none}.td-floating-items__stage.td-floating-items__stage--custom{display:flex;align-items:center;justify-content:center;margin-top:calc(var(--td-floating-overlap-mobile) * -1)}.td-floating-items__custom-image{display:block;width:100%;max-width:100%;max-height:100%;object-fit:contain}.td-floating-items__float-group{position:absolute;top:0;right:0;bottom:0;left:0;will-change:transform;animation:td-floating-rise var(--td-floating-float-duration) ease-in-out infinite}.td-floating-items__ground-shadow{position:absolute;left:50%;bottom:var(--td-floating-shadow-bottom);width:100%;height:6%;border-radius:50%;background:radial-gradient(ellipse at center,var(--td-floating-shadow-color) 0%,transparent 72%);transform:translate(-50%);transform-origin:center center;pointer-events:none;animation:td-floating-shadow var(--td-floating-float-duration) ease-in-out infinite}.td-floating-items__item{position:absolute;top:calc(var(--td-floating-item-top, 50%) + var(--td-floating-floor-offset));left:var(--td-floating-item-left, 50%);z-index:var(--td-floating-item-z, 1);width:fit-content;transform:translate(-50%,-50%);pointer-events:auto}.td-floating-items__item[data-td-index="0"]{--td-floating-bob-delay: -.2s;--td-floating-bob-distance: 13px;--td-floating-item-top: 17%;--td-floating-item-left: 46%;--td-floating-item-z: 0}.td-floating-items__item[data-td-index="1"]{--td-floating-bob-delay: -2.4s;--td-floating-bob-distance: 9px;--td-floating-item-top: 46%;--td-floating-item-left: 33%;--td-floating-item-z: 2}.td-floating-items__item[data-td-index="2"]{--td-floating-bob-delay: -4.1s;--td-floating-bob-distance: 15px;--td-floating-item-top: 42%;--td-floating-item-left: 69%;--td-floating-item-z: 3}.td-floating-items__item[data-td-index="3"]{--td-floating-bob-delay: -1.3s;--td-floating-bob-distance: 11px;--td-floating-item-top: 75%;--td-floating-item-left: 50%;--td-floating-item-z: 1}.td-floating-items__item[data-td-index="4"]{--td-floating-bob-delay: -3.2s;--td-floating-bob-distance: 12px;--td-floating-item-top: 88%;--td-floating-item-left: 28%;--td-floating-item-z: 1}.td-floating-items__item[data-td-index="5"]{--td-floating-bob-delay: -5s;--td-floating-bob-distance: 8px;--td-floating-item-top: 90%;--td-floating-item-left: 78%;--td-floating-item-z: 1}.td-floating-items[data-td-item-count="4"]{--td-floating-shadow-bottom: 4%}.td-floating-items[data-td-item-count="1"]{--td-floating-shadow-bottom: 13%;--td-floating-stage-aspect: 605 / 600}.td-floating-items[data-td-item-count="1"] .td-floating-items__item[data-td-index="0"]{--td-floating-item-top: 44%;--td-floating-item-left: 50%}.td-floating-items[data-td-item-count="2"]{--td-floating-stage-aspect: 605 / 780}.td-floating-items[data-td-item-count="2"] .td-floating-items__item[data-td-index="0"]{--td-floating-item-top: 28%;--td-floating-item-left: 43%}.td-floating-items[data-td-item-count="2"] .td-floating-items__item[data-td-index="1"]{--td-floating-item-top: 66%;--td-floating-item-left: 57%}.td-floating-items[data-td-item-count="3"]{--td-floating-shadow-bottom: 9%;--td-floating-stage-aspect: 605 / 900}.td-floating-items[data-td-item-count="3"] .td-floating-items__item[data-td-index="0"]{--td-floating-item-top: 23%;--td-floating-item-left: 46%}.td-floating-items[data-td-item-count="3"] .td-floating-items__item[data-td-index="1"]{--td-floating-item-top: 62%;--td-floating-item-left: 38%}.td-floating-items[data-td-item-count="3"] .td-floating-items__item[data-td-index="2"]{--td-floating-item-top: 41%;--td-floating-item-left: 78%}.td-floating-items__copy strong{font-size:1.5rem}.td-floating-items__item-link{display:block;color:inherit;text-decoration:none;animation:td-floating-bob var(--td-floating-bob-duration) ease-in-out infinite;animation-delay:var(--td-floating-bob-delay, 0s);will-change:transform}.td-floating-items__item-media{display:block;width:fit-content}.td-floating-items__item-media.child-contain{width:fit-content}.td-floating-items__item-image,.td-floating-items__item-placeholder{display:block;width:auto;max-width:none;height:var(--td-floating-item-height);margin-inline:0;object-fit:contain}@media screen and (max-width:1023px){.td-floating-items{--td-floating-item-height: 180px}.td-floating-items__stage{max-height:550px}}@keyframes td-floating-bob{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,calc(var(--td-floating-bob-distance) * -1),0)}}@keyframes td-floating-rise{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,calc(var(--td-floating-float-distance) * -1),0)}}@keyframes td-floating-shadow{0%,to{opacity:.55;transform:translate(-50%) scale(1.06,1.14)}50%{opacity:.12;transform:translate(-50%) scale(.44,.68)}}@media screen and (min-width:1024px){.td-floating-items{--td-floating-check-width: 34px;--td-floating-check-height: 27px;--td-floating-check-slot: 40px;--td-floating-check-gap: 12px;--td-floating-benefits-indent: 53px;--td-floating-button-indent: 105px;--td-floating-float-distance: 30px}.td-floating-items__inner{grid-template-columns:minmax(0,642fr) minmax(0,605fr);align-items:center;gap:var(--td-floating-inner-gap-desktop);width:100%;max-width:var(--td-floating-inner-max-width-desktop);margin-inline:auto}.td-floating-items__content{order:1;max-width:var(--td-floating-content-max-width-desktop);padding:40px 0 64px}.td-floating-items__copy:not(:first-child){margin-top:var(--td-floating-gap-heading-copy-desktop)}.td-floating-items__checklist:not(:first-child){margin-top:var(--td-floating-gap-copy-list-desktop)}.td-floating-items__button:not(:first-child){margin-top:var(--td-floating-gap-list-button-desktop)}.td-floating-items__checklist{gap:var(--td-floating-checklist-gap-desktop)}.td-floating-items__stage{order:2;margin-top:calc(var(--td-floating-overlap-desktop) * -1)}}@media(prefers-reduced-motion:reduce){.td-floating-items__float-group,.td-floating-items__item-link,.td-floating-items__ground-shadow{animation:none!important}.td-floating-items__ground-shadow{opacity:.32;transform:translate(-50%) scaleX(1)}.td-floating-items__check-layer--fill{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/128/assets/section-td-floating-items.css.map */
