@font-face {
  font-family: Freight;
  src: url('../fonts/FreigDisProLig.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Freight;
  src: url('../fonts/FreigDisProLigIta.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --aegean-background: #fff99f;
  --mediterranean-background: #3e8d6f;
  --southeast-background: #ecdccc;
  --aegean-pink: #cb2059;
  --southeast-blue: #2c56aa;
  --mediterranean-yellow: #fff99f;
  --card__open: 30em;
  --card__width: 20%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 20px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Freight, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
}

.section {
  justify-content: center;
  align-items: stretch;
  height: 100svh;
  padding: 12vh 10em;
  display: flex;
  position: relative;
}

.section.is--aegean {
  background-color: var(--aegean-background);
}

.section.is--mediterranean {
  background-color: var(--mediterranean-background);
}

.section.is--southeast {
  background-color: var(--southeast-background);
}

.hotspot {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: 20 20 15%;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 76vh;
  text-decoration: none;
  transition: all 1s;
  position: relative;
  overflow: hidden;
}

.hotspot:hover {
  aspect-ratio: 1;
  flex-grow: 10;
  flex-basis: 80svh;
}

.hotspot.is--06 {
  background-image: url('../images/aeg-f2-card_2_1x.webp');
  background-position: 37%;
}

.hotspot.is--05 {
  background-image: url('../images/aeg-f2-card_1_1x.webp');
  background-position: 58%;
}

.hotspot.is--07 {
  background-image: url('../images/aeg-f2-card_3_1x.webp');
  background-position: 15%;
}

.hotspot.is--08 {
  background-image: url('../images/aeg-f2-card_4_1x.webp');
  background-position: 46%;
}

.hotspot.is--09 {
  background-image: url('../images/med-f1-card-1-1x.webp');
  background-position: 71%;
}

.hotspot.is--10 {
  background-image: url('../images/med-f1-card-2-1x.webp');
  background-position: 71%;
}

.hotspot.is--11 {
  background-image: url('../images/med-f1-card-3-1x.webp');
  background-position: 45%;
}

.hotspot.is--12 {
  background-image: url('../images/med-f1-card-4-1x.webp');
  background-position: 56%;
}

.hotspot.is--01 {
  background-image: url('../images/aeg-f1-card-1-1x.webp');
  background-position: 42%;
}

.hotspot.is--02 {
  background-image: url('../images/aeg-f1-card-2-1x.webp');
  background-position: 6%;
}

.hotspot.is--03 {
  background-image: url('../images/aeg-f1-card-3-1x.webp');
  background-position: 41%;
}

.hotspot.is--04 {
  background-image: url('../images/aeg-f1-card-4-1x.webp');
  background-position: 41%;
}

.hotspot.is--13 {
  background-image: url('../images/med-f2-card-1-1x.webp');
}

.hotspot.is--14 {
  background-image: url('../images/med-f2-card-2-1x.webp');
  background-position: 51%;
}

.hotspot.is--15 {
  background-image: url('../images/med-f2-card-3-1x.webp');
  background-position: 76%;
}

.hotspot.is--16 {
  background-image: url('../images/med-f2-card-4-1x.webp');
  background-position: 4%;
}

.hotspot.is--17 {
  background-image: url('../images/sou-f1-card-1-1.5x.webp');
}

.hotspot.is--18 {
  background-image: url('../images/sou-f1-card-2-1.5x.webp');
}

.hotspot.is--19 {
  background-image: url('../images/sou-f1-card-3-1.5x.webp');
}

.hotspot.is--20 {
  background-image: url('../images/sou-f1-card-4-1.5x.webp');
}

.hotspot.is--21 {
  background-image: url('../images/sou-f2-card-1-1.5x.webp');
  background-position: 51%;
}

.hotspot.is--22 {
  background-image: url('../images/sou-f2-card-2-1.5x.webp');
}

.hotspot.is--23 {
  background-image: url('../images/sou-f2-card-3-1.5x.webp');
  background-position: 8%;
}

.hotspot.is--24 {
  background-image: url('../images/sou-f2-card-4-1.5x.webp');
  background-position: 42%;
}

.card__container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  transition: all .8s cubic-bezier(.158, .428, .25, 1);
}

.prompt__text {
  pointer-events: none;
  color: var(--aegean-background);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
}

.prompt__text.is--desktop {
  color: #fff;
  display: block;
}

.prompt__text.is--desktop.is--aegean {
  color: var(--aegean-pink);
}

.prompt__text.is--desktop.is--southeast {
  color: var(--southeast-blue);
}

.prompt__text.is--desktop.is--mediterranean {
  color: var(--mediterranean-yellow);
}

.prompt__text.is--mobile {
  color: var(--aegean-pink);
  display: none;
}

.prompt__text.is--mobile.is--southeast {
  color: var(--southeast-blue);
}

.prompt__text.is--mobile.is--mediterranean {
  color: var(--mediterranean-yellow);
}

.card__alt-tag {
  opacity: 0;
  pointer-events: none;
}

.hotterspot {
  width: 100%;
}

.image__layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  display: flex;
}

.card__wrap {
  opacity: 1;
  color: #fff;
  background-color: #000;
  background-image: url('../images/expandie-img24-2x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.card__content__title {
  color: #fff;
  font-family: Freight, Georgia, sans-serif;
  font-size: 2rem;
  position: relative;
}

.card__mask__wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: grid;
}

.card__stroke {
  pointer-events: none;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  inset: 0%;
}

.card__stroke.is--aegean {
  border-color: var(--aegean-pink);
}

.card__stroke.is--mediterranean {
  border-color: var(--mediterranean-yellow);
}

.card__stroke.is--southeast {
  border-color: var(--southeast-blue);
}

.card__content__text {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Lato, sans-serif;
  position: relative;
}

.card__mask__clip {
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 28px;
  }

  .section {
    padding: 50px;
  }

  .hotspot {
    flex: 1;
    max-width: none;
  }

  .hotspot:hover {
    flex-grow: 5;
    flex-basis: 10svh;
  }

  .card__container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .prompt__text.is--desktop {
    display: none;
  }

  .prompt__text.is--mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 18px;
    line-height: 100%;
  }

  .section {
    padding: 16px;
  }

  .hotspot:hover {
    max-height: 75vh;
  }

  .card__container {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .prompt__text.is--mobile {
    margin-top: 0;
    font-size: 10px;
    inset: 2px 0% auto;
  }
}


@font-face {
  font-family: 'Freight';
  src: url('../fonts/FreigDisProLig.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Freight';
  src: url('../fonts/FreigDisProLigIta.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}