.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Montblanctype, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  width: 35vw;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.5vw;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2b2b;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 22px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 100%;
  max-width: none;
}

.goback {
  color: #fff;
  font-size: 0.7vw;
  font-weight: 400;
  text-decoration: none;
}

.intro {
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.intro-text-container.one {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-text {
  color: #000;
  font-weight: 300;
}

.intro-text.one {
  position: relative;
}

.intro-text.two {
  position: absolute;
}

.intro-text.three {
  position: absolute;
}

.section {
  height: 550vh;
  margin-top: 73px;
}

.section._2 {
  height: 600vh;
}

.section.home {
  position: fixed;
  display: block;
  height: 100vh;
}

.section.ia3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 1000vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.ia1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.ia5 {
  height: 500vh;
}

.section.ia3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1500vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.ia4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1000vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.click-to-explore {
  position: absolute;
  top: 21.4vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: #000;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  cursor: pointer;
}

.intro-bg-scene {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-bg-image {
  position: absolute;
}

.intro-bg-image.balloon-container {
  left: 20vw;
  top: 3vh;
  width: 25vh;
}

.intro-bg-image.left-element {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -10%;
  width: 65vh;
}

.intro-bg-image.backround {
  width: 100%;
  height: 100%;
}

.intro-bg-image.right-element {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 65vh;
}

.intro-bg-image.elephant-with-plants {
  left: 26%;
  top: auto;
  right: 0%;
  bottom: -13%;
  width: 65vh;
}

.intro-bg-image.plant {
  left: 50%;
  top: auto;
  right: 0%;
  bottom: -27%;
  width: 65vh;
}

.intro-bg-image.plant._2 {
  left: 26%;
}

.intro-bg-image.balloon {
  position: static;
}

.intro-bg-image.ship {
  position: static;
}

.button {
  position: absolute;
  left: auto;
  top: 50%;
  right: 14%;
  bottom: auto;
  z-index: 10;
  width: 4vh;
}

.button.balloon {
  left: 12vw;
  top: 43%;
  right: auto;
}

.button.boat {
  top: 46vh;
  right: 53vw;
}

.button.clock {
  top: 60vh;
  right: 25vw;
  display: block;
}

.button.clock.show {
  display: block;
}

.button.cards {
  left: 19vw;
  top: 54vh;
  right: auto;
}

.button.plants {
  left: 38.1vw;
  top: 64.3vh;
  right: auto;
}

.button.castle {
  left: 12.7vw;
  top: 15vh;
  right: auto;
  display: block;
}

.button.castle.show {
  display: block;
}

.image-2 {
  position: relative;
  z-index: 9;
  display: inline-block;
}

.image-3 {
  width: 300px;
}

.div-block-3 {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 131px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  position: relative;
  width: 150px;
}

.image-5 {
  position: relative;
  z-index: -1;
  width: 100px;
  margin-top: -61px;
  margin-bottom: -78px;
}

.div-block-4 {
  position: fixed;
  width: 100%;
  height: 100%;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -20px;
  width: 300px;
  max-height: 40vh;
}

.image-7.leaf {
  left: 10%;
}

.image-7.plant {
  left: 31%;
}

.image-7.plant._2 {
  left: 59%;
}

.image-7.palm {
  left: auto;
  top: auto;
  right: 0%;
}

.button-2 {
  position: relative;
  z-index: 10;
  padding: 10px 60px;
  border: 0.5px solid #000;
  background-color: rgba(56, 152, 236, 0);
  color: #000;
  font-weight: 300;
}

.div-block-5 {
  position: relative;
}

.div-block-5._1 {
  z-index: 5;
}

.div-block-5._2 {
  z-index: 10;
}

.div-block-5._3 {
  position: relative;
}

.div-block-6 {
  position: fixed;
  left: 57.6vw;
  top: 30vh;
  bottom: auto;
  width: 400px;
}

.div-block-6.ia5 {
  position: relative;
  left: -55vw;
  top: 158px;
  width: 350px;
  margin-left: -75px;
}

.div-block-6.ia2 {
  z-index: 100;
  width: 350px;
}

.div-block-6.ia6 {
  left: 69.1vw;
  top: 32.9vh;
  z-index: 200;
  width: 300px;
}

.div-block-6.ia4 {
  left: 52vw;
  top: 33vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-6.ia6-2 {
  left: auto;
  top: 30.7vh;
  right: 12.4vw;
  bottom: auto;
  width: 300px;
}

.text-block-2 {
  position: relative;
  margin-bottom: 20px;
}

.image-8 {
  position: absolute;
}

.div-block-7 {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  position: absolute;
  color: #000;
  font-size: 1.5vw;
  font-weight: 300;
}

.div-block-9 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.div-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  position: absolute;
  width: 100px;
}

.image-10._1 {
  left: 267px;
  top: 115px;
}

.image-10._2 {
  left: 577px;
  top: 75px;
}

.image-10._3 {
  left: 546px;
  bottom: 0px;
}

.image-10._4 {
  top: 130px;
  right: 431px;
}

.image-10._5 {
  right: 257px;
}

.image-10._6 {
  top: 213px;
  right: 0px;
}

.image-10._7 {
  right: 89px;
  bottom: 40px;
}

.image-10._8 {
  right: -27px;
  bottom: 130px;
}

.image-10._9 {
  left: 237px;
  bottom: 184px;
}

.image-10._10 {
  left: 9px;
  bottom: 40px;
}

.div-block-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.interaction-3-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inte-3-text {
  color: #000;
}

.image-11 {
  position: absolute;
  left: auto;
  top: auto;
  right: -3%;
  bottom: 14%;
  z-index: 11;
  width: 300px;
}

.image-11.ia3 {
  position: absolute;
  right: -4.7vw;
  bottom: 15.2vh;
  z-index: 100;
  max-width: none;
}

.div-block-13 {
  position: fixed;
  top: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-12 {
  position: relative;
  width: 400px;
}

.div-block-14 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-13 {
  width: 225px;
  margin-right: -30px;
  margin-left: -20px;
}

.image-13._2 {
  max-height: 40vh;
}

.image-13._5 {
  position: absolute;
  left: -17px;
  top: 207.203px;
  -webkit-transform: rotate(77deg);
  -ms-transform: rotate(77deg);
  transform: rotate(77deg);
}

.image-14 {
  position: absolute;
  z-index: -1;
  width: 60vw;
}

.div-block-15 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  padding-top: 90px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-3 {
  color: #000;
  text-align: right;
}

.text-block-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: right;
}

.text-block-5 {
  text-align: right;
}

.signature {
  overflow: hidden;
  width: 300px;
  max-width: none;
  margin-top: 60px;
}

.div-block-16 {
  position: fixed;
  left: 25vw;
  top: 20vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
}

.card.spade {
  z-index: 5;
}

.card.heart {
  z-index: 6;
}

.card.clover {
  z-index: 3;
}

.card.clubs {
  z-index: 4;
}

.image-16 {
  position: absolute;
  z-index: 10;
  width: 70%;
}

.image-17 {
  position: absolute;
  left: 45%;
  top: auto;
  right: 0%;
  bottom: 19%;
  width: 18px;
  opacity: 0;
}

.image-18 {
  position: absolute;
  left: 46%;
  top: 18%;
  right: 0%;
  bottom: auto;
  width: 20px;
}

.div-block-18 {
  position: absolute;
  left: 22vw;
  top: 150px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-19 {
  position: relative;
  width: 200px;
}

.image-19._1 {
  width: 30vw;
}

.ia-5 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-21 {
  width: 600px;
  max-width: none;
}

.image-22 {
  width: 6vw;
  max-width: none;
}

.image-23 {
  position: absolute;
  left: 108px;
  top: 197.344px;
  width: 400px;
}

.div-block-19 {
  position: relative;
  left: 7.2vw;
  top: -5.9vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ia6-div {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-24 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.div-block-21 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100vw;
  height: 100vh;
}

.link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block.mobile {
  display: none;
}

.image-25 {
  position: absolute;
  z-index: -1;
  width: 350px;
}

.image-25._1 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image-25._2 {
  left: 50%;
  top: auto;
  right: auto;
  bottom: 40%;
}

.image-25._3 {
  left: auto;
  top: 20%;
  right: 0%;
  bottom: auto;
}

.image-25._4 {
  left: 80px;
  top: 231.391px;
}

.image-25._5 {
  left: 593px;
  top: 441.391px;
}

.image-25._6 {
  left: auto;
  top: auto;
  right: 28%;
  bottom: 14%;
}

.image-25._7 {
  top: 103.391px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-6 {
  font-size: 36px;
  line-height: 130%;
  font-weight: 400;
}

.div-block-23 {
  position: relative;
  margin-left: 10px;
}

.london {
  position: absolute;
}

.image-26 {
  position: absolute;
  left: auto;
  top: 18vh;
  right: 32.5vw;
  bottom: 0%;
  width: 200px;
}

.loc-name.brind {
  text-transform: uppercase;
}

.text-block-7 {
  position: absolute;
  font-size: 1.5vw;
  line-height: 150%;
  text-align: center;
}

.image-27 {
  position: absolute;
  width: 80%;
}

.last-card {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-section {
  display: none;
}

.scroll {
  display: none;
}

.image-35 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-43 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-44 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-47 {
  width: 300px;
  max-width: none;
}

.image-48 {
  position: absolute;
  top: 51.7vh;
  right: 5vw;
  width: 60vw;
}

.html-embed-2 {
  display: none;
}

.div-block-37 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 40vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-38 {
  position: absolute;
  left: 37.6vw;
  top: 13vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-39 {
  margin-top: 10px;
  text-align: center;
}

.text-span {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 1px;
}

.div-block-40 {
  position: fixed;
  left: 57.6vw;
  top: 45%;
  bottom: auto;
}

.div-block-40.ia3 {
  position: relative;
  left: auto;
  top: auto;
  width: 400px;
}

.text-block-10 {
  width: 300px;
  margin-bottom: 20px;
}

.text-block-10.ia3 {
  width: auto;
}

.intro-bg-image-ship {
  position: absolute;
}

.intro-bg-image-ship.ship-container {
  left: 37.4vw;
  top: 37vh;
  width: 25vh;
}

.text-block-13 {
  position: absolute;
}

.text-block-15 {
  display: none;
}

.div-block-46 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2b2b;
}

.text-block-16 {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-answer {
  margin-bottom: 24px;
  color: #000;
  text-align: left;
}

.faq-container {
  max-width: 600px;
  min-width: 600px;
}

.faq-body {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.marker {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100%;
  margin-top: 100px;
}

.faq-answer-img {
  width: 100%;
}

.faq-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  color: #000;
}

.toggle-text {
  position: relative;
  z-index: 2;
  color: #000;
}

.subtitle {
  color: #727272;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.faq-body-cont {
  padding: 30px;
  border-top: 1px none #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 24px;
  margin-right: 16px;
}

.title {
  text-align: center;
}

.faq-p {
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-51 {
  width: 40px;
}

.link {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  display: block;
  width: 100vw;
  padding-top: 10%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  font-family: Montblanctype, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montblanctype, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.link-2 {
  color: #333;
}

.link-3 {
  color: #333;
}

.link-4 {
  color: #333;
}

.fs-cc-banner_close {
  display: none;
  margin-left: 12px;
  padding: 10px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
}

.fs-cc-banner_component {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: block;
  padding: 24px 32px;
  border-top: 1px solid rgba(67, 83, 255, 0.16);
  background-color: #f5f6ff;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background-color: #fff;
}

.fs-cc-banner_text-link {
  display: none;
  border-bottom: 2px solid #4353ff;
  color: #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.fs-cc-prefs_button {
  margin-right: 8px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #4353ff #4353ff #4353ff;
  border-radius: 500px;
  background-color: #4353ff;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: #4353ff;
  background-color: #fff;
  color: #4353ff;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  position: absolute;
  left: auto;
  top: -12px;
  right: -12px;
  bottom: auto;
  z-index: 1;
  padding: 10px;
  border-radius: 100%;
  background-color: #f5f6ff;
  box-shadow: -1px 1px 12px 0 rgba(51, 51, 51, 0.1);
  color: #333;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-prefs_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-banner_button {
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  background-color: #2b2b2b;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #021a7c;
}

.fs-cc-prefs_toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.fs-cc-prefs_content {
  overflow: scroll;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-banner_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  color: #4353ff;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_form {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  margin-bottom: 0px;
  border-radius: 12px;
  background-color: #fff;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-right: -8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-manager_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 500px;
  background-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  cursor: pointer;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-cc-banner_text {
  margin-right: 24px;
  color: #616161;
  font-size: 12px;
  text-decoration: none;
}

.fs-cc-prefs_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.fs-cc-prefs_checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 24px;
  margin-bottom: 0px;
  padding: 2px;
  border-radius: 999px;
  background-color: #ccc;
}

.fs-cc-manager_component {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 999;
  display: none;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_text-2 {
  margin-right: 24px;
  color: #dadada;
}

.fs-cc-banner_button-2 {
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #4353ff;
  border-radius: 9px;
  background-color: #4353ff;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  border-color: #4353ff;
  border-radius: 9px;
  background-color: #f5f5f5;
  color: #4353ff;
}

.fs-cc-banner_component-2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: block;
  padding: 24px 32px;
  border-top: 1px solid rgba(67, 83, 255, 0.16);
  background-color: #3c3c3d;
}

.fs-cc-banner_container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-banner_close-2 {
  margin-left: 12px;
  padding: 10px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
}

.fs-cc-manager_component-2 {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 999;
  display: block;
}

.fs-cc-banner_text-link-2 {
  border-bottom: 2px solid #4353ff;
  color: #4353ff;
  font-weight: 400;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button.balloon {
    right: 25%;
  }

  .intro-bg-image-ship.ship-container {
    left: 37.4vw;
    top: 37vh;
  }
}

@media screen and (min-width: 1440px) {
  .intro-bg-image-ship.ship-container {
    left: 37.4vw;
    top: 37vh;
  }
}

@media screen and (min-width: 1920px) {
  .intro-bg-image-ship.ship-container {
    left: 37.4vw;
    top: 37vh;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: auto;
    height: 20px;
    max-height: 100%;
    margin-left: 5px;
  }

  .goback {
    display: none;
  }

  .section {
    display: none;
  }

  .section._2 {
    display: none;
  }

  .section.home {
    display: none;
  }

  .section.ia1 {
    display: none;
  }

  .section.ia5 {
    display: none;
  }

  .section.ia3 {
    display: none;
  }

  .section.ia4 {
    display: none;
  }

  .div-block-6.ia5.mob {
    position: absolute;
    left: 135vw;
    top: 48.4vh;
    width: 300px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-6.ia2.mob {
    position: static;
    left: 85vw;
    top: 35vh;
    width: 300px;
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-6.ia4.mob {
    position: absolute;
    left: auto;
    top: -2vh;
    right: 30.1vw;
    width: 300px;
  }

  .div-block-6.mobile {
    position: absolute;
    left: 135vw;
    top: 53.6vh;
    width: 300px;
  }

  .div-block-6.ia6-2.mobi {
    position: absolute;
    top: 65vh;
    right: 0vw;
  }

  .image-8.frown.mobile {
    width: 60vw;
  }

  .image-10 {
    display: none;
  }

  .image-10._1 {
    left: -13px;
  }

  .div-block-15 {
    display: none;
  }

  .signature {
    position: absolute;
    left: 76vw;
    top: 50vh;
  }

  .image-16.mob {
    position: static;
    left: 35vw;
    top: 15vh;
    width: 40vh;
    margin-right: 20px;
  }

  .link-block {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-decoration: none;
  }

  .link-block.w--current {
    width: auto;
    height: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    text-decoration: none;
  }

  .link-block.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-block.desktop {
    display: none;
  }

  .div-block-22.mobile {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Montblanctype, sans-serif;
  }

  .text-block-6.word {
    font-family: Montblanctype, sans-serif;
    font-size: 5vw;
  }

  .text-block-6.nomber {
    position: absolute;
  }

  .text-block-6.nomber._1 {
    font-family: Montblanctype, sans-serif;
  }

  .text-block-6.nomber._5 {
    font-family: Montblanctype, sans-serif;
  }

  .text-block-6.nomber._6 {
    font-family: Montblanctype, sans-serif;
  }

  .text-block-6.nomber._9 {
    font-family: Montblanctype, sans-serif;
  }

  .div-block-23 {
    margin-left: 10px;
    font-family: Montblanctype, sans-serif;
  }

  .mobile-section {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
  }

  .ia1 {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 6;
    display: block;
    width: 200vw;
    height: 100vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
  }

  .scroll {
    display: block;
    height: 5000vh;
  }

  .ia2 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200vw;
    height: 100vh;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ia3 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200vw;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ia4 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200vw;
    height: 100vh;
  }

  .ia5 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200vw;
    height: 100vh;
  }

  .ia6 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200vw;
    height: 100vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-28 {
    position: relative;
    bottom: -100px;
    height: 80vh;
  }

  .image-29 {
    position: absolute;
    left: 0%;
    top: 28%;
    right: 0%;
    bottom: 0%;
    width: 101%;
    height: 100%;
    max-width: 101%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .image-30 {
    width: 50vw;
    margin-bottom: -33px;
  }

  .div-block-25 {
    position: absolute;
    right: 25%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-31 {
    width: 15vw;
  }

  .image-32 {
    width: 10vw;
    margin-bottom: -25px;
    margin-left: -2px;
  }

  .mobile-vernes {
    position: absolute;
    right: -10vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-26 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-26._1 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
  }

  .image-33 {
    width: 50vw;
  }

  .div-block-27 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-34 {
    position: relative;
    top: -83px;
    width: 50vw;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .image-35 {
    position: relative;
    width: 40vw;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .image-36 {
    position: relative;
    bottom: -36px;
    height: 40vh;
    margin-right: -40px;
    margin-left: -40px;
  }

  .image-36._1 {
    position: relative;
    bottom: -133px;
  }

  .image-36._2 {
    position: relative;
    bottom: -88px;
  }

  .div-block-28 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 46.8vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-37 {
    width: 100vw;
    max-width: none;
  }

  .div-block-29 {
    position: absolute;
    top: 3vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-30 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-39 {
    position: relative;
    left: 36px;
    bottom: -50px;
    display: none;
    width: 20vw;
  }

  .div-block-31 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .image-40 {
    width: 70vw;
  }

  .image-40._2 {
    position: absolute;
    top: auto;
    right: 5%;
    bottom: 7%;
  }

  .image-40._3 {
    position: absolute;
    left: 18%;
    top: auto;
    bottom: 36%;
    display: none;
  }

  .image-40._5 {
    position: absolute;
    left: auto;
    top: 31%;
    right: 0%;
    bottom: auto;
  }

  .image-40._6 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .image-41 {
    position: absolute;
    right: 35%;
    bottom: 0%;
    height: 80vh;
  }

  .image-42 {
    position: relative;
    right: 0%;
    bottom: -69px;
    height: 60vh;
    max-width: none;
  }

  .div-block-32 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-43 {
    position: relative;
    bottom: -100px;
    max-height: 40vh;
  }

  .image-44 {
    position: relative;
    bottom: -28px;
    width: 30vw;
  }

  .div-block-33 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-45 {
    position: relative;
    bottom: -70px;
    width: 50vw;
  }

  .div-block-34 {
    position: absolute;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-9 {
    position: absolute;
  }

  .text-block-9._1 {
    position: static;
  }

  .div-block-35 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .div-block-40.ia3.mob {
    position: static;
    height: auto;
    max-width: 90vw;
  }

  .text-block-10.ia3 {
    height: auto;
  }

  .div-block-42 {
    position: absolute;
    left: 25vw;
    top: 23.5vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-49 {
    height: 30vh;
  }

  .sound-function {
    display: none;
  }

  .div-block-43 {
    position: absolute;
    right: 10vw;
    bottom: 50vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-44 {
    position: absolute;
    left: 44.5vw;
    top: auto;
    right: auto;
    bottom: 47.6vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-14 {
    text-align: center;
  }

  .image-50 {
    margin-top: 10px;
  }

  .body {
    background-color: #fbfcfc;
  }

  .ending {
    position: -webkit-sticky;
    position: sticky;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200vw;
    height: 100vh;
  }

  .div-block-45 {
    position: absolute;
    left: 35vw;
    top: 15vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-15 {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 70%;
    font-weight: 700;
    text-decoration: none;
  }

  .faq-container {
    width: 100%;
    min-width: 0px;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .goback {
    display: none;
  }

  .intro-text-container.one {
    width: 100%;
  }

  .intro-text.one {
    width: 80vw;
    font-size: 3vw;
  }

  .intro-text.two {
    width: 80vw;
    font-size: 3vw;
  }

  .intro-text.three {
    width: 80vw;
    font-size: 3vw;
  }

  .section.home {
    display: none;
  }

  .click-to-explore {
    width: 90%;
  }

  .div-block-6.ia5.mob {
    width: 320px;
  }

  .div-block-6.ia2.mob {
    width: 320px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-6.ia4.mob {
    position: absolute;
    top: -6.2vh;
    right: 20vw;
    bottom: 0%;
    width: 320px;
  }

  .div-block-6.mobile {
    top: 40vh;
    width: 320px;
  }

  .div-block-6.ia6-2.mobi {
    right: -15vw;
    width: 320px;
  }

  .signature {
    left: 90vw;
    top: 46.9vh;
    width: 200px;
  }

  .image-16.mob {
    top: 17vh;
    width: 35vh;
  }

  .text-block-6 {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  }

  .text-block-6.nomber {
    font-size: 5vw;
  }

  .wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .ia6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-30 {
    z-index: 1;
  }

  .image-33 {
    width: 60vw;
  }

  .image-34 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .image-35 {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(180deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(180deg);
  }

  .div-block-29 {
    top: 5vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-40 {
    position: absolute;
    top: 85px;
  }

  .image-40._1 {
    top: 177px;
  }

  .image-43 {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .image-44 {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .text-block-9 {
    position: absolute;
  }

  .text-block-9._2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .text-block-9._3 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .text-block-9._4 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .div-block-40.ia3.mob {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-10.ia3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-46 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-16 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .faq-img {
    min-height: 40px;
    min-width: 50px;
  }

  .faq-wrap {
    padding-right: 5%;
    padding-left: 5%;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-right: 8px;
    margin-left: 0px;
  }

  .fs-cc-banner_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-cc-banner_button-2 {
    margin-right: 8px;
    margin-left: 0px;
  }

  .fs-cc-banner_container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link-2 {
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .intro-text.one {
    font-size: 4vw;
  }

  .intro-text.two {
    font-size: 4vw;
  }

  .intro-text.three {
    font-size: 4vw;
  }

  .div-block-6.ia4.mob {
    right: 0vw;
    width: 250px;
  }

  .div-block-6.mobile {
    left: 145vw;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .image-10._4 {
    display: block;
  }

  .signature {
    left: 100vw;
    top: 50.8vh;
  }

  .image-16.mob {
    top: 40vh;
    width: 20vh;
  }

  .ia4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-vernes {
    right: -30vw;
  }

  .image-33 {
    width: 70vw;
  }

  .image-36 {
    display: none;
  }

  .image-36._1 {
    display: none;
  }

  .image-36._2 {
    display: none;
  }

  .div-block-28 {
    bottom: 58.6vh;
  }

  .div-block-29 {
    top: 10vh;
  }

  .image-40._3 {
    display: none;
  }

  .image-45 {
    bottom: -40px;
  }

  .text-span {
    font-size: 14px;
  }

  .div-block-42 {
    left: 30vw;
    top: 24.6vh;
  }

  .div-block-43 {
    bottom: 45vh;
  }

  .div-block-45 {
    left: 47.2vw;
    top: 25vh;
  }

  .text-block-16 {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 9px;
  }

  .text-block-16.margin {
    margin-right: 3px;
    margin-left: 3px;
  }

  .faq-img {
    display: none;
  }

  .faq-wrap {
    padding-right: 3%;
    padding-left: 3%;
  }

  .subtitle {
    font-size: 14px;
  }

  .title {
    font-size: 36px;
  }

  .link {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 9px;
  }

  .fs-cc-banner_close {
    position: absolute;
    left: auto;
    top: -22px;
    right: 10px;
    bottom: auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_text {
    margin-right: 0px;
  }

  .fs-cc-banner_text-2 {
    margin-right: 0px;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close-2 {
    position: absolute;
    left: auto;
    top: -22px;
    right: 10px;
    bottom: auto;
  }
}

@font-face {
  font-family: 'Montblanctype';
  src: url('../fonts/MontblancType-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montblanctype';
  src: url('../fonts/MontblancType-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montblanctype';
  src: url('../fonts/MontblancType-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}