.welcome-section{background-color:var(--background-color);margin-bottom:var(--margin-bottom-mobile);margin-top:var(--margin-top-mobile)}@media (min-width:1024px){.welcome-section{margin-bottom:var(--margin-bottom);margin-top:var(--margin-top)}}.welcome-section__content{align-items:center;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1440px;padding:0 16px;position:relative}@media (min-width:1024px){.welcome-section__content{align-items:center;flex-direction:row;gap:64px;justify-content:center;padding:0 61px}}.welcome-section__footer{align-items:center;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:600px;padding:16px 16px var(--padding-bottom-mobile);width:100%}@media (min-width:1024px){.welcome-section__footer{gap:24px;padding:16px 0 var(--padding-bottom)}}.welcome-section__text{flex:1;padding-top:var(--padding-top-mobile);text-align:center;width:100%}@media (min-width:1024px){.welcome-section__text{flex:559 1 0;padding-top:var(--padding-top);text-align:left;width:auto}}.welcome-section__mobile-media{display:block;margin-top:1.5rem;overflow:hidden;padding:0}@media (min-width:1024px){.welcome-section__mobile-media{display:none}}.welcome-section__mobile-video{overflow:hidden}.welcome-section__media{display:none}@media (min-width:1024px){.welcome-section__media{aspect-ratio:16/9;display:flex;flex:695 1 0;overflow:hidden;position:relative}.welcome-section__image-container,.welcome-section__video-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}}.welcome-section__video-wrapper,.welcome-section__video-wrapper .plyr{height:100%;width:100%}.welcome-section__video-wrapper .plyr__video-wrapper{background:none;height:100%}.welcome-section__video-wrapper .plyr__poster{background-color:transparent}.welcome-section__video-wrapper .plyr--video .plyr__controls{background:rgba(107,92,171,.698);padding-top:10px;z-index:10}.welcome-section__video-wrapper .plyr--video .plyr__control--overlaid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='none'%3E%3Ccircle cx='40' cy='40' r='40' fill='%231B1C1C' fill-opacity='.8'/%3E%3Cpath d='m59.747 37.444-27.252-16.67a3.026 3.026 0 0 0-4.186 1.041 3 3 0 0 0-.414 1.515v33.34a3.015 3.015 0 0 0 3.027 3 3.04 3.04 0 0 0 1.58-.444l27.245-16.67a2.99 2.99 0 0 0 0-5.108v-.004Zm-28.825 19.19v-33.28L58.126 40 30.922 56.633Z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;height:44px;width:44px}@media (min-width:1024px){.welcome-section__video-wrapper .plyr--video .plyr__control--overlaid{height:80px;width:80px}}.welcome-section__video-wrapper .plyr--video .plyr__control--overlaid svg{display:none}.welcome-section__video-wrapper .plyr--video .plyr__control:focus-visible,.welcome-section__video-wrapper .plyr--video .plyr__control:hover,.welcome-section__video-wrapper .plyr--video .plyr__control[aria-expanded=true]{background:var(--bright-pink)}.welcome-section__video-wrapper .plyr--video .plyr__control--overlaid:focus-visible,.welcome-section__video-wrapper .plyr--video .plyr__control--overlaid:hover,.welcome-section__video-wrapper .plyr--video .plyr__control--overlaid[aria-expanded=true]{background-color:transparent;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='none'%3E%3Ccircle cx='40' cy='40' r='40' fill='%231B1C1C' fill-opacity='.8'/%3E%3Cpath d='m59.747 37.444-27.252-16.67a3.026 3.026 0 0 0-4.186 1.041 3 3 0 0 0-.414 1.515v33.34a3.015 3.015 0 0 0 3.027 3 3.04 3.04 0 0 0 1.58-.444l27.245-16.67a2.99 2.99 0 0 0 0-5.108v-.004Zm-28.825 19.19v-33.28L58.126 40 30.922 56.633Z' fill='%23fff'/%3E%3C/svg%3E");opacity:.8}.welcome-section__video-wrapper .plyr--full-ui input[type=range]{color:#fff}.welcome-section .mobile-image-container{margin:0;overflow:hidden;padding:0}.welcome-section .mobile-image-container,.welcome-section .mobile-image-container img{border-bottom-right-radius:var(--mobile-image-radius,16px);border-top-right-radius:var(--mobile-image-radius,16px)}.welcome-section__cta-wrap{display:flex;justify-content:center;width:100%}.welcome-section__cta-btn{align-items:center;background-color:var(--cta-bg-color,#f57cb4);border-radius:30px;box-shadow:0 4px 4px 0 rgba(16,24,40,.08);color:var(--cta-text-color,#fff);cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;height:60px;justify-content:center;letter-spacing:.5px;max-width:360px;padding:0 24px;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease;width:100%}.welcome-section__cta-btn:hover{background-color:var(--cta-hover-color,#e55ba0)}@media (min-width:1024px){.welcome-section__cta-btn{font-size:18px;max-width:none;padding:0 32px;width:auto}}.welcome-section__app-download{background:#fff;border-radius:10px;display:grid;gap:16px;grid-template-columns:1fr;padding:16px;width:100%}@media (min-width:1024px){.welcome-section__app-download{gap:24px;grid-template-columns:1fr auto;max-width:600px;padding:16px 24px}}.welcome-section__app-text{color:var(--description-color);font-weight:400;letter-spacing:-.5px}.welcome-section__app-accent,.welcome-section__app-text b,.welcome-section__app-text strong{color:var(--highlight-color);font-weight:700}.welcome-section__app-badges{display:grid;gap:8px;grid-auto-flow:column;justify-content:center}@media (min-width:1024px){.welcome-section__app-badges{display:none}}.welcome-section__store-badge{line-height:0}.welcome-section__badge-img{opacity:1;width:100%}.welcome-section__qr-area{display:none}@media (min-width:1024px){.welcome-section__qr-area{align-items:center;display:grid;gap:24px;grid-template-columns:118px 1fr}}.welcome-section__qr-card{display:grid;height:119px;place-items:center;width:119px}.welcome-section__qr-label{align-self:center;display:grid;grid-auto-rows:max-content;justify-self:center;text-align:center}.welcome-section__qr-label-text{color:var(--title-color,#0e0e0f);font-size:22px;font-weight:900;letter-spacing:0}.welcome-section__qr-squiggle:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='7' fill='none'%3E%3Cpath d='M1.5 5.5s36.868-4 60.5-4c23.632 0 44.5 4 44.5 4' stroke='%23F57CB4' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:7px;width:108px}.welcome-section__subtitle{color:var(--subtitle-color);font-weight:700;margin-bottom:16px}@media (min-width:1024px){.welcome-section__subtitle{margin-bottom:24px}}.welcome-section__title{color:var(--title-color);font-weight:900;line-height:var(--title-line-height,120%)}.welcome-section__title [style="text-decoration:underline"]{color:var(--highlight-color);text-decoration:none!important}.welcome-section__description{color:var(--description-color);padding:24px 15px 0;text-align:center}@media (min-width:1024px){.welcome-section__description{padding:0;text-align:left}}.welcome-section__description p{display:block;margin-bottom:16px}@media (min-width:1024px){.welcome-section__description p{display:block;margin-bottom:24px}}.welcome-section__description p:last-child{display:block;margin-bottom:0}@media (min-width:1024px){.welcome-section__description p:last-child{display:block;margin-bottom:24px}}.welcome-section__description p:not(:last-child){display:block;margin-bottom:16px}@media (min-width:1024px){.welcome-section__description p:not(:last-child){display:block;margin-bottom:24px}}.welcome-section__description strong{color:var(--highlight-color)}.welcome-section__description [style="text-decoration:underline"]{color:var(--highlight-color);text-decoration:none!important}.welcome-section .purple-text,.welcome-section__description .purple-text{color:var(--highlight-color)}.welcome-section__image-placeholder svg{margin-bottom:16px}.welcome-section__image-placeholder p{margin:0}
