@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 {
  --land-green: #1e6e44;
  --air-brown: #534214;
  --water-yellow: #ecb959;
  --kenya-highlight: #ffc75f;
  --kenya-highlight-alt: #7f4b42;
  --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--land {
  background-color: var(--land-green);
}

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

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

.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--01 {
  background-image: url('../images/image01-2x.webp');
}

.hotspot.is--02 {
  background-image: url('../images/image02-2x.webp');
  background-position: 55%;
}

.hotspot.is--03 {
  background-image: url('../images/image04-2x.webp');
  background-position: 60%;
}

.hotspot.is--04 {
  background-image: url('../images/image03-2x.webp');
  background-position: 60%;
}

.hotspot.is--05 {
  background-image: url('../images/expandie-img05-2x.webp');
}

.hotspot.is--06 {
  background-image: url('../images/expandie-img06-2x.webp');
}

.hotspot.is--07 {
  background-image: url('../images/expandie-img07-2x.webp');
  background-position: 40%;
}

.hotspot.is--08 {
  background-image: url('../images/expandie-img08-2x.webp');
}

.hotspot.is--09 {
  background-image: url('../images/expandie-img09-2x.webp');
}

.hotspot.is--10 {
  background-image: url('../images/expandie-img10-2x.webp');
}

.hotspot.is--11 {
  background-image: url('../images/expandie-img11-2x.webp');
}

.hotspot.is--12 {
  background-image: url('../images/expandie-img12-2x.webp');
}

.hotspot.is--13 {
  background-image: url('../images/expandie-img13-2x.webp');
}

.hotspot.is--14 {
  background-image: url('../images/expandie-img14-2x.webp');
  background-position: 0%;
}

.hotspot.is--15 {
  background-image: url('../images/expandie-img15-2x.webp');
}

.hotspot.is--16 {
  background-image: url('../images/expandie-img16-2x.webp');
  background-position: 100%;
}

.hotspot.is--17 {
  background-image: url('../images/expandie-img17-2x.webp');
  background-position: 30%;
}

.hotspot.is--18 {
  background-image: url('../images/expandie-img18-2x.webp');
  background-position: 58%;
}

.hotspot.is--19 {
  background-image: url('../images/expandie-img19-2x.webp');
  background-position: 61%;
}

.hotspot.is--20 {
  background-image: url('../images/expandie-img20-2x.webp');
  background-position: 60%;
}

.hotspot.is--21 {
  background-image: url('../images/expandie-img21-2x.webp');
}

.hotspot.is--22 {
  background-image: url('../images/expandie-img22-2x.webp');
}

.hotspot.is--23 {
  background-image: url('../images/expandie-img23-2x.webp');
  background-position: 33%;
}

.hotspot.is--24 {
  background-image: url('../images/expandie-img24-2x.webp');
  background-position: 74%;
}

.hotspot.is--25 {
  background-image: url('../images/expandie-img25-2x.webp');
}

.hotspot.is--26 {
  background-image: url('../images/expandie-img26-2x.webp');
  background-position: 40%;
}

.hotspot.is--27 {
  background-image: url('../images/expandie-img27-2x.webp');
  background-position: 50%;
}

.hotspot.is--28 {
  background-image: url('../images/expandie-img29-2x.webp');
  background-position: 53%;
}

.card__stroke {
  border: 3px solid var(--kenya-highlight);
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.card__stroke.is--dark {
  border-color: var(--kenya-highlight-alt);
}

.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(--kenya-highlight);
  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 {
  display: block;
}

.prompt__text.is--desktop.is--dark {
  color: var(--kenya-highlight-alt);
}

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

.prompt__text.is--mobile.is--dark {
  color: var(--kenya-highlight-alt);
}

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

@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;
  }

  .hotspot.is--02 {
    background-position: 50% 60%;
  }

  .hotspot.is--03 {
    background-position: 50% 56%;
  }

  .hotspot.is--04 {
    background-position: 50% 60%;
  }

  .hotspot.is--08 {
    background-position: 50% 0;
  }

  .hotspot.is--09 {
    background-position: 50% 100%;
  }

  .hotspot.is--12 {
    background-position: 50% 70%;
  }

  .hotspot.is--13 {
    background-position: 50% 10%;
  }

  .hotspot.is--16 {
    background-position: 50% 30%;
  }

  .hotspot.is--17 {
    background-position: 50% 60%;
  }

  .hotspot.is--18 {
    background-position: 50% 90%;
  }

  .hotspot.is--19 {
    background-position: 50% 32%;
  }

  .hotspot.is--20 {
    background-position: 60% 90%;
  }

  .hotspot.is--21 {
    background-position: 50% 100%;
  }

  .hotspot.is--23 {
    background-position: 100% 30%;
  }

  .hotspot.is--24 {
    background-position: 50% 43%;
  }

  .hotspot.is--25 {
    background-position: 50% 30%;
  }

  .hotspot.is--26 {
    background-position: 50% 28%;
  }

  .hotspot.is--27 {
    background-position: 50% 40%;
  }

  .hotspot.is--28 {
    background-position: 50% 20%;
  }

  .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;
}