/**
 * Media Queries
 */
/**
 * Standard Colors
 */
/**
 * Brand Colors
 */
/**
 * Fonts
 */
/*
 * Fonts - https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Titillium+Web:wght@400;600;700&display=swap
 *
 * Oswald
 * Regular:  font-weight: 400;
 * Medium:   font-weight: 500;
 * SemiBold: font-weight: 600;
 * Bold:     font-weight: 700;
 *
 * Titillium Web
 * Regular:  font-weight: 400;
 * SemiBold: font-weight: 600;
 * Bold:     font-weight: 700;
 */
/* Underline From Left */
/* Triangle Shape */
.hero {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  /* top */
  /* center */
  /* bottom */
}
@media only screen and (min-width: 768px) {
  .hero.media3x2 {
    padding-top: 66.66%;
  }
}
@media only screen and (min-width: 768px) {
  .hero.media4x3 {
    padding-top: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .hero.media16x9 {
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 768px) {
  .hero.media21x9 {
    padding-top: 42.85%;
  }
}
@media only screen and (min-width: 768px) {
  .hero.top-left .content-wrap {
    justify-content: flex-start;
    left: 10%;
    top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.top-middle .content-wrap {
    justify-content: center;
    left: 0px;
    top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.top-right .content-wrap {
    justify-content: flex-end;
    right: 10%;
    top: 50px;
  }
}
.hero.top-right .content {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .hero.center-left .content-wrap {
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    left: 10%;
    top: 0px;
  }
}
.hero.center-middle .content-wrap {
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0px;
  top: 0px;
}
@media only screen and (min-width: 768px) {
  .hero.center-right .content-wrap {
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    top: 0px;
    right: 10%;
  }
}
.hero.center-right .content {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .hero.bottom-left .content-wrap {
    bottom: 0px;
    justify-content: flex-start;
    left: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .hero.bottom-middle .content-wrap {
    bottom: 0px;
    justify-content: center;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.bottom-right .content-wrap {
    bottom: 0px;
    justify-content: flex-end;
    right: 10%;
  }
}
.hero .media-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .hero .media-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@supports (object-fit: cover) {
  .hero .media-wrap img,
  .hero .media-wrap video {
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
  }
}
.hero .video-play-pause-button {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  bottom: 15px;
  right: 15px;
  border: none;
  cursor: pointer;
  padding: 0px;
  position: absolute;
  z-index: 5;
}
.hero .video-play-pause-button.playing .icon.play {
  display: none;
}
.hero .video-play-pause-button.playing .icon.pause {
  display: flex;
}
.hero .icon {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}
.hero .icon.pause {
  display: none;
}
.hero .icon svg {
  height: 8px;
  width: 7px;
}
.hero .content-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap {
    position: absolute;
    display: flex;
    width: 100%;
  }
}
.hero .content-wrap .content-inner-wrap {
  position: relative;
}
.hero .content-wrap .content-inner-wrap:before {
  background: #da6025;
  content: "";
  height: 100px;
  left: 0px;
  position: absolute;
  transform: skew(-30deg, 0deg);
  top: -12px;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap .content-inner-wrap:before {
    left: 40px;
    width: 240px;
  }
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .content-inner-wrap:before {
    left: calc(-5% + 85px);
  }
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .content-inner-wrap:after {
    background: #252c41;
    content: "";
    height: 100%;
    left: -5%;
    position: absolute;
    top: 0;
    transform: skew(-30deg, 0deg);
    width: 110%;
  }
}
.hero .content-wrap .content {
  background: #252c41;
  color: #ffffff;
  padding: 15px 15px 25px 15px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .hero .content-wrap .content {
    padding: 25px 40px 40px 40px;
    width: 550px;
  }
}
@media only screen and (min-width: 980px) {
  .hero .content-wrap .content {
    background: none;
    padding: 35px 30px 35px 70px;
    width: 600px;
  }
}
.hero .content-wrap h1 {
  background: #252c41;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.hero .content-wrap h2 {
  color: #ffffff;
  margin-top: 0px;
  padding-top: 0px;
}
.hero .content-wrap h2:before {
  display: none;
}
.hero .content-wrap .description-wrap {
  background: #252c41;
}
.hero .down-arrow {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hero .down-arrow {
    animation: 1s ease-in-out infinite alternate levitate;
    background: #333;
    border: none;
    border-radius: 50px;
    bottom: 10px;
    cursor: pointer;
    display: flex;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    padding: 10px;
    position: absolute;
    width: 50px;
  }
}
.hero .down-arrow svg {
  fill: #ffffff;
  height: auto;
  margin: auto;
  width: 18px;
}
.hero .down-arrow span {
  display: none;
}
/**
 * Default
 */
.hero.default {
  /* bottom */
}
@media only screen and (min-width: 768px) {
  .hero.default.bottom-left {
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.default.bottom-left .content-wrap {
    bottom: -100px;
    left: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .hero.default.bottom-middle {
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.default.bottom-middle .content-wrap {
    bottom: -100px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.default.bottom-right {
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 768px) {
  .hero.default.bottom-right .content-wrap {
    bottom: -100px;
  }
}
/**
 * BG Image
 */
.hero.bg-image {
  background: #252c41;
}
@media only screen and (min-width: 768px) {
  .hero.bg-image .content-wrap .content-inner-wrap {
    width: 600px;
  }
}
@media only screen and (min-width: 980px) {
  .hero.bg-image .content-wrap .content-inner-wrap {
    width: 800px;
  }
}
.hero.bg-image .content-wrap .content-inner-wrap:before,
.hero.bg-image .content-wrap .content-inner-wrap:after {
  display: none;
}
.hero.bg-image .content-wrap .content-inner-wrap .content {
  background: none;
  padding: 10px 25px;
  width: auto;
}
.hero.bg-image .content-wrap h2 {
  margin-top: 10px;
}
.hero.bg-image .content-wrap .description-wrap {
  background: none;
}
/* levitate animation */
@keyframes levitate {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
