@font-face {
  font-family: gotham-book;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gotham-book.woff");
}
@font-face {
  font-family: gotham-bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gotham-bold.woff");
}
@font-face {
  font-family: cormorantgaramond;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cormorantgaramond.woff2");
}
@font-face {
  font-family: Lucida Grande Regular;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lucida Grande Regular.ttf");
}
@font-face {
  font-family: CheddarJack;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CheddarJack.woff");
}
@font-face {
  font-family: 'Christian Heedlay Regular';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('Christian Heedlay Regular'), url("/fonts/ChristianHeedlay-z8mzl.woff") format('woff');
}
@font-face {
  font-family: MrsSaintDelafield-Regular;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/MrsSaintDelafield-Regular.ttf");
}
@font-face {
  font-family: $c-garamond-i;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CormorantGaramond-MediumItalic.ttf");
}
@font-face {
  font-family: The Seasons Bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/The-Seasons-Bold.ttf");
}
.experience-introduction-text p {
  text-align: justify !important;
}
.experience-text-container {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.experience-text-container__p-wrapper h3 {
  font-family: cormorantgaramond;
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #6e6865;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.experience-text-container__p-wrapper p,
.experience-text-container__p-wrapper ul {
  font-family: gotham-book;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #6e6865;
  text-align: justify !important;
}
.experience-text-container__p-wrapper .more-span {
  font-family: gotham-book;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #6eafbf;
  text-align: justify;
  cursor: pointer;
}
.experience-align {
  text-align: center !important;
}
.introduction-container {
  margin-right: -10vw;
  z-index: 2;
}
.introduction-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.alice-bg {
  background-color: #f6f7f9;
}
.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0,0,0,0.4);
  z-index: 1000;
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  display: block;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.experience-odd .experience-image {
  order: 2;
}
.experience-odd .experience-content {
  order: 1;
}
.experience-even .experience-image {
  order: 2;
}
.experience-even .experience-content {
  order: 1;
}
.guest-date {
  font-weight: 600;
  text-align: center !important;
}
.experience-icon {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 576px) {
  .introduction-container {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .experience-introduction-text p {
    text-align: left !important;
  }
  .experience-text-container__p-wrapper h3 {
    text-align: left;
  }
  .experience-text-container__p-wrapper p,
  .experience-text-container__p-wrapper ul {
    text-align: left !important;
  }
  .experience-align {
    text-align: left !important;
  }
}
@media only screen and (min-width: 992px) {
  .experience-odd .experience-image {
    order: 1;
  }
  .experience-odd .experience-content {
    order: 2;
  }
  .experience-even .experience-image {
    order: 2;
  }
  .experience-even .experience-content {
    order: 1;
  }
  .guest-date {
    font-weight: 600;
    text-align: left !important;
  }
  .experience-icon {
    width: 70px;
    height: 70px;
  }
}
