@font-face {
  font-family: "Futura";
  src: url("./font/Futura.woff2") format("woff2"),
    url("./font/Futura.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Futura";
  font-weight: 500;
}
.site-header {
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.logo-wrapper {
  text-align: center;
}
a {
  text-decoration: none;
}
.video-wrapper {
  position: relative;
  padding-top: 56.5%;
  height: 0;
}
.video-wrapper video,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-rich-text {
  padding: 50px 0;
}
.section-rich-text .container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.rich-text-wrapper {
  text-align: center;
}
.rich-text-icon img {
  width: 40px;
  height: 40px;
  vertical-align: bottom;
}
.rich-text-wrapper h5 {
  margin: 15px 0;
  color: #005ff4;
  font-size: 18px;
  font-weight: 500;
}
.rich-text-wrapper .rte p {
  font-size: 16px;
  margin: 0 0 15px;
  line-height: 1.8;
}
.rich-text-wrapper .action-bottom {
  margin-top: 40px;
}
.rich-text-wrapper .btn,
.rich-text-wrapper .btn-primary {
  color: #fff;
  background: #005ff4;
  padding: 10px 15px;
  border-radius: 30px;
  max-width: 280px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.logo-wrapper img {
  max-width: 170px;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.video-wrapper video[poster] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-wrapper h2 {
  margin: 0;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .logo-wrapper img {
    max-width: 150px;
  }
  .video-wrapper {
    padding-top: 77.5%;
  }
  .video-wrapper video,
  .video-wrapper iframe {
    object-fit: cover;
  }
  .banner-wrapper .overlay-text {
    max-width: 350px;
  }
  .banner-wrapper h2 {
    font-size: 20px;
  }
}
@media (max-width: 335px) {
  .banner-wrapper h2 {
    font-size: 19px;
  }
}
