.fgeba-state-video {
  width: 100%;
  padding: clamp(56px, 7vw, 96px) 24px;
  background: #f2f7fb;
  color: #123653;
}

.fgeba-state-navigation {
  width: 100%;
  padding: clamp(34px, 4.5vw, 54px) 24px;
  background: #f2f7fb;
  color: #123653;
}

body:has(.fgeba-state-navigation) .elementor-element.e-parent:has(.elementor-widget-html .dropbtn):has(.elementor-heading-title) {
  display: none;
}

.fgeba-state-switcher {
  display: grid;
  width: min(1120px, 100%);
  margin-inline: auto;
  grid-template-columns: minmax(220px, 0.8fr) minmax(300px, 1.2fr);
  align-items: end;
  gap: clamp(28px, 6vw, 80px);
}

.fgeba-state-switcher__copy p,
.fgeba-state-switcher__form label {
  display: block;
  margin: 0 0 10px;
  color: #1c6ca6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.fgeba-state-switcher__copy strong {
  display: block;
  margin: 0;
  color: #123653;
  font-family: inherit;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.fgeba-state-switcher__controls {
  display: block;
}

.fgeba-state-switcher select {
  min-height: 52px;
  border: 1px solid #9db5c8;
  border-radius: 2px;
  font: inherit;
}

.fgeba-state-switcher select {
  width: 100%;
  padding: 0 44px 0 16px;
  background-color: #fff;
  color: #123653;
  font-size: 16px;
}

.fgeba-state-switcher select:focus-visible {
  outline: 3px solid #73b6e3;
  outline-offset: 3px;
}

.fgeba-state-video__inner {
  display: grid;
  width: min(1120px, 100%);
  margin-inline: auto;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(36px, 6vw, 80px);
}

.fgeba-state-video__intro {
  min-width: 0;
}

.fgeba-state-video__eyebrow {
  margin: 0 0 14px;
  color: #1c6ca6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.fgeba-state-video__intro h2 {
  margin: 0;
  color: #123653;
  font-family: inherit;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.fgeba-state-video__intro > p:last-child {
  max-width: 42ch;
  margin: 20px 0 0;
  color: #4c6477;
  font-size: 18px;
  line-height: 1.55;
}

.fgeba-state-video__player {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0d2f4c;
  border-radius: 4px 4px 42px 4px;
  box-shadow: 0 28px 70px -36px rgb(13 47 76 / 55%);
  aspect-ratio: 16 / 9;
}

.fgeba-state-video__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fgeba-state-video--document {
  margin: 0 0 clamp(28px, 4vw, 48px);
  padding: 0;
  background: transparent;
}

.elementor-widget-spacer:has(+ .fgeba-state-video--document) {
  display: none;
}

.fgeba-state-video--document .fgeba-state-video__inner {
  width: 100%;
  grid-template-columns: minmax(270px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(28px, 4vw, 52px);
  padding: clamp(24px, 3.2vw, 40px);
  background: #123653;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 3px 3px 38px 3px;
  box-shadow: 0 28px 70px -48px rgb(13 47 76 / 72%);
  overflow: hidden;
}

.fgeba-state-video--document .fgeba-state-video__intro {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fgeba-state-video__step {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 clamp(28px, 4vw, 48px);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.fgeba-state-video__step span,
.fgeba-state-video__next-number {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 36%);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.fgeba-state-video--document .fgeba-state-video__intro h2 {
  max-width: 13ch;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.06;
}

.fgeba-state-video--document .fgeba-state-video__eyebrow {
  color: #9cc9e9;
}

.fgeba-state-video--document .fgeba-state-video__intro > p:last-child {
  max-width: 34ch;
  margin-top: 16px;
  color: #d6e4ee;
  font-size: 16px;
}

.fgeba-state-video--document .fgeba-state-video__player {
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 3px 3px 30px 3px;
  box-shadow: 0 26px 60px -32px rgb(2 19 33 / 80%);
}

.fgeba-state-video__next {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding-top: clamp(20px, 2.4vw, 30px);
  border-top: 1px solid rgb(255 255 255 / 18%);
  color: #fff;
}

.fgeba-state-video__next p {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
}

.fgeba-state-video__next strong {
  font-size: 16px;
  font-weight: 700;
}

.fgeba-state-video__next p span {
  color: #b9cfdd;
  font-size: 14px;
}

.fgeba-state-video__next-arrow {
  color: #9cc9e9;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 760px) {
  .fgeba-state-video {
    padding: 52px 20px;
  }

  .fgeba-state-switcher {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 24px;
  }

  .fgeba-state-video__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .fgeba-state-video__intro h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .fgeba-state-video__intro > p:last-child {
    font-size: 17px;
  }

  .fgeba-state-video__player {
    border-radius: 3px 3px 28px 3px;
  }

  .fgeba-state-video--document {
    margin: 0 0 28px;
    padding: 0;
  }

  .fgeba-state-video--document .fgeba-state-video__inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px 20px 24px;
    border-radius: 3px 3px 28px 3px;
  }

  .fgeba-state-video--document .fgeba-state-video__intro h2 {
    max-width: 15ch;
    font-size: clamp(29px, 8.5vw, 38px);
  }

  .fgeba-state-video__step {
    margin-bottom: 30px;
  }

  .fgeba-state-video__next {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding-top: 22px;
  }

  .fgeba-state-video__next p {
    display: block;
  }

  .fgeba-state-video__next p span {
    display: block;
    margin-top: 3px;
  }
}
