/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.grid-media-link[data-v-da118696]:focus {
  outline: 3px solid #395775;
}
.grid-media-link[data-v-da118696] {
  text-align: left;
  width: 100%;
}
.grid-media-link__text[data-v-da118696] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .grid-media-link__text[data-v-da118696], .-bg-section-dark .grid-media-link__text[data-v-da118696], .-bg-page-dark .-bg-section-transparent .grid-media-link__text[data-v-da118696] {
  color: #ffffff;
  fill: #ffffff;
}
.grid-media-link__text[data-v-da118696] {
  display: block;
}
.grid-media-link__eyebrow[data-v-da118696] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .grid-media-link__eyebrow[data-v-da118696], .-bg-section-dark .grid-media-link__eyebrow[data-v-da118696], .-bg-page-dark .-bg-section-transparent .grid-media-link__eyebrow[data-v-da118696] {
  color: #ffffff;
  fill: #ffffff;
}
.grid-media-link__eyebrow a[data-v-da118696] {
  color: #000000;
}
.-bg-dark .grid-media-link__eyebrow a[data-v-da118696], .-bg-section-dark .grid-media-link__eyebrow a[data-v-da118696], .-bg-page-dark .-bg-section-transparent .grid-media-link__eyebrow a[data-v-da118696] {
  color: #ffffff;
  fill: #ffffff;
}
.grid-media-link__eyebrow[data-v-da118696] {
  display: block;
  margin-bottom: 8px;
}
.grid-media-link__copy[data-v-da118696] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .grid-media-link__copy[data-v-da118696], .-bg-section-dark .grid-media-link__copy[data-v-da118696], .-bg-page-dark .-bg-section-transparent .grid-media-link__copy[data-v-da118696] {
  color: #ffffff;
  fill: #ffffff;
}
.grid-media-link__copy a[data-v-da118696] {
  color: #000000;
}
.-bg-dark .grid-media-link__copy a[data-v-da118696], .-bg-section-dark .grid-media-link__copy a[data-v-da118696], .-bg-page-dark .-bg-section-transparent .grid-media-link__copy a[data-v-da118696] {
  color: #ffffff;
  fill: #ffffff;
}
.grid-media-link__copy[data-v-da118696] {
  display: block;
  margin-bottom: 8px;
}
.grid-media-link__image-container[data-v-da118696] {
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: var(--aspect-ratio-image-container);
}
@media (min-width: 768px) {
.grid-media-link__image-container[data-v-da118696] {
    margin-bottom: 24px;
}
}
.grid-media-link__media-position[data-v-da118696] {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.doorway-grid-media[data-v-c1623bbb] {
  text-align: center;
}
.grid-layout__gridcell[data-v-c1623bbb] {
  margin-bottom: 96px;
}
.grid-layout__gridcell[data-v-c1623bbb]:last-of-type {
  margin-bottom: 0px;
}
.carousel-layout__gridcell[data-v-c1623bbb] {
  margin-right: 8vw;
  padding-bottom: 12px;
  display: inline-block;
}
.carousel-layout__gridcell[data-v-c1623bbb]:first-child {
  margin-left: 8vw;
}
.carousel-layout__gridcells[data-v-c1623bbb] {
  padding-right: 8vw;
}