/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-219 {
    background-color: var(--secondary);
    /* Centers button */
    text-align: left;
    /* 144px - 300px - leaving extra space for the navigation */
    /* 130px - 200px */
    position: relative;
    z-index: 1;
    height: 100vh;
  }
  #hero-219 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #hero-219 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.15;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #hero-219 .cs-background video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #hero-219 .cs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    width: 100%;
    height: 100%;
    max-width: 42.5rem;
    margin: auto;
    z-index: 3;
  }
  #hero-219 .cs-title {
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    max-width: 51.8125rem;
    text-align: center;
    z-index: 3;
    color: #fff;
    position: relative;
  }
  #hero-219 .logo {
    position: relative;
    z-index: 3;
  }
  #hero-219 .title {
    text-transform: uppercase;
    /* 39px - 61px */
    font-size: clamp(3.3375rem, 6.4vw, 3.8125rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    max-width: 51.8125rem;
    /* 16px - 24px */
    margin: 0 0 clamp(1rem, 4vw, 1.5rem) 0;
    color: #fff;
    position: relative;
  }
  #hero-219 .sub-title {
    /* 39px - 61px */
    font-size: clamp(1.5375rem, 2.4vw, 2.3125rem);
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    max-width: 51.8125rem;
    /* 16px - 24px */
    margin: 0 0 clamp(1rem, 4vw, 1.5rem) 0;
    color: #fff;
    position: relative;
  }
  #hero-219 .text {
    /* 16px - 20px */
    font-size: clamp(1rem, 1.95vw, 1.25rem);
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    /* 464px - 622px */
    max-width: clamp(29rem, 60vw, 38.785rem);
    margin: 0;
    /* 40px - 48px */
    color: #fff;
  }
  #hero-219 .sub-text {
    text-align: center;
    z-index: 3;
    color: var(--primary);
    font-weight: 500;
    font-size: 1.625rem;
  }
  #hero-219 .form-button.forward {
    background-color: transparent;
    z-index: 3;
    border: 1px solid var(--primary);
  }
}
@media only screen and (min-width: 48rem) {
  #hero-219 .sub-text {
    font-size: 2.25rem;
  }
}
