.hero-short {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 88px;
}
@media only screen and (min-width: 1200px) {
  .hero-short {
    padding-top: 20px;
  }
}
.hero-short__main-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-short__copy {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 576px) {
  .hero-short__copy {
    gap: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-short__copy {
    gap: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-short__copy {
    gap: 20px;
  }
}
.hero-short h1,
.hero-short p {
  font-family: "Dunbar Tall";
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.hero-short h1 {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.72px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .hero-short h1 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0.96px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-short h1 {
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 1.2px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-short h1 {
    font-size: 80px;
    line-height: 88px;
    letter-spacing: 1.6px;
  }
}
.hero-short p {
  z-index: 2;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
}
@media only screen and (min-width: 576px) {
  .hero-short p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.36px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-short p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.4px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-short p {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.48px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-short p {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.56px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-short p {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.64px;
  }
}
.hero-short__subheading-desktop {
  display: none;
  color: #fff;
}
@media only screen and (min-width: 576px) {
  .hero-short__subheading-desktop {
    display: block;
  }
}
.hero-short__subheading-mobile {
  display: block;
  position: static;
}
@media only screen and (min-width: 576px) {
  .hero-short__subheading-mobile {
    display: none;
  }
}
.hero-short__media-wrap {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: 328/140;
  border-radius: 25px;
  overflow: hidden;
  background-color: #007ACC;
}
@media only screen and (min-width: 576px) {
  .hero-short__media-wrap {
    aspect-ratio: 186/50;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-short__media-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(60, 89, 123, 0.4) 0%, rgba(60, 89, 123, 0) 33%);
  }
}
.hero-short video,
.hero-short img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0.95;
}
.hero-short__snow-report {
  top: auto;
  right: 0;
  bottom: 0px;
  left: auto;
  border-radius: 40px 0 25px 0;
  background-color: #fff;
  padding: 20px 0 5px 20px;
  column-gap: 24px;
  align-items: stretch;
}
@media only screen and (max-width: 1199px) {
  .hero-short__snow-report {
    display: none !important;
  }
}
.hero-short__snow-report::before {
  transform: rotate(90deg);
  top: auto;
  bottom: -1px;
  background-color: #fff;
}
.hero-short__snow-report::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -39px;
  right: 0;
  bottom: auto;
  left: auto;
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='41' height='40' viewBox='0 0 41 40' fill='none'%3e%3cpath d='M40.165 0V40C40.165 17.9086 22.2564 0 0.165039 0H40.165Z' fill='%23AA273E'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
  transform: rotate(90deg);
}
.hero-short__snow-report--weather, .hero-short__snow-report--trails, .hero-short__snow-report--lifts, .hero-short__snow-report--surface-conditions, .hero-short__snow-report--btn-container {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  justify-content: flex-end;
  max-width: 164px;
}
.hero-short__snow-report--weather::after, .hero-short__snow-report--trails::after, .hero-short__snow-report--lifts::after, .hero-short__snow-report--surface-conditions::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  left: auto;
}
.hero-short__snow-report--icon-weather {
  background-color: #000;
}
.hero-short__snow-report--temp, .hero-short__snow-report--number, .hero-short__snow-report--text {
  color: #AA273E;
  font-size: 36px;
}
.hero-short__snow-report--temp sub, .hero-short__snow-report--number sub, .hero-short__snow-report--text sub {
  color: #000;
  font-size: 18px;
}
.hero-short__snow-report--label {
  color: #000;
  font-size: 14px;
}
.hero-short__snow-report--text {
  font-size: 18px;
  line-height: 20px;
}
.hero-short__snow-report--btn-container {
  padding-right: 0;
  max-width: unset;
}
.hero-short__snow-report--btn-container .btn--snow-before-icon::before {
  background-color: #000;
}
.hero-short__snow-report--icon-weather--cloudy {
  width: 46.253px;
  height: 36px;
}

/*# sourceMappingURL=hero-short.css.map */
