* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
}

html,
body {
  font-size: 16px;
  width: 100%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-right: 0 !important;
  margin: 0 !important;
}

img {
  width: 100%;
}

button,
a {
  background: transparent;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
button:hover, button:visited, button:focus,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}

span {
  font-family: inherit;
  font-weight: inherit;
}

p {
  font-family: inherit;
  font-weight: inherit;
}

.wrapperMain {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

#header {
  display: flex;
  max-width: 1130px;
  margin: 55px auto 0;
  align-items: center;
  justify-content: space-between;
}
#header .leftWrapper {
  display: flex;
  align-items: center;
}
#header .logo {
  background-image: url("../../assets/img/mbank-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 58px;
}
#header .separator {
  height: 55px;
  width: 2px;
  background-color: #0000ff;
  margin: 0 33px;
}
#header .headerImage {
  background-image: url("../../assets/img/header-image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 141px;
  height: 47px;
  margin-right: 20px;
}
#header .quiz {
  width: 206px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/btnQuiz.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#header .quiz .content {
  max-width: 179px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 30px;
  font-size: 18px;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #0000ff;
  color: #ffffff;
  border-radius: 20px;
  margin: 15px;
}

@media (max-width: 750px) {
  #header {
    padding: 0 30px;
    margin-top: 40px;
  }
  #header .logo {
    width: 124px;
    height: 46.4px;
  }
  #header .separator {
    height: 44px;
    width: 2px;
    margin: 0 25px;
  }
  #header .headerImage {
    width: 112.8px;
    height: 34.6px;
    flex-shrink: 0;
  }
}
@media (max-width: 550px) {
  #header {
    padding: 0 20px;
    margin-top: 30px;
  }
  #header .logo {
    width: 99.2px;
    height: 37.12px;
  }
  #header .separator {
    height: 35.2px;
    width: 2px;
    margin: 0 20px;
  }
  #header .headerImage {
    width: 90.24px;
    height: 27.68px;
    flex-shrink: 0;
    margin-right: 10px;
  }
  #header .quiz {
    max-width: 120px;
    background-image: unset;
    background-color: rgba(0, 0, 255, 0.5);
    border-radius: 28px;
    height: 53px;
  }
  #header .quiz .content {
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 18px;
    max-width: 100px;
    margin: 10px;
  }
}
@media (max-width: 400px) {
  #header .separator {
    height: 35.2px;
    width: 2px;
    margin: 0 5px 0 10px;
  }
}
@media (max-width: 370px) {
  #header .logo {
    width: 99.2px;
    height: 37.12px;
  }
  #header .headerImage {
    width: 90.24px;
    height: 27.68px;
    flex-shrink: 0;
  }
  #header .separator {
    height: 35.2px;
    width: 2px;
    margin: 0 2px 0 7px;
  }
  #header .quiz {
    width: unset;
    max-width: unset;
    height: 37px;
  }
  #header .quiz .content {
    padding: 4px 10px;
    font-size: 16px;
    border-radius: 18px;
    width: unset;
    max-width: unset;
    margin: 5px;
  }
}
#section1 {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 55px auto 0;
  padding: 0 50px;
}
#section1 .mainImage {
  background-image: url("../../assets/img/kv.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1240px;
  padding-top: 474px;
  margin: 0 auto;
  border: 8px solid #ffffff;
  filter: drop-shadow(4px 4px 15px rgba(0, 0, 255, 0.1));
  border-radius: 20px;
  position: relative;
}
#section1 .mainImage .content {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#section1 .mainImage .absoluteFirst {
  top: 150px;
  left: -40px;
  position: absolute;
  background-color: #00ff00;
  color: #0014c2;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 60px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  padding-left: 95px;
  padding-right: 25px;
}
#section1 .mainImage .absoluteFirst:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #00ff00;
  -webkit-clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
  width: 32px;
  height: 20px;
}
#section1 .mainImage .absoluteSecond {
  top: 217px;
  left: -40px;
  position: absolute;
  background-color: #ff0eb2;
  color: #ffffff;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 61px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  padding-left: 95px;
  padding-right: 25px;
}
#section1 .mainImage .absoluteSecond:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #ff0eb2;
  -webkit-clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
  width: 32px;
  height: 20px;
}
#section1 .mainImage .absoluteThird {
  top: 283px;
  left: -40px;
  position: absolute;
  background-color: #0000ff;
  color: #ffffff;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 60px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  padding-left: 95px;
  padding-right: 25px;
}
#section1 .mainImage .absoluteThird:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #0000ff;
  -webkit-clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
  width: 32px;
  height: 20px;
}
#section1 .mainImage .img1 {
  background-image: url("../../assets/img/section1-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 69px;
  height: 75px;
  position: absolute;
  left: 128px;
  bottom: 22px;
  animation-duration: 6s;
  animation-name: imgZoomBig;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  scale: 0.9;
}
@keyframes imgZoomSmall {
  0% {
    scale: 0.95;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.95;
  }
}
@keyframes imgZoomBig {
  0% {
    scale: 0.9;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.9;
  }
}
#section1 .mainImage .img2 {
  background-image: url("../../assets/img/section1-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 91px;
  position: absolute;
  left: 518px;
  top: 56px;
  animation-duration: 6s;
  animation-name: imgZoomBig;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  scale: 0.9;
}
#section1 .mainImage .img3 {
  background-image: url("../../assets/img/section1-3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 157px;
  height: 142px;
  position: absolute;
  right: 26px;
  top: 35px;
  animation-duration: 6s;
  animation-name: imgZoomBig;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
  scale: 0.9;
}
#section1 .mainImage .img4 {
  width: 931px;
  height: 489px;
  background-image: url("../../assets/img/kv-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 26px;
  top: 15px;
  animation-duration: 6s;
  animation-name: imgZoomSmall;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  scale: 0.95;
}

@media (max-width: 1300px) {
  #section1 .mainImage .img2 {
    left: 390px;
    top: 36px;
  }
  #section1 .mainImage .img4 {
    width: 750px;
    height: 440.1px;
    right: 18px;
    top: 50px;
  }
}
@media (max-width: 1150px) {
  #section1 .mainImage {
    padding-top: 350px;
  }
  #section1 .mainImage .absoluteFirst {
    top: 109.2px;
    left: -30px;
    font-size: 38.5px;
    line-height: 42px;
    padding-left: 72.8px;
    padding-right: 52.1px;
  }
  #section1 .mainImage .absoluteFirst:after {
    top: -14px;
    width: 22.4px;
    height: 14px;
  }
  #section1 .mainImage .absoluteSecond {
    top: 156.1px;
    left: -30px;
    font-size: 38.5px;
    line-height: 42px;
    padding-left: 72.8px;
    padding-right: 27.3px;
  }
  #section1 .mainImage .absoluteSecond:after {
    top: -14px;
    width: 22.4px;
    height: 14px;
  }
  #section1 .mainImage .absoluteThird {
    top: 203.7px;
    left: -30px;
    font-size: 38.5px;
    line-height: 42px;
    padding-left: 72.8px;
    padding-right: 35.7px;
  }
  #section1 .mainImage .absoluteThird:after {
    top: -14px;
    width: 22.4px;
    height: 14px;
  }
  #section1 .mainImage .img1 {
    width: 55.2px;
    height: 60px;
    left: 110px;
    bottom: 22px;
  }
  #section1 .mainImage .img2 {
    width: 57.6px;
    height: 72.8px;
    left: 280px;
    top: 70px;
  }
  #section1 .mainImage .img3 {
    width: 125.6px;
    height: 113.6px;
    right: 26px;
    top: 20px;
  }
  #section1 .mainImage .img4 {
    width: 651.7px;
    height: 342.3px;
    right: 26px;
    top: 20px;
  }
}
@media (max-width: 960px) {
  #section1 .mainImage {
    padding-top: 350px;
    background-position: center;
  }
  #section1 .mainImage .img4 {
    width: 550px;
    right: -50px;
  }
}
@media (max-width: 850px) {
  #section1 .mainImage {
    padding-top: 350px;
    background-position: center;
  }
  #section1 .mainImage .img4 {
    width: 450px;
    height: 293.4px;
    top: 70px;
  }
}
@media (max-width: 750px) {
  #section1 {
    padding: 0 30px;
    margin-top: 30px;
  }
  #section1 .mainImage {
    padding-top: 260px;
    border-width: 5px;
  }
  #section1 .mainImage .absoluteFirst {
    top: 87.36px;
    left: -25px;
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 37.68px;
  }
  #section1 .mainImage .absoluteFirst:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
  #section1 .mainImage .absoluteSecond {
    top: 124.88px;
    left: -25px;
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 21.84px;
  }
  #section1 .mainImage .absoluteSecond:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
  #section1 .mainImage .absoluteThird {
    top: 161.2px;
    left: -25px;
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 28.56px;
  }
  #section1 .mainImage .absoluteThird:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
  #section1 .mainImage .img1 {
    width: 38.64px;
    height: 42px;
    left: 90px;
    bottom: 10px;
  }
  #section1 .mainImage .img2 {
    width: 40.32px;
    height: 50.96px;
    left: 215px;
    top: 63px;
  }
  #section1 .mainImage .img3 {
    width: 87.92px;
    height: 79.52px;
    right: 10px;
    top: 10px;
  }
  #section1 .mainImage .img4 {
    width: 350px;
    height: 244.5px;
    top: 25px;
  }
}
@media (max-width: 550px) {
  #section1 {
    padding: 0 10px;
    margin-top: 20px;
  }
  #section1 .mainImage {
    padding-top: 260px;
    background-position: 80% center;
  }
  #section1 .mainImage .absoluteFirst {
    display: none;
  }
  #section1 .mainImage .absoluteSecond {
    display: none;
  }
  #section1 .mainImage .absoluteThird {
    display: none;
  }
  #section1 .mainImage .img1 {
    width: 38.64px;
    height: 42px;
    left: 10px;
    bottom: 10px;
  }
  #section1 .mainImage .img2 {
    width: 40.32px;
    height: 50.96px;
    left: 100px;
    top: 63px;
  }
  #section1 .mainImage .img3 {
    width: 87.92px;
    height: 79.52px;
    right: 10px;
    top: 10px;
  }
  #section1 .mainImage .img4 {
    right: calc(50% - 232.75px);
  }
}
@media (max-width: 450px) {
  #section1 .mainImage {
    padding-top: 220px;
    background-position: 85% center;
  }
  #section1 .mainImage .img2 {
    left: 70px;
  }
  #section1 .mainImage .img4 {
    width: 280px;
    height: 202.3px;
    right: calc(50% - 140px);
  }
}
@media (max-width: 400px) {
  #section1 .mainImage {
    padding-top: 200px;
    background-position: 85% center;
  }
  #section1 .mainImage .img1 {
    width: 30.9px;
    height: 33.6px;
    left: 20px;
    bottom: 10px;
  }
  #section1 .mainImage .img2 {
    width: 32.25px;
    height: 40.76px;
    left: 50px;
    top: 63px;
  }
  #section1 .mainImage .img3 {
    width: 70.33px;
    height: 63.61px;
    right: 10px;
    top: 10px;
  }
}
#section1Mobile {
  display: none;
}
#section1Mobile .absoluteFirst {
  font-size: 38.5px;
  line-height: 42px;
  padding-left: 50px;
  padding-right: 57.68px;
  position: relative;
  background-color: #00ff00;
  color: #0000ff;
  z-index: 2;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
}
#section1Mobile .absoluteFirst:after {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 32px;
  height: 20px;
  background-color: #00ff00;
  -webkit-clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
}
#section1Mobile .absoluteSecond {
  font-size: 38.5px;
  line-height: 42px;
  left: 0;
  padding-left: 50px;
  padding-right: 21.84px;
  position: relative;
  background-color: #ff0eb2;
  margin-top: 6px;
  color: #ffffff;
  z-index: 1;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
}
#section1Mobile .absoluteSecond:after {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 32px;
  height: 20px;
  background-color: #ff0eb2;
  -webkit-clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
}
#section1Mobile .absoluteThird {
  font-size: 38.5px;
  line-height: 42px;
  padding-left: 50px;
  padding-right: 28.56px;
  position: relative;
  background-color: #0000ff;
  margin-top: 6px;
  color: #ffffff;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
}
#section1Mobile .absoluteThird:after {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 32px;
  height: 20px;
  background-color: #0000ff;
  -webkit-clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
}

@media (max-width: 550px) {
  #section1Mobile {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 0 20px;
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 450px) {
  #section1Mobile .absoluteFirst {
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 37.68px;
  }
  #section1Mobile .absoluteFirst:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
  #section1Mobile .absoluteSecond {
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 21.84px;
    margin-top: 4px;
  }
  #section1Mobile .absoluteSecond:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
  #section1Mobile .absoluteThird {
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 28.56px;
    margin-top: 4px;
  }
  #section1Mobile .absoluteThird:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
}
@media (max-width: 400px) {
  #section1Mobile .absoluteFirst {
    padding-left: 40px;
    font-size: 28px;
  }
  #section1Mobile .absoluteSecond {
    padding-left: 40px;
    font-size: 28px;
  }
  #section1Mobile .absoluteThird {
    padding-left: 40px;
    font-size: 28px;
    line-height: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media (max-width: 350px) {
  #section1Mobile .absoluteFirst {
    padding-left: 30px;
    font-size: 26px;
  }
  #section1Mobile .absoluteSecond {
    padding-left: 30px;
    font-size: 26px;
  }
  #section1Mobile .absoluteThird {
    padding-left: 30px;
    font-size: 26px;
    line-height: 26px;
  }
}
#section2 {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-flow: column;
  padding: 90px 40px 50px 40px;
}
#section2 .titleContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
  margin: 12px 0 66.35px 0;
}
#section2 .titleContainer .title {
  max-width: 730px;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin: 0;
}
#section2 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#section2 .content .element {
  width: 290px;
  height: 400px;
  display: flex;
  position: relative;
  z-index: 1;
}
#section2 .content .element .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#section2 .content .element .track {
  position: absolute;
  top: 0;
  left: 0;
}
#section2 .content .element1 .item {
  width: 284px;
  height: 297px;
  position: absolute;
  top: 25px;
  left: 0;
  animation-name: slideDown;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform: translateY(0);
}
@keyframes slideDown {
  0% {
    transform: translateY(0);
    opacity: 1;
    z-index: 15;
  }
  8% {
    opacity: 1;
  }
  12% {
    transform: translateY(115%);
    opacity: 0;
  }
  40% {
    transform: translateY(0%);
    opacity: 0;
  }
  41% {
    transform: translateY(0%);
    opacity: 0;
    z-index: 1;
  }
  42% {
    transform: translateY(0%);
    opacity: 1;
    z-index: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    z-index: 10;
  }
}
#section2 .content .element1 .item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#section2 .content .element1 .item .img1 {
  width: 284px;
  height: 297px;
  background-image: url("../img/section2-1.svg");
}
#section2 .content .element1 .item .text {
  max-width: 200px;
  width: 100%;
  color: #00f;
  text-align: center;
  font-family: mBank;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.15px;
  position: absolute;
  top: 100px;
  left: 32px;
}
#section2 .content .element1 .item:nth-child(1) {
  z-index: 12;
  animation-duration: 18s;
  animation-delay: 3s;
}
#section2 .content .element1 .item:nth-child(2) {
  z-index: 10;
  animation-duration: 18s;
  animation-delay: 9s;
}
#section2 .content .element1 .item:nth-child(3) {
  z-index: 5;
  animation-duration: 18s;
  animation-delay: 15s;
}
#section2 .content .element2 .item {
  width: 280px;
  height: 288px;
  position: absolute;
  top: 75px;
  left: 0;
  animation-name: slideDown2;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform: translateY(0);
}
@keyframes slideDown2 {
  0% {
    transform: translateY(0);
    opacity: 1;
    z-index: 15;
  }
  16% {
    opacity: 1;
  }
  20% {
    transform: translateY(115%);
    opacity: 0;
  }
  30% {
    transform: translateY(0%);
    opacity: 0;
  }
  51% {
    transform: translateY(0%);
    opacity: 0;
    z-index: 1;
  }
  52% {
    transform: translateY(0%);
    opacity: 1;
    z-index: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    z-index: 10;
  }
}
#section2 .content .element2 .item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#section2 .content .element2 .item .img1 {
  width: 280px;
  height: 288px;
  background-image: url("../img/section2-2.svg");
}
#section2 .content .element2 .item .text {
  max-width: 235px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: mBank;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.15px;
  position: absolute;
  top: 110px;
  left: 10px;
}
#section2 .content .element2 .item:nth-child(1) {
  z-index: 12;
  animation-duration: 12s;
  animation-delay: 4s;
}
#section2 .content .element2 .item:nth-child(2) {
  z-index: 10;
  animation-duration: 12s;
  animation-delay: 10s;
}
#section2 .content .element3 .item {
  width: 280px;
  height: 292px;
  position: absolute;
  top: 0px;
  left: 0;
  animation-name: slideDown3;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform: translateY(0);
}
@keyframes slideDown3 {
  0% {
    transform: translateY(0);
    opacity: 1;
    z-index: 15;
  }
  8% {
    opacity: 1;
  }
  12% {
    transform: translateY(115%);
    opacity: 0;
  }
  40% {
    transform: translateY(0%);
    opacity: 0;
  }
  41% {
    transform: translateY(0%);
    opacity: 0;
    z-index: 1;
  }
  42% {
    transform: translateY(0%);
    opacity: 1;
    z-index: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    z-index: 10;
  }
}
#section2 .content .element3 .item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#section2 .content .element3 .item .img1 {
  width: 280px;
  height: 292px;
  background-image: url("../img/section2-3.svg");
}
#section2 .content .element3 .item .text {
  max-width: 200px;
  width: 100%;
  color: #00f;
  text-align: center;
  font-family: mBank;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.15px;
  position: absolute;
  top: 120px;
  left: 30px;
}
#section2 .content .element3 .item .textSmall {
  color: #00f;
  text-align: center;
  font-family: mBank;
  font-size: 27.167px;
  font-style: normal;
  font-weight: 600;
  line-height: 30.79px;
  letter-spacing: -0.136px;
}
#section2 .content .element3 .item:nth-child(1) {
  z-index: 12;
  animation-duration: 18s;
  animation-delay: 5s;
}
#section2 .content .element3 .item:nth-child(2) {
  z-index: 10;
  animation-duration: 18s;
  animation-delay: 11s;
}
#section2 .content .element3 .item:nth-child(3) {
  z-index: 5;
  animation-duration: 18s;
  animation-delay: 17s;
}
#section2 .content .element4 .item {
  width: 284px;
  height: 287px;
  position: absolute;
  top: 100px;
  left: 0;
  animation-name: slideDown4;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform: translateY(0);
}
@keyframes slideDown4 {
  0% {
    transform: translateY(0);
    opacity: 1;
    z-index: 15;
  }
  16% {
    opacity: 1;
  }
  20% {
    transform: translateY(115%);
    opacity: 0;
  }
  30% {
    transform: translateY(0%);
    opacity: 0;
  }
  51% {
    transform: translateY(0%);
    opacity: 0;
    z-index: 1;
  }
  52% {
    transform: translateY(0%);
    opacity: 1;
    z-index: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    z-index: 10;
  }
}
#section2 .content .element4 .item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#section2 .content .element4 .item .img1 {
  width: 284px;
  height: 287px;
  background-image: url("../img/section2-4.svg");
}
#section2 .content .element4 .item .text {
  max-width: 200px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: mBank;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.15px;
  position: absolute;
  top: 100px;
  left: 32px;
}
#section2 .content .element4 .item:nth-child(1) {
  z-index: 12;
  animation-duration: 12s;
  animation-delay: 6s;
}
#section2 .content .element4 .item:nth-child(2) {
  z-index: 10;
  animation-duration: 12s;
  animation-delay: 12s;
}
#section2 .content .img4 {
  width: 284px;
  height: 287px;
  background-image: url("../img/section2-4.svg");
}

@media (max-width: 1200px) {
  #section2 .content .element {
    width: 220px;
    scale: 0.8;
  }
}
@media (max-width: 1050px) {
  #section2 {
    padding: 60px 20px 45px 20px;
  }
  #section2 .content .element {
    width: 210px;
    scale: 0.75;
  }
}
@media (max-width: 950px) {
  #section2 .content .element {
    width: 190px;
    scale: 0.7;
  }
}
@media (max-width: 900px) {
  #section2 .content {
    max-width: 600px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #section2 .content .element {
    width: 280px;
    height: 350px;
    scale: 1;
  }
  #section2 .content .element1 {
    margin: 0 auto 0 0;
  }
  #section2 .content .element1 .item {
    top: 0;
    left: 0;
  }
  #section2 .content .element2 {
    margin: 0 0 0 auto;
  }
  #section2 .content .element2 .item {
    top: 0;
    left: 0;
  }
  #section2 .content .element3 {
    margin: 0 auto 0 0;
  }
  #section2 .content .element3 .item {
    top: 0;
    left: 0;
  }
  #section2 .content .element4 {
    margin: 0 0 0 auto;
  }
  #section2 .content .element4 .item {
    top: 0;
    left: 0;
  }
}
@media (max-width: 730px) {
  #section2 .titleContainer .title {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (max-width: 650px) {
  #section2 {
    margin-top: 35px;
  }
  #section2 .titleContainer .title {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 600px) {
  #section2 .titleContainer .title {
    font-size: 28px;
    line-height: 30px;
  }
  #section2 .content .element {
    width: 227.2px;
    height: 300px;
  }
  #section2 .content .element1 .item .img1 {
    width: 227.2px;
    height: 237.6px;
  }
  #section2 .content .element1 .item .text {
    max-width: 170px;
    font-size: 18px;
    line-height: 28px;
    left: 20px;
  }
  #section2 .content .element2 .item .img1 {
    width: 224px;
    height: 230.4px;
  }
  #section2 .content .element2 .item .text {
    max-width: 170px;
    font-size: 18px;
    line-height: 28px;
    left: 20px;
  }
  #section2 .content .element3 .item .img1 {
    width: 224px;
    height: 233.6px;
  }
  #section2 .content .element3 .item .text,
  #section2 .content .element3 .item .textSmall {
    max-width: 170px;
    font-size: 18px;
    line-height: 28px;
    top: 90px;
    left: 20px;
  }
  #section2 .content .element4 .item .img1 {
    width: 227.2px;
    height: 229.6px;
  }
  #section2 .content .element4 .item .text {
    max-width: 170px;
    font-size: 18px;
    line-height: 28px;
    left: 20px;
  }
}
@media (max-width: 500px) {
  #section2 {
    padding: 40px 15px 35px 15px;
  }
  #section2 .content .element {
    width: 171px;
    height: 250px;
  }
  #section2 .content .element1 .item .img {
    width: 170.4px;
    height: 178.2px;
  }
  #section2 .content .element1 .item .text {
    max-width: 150px;
    font-size: 16px;
    line-height: 24px;
    top: 70px;
    left: 5px;
  }
  #section2 .content .element2 .item .img {
    width: 168px;
    height: 172.8px;
  }
  #section2 .content .element2 .item .text {
    max-width: 150px;
    font-size: 16px;
    line-height: 24px;
    top: 70px;
    left: 5px;
  }
  #section2 .content .element3 .item .img {
    width: 168px;
    height: 175.2px;
  }
  #section2 .content .element3 .item .text,
  #section2 .content .element3 .item .textSmall {
    max-width: 150px;
    font-size: 16px;
    line-height: 24px;
    top: 70px;
    left: 5px;
  }
  #section2 .content .element4 .item .img {
    width: 170.4px;
    height: 172.2px;
  }
  #section2 .content .element4 .item .text {
    max-width: 150px;
    font-size: 16px;
    line-height: 24px;
    top: 70px;
    left: 5px;
  }
}
@media (max-width: 375px) {
  #section2 {
    padding: 40px 15px 35px 15px;
  }
  #section2 .content .element {
    width: 144px;
    height: 175px;
  }
  #section2 .content .element1 .item .img {
    width: 142px;
    height: 148.5px;
  }
  #section2 .content .element1 .item .text {
    max-width: 120px;
    font-size: 14px;
    line-height: 18px;
    top: 65px;
    left: 7px;
  }
  #section2 .content .element2 .item .img {
    width: 140px;
    height: 144px;
  }
  #section2 .content .element2 .item .text {
    max-width: 110px;
    font-size: 14px;
    line-height: 18px;
    top: 65px;
    left: 10px;
  }
  #section2 .content .element3 .item .img {
    width: 140px;
    height: 146px;
  }
  #section2 .content .element3 .item .text,
  #section2 .content .element3 .item .textSmall {
    max-width: 100px;
    font-size: 14px;
    line-height: 18px;
    top: 60px;
    left: 15px;
  }
  #section2 .content .element4 .item .img {
    width: 142px;
    height: 143.5px;
  }
  #section2 .content .element4 .item .text {
    max-width: 110px;
    font-size: 14px;
    line-height: 16px;
    top: 55px;
    left: 12px;
  }
}
#section5 {
  display: flex;
  width: 100%;
  padding: 0 50px;
  flex-flow: column;
  margin-top: 60px;
}
#section5 .top {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 35.79px 0;
}
#section5 .top .one {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#section5 .top .one .title {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.01em;
  margin: 0 0 15px;
}
#section5 .top .one .text {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.005em;
  margin: 0;
}
#section5 .middle {
  max-width: 1113.108px;
  width: 100%;
  flex-direction: column;
  display: flex;
}
#section5 .middle .btnCenterContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 62.48px;
}
#section5 .middle .btnCenterContainer .containerWrapper {
  width: 100%;
  max-width: 351.036px;
  min-height: 104.362px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section5 .middle .btnContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#section5 .middle .btnContainer1 {
  margin: 35px 0 0 0;
}
#section5 .middle .btnContainer2 {
  margin: 63px 0 0 0;
}
#section5 .middle .btn {
  width: 100%;
  max-width: 1110px;
  min-height: 104.362px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#section5 .middle .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 104.362px;
  border-radius: 20px;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 5px 10px;
  z-index: 1;
  transition: 0.3s all ease-in-out;
}
#section5 .middle .button:active {
  display: flex;
}
#section5 .middle .button1 {
  width: 351.036px;
  height: 104.362px !important;
  background: #ff0eb2;
}
#section5 .middle .button1:hover {
  background: #e40ea0;
}
#section5 .middle .button2 {
  background: #0000ff;
  z-index: 1;
}
#section5 .middle .button2:hover {
  background: #0000dd;
}
#section5 .middle .button3 {
  background: #00ff00;
  color: #0000ff !important;
  max-width: unset;
}
#section5 .middle .button3:hover {
  background: #00dd00;
}
#section5 .middle .arrow {
  width: 48px;
  height: 48px;
  background-image: url("../img/section5-1.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s all ease-in-out;
  transform: rotate(180deg);
  bottom: -34px;
  left: calc(50% - 24px);
}
#section5 .middle .arrow.active {
  transform: rotate(0deg);
}
#section5 .middle .arrow.beforeActive {
  bottom: -24px;
}
#section5 .middle .noCursor {
  cursor: auto !important;
}
#section5 .middle .btnSmall {
  max-width: 351.036px;
  height: -moz-fit-content;
  height: fit-content;
}
#section5 .middle .btnBig {
  max-width: 474px;
  height: -moz-fit-content;
  height: fit-content;
}
#section5 .middle .content {
  display: flex;
  flex-flow: column;
}
#section5 .middle .itemWrapper {
  width: 100%;
  max-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: -60px;
}
#section5 .middle .itemWrapper .item {
  display: flex;
  width: 100%;
  flex-flow: column;
  align-items: center;
  height: 100%;
}
#section5 .middle .itemWrapper .item .text {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 42px 0;
}
#section5 .middle .itemWrapper .item .btnMore {
  max-width: 221px;
  width: 100%;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: mBank;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 66px;
  background: #ff0eb2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
#section5 .middle .itemWrapper .item0 {
  padding: 88.69px 18px 27px 25px;
  border-radius: 20px;
  border: 4px solid #ff0eb2;
}
#section5 .middle .itemWrapper .item1 {
  padding: 93.85px 50px 61px 65px;
  border-radius: 20px;
  border: 4px solid #00f;
}
#section5 .middle .itemWrapper .item2 {
  padding: 85px 24px 11px 43px;
  border-radius: 20px;
  border: 4px solid #00ff00;
}
#section5 .middle .itemWrapper .item3 {
  padding: 85px 24px 11px 43px;
  border-radius: 20px;
  border: 4px solid #00ff00;
}
#section5 .middle .itemWrapper .item3 .text {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#section5 .middle .itemWrapper1 {
  transition: all 0.4s ease-in-out;
}
#section5 .middle .itemWrapper2 {
  transition: all 0.5s ease-in-out;
}
#section5 .middle .mobile {
  display: none;
}
#section5 .marginBig {
  margin: 0 auto 65.79px;
}
#section5 .marginSmall {
  margin: 0 auto 34.85px;
}
#section5 .scrollHeight {
  max-height: 950px !important;
}

@media (max-width: 1300px) {
  #section5 {
    padding: 0 40px;
  }
  #section5 .top .one .title {
    font-size: 32px;
    margin: 0 0 15px;
  }
  #section5 .top .one .text {
    font-size: 20px;
  }
  #section5 .top .two {
    width: 124.8px;
    height: 124.8px;
    margin-left: 40px;
  }
}
@media (max-width: 1200px) {
  #section5 .middle .btnBig {
    max-width: calc(50% - 15px);
  }
  #section5 .middle .btnSmall {
    max-width: calc(33.3333333333% - 15px);
  }
  #section5 .middle .button1 {
    width: 100%;
  }
  #section5 .middle .button3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 1000px) {
  #section5 .top .one {
    margin-left: unset;
  }
  #section5 .middle .button1 {
    font-size: 26px;
    line-height: 32px;
  }
  #section5 .middle .itemWrapper .item .text {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 20px 0;
  }
  #section5 .middle .itemWrapper .item1 {
    padding: 75px 15px 20px 15px;
  }
  #section5 .middle .itemWrapper .item2 {
    padding: 70px 15px 10px 25px;
  }
  #section5 .middle .itemWrapper .item3 {
    padding: 70px 15px 10px 25px;
  }
}
@media (max-width: 900px) {
  #section5 .middle .btnContainer1 {
    flex-wrap: wrap;
  }
  #section5 .middle .btnContainer1 .btn1 {
    max-width: 49%;
  }
  #section5 .middle .btnContainer1 .btn1 .button {
    max-width: unset !important;
  }
  #section5 .middle .btnContainer1 .btn2 {
    max-width: 49%;
  }
  #section5 .middle .btnContainer1 .btn2 .button {
    max-width: unset !important;
  }
  #section5 .middle .btnContainer1 .btn3 {
    max-width: 100%;
  }
  #section5 .middle .btnContainer1 .btn3 .button {
    max-width: unset !important;
  }
  #section5 .middle .button3 {
    font-size: 24px;
    line-height: 32px;
  }
  #section5 .marginBig {
    margin: 0 auto 50px;
  }
}
@media (max-width: 820px) {
  #section5 {
    padding: 0 30px;
    margin-top: 40px;
  }
  #section5 .top {
    flex-flow: column;
    align-items: center;
  }
  #section5 .top .one {
    order: 1;
    margin-left: unset;
  }
  #section5 .top .one .title {
    font-size: 28px;
    margin: 0 0 15px;
  }
  #section5 .top .one .text {
    font-size: 18px;
  }
  #section5 .top .two {
    width: 156px;
    height: 156px;
    order: 0;
    margin-left: unset;
    margin-bottom: 30px;
  }
  #section5 .middle .button2 {
    font-size: 28px;
  }
  #section5 .middle .btnContainer2 {
    flex-direction: column;
    align-items: center;
  }
  #section5 .middle .btnContainer3 {
    flex-direction: column;
    align-items: center;
  }
  #section5 .middle .btnContainer3 .btnBig:nth-child(2) {
    margin: 45px 0 0 0;
  }
  #section5 .middle .btnBig {
    max-width: 100%;
  }
  #section5 .middle .butBr {
    display: none;
  }
  #section5 .middle .btnSmall {
    max-width: 100%;
    margin: 45px 0 0 0;
  }
  #section5 .scrollHeight {
    max-height: 1610px !important;
  }
}
@media (max-width: 550px) {
  #section5 {
    padding: 0 20px;
  }
  #section5 .top {
    margin-bottom: 60px;
  }
  #section5 .middle .itemWrapper1 {
    transition: 0.6s all ease-in-out;
  }
  #section5 .middle .itemWrapper2 {
    transition: 0.65s all ease-in-out;
  }
  #section5 .middle .button1 {
    height: 90px !important;
    max-width: unset;
    width: 100% !important;
  }
  #section5 .middle .btnCenterContainer {
    margin-bottom: 40px;
  }
  #section5 .middle .btnCenterContainer .containerWrapper {
    max-width: unset;
    width: 100%;
    min-height: 90px;
  }
  #section5 .middle .button {
    height: 90px;
  }
  #section5 .middle .btn {
    min-height: 90px;
  }
  #section5 .middle .btnSmall {
    max-width: unset;
  }
  #section5 .middle .btnContainer1 {
    flex-direction: column;
    align-items: center;
  }
  #section5 .middle .btnContainer1 .btn1 {
    max-width: 100%;
  }
  #section5 .middle .btnContainer1 .btn2 {
    max-width: 100%;
  }
  #section5 .middle .itemWrapper .item .text {
    font-size: 14px;
  }
  #section5 .middle .itemWrapper .item0 {
    padding: 64px 25px 24px;
  }
  #section5 .middle .itemWrapper .item0 .text {
    margin: 0;
  }
  #section5 .middle .itemWrapper .item1 {
    padding: 75px 25px 24px;
  }
  #section5 .middle .itemWrapper .item2 {
    padding: 64px 25px 24px;
  }
  #section5 .middle .itemWrapper .item2 .text {
    margin: 0;
  }
  #section5 .middle .itemWrapper .item3 {
    padding: 64px 25px 24px;
  }
  #section5 .middle .itemWrapper .item3 .text {
    margin: 0;
  }
}
@media (max-width: 480px) {
  #section5 .middle .button3 {
    font-size: 20px;
    line-height: 28px;
  }
  #section5 .middle .arrow {
    bottom: -30px;
  }
  #section5 .middle .btnContainer2 {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 400px) {
  #section5 {
    padding: 0 15px;
  }
  #section5 .middle .itemWrapper .item0 {
    padding: 64px 15px 38.4px;
  }
  #section5 .middle .itemWrapper .item1 {
    padding: 64px 15px 38.4px;
  }
  #section5 .middle .itemWrapper .item2 {
    padding: 64px 15px 38.4px;
  }
  #section5 .button3 {
    font-size: 18px;
    line-height: 26px;
  }
  #section5 .scrollHeight {
    max-height: 1700px !important;
  }
}
@media (max-width: 365px) {
  #section5 .scrollHeight {
    max-height: 2000px !important;
  }
}
#section3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 110px;
  margin: 0 0 110px 0;
}
#section3 .textContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
#section3 .textContainer .titleContainer {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin: 24px 0;
  z-index: 3;
  padding: 0px 0px 0 65px;
}
#section3 .textContainer .textContainer2 {
  border-bottom: 3px solid #0000ff;
  border-left: 3px solid #0000ff;
  border-bottom-left-radius: 30px;
  padding: 0px 0px 36px 65px;
}
#section3 .textContainer .scrollWrapper {
  max-height: 0;
  height: 100%;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
#section3 .textContainer .title {
  width: -moz-fit-content;
  width: fit-content;
  color: #0602ff;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 2px 0;
  border-bottom: 2px solid #0602ff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
  z-index: 5;
}
#section3 .textContainer .scrollHeight {
  max-height: 750px !important;
}
#section3 .textContainer .title2 {
  display: none;
}
#section3 .textContainer .title3 {
  display: none;
  margin: 8px 0 0 0;
}
#section3 .textContainer .title4 {
  display: none;
}
#section3 .textContainer .title5 {
  display: none;
}
#section3 .textContainer .title7 {
  display: none;
}
#section3 .textContainer .title8 {
  display: none;
}
#section3 .textContainer .title9 {
  display: none;
}
#section3 .textContainer .title10 {
  display: none;
}
#section3 .textContainer .title11 {
  display: none;
}
#section3 .textContainer .title12 {
  display: none;
}
#section3 .textContainer .title13 {
  display: none;
}
#section3 .textContainer .text {
  color: #000;
  font-family: mBank;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  z-index: 4;
  margin: 0;
}
#section3 .textContainer .img {
  width: 76px;
  height: 87px;
  background-image: url("../img/section3-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateX(-50%);
  z-index: 10;
}
#section3 .textWrapper1 {
  max-width: 855px;
}
#section3 .textWrapper2 {
  max-width: 880px;
}

@media (max-width: 1100px) {
  #section3 {
    margin: 40px 0 100px 0;
    padding: 0 40px 0 45px;
  }
  #section3 .textContainer .title {
    font-size: 22px;
  }
  #section3 .textContainer .text {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  #section3 .textContainer .titleContainer {
    margin: 0;
  }
  #section3 .textContainer .textContainer2 {
    padding: 24px 0px 36px 65px;
  }
  #section3 .textContainer .title1 {
    margin: 18px 0 0 0;
  }
  #section3 .textContainer .title6 {
    display: none;
  }
  #section3 .textContainer .title7 {
    display: flex;
    margin: 0;
  }
  #section3 .textContainer .title8 {
    display: flex;
    margin: 8px 0 0 0;
  }
}
@media (max-width: 800px) {
  #section3 {
    margin: 30px 0 80px 0;
  }
  #section3 .textContainer .title {
    font-size: 20px;
  }
  #section3 .textContainer .title1 {
    margin: 10px 0 0 0;
  }
  #section3 .textContainer .text {
    font-size: 16px;
  }
  #section3 .textContainer .img {
    width: 60.8px;
    height: 69.6px;
    top: -5px;
  }
}
@media (max-width: 600px) {
  #section3 {
    padding: 0 30px 0 35px;
  }
  #section3 .textContainer .titleContainer {
    padding: 0 0 0 40px;
  }
  #section3 .textContainer .textContainer2 {
    padding: 25px 0 35px 40px;
  }
  #section3 .textContainer .title {
    font-size: 20px;
  }
  #section3 .textContainer .text {
    font-size: 16px;
  }
  #section3 .textContainer .img {
    width: 60.8px;
    height: 69.6px;
  }
  #section3 .textContainer .scrollWrapper {
    transition: 0.5s all ease-in-out;
  }
}
@media (max-width: 550px) {
  #section3 .textContainer .title7 {
    display: none;
  }
  #section3 .textContainer .title8 {
    display: none;
  }
  #section3 .textContainer .title9 {
    display: flex;
    margin: 0;
  }
  #section3 .textContainer .title10 {
    display: flex;
    margin: 8px 0 0 0;
  }
}
@media (max-width: 500px) {
  #section3 {
    padding: 0 20px 0 35px;
  }
  #section3 .textContainer .title {
    font-size: 18px;
  }
  #section3 .textContainer .title1 {
    display: none;
  }
  #section3 .textContainer .title2 {
    display: flex;
    margin: 0;
  }
  #section3 .textContainer .title3 {
    display: flex;
    margin: 8px 0 0 0;
  }
  #section3 .textContainer .text {
    font-size: 14px;
    line-height: 24px;
  }
  #section3 .textContainer .img {
    width: 60.8px;
    height: 69.6px;
    top: -10px;
  }
}
@media (max-width: 450px) {
  #section3 .textContainer .textContainer2 {
    padding: 20px 0 25px 30px;
  }
  #section3 .textContainer .title9 {
    display: none;
  }
  #section3 .textContainer .title10 {
    display: none;
  }
  #section3 .textContainer .title11 {
    display: flex;
    margin: 0;
  }
  #section3 .textContainer .title12 {
    display: flex;
    margin: 8px 0 0 0;
  }
  #section3 .textContainer .title13 {
    display: flex;
    margin: 8px 0 0 0;
  }
  #section3 .textContainer .img2 {
    top: 25px;
  }
}
@media (max-width: 375px) {
  #section3 .textContainer .title2 {
    display: none;
  }
  #section3 .textContainer .title3 {
    display: none;
  }
  #section3 .textContainer .title4 {
    display: flex;
    margin: 0;
  }
  #section3 .textContainer .title5 {
    display: flex;
    margin: 8px 0 0 0;
  }
}
#section4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 71px 0 0 0;
  padding: 0 20px;
}
#section4 .content {
  max-width: 1110px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#section4 .content .title {
  color: #fff;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  border-radius: 20px;
  background: #00f;
  margin: 0;
  padding: 46px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  transition: 0.3s all ease-in-out;
}
#section4 .content .title:hover {
  background-color: #0000dd;
}
#section4 .content .table {
  max-height: 0;
  height: 100%;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  padding: 50px 0 0px 0;
}
#section4 .content .table .row {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
  position: relative;
}
#section4 .content .table .row .number {
  text-align: center;
  font-family: mBank;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
  margin: 26px 60px;
}
#section4 .content .table .row .text {
  font-family: mBank;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.3px;
  margin: 10px 0;
}
#section4 .content .table .row .white {
  color: #fff;
}
#section4 .content .table .row .blue {
  color: #0000ff;
}
#section4 .content .table .row .img {
  width: 69px;
  height: 31px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -31px;
  left: 45px;
}
#section4 .content .table .row .img1 {
  background-image: url("../img/section4-1.png");
}
#section4 .content .table .row .img2 {
  background-image: url("../img/section4-2.png");
}
#section4 .content .table .roundTop {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#section4 .content .table .roundBottom {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#section4 .content .table .row:nth-child(odd) {
  background-color: #0000ff;
}
#section4 .content .table .row:nth-child(even) {
  background-color: #e6e6e6;
}
#section4 .content .table .row:last-child {
  margin: 0 0 30px 0;
}
#section4 .content .title.active .btn {
  transform: translate(-50%) rotate(180deg);
}
#section4 .content .btn {
  width: 48px;
  height: 48px;
  background-image: url("../img/section4-3.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 20;
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.3s all ease-in-out;
}
#section4 .content .btn.active {
  transform: translate(-50%) rotate(180deg);
}
#section4 .content .scrollHeight {
  max-height: 800px !important;
}

@media (max-width: 1000px) {
  #section4 .content .title {
    font-size: 36px;
  }
  #section4 .content .table .row .number {
    font-size: 64px;
  }
  #section4 .content .table .row .text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 800px) {
  #section4 .content .title {
    font-size: 30px;
    line-height: 42px;
  }
  #section4 .content .table .row .number {
    font-size: 58px;
    margin: 35px 60px 15px 60px;
  }
  #section4 .content .table .row .text {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 10px 0;
  }
}
@media (max-width: 600px) {
  #section4 .content .title {
    font-size: 24px;
    line-height: 28px;
  }
  #section4 .content .table .row .number {
    font-size: 36px;
    margin: 35px 40px 15px 40px;
  }
  #section4 .content .table .row .text {
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 10px 0;
  }
  #section4 .content .table .row .img {
    left: 15px;
  }
}
@media (max-width: 400px) {
  #section4 {
    padding: 0 15px;
  }
  #section4 .content .title {
    font-size: 24px;
    line-height: 28px;
  }
  #section4 .content .table .row .number {
    font-size: 36px;
    margin: 35px 23px 15px 23px;
  }
  #section4 .content .table .row .text {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 10px 0;
  }
  #section4 .content .table .row .img {
    width: 55.2px;
    height: 24.8px;
    bottom: -25px;
    left: 3px;
  }
}
#section7 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-top: 75px;
}
#section7 .wrapper {
  display: flex;
  width: 100%;
  background-color: #ff0eb2;
  margin: 0 auto;
  justify-content: flex-start;
  padding: 23px 50px 0;
}
#section7 .left {
  display: flex;
  width: 504px;
  height: 435px;
  margin-left: 40px;
  flex-shrink: 0;
}
#section7 .left .image {
  width: 405px;
  height: 405px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#section7 .left .image .circle {
  width: 405px;
  height: 405px;
  background-color: white;
  position: absolute;
  bottom: 25px;
  left: 0px;
  border-radius: 405px;
}
#section7 .left .image .subImage {
  width: 283px;
  height: 430px;
  background-image: url("../img/section7-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 25px;
  left: 61px;
  z-index: 10;
}
#section7 .middle {
  display: flex;
  align-items: flex-start;
  margin: 0 0 0 20px;
  flex-flow: column;
  justify-content: center;
  position: relative;
}
#section7 .middle .text {
  max-width: 678px;
  width: 100%;
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding: 0 155px 0 0;
}
#section7 .middle .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  animation-name: imgZoomBig;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  scale: 0.95;
}
@keyframes imgZoom {
  0% {
    scale: 0.95;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.95;
  }
}
#section7 .middle .img1 {
  width: 93px;
  height: 159px;
  background-image: url("../img/section7-2.svg");
  animation-duration: 6s;
  top: 33px;
  right: 0px;
}
#section7 .middle .img2 {
  width: 132px;
  height: 84px;
  background-image: url("../img/section7-3.svg");
  animation-duration: 5s;
  animation-delay: 1s;
  bottom: 68px;
  right: 14px;
}

@media (max-width: 1300px) {
  #section7 .left {
    width: 430px;
  }
  #section7 .middle {
    margin: 0;
  }
  #section7 .middle .text {
    font-size: 20px;
  }
  #section7 .middle .text br {
    display: none;
  }
  #section7 .middle .img1 {
    width: 74.4px;
    height: 127.2px;
  }
  #section7 .middle .img2 {
    width: 105.6px;
    height: 67.2px;
  }
}
@media (max-width: 1200px) {
  #section7 {
    margin-top: 145px;
    padding-top: 55px;
  }
  #section7 .wrapper {
    flex-direction: column;
    padding: 20px 50px 75px 50px;
  }
  #section7 .left {
    margin-left: unset;
    width: 405px;
    height: 125px;
  }
  #section7 .left .image {
    width: 403.2px;
    height: 314px;
    top: -50px;
    position: relative;
  }
  #section7 .left .image .circle {
    width: 283.5px;
    height: 283.5px;
    bottom: 16px;
    left: 52px;
  }
  #section7 .left .image .subImage {
    width: 198.1px;
    height: 301px;
    bottom: 16px;
    left: 96px;
  }
  #section7 .middle {
    margin: 0;
  }
  #section7 .middle .text {
    max-width: 1000px;
  }
  #section7 .middle .img1 {
    width: 74.4px;
    height: 127.2px;
    top: -100px;
  }
  #section7 .middle .img2 {
    width: 105.6px;
    height: 67.2px;
    bottom: -30px;
  }
}
@media (max-width: 900px) {
  #section7 .wrapper {
    padding: 20px 40px;
  }
  #section7 .left {
    height: 100px;
  }
  #section7 .middle .text {
    font-size: 18px;
    padding: 0 115px 0 0;
  }
  #section7 .middle .img1 {
    width: 55.8px;
    height: 95.4px;
  }
  #section7 .middle .img2 {
    width: 79.2px;
    height: 50.4px;
    bottom: 15px;
  }
}
@media (max-width: 650px) {
  #section7 {
    margin-top: 170px;
  }
  #section7 .wrapper {
    align-items: center;
    padding: 20px 40px 60px 40px;
  }
  #section7 .left {
    width: 250px;
    height: 150px;
  }
  #section7 .left .image {
    width: 322.4px;
    height: 345.6px;
    top: -70px;
    position: relative;
  }
  #section7 .left .image .circle {
    left: 0;
  }
  #section7 .left .image .subImage {
    left: 44px;
  }
  #section7 .middle {
    width: 100%;
  }
  #section7 .middle .text {
    padding: 0;
  }
  #section7 .middle .img1 {
    right: unset;
    left: -15px;
  }
  #section7 .middle .img2 {
    right: 0;
    bottom: -40px;
  }
}
@media (max-width: 450px) {
  #section7 .wrapper {
    padding: 0 20px 20px 20px;
  }
  #section7 .left {
    height: 95px;
  }
  #section7 .middle .text {
    font-size: 16px;
    line-height: 22px;
  }
  #section7 .middle .img {
    display: none;
  }
}
@media (max-width: 350px) {
  #section7 .middle .text {
    font-size: 14px;
    line-height: 20px;
  }
}
#section6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
#section6 .content {
  max-width: 1177px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section6 .content .title {
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin: 0 0 35px 0;
}
#section6 .content .table {
  width: 100%;
  display: flex;
  margin: 5px 0 50px 0;
}
#section6 .content .table .column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
#section6 .content .table .column .title {
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin: 28px 0 30px 0;
}
#section6 .content .table .column .text {
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: mBank;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.22px;
  margin: 0 0 40px 0;
}
#section6 .content .table .column1 {
  width: 59.73%;
  background-color: #0000ff;
  border-top-left-radius: 20px;
}
#section6 .content .table .column2 {
  width: 40.27%;
  background-color: #ff0eb2;
  border-top-right-radius: 20px;
}
#section6 .content .table .imgContainer {
  width: 37px;
  height: 47px;
  display: flex;
  position: absolute;
}
#section6 .content .table .imgContainer .img {
  width: 37px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
}
#section6 .content .table .imgContainer .img1 {
  background-image: url("../img/section6-1.svg");
}
#section6 .content .table .imgContainer .img2 {
  background-image: url("../img/section6-2.svg");
}
#section6 .content .table .imgContainer .bg {
  width: 35px;
  height: 25px;
  z-index: 5;
}
#section6 .content .table .imgContainer .bg1 {
  background-color: #0000ff;
}
#section6 .content .table .imgContainer .bg2 {
  background-color: #ff0eb2;
}
#section6 .content .table .leftBlue {
  bottom: -47px;
  left: 0px;
}
#section6 .content .table .rightBlue {
  display: none;
  bottom: -47px;
  right: 0px;
  transform: rotate(180deg);
  flex-direction: column-reverse;
}
#section6 .content .table .rightPink {
  bottom: -47px;
  right: -2px;
}
#section6 .content .table .leftPink {
  display: none;
  bottom: -47px;
  left: -2px;
  transform: rotate(180deg);
  flex-direction: column-reverse;
}

@media (max-width: 1150px) {
  #section6 .content .table .column .tableBr {
    display: none;
  }
}
@media (max-width: 900px) {
  #section6 .content .table .column .title {
    font-size: 36px;
  }
  #section6 .content .table .column .text {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  #section6 .content .title {
    font-size: 32px;
    line-height: 36px;
  }
  #section6 .content .table .column .title {
    font-size: 32px;
    margin: 15px 0;
  }
  #section6 .content .table .column .text {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #section6 {
    padding: 0 20px;
  }
  #section6 .content .table .column .title {
    font-size: 28px;
  }
  #section6 .content .table .column .text {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  #section6 .content .table .column {
    padding: 0 10px;
  }
}
@media (max-width: 400px) {
  #section6 .content .title {
    font-size: 28px;
    line-height: 32px;
  }
  #section6 .content .table {
    flex-direction: column;
  }
  #section6 .content .table .column1 {
    border-top-right-radius: 20px;
    width: 100%;
    margin: 0 0 60px 0;
  }
  #section6 .content .table .column2 {
    border-top-left-radius: 20px;
    width: 100%;
  }
  #section6 .content .table .rightBlue {
    display: flex;
  }
  #section6 .content .table .leftPink {
    display: flex;
  }
}
#section8 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00ff00;
  margin: 62.29px 0 100px 0;
  padding: 0 20px;
}
#section8 .content {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section8 .content .img {
  width: 168px;
  height: 161px;
  background-image: url("../img/section8-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 34px 47px 27px 0;
  flex-shrink: 0;
}
#section8 .content .text {
  color: #00f;
  font-family: mBank;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 800px) {
  #section8 .content .img {
    width: 134.4px;
    height: 128.8px;
    margin: 30px 45px 25px 0;
  }
  #section8 .content .text {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  #section8 .content .img {
    width: 100.8px;
    height: 96.6px;
  }
  #section8 .content .text {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  #section8 {
    margin: 40px 0 50px 0;
  }
  #section8 .content .text {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  #section8 {
    margin: 30px 0 40px 0;
  }
  #section8 .content .img {
    width: 67.2px;
    height: 64.4px;
    margin: 25px 25px 20px 0;
  }
  #section8 .content .text {
    font-size: 16px;
  }
}
#section9 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin: 75px 0 0 0;
}
#section9 .content {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section9 .content .titleContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#section9 .content .titleContainer .title {
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
}
#section9 .content .titleContainer .text {
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
}
#section9 .content .table {
  width: 1110px;
  height: 800px;
  display: flex;
  margin: 63px 0 0 0;
  position: relative;
  transition: 0.3s all ease-in-out;
  z-index: 1;
}
#section9 .content .table .tableContent {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  padding: 63px 40px 24px 64px;
}
#section9 .content .table .column {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 37px;
}
#section9 .content .table .bgBorder {
  width: 1110px;
  height: 800px;
  border-top: 61px solid #0000ff;
  border-left: 25px solid #0000ff;
  border-right: 25px solid #0000ff;
  border-bottom: 25px solid #0000ff;
  border-radius: 50px;
  flex-shrink: 0;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.3s all ease-in-out;
}
#section9 .content .table .bg {
  width: 1060px;
  height: 717px;
  background-image: url("../img/section9-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0000ff;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: 0.3s all ease-in-out;
}
#section9 .content .table .btn {
  max-width: 350px;
  width: calc(100% - 80px);
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: mBank;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  border-radius: 66px;
  background: #ff0eb2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 20;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.3s all ease-in-out;
}
#section9 .content .table .btn:hover {
  background: #e40ea0;
}
#section9 .content .table .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  position: relative;
  z-index: 15;
}
#section9 .content .table .img1 {
  width: 489px;
  height: 515px;
  background-image: url("../img/section9-2.svg");
  margin: 10px 0 0 0;
}
#section9 .content .table .img2 {
  width: 419px;
  height: 282px;
  background-image: url("../img/section9-3.svg");
}
#section9 .content .table .img3 {
  width: 434px;
  height: 271px;
  background-image: url("../img/section9-4.svg");
  margin: 35px 0 0 0;
}
#section9 .content .table .textContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
}
#section9 .content .table .textContainer .title1 {
  color: var(--niebieski-ciemniejszy-interactive-button, #0014c2);
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
  margin: 0 0 25px 0;
}
#section9 .content .table .textContainer .title2 {
  color: var(--niebieski-ciemniejszy-interactive-button, #0014c2);
  font-family: mBank;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.18px;
}
#section9 .content .table .textContainer .text1 {
  color: var(--niebieski-ciemniejszy-interactive-button, #0014c2);
  font-family: mBank;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#section9 .content .table .textContainer .list {
  list-style: none;
  padding: 0 0 0 28px;
}
#section9 .content .table .textContainer .list li:before {
  content: ".";
  position: absolute;
  top: -5px;
  left: -10px;
}
#section9 .content .table .textContainer .text2 {
  color: var(--niebieski-ciemniejszy-interactive-button, #0014c2);
  font-family: mBank;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
  position: relative;
}
#section9 .content .table .textContainer .text3 {
  color: var(--niebieski-ciemniejszy-interactive-button, #0014c2);
  font-family: mBank;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.18px;
}
#section9 .content .table .textContainer1 {
  max-width: 362px;
  top: 78px;
  left: 83px;
}
#section9 .content .table .textContainer2 {
  max-width: 346px;
  top: 41px;
  left: 49px;
}
#section9 .content .table .textContainer3 {
  max-width: 374px;
  top: 44px;
  left: 39px;
}
#section9 .content .scrollHeight {
  max-height: 900px !important;
}

@media (max-width: 1150px) {
  #section9 .content .titleContainer .title {
    font-size: 34px;
    line-height: 42px;
    margin: 30px 0 0px 0;
  }
  #section9 .content .titleContainer .text {
    font-size: 21px;
    line-height: 28px;
  }
  #section9 .content .table {
    width: 888px;
    height: 642.4px;
  }
  #section9 .content .table .column {
    margin: 0 0 0 25px;
  }
  #section9 .content .table .bgBorder {
    width: 888px;
    height: 642.4px;
  }
  #section9 .content .table .bg {
    width: 848px;
    height: 560px;
  }
  #section9 .content .table .img1 {
    width: 391.2px;
    height: 412px;
  }
  #section9 .content .table .img2 {
    width: 335.2px;
    height: 225.6px;
  }
  #section9 .content .table .img3 {
    width: 347.2px;
    height: 216.8px;
  }
  #section9 .content .table .tableContent {
    padding: 50px 32px 19.2px 40px;
  }
  #section9 .content .table .textContainer .title1 {
    font-size: 20px;
  }
  #section9 .content .table .textContainer .title2 {
    font-size: 18px;
  }
  #section9 .content .table .textContainer .text1 {
    font-size: 16px;
  }
  #section9 .content .table .textContainer .text2 {
    font-size: 16px;
  }
  #section9 .content .table .textContainer .text3 {
    font-size: 16px;
  }
  #section9 .content .table .textContainer1 {
    max-width: 289.6px;
    top: 62.4px;
    left: 66.4px;
  }
  #section9 .content .table .textContainer2 {
    max-width: 289.6px;
    top: 15px;
    left: 39px;
  }
  #section9 .content .table .textContainer3 {
    max-width: 299.2px;
    top: 23px;
    left: 31px;
  }
}
@media (max-width: 900px) {
  #section9 .content .titleContainer .title {
    font-size: 33px;
  }
  #section9 .content .titleContainer .text .textBr {
    display: none;
  }
  #section9 .content .table {
    width: 676px;
    height: 510px;
  }
  #section9 .content .table .bgBorder {
    width: 676px;
    height: 510px;
    border-top: 55px solid #0000ff;
    border-left: 20px solid #0000ff;
    border-right: 20px solid #0000ff;
    border-bottom: 20px solid #0000ff;
  }
  #section9 .content .table .bg {
    width: 636px;
    height: 440px;
  }
  #section9 .content .table .column {
    margin: 0 0 0 10px;
  }
  #section9 .content .table .img1 {
    width: 322.74px;
    height: 339.9px;
    margin: 5px 0 0 0;
  }
  #section9 .content .table .img2 {
    width: 276.54px;
    height: 186.12px;
  }
  #section9 .content .table .img3 {
    width: 286.44px;
    height: 178.86px;
  }
  #section9 .content .table .tableContent {
    padding: 10px 5px 5px 10px;
  }
  #section9 .content .table .textContainer .title1 {
    font-size: 16px;
    line-height: 10px;
    margin: 0 0 10px 0;
  }
  #section9 .content .table .textContainer .title2 {
    font-size: 14px;
  }
  #section9 .content .table .textContainer .text1 {
    font-size: 14px;
  }
  #section9 .content .table .textContainer .text2 {
    font-size: 13px;
  }
  #section9 .content .table .textContainer .text3 {
    font-size: 13px;
  }
  #section9 .content .table .textContainer .list {
    padding: 0 0 0 15px;
    margin: 5px 0;
  }
  #section9 .content .table .textContainer1 {
    max-width: 260px;
    top: 25px;
    left: 50px;
  }
  #section9 .content .table .textContainer2 {
    max-width: 230px;
    top: 15px;
    left: 39px;
  }
  #section9 .content .table .textContainer3 {
    max-width: 250px;
    top: 25px;
    left: 20px;
  }
}
@media (max-width: 700px) {
  #section9 .content .table {
    width: 530px;
    height: 870px;
    margin: 45px 0 0 0;
  }
  #section9 .content .table .bgBorder {
    width: 530px;
    height: 870px;
    border-top: 55px solid #0000ff;
    border-left: 15px solid #0000ff;
    border-right: 15px solid #0000ff;
    border-bottom: 15px solid #0000ff;
  }
  #section9 .content .table .bg {
    width: 500px;
    height: 800px;
    background-image: url("../img/section9-5.png");
  }
  #section9 .content .table .column {
    margin: 0 0 0 15px;
  }
  #section9 .content .table .img1 {
    width: 366.75px;
    height: 386.25px;
    margin: 0;
  }
  #section9 .content .table .img2 {
    width: 314.25px;
    height: 211.5px;
    margin: 0 0 0 auto;
  }
  #section9 .content .table .img3 {
    width: 325.5px;
    height: 203.25px;
    margin: 0 auto 0 0;
  }
  #section9 .content .table .tableContent {
    flex-direction: column;
    padding: 0px 10px 5px 15px;
  }
  #section9 .content .table .textContainer .title1 {
    font-size: 16px;
    line-height: 10px;
    margin: 0 0 18px 0;
  }
  #section9 .content .table .textContainer .title2 {
    font-size: 16px;
  }
  #section9 .content .table .textContainer .text1 {
    font-size: 14px;
    line-height: 22px;
  }
  #section9 .content .table .textContainer .text2 {
    font-size: 14px;
  }
  #section9 .content .table .textContainer .text3 {
    font-size: 14px;
  }
  #section9 .content .table .textContainer .list {
    padding: 0 0 0 20px;
    margin: 10px 0;
  }
  #section9 .content .table .textContainer1 {
    top: 50px;
    left: 66px;
  }
  #section9 .content .table .textContainer2 {
    max-width: 265px;
    top: 25px;
  }
}
@media (max-width: 600px) {
  #section9 {
    margin: 50px 0 0 0;
  }
  #section9 .content .titleContainer .title {
    font-size: 28px;
    line-height: 32px;
  }
  #section9 .content .titleContainer .text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 550px) {
  #section9 .content .table {
    width: 445px;
    height: 900px;
    margin: 35px 0 0 0;
  }
  #section9 .content .table .btn {
    max-width: 250px;
  }
  #section9 .content .table .tableContent {
    padding: 30px 15px 5px 15px;
  }
  #section9 .content .table .column {
    margin: 20px 0 0 15px;
  }
  #section9 .content .table .bgBorder {
    width: 445px;
    height: 900px;
    border-radius: 40px;
  }
  #section9 .content .table .bg {
    width: 415px;
    height: 830px;
    background-image: url("../img/section9-10.png");
  }
  #section9 .content .table .img1 {
    width: 318.85px;
    height: 334.75px;
  }
  #section9 .content .table .img2 {
    width: 293.3px;
    height: 197.4px;
    margin: 0 0 20px auto;
  }
  #section9 .content .table .img3 {
    width: 303.8px;
    height: 189.7px;
  }
  #section9 .content .table .textContainer .title1 {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  #section9 .content .table .textContainer .title2 {
    font-size: 14px;
  }
  #section9 .content .table .textContainer .text1 {
    font-size: 14px;
    line-height: 20px;
  }
  #section9 .content .table .textContainer .text2 {
    font-size: 13px;
  }
  #section9 .content .table .textContainer .text3 {
    font-size: 14px;
  }
  #section9 .content .table .textContainer .list {
    padding: 0 0 0 15px;
    margin: 5px 0;
  }
  #section9 .content .table .textContainer1 {
    max-width: 255px;
    top: 30px;
    left: 55px;
  }
  #section9 .content .table .textContainer2 {
    max-width: 210px;
    top: 15px;
    left: 39px;
  }
  #section9 .content .table .textContainer3 {
    max-width: 245px;
    top: 20px;
    left: 15px;
  }
}
@media (max-width: 500px) {
  #section9 .content .titleContainer .title {
    font-size: 24px;
    line-height: 28px;
  }
  #section9 .content .titleContainer .title .titleBr {
    display: none;
  }
  #section9 .content .titleContainer .text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 450px) {
  #section9 .content .titleContainer .title {
    font-size: 20px;
    line-height: 24px;
  }
  #section9 .content .titleContainer .text {
    font-size: 15px;
    line-height: 20px;
  }
  #section9 .content .table {
    width: 400px;
    height: 815px;
    margin: 25px 0 0 0;
  }
  #section9 .content .table .tableContent {
    padding: 15px 15px 5px 15px;
  }
  #section9 .content .table .column {
    margin: 0px 0 0 15px;
  }
  #section9 .content .table .bgBorder {
    width: 400px;
    height: 815px;
  }
  #section9 .content .table .bg {
    width: 370px;
    height: 747px;
  }
  #section9 .content .table .img1 {
    width: 293.4px;
    height: 309px;
  }
  #section9 .content .table .img2 {
    width: 293.3px;
    height: 197.4px;
    margin: 5px 0 5px auto;
  }
  #section9 .content .table .img3 {
    width: 303.8px;
    height: 189.7px;
  }
  #section9 .content .table .textContainer .title1 {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  #section9 .content .table .textContainer .title2 {
    font-size: 14px;
  }
  #section9 .content .table .textContainer .text1 {
    font-size: 13px;
    line-height: 20px;
  }
  #section9 .content .table .textContainer .text2 {
    font-size: 13px;
  }
  #section9 .content .table .textContainer .text3 {
    font-size: 14px;
  }
  #section9 .content .table .textContainer .list {
    padding: 0 0 0 15px;
    margin: 5px 0;
  }
  #section9 .content .table .textContainer1 {
    max-width: 240px;
    top: 30px;
    left: 50px;
  }
  #section9 .content .table .textContainer2 {
    max-width: 210px;
    top: 15px;
    left: 39px;
  }
  #section9 .content .table .textContainer3 {
    max-width: 245px;
    top: 20px;
    left: 15px;
  }
}
@media (max-width: 400px) {
  #section9 {
    margin: 30px 0 0 0;
  }
  #section9 .content .titleContainer .title {
    font-size: 20px;
    line-height: 24px;
  }
  #section9 .content .titleContainer .text {
    font-size: 14px;
  }
  #section9 .content .table {
    width: 320px;
    height: 665px;
  }
  #section9 .content .table .btn {
    font-size: 18px;
    height: 45px;
    width: calc(100% - 100px);
  }
  #section9 .content .table .tableContent {
    padding: 5px 10px 5px 10px;
  }
  #section9 .content .table .column {
    margin: 0px 0 0 -5px;
  }
  #section9 .content .table .bgBorder {
    width: 320px;
    height: 665px;
    border-bottom: 10px solid #0000ff;
    border-radius: 30px;
  }
  #section9 .content .table .bg {
    width: 290px;
    height: 600px;
  }
  #section9 .content .table .img1 {
    width: 259.17px;
    height: 273.95px;
  }
  #section9 .content .table .img2 {
    width: 243.02px;
    height: 163.56px;
    margin: 0 0 0 auto;
  }
  #section9 .content .table .img3 {
    width: 251.32px;
    height: 157.18px;
  }
  #section9 .content .table .textContainer .title1 {
    font-size: 13px;
    margin: 0 0 12px 0;
  }
  #section9 .content .table .textContainer .title2 {
    font-size: 13px;
  }
  #section9 .content .table .textContainer .text1 {
    font-size: 12px;
    line-height: 18px;
  }
  #section9 .content .table .textContainer .text2 {
    font-size: 12px;
  }
  #section9 .content .table .textContainer .text3 {
    font-size: 12px;
  }
  #section9 .content .table .textContainer .list {
    padding: 0 0 0 15px;
    margin: 5px 0;
  }
  #section9 .content .table .textContainer1 {
    max-width: 215px;
    top: 20px;
    left: 42px;
  }
  #section9 .content .table .textContainer2 {
    max-width: 210px;
    top: 13px;
    left: 30px;
  }
  #section9 .content .table .textContainer3 {
    max-width: 240px;
    top: 15px;
    left: 8px;
  }
}
#section10 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 55px 0 0 0;
}
#section10 .content {
  max-width: 920px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section10 .content .title {
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  padding: 0 15px;
}
#section10 .content .greenBox {
  width: 100%;
  height: 261px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00ff00;
  margin: 80px 0 120px 0;
  position: relative;
}
#section10 .content .greenBox .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  animation-name: imgZoomSmall2;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  scale: 0.98;
}
@keyframes imgZoomSmall2 {
  0% {
    scale: 0.98;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.98;
  }
}
#section10 .content .greenBox .img1 {
  width: 357px;
  height: 441px;
  background-image: url("../img/section10-1.png");
  z-index: 10;
  animation-duration: 6s;
}
#section10 .content .greenBox .img2 {
  width: 215px;
  height: 214px;
  background-image: url("../img/section10-2.svg");
  z-index: 10;
  position: absolute;
  top: 26%;
  left: -220px;
  animation-duration: 5s;
  animation-delay: 1s;
}
#section10 .content .greenBox .img3 {
  width: 248px;
  height: 197px;
  background-image: url("../img/section10-3.svg");
  z-index: 10;
  position: absolute;
  top: 111px;
  right: -196px;
  animation-duration: 6.5s;
  animation-delay: 2s;
}
#section10 .content .btn {
  max-width: 350px;
  width: calc(100% - 80px);
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: mBank;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 66px;
  background: #ff0eb2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
#section10 .content .btn:hover {
  background: #e40ea0;
}

@media (max-width: 850px) {
  #section10 .content .title {
    font-size: 33px;
  }
  #section10 .content .greenBox .img2 {
    width: 172px;
    height: 171.2px;
    left: -160px;
  }
  #section10 .content .greenBox .img3 {
    width: 198.4px;
    height: 157.6px;
    top: 145px;
    right: -150px;
  }
}
@media (max-width: 700px) {
  #section10 {
    margin: 50px 0 25px 0;
  }
  #section10 .content .title {
    font-size: 24px;
    line-height: 32px;
  }
  #section10 .content .greenBox .img1 {
    width: 321.3px;
    height: 396.9px;
  }
  #section10 .content .greenBox .img2 {
    width: 129px;
    height: 128.4px;
    left: -110px;
  }
  #section10 .content .greenBox .img3 {
    width: 148.8px;
    height: 118.2px;
    top: 155px;
    right: -100px;
  }
}
@media (max-width: 550px) {
  #section10 .content .greenBox {
    height: 150px;
    margin: 60px 0 80px 0;
  }
  #section10 .content .greenBox .img1 {
    width: 214.2px;
    height: 264.6px;
  }
  #section10 .content .greenBox .img2 {
    width: 107.5px;
    height: 107px;
    left: -90px;
  }
  #section10 .content .greenBox .img3 {
    width: 124px;
    height: 98.5px;
    top: 90px;
    right: -90px;
  }
  #section10 .content .btn {
    max-width: 250px;
  }
}
@media (max-width: 400px) {
  #section10 {
    margin: 30px 0 25px 0;
  }
  #section10 .content .greenBox {
    margin: 40px 0 60px 0;
  }
  #section10 .content .greenBox .img1 {
    width: 196.35px;
    height: 242.55px;
  }
  #section10 .content .greenBox .img2 {
    width: 96.75px;
    height: 96.3px;
    left: -77px;
  }
  #section10 .content .greenBox .img3 {
    width: 111.6px;
    height: 88.65px;
    right: -75px;
  }
  #section10 .content .btn {
    font-size: 18px;
    height: 45px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 350px) {
  #section10 .content .greenBox {
    height: 130px;
    margin: 30px 0 50px 0;
  }
  #section10 .content .greenBox .img1 {
    width: 160.65px;
    height: 198.45px;
  }
  #section10 .content .greenBox .img2 {
    width: 86px;
    height: 85.6px;
    left: -70px;
  }
  #section10 .content .greenBox .img3 {
    width: 99.2px;
    height: 78.8px;
    top: 67px;
    right: -70px;
  }
}
#section11 {
  display: flex;
  flex-flow: column;
  padding: 50px;
}
#section11 .element {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#section11 .element .img {
  width: 17px;
  height: 21px;
  margin-right: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
#section11 .element .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-top: 5px;
}
#section11 .wrapper {
  max-width: 1110px;
  margin: 45px auto 60px;
}
#section11 .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 20px;
}
#section11 .description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}
#section11 .description a {
  color: #000000;
  word-break: break-word;
}

@media (max-width: 1320px) {
  #section11 .wrapper {
    max-width: 900px;
    margin: 35px auto 50px;
  }
}
@media (max-width: 920px) {
  #section11 {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  #section11 {
    padding: 0 20px;
  }
}
#section12 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 79px 20px 80px 20px;
}
#section12 .titleContainer {
  max-width: 1147px;
  width: 100%;
  display: flex;
  position: relative;
  margin: 0 0 100px 0;
}
#section12 .titleContainer .imgContainer {
  width: 37px;
  height: 47px;
  display: flex;
  position: absolute;
}
#section12 .titleContainer .imgContainer .img {
  width: 37px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
}
#section12 .titleContainer .imgContainer .img1 {
  background-image: url("../img/section6-1.svg");
}
#section12 .titleContainer .imgContainer .img2 {
  background-image: url("../img/section6-2.svg");
}
#section12 .titleContainer .imgContainer .bg {
  width: 35px;
  height: 25px;
  z-index: 5;
}
#section12 .titleContainer .imgContainer .bg1 {
  background-color: #0000ff;
}
#section12 .titleContainer .imgContainer .bg2 {
  background-color: #ff0eb2;
}
#section12 .titleContainer .leftPink {
  bottom: -47px;
  left: -2px;
  transform: rotate(180deg);
  flex-direction: column-reverse;
}
#section12 .titleContainer .title {
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  background-color: #ff0eb2;
  padding: 50px 20px 50px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
#section12 .titleContainer .title:hover {
  background-color: #e40ea0;
}
#section12 .titleContainer .title.active .btn {
  transform: translate(-50%) rotate(0deg);
}
#section12 .btn {
  width: 48px;
  height: 48px;
  background-image: url("../img/section12-18.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translate(-50%) rotate(180deg);
  transition: 0.3s all ease-in-out;
}
#section12 .listContainer {
  width: 100%;
  max-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  padding: 0 115px;
}
#section12 .scrollHeight {
  max-height: 1600px !important;
}
#section12 .element {
  width: calc(100% - 90px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#section12 .element .text {
  width: 100%;
  color: #00f;
  font-family: mBank;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.22px;
  margin: 0;
  position: absolute;
  z-index: 15;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
#section12 .element .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 1;
}
#section12 .element .lineBlue {
  height: 300px;
  border-left: 5px dashed #0000ff;
  position: absolute;
  bottom: -260px;
  left: 38px;
  z-index: -5;
}
#section12 .element .lineBlueShort {
  height: 300px;
  border-left: 5px dashed #0000ff;
  position: absolute;
  bottom: -260px;
  left: 38px;
  z-index: -5;
}
#section12 .element .linePink {
  height: 300px;
  border-left: 5px dashed #ff0fb2;
  position: absolute;
  bottom: -260px;
  right: 38px;
  z-index: -5;
}
#section12 .element .linePinkShort {
  height: 50px;
  border-left: 5px dashed #ff0fb2;
  position: absolute;
  bottom: -10px;
  right: 38px;
  z-index: -5;
}
#section12 .element1 {
  padding: 0 0 0 45px;
  margin: 25px 120px 0 0;
}
#section12 .element1 .text {
  max-width: 745px;
  width: 73%;
  top: 20%;
  right: 90px;
}
#section12 .element1 .img1 {
  max-width: 1068px;
  width: 100%;
  height: 226px;
  background-image: url("../img/section12-8.svg");
  position: relative;
}
#section12 .element1 .img2 {
  width: 22%;
  height: 260px;
  background-image: url("../img/section12-7.svg");
  position: absolute;
  top: 0;
  left: -35px;
}
#section12 .element1 .img2 .img3 {
  width: 45%;
  height: 112px;
  background-image: url("../img/section12-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 1;
  position: absolute;
  top: 53px;
  left: 15%;
}
#section12 .element2 {
  padding: 0 45px 0 0;
  margin: 25px 0 0 120px;
}
#section12 .element2 .text {
  max-width: 725px;
  width: 69%;
  top: 60px;
  left: 13%;
}
#section12 .element2 .img1 {
  max-width: 1068px;
  width: 100%;
  height: 226px;
  background-image: url("../img/section12-11.svg");
  position: relative;
}
#section12 .element2 .img2 {
  width: 22%;
  height: 260px;
  background-image: url("../img/section12-12.svg");
  position: absolute;
  top: 0;
  right: -35px;
}
#section12 .element2 .img2 .img3 {
  width: 45%;
  height: 109px;
  background-image: url("../img/section12-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 1;
  position: absolute;
  top: 53px;
  left: 40%;
}
#section12 .element3 {
  padding: 0 0 0 45px;
  margin: 25px 120px 0 0;
}
#section12 .element3 .text {
  max-width: 715px;
  width: 70%;
  top: 60px;
  right: 120px;
}
#section12 .element3 .img1 {
  max-width: 1068px;
  width: 100%;
  height: 226px;
  background-image: url("../img/section12-8.svg");
  position: relative;
}
#section12 .element3 .img2 {
  width: 22%;
  height: 260px;
  background-image: url("../img/section12-7.svg");
  position: absolute;
  top: 0;
  left: -35px;
}
#section12 .element3 .img2 .img3 {
  width: 45%;
  height: 123px;
  background-image: url("../img/section12-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 1;
  position: absolute;
  top: 42px;
  left: 15%;
}
#section12 .element4 {
  padding: 0 45px 0 0;
  margin: 0 0 0 120px;
}
#section12 .element4 .text {
  max-width: 690px;
  width: 67%;
  top: 55px;
  left: 140px;
}
#section12 .element4 .img1 {
  max-width: 1068px;
  width: 100%;
  height: 226px;
  background-image: url("../img/section12-11.svg");
  position: relative;
}
#section12 .element4 .img2 {
  width: 22%;
  height: 260px;
  background-image: url("../img/section12-12.svg");
  position: absolute;
  top: 0;
  right: -35px;
}
#section12 .element4 .img2 .img3 {
  width: 45%;
  height: 90px;
  background-image: url("../img/section12-4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 1;
  position: absolute;
  top: 60px;
  left: 40%;
}
#section12 .element5 {
  padding: 0 0 0 45px;
  margin: 25px 120px 50px 0;
}
#section12 .element5 .text {
  max-width: 660px;
  width: 63%;
  top: 70px;
  right: 180px;
}
#section12 .element5 .img1 {
  max-width: 1068px;
  width: 100%;
  height: 226px;
  background-image: url("../img/section12-8.svg");
  position: relative;
}
#section12 .element5 .img2 {
  width: 22%;
  height: 260px;
  background-image: url("../img/section12-7.svg");
  position: absolute;
  top: 0;
  left: -35px;
}
#section12 .element5 .img2 .img3 {
  width: 32%;
  height: 156px;
  top: 27px;
  background-image: url("../img/section12-6.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 1;
  position: absolute;
  left: 21%;
}
#section12 .element6 {
  padding: 0 45px 0 0;
  margin: 25px 0 0 120px;
}
#section12 .element6 .text {
  max-width: 670px;
  width: 67%;
  top: 55px;
  left: 140px;
}
#section12 .element6 .img1 {
  max-width: 1068px;
  width: 100%;
  height: 226px;
  background-image: url("../img/section12-11.svg");
  position: relative;
}
#section12 .element6 .img2 {
  width: 22%;
  height: 260px;
  background-image: url("../img/section12-12.svg");
  position: absolute;
  top: 0;
  right: -35px;
}
#section12 .element6 .img2 .img3 {
  background-image: url("../img/section12-5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 1;
  position: absolute;
  left: 39%;
  width: 45%;
  height: 123px;
  top: 42px;
}

@media (max-width: 1350px) {
  #section12 .listContainer {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 1250px) {
  #section12 .listContainer {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1200px) {
  #section12 .element .text {
    font-size: 1.9vw;
  }
  #section12 .element5 .text {
    top: 50px;
  }
}
@media (max-width: 1100px) {
  #section12 .element1 .text {
    top: 55px;
  }
  #section12 .element1 .img2 {
    top: -2px;
  }
  #section12 .element2 .text {
    top: 70px;
  }
  #section12 .element2 .img2 {
    top: -2px;
  }
  #section12 .element3 .text {
    top: 55px;
    right: 110px;
  }
  #section12 .element3 .img2 {
    top: -2px;
  }
  #section12 .element4 .text {
    left: 120px;
    top: 70px;
  }
  #section12 .element4 .img2 {
    top: -2px;
  }
  #section12 .element5 .text {
    top: 60px;
    right: 160px;
  }
  #section12 .element5 .img2 {
    top: -2px;
  }
  #section12 .element6 .text {
    left: 120px;
  }
  #section12 .element6 .img2 {
    top: -2px;
  }
}
@media (max-width: 1000px) {
  #section12 .titleContainer .title {
    font-size: 36px;
  }
  #section12 .listContainer {
    padding: 0;
  }
  #section12 .element .lineBlue {
    bottom: -240px;
    left: 30px;
  }
  #section12 .element .lineBlueShort {
    bottom: -240px;
    left: 30px;
  }
  #section12 .element .linePink {
    bottom: -240px;
    right: 30px;
  }
  #section12 .element .linePinkShort {
    height: 80px;
    bottom: -15px;
    right: 30px;
  }
  #section12 .element1 {
    margin: 0 100px 0 0;
  }
  #section12 .element1 .text {
    top: 60px;
    right: 80px;
  }
  #section12 .element1 .img1 {
    width: 736px;
  }
  #section12 .element1 .img2 {
    top: -4px;
  }
  #section12 .element2 {
    margin: 0 0 0 100px;
  }
  #section12 .element2 .text {
    top: 65px;
  }
  #section12 .element2 .img1 {
    width: 736px;
  }
  #section12 .element2 .img2 {
    top: -4px;
  }
  #section12 .element3 {
    margin: 0 100px 0 0;
  }
  #section12 .element3 .text {
    top: 65px;
    right: 90px;
  }
  #section12 .element3 .img1 {
    width: 736px;
  }
  #section12 .element3 .img2 {
    top: -4px;
  }
  #section12 .element4 {
    margin: 0 0 0 100px;
  }
  #section12 .element4 .img1 {
    width: 736px;
  }
  #section12 .element4 .img2 {
    top: -4px;
  }
  #section12 .element5 {
    margin: 0 100px 0 0;
  }
  #section12 .element5 .text {
    top: 65px;
    right: 140px;
  }
  #section12 .element5 .img1 {
    width: 736px;
  }
  #section12 .element5 .img2 {
    top: -4px;
  }
  #section12 .element6 {
    margin: 0 0 0 100px;
  }
  #section12 .element6 .text {
    left: 110px;
  }
  #section12 .element6 .img1 {
    width: 736px;
  }
  #section12 .element6 .img2 {
    top: -4px;
  }
}
@media (max-width: 900px) {
  #section12 .element .lineBlue {
    left: 25px;
  }
  #section12 .element .lineBlueShort {
    left: 25px;
  }
  #section12 .element .linePink {
    right: 25px;
  }
  #section12 .element .linePinkShort {
    right: 25px;
  }
  #section12 .element1 {
    margin: 0 80px 0 0;
  }
  #section12 .element1 .text {
    top: 65px;
    right: 60px;
  }
  #section12 .element1 .img2 {
    top: -5px;
  }
  #section12 .element2 {
    margin: 0 0 0 80px;
  }
  #section12 .element2 .text {
    top: 80px;
    left: 13%;
  }
  #section12 .element2 .img2 {
    top: -5px;
  }
  #section12 .element3 {
    margin: 0 80px 0 0;
  }
  #section12 .element3 .text {
    top: 70px;
    right: 85px;
  }
  #section12 .element3 .img2 {
    top: -5px;
  }
  #section12 .element4 {
    margin: 0 0 0 80px;
  }
  #section12 .element4 .text {
    top: 80px;
    left: 100px;
  }
  #section12 .element4 .img2 {
    top: -5px;
  }
  #section12 .element5 {
    margin: 0 80px 0 0;
  }
  #section12 .element5 .text {
    top: 70px;
    right: 130px;
  }
  #section12 .element5 .img2 {
    top: -5px;
  }
  #section12 .element6 {
    margin: 0 0 0 80px;
  }
  #section12 .element6 .text {
    top: 60px;
    left: 100px;
  }
  #section12 .element6 .img2 {
    top: -5px;
  }
}
@media (max-width: 800px) {
  #section12 .titleContainer .title {
    font-size: 30px;
    line-height: 42px;
  }
  #section12 .element {
    width: 100%;
  }
  #section12 .element .text {
    font-size: 2.2vw;
  }
  #section12 .element1 {
    margin: 45px 0 0 0;
  }
  #section12 .element1 .img1 {
    width: 715px;
    height: 151px;
  }
  #section12 .element1 .img2 {
    height: 186px;
    top: -6px;
  }
  #section12 .element1 .img2 .img3 {
    height: 71px;
    top: 40px;
  }
  #section12 .element1 .text {
    top: 25px;
    right: 70px;
  }
  #section12 .element2 {
    margin: 45px 0 0 0;
  }
  #section12 .element2 .img1 {
    width: 715px;
    height: 151px;
  }
  #section12 .element2 .img2 {
    height: 186px;
    top: -6px;
  }
  #section12 .element2 .img2 .img3 {
    height: 75px;
    top: 40px;
  }
  #section12 .element2 .text {
    top: 40px;
  }
  #section12 .element3 {
    margin: 45px 0 0 0;
  }
  #section12 .element3 .img1 {
    width: 715px;
    height: 151px;
  }
  #section12 .element3 .img2 {
    height: 186px;
    top: -6px;
  }
  #section12 .element3 .img2 .img3 {
    height: 85px;
    top: 25px;
  }
  #section12 .element3 .text {
    top: 35px;
  }
  #section12 .element4 {
    margin: 0;
  }
  #section12 .element4 .img1 {
    width: 715px;
    height: 151px;
  }
  #section12 .element4 .img2 {
    height: 186px;
    top: -6px;
  }
  #section12 .element4 .img2 .img3 {
    height: 75px;
    top: 40px;
  }
  #section12 .element4 .text {
    top: 40px;
  }
  #section12 .element5 {
    margin: 45px 0 50px 0;
  }
  #section12 .element5 .img1 {
    width: 715px;
    height: 151px;
  }
  #section12 .element5 .img2 {
    height: 186px;
    top: -6px;
  }
  #section12 .element5 .img2 .img3 {
    height: 100px;
    top: 25px;
  }
  #section12 .element5 .text {
    top: 30px;
  }
  #section12 .element6 {
    margin: 45px 0 0 0;
  }
  #section12 .element6 .img1 {
    width: 715px;
    height: 151px;
  }
  #section12 .element6 .img2 {
    height: 186px;
    top: -6px;
  }
  #section12 .element6 .img2 .img3 {
    height: 47px;
    top: 55px;
  }
  #section12 .element6 .text {
    top: 25px;
  }
}
@media (max-width: 700px) {
  #section12 .element .lineBlueShort {
    height: 250px;
    bottom: -183px;
  }
  #section12 .element1 {
    margin: 15px 0 0 0;
  }
  #section12 .element1 .text {
    top: 30px;
    right: 60px;
  }
  #section12 .element1 .img2 {
    top: -8px;
  }
  #section12 .element2 {
    margin: 15px 0 0 0;
  }
  #section12 .element2 .img2 {
    top: -8px;
  }
  #section12 .element3 {
    margin: 15px 0 0 0;
  }
  #section12 .element3 .img2 {
    top: -8px;
  }
  #section12 .element3 .text {
    top: 38px;
    right: 75px;
  }
  #section12 .element4 {
    margin: 0;
  }
  #section12 .element4 .img2 {
    top: -8px;
  }
  #section12 .element5 {
    margin: 15px 0 50px 0;
  }
  #section12 .element5 .img2 {
    top: -8px;
  }
  #section12 .element5 .text {
    top: 35px;
    right: 110px;
  }
  #section12 .element6 {
    margin: 15px 0 0 0;
  }
  #section12 .element6 .img2 {
    top: -8px;
  }
  #section12 .element6 .text {
    top: 30px;
  }
}
@media (max-width: 600px) {
  #section12 {
    padding: 50px 5px 60px 10px;
  }
  #section12 .content .table {
    transition: 0.7s all ease-in-out;
  }
  #section12 .titleContainer {
    padding: 0 15px;
  }
  #section12 .titleContainer .title {
    font-size: 24px;
    line-height: 28px;
  }
  #section12 .titleContainer .leftPink {
    left: 13px;
  }
  #section12 .element .text {
    font-size: 13px;
  }
  #section12 .element .lineBlue {
    height: 300px;
    bottom: -260px;
    border-width: 3px;
    left: 28px;
  }
  #section12 .element .lineBlueShort {
    height: 240px;
    bottom: -202px;
    border-width: 3px;
    left: 28px;
  }
  #section12 .element .linePink {
    height: 300px;
    bottom: -260px;
    border-width: 3px;
    right: 28px;
  }
  #section12 .element .linePinkShort {
    border-width: 3px;
    right: 28px;
  }
  #section12 .element1 {
    padding: 0 0 0 15px;
    margin: 15px 0 0 0;
  }
  #section12 .element1 .img1 {
    width: 350px;
    height: 171px;
    background-image: url("../img/section12-9.png");
  }
  #section12 .element1 .img2 {
    width: 28%;
    height: 196px;
    background-image: url("../img/section12-10.png");
    top: 0;
  }
  #section12 .element1 .img2 .img3 {
    width: 55%;
    top: 47px;
    left: 10px;
  }
  #section12 .element1 .text {
    max-width: 250px;
    width: 70%;
    top: 20px;
    right: 35px;
  }
  #section12 .element2 {
    padding: 0 15px 0 0;
    margin: 15px 0 0 0;
  }
  #section12 .element2 .img1 {
    width: 350px;
    height: 171px;
    background-image: url("../img/section12-14.png");
  }
  #section12 .element2 .img2 {
    width: 28%;
    height: 196px;
    background-image: url("../img/section12-13.png");
    top: 0;
  }
  #section12 .element2 .img2 .img3 {
    width: 55%;
    top: 45px;
    left: 33px;
  }
  #section12 .element2 .text {
    max-width: 250px;
    width: 70%;
    top: 40px;
    left: 45px;
  }
  #section12 .element3 {
    padding: 0 0 0 15px;
    margin: 15px 0 0 0;
  }
  #section12 .element3 .img1 {
    width: 350px;
    height: 171px;
    background-image: url("../img/section12-9.png");
  }
  #section12 .element3 .img2 {
    width: 28%;
    height: 196px;
    background-image: url("../img/section12-10.png");
    top: 0;
  }
  #section12 .element3 .img2 .img3 {
    width: 55%;
    top: 35px;
    left: 10px;
  }
  #section12 .element3 .text {
    max-width: 250px;
    width: 70%;
    top: 30px;
    right: 35px;
  }
  #section12 .element4 {
    padding: 0 15px 0 0;
    margin: 0;
  }
  #section12 .element4 .img1 {
    width: 350px;
    height: 171px;
    background-image: url("../img/section12-14.png");
  }
  #section12 .element4 .img2 {
    width: 28%;
    height: 196px;
    background-image: url("../img/section12-13.png");
    top: 0;
  }
  #section12 .element4 .img2 .img3 {
    width: 45%;
    top: 40px;
    left: 40px;
  }
  #section12 .element4 .text {
    max-width: 250px;
    width: 70%;
    top: 35px;
    left: 50px;
  }
  #section12 .element4 .text br {
    display: none;
  }
  #section12 .element5 {
    padding: 0 0 0 15px;
    margin: 15px 0 40px 0;
  }
  #section12 .element5 .img1 {
    width: 350px;
    height: 171px;
    background-image: url("../img/section12-9.png");
  }
  #section12 .element5 .img2 {
    width: 28%;
    height: 196px;
    background-image: url("../img/section12-10.png");
    top: 0;
  }
  #section12 .element5 .img2 .img3 {
    width: 44%;
    top: 30px;
    left: 14px;
  }
  #section12 .element5 .text {
    max-width: 250px;
    width: 70%;
    top: 30px;
    right: 35px;
  }
  #section12 .element6 {
    padding: 0 15px 0 0;
    margin: 15px 0 0 0;
  }
  #section12 .element6 .img1 {
    width: 350px;
    height: 171px;
    background-image: url("../img/section12-14.png");
  }
  #section12 .element6 .img2 {
    width: 28%;
    height: 196px;
    background-image: url("../img/section12-13.png");
    top: 0;
  }
  #section12 .element6 .img2 .img3 {
    width: 55%;
    top: 55px;
    left: 31px;
  }
  #section12 .element6 .text {
    max-width: 250px;
    width: 70%;
    top: 18px;
    left: 45px;
  }
  #section12 .element6 .text br {
    display: none;
  }
}
@media (max-width: 450px) {
  #section12 {
    padding: 30px 0 40px 0;
  }
  #section12 .element .text {
    font-size: 13px;
  }
  #section12 .element .lineBlueShort {
    bottom: -190px;
  }
  #section12 .element .linePinkShort {
    bottom: -10px;
  }
  #section12 .element1 {
    padding: 0 0 0 36px;
  }
  #section12 .element1 .text {
    width: 71%;
    top: 15px;
    right: 40px;
  }
  #section12 .element2 {
    padding: 0 36px 0 0;
  }
  #section12 .element2 .text {
    left: 40px;
  }
  #section12 .element3 {
    padding: 0 0 0 36px;
  }
  #section12 .element4 {
    padding: 0 36px 0 0;
    margin: 10px 0 0 0;
  }
  #section12 .element5 {
    padding: 0 0 0 36px;
    margin: 10px 0 35px 0;
  }
  #section12 .element6 {
    padding: 0 36px 0 0;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 350px) {
  #section12 .element .text {
    font-size: 12px;
  }
  #section12 .element .lineBlueShort {
    height: 220px;
    bottom: -180px;
  }
  #section12 .element .linePinkShort {
    height: 40px;
    bottom: -5px;
  }
  #section12 .element1 {
    margin: 5px 0 0 0;
  }
  #section12 .element1 .text {
    max-width: 220px;
    width: 72%;
    top: 15px;
    right: 40px;
  }
  #section12 .element2 {
    margin: 5px 0 0 0;
  }
  #section12 .element2 .text {
    max-width: 220px;
  }
  #section12 .element3 {
    margin: 5px 0 0 0;
  }
  #section12 .element3 .text {
    top: 35px;
  }
  #section12 .element4 {
    margin: 5px 0 0 0;
  }
  #section12 .element5 {
    margin: 5px 0 35px 0;
  }
  #section12 .element5 .text {
    top: 35px;
  }
  #section12 .element6 {
    margin: 5px 0 0 0;
  }
  #section12 .element6 .text {
    top: 20px;
  }
}
#section13 {
  display: flex;
  background-color: rgba(38, 34, 30, 0.05);
  padding: 50px;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
}
#section13 .title {
  max-width: 1065px;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin: 0 0 10px 0;
}
#section13 .subTitle {
  max-width: 675px;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
}
#section13 .wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 40px auto;
  max-width: 1280px;
}
#section13 .imgWrapper {
  display: flex;
  flex-flow: column;
  width: calc((100% - 40px) / 3);
  background-color: #ffffff;
}
#section13 .imageVideo {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 47.11%;
  position: relative;
}
#section13 .imageVideo .play {
  width: 11.77%;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../assets/img/section13-play.svg");
}
#section13 .imageVideo1 {
  background-image: url("../../assets/img/section13-1.jpg");
}
#section13 .imageVideo2 {
  background-image: url("../../assets/img/section13-2.jpg");
}
#section13 .imageVideo3 {
  background-image: url("../../assets/img/section13-3.jpg");
}
#section13 .bar {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-image: url("../../assets/img/section13-bar.svg");
  height: 2px;
}
#section13 .text {
  background-color: #ffffff;
  color: #000;
  font-family: mBank;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 15px;
  margin: 0;
}
#section13 .middle {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
#section13 .middle .btnCenterContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 62.48px;
}
#section13 .middle .btnCenterContainer .containerWrapper {
  width: 100%;
  max-width: 351.036px;
  min-height: 104.362px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section13 .middle .btnContainer {
  display: flex;
  justify-content: space-between;
}
#section13 .middle .btnContainer1 {
  margin: 35px 0 0 0;
}
#section13 .middle .btn {
  width: 100%;
  max-width: 1110px;
  min-height: 104.362px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#section13 .middle .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 104.362px;
  border-radius: 20px;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 5px 10px;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  position: relative;
  flex-shrink: 0;
}
#section13 .middle .button:active {
  display: flex;
}
#section13 .middle .button2 {
  background: #0000ff;
  z-index: 1;
}
#section13 .middle .button2:hover {
  background: #0000dd;
}
#section13 .middle .arrow {
  width: 48px;
  height: 48px;
  background-image: url("../img/section13-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s all ease-in-out;
  transform: rotate(180deg);
  top: 80px;
  left: calc(50% - 24px);
}
#section13 .middle .arrow.active {
  transform: rotate(0deg);
}
#section13 .middle .arrow.beforeActive {
  bottom: -24px;
}
#section13 .middle .noCursor {
  cursor: auto !important;
}
#section13 .middle .itemWrapper {
  width: 100%;
  max-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: -60px;
}
#section13 .middle .itemWrapper .item {
  display: flex;
  width: 100%;
  flex-flow: column;
  align-items: center;
  height: 100%;
  padding: 93.85px 0 0;
}
#section13 .middle .itemWrapper .item .wrapperContainer {
  display: flex;
  flex-flow: column;
  width: 100%;
}
#section13 .middle .itemWrapper .item .wrapperContainer .container {
  display: flex;
  flex-flow: column;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
#section13 .middle .itemWrapper .item .wrapperContainer .containerTitle {
  color: #FFF;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
  padding: 29px 30px;
  width: 100%;
  margin: unset;
}
#section13 .middle .itemWrapper .item .wrapperContainer .content {
  display: flex;
  width: 100%;
  padding: 50px 30px;
  align-items: center;
}
#section13 .middle .itemWrapper .item .wrapperContainer .content .list {
  list-style-type: none;
  padding: unset;
  margin: unset;
}
#section13 .middle .itemWrapper .item .wrapperContainer .content .list li {
  display: flex;
  align-items: center;
  color: #000;
  font-family: mBank;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 30px 0;
}
#section13 .middle .itemWrapper .item .wrapperContainer .content .list li .counter {
  width: 33px;
  height: 33px;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.01em;
  background-color: #FF0EB2;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 31px;
  flex-shrink: 0;
}
#section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 {
  margin-top: 20px;
}
#section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .container {
  border: 2px solid #00F;
}
#section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .containerTitle {
  background-color: #00F;
}
#section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .content .image {
  background-image: url("../img/section13-modal2.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 413px;
  height: 489px;
  flex-shrink: 0;
  margin-left: 50px;
}
#section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .content .list li .counter {
  background-color: #00F;
}
#section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 {
  margin-top: 65px;
}
#section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 .container {
  border: 2px solid #FF0EB2;
}
#section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 .containerTitle {
  background-color: #FF0EB2;
}
#section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 .content .image {
  background-image: url("../img/section13-modal1.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 436px;
  height: 427px;
  flex-shrink: 0;
  margin-right: 50px;
}
#section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 {
  margin-top: 65px;
}
#section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 .container {
  border: 2px solid #00F;
}
#section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 .contentWrapper {
  display: flex;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  padding: 20px 40px;
}
#section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 .left {
  color: #201C17;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
#section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 .right {
  color: #000;
  font-family: mBank;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 51px;
}
#section13 .middle .itemWrapper .item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  height: 54px;
  flex-shrink: 0;
  color: #FF0EB2;
  text-align: center;
  font-family: mBank;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 34px;
  border: 2px solid #FF0EB2;
  transition: 0.3s;
  margin-top: 60px;
}
#section13 .middle .itemWrapper .item .link:hover {
  background-color: #FF0EB2;
  color: #ffffff;
}
#section13 .middle .itemWrapper1 {
  transition: all 0.4s ease-in-out;
}
#section13 .scrollHeight {
  max-height: 5000px !important;
}

@media (max-width: 1300px) {
  #section13 {
    padding: 50px 40px;
  }
}
@media (max-width: 1100px) {
  #section13 .middle .itemWrapper .item .wrapperContainer .containerTitle {
    font-size: 28px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .content .image {
    width: 330px;
    height: 391px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 .content .image {
    width: 348px;
    height: 341px;
  }
}
@media (max-width: 1000px) {
  #section13 .wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #section13 .imgWrapper {
    display: flex;
    flex-flow: column;
    width: calc((100% - 20px) / 2);
    background-color: #ffffff;
  }
  #section13 .imgWrapper:last-child {
    margin: 20px auto 0;
  }
}
@media (max-width: 950px) {
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .content {
    flex-flow: column;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .content .image {
    width: 413px;
    height: 489px;
    margin-bottom: 20px;
    margin-left: unset;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .content .list {
    order: 1;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 .content {
    flex-flow: column;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 .content .image {
    width: 436px;
    height: 427px;
    margin-bottom: 20px;
    margin-right: unset;
  }
}
@media (max-width: 900px) {
  #section13 .title {
    font-size: 32px;
    line-height: 36px;
  }
  #section13 .subTitle {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 800px) {
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 .contentWrapper {
    flex-flow: column;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 .contentWrapper .right {
    margin-left: unset;
  }
}
@media (max-width: 750px) {
  #section13 {
    padding: 45px 30px 50px 30px;
  }
  #section13 .title {
    font-size: 25px;
    line-height: 32px;
  }
  #section13 .subTitle {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  #section13 .middle .itemWrapper .item .wrapperContainer .containerTitle {
    font-size: 24px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .content .image {
    width: 264px;
    height: 312px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 .content .image {
    width: 278px;
    height: 272px;
  }
}
@media (max-width: 650px) {
  #section13 .wrapper {
    max-width: 500px;
  }
  #section13 .imgWrapper {
    width: 100%;
  }
  #section13 .imgWrapper:nth-child(2) {
    margin: 20px auto 0;
  }
  #section13 .imgWrapper:last-child {
    margin: 20px auto 0;
  }
}
@media (max-width: 570px) {
  #section13 .middle .itemWrapper .item .wrapperContainer .content .list li br {
    display: none;
  }
}
@media (max-width: 550px) {
  #section13 {
    padding: 30px 20px 50px;
  }
  #section13 .title {
    font-size: 22px;
    line-height: 28px;
  }
  #section13 .subTitle {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  #section13 .middle .itemWrapper .item .wrapperContainer .content {
    padding: 50px 20px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer .content .list li {
    font-size: 18px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer .content .list li .counter {
    width: 28px;
    height: 28px;
    font-size: 18px;
    margin-right: 20px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .content .image {
    width: 264px;
    height: 312px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 .content .image {
    width: 278px;
    height: 272px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 .contentWrapper {
    padding: 20px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 .contentWrapper .right {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  #section13 .subTitle br {
    display: none;
  }
}
@media (max-width: 400px) {
  #section13 .middle .itemWrapper .item .wrapperContainer .content .list li {
    font-size: 16px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer .content .list li .counter {
    width: 24px;
    height: 24px;
    font-size: 16px;
    margin-right: 10px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .content .image {
    width: 237px;
    height: 280px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 .content .image {
    width: 250px;
    height: 244px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 .contentWrapper {
    padding: 20px;
  }
  #section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 .contentWrapper .right {
    font-size: 18px;
  }
}
#section14 {
  display: flex;
  width: 100%;
  padding: 0 40px;
  overflow: hidden;
}
#section14 .wrapper {
  display: flex;
  max-width: 1014px;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
#section14 .title {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 60px;
  margin-top: 60px;
}
#section14 .mainWrapper {
  display: flex;
  justify-content: space-between;
}
#section14 .mainWrapper .docWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 25px) / 2);
}
#section14 .mainWrapper .docWrapper .element {
  display: flex;
  align-items: flex-start;
  margin-bottom: 17px;
}
#section14 .mainWrapper .docWrapper .element .img {
  width: 16px;
  height: 21px;
  margin-right: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
#section14 .mainWrapper .docWrapper .element .text {
  min-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 1000px) {
  #section14 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  #section14 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  #section14 .mainWrapper {
    flex-flow: column;
  }
  #section14 .mainWrapper .docWrapper {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-right: unset;
  }
  #section14 .mainWrapper .docWrapper .element .img {
    width: 19.2px;
    height: 25.2px;
  }
  #section14 .mainWrapper .docWrapper:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  #section14 .mainWrapper .docWrapper .element .img {
    width: 22.4px;
    height: 29.4px;
  }
  #section14 .mainWrapper .docWrapper .element .text {
    min-height: 35px;
  }
}
@media screen and (max-width: 550px) {
  #section14 {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }
  #section14 .mainWrapper .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
  #section14 .mainWrapper .docWrapper .element {
    margin-bottom: 12px;
  }
  #section14 .mainWrapper .docWrapper .element .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  #section14 .title {
    font-size: 21px;
    line-height: 28px;
  }
  #section14 .mainWrapper .docWrapper .element .img {
    width: 25px;
    height: 33px;
  }
  #section14 .mainWrapper .docWrapper .element .text {
    min-height: 40px;
  }
}/*# sourceMappingURL=main.css.map */