/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-2019.end-dash-right {
  position: relative;
  overflow-x: hidden;
  margin-top: -2.5rem !important;
}
.hero-2019.end-dash-right::after {
  content: "";
  background-color: #fbc600;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0.5rem;
  width: 40%;
  min-width: 250px;
  float: right;
  animation: from-right 750ms ease-in forwards;
}
@media (prefers-reduced-motion) {
  .hero-2019.end-dash-right::after {
    animation: none;
  }
}

.hero-2019 .global-max-w {
  display: flex;
  gap: 36px;
  padding: 0 80px 60px 80px;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .hero-2019 .global-max-w {
    padding: 0 40px 30px 40px;
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .hero-2019 .global-max-w {
    padding: 0 16px 30px 16px;
  }
}

.hero-2019__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 0;
  color: #3b3d49;
}
@media (min-width: 992px) {
  .hero-2019__content {
    flex: 1;
  }
}
.hero-2019__content h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 1;
}
@media (max-width: 1439px) {
  .hero-2019__content h1 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .hero-2019__content h1 {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
.hero-2019__content h1 sup {
  vertical-align: top;
  top: 14px;
  font-size: 22px;
}
.hero-2019__content p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.hero-2019__content .hero-2019__ctas {
  display: flex;
  margin-top: 24px;
  gap: 32px;
}
.hero-2019__content .hero-2019__ctas a {
  box-sizing: border-box;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
}
@media (max-width: 479px) {
  .hero-2019__content .hero-2019__ctas a {
    flex: 1;
  }
}
.hero-2019__content .hero-2019__ctas.has-secondary {
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .hero-2019__content .hero-2019__ctas.has-secondary {
    gap: 12px;
  }
}
.hero-2019__content .hero-2019__ctas.has-secondary a {
  flex: 1;
}

.hero-2019__image {
  position: relative;
}
.hero-2019__image .primary-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1439px) {
  .hero-2019__image .primary-image {
    max-width: 750px;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 992px) {
  .hero-2019__image {
    flex: 1.4;
  }
  .hero-2019__image .primary-image {
    height: 100%;
  }
}
@media (max-width: 1439px) {
  .hero-2019__image {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hero-2019__image .primary-image {
    max-height: 350px;
  }
}
@media (max-width: 479px) {
  .hero-2019__image .primary-image {
    max-height: 250px;
  }
}
.hero-2019__image .hero-2019__card-art {
  position: absolute;
  left: -60px;
  bottom: -30px;
  width: 190px;
  transform: rotate(-15deg);
}
@media (max-width: 1439px) {
  .hero-2019__image .hero-2019__card-art {
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
  }
}
