@charset "UTF-8";
@font-face {
  font-family: "Asegunt";
  src: url('../fonts/Asegunt.otf');
}
@font-face {
  font-family: "MontserratRegular";
  src: url('../fonts/Montserrat-Regular.otf');
}
@font-face {
  font-family: "MontserratSemiBold";
  src: url('../fonts/Montserrat-SemiBold.otf');
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  position: relative;
  overflow-x: hidden;
}
body {
  font-weight: 300;
  font-size: 16px;
  background-color: #CCC;
  font-family: MontserratRegular;
  color: #333;
}
a {
  transition: 0.5s;
}
body.page-template-home {
  background-color: #FFF;
}
body.page-template-home .header {
  position: relative;
  height: 70vh;
  width: 100%;
  min-height: 350px;
}
body.page-template-home .header__bg {
  width: 100%;
  height: 100%;
}
body.page-template-home .header .video-container {
  width: 100%;
  height: 100%;
}
body.page-template-home .header .video-container .img-wrapper {
  width: 100%;
  height: 100%;
}
body.page-template-home .header .video-container img,
body.page-template-home .header .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-template-home .header__social {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 10;
  height: 35px;
}
body.page-template-home .header__social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-template-home .header__social ul li {
  float: left;
  margin-right: 10px;
}
body.page-template-home .header__social ul li:last-child {
  margin-right: 0;
}
body.page-template-home .header__social ul li a {
  color: #FFF;
}
body.page-template-home .header__social ul li a:hover,
body.page-template-home .header__social ul li a:focus {
  color: #ffd15e;
}
body.page-template-home .header__social ul li a svg {
  width: 35px;
  height: 35px;
}
body.page-template-home .intro {
  background-color: #0e5360;
}
body.page-template-home .intro__inner {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 50px 25px;
}
body.page-template-home .intro__inner h1,
body.page-template-home .intro__inner h2,
body.page-template-home .intro__inner h3,
body.page-template-home .intro__inner h4 {
  color: #FFF;
  font-family: Asegunt;
  margin: 0 0 50px 0;
  font-size: 42px;
  letter-spacing: 3px;
  font-weight: 100;
  z-index: 10;
  position: relative;
}
@media only screen and (min-width: 480px) {
  body.page-template-home .intro__inner h1,
  body.page-template-home .intro__inner h2,
  body.page-template-home .intro__inner h3,
  body.page-template-home .intro__inner h4 {
    font-size: 60px;
  }
}
body.page-template-home .intro__inner h1:before,
body.page-template-home .intro__inner h2:before,
body.page-template-home .intro__inner h3:before,
body.page-template-home .intro__inner h4:before {
  content: "";
  background-color: #086465;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: -1;
}
body.page-template-home .intro__inner p {
  color: #FFF;
  letter-spacing: 3px;
  line-height: 26px;
}
body.page-template-home .intro__inner .button {
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
body.page-template-home .intro__inner .button a {
  display: inline-block;
  padding: 10px 25px 6px 25px;
  text-align: center;
  font-family: Asegunt;
  font-size: 24px;
  letter-spacing: 3px;
  border: 5px solid #FFF;
  color: #FFF;
}
body.page-template-home .intro__inner .button a:hover,
body.page-template-home .intro__inner .button a:focus {
  background-color: #ffd15e;
  border-color: #ffd15e;
  text-decoration: none;
}
body.page-template-home .featured {
  background-color: #ffd15e;
}
body.page-template-home .featured__inner {
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.page-template-home .featured__inner--image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  padding: 0 25px;
}
body.page-template-home .featured__inner--image:hover img {
  transform: rotate(180deg);
}
@media (min-width: 375px) {
  body.page-template-home .featured__inner--image {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  body.page-template-home .featured__inner--image {
    width: 25%;
  }
}
body.page-template-home .featured__inner--image img {
  width: 100%;
  height: auto;
  transition: 1s;
}
body.page-template-home .featured_content__inner {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 50px 25px;
}
body.page-template-home .featured_content__inner h1,
body.page-template-home .featured_content__inner h2,
body.page-template-home .featured_content__inner h3,
body.page-template-home .featured_content__inner h4 {
  color: #000;
  font-family: Asegunt;
  margin: 0 0 50px 0;
  font-size: 42px;
  letter-spacing: 3px;
  font-weight: 100;
  z-index: 10;
  position: relative;
}
@media only screen and (min-width: 480px) {
  body.page-template-home .featured_content__inner h1,
  body.page-template-home .featured_content__inner h2,
  body.page-template-home .featured_content__inner h3,
  body.page-template-home .featured_content__inner h4 {
    font-size: 60px;
  }
}
body.page-template-home .featured_content__inner p {
  letter-spacing: 3px;
  line-height: 26px;
}
body.page-template-home .highlight {
  height: 70vh;
  min-height: 350px;
  width: 100%;
}
body.page-template-home .highlight .video-container {
  width: 100%;
  height: 100%;
}
body.page-template-home .highlight .video-container .img-wrapper {
  width: 100%;
  height: 100%;
}
body.page-template-home .highlight .video-container img,
body.page-template-home .highlight .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: #272626;
}
body .logo__inner {
  padding: 35px 15px;
}
@media only screen and (min-width: 768px) {
  body .logo__inner {
    padding: 65px 35px;
  }
}
body .logo__inner img {
  width: 150px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  body .logo__inner img {
    width: 200px;
  }
}
body .footer {
  background-color: #0e5360;
}
body .footer__inner {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  padding: 75px 25px 75px 25px;
}
body .footer__inner h2 {
  color: #FFF;
  font-family: Asegunt;
  margin: 0 0 50px 0;
  text-align: center;
  letter-spacing: 5px;
  font-size: 48px;
}
body .footer__inner ul {
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
}
body .footer__inner ul li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
body .footer__inner ul li:last-child {
  margin-bottom: 0;
}
body .footer__inner ul li .left,
body .footer__inner ul li .right {
  width: 50%;
}
body .footer__inner ul li .left p,
body .footer__inner ul li .right p {
  color: #FFF;
  margin: 0;
  font-family: MontserratSemiBold;
  font-size: 20px;
}
body .footer__inner ul li .right {
  text-align: right;
}
body .footer__bottom {
  background-color: #0a3037;
  text-align: center;
  padding: 13px 25px 10px 25px;
}
body .footer__bottom p {
  margin: 0;
  color: #FFF;
  text-align: center;
}
