.video-with-text__grid{display:flex;flex-direction:column}@media screen and (min-width:750px){.video-with-text__grid{flex-direction:row;align-items:stretch;gap:5rem}.video-with-text__grid--reverse{flex-direction:row-reverse}.video-with-text__media-col{flex:1 1 auto;min-width:0}.video-with-text__text-col{flex:0 0 50%;max-width:50%}.video-with-text__grid--media-small .video-with-text__text-col{flex-basis:66.666%;max-width:66.666%}.video-with-text__grid--media-large .video-with-text__text-col{flex-basis:33.333%;max-width:33.333%}}.video-with-text__media{position:relative;overflow:hidden;border-radius:var(--media-radius);background:rgba(var(--color-foreground),.04)}.video-with-text__media--small{height:19.4rem}.video-with-text__media--medium{height:29.6rem}.video-with-text__media--large{height:auto;aspect-ratio:3 / 4}@media screen and (min-width:750px){.video-with-text__media--small{height:31.4rem}.video-with-text__media--medium{height:46rem}.video-with-text__media--large{aspect-ratio:auto;height:868px}}.video-with-text__media--placeholder.video-with-text__media--adapt{height:20rem}@media screen and (min-width:750px){.video-with-text__media--placeholder.video-with-text__media--adapt{height:30rem}}.video-with-text__media--placeholder>svg{position:absolute;top:50%;left:50%;width:100%;max-width:80rem;transform:translate(-50%,-50%);fill:currentColor}.video-with-text__stage{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.video-with-text__video{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.video-with-text__text-col{display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:750px){.video-with-text__text-col--top{justify-content:flex-start}.video-with-text__text-col--middle{justify-content:center}.video-with-text__text-col--bottom{justify-content:flex-end}}.video-with-text__content{display:flex;flex-direction:column;padding:3rem 0;padding-top:24px;gap:0px;word-break:break-word}@media screen and (min-width:990px){.video-with-text__content{padding:5rem 8rem;gap:24px}}.video-with-text__content>*+*{margin-top:2rem}.video-with-text__content--mobile-center>*{align-self:center;text-align:center}.video-with-text__content--mobile-right>*{align-self:flex-end;text-align:right}@media screen and (min-width:750px){.video-with-text__content--desktop-left>*{align-self:flex-start;text-align:left}.video-with-text__content--desktop-center>*{align-self:center;text-align:center}.video-with-text__content--desktop-right>*{align-self:flex-end;text-align:right}}.video-with-text__subheading{font-size:1.2rem;letter-spacing:.12rem;text-transform:none;color:rgba(var(--color-foreground),.6)}@media screen and (max-width:769px){.video-with-text__subheading,.video-with-text__heading{margin-bottom:8px}}.video-with-text__heading{margin:0;font-family:Ivy-Mode-Regular;font-weight:300;font-size:3.2rem;line-height:1.2}@media screen and (max-width:769px){.video-with-text__heading{margin-bottom:8px;font-size:24px}}.video-with-text__heading strong{font-size:inherit;font-style:normal;font-weight:400;line-height:inherit;font-family:Ivy-Mode-Regular;color:inherit}.video-with-text__heading em{font-size:inherit;font-style:italic;font-weight:300;line-height:inherit;font-family:Ivy-Mode-Regular;color:inherit}.video-with-text__paragraph{margin:0;color:#474747;line-height:normal}.video-with-text__paragraph p{margin:0}@media screen and (max-width:769px){.video-with-text__paragraph{font-size:14px;line-height:normal}}.video-with-text__steps{width:100%;align-self:stretch}.video-with-text__step{border-bottom:1px solid #e6e6e6}.video-with-text__step-summary{display:flex;flex-direction:column;align-items:baseline;gap:.8rem;padding:1.4rem 0;cursor:pointer;list-style:none;text-align:left}.video-with-text__step:first-child .video-with-text__step-summary{padding-top:0}.video-with-text__step-summary::-webkit-details-marker{display:none}.video-with-text__step-number{flex:0 0 auto;font-family:GTAmericaRegular,sans-serif;font-size:12px;font-weight:400;line-height:normal;color:#6b6b6b}.video-with-text__step-heading{flex:1 1 auto;font-family:Ivy-Mode-Regular;font-size:24px;font-weight:400;line-height:normal;color:#777;transition:color .3s ease}.video-with-text__step[open] .video-with-text__step-heading{color:#1c1c1c}.video-with-text__step-summary .icon-caret{flex:0 0 auto;display:none;align-self:center;height:.6rem;transition:transform .3s ease}.video-with-text__step[open] .video-with-text__step-summary .icon-caret{transform:rotate(180deg);display:none}.video-with-text__step-content{overflow:hidden}.video-with-text__step-content-inner{box-sizing:border-box;padding:0 0 1.6rem;font-family:GTAmericaRegular,sans-serif;text-align:left;font-size:16px;font-weight:300;line-height:normal;color:#474747}.video-with-text__step-content-inner p{margin:0}.video-with-text__pill{display:flex;width:280px;max-width:calc(100% - 40px);padding:12px 16px 12px 12px;justify-content:space-between;align-items:center;position:absolute;left:20px;bottom:20px;border-radius:200px;border:1px solid rgba(255,255,255,.6);background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2}.video-with-text__pill-main{display:flex;align-items:center;gap:12px;min-width:0}.video-with-text__pill-button{flex:0 0 auto;display:inline-flex;padding:0;border:none;background:none;cursor:pointer;line-height:0}.video-with-text__icon{display:block;width:24px;height:24px}.video-with-text__icon--pause,.video-with-text__pill.is-playing .video-with-text__icon--play{display:none}.video-with-text__pill.is-playing .video-with-text__icon--pause{display:block}.video-with-text__pill-label{font-size:16px;color:#1c1c1c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-with-text__pill-time{flex:0 0 auto;font-size:14px;color:#1c1c1c80;font-variant-numeric:tabular-nums}.video-with-text__pill-time:empty{display:none}@media screen and (max-width:769px){.video-with-text__step-heading{font-size:16px}.video-with-text__step-content-inner{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/video-with-text.css.map */
