.color-1 {
  color: #16d6d3;
}

.color-2 {
  color: #5a67ff;
}

.color-3 {
  color: #1b2559;
}

.color-4 {
  color: #fafbff;
}

.bg-color-1 {
  background-color: #16d6d3;
}

.bg-color-2 {
  background-color: #5a67ff;
}

.bg-color-4 {
  background-color: #fafbff;
}

.btn-fst {
  background: #48f694;
  -webkit-box-shadow: 0 3px 0 0 #44e188;
  box-shadow: 0 3px 0 0 #44e188;
}

.btn-snd {
  background: #155780;
  -webkit-box-shadow: 0 3px 0 0 #1b2559;
  box-shadow: 0 3px 0 0 #1b2559;
}

.s1 {
  position: relative;
}

.s1 .text {
  margin-left: 8.4vw;
  margin-right: 8.4vw;
}

.s1 .text h1 {
  padding-top: 100px;
  font-size: 40.2473px;
  line-height: 40.2473px;
}

.s1 .text p {
  max-width: 500px;
  margin-top: 20px;
  font-family: MuseoSans;
}

.s1 .images {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.s1 .images div,
.s1 .images > img {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.s1 .images div {
  width: 60%;
  overflow: hidden;
  margin-left: 8.4vw;
}

.s1 .images div img {
  width: 100%;
  transform: scale(1.03);
}

.s1 .images img:nth-child(2) {
  width: 67%;
  position: absolute;
  left: 38%;
  top: 28%;
}

.s1 .images img:nth-child(3) {
  width: 100%;
  position: sticky;
  left: 10px;
  top: 56%;
  margin-top: -7%;
  margin-bottom: -10%;
}

.s2 {
  position: relative;
  z-index: 3;
  background: linear-gradient(#16d6d3, #16d6d3);
  background-size: 100vw 80%;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.s2 h4 {
  padding-top: 80px;
  color: white;
  margin-bottom: 16px;
  text-align: center;
}

.s2 p {
  margin: 0 8.4vw;
  text-align: left;
}

.s2 img {
  margin: 120px auto 0;
  width: 90%;
  border-radius: 15px;
  border: 4px solid #1b2559;
}

.s3 {
  padding-top: 100px;
  align-items: center;
}

.s3 h2 {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  font-size: 35.152px;
  font-weight: 500;
  line-height: 35.152px;
}

.s3 p {
  margin-top: 20px;
}

.s3 > div:first-child {
  padding: 0 8.4vw;
  overflow: hidden;
  color: #1b2559;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.s3 > div {
  position: relative;
  width: 100%;
}

.s3 .img-cont {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.s3 .img-cont img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 150%;
  max-width: none;
}

.s3 .img-cont div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #002cff8a;
  z-index: 1;
}

.s3 .video {
  position: fixed;
  background: var(--neutral-color);
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
}

.s3 .maximized {
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  width: 100%;
  object-fit: contain;
  -moz-transition: all 0.3s ease 0.3s;
  -ms-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.s3 .play-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #f5f5f5;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border: none;
  z-index: 2;
}

.s3 .play-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(52, 217, 200, 1);
  text-shadow: 0 0 10px rgba(52, 217, 200, 1);
}

.s3 .play-button,
.s3 .play-button div {
  position: absolute;
  left: 50%;
  top: 50%;
}

.s3 .play-button div {
  width: 20px;
  height: 20px;
  border-style: solid;
  box-sizing: border-box;
  border-width: 11px 0 11px 20px;
  border-color: transparent transparent transparent white;
  transform: translate(-40%, -50%);
}

.s3 .close-button {
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
  padding: 0.5em;
  width: 30px;
  height: 30px;
  border: 2px solid #2cb9ac;
  color: #2cb9ac;
  position: fixed;
  z-index: 2000;
  background: transparent;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.s3 .close-button::before,
.s3 .close-button::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #2cb9ac;
  width: 2px;
  left: 12px;
  top: 5px;
  bottom: 5px;
  transform: rotate(45deg);
}

.s3 .close-button::after {
  transform: rotate(-45deg);
}

.s3 .close-button:focus {
  outline: none;
}

.s3 .close-button-visible {
  visibility: visible;
  opacity: 1;
  -moz-transition: visibility 0s, opacity 0.5s linear;
  -ms-transition: visibility 0s, opacity 0.5s linear;
  -o-transition: visibility 0s, opacity 0.5s linear;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  transition-delay: 0.5s;
}

.s4,
.s5 {
  padding-top: 220px;
  padding-bottom: 60px;
}

.s4 .text,
.s5 .text {
  margin: 0 10% 40px;
}

.s4 .text p,
.s5 .text p {
  margin-top: 20px;
}

.s4 .image,
.s5 .image {
  position: relative;
  overflow: hidden;
  max-width: 1280px;
  margin-left: 10%;
}

.s4 .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.s4 .image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 168%;
  max-width: none;
  z-index: 1;
}

.s4 .image .fade {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 33%;
  z-index: 2;
  background: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(250, 251, 255) 80%) repeat scroll 0 0;
}

.s4 .hover,
.s4 .popup {
  display: none;
}

.s5 .image img {
  width: 145%;
}

.s6 {
  padding-top: 60px;
  overflow: hidden;
}

.s6 > img:first-child,
.s6 .fst img {
  width: 100%;
}

.s6 > img:last-child {
  width: 120%;
  margin-left: 10%;
  margin-bottom: 60px;
  max-width: 1280px;
}

.s6 .flex {
  margin: 0 10%;
}

.s6 .flex .fst {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 60px;
}

.s6 .flex .snd {
  margin-bottom: 80px;
}

.s6 .flex .snd h2 {
  text-align: center;
}

.s6 .flex .snd p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  margin-top: 16px;
  color: #72799d;
}

.s7 {
  position: relative;
  background: linear-gradient(#16d6d3, #16d6d3);
  background-size: 100% 61.5%;
  background-repeat: no-repeat;
  padding: 84px 0 0 0;
}

.s7 .text {
  margin: 0 10%;
}

.s7 .text .h5 {
  color: #fff;
  margin-bottom: 26px;
}

.s7 .text p {
  font-size: 14px;
  line-height: 1.14;
  color: #1b2559;
}

.s7 .flex:nth-child(2) {
  margin: 0 10%;
  padding-bottom: 100px;
}

.s7 .flex img {
  margin-top: 54px;
}

.s7 .image {
  width: 100%;
  margin-bottom: 42px;
}

.s7 .image img {
  width: 90%;
  border-radius: 15px;
  border: 4px solid #1b2559;
  margin: 0 auto;
}

.s7 .button {
  margin: 0 10%;
  text-align: center;
  margin-bottom: 110px;
}

.s7 .button p {
  margin-bottom: 40px;
  text-align: left;
}

.s7 .grey-borders img {
  border: solid 10px #ebefff;
  margin: 10px auto 0;
  width: 90%;
}

.s7 .footer-image {
  width: 100%;
  margin-top: 80px;
}

/*
.s8 {
  background-color: white;
}

.s8 > div {
  margin: 56px 8.4vw 121px;
  max-width: 1280px;
  padding-bottom: 20px;
}

.s8 .small-text {
  font-size: 14px;
  font-family: MuseoSans;
  line-height: 1.71;
  color: #1b2559;
}

.s8 > div > .small-text {
  font-weight: bold;
  color: #5f668a;
}

.s8 .medium-text {
  font-family: MuseoSans;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #1b2559;
}

.s8 .big-text {
  font-size: 24px;
  font-family: "Mont Bold";
  font-weight: 900;
  line-height: 1.33;
  color: #1b2559;

  margin-bottom: 56px;
}

.s8 .footer-text {
  font-family: MuseoSans;
  font-size: 13.1px;
  font-weight: 500;
  line-height: 1.83;
  color: #5f668a;
}

.s8 .flex .medium-text {
  margin-top: 24px;
}

.s8 .flex .card div {
  padding: 24px 28px 24px 24px;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  background-color: #fafbff;
  margin-bottom: 32px;
}
*/

.s9 {
  padding: 111px 10%;
}

.s9 div .image {
  height: 60vw;
}

.s9 div .button {
  text-align: center;
  margin-top: 40px;
}

.s9 .snd {
  margin-top: 100px;
}

.s9 img {
  width: 100%;
}

.s9 .snd img {
  margin-top: -10vw;
}

.s9 .h6 {
  text-align: center;
  color: #1b2559;
  margin-top: 75px;
  margin-bottom: 20px;
}

.s9 p {
  font-family: MuseoSans;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  color: #1b2559;
}

@media screen and (min-width: 764px) {
  .s1 .text h1 {
    font-size: calc(35.83113px + 1.2847vw);
    line-height: calc(35.83113px + 1.2847vw);
  }
}

@media screen and (min-width: 992px) {
  .s1 .content {
    display: flex;
    min-height: 100vh;
    align-items: center;
  }

  .s1 .bg-line {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    background-color: #eef1ff;
  }

  .s1 .bg-line:first-child {
    top: 30%;
  }

  .s1 .bg-line:nth-child(2) {
    top: 50%;
  }

  .s1 .bg-line:nth-child(3) {
    top: 70%;
  }

  .s1 .bg-line:nth-child(4) {
    top: 90%;
  }

  .s1 .bg-circle {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }

  .s1 .bg-circle:nth-child(5) {
    top: 18%;
    left: 14%;
  }

  .s1 .bg-circle:nth-child(6) {
    bottom: 9%;
    left: 14%;
  }

  .s1 .bg-circle:nth-child(7) {
    top: 79%;
    left: 0;
  }

  .s1 .bg-circle:nth-child(8) {
    top: 77%;
    left: 37%;
  }

  .s1 .bg-circle:nth-child(9) {
    top: 45%;
    right: 39%;
  }

  .s1 .bg-circle:nth-child(10) {
    top: 95%;
    right: 21%;
  }

  .s1 .text {
    width: 50%;
    margin: 0 0 1.5% 8.4vw;
  }

  .s1 .text h1 {
    font-size: calc(29.94205px + 1.87835vw);
    line-height: calc(29.94205px + 1.87835vw);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 0;
  }

  .s1 .text p {
    font-size: 20px;
  }

  .s1 .images div {
    width: 46%;
    margin-right: 15%;
    margin-left: auto;
    border-radius: 10px;
  }

  .s1 .images div img {
    border-radius: 10px;
  }

  .s1 .images img:nth-child(2) {
    width: 40%;
    left: 12%;
    top: 25%;
  }

  .s1 .images img:nth-child(3) {
    width: 55%;
    margin-bottom: 0;
    top: 0;
    float: right;
  }

  .s2 {
    background-size: 100vw 90%;
  }

  .s2 p {
    max-width: 825px;
    margin: 0 auto;
  }

  .s2 img {
    width: 70%;
  }

  .s3 {
    display: flex;
    padding-top: 0;
    height: 80vh;
    margin-top: -9%;
  }

  .s3 > div:first-child {
    margin: auto 0;
    padding: 7%   0;
  }

  .s3 > div {
    flex: 1;
  }

  .s3 h2 {
    text-align: left;
    width: 257px;
    margin: auto 0 auto 8.4vw;
  }

  .s3 p {
    margin: 20px 0 0 8.4vw;
    width: 300px;
  }

  .s3 .play-button {
    left: 0;
    width: 90px;
    height: 90px;
  }

  .s3 .play-button div {
    width: 30px;
    height: 30px;
    border-width: 16px;
    border-width: 16px 0 16px 30px;
  }

  .s4 {
    padding-top: 220px;
  }

  .s4 .text,
  .s5 .text {
    width: 80%;
    margin: 0 auto 40px;
    max-width: 1280px;
  }

  .s4 .text p,
  .s5 p {
    max-width: 60%;
  }

  .s4 .hover {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    padding: 5px;
    border-radius: 10px;
    z-index: 3;
    animation: pulse-blue 2s infinite;
    visibility: visible;
    opacity: 1;
    cursor: pointer;
  }

  .s4 .hover img {
    position: absolute;
    width: 10px;
    height: 10px;
    object-fit: contain;
    box-shadow: 0 0 2px 5px rgba(90, 103, 255, 0.54);
    background-color: #5a67ff;
    border-radius: 10px;
    margin: auto;
  }

  .s4 .hovers .hover:hover + .popup,
  .s4 .hovers .popup:hover {
    visibility: visible;
    opacity: 1;
  }

  .s4 .hovers:hover > div:not(:hover) {
    visibility: hidden;
    opacity: 0;
  }

  .s4 .hovers > div:first-child .hover {
    top: 39.4%;
    left: 47.9%;
  }

  .s4 .hovers > div:nth-child(2) .hover {
    top: 23.5%;
    left: 23.3%;
  }

  .s4 .hovers > div:nth-child(3) .hover {
    top: 0;
    left: 42%;
  }

  .s4 .hovers > div:nth-child(4) .hover {
    top: 18.4%;
    left: 78.2%;
  }

  .s4 .hovers .popup {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 280px;
    padding: 6px 16px 12px 16px;
    border-radius: 10px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    background-color: white;
    transition: all 0.1s;
    opacity: 0;
  }

  .s4 .hovers > div:nth-child(1) .popup {
    top: 38.6%;
    left: 47.1%;
  }

  .s4 .hovers > div:nth-child(2) .popup {
    top: 22.7%;
    left: 22.6%;
  }

  .s4 .hovers > div:nth-child(3) .popup {
    top: -0.8%;
    left: 41.3%;
  }

  .s4 .hovers > div:nth-child(4) .popup {
    top: 17.6%;
    left: 77.5%;
  }

  .s4 .hovers p:first-child {
    margin-left: 24px;
    margin-top: 3px;
    margin-bottom: 12px;
    font-weight: bold;
  }

  .s4 .image,
  .s5 .image {
    width: 80%;
    overflow: visible;
    margin: 0 auto;
  }

  .s4 .image::before {
    padding-top: 0;
  }

  .s4 .image > img,
  .s5 .image > img {
    position: relative;
    width: 100%;
  }

  .s5 {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .s6 {
    margin-bottom: 120px;
  }

  .s6 .flex {
    display: flex;
    flex-direction: row-reverse;
    margin: 160px auto 80px;
  }

  .s6 .flex > div {
    flex: 1;
  }

  .s6 .flex .fst {
    margin: 0;
    text-align: end;
    text-align: -moz-right;
  }

  .s6 .flex .fst img {
    width: 411px;
  }

  .s6 .flex .snd {
    margin-bottom: 60px;
    margin-right: 50px;
  }

  .s6 .flex .snd h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.17;
    text-align: left;
    margin-right: 50px;
  }

  .s6 .flex .snd p {
    font-size: 18px;
    line-height: 1.22;
    margin-right: 50px;
  }

  .s6 > img:last-child {
    width: 80%;
    margin: 0 auto;
  }

  .s7 {
    background-size: 100vw 45%;
  }

  .s7 .text {
    margin: 0;
    width: 500px;
    position: absolute;
    left: 8.4vw;
  }

  .s7 .text .h5 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.15;
  }

  .s7 .text p {
    font-size: 16px;
  }

  .s7 .flex {
    display: flex;
    flex-direction: row-reverse;
    text-align: end;
    margin-top: 40px;
  }

  .s7 .flex img {
    width: 30vw;
  }

  .s7 .flex .snd {
    margin-top: 250px;
    margin-right: 10vw;
  }

  .s7 .image img {
    width: 66%;
  }

  .s7 .button {
    font-size: 18px;
    position: absolute;
    left: 17vw;
    width: 35vw;
    text-align: left;
  }

  .s7 .button .text {
    font-size: 18px;
  }

  .s7 .grey-borders {
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
  }

  .s7 .grey-borders .fst {
    margin-top: 160px;
    margin-left: 5%;
  }

  .s7 .grey-borders .snd {
    display: flex;
    flex-direction: column;
    margin-right: 5%;
  }

  .s7 .grey-borders .snd img:first-child {
    margin-bottom: 10px;
  }

  /*
  .s8 {
    display: flex;
    justify-content: center;
  }

  .s8 .flex {
    display: flex;
  }

  .s8 .flex .fst {
    margin-right: 3vw;
  }

  .s8 .flex .snd {
    margin-left: 3vw;
  }

  .s8 .flex .card {
    background-color: #fafbff;
    margin-bottom: 72px;
    padding: 48px 32px 48px 36px;
  }

  .s8 .flex .card > div {
    padding: 24px 28px 24px 24px;
    border-radius: 8px;
    margin-bottom: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
  }
*/

  .s9 {
    display: flex;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 111px 0;
  }

  .s9 > div {
    flex: 1;
    padding-left: 5%;
    padding-right: 5%;
  }

  .s9 div .image {
    position: relative;
    height: 50%;
    margin: 0 auto;
  }

  .s9 .fst .image {
    width: 80%;
  }

  .s9 .fst .image img {
    margin: 0 auto;
  }

  .s9 .snd {
    margin-top: 0;
  }

  .s9 .snd .image img {
    width: 130%;
    margin-top: -24%;
    margin-left: -2%;
    position: absolute;
  }

  .s9 .h6 {
    font-size: 24px;
    line-height: 1.13;
  }

  .s9 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
  }
}

@media screen and (min-width: 1200px) {
  .s3 {
    margin-top: -7%;
  }

  .s3 h2,
  .s3 p {
    width: 400px;
  }

  .s7 .text .h5 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.15;
    width: 500px;
  }

  .s9 > div {
    text-align: center;
  }
}
