.video-carousel{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.video-carousel__heading,.fiv__heading,.hiw__heading{margin:0 0 2.4rem;text-align:center;line-height:1.15;text-wrap:balance}.video-carousel__heading{font-size:var(--vc-title-mobile, 24px)}.video-carousel__track{display:flex;gap:var(--vc-gap, 28px);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.6rem}.video-carousel__track::-webkit-scrollbar{display:none}.video-carousel__item{position:relative;flex:0 0 calc((100% - (var(--vc-per-view-mobile, 2) - 1) * var(--vc-gap, 28px)) / var(--vc-per-view-mobile, 2));scroll-snap-align:start;aspect-ratio:var(--vc-ratio, .5625);border-radius:var(--vc-radius, 15px);overflow:hidden;background-color:rgba(var(--color-foreground),.05)}.video-carousel__item>*,.video-carousel__video,.video-carousel__placeholder .placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;border:0;object-fit:cover}@media screen and (min-width:750px){.video-carousel__heading{font-size:var(--vc-title, 30px)}.video-carousel__item{flex-basis:calc((100% - (var(--vc-per-view, 3) - 1) * var(--vc-gap, 28px)) / var(--vc-per-view, 3))}}.fiv{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.fiv__heading{font-size:var(--fiv-title-mobile, 34px)}.fiv__layout{display:flex;flex-direction:column;align-items:center;gap:var(--fiv-gap, 40px)}.fiv__col{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--fiv-gap, 40px);width:100%}.fiv__media{order:-1;width:100%;max-width:var(--fiv-media, 400px);position:relative;aspect-ratio:var(--fiv-ratio, .5625);border-radius:var(--fiv-radius, 15px);overflow:hidden;background-color:rgba(var(--color-foreground),.05)}.fiv__media>*,.fiv__video,.fiv__placeholder .placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;border:0;object-fit:cover}.fiv__item{display:flex;flex-direction:column;align-items:center;gap:.8rem;text-align:center}.fiv__icon{display:grid;place-items:center;width:var(--fiv-icon, 60px);height:var(--fiv-icon, 60px);border-radius:50%;background-color:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground))}.fiv__icon svg,.fiv__icon img{width:55%;height:55%;object-fit:contain}.fiv__item-title{font-size:1.5rem;font-weight:700}.fiv__item-text{font-size:1.4rem;opacity:.75}@media screen and (min-width:750px){.fiv__heading{font-size:var(--fiv-title, 60px)}.fiv__layout{flex-direction:row;justify-content:center;align-items:center}.fiv__media{order:0;flex:0 0 var(--fiv-media, 400px)}.fiv__col{grid-template-columns:1fr;flex:1 1 0;min-width:0}}.hiw{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.hiw__heading{font-size:var(--hiw-title-mobile, 30px)}.hiw__layout{display:flex;flex-direction:column;gap:var(--hiw-gap, 50px)}.hiw__steps{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:2.8rem;position:relative}.hiw__step{display:grid;grid-template-columns:auto 1fr;gap:1.6rem;align-items:start;position:relative}.hiw__step:not(:last-child):before{content:"";position:absolute;inset-inline-start:1.7rem;top:3.6rem;bottom:-2.8rem;border-inline-start:2px solid var(--hiw-line, currentColor);opacity:.25}.hiw__num{display:grid;place-items:center;width:3.4rem;height:3.4rem;border-radius:50%;background-color:var(--hiw-num-bg, #000);color:var(--hiw-num-color, #fff);font-size:1.6rem;font-weight:700;position:relative;z-index:1}.hiw__body{display:flex;flex-direction:column;gap:.4rem;padding-top:.4rem}.hiw__step-title{font-size:1.7rem;font-weight:700}.hiw__step-text{font-size:1.4rem;color:var(--hiw-desc, #555)}.hiw__media{position:relative;width:100%;aspect-ratio:var(--hiw-ratio, .5625);border-radius:var(--hiw-radius, 15px);overflow:hidden;background-color:rgba(var(--color-foreground),.05)}.hiw__media>*,.hiw__video,.hiw__placeholder .placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;border:0;object-fit:cover}@media screen and (min-width:750px){.hiw__heading{font-size:var(--hiw-title, 44px)}.hiw__layout{flex-direction:row;align-items:center}.hiw__layout--media-first{flex-direction:row-reverse}.hiw__media{flex:0 0 var(--hiw-media, 40%)}.hiw__steps{flex:1 1 0;min-width:0}}.cmp{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.cmp__layout{display:flex;flex-direction:column;gap:var(--cmp-gap, 50px)}.cmp__text{text-align:center}.cmp__heading{margin:0 0 1.2rem;font-size:var(--cmp-title-mobile, 24px);line-height:1.2;text-wrap:balance}.cmp__body{font-size:1.5rem;line-height:1.7}.cmp__body>p{margin:0}.cmp__table-wrap{overflow-x:auto}.cmp__table{width:100%;border-collapse:separate;border-spacing:0 var(--cmp-row-gap, 12px)}.cmp__table th,.cmp__table td{padding:.6rem 1.2rem;text-align:center;font-size:1.5rem}.cmp__table thead th{font-size:1.8rem;font-weight:700}.cmp__table tbody th{text-align:start;font-weight:700}.cmp__yes,.cmp__no{display:inline-grid;place-items:center;width:2.2rem;height:2.2rem}.cmp__yes{color:var(--cmp-yes, #fff)}.cmp__no{color:var(--cmp-no, #8a8a8a)}.cmp__yes svg,.cmp__no svg{width:100%;height:100%}@media screen and (min-width:750px){.cmp__heading{font-size:var(--cmp-title, 30px)}.cmp__layout{flex-direction:row;align-items:center}.cmp__layout--table-first{flex-direction:row-reverse}.cmp__text,.cmp__table-wrap{flex:1 1 50%;min-width:0}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-media-blocks.css.map */
