/*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .col-span-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .row-1 {
    grid-row: 1;
  }
  .row-2 {
    grid-row: 2;
  }
  .row-3 {
    grid-row: 3;
  }
  .row-4 {
    grid-row: 4;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-550 {
    width: calc(var(--spacing) * 550);
    height: calc(var(--spacing) * 550);
  }
  .size-600 {
    width: calc(var(--spacing) * 600);
    height: calc(var(--spacing) * 600);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-22 {
    height: calc(var(--spacing) * 22);
  }
  .h-auto {
    height: auto;
  }
  .w-\[54px\] {
    width: 54px;
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-x-\[10px\] {
    column-gap: 10px;
  }
  .gap-x-\[50px\] {
    column-gap: 50px;
  }
  .gap-y-\[4px\] {
    row-gap: 4px;
  }
  .gap-y-\[24px\] {
    row-gap: 24px;
  }
  .gap-y-\[30px\] {
    row-gap: 30px;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .fill-white {
    fill: var(--color-white);
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .text-center {
    text-align: center;
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#0075C9\] {
    color: #0075C9;
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .before\:pr-\[10px\] {
    &::before {
      content: var(--tw-content);
      padding-right: 10px;
    }
  }
  .before\:content-\[\'\|\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '|';
      content: var(--tw-content);
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:col-start-1 {
    @media (width >= 48rem) {
      grid-column-start: 1;
    }
  }
  .md\:col-start-6 {
    @media (width >= 48rem) {
      grid-column-start: 6;
    }
  }
  .md\:py-\[80px\] {
    @media (width >= 48rem) {
      padding-block: 80px;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 64rem) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:col-span-10 {
    @media (width >= 64rem) {
      grid-column: span 10 / span 10;
    }
  }
  .lg\:-col-start-5 {
    @media (width >= 64rem) {
      grid-column-start: calc(5 * -1);
    }
  }
  .lg\:col-start-1 {
    @media (width >= 64rem) {
      grid-column-start: 1;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 64rem) {
      grid-column-start: 2;
    }
  }
  .lg\:col-start-3 {
    @media (width >= 64rem) {
      grid-column-start: 3;
    }
  }
  .lg\:col-start-7 {
    @media (width >= 64rem) {
      grid-column-start: 7;
    }
  }
  .lg\:col-start-8 {
    @media (width >= 64rem) {
      grid-column-start: 8;
    }
  }
  .lg\:row-start-1 {
    @media (width >= 64rem) {
      grid-row-start: 1;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:gap-\[13px\] {
    @media (width >= 64rem) {
      gap: 13px;
    }
  }
  .lg\:before\:pr-\[10px\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        padding-right: 10px;
      }
    }
  }
  .lg\:before\:content-\[\'\|\'\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        --tw-content: '|';
        content: var(--tw-content);
      }
    }
  }
  .xl\:col-start-9 {
    @media (width >= 80rem) {
      grid-column-start: 9;
    }
  }
}
body {
  margin: calc(var(--spacing) * 0);
  background-image: none;
  padding: calc(var(--spacing) * 0);
  font-size: 1rem;
  --tw-leading: 1.5;
  line-height: 1.5;
  color: #001943;
  @media (width >= 48rem) {
    font-size: 1.125rem;
  }
  @media (width >= 48rem) {
    --tw-leading: 1.444;
    line-height: 1.444;
  }
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h2 {
  font-size: 1.625rem;
  --tw-leading: 1.23;
  line-height: 1.23;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: 2.5rem;
  }
  @media (width >= 48rem) {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  text-wrap-style: balance;
}
h3 {
  font-size: 2.5rem;
  --tw-leading: 1.1;
  line-height: 1.1;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
h5 {
  font-size: 1.25rem;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
h6 {
  font-size: 1.125rem;
  --tw-leading: 1.22;
  line-height: 1.22;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.p1 {
  font-size: 1.125rem;
  --tw-leading: 1.444;
  line-height: 1.444;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.p2 {
  font-size: 1rem;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.text-content {
  p {
    margin-block: 0.833em;
  }
}
:root {
  --container-margin: 20px;
}
@media (min-width: 640px) {
  :root {
    --container-margin: 30px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-margin: 40px;
  }
}
@media (min-width: 1600px) {
  :root {
    --container-margin: auto;
  }
}
html {
  scroll-behavior: smooth;
}
.content-container {
  max-width: 1400px;
  margin-left: var(--container-margin);
  margin-right: var(--container-margin);
}
a.cta-button, .gform_footer input[type="submit"] {
  display: inline-block;
  border-radius: 6px;
  background-color: #5BAC47;
  padding-inline: 28px;
  padding-block: 14px;
  font-size: 1.125rem;
  --tw-leading: 1.222;
  line-height: 1.222;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #fff;
  &:hover {
    @media (hover: hover) {
      text-decoration-line: none;
    }
  }
}
.global-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: flex-start;
  gap: 20px;
  @media (width >= 48rem) {
    gap: 40px;
  }
}
.divider {
  margin: auto;
  height: 4px;
  max-width: 1130px;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: #E5E5E5;
}
.slim-global-container {
  .content-container {
    max-width: 1290px;
  }
  .global-grid {
    @media (width >= 48rem) {
      gap: 30px;
    }
  }
}
body {
  * {
    margin: calc(var(--spacing) * 0);
    padding: calc(var(--spacing) * 0);
  }
}
.header-fdic-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  background-color: rgba(204, 204, 204, 0.2);
  font-size: 10px;
  padding: 10px;
  align-items: center;
  .pcb-text {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -0.2px;
    color: #081130;
    font-weight: 600;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
  }
}
.footer {
  background-color: #081130;
  padding-block: 40px;
  font-size: 0.875rem;
  --tw-leading: 1.5714;
  line-height: 1.5714;
  color: #fff;
  @media (width >= 64rem) {
    padding-block: 30px;
  }
  .footer-social {
    margin-top: 24px;
  }
  .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    @media screen and (width >= 64rem) {
      flex-direction: row;
      .footer-routing {
        display: flex;
        justify-content: flex-start;
        gap: 12px;
      }
      .copyright {
        p {
          text-align: start;
        }
      }
    }
  }
  .column-2 {
    gap: 6px;
  }
  @media screen and (width >= 80rem) {
    .fdic {
      margin-left: 80px;
    }
  }
}
.fc-disclaimer-text {
  background-color: #F2F2F2;
  padding-block: 40px;
}
.fc-ways-to-use {
  padding-block: 50px;
  @media (width >= 64rem) {
    padding-block: 60px;
  }
  &.gradient-background {
    background: linear-gradient(180deg, #FFF 0%, #F2F2F2 100%);
  }
  .section-header {
    margin-bottom: 12px;
  }
  .icon-box-grid {
    margin-bottom: 54px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
    @media (width >= 48rem) {
      gap: 30px;
    }
    p {
      margin-top: calc(var(--spacing) * 0);
      a {
        text-decoration: underline;
      }
    }
  }
  &.business-offer {
    .text-content-wrapper {
      @media (width >= 64rem) {
        max-width: 360px;
      }
    }
    .icon-box-grid {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
}
.fc-after-hero-panel {
  background-color: #fff;
  padding-block: 60px;
  @media (width >= 64rem) {
    padding-block: 100px;
  }
  .panel-layout {
    display: grid;
    gap: 60px;
  }
  .content-section {
    @media (width < 64rem) {
      margin-top: 40px;
    }
    .content-heading {
      margin-bottom: 8px;
    }
    .text-content {
      margin-bottom: 30px;
    }
  }
}
.fc-hero-panel {
  min-height: 440px;
  position: relative;
  .content-container {
    position: relative;
    padding-top: 150px;
    @media (width >= 64rem) {
      padding-bottom: 100px;
    }
    @media screen and (width >= 64rem) {
      padding-top: 100px;
    }
  }
  .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vw;
    min-height: 720px;
    max-height: 780px;
    @media screen and (width >= 64rem) {
      height: 100%;
      max-height: none;
      height: 100%;
      min-height: auto;
    }
    img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }
  .logo {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    svg {
      height: auto;
      width: 185px;
      @media screen and (width >= 64rem) {
        width: 320px;
      }
    }
  }
  .hero-content {
    @media (width >= 64rem) {
      margin-top: 124px;
    }
  }
  .eyebrow-text {
    margin-bottom: 10px;
    font-size: 1.25rem;
    --tw-leading: 1.2;
    line-height: 1.2;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: 2px;
    letter-spacing: 2px;
    color: #e5e5e5;
    text-transform: uppercase;
    @media (width >= 48rem) {
      font-size: 1.625rem;
    }
    @media (width >= 48rem) {
      --tw-leading: 1.38;
      line-height: 1.38;
    }
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.40);
  }
  h1 {
    margin-bottom: 20px;
    font-size: 2rem;
    --tw-leading: 1.1;
    line-height: 1.1;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #fff;
    @media (width >= 40rem) {
      font-size: 2.5rem;
    }
    @media (width >= 80rem) {
      font-size: 4rem;
    }
    @media (width >= 80rem) {
      --tw-leading: 1.1388;
      line-height: 1.1388;
    }
    @media (width >= 80rem) {
      --tw-tracking: -1px;
      letter-spacing: -1px;
    }
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.40);
  }
  .hero-text-content {
    p {
      color: #fff;
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.40);
    }
  }
  &.business-offer {
    background-color: #F2F2F2;
    .eyebrow-text {
      margin-bottom: 5px;
      font-size: 1.125rem;
      --tw-leading: 1.222;
      line-height: 1.222;
      --tw-tracking: var(--tracking-normal);
      letter-spacing: var(--tracking-normal);
      @media (width >= 48rem) {
        font-size: 1.25rem;
      }
      @media (width >= 48rem) {
        --tw-leading: 1.10;
        line-height: 1.10;
      }
    }
    h1 {
      margin-bottom: 40px;
      font-size: 2.5rem;
      --tw-leading: 1.15;
      line-height: 1.15;
      --tw-tracking: var(--tracking-normal);
      letter-spacing: var(--tracking-normal);
      @media (width >= 48rem) {
        margin-bottom: 12px;
      }
      @media (width >= 64rem) {
        font-size: 3.375rem;
      }
      @media (width >= 64rem) {
        --tw-leading: 1;
        line-height: 1;
      }
      sup {
        font-size: 0.3em;
      }
    }
    .hero-content {
      @media (width >= 64rem) {
        max-width: 440px;
      }
    }
    .hero-cta {
      margin-top: 40px;
      &.hide-in-desktop {
        @media (width >= 64rem) {
          display: none;
        }
      }
      .cta-button {
        font-size: 1rem;
        --tw-leading: 1.5;
        line-height: 1.5;
      }
    }
    .hero-text-content {
      display: none;
      @media (width >= 64rem) {
        display: block;
      }
    }
    .form-section {
      @media screen and (width >= 92.5rem) {
        width: 410px;
      }
      .form-heading {
        font-size: 1.25rem;
        --tw-leading: 1.3;
        line-height: 1.3;
        @media (width >= 64rem) {
          font-size: 1.625rem;
        }
        @media (width >= 64rem) {
          --tw-leading: 1.23;
          line-height: 1.23;
        }
      }
      .form-description {
        @media (width >= 64rem) {
          font-size: 1.125rem;
        }
      }
    }
  }
}
.form-section {
  margin-top: 40px;
  background-color: #fff;
  padding-inline: 40px;
  padding-block: 40px;
  @media (width >= 64rem) {
    margin-top: 0px;
  }
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.40);
  border-radius: 20px;
  @media screen and (width >= 64rem) {
    margin-top: calc(var(--spacing) * 0);
  }
  @media screen and (width >= 92.5rem) {
    right: calc(80px + ((100vw - 1480px) / 2));
    width: 440px;
  }
  .form-heading {
    margin-bottom: 6px;
    font-size: 1.25rem;
    --tw-leading: 1.3;
    line-height: 1.3;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .form-description {
    margin-bottom: 20px;
    font-size: 1rem;
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .form-description {
    padding-bottom: 10px;
    @media (width >= 48rem) {
      padding-bottom: 16px;
    }
  }
  .gform_wrapper {
    .gform_submission_error {
      margin-bottom: 20px;
      font-size: 0.8rem;
      --tw-leading: 1.25;
      line-height: 1.25;
      color: #ff8a8a !important;
    }
    .validation_message {
      margin-top: 8px;
      font-size: 0.75rem;
    }
    .gform_required_legend {
      font-size: 0.7rem;
      padding-bottom: 16px;
    }
  }
  .gform-body {
    margin-bottom: 20px;
    .gfield_label.gform-field-label {
      margin-bottom: 8px;
      display: block;
      font-size: 0.625rem;
      --tw-leading: 1;
      line-height: 1;
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      --tw-tracking: 1px;
      letter-spacing: 1px;
      color: #0075C9;
      text-transform: uppercase;
      @media (width >= 48rem) {
        font-size: 0.75rem;
      }
    }
    input[type="tel"], input[type="email"],input[type="text"] {
      width: 100%;
      background-color: #fff;
      padding: calc(var(--spacing) * 0);
      font-size: 1rem;
      --tw-leading: 1.5;
      line-height: 1.5;
      --tw-leading: 1.44;
      line-height: 1.44;
      --tw-outline-style: none;
      outline-style: none;
      @media (width >= 48rem) {
        font-size: 1.125rem;
      }
    }
    .ginput_container {
      &.ginput_container_text, &.ginput_container_phone, &.ginput_container_email {
        border-bottom: 2px solid #ccc;
      }
    }
    .gform_fields {
      display: grid;
      gap: 20px;
    }
    .hidden_label {
      .gfield_label {
        display: none;
      }
    }
    .gchoice {
      display: flex;
      align-items: flex-start;
      input[type="radio"] {
        margin-top: 2px;
        margin-right: 10px;
        height: 18px;
        width: 18px;
        border-color: #ccc;
      }
      label {
        font-size: 1rem;
      }
    }
  }
}
.fc-cta-panel {
  padding-block: 60px;
  &.blue-bg {
    background-color: #0075C9;
  }
  &.text-white {
    p {
      color: var(--color-white);
    }
  }
  .cta-button-container {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.fc-reasons-repeater {
  padding-top: 50px;
  padding-bottom: 50px;
  @media (width >= 64rem) {
    padding-top: 60px;
  }
  @media (width >= 64rem) {
    padding-bottom: 60px;
  }
  .reasons-grid {
    margin-top: 30px;
    @media screen and (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 500px));
    }
  }
  .reason-box {
    border-bottom: 2px solid #ccc;
    padding-bottom: 30px;
    &:last-child {
      border-bottom: transparent;
    }
  }
  @media screen and (width >= 64rem) {
    .reason-box:nth-last-child(-n+2) {
      border-bottom: transparent;
    }
  }
  .reason-content {
    p {
      margin: calc(var(--spacing) * 0);
    }
  }
  .cta-container {
    margin-top: 10px;
  }
}
.fc-two-column-with-image {
  padding-top: 50px;
  padding-bottom: 50px;
  @media (width >= 64rem) {
    padding-top: 60px;
  }
  @media (width >= 64rem) {
    padding-bottom: 60px;
  }
  .heading {
    margin-bottom: 12px;
  }
  .image-wrapper {
    margin-bottom: 30px;
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
    img {
      border-radius: 20px;
    }
  }
  .eyebrow-text {
    margin-bottom: 10px;
    font-size: 1.125rem;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #5BAC47;
    text-transform: uppercase;
  }
}
.fc-table-shortcode {
  padding-block: 50px;
  @media (width >= 64rem) {
    padding-block: 60px;
  }
  &.gradient-background {
    background: linear-gradient(180deg, #FFF 0%, #F2F2F2 100%);
  }
  &.sans-padding-top {
    padding-top: calc(var(--spacing) * 0);
  }
  .content-heading {
    text-align: center;
  }
  .shortcode-content {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  }
  table.pcb-table {
    margin-bottom: 0 !important;
  }
  table.pcb-table thead th {
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    text-align: center !important;
  }
  table.pcb-table tbody tr:first-child td {
    border-top: 0 !important;
  }
  table.pcb-table tbody tr:nth-child(even) td {
    background: #F5F5F5 !important;
  }
  table.pcb-table tbody tr:nth-child(odd) td {
    background: #fff !important;
  }
  table.pcb-table tbody tr td:first-child, table.pcb-table tbody tr td {
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    color: #081F2D !important;
    text-align: center !important;
    vertical-align: top !important;
    text-wrap-style: balance;
  }
  table.pcb-table tbody tr:nth-child(even) td {
    border-right: 0 !important;
  }
  table.ninja_stacked_table.breakpoint-xs {
    .footable-details {
      margin: 0 0 10px 0 !important;
    }
    tbody {
      > tr:last-child {
        .footable-details {
          margin: 0 !important;
        }
      }
    }
    th {
      vertical-align: middle;
      background-color: #0075C9;
      color: #fff;
      width: 50%;
    }
    td {
      width: 50%;
      vertical-align: middle !important;
    }
  }
}
.fc-faq-panel {
  padding-top: 50px;
  @media (width >= 48rem) {
    padding-top: 80px;
  }
  .content-container {
    padding-bottom: 55px;
  }
  .faq-heading {
    margin-bottom: 0;
    font-size: 1.625rem;
    --tw-leading: 1.23;
    line-height: 1.23;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #001943;
    @media (width >= 48rem) {
      font-size: 2.5rem;
    }
    @media (width >= 48rem) {
      --tw-leading: 1.10;
      line-height: 1.10;
    }
  }
  summary {
    cursor: pointer;
    padding-right: 20px;
    font-size: 1.125rem;
    --tw-leading: 1.222;
    line-height: 1.222;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #0075c9;
    list-style: none;
    &::-webkit-details-marker {
      display: none;
    }
  }
  details {
    p {
      margin-top: calc(var(--spacing) * 5);
      margin-bottom: calc(var(--spacing) * 0);
      font-size: 1rem;
      --tw-leading: 1.5;
      line-height: 1.5;
      color: #081130;
      a {
        text-decoration: underline;
      }
    }
    &[open] {
      p {
        animation: animateDown 0.2s linear forwards;
      }
    }
  }
  .after-faqs {
    margin-top: 20px;
    @media (width >= 48rem) {
      margin-top: 30px;
    }
    p {
      margin-top: calc(var(--spacing) * 0);
      margin-bottom: 10px;
      font-size: 1.625rem;
      --tw-leading: 1.23;
      line-height: 1.23;
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      color: #5BAC47;
    }
  }
  p.after-faqs--heading {
    font-size: 1.125rem;
    --tw-leading: 1.222;
    line-height: 1.222;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #081f2d;
  }
  .after-faqs-disclaimer p {
    margin-top: calc(var(--spacing) * 0);
    margin-bottom: 10px;
    font-size: 0.625rem;
    --tw-leading: 1.4;
    line-height: 1.4;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: #081130;
    strong {
      font-size: 0.875rem;
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
      @media (width >= 48rem) {
        font-size: 0.75rem;
      }
      @media (width >= 48rem) {
        --tw-leading: 1.5;
        line-height: 1.5;
      }
    }
  }
  details {
    border-block-end: 2px solid #E5E5E5;
    padding-block: 30px;
  }
  summary {
    position: relative;
    anchor-name: --summary;
    &::marker {
      content: "";
    }
    &::before, &::after {
      content: "";
      border-block-start: 3px solid #0075C9;
      height: 0;
      width: 0.8rem;
      inset-block-start: 50%;
      inset-inline-end: 0;
      position: absolute;
      position-anchor: --summary;
      position-area: top end;
    }
    &::after {
      transform: rotate(90deg);
      transform-origin: 50%;
    }
  }
  details[open] summary::after {
    transform: rotate(0deg);
  }
}
@keyframes animateDown {
  0% {
    opacity: 0;
    transform: translatey(-15px);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}
.fc-promotional-panel {
  &.bg-light-gray {
    background-color: #f2f2f2;
    padding-top: 54px;
    padding-bottom: 50px;
    @media (width >= 64rem) {
      padding-top: 100px;
    }
  }
  .promotional-heading {
    margin-bottom: 44px;
    font-size: 1.625rem;
    --tw-leading: 1.23;
    line-height: 1.23;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #001943;
    @media (width >= 48rem) {
      margin-bottom: 30px;
    }
    @media (width >= 48rem) {
      font-size: 2.5rem;
    }
    @media (width >= 48rem) {
      --tw-leading: 1.10;
      line-height: 1.10;
    }
    sup {
      font-size: 0.4em;
    }
  }
  .promotional-text-content {
    max-width: 610px;
    h6 {
      color: #0075C9;
    }
    p {
      margin-top: 0;
      margin-bottom: 30px;
    }
  }
  .image-content img {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    border-radius: 20px;
  }
  .promotional-code-block {
    margin-top: 20px;
    display: inline-block;
    border-radius: 20px;
    background-color: #0075C9;
    padding: calc(var(--spacing) * 5);
    @media (width >= 48rem) {
      min-width: 410px;
    }
    @media (width >= 48rem) {
      padding: 30px;
    }
    p {
      margin: calc(var(--spacing) * 0);
      font-size: 1.125rem;
      --tw-leading: 1.222;
      line-height: 1.222;
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      color: #E5E5E5;
      text-transform: uppercase;
    }
    .promo-code {
      margin-bottom: 5px;
      font-size: 2.5rem;
      --tw-leading: 1.10;
      line-height: 1.10;
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      color: #fff;
    }
    .promo-expire {
      font-size: 1rem;
      --tw-leading: 1.5;
      line-height: 1.5;
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
      color: #f2f2f2;
      .date {
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
      }
    }
  }
  .bonus-info {
    padding-top: 30px;
  }
  .bonus-summary {
    max-width: 400px;
    font-size: 0.875rem;
    --tw-leading: 1.71;
    line-height: 1.71;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #001943;
  }
  .bonus-content {
    p {
      margin-block: 5px;
      font-size: 0.875rem;
      --tw-leading: 1.71;
      line-height: 1.71;
      color: #001943;
    }
  }
  summary {
    position: relative;
    anchor-name: --summary;
    list-style: none;
    &::-webkit-details-marker {
      display: none;
    }
    &::marker {
      content: "";
    }
    &::before, &::after {
      content: "";
      border-block-start: 3px solid #0075C9;
      height: 0;
      width: 0.8rem;
      inset-block-start: 50%;
      inset-inline-end: 0;
      position: absolute;
      position-anchor: --summary;
      position-area: top end;
    }
    &::after {
      transform: rotate(90deg);
      transform-origin: 50%;
    }
  }
  details {
    &[open] {
      p {
        animation: animateDown 0.2s linear forwards;
      }
    }
  }
  details[open] summary::after {
    transform: rotate(0deg);
  }
  @keyframes animateDown {
    0% {
      opacity: 0;
      transform: translatey(-15px);
    }
    100% {
      opacity: 1;
      transform: translatey(0);
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
