.hero-cta-wave{display:grid;grid-template-columns:1fr;align-items:center;gap:32px;position:relative}.hero-cta-wave .hero-cta-wave__image{display:block;width:100%;height:auto;aspect-ratio:626/417;object-fit:cover;border-radius:var(--hero-media-radius, 42px)}.hero-cta-wave .hero-cta-wave__video,.hero-cta-wave .hero-cta-wave__video video-player,.hero-cta-wave .hero-cta-wave__video .video-container{display:block;width:100%}.hero-cta-wave .hero-cta-wave__video-el{display:block;width:100%;height:auto;aspect-ratio:626/417;object-fit:cover;border-radius:var(--hero-media-radius, 42px)}.hero-cta-wave .hero-cta-wave__media-placeholder{display:grid;place-items:center;margin:0;padding:2.4rem;aspect-ratio:626/417;font-family:var(--font-body-family);font-size:1.6rem;text-align:center;color:var(--color-text);border:2px dashed currentcolor;border-radius:var(--hero-media-radius, 42px)}.hero-cta-wave .hero-cta-wave__content{display:flex;flex-direction:column;align-items:center;gap:var(--hero-stack-gap, 24px);text-align:center}.hero-cta-wave .hero-cta-wave__heading-group{display:flex;flex-direction:column;gap:12px;width:100%}.hero-cta-wave .hero-cta-wave__text{width:100%;margin:0}.hero-cta-wave .hero-cta-wave__text>:first-child{margin-top:0}.hero-cta-wave .hero-cta-wave__text>:last-child{margin-bottom:0}.hero-cta-wave .hero-cta-wave__text--eyebrow{font-family:var(--font-body-family);font-size:1.8rem;font-weight:700;line-height:normal;letter-spacing:1px;color:var(--color-text)}.hero-cta-wave .hero-cta-wave__text--eyebrow p{margin:0}.hero-cta-wave .hero-cta-wave__text--hide-mobile{display:none}.hero-cta-wave .hero-cta-wave__heading{display:flex;flex-direction:column;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:var(--hero-heading-size-mobile, 4rem);line-height:var(--hero-heading-line-height, 1.34);letter-spacing:1px;color:var(--color-text)}.hero-cta-wave .hero-cta-wave__text--body{max-width:44em;font-family:var(--font-body-family);font-size:1.8rem;line-height:normal;letter-spacing:1px;color:var(--color-text);text-align:left}.hero-cta-wave .hero-cta-wave__marquee{position:relative;display:block;width:100%;min-height:calc(1em * var(--hero-heading-line-height, 1.34))}.hero-cta-wave .hero-cta-wave__marquee-phrase{position:absolute;top:0;left:0;width:100%;display:none;white-space:nowrap}.hero-cta-wave .hero-cta-wave__marquee-phrase:first-child{display:block}.hero-cta-wave .hero-cta-wave__marquee-phrase.is-hidden{display:none}.hero-cta-wave .hero-cta-wave__marquee-phrase.animate-in,.hero-cta-wave .hero-cta-wave__marquee-phrase.animate-out{display:block}.hero-cta-wave .hero-cta-wave__marquee-phrase.animate-out{animation:var(--gw-marquee-out, gw-trap_door-out) .5s}.hero-cta-wave .hero-cta-wave__marquee-phrase.animate-in{animation:var(--gw-marquee-in, gw-trap_door-in) .5s}.hero-cta-wave .hero-cta-wave__checklist{display:flex;flex-direction:column;gap:1.2rem;width:100%;margin:0;padding:0;list-style:none}.hero-cta-wave .hero-cta-wave__checklist-item{display:flex;align-items:center;gap:1.2rem}.hero-cta-wave .hero-cta-wave__check-badge{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.8rem;height:2.8rem;border-radius:50%}.hero-cta-wave .hero-cta-wave__check-icon{width:1.3rem;height:auto;color:inherit}.hero-cta-wave .hero-cta-wave__checklist-text{font-family:var(--font-body-family);font-size:1.6rem;line-height:normal;letter-spacing:1px;color:var(--color-text);text-align:left}.hero-cta-wave .hero-cta-wave__buttons{display:flex;flex-direction:column;width:100%;gap:20px}.hero-cta-wave .hero-cta-wave__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:43px;padding-block:0;padding-inline:24px;text-align:center;font-family:var(--font-body-family);font-size:1.8rem;letter-spacing:1px}@media screen and (min-width: 990px){.hero-cta-wave{grid-template-columns:var(--hero-grid-columns, 1fr 1fr);gap:var(--hero-column-gap, 62px)}.hero-cta-wave .hero-cta-wave__media{order:1}.hero-cta-wave .hero-cta-wave__content{align-items:flex-start;max-width:none;text-align:left}.hero-cta-wave .hero-cta-wave__content,.hero-cta-wave .hero-cta-wave__media{min-width:0}.hero-cta-wave .hero-cta-wave__text--hide-mobile{display:block}.hero-cta-wave .hero-cta-wave__heading{font-size:var(--hero-heading-size, 5.6rem);letter-spacing:.4px}.hero-cta-wave .hero-cta-wave__checklist-text{font-size:1.8rem}.hero-cta-wave .hero-cta-wave__buttons{flex-direction:row;width:auto}.hero-cta-wave .hero-cta-wave__button{width:auto}}.hero-cta-wave .hero-cta-wave__promos{display:flex;flex-direction:column;gap:16px;width:100%;margin-top:-4px}.hero-cta-wave .hero-cta-wave__promos--reverse-mobile{flex-direction:column-reverse}.hero-cta-wave .hero-cta-wave__promo{width:100%}.hero-cta-wave .hero-cta-wave__mini{width:100%}.hero-cta-wave .hero-cta-wave__mini-link{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:16px;border:2px solid var(--mini-border, #5ea3d6);background:var(--mini-background, #d4ecf8);box-shadow:0 18px 20px rgba(20,30,60,.32);text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.hero-cta-wave a.hero-cta-wave__mini-link:hover{transform:translateY(-4px);box-shadow:0 22px 34px rgba(20,30,60,.36)}.hero-cta-wave .hero-cta-wave__mini-image{flex:1 1 auto;width:100%;max-width:130px;height:77px;border-radius:10px;object-fit:cover}.hero-cta-wave .hero-cta-wave__mini-body{display:flex;flex:0 0 182px;flex-direction:column;gap:8px}.hero-cta-wave .hero-cta-wave__mini-heading{font-family:var(--font-body-family);font-size:1.4rem;font-weight:700;line-height:2.1rem;letter-spacing:.081rem;color:var(--mini-heading, #14304a)}.hero-cta-wave .hero-cta-wave__mini-cta{display:flex;align-items:center;justify-content:center;height:47px;padding:12px 28px;border-radius:12px;background:var(--mini-cta-background, #ec3f8f);font-family:var(--font-body-family);font-size:1.5rem;font-weight:700;line-height:2.25rem;letter-spacing:.045rem;text-transform:uppercase;color:var(--mini-cta-text, #ffffff)}@media screen and (max-width: 989px){.hero-cta-wave .hero-cta-wave__media{display:contents}.hero-cta-wave .hero-cta-wave__mini{order:3;margin-top:-16px}}@media screen and (min-width: 990px){.hero-cta-wave--has-callouts{align-items:start}.hero-cta-wave .hero-cta-wave__promos{flex-direction:row;gap:40px;width:100%;margin-top:0}.hero-cta-wave .hero-cta-wave__promos--overflow{width:max-content;max-width:calc(200% + 62px)}.hero-cta-wave .hero-cta-wave__promo{flex:0 0 auto;width:var(--promo-width, 100%)}.hero-cta-wave .hero-cta-wave__media{position:relative}.hero-cta-wave .hero-cta-wave__mini{position:absolute;right:var(--mini-offset-right, 35px);bottom:calc(-1 * var(--mini-offset-bottom, 76px));z-index:2;width:220px}.hero-cta-wave .hero-cta-wave__mini-image{flex:0 0 60px;width:60px;max-width:60px;height:60px}.hero-cta-wave .hero-cta-wave__mini-body{flex:0 1 auto}.hero-cta-wave .hero-cta-wave__mini-cta{align-self:flex-start;height:auto;padding:5px 11px;border-radius:7px;font-size:1.1rem;line-height:1.65rem;letter-spacing:.081rem;text-transform:none}}@keyframes gw-trap_door-out{from{transform:translateY(0) rotateX(0deg);opacity:1}95%{transform:translateY(-10%) rotateX(-90deg);opacity:0}to{opacity:0}}@keyframes gw-trap_door-in{from{transform:translateY(100%) rotateX(-90deg);opacity:0}to{transform:translateY(0) rotateX(0deg);opacity:1}}@keyframes gw-revolve-out{from{transform:rotateY(0deg);opacity:1}60%{opacity:0}95%{transform:rotateY(90deg);opacity:0}to{opacity:0}}@keyframes gw-revolve-in{from{transform:rotateY(90deg);opacity:0}70%{opacity:1}to{transform:rotateY(0deg);opacity:1}}