@font-face {
  font-family: "Bodoni 72";
  src: url("../fonts/BodoniSvtyTwoITCTT-Book.eot");
  src: url("../fonts/BodoniSvtyTwoITCTT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniSvtyTwoITCTT-Book.woff2") format("woff2"), url("../fonts/BodoniSvtyTwoITCTT-Book.woff") format("woff"), url("../fonts/BodoniSvtyTwoITCTT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni 72 Oldstyle";
  src: url("../fonts/BodoniSvtyTwoOSITCTT-Book.eot");
  src: url("../fonts/BodoniSvtyTwoOSITCTT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniSvtyTwoOSITCTT-Book.woff2") format("woff2"), url("../fonts/BodoniSvtyTwoOSITCTT-Book.woff") format("woff"), url("../fonts/BodoniSvtyTwoOSITCTT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Consultant";
  src: url("../fonts/ConsultantRegular.eot");
  src: url("../fonts/ConsultantRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ConsultantRegular.woff2") format("woff2"), url("../fonts/ConsultantRegular.woff") format("woff"), url("../fonts/ConsultantRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  overflow-y: visible;
  position: relative;
  height: unset;
}

html, body {
  overflow-x: hidden;
  margin: 0;
}

.about {
  width: 100%;
}
.about-wrapper {
  transform: translateX(-5%);
  width: 400%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.about-section {
  position: relative;
  height: 100vh;
  width: 100%;
  padding: 0 5%;
  padding-top: 110px;
  background: #FFF5EB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../icons/aboutB.webp");
  background-size: auto 90%;
  background-repeat: no-repeat;
  right: -20%;
  bottom: 0;
}
.about-section-text {
  width: 75%;
  padding: 2em;
  padding-bottom: 8%;
  border: 1.5px solid #AC9A4F;
  position: relative;
  left: -5%;
  background: #FFF5EB;
}
.about-section-images {
  width: 55%;
  display: flex;
  flex-direction: column;
}
.about-section-images img {
  width: 100%;
  object-fit: contain;
  max-height: 90vh;
  transform: translateX(10%);
}
.about-section-first .about-section-text {
  border: none;
  transform: none;
  background: none;
}
.about-section-first img {
  transform: none;
  max-height: 70vh;
}
.about-section-double {
  flex-direction: row-reverse;
}
.about-section-double .about-section-images, .about-section-double .about-section-text {
  width: 50%;
  background: none;
}
.about-section-double .about-section-images img {
  max-height: 45vh;
  width: 80%;
}
.about-section-double .about-section-images img:last-child {
  transform: translate(30%, -10%);
}
.about-gallery {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2em 5%;
}
.about-gallery-text {
  text-align: center;
}
.about-gallery-text em {
  color: #000000;
}
.about-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 40vh;
  padding: 2em 5%;
  row-gap: 2em;
  column-gap: 2em;
}
.about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-gallery-1 {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
  aspect-ratio: auto;
  max-height: calc(80vh + 2em);
}
.about-gallery-2, .about-gallery-3 {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
  height: 40vh;
}
.about-gallery-4 {
  grid-column: auto/span 2;
  grid-row: auto/span 1;
  height: 40vh;
}
.about code {
  color: #AC9A4F;
  font-size: 2.5em;
  opacity: 0.2;
  font-family: "Bodoni 72", "Roboto", "Helvetica Neue", "Arial", "sans-serif";
  bottom: -0.75em;
  position: relative;
}
@media screen and (max-width: 993px) {
  .about-wrapper {
    flex-direction: column;
    width: 100%;
    height: auto;
    transform: none;
  }
  .about-section {
    display: flex;
    flex-direction: column;
    padding: 1em;
    height: auto;
  }
  .about-section-images {
    width: 100%;
  }
  .about-section-images img {
    max-height: 40vh;
  }
  .about-section-text {
    width: 100%;
    left: 0;
    padding: 1em;
    text-align: center;
  }
  .about-section-double .about-section-text {
    width: 100%;
  }
  .about-section-double .about-section-images {
    width: 100%;
    left: -2%;
    position: relative;
  }
  .about-gallery-grid {
    column-gap: 1em;
    row-gap: 1em;
  }
  .about-gallery-2 {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
  }
  .about-gallery-3, .about-gallery-4 {
    grid-row: auto/span 1;
    grid-column: auto/span 4;
    aspect-ratio: auto;
  }
}