section.text-media-module{--motion-calm:cubic-bezier(0.22,1,0.36,1)}section.text-media-module .text-media{align-items:stretch;background:#fff;border:1px solid #f1f4f7;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}section.text-media-module .text-media--media-left{grid-template-areas:"media content"}section.text-media-module .text-media--media-right{grid-template-areas:"content media"}section.text-media-module .text-media__media{background:#250b3b;grid-area:media;min-width:0}section.text-media-module .text-media__media-frame{aspect-ratio:720/778;background:#250b3b;height:100%;width:100%}section.text-media-module .text-media__media-frame iframe,section.text-media-module .text-media__media-frame video{border:0;display:block;height:100%;object-fit:cover;width:100%}section.text-media-module .text-media__media-frame .hs-video-container,section.text-media-module .text-media__media-frame .hs-video-widget{height:100%;width:100%}section.text-media-module .text-media__image{height:100%;margin:0;width:100%}section.text-media-module .text-media__image img{display:block;height:100%;object-fit:cover;width:100%}section.text-media-module .text-media__content{display:flex;flex-direction:column;grid-area:content;min-height:778px;min-width:0;padding:64px}section.text-media-module .text-media__description,section.text-media-module .text-media__label,section.text-media-module .text-media__title{margin:0}section.text-media-module .text-media__label{color:#98a2b3;letter-spacing:.04em;text-transform:uppercase}section.text-media-module .text-media__title{margin-top:.75rem}section.text-media-module .top-text-line-wrap{display:block;overflow:hidden}section.text-media-module .text-media__title .top-text-line{animation:text-media-line-reveal 1.05s var(--motion-calm) forwards;animation-delay:var(--line-delay,0s);display:inline-block;opacity:0;transform:translateY(120%);white-space:nowrap}section.text-media-module .text-media__bottom{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;margin-top:auto}section.text-media-module .text-media__description{color:#172324;max-width:520px}@media (max-width:768px){section.text-media-module .text-media{grid-template-areas:"content" "media";grid-template-columns:1fr}section.text-media-module .text-media__content{min-height:auto;padding:32px}section.text-media-module .text-media__media{background:0 0;display:flex;justify-content:center;padding:0}section.text-media-module .text-media__media-frame{background:#172324;max-width:100%}section.text-media-module .text-media__bottom{gap:1rem;margin-top:32px}section.text-media-module .text-media__content{padding:32px}section.text-media-module .text-media__media{padding:0}section.text-media-module .text-media__title .top-text-line{white-space:normal}}@media (prefers-reduced-motion:reduce){section.text-media-module .text-media__title .top-text-line{animation:none;opacity:1;transform:none}}@keyframes text-media-line-reveal{0%{opacity:0;transform:translateY(120%)}to{opacity:1;transform:translateY(0)}}