* {
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
  border-style: solid;
  border-width: 0 55px;
  border-color: #fff;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media screen and (max-width: 1400px) {
  html {
    border-width: 0 50px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    border-width: 0 45px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    border-width: 0 40px;
  }
}
@media screen and (max-width: 800px) {
  html {
    border-width: 0 35px;
  }
}
@media screen and (max-width: 700px) {
  html {
    border-width: 0 20px;
  }
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-size: 137%;
  font-weight: 200;
  line-height: 1.4em;
  color: #3c3c3c;
  padding: 55px 0;
  background-color: #fff;
  overflow-x: hidden;
}
body.scrollBlocked {
  overflow-y: hidden;
}
@media screen and (max-width: 1400px) {
  body {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1200px) {
  body {
    padding: 45px 0;
  }
}
h1,
h2,
h3 {
  font-weight: 400;
  text-transform: uppercase;
}
h1.mainColorTitle,
h2.mainColorTitle,
h3.mainColorTitle {
  color: #5c6d74;
}
h1 {
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 2.1em;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 2em;
  }
}
h2 {
  font-size: 2em;
  line-height: 1em;
  color: #5c6d74;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 1.8em;
  }
}
h3 {
  font-size: 1.4em;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 1.3em;
  }
}
h4 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
h5 {
  font-size: 0.65em;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #998473;
}
p {
  margin-bottom: 1.4em;
}
p:last-of-type {
  margin-bottom: 0;
}
strong {
  font-weight: 300;
}
.smallerText {
  font-size: 0.8em;
  font-weight: 300;
}
.btnText {
  font-size: 0.6em;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: letter-spacing 0.1s linear;
}
.btnText:hover {
  letter-spacing: 0.75em;
}
a,
a:hover,
a:active,
a:focus,
a:visited,
a:target {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
li {
  list-style: none;
}
#topBorder,
#bottomBorder {
  width: 100vw;
  height: 55px;
  position: fixed;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
#topBorder #logo,
#bottomBorder #logo {
  position: absolute;
  top: 10px;
  left: 55px;
  z-index: 20;
}
#topBorder #logo img,
#bottomBorder #logo img {
  height: 40px;
}
#topBorder h5,
#bottomBorder h5 {
  position: absolute;
  top: 27px;
  right: 55px;
  z-index: 20;
}
@media screen and (max-width: 1400px) {
  #topBorder,
  #bottomBorder {
    height: 50px;
  }
  #topBorder #logo,
  #bottomBorder #logo {
    top: 5px;
    left: 50px;
  }
  #topBorder h5,
  #bottomBorder h5 {
    top: 22px;
    right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  #topBorder,
  #bottomBorder {
    height: 45px;
  }
  #topBorder #logo,
  #bottomBorder #logo {
    left: 45px;
  }
  #topBorder #logo img,
  #bottomBorder #logo img {
    height: 35px;
  }
  #topBorder h5,
  #bottomBorder h5 {
    top: 18px;
    right: 45px;
  }
}
@media screen and (max-width: 1000px) {
  #topBorder #logo,
  #bottomBorder #logo {
    top: 5px;
    left: 40px;
  }
  #topBorder h5,
  #bottomBorder h5 {
    right: 40px;
  }
}
@media screen and (max-width: 800px) {
  #topBorder #logo,
  #bottomBorder #logo {
    top: 5px;
    left: 35px;
  }
  #topBorder h5,
  #bottomBorder h5 {
    right: 35px;
  }
}
@media screen and (max-width: 700px) {
  #topBorder #logo,
  #bottomBorder #logo {
    top: 5px;
    left: 20px;
  }
  #topBorder h5,
  #bottomBorder h5 {
    right: 20px;
  }
}
#topBorder {
  top: 0;
}
#bottomBorder {
  bottom: 0;
}
.hamburger {
  display: block;
  position: fixed;
  top: calc((100vh - 63px) / 2);
  right: 15px;
  z-index: 500;
}
@media screen and (max-width: 1400px) {
  .hamburger {
    right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .hamburger {
    right: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .hamburger {
    right: -3px;
  }
}
#menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100vw;
  background-color: #fff;
  box-shadow: -3px 0px 15px -2px rgba(60,60,60,0.3);
  padding: 55px 165px 55px 55px;
  transition: left 0.2s linear;
  overflow-y: hidden;
  z-index: 200;
}
#menu * {
  opacity: 0;
  transition: opacity 0.1s linear;
}
#menu.is-open {
  left: 55vw;
}
#menu.is-open * {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  #menu {
    padding: 50px 150px 50px 50px;
  }
  #menu.is-open {
    left: 50vw;
  }
}
@media screen and (max-width: 1400px) {
  #menu {
    padding: 50px 150px 50px 50px;
  }
  #menu.is-open {
    left: 40vw;
  }
}
@media screen and (max-width: 1200px) {
  #menu {
    padding: 45px 135px 45px 45px;
  }
  #menu.is-open {
    left: 32vw;
  }
}
@media screen and (max-width: 1000px) {
  #menu {
    padding: 45px 120px 45px 40px;
  }
  #menu.is-open {
    left: 35vw;
  }
}
@media screen and (max-width: 800px) {
  #menu {
    padding: 45px 105px 45px 35px;
  }
  #menu.is-open {
    left: 25vw;
  }
}
@media screen and (max-width: 700px) {
  #menu {
    height: 100vh;
    max-height: 100vh;
    padding: 45px 105px 45px 35px 135px;
    overflow-y: scroll;
  }
  #menu.is-open {
    left: 0;
  }
}
#menu #menuLogos {
  margin-bottom: 55px;
}
#menu #menuLogos a {
  display: block;
}
#menu #menuLogos p {
  margin-top: 20px;
}
#menu #menuLogos p.smallerText {
  color: #998473;
}
#menu #menuLogos img {
  height: 40px;
}
#menu #menuList li a {
  display: block;
  font-size: 1.75em;
  line-height: 1em;
  text-transform: uppercase;
  color: #998473;
  padding: 12px 50px 12px 0;
  letter-spacing: 0.05em;
  transition: color 0.1s linear, letter-spacing 0.2s linear;
}
#menu #menuList li.active a,
#menu #menuList li:hover a {
  color: #5c6d74;
}
#menu #menuList li:hover a {
  letter-spacing: 0.85em;
}
@media screen and (max-width: 800px) {
  #menu #menuList li:hover a {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 700px) {
  #menu #menuList li a {
    font-size: 1.3em;
    padding: 8px 40px 8px 0;
  }
}
#menu #menuFooter .social {
  margin: 110px 0 0 0;
}
#menu #menuFooter .social a {
  opacity: 0.75;
  transition: opacity 0.1s linear;
}
#menu #menuFooter .social a:hover {
  opacity: 1;
}
#menu #menuFooter #languages {
  display: flex;
  font-size: 0.65em;
  font-weight: 300;
  text-transform: uppercase;
}
#menu #menuFooter #languages li a {
  display: block;
  padding: 5px 10px;
  transition: color 0.1s linear;
}
#menu #menuFooter #languages li a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  position: relative;
  top: 2px;
  left: 10px;
  background-color: #998473;
}
#menu #menuFooter #languages li:first-of-type a {
  padding-left: 0;
}
#menu #menuFooter #languages li:last-of-type a:after {
  display: none;
}
#menu #menuFooter #languages li.active a,
#menu #menuFooter #languages li:hover a {
  color: #5c6d74;
}
@media screen and (max-width: 700px) {
  #menu #menuFooter {
    margin-bottom: 55px;
  }
}
section:not(.homeCover,
.pagesCover) {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 150px 20px 155px;
  text-align: center;
}
section:not(.homeCover.mainColorBg,
.pagesCover).mainColorBg {
  background-color: #5c6d74;
}
section:not(.homeCover.secondaryColorBg,
.pagesCover).secondaryColorBg {
  background-color: #998473;
}
section:not(.homeCover.whiteBg,
.pagesCover).whiteBg,
section:not(.homeCover.mainColorBg,
.pagesCover).mainColorBg,
section:not(.homeCover.secondaryColorBg,
.pagesCover).secondaryColorBg {
  margin: 27.5px 0;
}
section:not(.homeCover.mainColorBg *,
.pagesCover).mainColorBg *,
section:not(.homeCover.secondaryColorBg *,
.pagesCover).secondaryColorBg * {
  color: #fff;
}
section:not(.homeCover.mainColorBg p,
.pagesCover).mainColorBg p,
section:not(.homeCover.secondaryColorBg p,
.pagesCover).secondaryColorBg p {
  font-weight: 300;
}
section:not(.homeCover.mainColorBg strong,
.pagesCover).mainColorBg strong,
section:not(.homeCover.secondaryColorBg strong,
.pagesCover).secondaryColorBg strong {
  font-weight: 500;
}
section:not(.homeCover#intro,
.pagesCover)#intro {
  padding-left: 0;
  padding-right: 0;
}
section:not(.homeCover#team,
.pagesCover)#team {
  padding-left: 0;
  padding-right: 0;
}
section:not(.homeCover#team,
.pagesCover)#team,
section:not(.homeCover#events,
.pagesCover)#events {
  padding-bottom: 0;
}
section:not(.homeCover strong,
.pagesCover) strong {
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  section:not(.homeCover,
  .pagesCover) {
    padding: 135px 25px 140px;
  }
  section:not(.homeCover.whiteBg,
  .pagesCover).whiteBg {
    padding: 95px 25px 100px;
  }
  section:not(.homeCover.whiteBg,
  .pagesCover).whiteBg,
  section:not(.homeCover.mainColorBg,
  .pagesCover).mainColorBg,
  section:not(.homeCover.secondaryColorBg,
  .pagesCover).secondaryColorBg {
    margin: 25px 0;
  }
}
@media screen and (max-width: 1200px) {
  section:not(.homeCover,
  .pagesCover) {
    padding: 120px 25px 125px;
  }
  section:not(.homeCover.whiteBg,
  .pagesCover).whiteBg {
    padding: 85px 0 90px;
  }
  section:not(.homeCover.whiteBg,
  .pagesCover).whiteBg,
  section:not(.homeCover.mainColorBg,
  .pagesCover).mainColorBg,
  section:not(.homeCover.secondaryColorBg,
  .pagesCover).secondaryColorBg {
    margin: 22.5px 0;
  }
  section:not(.homeCover#events,
  .pagesCover)#events {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  section:not(.homeCover,
  .pagesCover) {
    padding: 105px 25px 110px;
  }
  section:not(.homeCover.whiteBg,
  .pagesCover).whiteBg {
    padding: 75px 0 80px;
  }
  section:not(.homeCover.whiteBg,
  .pagesCover).whiteBg,
  section:not(.homeCover.mainColorBg,
  .pagesCover).mainColorBg,
  section:not(.homeCover.secondaryColorBg,
  .pagesCover).secondaryColorBg {
    margin: 20px 0;
  }
}
@media screen and (max-width: 800px) {
  section:not(.homeCover,
  .pagesCover) {
    align-itesm: flex-start;
    text-align: left;
    padding: 90px 20px 95px;
  }
  section:not(.homeCover.whiteBg,
  .pagesCover).whiteBg,
  section:not(.homeCover.mainColorBg,
  .pagesCover).mainColorBg,
  section:not(.homeCover.secondaryColorBg,
  .pagesCover).secondaryColorBg {
    margin: 17.5px 0;
  }
}
@media screen and (max-width: 700px) {
  section:not(.homeCover,
  .pagesCover) {
    padding: 45px 20px 50px;
  }
  section:not(.homeCover.whiteBg,
  .pagesCover).whiteBg,
  section:not(.homeCover.mainColorBg,
  .pagesCover).mainColorBg,
  section:not(.homeCover.secondaryColorBg,
  .pagesCover).secondaryColorBg {
    margin: 10px 0;
  }
}
.block {
  width: 100%;
}
.block.blockSectiontext {
  padding-top: 0;
  padding-bottom: 0;
}
.block.blockGallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: calc(100% / 5 * 3);
  column-gap: 10px;
  row-gap: 10px;
  padding: 150px 0 155px;
}
.block.blockGallery.noPaddingTop {
  padding-top: 0;
}
.block.blockGallery a {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 4/3;
  opacity: 1;
  transition: opacity 0.1s linear;
}
.block.blockGallery a div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.block.blockGallery a:hover {
  cursor: pointer;
  opacity: 0.85;
}
@media screen and (max-width: 1400px) {
  .block {
    padding: 135px 0 140px;
  }
  .block.blockGallery {
    max-width: calc(100% / 7 * 5);
  }
}
@media screen and (max-width: 1200px) {
  .block {
    padding: 120px 0 125px;
  }
  .block.blockGallery {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .block {
    padding: 105px 0 110px;
  }
  .block.blockGallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .block {
    padding: 90px 0 95px;
  }
}
@media screen and (max-width: 700px) {
  .block {
    padding: 45px 0 50px;
  }
  .block.blockGallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.homeCover {
  display: flex;
  width: 100%;
  position: relative;
  background-color: rgba(60,60,60,0.7);
}
.homeCover video {
  display: block;
  width: 100%;
  object-fit: cover;
}
.homeCover > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.homeCover > div#coverBgImg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.homeCover > div#coverBg {
  background-color: rgba(0,0,0,0.65);
}
.homeCover > div#coverContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: calc((100% - (2 * 40px)) / 5 * 3);
  padding: 0 20px;
  margin: 0 auto;
}
.homeCover > div#coverContent img {
  height: 120px;
  margin-bottom: 55px;
}
.homeCover > div#coverContent p {
  font-family: "Allura", cursive;
  font-family: "Yuji Boku", serif;
  font-size: 1.45em;
  line-height: 1em;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}
.homeCover > div#coverContent p.smallerText {
  font-size: 1em;
}
.homeCover #specialLogo {
  height: calc(100% - (2 * 20px));
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0.15;
}
@media screen and (max-width: 1400px) {
  .homeCover > div#coverContent {
    max-width: calc((100% - (2 * 40px)) / 7 * 5);
  }
  .homeCover > div#coverContent img {
    height: 110px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .homeCover > div#coverContent {
    max-width: 100%;
  }
  .homeCover > div#coverContent img {
    height: 100px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .homeCover > div#coverContent img {
    height: 90px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  .homeCover > div#coverContent img {
    height: 75px;
    margin-bottom: 35px;
  }
  .homeCover > div#coverContent p {
    font-size: 1.5em;
  }
  .homeCover > div#coverContent p.smallerText {
    font-size: 1.1em;
  }
}
@media screen and (orientation: landscape) {
  .homeCover {
    aspect-ratio: 1810/970;
  }
  .homeCover video.desktopVideo {
    display: block;
  }
  .homeCover video.mobileVideo {
    display: none;
  }
}
@media screen and (orientation: portrait) {
  .homeCover {
    aspect-ratio: 3/4;
  }
  .homeCover video.desktopVideo {
    display: none;
  }
  .homeCover video.mobileVideo {
    display: block;
  }
}
.pagesCover {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 150px 20px 155px;
  background-color: #5c6d74;
}
.pagesCover > div {
  display: flex;
  flex-direction: column;
  width: calc(100% / 5 * 3);
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 300;
}
.pagesCover > div h1 {
  margin-bottom: 0.75em;
  margin-bottom: 0;
}
.pagesCover > div h1 + p {
  margin-top: 0.75em;
}
@media screen and (max-width: 1400px) {
  .pagesCover {
    padding: 135px 20px 140px;
  }
  .pagesCover > div {
    width: calc(100% / 7 * 5);
  }
}
@media screen and (max-width: 1200px) {
  .pagesCover {
    padding: 120px 20px 125px;
  }
  .pagesCover > div {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .pagesCover {
    padding: 105px 20px 110px;
  }
}
@media screen and (max-width: 800px) {
  .pagesCover {
    padding: 90px 20px 95px;
  }
}
@media screen and (max-width: 700px) {
  .pagesCover > div {
    text-align: left;
  }
}
#intro #introText {
  width: calc((100% - (4 * 40px)) / 5 * 3);
}
@media screen and (max-width: 1400px) {
  #intro #introText {
    width: calc((100% - (4 * 40px)) / 7 * 5);
  }
}
@media screen and (max-width: 1200px) {
  #intro #introText {
    width: 100%;
  }
}
#intro #servicesHome {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 40px;
  margin-top: 110px;
}
#intro #servicesHome .serviceHome {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#intro #servicesHome .serviceHome span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  height: 150px;
  min-height: 150px;
  border-radius: 50%;
  margin-bottom: 1.4em;
  background-color: #5c6d74;
}
#intro #servicesHome .serviceHome span img {
  width: 50%;
}
#intro #servicesHome .serviceHome > div {
  display: flex;
  flex-direction: column;
}
#intro #servicesHome .serviceHome * {
  opacity: 1;
  transition: opacity 0.1s linear;
}
#intro #servicesHome .serviceHome strong {
  margin-bottom: 0.7em;
}
#intro #servicesHome .serviceHome:hover img {
  animation: flipIcon 0.35s 1 linear;
}
#intro #servicesHome .serviceHome:hover * {
  opacity: 0.75;
}
@media screen and (max-width: 1000px) {
  #intro #servicesHome {
    grid-template-columns: 1fr;
  }
  #intro #servicesHome .serviceHome {
    flex-direction: row;
    align-items: center;
  }
  #intro #servicesHome .serviceHome span {
    margin-bottom: 0;
  }
  #intro #servicesHome .serviceHome > div {
    text-align: left;
    margin-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  #intro #servicesHome .serviceHome span {
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
  }
  #intro #servicesHome .serviceHome > div {
    margin-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  #intro #servicesHome .serviceHome {
    flex-direction: column;
  }
  #intro #servicesHome .serviceHome span {
    margin-bottom: 20px;
  }
  #intro #servicesHome .serviceHome > div {
    margin-left: 0;
  }
}
#intro #servicesPage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#intro #servicesPage .servicePage {
  display: flex;
  margin-bottom: 2.1em;
}
#intro #servicesPage .servicePage:last-of-type {
  margin-bottom: 0;
}
#intro #servicesPage .servicePage span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  height: 150px;
  min-height: 150px;
  border-radius: 50%;
  margin-bottom: 1.4em;
  background-color: #5c6d74;
  opacity: 1;
  transition: opacity 0.1s linear;
}
#intro #servicesPage .servicePage span img {
  width: 50%;
}
#intro #servicesPage .servicePage div {
  text-align: left;
  margin-left: 30px;
}
#intro #servicesPage .servicePage strong {
  margin-bottom: 0.7em;
}
#intro #servicesPage .servicePage:hover img {
  animation: flipIcon 0.35s 1 linear;
}
#intro #servicesPage .servicePage:hover span {
  opacity: 0.75;
}
@media screen and (max-width: 800px) {
  #intro #servicesPage .servicePage span {
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
  }
  #intro #servicesPage .servicePage > div {
    margin-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  #intro #servicesPage .servicePage {
    flex-direction: column;
    align-items: center;
  }
  #intro #servicesPage .servicePage span {
    margin-bottom: 20px;
  }
  #intro #servicesPage .servicePage > div {
    margin-left: 0;
  }
}
#projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  padding-left: 0;
  padding-right: 0;
}
#projects h2 {
  margin-bottom: 0.7em;
}
#projects .projects {
  width: 100%;
}
#projects .projects a {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 4/3;
}
#projects .projects a.hidden {
  display: none;
}
#projects .projects a div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
#projects .projects a span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0.85em;
  line-height: 1.3em;
  padding: 20px;
  background-color: #5c6d74;
  background-color: #998473;
  background-color: #3c3c3c;
  color: #fff;
  opacity: 0;
  transition: opacity 0.1s linear;
}
#projects .projects a:hover {
  cursor: pointer;
}
#projects .projects a:hover span {
  opacity: 0.9;
}
@media screen and (max-width: 1000px) {
  #projects {
    grid-template-columns: repeat(2, 1fr);
  }
  #projects .projects a {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 700px) {
  #projects {
    grid-template-columns: 1fr;
  }
  #projects .projects a {
    aspect-ratio: 8/5;
  }
}
#backToProjects {
  display: block;
  color: #fff;
  padding: 4px 10px;
  margin-top: 20px;
  margin-top: 30px;
  background-color: #5c6d74;
  letter-spacing: 0.05em;
  transition: letter-spacing 0.1s linear;
}
#backToProjects:hover {
  letter-spacing: 0.75em;
}
#latestProjects {
  padding: 120px 25px 130px;
}
#latestProjects h2 {
  margin-bottom: 0.7em;
}
#latestProjects .latestProject {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  width: 100%;
}
#latestProjects .latestProject .project {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 4/3;
}
#latestProjects .latestProject .project div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
#latestProjects .latestProject .project span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0.85em;
  line-height: 1.3em;
  padding: 20px;
  background-color: #5c6d74;
  opacity: 0;
  transition: opacity 0.1s linear;
}
#latestProjects .latestProject .project span a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#latestProjects .latestProject .project:hover {
  cursor: pointer;
}
#latestProjects .latestProject .project:hover span {
  opacity: 0.9;
}
@media screen and (max-width: 1000px) {
  #latestProjects {
    padding: 90px 20px 100px;
  }
  #latestProjects .latestProject {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  #latestProjects .latestProject .project span {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #latestProjects {
    padding: 50px 20px 60px;
  }
  #latestProjects .latestProject {
    grid-template-columns: 1fr;
  }
  #latestProjects .latestProject .project {
    aspect-ratio: 8/5;
  }
}
#latestProjects .seeMore {
  display: block;
  color: #998473;
  padding: 4px 10px;
  margin-top: 20px;
  margin-top: 30px;
  background-color: #fff;
  letter-spacing: 0.05em;
  transition: letter-spacing 0.1s linear;
}
#latestProjects .seeMore:hover {
  letter-spacing: 0.75em;
}
.textSection > div {
  width: calc(100% / 5 * 3);
}
.textSection > div h2 {
  margin-bottom: 0.7em;
}
@media screen and (max-width: 1400px) {
  .textSection > div {
    width: calc(100% / 7 * 5);
  }
}
@media screen and (max-width: 1200px) {
  .textSection > div {
    width: 100%;
  }
}
#team h2 {
  margin-bottom: 0.7em;
}
#team *:not(h2) {
  color: #fff;
}
#team h3 {
  color: #5c6d74;
}
#team #people {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  column-gap: 10px;
  row-gap: 10px;
  width: 100%;
}
#team #people .person {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 4/3;
}
#team #people .person div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
#team #people .person span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0.85em;
  line-height: 1.3em;
  padding: 20px;
  background-color: #3c3c3c;
  opacity: 0;
  transition: opacity 0.1s linear;
}
#team #people .person span * {
  color: #fff;
}
#team #people .person:hover {
  cursor: pointer;
}
#team #people .person:hover span {
  opacity: 0.9;
}
@media screen and (max-width: 1000px) {
  #team #people {
    grid-template-columns: repeat(2, 1fr);
  }
  #team #people .person span {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #team #people {
    grid-template-columns: repeat(1, 1fr);
  }
  #team #people .person {
    aspect-ratio: 8/5;
  }
}
#events h2 {
  margin-bottom: 1.4em;
}
#events .event {
  display: flex;
  width: calc(100% / 5 * 3);
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #998473;
  margin-bottom: 30px;
}
#events .event .eventDate {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 150px;
  max-width: 150px;
  max-height: 142px;
  padding: 10px 20px;
  margin-right: 30px;
  background-color: #5c6d74;
}
#events .event .eventDate * {
  color: #fff;
  text-transform: uppercase;
}
#events .event .eventDate .month,
#events .event .eventDate .day,
#events .event .eventDate .year {
  display: block;
}
#events .event .eventDate .month {
  margin-bottom: 15px;
}
#events .event .eventDate .month,
#events .event .eventDate .year {
  font-size: 0.8em;
  font-weight: 300;
}
#events .event .eventDate .day {
  font-size: 4.5em;
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-bottom: 15px;
}
#events .event .eventInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 9px 0 0 0;
}
#events .event .bookEvent {
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #fff;
  padding: 4px 10px;
  margin-top: 20px;
  background-color: #998473;
  letter-spacing: 0.05em;
  transition: letter-spacing 0.1s linear, background-color 0.1s linear;
}
#events .event .bookEvent:hover {
  background-color: #5c6d74;
  letter-spacing: 0.75em;
}
#events .btnText {
  display: block;
  right: 0;
  bottom: 5px;
  color: #fff;
  padding: 4px 10px;
  margin-top: 20px;
  background-color: #998473;
  letter-spacing: 0.05em;
  transition: letter-spacing 0.1s linear, background-color 0.1s linear;
}
#events .btnText:hover {
  background-color: #5c6d74;
  letter-spacing: 0.75em;
}
@media screen and (max-width: 1400px) {
  #events .event {
    width: calc(100% / 7 * 5);
  }
}
@media screen and (max-width: 1200px) {
  #events .event {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #events .event .eventDate {
    margin-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  #events .event {
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
  }
  #events .event .eventDate {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#ourHistory > div:first-of-type {
  width: calc(100% / 5 * 3);
}
#ourHistory > div:first-of-type h2 {
  margin-bottom: 3.5em;
}
#ourHistory > div:first-of-type:has(p) h2 {
  margin-bottom: 1.4em;
}
#ourHistory > div:first-of-type:has(p) p {
  margin-bottom: 4.9em;
}
#ourHistory #history {
  display: flex;
  flex-direction: column;
  width: calc((100% - (6 * 40px)) / 7 * 5);
  position: relative;
}
#ourHistory #history .date {
  position: relative;
  width: calc(100% / 2);
  padding-top: 10px;
  border-top: 1px solid #fff;
  margin-bottom: 40px;
}
#ourHistory #history .date span {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: -10px;
  border-radius: 50px;
  background-color: #fff;
}
#ourHistory #history .date:nth-of-type(odd) {
  text-align: left;
  align-self: flex-start;
  padding-right: 20px;
}
#ourHistory #history .date:nth-of-type(odd) span {
  right: -9px;
}
#ourHistory #history .date:nth-of-type(even) {
  text-align: right;
  align-self: flex-end;
  padding-left: 20px;
}
#ourHistory #history .date:nth-of-type(even) span {
  left: -9px;
}
@media screen and (max-width: 1400px) {
  #ourHistory > div:first-of-type {
    width: calc(100% / 7 * 5);
  }
  #ourHistory #history {
    width: calc(100% / 7 * 5);
  }
}
@media screen and (max-width: 1200px) {
  #ourHistory > div:first-of-type {
    width: 100%;
  }
  #ourHistory #history {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #ourHistory #history .date {
    width: 100%;
  }
  #ourHistory #history .date:nth-of-type(odd),
  #ourHistory #history .date:nth-of-type(even) {
    text-align: left;
    align-self: flex-start;
    padding-right: 0;
    padding-left: 20px;
  }
  #ourHistory #history .date:nth-of-type(odd) span,
  #ourHistory #history .date:nth-of-type(even) span {
    right: initial;
    left: -9px;
  }
}
#verticalLine {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 100%;
  bottom: 0;
  left: 0;
  top: -20px;
  transition: bottom 0.5s linear;
}
#verticalLine.animated {
  bottom: 0;
}
#verticalLine > div {
  display: block;
  width: 4px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  #verticalLine {
    justify-content: flex-start;
    left: -2px;
  }
}
#contact .textSection {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#contact .textSection img {
  height: 100px;
  max-width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  #contact img {
    height: 90px;
  }
}
@media screen and (max-width: 800px) {
  #contact {
    text-align: center;
  }
  #contact img {
    height: 70px;
  }
}
@media screen and (max-width: 700px) {
  #contact img {
    height: 50px;
  }
}
footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 110px 55px;
  margin-top: 30px;
  background-color: #998473;
}
footer p {
  font-size: 0.8em;
  line-height: 1.25em;
  color: #fff;
  margin-bottom: 0.6em;
}
footer p strong {
  font-weight: 400;
}
footer > div:first-of-type img {
  height: 60px;
  margin-bottom: 50px;
}
footer > div:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  footer {
    padding: 100px 50px;
  }
  footer > div:first-of-type img {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 90px 45px;
  }
  footer > div:first-of-type img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  footer {
    padding: 80px 40px;
  }
  footer > div:first-of-type img {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 800px) {
  footer {
    flex-direction: column;
    padding: 70px 35px;
  }
  footer > div:first-of-type,
  footer > div:last-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer > div:first-of-type {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  footer {
    flex-direction: column;
    padding: 40px 20px;
  }
}
.social {
  display: flex;
  margin-bottom: 60px;
}
.social a {
  display: block;
  margin-left: 10px;
}
.social a img {
  height: 30px;
  opacity: 0.75;
  transition: opacity 0.1s linear;
}
.social a:hover img {
  opacity: 1;
}
.social a:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 1400px) {
  .social {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .social {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .social {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 800px) {
  .social {
    margin-bottom: 45px;
  }
}
html.vcard {
  border: 0;
}
body.vcard {
  display: flex;
  flex-direction: column;
  padding: 0;
}
body.vcard > div {
  width: 100%;
}
body.vcard h2 {
  text-transform: initial;
  margin-top: 0.7em;
  margin-bottom: 0;
}
body.vcard #vcardHeaderContainer,
body.vcard #vcardHeaderContent,
body.vcard #vcardContainer,
body.vcard #vcardContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.vcard #vcardHeaderContent,
body.vcard #vcardContent {
  width: 100%;
  max-width: 800px;
}
body.vcard #vcardContent {
  padding-right: 20px;
  padding-left: 20px;
}
body.vcard #vcardHeaderContainer {
  background-color: #5c6d74;
}
body.vcard #vcardHeaderContent * {
  color: #fff;
}
body.vcard #vcardHeaderContent > div:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 20px;
}
body.vcard #vcardHeaderContent > div:first-of-type #portrait {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.5);
  background-size: cover;
  background-repeat: no-repeat;
}
body.vcard #vcardHeaderContent > div:last-of-type {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #fff;
}
body.vcard #vcardHeaderContent > div:last-of-type > span {
  width: 100%;
  max-width: 120px;
  padding: 20px 20px 13px 20px;
  border-right: 1px solid #fff;
}
body.vcard #vcardHeaderContent > div:last-of-type > span:last-of-type {
  border-right: none;
}
body.vcard #vcardHeaderContent > div:last-of-type > span a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.vcard #vcardHeaderContent > div:last-of-type > span img {
  height: 26px;
}
body.vcard #vcardHeaderContent > div:last-of-type > span .vcardText {
  font-size: 0.7em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 5px;
}
body.vcard #vcardContent {
  padding: 60px 20px;
}
body.vcard #vcardContent > div {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
body.vcard #vcardContent > div > span {
  padding-bottom: 25px;
}
body.vcard #vcardContent > div > span:first-of-type {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 40px;
  margin-right: 20px;
}
body.vcard #vcardContent > div > span:first-of-type img {
  width: 65%;
  opacity: 0.5;
}
body.vcard #vcardContent > div > span:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% - (60px + 20px));
  border-bottom: 1px solid rgba(60,60,60,0.1);
}
body.vcard #vcardContent > div > span a {
  display: inline-block;
}
body.vcard #vcardContent .smallerLink {
  display: block;
  font-size: 0.6em;
  font-weight: 400;
  color: rgba(60,60,60,0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
body.vcard #vcardContent .greyText {
  color: rgba(60,60,60,0.6);
}
body.vcard #vcardBtn {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 4px 50px;
  background-color: #5c6d74;
}
@-moz-keyframes flipIcon {
  100% {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes flipIcon {
  100% {
    transform: rotateY(360deg);
  }
}
@-o-keyframes flipIcon {
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes flipIcon {
  100% {
    transform: rotateY(360deg);
  }
}
/*# sourceMappingURL=assets/css/main.css.map */