/* primary maroon */
/* primary gold */
/* secondary yellow */
/* secondary gold */
/* tertiary red dark */
/* tertiary red */
/* tertiary red light */
/* tertiary blue dark */
/* tertiary blue */
/* tertiary blue light */
/* teriary accent gold dark*/
/* teriary accent gold*/
/* teriary accent gold light*/

.hero {
  background-color: #701931;
  font-family: AtlasGrotesk Regular;
}
.hero .hero-container {
  position: relative;
}
.hero .hero-container .hero-image {
  height: 60rem;
  background-position: right bottom, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  margin: 0;
  display: none;
}
@media (min-width: 1025px) {
  .hero .hero-container .hero-image {
    display: block;
  }
}
.hero .hero-container .hero-image-mobile {
  height: 48rem;
  background-position: right bottom, left bottom;
  background-repeat: no-repeat, no-repeat;
  margin: 0;
  background-size: contain, cover;
  display: block;
}
@media (min-width: 495px) {
  .hero .hero-container .hero-image-mobile {
    background-size: 75%, cover;
  }
}
@media (min-width: 1025px) {
  .hero .hero-container .hero-image-mobile {
    display: none;
  }
}
.hero .hero-container .hero-text-container {
  position: absolute;
  top: 1rem;
}
@media (min-width: 1025px) {
  .hero .hero-container .hero-text-container {
    top: 13rem;
  }
}
.hero .hero-container .hero-text-container .hero-text {
  margin: 1.2rem;
  max-width: 23rem;
}
@media (min-width: 720px) {
  .hero .hero-container .hero-text-container .hero-text {
    max-width: 30rem;
  }
}
@media (min-width: 1025px) {
  .hero .hero-container .hero-text-container .hero-text {
    max-width: 40rem;
    margin: 0 0 0 3rem;
  }
}
@media (min-width: 1560px) {
  .hero .hero-container .hero-text-container .hero-text {
    margin: 0 0 0 6rem;
  }
}
.hero .hero-container .hero-text-container .hero-text h2,
.hero .hero-container .hero-text-container .hero-text p {
  color: white;
}
.hero .hero-container .hero-text-container .hero-text h1 {
  font-size: 4.45rem;
}
@media (min-width: 720px) {
  .hero .hero-container .hero-text-container .hero-text h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 847px) {
  .hero .hero-container .hero-text-container .hero-text h1 {
    font-size: 7.5rem;
  }
}
@media (min-width: 1025px) {
  .hero .hero-container .hero-text-container .hero-text h1 {
    font-size: 6rem;
    line-height: 6.25rem;
  }
}
@media (min-width: 1280px) {
  .hero .hero-container .hero-text-container .hero-text h1 {
    font-size: 8.5rem;
    line-height: 7.5rem;
  }
}
@media (min-width: 1560px) {
  .hero .hero-container .hero-text-container .hero-text h1 {
    font-size: 9.5rem;
    line-height: 8.5rem;
  }
}
.hero .hero-container .hero-text-container .hero-text h1 .top {
  color: white;
}
.hero .hero-container .hero-text-container .hero-text h1 .bottom {
  color: #ff9e19;
  margin-top: -1rem;
}
.hero .hero-container .hero-text-container .hero-text h2 {
  font-size: 1.1rem;
}
@media (min-width: 720px) {
  .hero .hero-container .hero-text-container .hero-text h2 {
    font-size: 1.2rem;
  }
}
@media (min-width: 847px) {
  .hero .hero-container .hero-text-container .hero-text h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .hero .hero-container .hero-text-container .hero-text h2 {
    font-size: 1.9rem;
  }
}
@media (min-width: 1560px) {
  .hero .hero-container .hero-text-container .hero-text h2 {
    font-size: 2rem;
  }
}
.hero .hero-container .hero-text-container .hero-text p {
  max-width: 20rem;
}
@media (min-width: 720px) {
  .hero .hero-container .hero-text-container .hero-text p {
    max-width: 23rem;
  }
}
@media (min-width: 847px) {
  .hero .hero-container .hero-text-container .hero-text p {
    font-size: 1.1rem;
    max-width: 30rem;
  }
}
@media (min-width: 1025px) {
  .hero .hero-container .hero-text-container .hero-text p {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media (min-width: 1560px) {
  .hero .hero-container .hero-text-container .hero-text p {
    font-size: 1.25rem;
    max-width: 45rem;
  }
}
.hero .hero-container .hero-text-container .hero-text .cta {
  font-size: 1.1rem;
  color: #fec524;
  font-family: 'AtlasGrotesk Bold', sans-serif;
}
@media (min-width: 1025px) {
  .hero .hero-container .hero-text-container .hero-text .cta {
    padding-top: 3.5rem;
    font-size: 1.5rem;
  }
}
.hero .hero-container .hero-text-container .hero-text .cta a {
  color: #fec524;
}
.hero .hero-container .hero-text-container .hero-text .cta img {
  width: 45px;
  height: 45px;
}
@media (min-width: 1025px) {
  .hero .hero-container .hero-text-container .hero-text .cta img {
    width: 60px;
    height: 60px;
  }
}
.hero .hero-container .hero-text-container .hero-text .cta div {
  display: inline-block;
}
.hero .hero-container .hero-text-container .hero-text .cta div:first-child {
  padding-right: 2.5rem;
}
.hero .hero-container .hero-text-container .hero-text .cta span,
.hero .hero-container .hero-text-container .hero-text .cta button {
  margin-left: 1rem;
}
.hero .hero-container .hero-text-container .hero-text .cta .video {
  padding-bottom: 1rem;
}
.hero .hero-container .hero-text-container .hero-text .cta .video button {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #fec524;
  cursor: pointer;
}
.hero .hero-container .hero-text-container .hero-text .cta .video button:hover {
  text-decoration: underline;
}
.hero .modal-dialog {
  max-width: 1200px;
  margin: 30px auto;
}
.hero .modal-body {
  position: relative;
  padding: 0px;
}
.hero .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fec524;
  opacity: 1;
}
