/**
 * h1 Styles
 */
/**
 * h2 Styles
 */
/**
 * h3 Styles
 */
/**
 * h4 Styles
 */
/**
 * h5 Styles
 */
/**
 * h6 Styles
 */
/**
 * Container for components .container class
*/
/*
* Content + Two Sidebars Layout
* Pages: Spikes, Brixx, Tax
*/
.hero {
  display: flex;
  position: relative;
  width: 100%;
  height: 912px;
  background-color: #000000;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .hero {
    height: calc(100vh - 50px);
    max-height: 590px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 912px;
  background: #1a1a1a;
  opacity: 0.2;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .hero::before {
    height: calc(100vh - 50px);
    max-height: 590px;
  }
}
.hero img,
.hero video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 912px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .hero img,
  .hero video {
    height: calc(100vh - 50px);
    max-height: 590px;
  }
}
.hero .container {
  max-width: 1920px;
  margin: auto 1.875rem 10.375rem;
  padding: 0 5.625rem 0 0;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .hero .container {
    margin: auto 4.5rem 10.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .hero .container {
    margin: auto 6.25rem 10.375rem;
  }
}
@media screen and (min-width: 1920px) {
  .hero .container {
    margin: auto 13.5% 10.375rem;
  }
}
@media screen and (min-width: 2630px) {
  .hero .container {
    margin: auto auto 10.375rem;
  }
}
.hero .container h1 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 68px;
  color: #ffffff;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .hero .container h1 {
    margin-right: 7.5rem;
    font-size: 6.25rem;
    line-height: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .hero .container h1 {
    margin-right: 10.375rem;
    font-size: 10rem;
    line-height: 155px;
  }
}
@media screen and (min-width: 1920px) {
  .hero .container h1 {
    margin-right: 20.375rem;
  }
}
@media screen and (max-width: 407.99px) {
  .hero .container h1 {
    font-size: 3.5rem;
    line-height: 54px;
    word-wrap: break-word;
    hyphens: auto;
  }
}
@media screen and (max-width: 373.99px) {
  .hero .container h1 {
    font-size: 3.5rem;
    line-height: 54px;
    word-wrap: break-word;
    hyphens: auto;
  }
}
.hero .container .arrow-button--down {
  position: absolute;
  right: 0;
  bottom: 0 !important;
  left: unset !important;
}
@media screen and (min-width: 1440px) {
  .hero .container .arrow-button--down {
    bottom: 1.125rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .hero button {
    display: none;
  }
}
.hero button {
  box-sizing: border-box;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  color: transparent;
  background-color: transparent;
  z-index: 1;
  cursor: pointer;
}
.hero button.pause {
  border-style: double;
  border-color: #ffffff;
  border-width: 0 0 0 1rem;
}
.hero button.play {
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 0.5rem 0 0.5rem 1rem;
}
.hero button.hideButton {
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .hero.announcement {
    max-height: 700px;
  }
}
@media only screen and (max-width: 992px) {
  .hero.announcement {
    max-height: 590px;
  }
}
@media screen and (max-width: 767px) {
  .hero.announcement {
    max-height: 630px;
  }
}
@media screen and (max-width: 1023px) {
  .hero.announcement::before,
  .hero.announcement video {
    max-height: 700px;
  }
}
@media only screen and (max-width: 992px) {
  .hero.announcement::before,
  .hero.announcement video {
    max-height: 590px;
  }
}
@media screen and (max-width: 767px) {
  .hero.announcement::before,
  .hero.announcement video {
    max-height: 630px;
  }
}
.hero.announcement .container {
  margin: auto 25px 40px 21px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .hero.announcement .container {
    display: flex;
    justify-content: space-between;
    margin: auto 30px 56px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero.announcement .container {
    margin: auto 80px 80px;
  }
}
@media screen and (min-width: 1440px) {
  .hero.announcement .container {
    margin: auto 100px 93px;
  }
}
@media screen and (min-width: 1920px) {
  .hero.announcement .container {
    margin: auto 13.5% 93px;
  }
}
@media screen and (min-width: 2630px) {
  .hero.announcement .container {
    margin: auto auto 93px;
  }
}
.hero.announcement .container h1 {
  padding: 0 35px 46px 4px;
}
@media screen and (min-width: 768px) {
  .hero.announcement .container h1 {
    align-self: flex-end;
    padding: 0 57px 0 0;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1024px) {
  .hero.announcement .container h1 {
    flex-basis: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .hero.tall,
  .hero.tall::before,
  .hero.tall video,
  .hero.tall img {
    height: 912px;
  }
  .hero.short,
  .hero.short::before,
  .hero.short video,
  .hero.short img {
    height: 810px;
  }
}