/**
 * Media Queries
 */
/**
 * Colors
 */
/**
 * Fonts
 */
/**
 * Fade Down Animation
 */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero2026 {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero2026:before {
    content: '';
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .hero2026.media3x2 {
    padding-top: calc(100% - 66.66%);
  }
}
@media only screen and (min-width: 980px) {
  .hero2026.media3x2 {
    padding-top: 66.66%;
  }
}
@media only screen and (min-width: 768px) {
  .hero2026.media4x3 {
    padding-top: calc(100% - 75%);
  }
}
@media only screen and (min-width: 980px) {
  .hero2026.media4x3 {
    padding-top: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .hero2026.media16x9 {
    padding-top: calc(100% - 56.25%);
  }
}
@media only screen and (min-width: 980px) {
  .hero2026.media16x9 {
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 768px) {
  .hero2026.media21x9 {
    padding-top: calc(100% - 42.85%);
  }
}
@media only screen and (min-width: 980px) {
  .hero2026.media21x9 {
    padding-top: 42.85%;
  }
}
.hero2026 .media-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .hero2026 .media-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 979px) {
  .hero2026 .media-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
.hero2026 .media-wrap:after {
  background: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@supports (object-fit: cover) {
  .hero2026 .media-wrap img,
  .hero2026 .media-wrap video {
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
  }
}
.hero2026 .video-play-pause-button {
  background: rgba(5, 44, 38, 0.5);
  border-radius: 50%;
  bottom: 15px;
  right: 15px;
  border: none;
  cursor: pointer;
  padding: 0px;
  position: absolute;
  z-index: 5;
}
.hero2026 .video-play-pause-button.playing .icon.play {
  display: none;
}
.hero2026 .video-play-pause-button.playing .icon.pause {
  display: flex;
}
.hero2026 .icon {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}
.hero2026 .icon.pause {
  display: none;
}
.hero2026 .icon svg {
  height: 8px;
  width: 7px;
}
.hero2026 .icon svg path {
  fill: #ffffff;
}
.hero2026 .content-wrap {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .hero2026 .content-wrap {
    position: absolute;
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    left: 50px;
    top: 0px;
  }
}
.hero2026 .content-wrap .content {
  padding: 0px 15px;
}
@media only screen and (min-width: 768px) {
  .hero2026 .content-wrap .content {
    padding: 25px;
  }
}
.hero2026 .content-wrap h1 {
  color: #ffffff;
  font-family: "robotoblack", sans-serif;
  font-size: 90px;
  font-style: oblique;
  line-height: 0.9;
  margin-bottom: 40px;
  max-width: 500px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1269px) {
  .hero2026 .content-wrap h1 {
    font-size: 64px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .hero2026 .content-wrap h1 {
    font-size: 56px;
  }
}
.hero2026 .content-wrap h1 span {
  color: #B5C734;
  display: block;
  font-size: inherit;
  line-height: 0.9;
}
.hero2026 .content-wrap .buttons .btn {
  font-size: 18px;
  margin-right: 30px;
  margin-bottom: 10px;
}
.hero2026 .content-wrap .buttons .btn:after {
  font-size: 17px;
}
.hero2026-below-video {
  background: #142626;
  color: #ffffff;
  font-size: 19px;
  padding: 60px 40px;
  position: relative;
}
.hero2026-below-video .contour-lines-bg {
  background-image: url('../../img/contour-lines-fixed.svg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero2026-below-video .chevron-group-bg {
  right: 0px;
  top: -170px;
}
@media only screen and (max-width: 1269px) {
  .hero2026-below-video .chevron-group-bg {
    right: 0;
    top: -120px;
  }
}
@media only screen and (max-width: 782px) {
  .hero2026-below-video .chevron-group-bg {
    top: -150px;
  }
}
.hero2026-below-video .wrap {
  position: relative;
  z-index: 1;
}
.hero2026-below-video .below-video-content {
  margin: 0px auto;
  max-width: 1300px;
  padding: 50px;
  text-align: center;
}
@media only screen and (max-width: 782px) {
  .hero2026-below-video .below-video-content {
    padding: 0;
  }
}
.hero2026-below-video .below-video-content h2 {
  color: #ffffff;
  margin: 0px 0px 30px 0px;
}
.hero2026-below-video .below-video-content .description {
  font-size: 28px;
  max-width: 100%;
}
@media only screen and (max-width: 782px) {
  .hero2026-below-video .below-video-content .description {
    font-size: 20px;
  }
}
