 @media only screen and (min-width: 0rem) {#hero {text-align: left;padding: clamp(12.5rem, 31.95vw, 18.75rem) 1rem 0;padding-bottom: clamp(8.125rem, 16.5vw, 12.5rem);position: relative;z-index: 1;}#hero .background {width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;z-index: -2;}#hero .background:before {content: "";width: 100%;height: 100%;background: #0C0808;opacity: 0.2;position: absolute;display: block;top: 0;left: 0;z-index: 1;pointer-events: none;}#hero .background img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;object-position: top;}#hero .container {width: 100%;max-width: 80rem;margin: auto;}#hero .content {text-align: center;width: 100%;max-width: 39.375rem;display: flex;flex-direction: column;align-items: center;}#hero .title {font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);font-weight: 700;line-height: 1.2em;text-align: inherit;max-width: 51.8125rem;margin: 0 auto 1rem 0;color: #fff;position: relative;}#hero .text {font-size: clamp(1rem, 1.95vw, 1.25rem);line-height: 1.5em;text-align: inherit;width: 100%;max-width: clamp(29rem, 60vw, 38.785rem);margin: 0 0 2.5rem 0;color: #fff;}}@media only screen and (min-width: 48rem) {#hero .content {text-align: left;align-items: flex-start;}#hero .background:before {background: linear-gradient(to right, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.94) 2%, rgba(0, 0, 0, 0) 100%);opacity: 1;}}flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #hero .title {
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 51.8125rem;
    margin: 0 auto 1rem 0;
    color: #fff;
    position: relative;
  }
  #hero .text {
    /* 16px - 20px */
    font-size: clamp(1rem, 1.95vw, 1.25rem);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    /* 464px - 622px */
    max-width: clamp(29rem, 60vw, 38.785rem);
    margin: 0 0 2.5rem 0;
    color: #fff;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero .content {
    text-align: left;
    align-items: flex-start;
  }
  #hero .background:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.94) 2%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
  }
}

/*# sourceMappingURL=critical.css.map */
