html, body {
  opacity: 1;
  font-family: 'Rhodium Libre', serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #1f1f1f;
  margin: 0;
}

body a {
  text-decoration: none;
  color: #000;
}

* {
  box-sizing: border-box;
  color: #1f1f1f;
}

p {
  margin: 0;
}

img {
  border: 0;
  vertical-align: middle;
  display: inline-block;
}

.img-cover {
  position: relative;
}

.img-cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* NAVIGATION */

.nav-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.nav-wrapper .navigation{
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 1440px;
}

/* END OF NAVIGATION */

.body-wrapper {
  position: relative;
}

.section-wrapper {
  width: 100%;
  padding: 40px calc((100% - 1440px)/2) 40px;
}

/* MAIN BANNER */

.main-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  position: relative;
}

.main-banner .stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 144px;
  background: url(../img/stripe.jpg);
  background-repeat: no-repeat;
  transition: transform ease 1s, ease 1.2s opacity;
  z-index: -1;
  opacity: 0;
}

.main-banner .stripe.active {
  opacity: 1;
}

.main-banner .left {
  display: grid;
  grid-gap: 80px;
}

.main-banner .left .pre-title {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 30px;
  justify-content: start;
  justify-items: start;
  align-items: center;
  font-size: 32px;
}

.main-banner .left .pre-title li p {
  color: #3D372B;
}

.main-banner .left .pre-title li p span {
  color: #D9AAAB;
}

.main-banner .left .large-title {
  color: #D9AAAB;
}

.main-banner .left .large-title span {
  display: block;
  position: relative;
  width: auto;
  font-size: 144px;
  max-height: 160px;
  line-height: 1;
  z-index: 1;
  word-break: keep-all;
}

.main-banner .left .large-title span p {
  display: inline-block;
  color: #D9AAAB;
  font-size: 36px;
}

.main-banner .left .after-title {
  display: block;
  font-size: 34px;
  color: #9D8C6D;
}

.main-banner .right .banner-image img {
  width: 100%;
  height: auto;
}

/* END OF MAIN BANNER */

.puzzle-image {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  grid-gap: 40px;
  justify-content: start;
  justify-items: start;
  grid-template-rows: repeat(6, auto);
}

.puzzle-image:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0;
  display: inline-block;
  width: 65vh;
  height: 65vh;
  background: url(../img/gear.png);
  background-position: center;
  background-size: cover;
  transform: translate(-50%, -0%);
  z-index: -1;
}

.puzzle-image .puzzle-title {
  grid-column: 1 / span 10;
  width: 100%;
  text-align: right;
}

.puzzle-image .puzzle-title span{
  font-size: 144px;
  color: #D9AAAB;
  line-height: 1;
}

.puzzle-image .puzzle-sub-title {
  grid-column: 1 / span 6;
  width: 100%;
  text-align: right;
}

.puzzle-image .puzzle-sub-title span {
  font-size: 72px;
  color: #BDC091;
  line-height: 1;
}

.puzzle-image .puzzle-article {
  grid-column: 1 / span 6;
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  display: grid;
  grid-gap: 30px;
  color: #53626A;
}

.puzzle-image .puzzle-part {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
}

.puzzle-image .puzzle-part.one {
  grid-column: 11 / span 3;
  grid-row: 1 / span 2;
  clip-path: polygon(61% 0, 100% 38%, 100% 100%, 0 100%, 0 0);
}

.puzzle-image .puzzle-part.two {
  grid-column: 7 / span 4;
  grid-row: 2 / span 3;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 7% 75%, 0 50%);
}

.puzzle-image .puzzle-part.three {
  grid-column: 11 / span 4;
  grid-row: 3 / span 4;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 67% 100%, 0 100%, 0% 50%);
}





/* SLIDER SECTION */

.slider-section {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px calc((100% - 1440px + 60px)/2) 40px;
  margin: 0;
}

.slider-list {
  position: relative;
  width: 100%;
  min-height: 60vh;
  overflow: hidden;
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
}

.slide {
  min-height: 60vh;
  padding: 80px;
  display: block;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s ease;
}

.slide-info {
  position: relative;
  padding: 40px;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  background-color: #FFF;
  width: 100%;
  max-width: 576px;
  top: 50%;
  transform: translateY(-70%) scale(0.8);
  transition: all .75s ease;
}

.slide-info .slide-title {
  font: 32px "Mackay", serif;
  margin: 0 0 10px 0;
}

.slide-info .slide-text {
  font: 16px 'Roboto', sans-serif;
  line-height: 1.7;
}

.showing {
  opacity: 1;
  z-index: 2;
}

.showing .slide-info {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

#slider-prev,
#slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  background-color: #FFF;
  border-radius: 50%;
  margin: 20px;
  opacity: 0;
  z-index: 10;
  transition: all .5s ease;
}

#slider-prev {
  left: calc((100% - 1440px + 60px) /2);
}

#slider-next {
  right: calc((100% - 1440px + 60px) /2);
}

#slider-prev img,
#slider-next img {
  width: 16px;
  height: 16px;
}

.slider-section.active #slider-prev,
.slider-section.active #slider-next {
  opacity: 1;
}

.slider-section .dots-list {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.slider-section .dots-list .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  margin: 0 10px;
  opacity: 0.5;
  transition: all .5s ease;
}

.slider-section .dots-list .dot.active {
  opacity: 1;
}

/* END OF SLIDER SECTION */

/* MAP SECTION */

.map-section {
  width: 100%;
  height: 85vh;
  border: 0;
  padding: 40px 0;
}


/* END OF MAP SECTION */


/* IMAGE AND COPY */

.image-copy {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  justify-content: start;
  justify-items: start;
}

.image-copy .image {
  width: 100%;
  min-height: 65vh;
  grid-column: 1 / span 6;
}

.image-copy .copy {
  width: 100%;
  display: grid;
  grid-column: 8 / span 4;
  justify-content: start;
  justify-items: start;
  align-content: start;
  grid-gap: 60px;
}

.image-copy .copy .title span {
  font-size: 52px;
  color: #E2826C;
  line-height: 1.5;
}

.image-copy .copy .content {
  display: grid;
  justify-content: start;
  justify-items: start;
  align-content: start;
}

.image-copy .copy .content > *{
  grid-gap: 30px;
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
  color: #53626A;
  line-height: 1.5;
}

/* END OF IMAGE AND COPY */


/* ADDITIONAL INFO */

.additional-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
  justify-items: center;
  align-items: center;
  grid-gap: 60px;
  margin: 0;
  list-style: none;
  color: #223F3C;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

.additional-info li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.additional-info li span:first-child {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
}

.additional-info li span:last-child {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

/* END OF ADDITIONAL INFO */


/* FOOTER */

.footer {
  display: grid;
  grid-template-columns: 6fr 4fr;
  justify-content: end;
  justify-items: end;
  align-items: start;
}

.footer .claim span {
  font-size: 14px;
  color: #A99685;
}

.footer .langs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px;
  margin: 0;
  list-style: none;
}

.footer .langs li a span {
  color: #E7CEA1;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  transition: color ease .25s, text-decoration ease .25s;
}

.footer .langs li a:hover span{
  color: #000;
  text-decoration: underline;
}

/* END OF FOOTER */


@media screen and (max-width: 1440px) {
  .section-wrapper {
    padding: 40px 60px;
  }

  .slider-section {
    padding: 40px 60px;
  }

  .image-copy {
    grid-column: 8 / span 4
  }

  .slider-section #slider-next {
    right: 60px;
  }

  .slider-section #slider-prev {
    left: 60px;
  }

  .main-banner .left .large-title span {
    font-size: 100px;
  }

  .main-banner .left .pre-title {
    font-size: 28px;
  }

  .main-banner .stripe {
    height: 100px;
  }
}

@media screen and (max-width: 1280px) {
  .main-banner .left .pre-title {
    font-size: 20px;
  }

  .main-banner .left .large-title span:nth-child(3) {
    display: flex;
    justify-content: start;
    align-items: baseline;
  }

  .main-banner .left .large-title span p {
    padding: 0 0 0 5px;
    font-size: 24px;
  }

  .main-banner .left .after-title {
    font-size: 24px;
  }

  .puzzle-image {
    grid-gap: 30px;
  }

  .puzzle-image .puzzle-title span {
    font-size: 90px;
  }

  .puzzle-image .puzzle-sub-title span {
    font-size: 50px;
  }

  .puzzle-image .puzzle-article {
    font-size: 28px;
    justify-content: start;
    align-content: start;
    justify-items: start;
  }


  .image-copy .image {
    grid-column: 1 / span 6;
  }

  .image-copy .copy {
    grid-column: 8 / span 5;
  }

  .image-copy .copy .title span {
    font-size: 36px;
  }

  .image-copy .copy .content > * {
    font-size: 28px;
  }

}
