body {
  font-family: Dinpro, sans-serif;
  color: #254663;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 1.1;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #254663;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #254663;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #254663;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #156e72;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.slide-nav {
  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;
}

.landing {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(18%, #254663), color-stop(91%, transparent)), url('../images/bg.jpg');
  background-image: linear-gradient(270deg, #254663 18%, transparent 91%), url('../images/bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.loading {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  background-image: url('../images/bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.landing-slider {
  height: 100vh;
  padding-top: 150px;
  background-color: transparent;
}

.landing-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 70px;
  padding-left: 70px;
  -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;
}

.right-arrow-3 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.one-fourth {
  width: 25%;
}

.one-fourth._2 {
  position: relative;
  z-index: 1;
}

.one-half {
  width: 50%;
}

.one-half._2 {
  position: relative;
  z-index: 0;
}

.landing-title {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.photo-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #156e72;
}

.circle {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 85%;
  height: auto;
}

.landing-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 30%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  width: auto;
  height: auto;
  max-height: 90%;
}

.image-2._2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  width: auto;
  max-height: 80vh;
}

.image-2._3 {
  height: 70vh;
  max-width: none;
}

.landing-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.next-container {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.next-button-5 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -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: #156e72;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.next-content {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.div-block-10 {
  width: 35%;
}

.next-text {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600;
}

.next-subtitle {
  margin-bottom: 5px;
  color: #156e72;
  font-size: 12px;
}

.landing-title-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -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;
  border-left: 5px solid #f0af13;
}

.load-bar-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
}

.loadbar-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 3px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
}

.loadbar-green {
  width: 50%;
  height: 100%;
  background-color: #156e72;
}

.slide {
  overflow: hidden;
}

.slider-subtitle {
  text-transform: uppercase;
}

.slider-big-title.outline {
  color: #fff;
  font-size: 80px;
}

.slider-big-title._2 {
  font-size: 40px;
}

.slider-text {
  margin-bottom: 15px;
  color: #f0af13;
}

.next-button-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -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: #156e72;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.next-button-1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -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: #156e72;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.header {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 1200px;
}

.loading-text-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.staying.space {
  margin-right: 25px;
}

.heading-2 {
  font-size: 10vw;
  text-transform: uppercase;
  background-clip: border-box;
}

.heading-3 {
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -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: transparent;
}

.text-span {
  color: #45cbd1;
}

.content-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 50px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.subtitle {
  margin-bottom: 20px;
  font-weight: 700;
}

.white {
  color: #fff;
}

.title {
  padding-left: 15px;
  border-left: 5px solid #f0af13;
}

.title.white._2 {
  position: absolute;
  border-left-style: none;
}

.play-button {
  padding: 15px 25px;
  border-radius: 100px;
  background-color: #156e72;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.play-button:hover {
  background-color: #1a9ca2;
}

.image-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 40vw;
  min-width: 40vw;
}

.image-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 40vw;
  min-width: 40vw;
}

.div-block-17 {
  position: relative;
  z-index: 1;
}

.isr {
  position: relative;
  z-index: 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-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: #254663;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3c688e), to(#fff));
  background-image: linear-gradient(180deg, #3c688e 20%, #fff);
}

.div-block-18 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: center;
}

.text-block-3 {
  margin-top: 15px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.link-block-2 {
  width: 13%;
  margin-bottom: 1.5%;
}

.image-8 {
  width: 100%;
}

.image-9 {
  position: relative;
  z-index: -1;
  width: 100%;
  margin-top: -10%;
}

.logos {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: 100vh;
}

.loader2 {
  position: relative;
  display: none;
  height: 500vh;
}

.scroll-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -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;
}

.lottie-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: auto;
}

.div-block-21 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  -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;
  color: #fff;
  text-align: center;
}

.background-video-3 {
  display: none;
}

.div-block-22 {
  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;
}

.slider-4 {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 35px;
  padding-right: 0px;
  padding-bottom: 75px;
  padding-left: 0px;
  background-color: transparent;
}

.mask-3 {
  overflow: visible;
  width: 32%;
  height: auto;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  color: #5289b8;
  text-align: center;
}

.image-10 {
  width: auto;
  max-height: 100%;
}

.left-arrow-4 {
  left: auto;
  top: auto;
  right: 52%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #254663;
  font-size: 20px;
}

.right-arrow-4 {
  left: auto;
  top: auto;
  right: 46%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #254663;
  font-size: 20px;
}

.slide-2 {
  margin-right: 5%;
}

.slide-nav-3 {
  display: none;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a9ca2;
  font-weight: 600;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  margin-bottom: 5px;
  -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;
}

.pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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-image: url('../images/bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.div-block-27 {
  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;
}

.div-block-28 {
  width: 49%;
}

.image-11 {
  width: 100%;
}

.main-button {
  margin-bottom: 30px;
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #254663;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.main-button:hover {
  background-color: #5289b8;
  color: #fff;
  text-decoration: none;
}

.main-button._1 {
  margin-right: 10px;
}

.main-button.green {
  background-color: #156e72;
}

.main-button.green._2 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-29 {
  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;
}

.div-block-30 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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-12 {
  position: absolute;
  left: 60%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: auto;
  height: 90%;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-33 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-13 {
  position: relative;
  width: 100%;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bold-text {
  color: #5289b8;
  font-size: 16px;
}

.text-block-5 {
  font-size: 14px;
}

.text-block-6 {
  margin-bottom: 0px;
}

.scroll-bar-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
  background-color: #fff;
}

.scroll-bar {
  width: 10%;
  height: 100%;
  background-color: #1a9ca2;
}

.text-block-7 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.logo-container {
  position: absolute;
  z-index: 1;
}

.image-14 {
  width: 100%;
  margin-bottom: -2px;
}

.div-block-35 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 15px;
  background-color: rgba(37, 70, 99, 0.8);
  color: #fff;
  font-size: 14px;
}

.happenings {
  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;
}

.footer {
  width: 100%;
}

.div-block-36 {
  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;
}

.slider-5 {
  width: 100%;
  margin-top: 25px;
}

.image-15 {
  width: 250px;
  margin-top: 20px;
}

.div-block-37 {
  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;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  min-height: 60vh;
  padding: 30px;
  -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;
  background-color: #254663;
  color: #fff;
}

.news-title {
  color: #fff;
  font-size: 25px;
}

.news-title.small {
  font-size: 20px;
}

.div-block-39 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-8 {
  margin-bottom: 30px;
}

.image-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: none;
}

.div-block-40 {
  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;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  padding: 20px;
  -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;
  background-color: #f4f4f4;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #254663;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.div-block-41:hover {
  background-color: #254663;
  color: #fff;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  -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-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39%;
  -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;
  text-align: left;
}

.div-block-44 {
  padding-left: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-17 {
  position: relative;
  z-index: 0;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  padding: 0px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #254663;
  text-decoration: none;
}

.image-18 {
  position: absolute;
  width: 100%;
}

.image-18._2 {
  position: relative;
}

.mute-button {
  position: fixed;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 99;
  display: none;
  width: 130px;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #254663;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.mute-button:hover {
  background-color: #5289b8;
}

.lottie-animation-2 {
  width: auto;
  height: 30px;
}

.text-block-9 {
  margin-left: 0px;
}

.text-block-9-copy {
  margin-left: 0px;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 24px;
  padding-left: 7px;
  -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;
}

.mute-container {
  position: fixed;
}

.skip-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
  padding: 15px 25px;
  border-radius: 100px;
  background-color: #156e72;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.skip-button:hover {
  background-color: #1a9ca2;
}

.skip-button.w--current {
  position: fixed;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
}

.text-block-10 {
  color: #fff;
  letter-spacing: 20px;
  white-space: nowrap;
}

.div-block-46 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -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;
}

.loading-title {
  font-size: 70px;
  font-weight: 200;
}

.loading-title2 {
  font-size: 5vw;
  white-space: nowrap;
}

.loading-title2._2 {
  border-bottom: 8px solid #f0af13;
  font-size: 8vw;
  text-align: center;
  text-decoration: none;
}

.div-block-47 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider-maintitle {
  font-size: 3.2vw;
  font-weight: 200;
}

.logo-containers {
  position: absolute;
}

.image-19 {
  height: 100px;
}

.loading-circle {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -35vw;
  width: 60vw;
  height: 60vw;
  border-radius: 100%;
  background-color: #b6b5a5;
}

.head-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.woman {
  height: 100%;
  /* margin-left: -99vh; */
}

.man {
  height: 100%;
}

.text-block-11 {
  margin-bottom: 25px;
  color: #f0af13;
  font-size: 14px;
  line-height: 1.3;
}

.next-button-4 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -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: #156e72;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.next-button-3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -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: #156e72;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  height: 100vh;
}

.supercript {
  position: relative;
  top: 5px;
  font-size: 12px;
}

.earth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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-video-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
}

.lottie-animation-3 {
  position: absolute;
  width: 10%;
  min-height: 100vh;
}

.background-video-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
}

.headercontainer {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-48 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 78px;
  background-color: #5289b8;
}

.music-caption {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 15px;
  line-height: 1.3;
  text-align: right;
}

.link-block-4 {
  position: fixed;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 90px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 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;
  border-radius: 100px;
  background-color: #5289b8;
  color: #fff;
  text-decoration: none;
}

.play-btn-holder{
  width: 86px !important;
  height: 86px !important;
  overflow: hidden;
  text-align: center;
  position: fixed;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 99;
}

.playbutton {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 2px;
  transform: translate(-50%,-50%);
  margin: 0 auto;
  display: flex;
  width: 70px;
  height: 70px;
  -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-radius: 100px;
  background-color: #254663;
}

.lottie-animation-4 {
  min-width: 340px;
}

.image-20 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .landing-slider {
    height: 100vh;
  }

  .landing-container {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .one-fourth._2 {
    width: 100%;
  }

  .one-fourth._3 {
    width: 50%;
  }

  .landing-title {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .circle {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 90%;
  }

  .image-2._2 {
    position: relative;
  }

  .landing-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .load-bar-container {
    margin-top: 20px;
  }

  .staying.space {
    margin-right: 15px;
  }

  .heading-2 {
    font-size: 10vw;
  }

  .div-block-14 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .title.white {
    font-weight: 400;
  }

  .div-block-18 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .scroll-container {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#040814), to(#010101));
    background-image: linear-gradient(180deg, #040814, #010101);
  }

  .lottie-animation {
    display: block;
    width: 200vw;
  }

  .div-block-21 {
    width: 80vw;
  }

  .background-video-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    height: 100vh;
  }

  .mask-3 {
    width: 48%;
  }

  .left-arrow-4 {
    display: none;
  }

  .right-arrow-4 {
    display: none;
  }

  .slide-nav-3 {
    display: block;
  }

  .main-button {
    margin-bottom: 15px;
  }

  .main-button._1 {
    margin-bottom: 15px;
  }

  .div-block-29 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-30 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: -50px;
  }

  .image-12 {
    position: relative;
    left: auto;
    z-index: 1;
  }

  .logo-container {
    width: 40%;
  }

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

  .image-15 {
    width: 220px;
  }

  .image-17 {
    position: absolute;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 30px;
    font-weight: 400;
  }
  .play-btn-holder{
    left: 10px;
  }
  .div-block-19 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .landing-slider{
    padding-top: 80px;
  }

  .link-block-2 {
    width: 23%;
    margin-right: 1.5%;
  }

  .div-block-29 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-30 {
    width: 50%;
  }

  .div-block-31 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-32 {
    width: 100%;
    margin-bottom: 20px;
  }

  .head-container .man,
  .head-container .woman{
    position: absolute;
    left: 0;

    height: auto;
    bottom: 0;
  }
  .head-container .man{}
  .head-container .woman{
    margin-left: 0;
  }
  .landing .loading{
        align-items: flex-start;
  }
  .landing .loading .loading-text-container{
    margin-top:30px;
  }
  .music-caption{
    color: #fff;
    font-size: 10px;
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 35px;
  }

  .landing {
    height: auto;
  }

  .landing-slider {
    height: 100vh;
  }

  .one-fourth._2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .one-fourth._3 {
    width: 100%;
  }

  .one-half._2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .landing-title {
    padding-bottom: 0px;
  }

  .circle {
    left: auto;
    width: 90vw;
  }

  .landing-text {
    height: auto;
    padding-bottom: 0%;
  }

  .image-2 {
    position: relative;
    width: auto;
    max-height: none;
  }

  .image-2._2 {
    width: 80%;
    max-height: none;
  }

  .landing-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .next-container {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .next-content {
    width: auto;
  }

  .load-bar-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .loading-text-container {
    width: 85vw;
  }

  .staying.space {
    margin-right: 10px;
  }

  .heading-2 {
    font-size: 11vw;
  }

  .heading-3 {
    font-size: 16px;
  }

  .content-container {
    padding: 35px 20px;
  }

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

  .subtitle {
    font-weight: 700;
  }

  .title {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
  }

  .play-button {
    font-size: 14px;
  }

  .image-5 {
    display: none;
  }

  .image-6 {
    display: none;
  }

  .link-block-2 {
    width: 23%;
  }

  .lottie-animation {
    left: auto;
    display: block;
    width: 350vw;
    height: auto;
    max-height: none;
    min-height: 0vh;
  }

  .slider-4 {
    padding-bottom: 50px;
  }

  .mask-3 {
    width: 100%;
  }

  .left-arrow-4 {
    display: none;
  }

  .right-arrow-4 {
    display: none;
  }

  .slide-nav-3 {
    display: block;
  }

  .div-block-27 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-28 {
    width: 100%;
  }

  .image-11 {
    margin-bottom: 20px;
  }

  .main-button {
    font-size: 13px;
  }

  .main-button._1 {
    margin-bottom: 10px;
  }

  .div-block-30 {
    position: relative;
    width: 100%;
    margin-bottom: -35px;
  }

  .image-12 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }

  .div-block-31 {
    margin-bottom: 0px;
  }

  .logo-container {
    width: 60%;
  }

  .image-14 {
    margin-top: -30px;
  }

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

  .image-15 {
    width: 70%;
  }

  .div-block-40 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-41 {
    width: 100%;
  }

  .div-block-43 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-44 {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mask-4 {
    height: auto;
  }

  .link-block-3 {
    width: 100%;
  }

  .image-18._2 {
    position: absolute;
    width: 60%;
  }

  .mute-button {
    left: 20px;
    font-size: 13px;
  }

  .lottie-animation-2 {
    height: 20px;
  }

  .text-block-9 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .text-block-9-copy {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .div-block-45 {
    padding-left: 3px;
  }

  .skip-button {
    font-size: 14px;
  }

  .div-block-46 {
    text-align: center;
  }

  .loading-title {
    font-size: 60px;
  }

  .loading-title2 {
    margin-bottom: 20px;
    font-size: 35px;
    white-space: normal;
  }

  .slider-maintitle {
    font-size: 50px;
  }
}

@font-face {
  font-family: 'Din condensed';
  src: url('../fonts/DIN-Condensed-Bold.woff2') format('woff2'), url('../fonts/DIN-Condensed-Bold.eot') format('embedded-opentype'), url('../fonts/DIN-Condensed-Bold.ttf') format('truetype'), url('../fonts/DINCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Black.woff2') format('woff2'), url('../fonts/DINPro-Black.eot') format('embedded-opentype'), url('../fonts/DINPro-Black.ttf') format('truetype'), url('../fonts/DINPro-Black_0.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Bold.woff2') format('woff2'), url('../fonts/DINPro-Bold.eot') format('embedded-opentype'), url('../fonts/DINPro-Bold.ttf') format('truetype'), url('../fonts/DINPro-Bold_0.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Light.woff2') format('woff2'), url('../fonts/DINPro-Light.eot') format('embedded-opentype'), url('../fonts/DINPro-Light.ttf') format('truetype'), url('../fonts/DINPro-Light_0.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Medium.woff2') format('woff2'), url('../fonts/DINPro-Medium.eot') format('embedded-opentype'), url('../fonts/DINPro-Medium.ttf') format('truetype'), url('../fonts/DINPro-Medium_0.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
