@media screen and (max-width: 1200px) {
  .hs-video-wrapper {
    width: 417vw;
    height: 100vh !important;
    position: relative;
    top: 0;
    left: -150%;
    z-index:-1;
  }
}

.background_video {
  width: 100vw;
  height: 830px;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  overflow:hidden;
}

.secondary_hero_image .hero_body {
/*   z-index: 2; */
}

.secondary_hero_image .hero_text_body {
  line-height: 24px;
}
.secondary_hero_image .hero_text_body a {
  color: #fff;
  text-decoration: underline;
}

.mobile_image_hero {
  display:none;
}

.hero_subtitle {
  position: relative;
}

.hero_title { 
/*   padding-bottom: 50px; */
}

/*.subtitle_1  {
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
  animation-name: anim-1;
  position: absolute;
  display: block;
  top: 10px;
}

.subtitle_2  {
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
  animation-name: anim-2;
  position: absolute;
  display: block;
  top: 10px;
}

.subtitle_3  {
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
  animation-name: anim-3;
  top: 10px;
}

.subtitle_4  {
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
  animation-name: anim-4;
  top: 10px;
}

@keyframes anim-1 {
	0%, 8% {  opacity: 0; }
  10%, 25% {  opacity: 1; }
  32%, 100% {  opacity: 0; }
}

@keyframes anim-2 {
	0%, 25% {  opacity: 0; }
  30%, 45% {  opacity: 1; }
  48%, 100% {  opacity: 0; }
}

@keyframes anim-3 {
	0%, 50% {  opacity: 0; }
  50%, 70% {  opacity: 1; }
  70%, 100% {  opacity: 0; }
}

@keyframes anim-4 {
	0%, 66.66% {  opacity: 0; }
  74%, 90% {  opacity: 1; }
  90, 100% {  opacity: 0; }
}

@keyframes anim-4 {
	0%, 66.66% {  opacity: 0; }
  74.96%, 91.62% {  opacity: 1; }
  100% {  opacity: 0; }
}*/

.subtitle_animation {
  left: 0;
  margin-bottom: 0;
  margin-top: 50px;
  position: absolute;
  text-align: center;
  top: -100px;
  opacity: 0;
  position: absolute;
  display: block;
  top: 10px;
}
.h2_title_italic {
  font-weight: 300;
}
.h2_title_italic--arrow {
  font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  color: #f8aa94;
}
.hero_subtitle--slider {
  height: auto;
}
.hero_subtitle--slider .slick-slide {
}
.hero_subtitle--slider--wrapper {
/*   width: 100%; */
  position: relative;
  height: auto;
}

@media (min-width: 768px) {
  .hero_subtitle--slider {
    height: 50px;
  }
  .hero_subtitle--slider--wrapper {
  /*   width: 100%; */
    position: relative;
    height: 50px;
  }
}

.hero_image {}

@media (min-width: 768px) {
  .hero_image {
    min-height: 720px;
  }
}
@media (min-width: 1024px) {
  .hero_image {
    min-height: 720px;
  }
}

.hero_body--form {
  padding: 22px 22px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.66)), linear-gradient(99.23deg, rgba(255, 255, 255, 0.31) 0.35%, rgba(237, 237, 237, 0.63) 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 4px 4px 18px rgba(90, 90, 90, 0.34);
  border-radius: 8px;

}
@media (max-width: 768px) {
  .hero_body--form {
    transform: translateY(200px);
  }
}
.hero_body--form .hs-button {
  width: 100%;
  background: linear-gradient(322.2deg, #56AFCB 15.7%, #28809C 103.01%);
  border: 1px solid rgba(151, 212, 232, 0.6);
  box-shadow: -4px -4px 24px rgba(255, 255, 255, 0.35), 4px 4px 12px rgba(0, 0, 0, 0.44), inset 2px 2px 2px rgba(142, 226, 240, 0.33);
  border-radius: 8px;
}

