@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Montserrat:wght@700&display=swap");
body {
  margin: 0;
  padding: 0;
  background-color: black;
}

#video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 75vw;
  z-index: -1;
}
@media screen and (min-width: 1168px) {
  #video-container {
    height: 100vh;
  }
}

#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-wrapper {
  position: absolute;
  bottom: -130px;
  z-index: 100;
  width: 100vw;
  display: block;
  text-align: center;
}
@media screen and (min-width: 999px) {
  .contact-wrapper {
    bottom: 150px;
  }
}
.contact-wrapper h1 {
  text-align: center;
  color: white;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .contact-wrapper h1 {
    font-size: 46px;
  }
}
.contact-wrapper h1 + h1 {
  margin-bottom: 25px;
}
.contact-wrapper h1 span {
  text-align: center;
  color: white;
  font-size: 48px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  transition: font-size 1s, color 1s;
}
@media screen and (min-width: 768px) {
  .contact-wrapper h1 span {
    font-size: 54px;
  }
}
.contact-wrapper h1 .fade-in-1 {
  color: white;
  font-size: 48px;
}
.contact-wrapper h1 .fade-in-2 {
  color: #256094;
  font-size: 54px;
}
.contact-wrapper h1 .fade-in-3 {
  color: white;
  font-size: 48px;
}
.contact-wrapper a {
  font-size: 26px;
  color: white;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rm-wrapper {
  overflow: auto;
  position: relative;
  z-index: 19999;
}

.video-spacer {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.read-more {
  width: 100vw;
  position: relative;
  background-color: rgba(0, 0, 0, 0.85);
  min-height: 100vh;
  padding: 75px 25px;
  box-sizing: border-box;
  pointer-events: all;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .read-more {
    padding: 75px;
  }
}
@media screen and (min-width: 1168px) {
  .read-more {
    padding: 75px 150px 75px 150px;
  }
}
.read-more p {
  color: white;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.read-more a {
  font-size: 26px;
  color: white;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.red {
  color: #e82a4f;
}

.blue {
  color: #256094;
}

.cta {
  font-size: 24px;
  line-height: 24px;
  left: 0%;
  right: 0%;
  top: 65%;
  position: absolute;
  color: white;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cta {
    top: 90%;
  }
}
.cta a {
  color: white;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}
.cta a:hover {
  color: #e82a4f;
}
.cta div {
  padding-bottom: 25px;
}
.cta a.arrow {
  width: 3vmin;
  height: 3vmin;
  box-sizing: border-box;
  position: absolute;
  left: 49%;
  top: 65%;
  transform: rotate(135deg);
  pointer-events: auto;
  z-index: 100000;
}
.cta a.arrow::after {
  content: "";
  float: left;
  position: relative;
  top: -100%;
  width: 100%;
  height: 100%;
  border-width: 0 0.6vmin 0 0;
  border-style: solid;
  border-color: #fafafa;
  transform-origin: 100% -0.15vmin;
  transition: 0.2s ease;
}
.cta a.arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 0.6vmin 0.6vmin 0 0;
  border-style: solid;
  border-color: #fafafa;
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
}
.cta a.arrow:after {
  animation-delay: 8s;
  animation-duration: 0.75s;
  animation-name: arrowstem;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.cta a.arrow:before {
  animation-delay: 8s;
  animation-duration: 0.75s;
  animation-name: arrowsize;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes arrowstem {
  from {
    height: 100%;
    border-color: transparent;
    transform-origin: 100% -0.15vmin;
    transform: rotate(45deg);
  }
  to {
    transform: rotate(45deg);
    border-color: #e82a4f;
    height: 120%;
  }
}
@keyframes arrowsize {
  from {
    border-color: #fafafa;
    transform-origin: 100% 0;
  }
  to {
    border-color: #e82a4f;
    transform: scale(0.8);
  }
}

/*# sourceMappingURL=style.css.map */
