:root {
  --vh-offset: 0px;
  --cyan: rgba(5, 242, 218, 1);
}

@supports (color: color(display-p3 1 1 1)) {
  :root {
    --cyan: color(display-p3 0.01960784314 0.9490196078 0.8549019608);
  }
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Thin.woff2") format("woff2"), url("../fonts/./Archia-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Light.woff2") format("woff2"), url("../fonts/./Archia-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Regular.woff2") format("woff2"), url("../fonts/./Archia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-SemiBold.woff2") format("woff2"), url("../fonts/./Archia-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Bold.woff2") format("woff2"), url("../fonts/./Archia-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Medium.woff2") format("woff2"), url("../fonts/./Archia-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.home-header.home-header--smaller {
  height: 395px;
}

@media screen and (max-width: 568px) {
  .home-header.home-header--smaller {
    margin-bottom: 0px;
    text-align: center;
    height: auto;
    min-height: 139px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 61px;
    padding-top: 22px;
  }
}

@media screen and (max-width: 568px) {
  .home-header.home-header--smaller h1 {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 568px) {
  .home-header.home-header--smaller .home-header-mobile-image {
    position: absolute;
  }
}

@media screen and (max-width: 568px) {
  .home-header.home-header--smaller .wrapper {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 568px) {
  .home-header.home-header--smaller .content {
    background-color: transparent;
    padding: 0px;
    margin-top: 0px;
  }
}

.home-header {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 568px) {
  .home-header {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.home-header .button {
  border-radius: 25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #002237;
  background-color: #66f2e4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.home-header .button:hover {
  background-color: #f07d00;
  color: #fff;
}

@media screen and (max-width: 568px) {
  .home-header .button {
    font-size: 13px;
    line-height: 23px;
  }
}

.home-header .shapes {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 50;
}

@media screen and (max-width: 568px) {
  .home-header .shapes {
    display: none;
  }
}

.home-header iframe {
  z-index: 2;
}

@media (max-width: 735px) {
  .home-header .home-header-mobile-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-header .home-header-image,
  .home-header iframe {
    display: none;
  }
}

@media (min-width: 736px) {
  .home-header .home-header-mobile-image {
    display: none;
  }
  .home-header .home-header-image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-header .home-header-image,
  .home-header iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 736px) and (orientation: portrait) {
  .home-header .home-header-image,
  .home-header iframe {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}

@media (min-width: 736px) {
  .home-header .home-header-image {
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }
}

.home-header .wrapper {
  position: relative;
  z-index: 50;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}

@media screen and (max-width: 568px) {
  .home-header .content {
    background-color: #002237;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 22px;
    padding-bottom: 60px;
    margin-top: -15px;
  }
}

.home-header h1 {
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #F0EDEE;
  margin-bottom: 36px;
}

@media (min-width: 1068px) {
  .home-header h1 {
    font-size: 5rem;
    line-height: 1.15;
  }
}

@media screen and (max-width: 568px) {
  .home-header h1 {
    margin-bottom: 21px;
    font-size: 36px;
  }
}

.home-header p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 25.5px;
  color: #FFF;
  font-family: 'Inter';
}

@media screen and (max-width: 568px) {
  .home-header p {
    color: #80909B;
  }
  .home-header p br {
    display: none;
  }
}

@media (min-width: 1068px) {
  .home-header p {
    font-size: 25px;
    line-height: 35px;
    color: #FFF;
  }
}

.home-header .cta_wrapper {
  margin-top: 37px;
}

@media screen and (max-width: 568px) {
  .home-header .home-header-mobile-image {
    position: relative;
    height: 460px;
  }
}

@media screen and (max-width: 568px) {
  .home-header .wrapper {
    height: auto;
  }
}

@media screen and (max-width: 568px) {
  .full-video-banner {
    height: auto;
  }
}
/*# sourceMappingURL=banner_header.css.map */
