/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
.o-leftAssetStage__header {
  font-size: 1.875rem;
  font-size: clamp(1.875rem, 1.3858695652rem + 0.0217391304 * 100vw, 3.125rem);
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .o-leftAssetStage__header {
    font-size: 3.125rem;
  }
}

.o-leftAssetStage__subheader {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.3532608696rem + 0.0065217391 * 100vw, 1.875rem);
  font-weight: 300;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .o-leftAssetStage__subheader {
    font-size: 1.875rem;
  }
}

/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
.o-leftAssetStage__header {
  font-size: 1.875rem;
  font-size: clamp(1.875rem, 1.3858695652rem + 0.0217391304 * 100vw, 3.125rem);
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .o-leftAssetStage__header {
    font-size: 3.125rem;
  }
}

.o-leftAssetStage__subheader {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.3532608696rem + 0.0065217391 * 100vw, 1.875rem);
  font-weight: 300;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .o-leftAssetStage__subheader {
    font-size: 1.875rem;
  }
}

/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
/* scss/base/_containers.scss */
.o-leftAssetStage {
  margin-top: 5rem;
  background: #160000;
  display: grid;
  justify-items: stretch;
  align-items: stretch;
  grid-template-columns: minmax(1rem, 1fr) [content-start] min(100% - 2rem, 102.5rem) [content-end] minmax(1em, 1fr);
}
@media only screen and (min-width: 1440px) {
  .o-leftAssetStage {
    margin-top: 0;
  }
}
.o-leftAssetStage__asset {
  grid-column: 1/span 3;
  display: flex;
}
.o-leftAssetStage__asset img, .o-leftAssetStage__asset video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-leftAssetStage__content {
  grid-area: content;
  z-index: 1;
  padding: 5rem 0;
  background: #160000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.o-leftAssetStage__head {
  margin-bottom: 1.5rem;
}
.o-leftAssetStage__header {
  width: 100%;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.o-leftAssetStage__subheader {
  width: 100%;
  color: #FFF;
  text-transform: uppercase;
}
.o-leftAssetStage__text {
  width: 100%;
  color: #FFF;
}
@media only screen and (min-width: 1440px) {
  .o-leftAssetStage {
    grid-template-columns: minmax(1rem, 1fr) min(61.5rem, 55% - 1rem) 10.25rem 30.75rem minmax(2rem, 1fr);
  }
  .o-leftAssetStage__asset {
    grid-column: 1/span 3;
    grid-row: 1;
  }
  .o-leftAssetStage__content {
    grid-column: 3/span 2;
    grid-row: 1;
    padding: 10rem 0 7.5rem;
    padding-left: 25%;
    background: #160000;
    background: linear-gradient(90deg, rgba(22, 0, 0, 0) 0%, #160000 25%);
  }
}

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