@import url("https://use.typekit.net/wsr5ijp.css");
:root {
  --swiper-pagination-color: #E1C383;
}


.logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


@font-face {
  font-family: "BasierCircle Bold";
  font-display: auto;
  src: url("../fonts/BasierCircle-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BasierCircle Medium";
  font-display: auto;
  src: url("../fonts/BasierCircle-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BasierCircle Regular";
  font-display: auto;
  src: url("../fonts/BasierCircle-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BasierCircle SemiBold";
  font-display: auto;
  src: url("../fonts/BasierCircle-SemiBold.otf");
  font-weight: normal;
  font-style: normal;
}
.swiper-container .swiper-slide .content {
  font-family: gitan-latin, sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "BasierCircle Regular";
  font-size: 14px;
  font-weight: 400;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

.text-gold {
  color: #E1C383;
}

.text-white {
  color: #FFF;
}

.swiper-container #swiper-slide5 .img img, .swiper-container #swiper-slide5 .img, .swiper-container #swiper-slide3 .content:before, .swiper-container .swiper-slide .content, .swiper-container .swiper-slide .video video, .swiper-container .swiper-slide .video, .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.copyright,
.pop-up {
  color: #B5B5B5;
  opacity: 0.43;
  font-size: 1vw;
  position: fixed;
  bottom: 1.25%;
  left: 1.875%;
  z-index: 999;
  letter-spacing: 0.13625em;
  line-height: 1;
  pointer-events: auto;
}
@media screen and (max-width: 991px) {
  .copyright,
.pop-up {
    text-align: center;
    width: auto;
    left: 0;
    font-size: 13px;
    bottom: 15px;
    line-height: 1;
  }
}

@media screen and (max-width: 991px) {
  .copyright {
    left: 15px;
  }
}

.pop-up {
  left: auto;
  right: 1.875%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 999 !important;
  cursor: pointer;
  pointer-events: auto !important;
  user-select: none;
}
@media screen and (max-width: 991px) {
  .pop-up {
    right: 15px;
    font-size: 13px !important;
    padding: 0;
  }
}
.pop-up:hover {
  color: #E1C383;
  opacity: 1;
}

#modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #051d26;
  background: linear-gradient(180deg, rgba(5, 29, 38, 0.48) 0%, rgba(1, 15, 20, 0.67) 90%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
#modal.open {
  display: flex;
  z-index: 10;
  visibility: visible;
  opacity: 1;
}
#modal .content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background: #051d26;
  padding: 50px;
  margin: 0 20px;
  position: relative;
}
#modal .content a {
  color: #fff;
}
#modal .content p:last-child {
  margin-bottom: 0;
}
#modal .close {
  width: 50px;
  height: 50px;
  border: 1px solid #e1c383;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal .close span {
  display: block;
  width: 50%;
  height: 1px;
  background: #e1c383;
  position: absolute;
}
#modal .close span:first-child {
  transform: rotate(45deg);
}
#modal .close span:last-child {
  transform: rotate(-45deg);
}


.circle-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
}
.circle-cursor--outer {
  width: 70px;
  height: 70px;
  border: 1px solid #E1C383;
  z-index: 12000;
  opacity: 0.4;
}
.circle-cursor--inner {
  width: 5px;
  height: 5px;
  left: -2.5px;
  top: -2.5px;
  z-index: 11000;
  background: #E1C383;
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: center;
  border: 1px solid #E1C383;
}

.swiper-button-prev,
.swiper-button-next {
  height: 100%;
  top: 0;
  width: 20%;
  z-index: 100;
  opacity: 0;
  pointer-events: auto;
}
.swiper-button-next {
  top: 200px !important;
  height: calc(100% - 200px) !important;
  pointer-events: auto !important;
}
@media screen and (max-width: 991px) {
  .swiper-button-next {
    pointer-events: auto !important;
    top: 0 !important;
    height: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .swiper-button-next {
    top: 200px !important;
  }
}
@media screen and (min-width: 992px) {
  .swiper-button-prev,
.swiper-button-next {
    top: 13%;
  }
}

.swiper-button-prev {
  left: 0;
  bottom: 80px !important;
  height: calc(100% - 280px) !important;
}

.swiper-button-next {
  right: 0;
  bottom: 80px !important;
  height: calc(100% - 280px) !important;
}

@media screen and (max-width: 991px) {
  .swiper-button-prev {
    bottom: 60px !important;
    height: calc(100% - 60px) !important;
  }
}

.page,
.swiper-button-next,
.swiper-button-prev {
  cursor: none;
}

svg {
  width: 100%;
}
svg#c-text-line {
  stroke-miterlimit: 10;
}
svg#c-text-line > * {
  fill: none;
  stroke: currentColor;
}
svg#c-text-line path.fill-white {
  stroke: #FFF;
  -webkit-animation: fill-white 1s 1.5s linear forwards;
  -moz-animation: fill-white 1s 1.5s linear forwards;
  -ms-animation: fill-white 1s 1.5s linear forwards;
  -o-animation: fill-white 1s 1.5s linear forwards;
  animation: fill-white 1s 1.5s linear forwards;
}
svg#c-text-line path.fill-gold {
  stroke: #E1C383;
  -webkit-animation: fill-gold 1s 1.5s linear forwards;
  -moz-animation: fill-gold 1s 1.5s linear forwards;
  -ms-animation: fill-gold 1s 1.5s linear forwards;
  -o-animation: fill-gold 1s 1.5s linear forwards;
  animation: fill-gold 1s 1.5s linear forwards;
}

.swiper-slide-duplicate#swiper-slide1 #c-text-line {
  display: block !important;
}


.swiper-container {
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
}
.swiper-container .swiper-slide {
  background-size: cover;
  background-position: center center;
}
.swiper-container .swiper-slide .video {
  background: #051d26;
  background: linear-gradient(90deg, #051d26 0%, #010f14 90%);
  opacity: 1;
}
.swiper-container .swiper-slide .video video {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.2;
}
.swiper-container .swiper-slide .content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  line-height: 2.16;
}
@media screen and (max-width: 991px) {
  .swiper-container .swiper-slide .content:not(#swiper-slide .content) {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-slide .content:not(#swiper-slide .content) {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .swiper-container .swiper-slide .content .text:not(#swiper-slide .content .text) {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-slide .content .text:not(#swiper-slide .content .text) {
    font-size: 18px;
  }
}
.swiper-container .swiper-slide .content .splitting {
  text-align: center;
  display: block;
  line-height: 1.8;
}
.swiper-container .swiper-slide .content .splitting .char,
.swiper-container .swiper-slide .content .splitting .words,
.swiper-container .swiper-slide .content .splitting .word {
  letter-spacing: 0;
  text-align: center;
}
.swiper-container .swiper-slide .content .splitting .word {
  margin: 0 0.4em;
}
.swiper-container .swiper-slide .content .splitting .whitespace {
  display: none;
}
.swiper-container .swiper-slide .content .splitting .char {
  margin: 0 0.3em;
}
.swiper-container .swiper-header {
  padding: 2.8125% 4.0625%;
  position: relative;
  z-index: 11;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (max-width: 991px) {
  .swiper-container .swiper-header {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-header .contact-email {
    display: none;
  }
}
.swiper-container .swiper-header a {
  color: #B5B5B5;
  text-decoration: none;
  letter-spacing: 0.13625em;
}
.swiper-container .swiper-header .contact-email a {
  pointer-events: auto !important;
  z-index: 9999 !important;
  position: relative;
  cursor: pointer !important;
  display: inline-block;
  padding: 10px 15px;
}
.swiper-container .swiper-header .contact-email {
  pointer-events: auto !important;
  z-index: 9999 !important;
  position: relative;
}
.swiper-container .swiper-slide-active .swiper-header {
  -webkit-animation: fade-to-down 1s forwards;
  -moz-animation: fade-to-down 1s forwards;
  -ms-animation: fade-to-down 1s forwards;
  -o-animation: fade-to-down 1s forwards;
  animation: fade-to-down 1s forwards;
}
.swiper-container .swiper-pagination {
  bottom: 1.875vw !important;
  padding-right: calc(3.875vw + 20px);
}
@media screen and (max-width: 991px) {
  .swiper-container .swiper-pagination {
    bottom: 55px !important;
  }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: var(--swiper-pagination-color);
  opacity: 1;
  margin: 0 !important;
  width: 4px;
  height: 4px;
  position: relative;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active .swiper-pagination-line {
  --swiper-pagination-line: 62px;
  width: var(--swiper-pagination-line) !important;
}
@media screen and (min-width: 992px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet-active .swiper-pagination-line {
    --swiper-pagination-line: 3.875vw;
  }
}
@media screen and (max-width: 991px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet-active .swiper-pagination-line {
    --swiper-pagination-line: 30px;
  }
}
@media screen and (max-device-height: 480px) and (orientation: landscape) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet-active .swiper-pagination-line {
    --swiper-pagination-line: 30px;
  }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet:last-child:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #E1C383;
  position: absolute;
  top: 0;
  left: calc(3.875vw + 25px);
}
@media screen and (max-width: 991px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet:last-child:after {
    left: 45px;
  }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 85px !important;
}
@media screen and (min-width: 992px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: calc(3.875vw + 20px) !important;
  }
}
@media screen and (max-width: 991px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 575px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 40px !important;
  }
}
@media screen and (max-device-height: 480px) and (orientation: landscape) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 40px !important;
  }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet .swiper-pagination-line {
  width: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  margin-left: 15px;
  margin-right: 15px;
  background: var(--swiper-pagination-color);
}
@media screen and (max-width: 991px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet .swiper-pagination-line {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-device-height: 480px) and (orientation: landscape) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet .swiper-pagination-line {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.swiper-container #swiper-slide1 {
  background-image: url(../images/bg01.jpg);
}
.swiper-container #swiper-slide1.swiper-slide-active .text-02 .line-left,
.swiper-container #swiper-slide1.swiper-slide-active .text-02 .line-right {
  width: calc(50% - var(--spaceVal));
  transition-delay: 1s;
}
.swiper-container #swiper-slide1 .logo {
  max-width: 7.5%;
  margin-top: 3.75%;
  margin-bottom: 5%;
}
@media screen and (max-width: 991px) {
  .swiper-container #swiper-slide1 .logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container #swiper-slide1 .logo {
    max-width: 80px;
  }
}
@media screen and (max-device-height: 480px) and (orientation: landscape) {
  .swiper-container #swiper-slide1 .logo {
    max-width: 50px;
    margin-bottom: 20px;
  }
}
.swiper-container #swiper-slide1 .logo svg {
  width: 100%;
  height: 100%;
}
.swiper-container #swiper-slide1 .text-01 {
  font-size: 1.1vw;
}
@media screen and (max-width: 1199px) {
  .swiper-container #swiper-slide1 .text-01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container #swiper-slide1 .text-01 {
    font-size: 16px;
    
  }
}
@media screen and (max-device-height: 480px) and (orientation: landscape) {
  .swiper-container #swiper-slide1 .text-01 {
    font-size: 12px;
  }
}
.swiper-container #swiper-slide1 .text-02 {
  margin-top: 1.25%;
  font-size: 0.9vw;
  letter-spacing: 0.729375em;
  line-height: 3.2;
  --spaceVal: 120px;
}
@media screen and (max-width: 1199px) {
  .swiper-container #swiper-slide1 .text-02 {
    font-size: 18px;
    --spaceVal: 150px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container #swiper-slide1 .text-02 {
    font-size: 14px;
    --spaceVal: 90px;
    margin: 20px 0;
  }
}
@media screen and (max-device-height: 480px) and (orientation: landscape) {
  .swiper-container #swiper-slide1 .text-02 {
    font-size: 10px;
    margin: 10px 0;
  }
}
.swiper-container #swiper-slide1 .text-02 .line {
  background: #E1C383;
  position: absolute;
  top: calc(50% - 4px);
  width: 0;
  height: 1px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
}
@media screen and (max-device-width: 767px) {
  .swiper-container #swiper-slide1 .text-02 .line {
    top: 50%;
  }
}
.swiper-container #swiper-slide1 .text-02 .line.line-left {
  left: 0;
}
.swiper-container #swiper-slide1 .text-02 .line.line-right {
  right: 0;
}
.swiper-container #swiper-slide1 .text-03 {
  font-size: 1vw;
  margin: 2.125% auto 3.375%;
  letter-spacing: 0.625em;
}
@media screen and (max-width: 1199px) {
  .swiper-container #swiper-slide1 .text-03 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container #swiper-slide1 .text-03 {
    font-size: 12px;
  }
}
@media screen and (max-device-height: 480px) and (orientation: landscape) {
  .swiper-container #swiper-slide1 .text-03 {
    font-size: 11px;
    margin: 0 0 10px;
  }
}
.swiper-container #swiper-slide1 .text-03 .splitting {
  line-height: 2;
}
.swiper-container #swiper-slide1 .scroll {
  color: #E1C383;
  padding-bottom: 7.5%;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .swiper-container #swiper-slide1 .scroll {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container #swiper-slide1 .scroll {
    padding-bottom: 100px;
  }
}
.swiper-container #swiper-slide1 .scroll span {
  border: 2px solid #E1C383;
  border-radius: 6.938vw;
  width: 6.938vw;
  height: 10.688vw;
  font-size: 0.875vw;
  padding: 15px;
}
@media screen and (max-width: 991px) {
  .swiper-container #swiper-slide1 .scroll span {
    border-radius: 80px;
    width: 80px;
    height: 140px;
    font-size: 12px;
    padding: 15px;
  }
}
@media screen and (max-device-height: 480px) and (orientation: landscape) {
  .swiper-container #swiper-slide1 .scroll span {
    width: 45px;
    height: 80px;
    font-size: 8px;
    padding: 0;
  }
}
.swiper-container #swiper-slide1 .scroll svg {
  fill: #E1C383;
  margin-top: 1.25vw;
  width: 1.5vw;
  display: block;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
@media screen and (max-width: 575px) {
  .swiper-container #swiper-slide1 .scroll svg {
    margin-top: 10px;
    width: 18px;
  }
}
.swiper-container #swiper-slide2 {
  background-image: url(../images/bg02.jpg);
}
.swiper-container #swiper-slide2 .content {
  padding: 9.375% 30px 10.625%;
  z-index: 2;
}
.swiper-container #swiper-slide2 svg {
  width: 30vw;
  height: 46.563vw;
  opacity: 0;
  -webkit-transition: all 0.75s linear;
  -moz-transition: all 0.75s linear;
  -o-transition: all 0.75s linear;
  transition: all 0.75s linear;
  -ms-transition: all 0.75s linear;
}
@media screen and (max-width: 575px) {
  .swiper-container #swiper-slide2 svg {
    width: 200px;
    height: auto;
  }
}
.swiper-container #swiper-slide2.swiper-slide-active #gl {
  visibility: visible;
}
.swiper-container #swiper-slide2.swiper-slide-active svg {
  transition-delay: 1s;
  opacity: 1;
}
.swiper-container #swiper-slide2 #gl {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
  visibility: hidden;
}
.swiper-container #swiper-slide3 {
  background-image: url(../images/bg03.jpg);
}

@media screen and (max-width: 768px) {
  .swiper-container #swiper-slide3,
  #swiper-slide3 {
    background-size: cover !important;
    background-position: center bottom !important;
  }
}
.swiper-container #swiper-slide3 .content:before {
  content: "";
  position: absolute;
  background: #000;
  z-index: 1;
  opacity: 0.78;
}
.swiper-container #swiper-slide3 .content .text {
  color: #FFF;
  font-family: "BasierCircle Regular";
  font-size: 2.5vw;
  letter-spacing: 0.291875em;
  line-height: 2.6;
  z-index: 1;
  overflow: hidden;
}
.swiper-container #swiper-slide3 .content .fade-to-down .char:before {
  color: #FFF;
}
.swiper-container #swiper-slide4 {
  background-image: url(../images/bg4.jpg);
  position: relative;
}
.swiper-container #swiper-slide4 .content {
  padding-top: 9.375%;
}
@media screen and (max-width: 991px) {
  .swiper-container #swiper-slide4 .content {
    padding-top: 30%;
  }
}
@media screen and (max-width: 575px) {
  .swiper-container #swiper-slide4 .content {
    padding-top: 40%;
  }
}
.swiper-container #swiper-slide4 .content .text {
  color: #7D8E98;
  font-family: "BasierCircle Regular";
  font-size: 2vw;
  overflow: hidden;
  letter-spacing: 0.625em;
  line-height: 1.6857142857;
}
.swiper-container #swiper-slide4 .fade-to-down .char:before {
  color: #7D8E98;
}
.swiper-container #swiper-slide4.swiper-slide-active #fog {
  visibility: visible;
}
.swiper-container #swiper-slide4 #fog {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
  bottom: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.swiper-container #swiper-slide5 {
  background: #000;
}
.swiper-container #swiper-slide5 .img {
  position: absolute;
}
@media screen and (max-width: 575px) {
  .swiper-container #swiper-slide5 .img {
    padding-top: 60%;
    width: 100%;
  }
}
.swiper-container #swiper-slide5 .img img {
  object-fit: contain;
  object-position: center;
}
.swiper-container #swiper-slide5 .content .text {
  color: #FFF;
  font-family: "BasierCircle Regular";
  font-size: 2vw;
  letter-spacing: 0.625em;
  line-height: 1.6857142857;
  padding-left: 9.375%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 575px) and (max-width: 991px) {
  .swiper-container #swiper-slide5 .content .text {
    position: absolute;
    top: calc(50% - 20px);
  }
}
@media screen and (max-width: 575px) {
  .swiper-container #swiper-slide5 .content .text {
    position: absolute;
    top: 20%;
  }
}
.swiper-container #swiper-slide5 .content .fade-to-down {
  line-height: inherit;
}
.swiper-container #swiper-slide5 .content .fade-to-down .char:before {
  color: #FFF;
}
.swiper-container #swiper-slide6 {
  background-image: url(../images/bg06.jpg);
}
.swiper-container #swiper-slide6 .content .text {
  color: #FFF;
  font-family: "BasierCircle Regular";
  font-size: 1.6vw;
  letter-spacing: 0.625em;
  line-height: 1.6857142857;
  padding-left: 9.375%;
  overflow: hidden;
}
.swiper-container #swiper-slide6 .content .fade-to-down .char:before {
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .swiper-container #swiper-slide6 .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.swiper-container #swiper-slide7 {
  background-image: url(../images/bg07.jpg);
  background-position: bottom center;
}
.swiper-container #swiper-slide7 .content .text {
  color: #FFF;
  font-family: "BasierCircle Regular";
  font-size: 1.6vw;
  letter-spacing: 0.625em;
  line-height: 1.6857142857;
  padding-bottom: 10%;
  overflow: hidden;
}
.swiper-container #swiper-slide7 .content .fade-to-down .char:before {
  color: #FFF;
}
@media screen and (max-width: 991px) {
  .swiper-container #swiper-slide7 .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}


.fade-to-down {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.fade-to-down .char {
  overflow: hidden;
  color: transparent;
}
.fade-to-down .char:before {
  visibility: visible;
  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
  transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) ) );
  color: #E1C383;
}

.fade-to-up {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.fade-to-up .char {
  overflow: hidden;
  color: transparent;
}
.fade-to-up .char:after {
  visibility: visible;
  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
  transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) ) );
  color: #FFF;
}

.fade-to-down .char:before {
  transform: translateY(-100%);
}

.fade-to-up .char:after {
  transform: translateY(100%);
}

.swiper-slide-active .fade-to-down .char:before {
  -webkit-animation: fade-to-down 1s calc( 0.2s + ( 0.02s * ( var(--char-index)) ) ) forwards;
  -moz-animation: fade-to-down 1s calc( 0.2s + ( 0.02s * ( var(--char-index)) ) ) forwards;
  -ms-animation: fade-to-down 1s calc( 0.2s + ( 0.02s * ( var(--char-index)) ) ) forwards;
  -o-animation: fade-to-down 1s calc( 0.2s + ( 0.02s * ( var(--char-index)) ) ) forwards;
  animation: fade-to-down 1s calc( 0.2s + ( 0.02s * ( var(--char-index)) ) ) forwards;
}
.swiper-slide-active .fade-to-up .char:after {
  -webkit-animation: fade-to-up 1s calc( 0.2s + ( 0.02s * ( var(--char-index)) ) ) forwards;
  -moz-animation: fade-to-up 1s calc( 0.2s + ( 0.02s * ( var(--char-index)) ) ) forwards;
  -ms-animation: fade-to-up 1s calc( 0.2s + ( 0.02s * ( var(--char-index)) ) ) forwards;
  -o-animation: fade-to-up 1s calc( 0.2s + ( 0.02s * ( var(--char-index)) ) ) forwards;
  animation: fade-to-up 1s calc( 0.2s + ( 0.02s * ( var(--char-index)) ) ) forwards;
}


@keyframes slide-in {
  from {
    transform: translateY(-1em) rotate(-0.5turn) scale(0.5);
    opacity: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 0px 300px;
  }
  100% {
    stroke-dasharray: 500px 320px;
  }
}
@keyframes fade-to-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes fade-to-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fill-gold {
  from {
    fill: transparent;
  }
  to {
    fill: #E1C383;
  }
}
@keyframes fill-white {
  from {
    fill: transparent;
  }
  to {
    fill: #FFF;
  }
}


