@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
body {
  font-family: "Geist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /* video cover */
  /* end video */
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Geist", sans-serif;
}
body h1 {
  line-height: 0.85;
}
body .landing-logo img {
  max-width: 30vw !important;
}
@media only screen and (max-width: 680px) {
  body .landing-logo img {
    max-width: 80vw !important;
  }
}
@media (orientation: landscape) {
  body .landscape\:hidden {
    display: none;
  }
}
@media (orientation: portrait) {
  body .portrait\:hidden {
    display: none;
  }
}
body .vc_row.wpb_row:not(:first-child):not(.vc_inner) {
  background-image: url(./../img/section-bg.png);
  background-position: top center;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 680px) {
  body .vc_row.wpb_row:first-child {
    background-size: cover;
    background-position: center top;
  }
}
body .video-bg-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .video-bg-section .video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
body .video-bg-section .video-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
body .contact-link a {
  font-weight: 700;
  font-size: 2rem;
  color: #000;
}
@media only screen and (max-width: 680px) {
  body .contact-link a {
    font-size: 1.5rem;
  }
}
body.home .eltd-page-header,
body.home .eltd-title-holder {
  display: none;
}
body .eltd-content {
  margin-top: 0 !important;
}
body .eltd-content .eltd-content-inner > .eltd-container > .eltd-container-inner,
body .eltd-content .eltd-content-inner > .eltd-full-width > .eltd-full-width-inner {
  padding-top: 0 !important;
}
body .eltd-page-footer .eltd-footer-top-holder .eltd-footer-top-inner.eltd-grid {
  padding-bottom: 10vh;
}
body .eltd-page-footer .eltd-footer-top-holder .eltd-grid-row .eltd-column-content:first-child {
  width: 100%;
}
body .eltd-page-footer .eltd-footer-top-holder .eltd-grid-row .eltd-column-content:first-child img {
  max-width: 200px;
}
body .eltd-page-footer .eltd-footer-bottom-holder .eltd-footer-bottom-inner {
  border-color: #fff;
}
body .eltd-page-footer .eltd-footer-bottom-holder .eltd-footer-bottom-inner.eltd-grid {
  padding: 4vh 0 8vh;
}
body .eltd-footer-bottom-column-1 {
  color: #fff;
  text-align: center;
}
body .eltd-footer-bottom-column-1 p {
  color: #fff;
  font-size: 1.125rem;
}
body .eltd-footer-bottom-column-1 a {
  color: #fff;
}
body .social-icon {
  display: inline-block;
  margin: 0 2.5vw;
}
@media only screen and (max-width: 680px) {
  body .social-icon {
    height: 50px !important;
    width: 50px !important;
  }
}
body .social-icon svg {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  body .eltd-mobile-header {
    display: none;
  }
}

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