* {
  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;
  padding: 0 50px;
  margin: 55px auto 0;
  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;
}
#header .quiz {
  padding: 7px 30px;
  font-size: 18px;
  justify-self: flex-end;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #0000FF;
  color: #ffffff;
  border-radius: 20px;
  margin-left: auto;
}

@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;
  }
  #header .quiz {
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 18px;
  }
}
@media (max-width: 370px) {
  #header .logo {
    width: 99.2px;
    height: 37.12px;
  }
  #header .separator {
    height: 35.2px;
    width: 2px;
    margin: 0 5px 0 10px;
  }
  #header .headerImage {
    width: 90.24px;
    height: 27.68px;
    flex-shrink: 0;
    margin-right: auto;
  }
  #header .quiz {
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 18px;
    margin-left: 10px;
  }
}
.wrapperMain {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

#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 .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: 76px;
}
#section1 .mainImage .absoluteFirst:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #00FF00;
  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: 60px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  padding-left: 95px;
  padding-right: 54px;
}
#section1 .mainImage .absoluteSecond:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #FF0EB2;
  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: 45px;
}
#section1 .mainImage .absoluteThird:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #0000FF;
  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;
}
#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: 382px;
  top: 106px;
}
#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;
}

@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;
  }
}
@media (max-width: 960px) {
  #section1 .mainImage {
    padding-top: 350px;
    background-position: center;
  }
}
@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;
  }
}
@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: 60px;
    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;
  }
}
@media (max-width: 450px) {
  #section1 .mainImage {
    padding-top: 220px;
    background-position: 85% center;
  }
}
@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;
  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;
  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;
  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 {
  display: flex;
  width: 100%;
  padding: 0 50px;
  margin-top: 100px;
}
#section2 .left {
  display: flex;
  flex-flow: column;
  max-width: 670px;
  width: 100%;
  margin-right: 10px;
  margin-left: auto;
  margin-bottom: 40px;
}
#section2 .left .title {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.01em;
  color: #000000;
  margin: 0 0 60px;
}
#section2 .left .image {
  display: none;
  position: relative;
  background-image: url("../../assets/img/section2-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 486px;
  height: 421px;
}
#section2 .left .image .subImage {
  position: absolute;
  left: 181px;
  top: 96px;
  background-image: url("../../assets/img/section2-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 41px;
  height: 190px;
  animation-duration: 0.7s;
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
#section2 .left .list {
  display: flex;
  flex-flow: column;
  width: 100%;
}
#section2 .left .list .item {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
#section2 .left .list .item:last-child {
  margin-bottom: unset;
}
#section2 .left .list .item .counter {
  width: 34px;
  height: 34px;
  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;
}
#section2 .left .list .item .text {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #26221E;
  margin: 0;
}
#section2 .right {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-right: auto;
}
#section2 .right .image {
  position: relative;
  background-image: url("../../assets/img/section2-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 486px;
  height: 421px;
}
#section2 .right .image .subImage {
  position: absolute;
  left: 181px;
  top: 96px;
  background-image: url("../../assets/img/section2-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 41px;
  height: 190px;
  animation-duration: 0.7s;
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}

@media (max-width: 1320px) {
  #section2 .left {
    margin-bottom: 30px;
  }
  #section2 .left .title {
    font-size: 32px;
    line-height: 38.4px;
    margin: 0 0 48px;
  }
  #section2 .right .image {
    width: 388.8px;
    height: 336.8px;
  }
  #section2 .right .image .subImage {
    left: 147px;
    top: 79px;
    width: 32.8px;
    height: 152px;
  }
}
@media (max-width: 1100px) {
  #section2 .right {
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  #section2 {
    margin-top: 64px;
  }
  #section2 .left {
    margin-bottom: 20px;
  }
  #section2 .left .title {
    font-size: 25.6px;
    line-height: 30.72px;
    margin: 0 0 38.4px;
  }
  #section2 .left .list .item {
    margin-bottom: 19px;
  }
  #section2 .left .list .item .counter {
    width: 27px;
    height: 27px;
    font-size: 16px;
    line-height: 20px;
    margin-right: 21px;
  }
  #section2 .left .list .item .text {
    font-size: 16px;
  }
  #section2 .right .image {
    width: 311.04px;
    height: 269.44px;
  }
  #section2 .right .image .subImage {
    left: 117px;
    top: 66px;
    width: 26.24px;
    height: 121.6px;
  }
}
@media (max-width: 800px) {
  #section2 .left {
    max-width: unset;
    margin-right: unset;
    align-items: center;
  }
  #section2 .left .title {
    font-size: 32px;
    line-height: 38.4px;
  }
  #section2 .left .image {
    display: flex;
    width: 388.8px;
    height: 336.8px;
    margin-bottom: 40px;
  }
  #section2 .left .image .subImage {
    left: 147px;
    top: 79px;
    width: 32.8px;
    height: 152px;
  }
  #section2 .right {
    display: none;
  }
}
@media (max-width: 750px) {
  #section2 {
    padding: 0 30px;
  }
}
@media (max-width: 550px) {
  #section2 {
    padding: 0 20px;
  }
  #section2 .left .image {
    width: 311.04px;
    height: 269.44px;
    margin-bottom: 40px;
  }
  #section2 .left .image .subImage {
    left: 118px;
    top: 61px;
    width: 26.24px;
    height: 121.6px;
  }
  #section2 .left .title {
    font-size: 25.6px;
    line-height: 30.72px;
  }
  #section2 .left .description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 400px) {
  #section2 .left .list .item .counter {
    margin-right: 15px;
  }
  #section2 .left .list .item .text {
    font-size: 15px;
  }
  #section2 .left .image {
    width: 248.83px;
    height: 215.55px;
  }
  #section2 .left .image .subImage {
    left: 93px;
    top: 55px;
    width: 21px;
    height: 97.28px;
  }
  #section2 .left .description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 350px) {
  #section2 .left .title {
    font-size: 23px;
    line-height: 28px;
  }
}
#section3 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 35px;
}
#section3 .wrapper {
  display: flex;
  width: 100%;
  background-color: #0000FF;
  margin: 0 auto;
  justify-content: flex-start;
  padding: 23px 50px 0;
}
#section3 .left {
  display: flex;
  margin-left: 30px;
  position: relative;
  width: 502px;
  height: 430px;
  flex-shrink: 0;
}
#section3 .left .image {
  width: 502px;
  height: 485px;
  background-image: url("../../assets/img/section3-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  top: -85px;
  position: absolute;
}
#section3 .left .image .subImage {
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/section3-1-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  z-index: 10;
}
#section3 .middle {
  display: flex;
  align-items: center;
  margin: 0 60px 0 0;
}
#section3 .middle .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0 0 30px;
  max-width: 443px;
}
#section3 .right {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
#section3 .right .image {
  background-image: url("../../assets/img/section3-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 171px;
  height: 173px;
  position: relative;
  flex-shrink: 0;
}
#section3 .right .image .subImage {
  background-image: url("../../assets/img/section3-2-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 132px;
  height: 36px;
  position: absolute;
  left: 350px;
  top: 67px;
  animation-duration: 2s;
  animation-name: move;
  animation-iteration-count: infinite;
  animation-delay: 2s;
  opacity: 1;
  transition: 0.3s all;
}
@keyframes move {
  0% {
    left: 350px;
    opacity: 1;
  }
  40% {
    left: 81px;
  }
  59% {
    opacity: 1;
    left: 81px;
  }
  70% {
    opacity: 0;
    left: 81px;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 350px;
  }
}

@media (max-width: 1320px) {
  #section3 {
    display: flex;
    justify-content: center;
    margin-top: 85px;
    overflow-x: hidden;
    overflow-y: visible;
    padding-top: 35px;
  }
  #section3 .wrapper {
    display: flex;
    width: 100%;
    background-color: #0000FF;
    margin: 0 auto;
    justify-content: flex-start;
    padding: 23px 50px 0;
  }
  #section3 .left {
    margin-left: -60px;
  }
  #section3 .left .image {
    width: 502px;
    height: 485px;
    background-image: url("../../assets/img/section3-1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    top: -85px;
    position: absolute;
  }
  #section3 .left .image .subImage {
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/section3-1-1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: 10;
  }
  #section3 .middle {
    display: flex;
    align-items: center;
    margin: 0 60px 0 0;
  }
  #section3 .middle .text {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0 0 30px;
    max-width: 443px;
  }
}
@media (max-width: 1320px) {
  #section3 {
    margin-top: 20px;
  }
  #section3 .wrapper {
    justify-content: center;
  }
  #section3 .left {
    width: 370px;
    height: 280px;
    margin-left: -80px;
  }
  #section3 .left .image {
    width: 401.6px;
    height: 344px;
    top: -85px;
  }
  #section3 .right {
    margin-right: 1px;
  }
  #section3 .right .image {
    width: 136.8px;
    height: 138.4px;
  }
  #section3 .right .image .subImage {
    width: 105.6px;
    height: 28.8px;
    left: 66px;
    top: 55px;
  }
  @keyframes move {
    0% {
      left: 350px;
      opacity: 1;
    }
    40% {
      left: 66px;
    }
    59% {
      opacity: 1;
      left: 66px;
    }
    70% {
      opacity: 0;
      left: 66px;
    }
    99% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      left: 350px;
    }
  }
}
@media (max-width: 1000px) {
  #section3 .middle {
    margin-right: 30px;
  }
}
@media (max-width: 850px) {
  #section3 .wrapper {
    flex-wrap: wrap;
  }
  #section3 .left {
    order: 0;
  }
  #section3 .middle {
    width: 100%;
    margin-right: unset;
    order: 2;
  }
  #section3 .middle .text {
    max-width: unset;
  }
  #section3 .right {
    justify-content: center;
    order: 1;
    margin-left: 50px;
  }
}
@media (max-width: 850px) {
  #section3 .wrapper {
    padding: 23px 30px 0;
  }
}
@media (max-width: 600px) {
  #section3 .right {
    margin-left: unset;
  }
}
@media (max-width: 550px) {
  #section3 .wrapper {
    padding: 23px 20px 0;
    flex-flow: column;
    align-items: center;
  }
  #section3 .left {
    margin-left: unset;
    width: 401.6px;
  }
  #section3 .right {
    order: 3;
    margin-bottom: 40px;
  }
}
#section4 {
  display: flex;
  max-width: 1290px;
  margin: 90px auto 50px;
  width: 100%;
  flex-flow: column;
}
#section4 .top {
  display: flex;
  width: 100%;
  height: 495px;
  position: relative;
  padding: 0 90px;
}
#section4 .row {
  display: flex;
  width: 20%;
}
#section4 .row:first-child {
  width: 10%;
}
#section4 .row:first-child .boxBorder {
  border-left: unset;
  border-top: unset;
}
#section4 .row:nth-child(6) {
  width: 10%;
}
#section4 .row:nth-child(6) .boxBorder {
  border-bottom: unset;
  border-right: unset;
}
#section4 .row:nth-child(2) .boxBorder, #section4 .row:nth-child(4) .boxBorder {
  border-bottom: unset;
}
#section4 .row:nth-child(3) .boxBorder, #section4 .row:nth-child(5) .boxBorder {
  border-top: unset;
}
#section4 .row:nth-child(7) {
  display: none;
}
#section4 .row .boxBorder {
  display: flex;
  width: 100%;
  height: 50%;
}
#section4 .row .boxBorder1 {
  border: 2px dashed #0000FF;
}
#section4 .row .boxBorder2 {
  border: 2px dashed #FF0EB2;
}
#section4 .row1 {
  align-items: flex-end;
}
#section4 .row2 {
  align-items: flex-start;
}
#section4 .circle {
  display: flex;
  position: absolute;
  width: 285px;
  height: 285px;
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  clip-path: circle(50% at 50% 50%);
}
#section4 .circle .container {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
#section4 .circle .text {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
}
#section4 .circle .arrow {
  width: 22px;
  height: 18px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin-bottom: 15px;
  animation-duration: 0.7s;
  animation-name: arrowPulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: 0.7s;
}
@keyframes arrowPulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.6);
  }
}
#section4 .circle.active .arrow {
  transform: rotate(180deg);
  animation-name: arrowPulseRotate;
}
@keyframes arrowPulseRotate {
  from {
    transform: scale(1) rotate(180deg);
  }
  to {
    transform: scale(1.6) rotate(180deg);
  }
}
#section4 .circlePink {
  border: 2px solid #FF0EB2;
}
#section4 .circlePink .arrow {
  background-color: #0000FF;
}
#section4 .circleBlue {
  border: 2px solid #0000FF;
}
#section4 .circleBlue .arrow {
  background-color: #FF0EB2;
}
#section4 .circle1 {
  top: 26px;
  left: 58px;
}
#section4 .circle2 {
  bottom: 26px;
  left: 282px;
  z-index: 10;
}
#section4 .circle3 {
  top: 26px;
  left: 502px;
}
#section4 .circle4 {
  bottom: 26px;
  left: 726px;
  z-index: 10;
}
#section4 .circle5 {
  top: 26px;
  left: 946px;
}
#section4 .img1 {
  background-image: url("../../assets/img/section4-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 133px;
  height: 148px;
  position: absolute;
  margin-bottom: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -75%);
  animation-duration: 3s;
  animation-name: img1Move;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-delay: 0.2s;
}
@keyframes img1Move {
  25% {
    transform: translate(-55%, -80%);
  }
  50% {
    transform: translate(-55%, -75%);
  }
  75% {
    transform: translate(-45%, -70%);
  }
}
#section4 .img2 {
  background-image: url("../../assets/img/section4-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 97px;
  height: 121px;
  margin-bottom: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -75%);
  animation-duration: 3s;
  animation-name: img1Move;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-delay: 0.4s;
}
#section4 .img3 {
  background-image: url("../../assets/img/section4-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 131px;
  height: 102px;
  margin-bottom: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -75%);
  animation-duration: 3s;
  animation-name: img1Move;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
}
#section4 .img4 {
  background-image: url("../../assets/img/section4-4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 149px;
  height: 117px;
  margin-bottom: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -75%);
  animation-duration: 3s;
  animation-name: img1Move;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-delay: 0.5s;
}
#section4 .img5 {
  background-image: url("../../assets/img/section4-5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 149px;
  height: 136px;
  margin-bottom: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -75%);
  animation-duration: 3s;
  animation-name: img1Move;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0.1s;
}
#section4 .bottom {
  display: flex;
  width: 100%;
}
#section4 .bottom .content {
  display: flex;
  flex-flow: column;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
}
#section4 .bottom .itemWrapperSection4 {
  display: flex;
  transition: all 0.4s ease-in-out;
  overflow-y: hidden;
  overflow-x: visible;
  width: 100%;
  height: 0;
  flex-flow: column;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  padding: 0 70px;
}
#section4 .bottom .itemWrapperSection4 .item {
  display: flex;
  width: 100%;
  flex-flow: column;
}
#section4 .bottom .itemWrapperSection4 .item .itemTitle {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.01em;
  margin: 45px 0 38px 0;
}
#section4 .bottom .itemWrapperSection4 .item .heading {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 25px 0;
}
#section4 .bottom .itemWrapperSection4 .item .text {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
#section4 .bottom .itemWrapperSection4 .item .color {
  color: #0066B1;
  margin: 30px 0;
}
#section4 .bottom .itemWrapperSection4 .item1 {
  padding: 0 93px 30px 91px;
  border-left: 2px solid #FF0EB2;
}
#section4 .bottom .itemWrapperSection4 .item2 {
  padding: 0 91px 30px 93px;
  border-right: 2px solid #0000FF;
}
#section4 .bottom .itemWrapperSection41:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/section4-1.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 123px;
  height: 165px;
  left: 10px;
  top: 0;
}
#section4 .bottom .itemWrapperSection41:after {
  content: "";
  border-bottom: 13px solid #FF0EB2;
}
#section4 .bottom .itemWrapperSection42 .item {
  position: relative;
}
#section4 .bottom .itemWrapperSection42 .item:after {
  position: absolute;
  width: 2px;
  background-color: #0000FF;
  right: -2px;
  content: "";
  z-index: 11;
  height: 20px;
  top: 150px;
}
#section4 .bottom .itemWrapperSection42:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/section4-2.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 100px;
  height: 166px;
  right: 10px;
  top: 0;
  z-index: 10;
}
#section4 .bottom .itemWrapperSection42:after {
  content: "";
  border-bottom: 13px solid #0000FF;
}
#section4 .bottom .itemWrapperSection43 .item {
  position: relative;
}
#section4 .bottom .itemWrapperSection43 .item:after {
  position: absolute;
  width: 2px;
  background-color: #FF0EB2;
  left: -2px;
  content: "";
  z-index: 11;
  height: 20px;
  top: 205px;
}
#section4 .bottom .itemWrapperSection43:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/section4-3.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 130px;
  height: 210px;
  left: 10px;
  top: 0;
  z-index: 10;
}
#section4 .bottom .itemWrapperSection43:after {
  content: "";
  border-bottom: 13px solid #FF0EB2;
}
#section4 .bottom .itemWrapperSection44 .item {
  position: relative;
}
#section4 .bottom .itemWrapperSection44 .item:after {
  position: absolute;
  width: 2px;
  background-color: #0000FF;
  right: -2px;
  content: "";
  z-index: 11;
  height: 20px;
  top: 270px;
}
#section4 .bottom .itemWrapperSection44:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/section4-4.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 150px;
  height: 275px;
  right: 0;
  top: 0;
  z-index: 10;
}
#section4 .bottom .itemWrapperSection44:after {
  content: "";
  border-bottom: 13px solid #0000FF;
}
#section4 .bottom .itemWrapperSection45:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/section4-5.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 150px;
  height: 178px;
  left: 6px;
  top: 0;
  z-index: 10;
}
#section4 .bottom .itemWrapperSection45:after {
  content: "";
  border-bottom: 13px solid #FF0EB2;
}
#section4 .bottom .itemWrapperSection4:not(.active) .item {
  background: linear-gradient(90deg, #ffffff, #ffffff), linear-gradient(90deg, #ffffff, #ffffff);
}

@media (max-width: 1300px) {
  #section4 {
    max-width: 1032px;
  }
  #section4 .top {
    height: 396px;
    padding: 0 72px;
  }
  #section4 .circle {
    width: 228px;
    height: 228px;
  }
  #section4 .circle .text {
    font-size: 30px;
    margin: 0 0 12px;
  }
  #section4 .circle .arrow {
    width: 17.6px;
    height: 14.4px;
    margin-bottom: 12px;
  }
  #section4 .img1 {
    width: 106.4px;
    height: 118.4px;
  }
  #section4 .img2 {
    width: 77.6px;
    height: 96.8px;
    margin-bottom: 12px;
  }
  #section4 .img3 {
    width: 104.8px;
    height: 81.6px;
    margin-bottom: 20px;
  }
  #section4 .img4 {
    width: 119.2px;
    height: 93.6px;
    margin-bottom: 12px;
  }
  #section4 .img5 {
    width: 119.2px;
    height: 108.8px;
    margin-bottom: 8px;
  }
  #section4 .circle1 {
    top: 22px;
    left: 46px;
  }
  #section4 .circle2 {
    bottom: 22px;
    left: 225px;
  }
  #section4 .circle3 {
    top: 22px;
    left: 401px;
  }
  #section4 .circle4 {
    bottom: 22px;
    left: 581px;
  }
  #section4 .circle5 {
    top: 22px;
    left: 757px;
  }
  #section4 .bottom .itemWrapperSection4 {
    max-width: 848px;
    padding: 0 56px;
  }
  #section4 .bottom .itemWrapperSection4 .item .itemTitle {
    font-size: 32px;
    margin: 36px 0 30.4px 0;
  }
  #section4 .bottom .itemWrapperSection4 .item .heading {
    font-size: 22px;
  }
  #section4 .bottom .itemWrapperSection4 .item .text {
    font-size: 18px;
    line-height: 1.2;
  }
  #section4 .bottom .itemWrapperSection4 .item .color {
    margin: 24px 0;
  }
  #section4 .bottom .itemWrapperSection4 .item1 {
    padding: 0 74.4px 30px 72.8px;
  }
  #section4 .bottom .itemWrapperSection4 .item2 {
    padding: 0 72.8px 30px 74.4px;
  }
  #section4 .bottom .itemWrapperSection41:before {
    width: 98.4px;
    height: 132px;
    left: 10px;
  }
  #section4 .bottom .itemWrapperSection41:after {
    content: "";
    border-bottom: 13px solid #FF0EB2;
  }
  #section4 .bottom .itemWrapperSection42 .item:after {
    top: 120px;
  }
  #section4 .bottom .itemWrapperSection42:before {
    width: 80px;
    height: 132.8px;
    right: 10px;
  }
  #section4 .bottom .itemWrapperSection42:after {
    content: "";
    border-bottom: 13px solid #0000FF;
  }
  #section4 .bottom .itemWrapperSection43 .item {
    position: relative;
  }
  #section4 .bottom .itemWrapperSection43 .item:after {
    top: 164px;
  }
  #section4 .bottom .itemWrapperSection43:before {
    width: 104px;
    height: 168px;
    left: 0;
  }
  #section4 .bottom .itemWrapperSection43:after {
    content: "";
    border-bottom: 13px solid #FF0EB2;
  }
  #section4 .bottom .itemWrapperSection44 .item {
    position: relative;
  }
  #section4 .bottom .itemWrapperSection44 .item:after {
    top: 215px;
  }
  #section4 .bottom .itemWrapperSection44:before {
    width: 120px;
    height: 220px;
    right: 0;
  }
  #section4 .bottom .itemWrapperSection44:after {
    content: "";
    border-bottom: 13px solid #0000FF;
  }
  #section4 .bottom .itemWrapperSection45:before {
    width: 120px;
    height: 142.4px;
    left: 5px;
  }
  #section4 .bottom .itemWrapperSection45:after {
    content: "";
    border-bottom: 13px solid #FF0EB2;
  }
}
@media (max-width: 1040px) {
  #section4 {
    max-width: 825.6px;
    margin-bottom: 10px;
  }
  #section4 .top {
    height: 316.8px;
    padding: 0 57.6px;
  }
  #section4 .circle {
    width: 182.4px;
    height: 182.4px;
  }
  #section4 .circle .text {
    font-size: 24px;
    margin: 0 0 10px;
  }
  #section4 .circle .arrow {
    width: 14px;
    height: 11.5px;
    margin-bottom: 10px;
  }
  #section4 .img1 {
    width: 85.12px;
    height: 94.72px;
  }
  #section4 .img2 {
    width: 62.08px;
    height: 77.44px;
    margin-bottom: 10px;
  }
  #section4 .img3 {
    width: 83.84px;
    height: 65.28px;
    margin-bottom: 16px;
  }
  #section4 .img4 {
    width: 95.36px;
    height: 74.88px;
    margin-bottom: 10px;
  }
  #section4 .img5 {
    width: 95.36px;
    height: 87.04px;
    margin-bottom: 6px;
  }
  #section4 .circle1 {
    top: 18px;
    left: 37px;
  }
  #section4 .circle2 {
    bottom: 18px;
    left: 181px;
  }
  #section4 .circle3 {
    top: 18px;
    left: 321px;
  }
  #section4 .circle4 {
    bottom: 18px;
    left: 465px;
  }
  #section4 .circle5 {
    top: 18px;
    left: 605px;
  }
}
@media (max-width: 830px) {
  #section4 .top {
    padding: 0 30px;
    width: 100%;
    flex-wrap: wrap;
    height: 670px;
    max-width: 680px;
    margin: 0 auto;
    justify-content: center;
  }
  #section4 .row:first-child {
    width: 20%;
    margin-bottom: 20px;
    height: calc(59% - 20px);
  }
  #section4 .row:first-child .boxBorder {
    border-top: 2px dashed #0000FF;
    border-bottom: unset;
  }
  #section4 .row:nth-child(2) {
    width: 30%;
    margin-bottom: 20px;
    height: calc(59% - 20px);
  }
  #section4 .row:nth-child(2) .boxBorder {
    border-bottom: 2px dashed #FF0EB2;
    border-top: unset;
  }
  #section4 .row:nth-child(3) {
    width: 30%;
    margin-bottom: 20px;
    height: calc(59% - 20px);
  }
  #section4 .row:nth-child(3) .boxBorder {
    border-top: 2px dashed #0000FF;
    border-bottom: unset;
  }
  #section4 .row:nth-child(4) {
    width: 20%;
    margin-bottom: 20px;
    height: calc(59% - 20px);
  }
  #section4 .row:nth-child(4) .boxBorder {
    border-top: unset;
    border-right: unset;
    border-bottom: 2px dashed #0000FF;
  }
  #section4 .row:nth-child(5) {
    width: 30%;
    margin-top: 20px;
    height: calc(41% - 20px);
  }
  #section4 .row:nth-child(5) .boxBorder {
    border-top: 2px dashed #FF0EB2;
    border-right: 2px dashed #FF0EB2;
    border-left: unset;
    border-bottom: unset;
  }
  #section4 .row:nth-child(6) {
    width: 40%;
    margin-top: 20px;
    height: calc(41% - 20px);
  }
  #section4 .row:nth-child(6) .boxBorder {
    border-bottom: 2px dashed #0000FF;
    border-right: 2px dashed #0000FF;
    border-top: unset;
  }
  #section4 .row:nth-child(7) {
    width: 30%;
    margin-top: 20px;
    display: flex;
    height: calc(41% - 20px);
  }
  #section4 .row:nth-child(7) .boxBorder {
    border-top: 2px dashed #FF0EB2;
    border-left: 2px dashed #FF0EB2;
    border-bottom: unset;
    border-right: unset;
  }
  #section4 .row1 {
    align-items: flex-start;
    width: 25%;
  }
  #section4 .row2 {
    align-items: flex-end;
    width: 25%;
  }
  #section4 .circle {
    width: 228px;
    height: 228px;
  }
  #section4 .circle .text {
    font-size: 30px;
    margin: 0 0 12px;
  }
  #section4 .circle .arrow {
    width: 17.6px;
    height: 14.4px;
    margin-bottom: 12px;
  }
  #section4 .img1 {
    width: 106.4px;
    height: 118.4px;
  }
  #section4 .img2 {
    width: 77.6px;
    height: 96.8px;
    margin-bottom: 12px;
  }
  #section4 .img3 {
    width: 104.8px;
    height: 81.6px;
    margin-bottom: 20px;
  }
  #section4 .img4 {
    width: 119.2px;
    height: 93.6px;
    margin-bottom: 12px;
  }
  #section4 .img5 {
    width: 119.2px;
    height: 108.8px;
    margin-bottom: 8px;
  }
  #section4 .circle1 {
    top: 22px;
    left: 41px;
  }
  #section4 .circle2 {
    top: 125px;
    left: 225px;
  }
  #section4 .circle3 {
    top: 22px;
    left: 413px;
  }
  #section4 .circle4 {
    bottom: 13px;
    left: 103px;
  }
  #section4 .circle5 {
    top: unset;
    bottom: 13px;
    left: 349px;
  }
  #section4 .bottom .itemWrapperSection4 {
    max-width: 848px;
    padding: 0 80px;
  }
  #section4 .bottom .itemWrapperSection4 .item .itemTitle {
    font-size: 28px;
    margin: 36px 0 30.4px 0;
  }
  #section4 .bottom .itemWrapperSection4 .item .heading {
    font-size: 19px;
  }
  #section4 .bottom .itemWrapperSection4 .item .text {
    font-size: 16px;
    line-height: 1.2;
  }
  #section4 .bottom .itemWrapperSection4 .item .color {
    margin: 22px 0;
  }
  #section4 .bottom .itemWrapperSection4 .item1 {
    padding: 0 52px 30px 50px;
  }
  #section4 .bottom .itemWrapperSection4 .item2 {
    padding: 0 50px 30px 52px;
  }
  #section4 .bottom .itemWrapperSection41:before {
    width: 78.72px;
    height: 132px;
    left: 42px;
  }
  #section4 .bottom .itemWrapperSection41:after {
    content: "";
    border-bottom: 10px solid #FF0EB2;
  }
  #section4 .bottom .itemWrapperSection42 .item:after {
    top: 120px;
  }
  #section4 .bottom .itemWrapperSection42:before {
    width: 64px;
    height: 132.8px;
    right: 42px;
  }
  #section4 .bottom .itemWrapperSection42:after {
    content: "";
    border-bottom: 10px solid #0000FF;
  }
  #section4 .bottom .itemWrapperSection43 .item {
    position: relative;
  }
  #section4 .bottom .itemWrapperSection43 .item:after {
    top: 164px;
  }
  #section4 .bottom .itemWrapperSection43:before {
    width: 83.2px;
    height: 168px;
    left: 35px;
  }
  #section4 .bottom .itemWrapperSection43:after {
    content: "";
    border-bottom: 10px solid #FF0EB2;
  }
  #section4 .bottom .itemWrapperSection44 .item {
    position: relative;
  }
  #section4 .bottom .itemWrapperSection44 .item:after {
    top: 215px;
  }
  #section4 .bottom .itemWrapperSection44:before {
    width: 96px;
    height: 220px;
    right: 25px;
  }
  #section4 .bottom .itemWrapperSection44:after {
    content: "";
    border-bottom: 10px solid #0000FF;
  }
  #section4 .bottom .itemWrapperSection45:before {
    width: 80px;
    height: 142.4px;
    left: 46px;
  }
  #section4 .bottom .itemWrapperSection45:after {
    content: "";
    border-bottom: 10px solid #FF0EB2;
  }
}
@media (max-width: 680px) {
  #section4 .top {
    max-width: 500px;
    padding: 0 20px;
    height: 580px;
  }
  #section4 .circle {
    width: 182.4px;
    height: 182.4px;
  }
  #section4 .circle .text {
    font-size: 24px;
    margin: 0 0 10px;
  }
  #section4 .circle .arrow {
    width: 14px;
    height: 11.5px;
    margin-bottom: 10px;
  }
  #section4 .row:nth-child(5) {
    width: 25%;
  }
  #section4 .row:nth-child(6) {
    width: 50%;
  }
  #section4 .row:nth-child(7) {
    width: 25%;
  }
  #section4 .img1 {
    width: 85.12px;
    height: 94.72px;
  }
  #section4 .img2 {
    width: 62.08px;
    height: 77.44px;
    margin-bottom: 10px;
  }
  #section4 .img3 {
    width: 83.84px;
    height: 65.28px;
    margin-bottom: 16px;
  }
  #section4 .img4 {
    width: 95.36px;
    height: 74.88px;
    margin-bottom: 10px;
  }
  #section4 .img5 {
    width: 95.36px;
    height: 87.04px;
    margin-bottom: 6px;
  }
  #section4 .circle1 {
    top: 18px;
    left: 22px;
  }
  #section4 .circle2 {
    top: 125px;
    left: 158px;
  }
  #section4 .circle3 {
    top: 18px;
    left: 298px;
  }
  #section4 .circle4 {
    bottom: 18px;
    left: 44px;
  }
  #section4 .circle5 {
    bottom: 18px;
    left: 273px;
  }
  #section4 .bottom .itemWrapperSection4 {
    padding: 0 40px;
  }
  #section4 .bottom .itemWrapperSection4 .item .itemTitle {
    font-size: 26px;
    margin: 36px 0 30.4px 0;
  }
  #section4 .bottom .itemWrapperSection4 .item .heading {
    font-size: 17px;
  }
  #section4 .bottom .itemWrapperSection4 .item .text {
    font-size: 15px;
    line-height: 1.2;
  }
  #section4 .bottom .itemWrapperSection4 .item .color {
    margin: 22px 0;
  }
  #section4 .bottom .itemWrapperSection4 .item1 {
    padding: 0 30px 30px 30px;
  }
  #section4 .bottom .itemWrapperSection4 .item2 {
    padding: 0 30px 30px 30px;
  }
  #section4 .bottom .itemWrapperSection41:before {
    width: 54.6px;
    height: 92.4px;
    left: 13px;
  }
  #section4 .bottom .itemWrapperSection42 .item:after {
    top: 85px;
  }
  #section4 .bottom .itemWrapperSection42:before {
    width: 44.8px;
    height: 92.4px;
    right: 15px;
  }
  #section4 .bottom .itemWrapperSection43 .item {
    position: relative;
  }
  #section4 .bottom .itemWrapperSection43 .item:after {
    top: 115px;
  }
  #section4 .bottom .itemWrapperSection43:before {
    width: 58px;
    height: 117.6px;
    left: 10px;
  }
  #section4 .bottom .itemWrapperSection44 .item {
    position: relative;
  }
  #section4 .bottom .itemWrapperSection44 .item:after {
    top: 215px;
  }
  #section4 .bottom .itemWrapperSection44:before {
    width: 55px;
    height: 154px;
    right: 12px;
  }
  #section4 .bottom .itemWrapperSection45:before {
    width: 56px;
    height: 99px;
    left: 17px;
  }
}
@media (max-width: 500px) {
  #section4 {
    margin-top: 35px;
  }
  #section4 .top {
    justify-content: space-between;
    max-width: 400px;
    height: 825px;
  }
  #section4 .row:nth-child(1) {
    display: none;
  }
  #section4 .row:nth-child(2) {
    width: 26%;
    height: 73px;
    position: absolute;
    top: 159px;
    left: 126px;
  }
  #section4 .row:nth-child(3) {
    width: 38.5%;
    height: 73px;
    position: absolute;
    top: 346px;
    left: 126px;
  }
  #section4 .row:nth-child(3) .boxBorder {
    border-top: unset;
    border-bottom: 2px dashed #0000FF;
  }
  #section4 .row:nth-child(4) {
    width: 26%;
    height: 73px;
    position: absolute;
    top: 466px;
    left: 126px;
  }
  #section4 .row:nth-child(5) {
    width: 38.5%;
    height: 73px;
    position: absolute;
    top: 638px;
    left: 126px;
  }
  #section4 .row:nth-child(5) .boxBorder {
    border-top: unset;
    border-bottom: 2px dashed #FF0EB2;
  }
  #section4 .row:nth-child(6) {
    width: 50%;
    height: unset;
    display: none;
  }
  #section4 .row:nth-child(7) {
    width: 50%;
    height: unset;
    display: none;
  }
  #section4 .circle1 {
    top: 18px;
    left: 36px;
  }
  #section4 .circle2 {
    top: 169px;
    left: 188px;
  }
  #section4 .circle3 {
    top: 324px;
    left: 36px;
  }
  #section4 .circle4 {
    top: 480px;
    left: 188px;
  }
  #section4 .circle5 {
    top: 634px;
    left: 36px;
  }
}
@media (max-width: 400px) {
  #section4 .top {
    justify-content: space-between;
    max-width: 350px;
  }
  #section4 .row:nth-child(2) {
    width: 26%;
    height: 73px;
    position: absolute;
    top: 159px;
    left: 110px;
  }
  #section4 .row:nth-child(2) .boxBorder {
    border-right: unset;
  }
  #section4 .row:nth-child(3) {
    width: 38.5%;
    height: 73px;
    position: absolute;
    top: 346px;
    left: 105px;
  }
  #section4 .row:nth-child(3) .boxBorder {
    border-top: unset;
    border-bottom: 2px dashed #0000FF;
    border-left: unset;
  }
  #section4 .row:nth-child(4) {
    width: 26%;
    height: 73px;
    position: absolute;
    top: 466px;
    left: 110px;
  }
  #section4 .row:nth-child(4) .boxBorder {
    border-right: unset;
  }
  #section4 .row:nth-child(5) {
    width: 38.5%;
    height: 73px;
    position: absolute;
    top: 638px;
    left: 105px;
  }
  #section4 .row:nth-child(5) .boxBorder {
    border-top: unset;
    border-bottom: 2px dashed #FF0EB2;
  }
  #section4 .circle1 {
    top: 18px;
    left: 20px;
  }
  #section4 .circle2 {
    top: 169px;
    left: unset;
    right: 20px;
  }
  #section4 .circle3 {
    top: 324px;
    left: 20px;
  }
  #section4 .circle4 {
    top: 480px;
    left: unset;
    right: 20px;
  }
  #section4 .circle5 {
    top: 634px;
    left: 20px;
  }
  #section4 .bottom .itemWrapperSection4 {
    padding: 0 20px;
  }
  #section4 .bottom .itemWrapperSection4 .item1 {
    padding: 0 20px 30px 20px;
  }
  #section4 .bottom .itemWrapperSection4 .item2 {
    padding: 0 20px 30px 20px;
  }
  #section4 .bottom .itemWrapperSection41:before {
    width: 54.6px;
    height: 80.4px;
    left: 20px;
  }
  #section4 .bottom .itemWrapperSection42 .item:after {
    display: none;
  }
  #section4 .bottom .itemWrapperSection42:before {
    width: 44.8px;
    height: 80.4px;
    right: 18px;
  }
  #section4 .bottom .itemWrapperSection43 .item {
    position: relative;
  }
  #section4 .bottom .itemWrapperSection43 .item:after {
    display: none;
  }
  #section4 .bottom .itemWrapperSection43:before {
    width: 58px;
    height: 80.4px;
    left: 19px;
  }
  #section4 .bottom .itemWrapperSection44 .item {
    position: relative;
  }
  #section4 .bottom .itemWrapperSection44 .item:after {
    display: none;
  }
  #section4 .bottom .itemWrapperSection44:before {
    width: 55px;
    height: 80.4px;
    right: 17px;
  }
  #section4 .bottom .itemWrapperSection45:before {
    width: 56px;
    height: 80.4px;
    left: 16px;
  }
}
@media (max-width: 350px) {
  #section4 .top {
    justify-content: space-between;
    max-width: 320px;
    height: 920px;
  }
  #section4 .row:nth-child(2) {
    width: 26%;
    height: 73px;
    position: absolute;
    top: 159px;
    left: 110px;
  }
  #section4 .row:nth-child(3) {
    width: 38.5%;
    height: 73px;
    position: absolute;
    top: 375px;
    left: 88px;
  }
  #section4 .row:nth-child(3) .boxBorder {
    border-top: unset;
    border-bottom: 2px dashed #0000FF;
  }
  #section4 .row:nth-child(4) {
    width: 26%;
    height: 73px;
    position: absolute;
    top: 517px;
    left: 110px;
  }
  #section4 .row:nth-child(5) {
    width: 38.5%;
    height: 73px;
    position: absolute;
    top: 713px;
    left: 88px;
  }
  #section4 .row:nth-child(5) .boxBorder {
    border-top: unset;
    border-bottom: 2px dashed #FF0EB2;
  }
  #section4 .circle1 {
    top: 18px;
    left: 20px;
  }
  #section4 .circle2 {
    top: 197px;
    left: unset;
    right: 20px;
  }
  #section4 .circle3 {
    top: 375px;
    left: 20px;
  }
  #section4 .circle4 {
    top: 555px;
    left: unset;
    right: 20px;
  }
  #section4 .circle5 {
    top: 733px;
    left: 20px;
  }
}
#section5 {
  display: flex;
  width: 100%;
  padding: 0 50px;
  margin-top: 60px;
  flex-flow: column;
  margin-bottom: 100px;
}
#section5 .top {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
#section5 .top .one {
  display: flex;
  flex-flow: column;
  margin-left: 206px;
  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 .top .two {
  background-image: url("../../assets/img/section5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 156px;
  height: 156px;
  margin-left: 50px;
  flex-shrink: 0;
}
#section5 .middle {
  display: flex;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  flex-flow: column;
}
#section5 .middle .buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#section5 .middle .buttons .button1 {
  background: #FF0EB2;
}
#section5 .middle .buttons .button2 {
  background: #0000FF;
}
#section5 .middle .buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 45.86%;
  height: 133px;
  border-radius: 40px;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 1;
}
#section5 .middle .buttons .button:active {
  display: flex;
}
#section5 .middle .content {
  display: flex;
  flex-flow: column;
}
#section5 .middle .itemWrapper {
  display: flex;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  width: 100%;
  height: 0;
  flex-flow: column;
}
#section5 .middle .itemWrapper .item {
  display: flex;
  width: 100%;
  flex-flow: column;
}
#section5 .middle .itemWrapper .item .text {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
#section5 .middle .itemWrapper .item1 {
  padding: 100px 93px 60px 91px;
  border-left: 2px solid #FF0EB2;
}
#section5 .middle .itemWrapper .item2 {
  padding: 100px 91px 60px 93px;
  border-right: 2px solid #0000FF;
}
#section5 .middle .itemWrapper1 {
  margin-top: -40px;
}
#section5 .middle .itemWrapper1:after {
  content: "";
  border-bottom: 13px solid #FF0EB2;
}
#section5 .middle .itemWrapper2:after {
  content: "";
  border-bottom: 13px solid #0000FF;
}
#section5 .middle .itemWrapper.desktop:not(.active) {
  display: flex;
}
#section5 .middle .itemWrapper.desktop:not(.active) .item {
  background: linear-gradient(90deg, #ffffff, #ffffff), linear-gradient(90deg, #ffffff, #ffffff);
}
#section5 .middle .desktop {
  display: flex;
}
#section5 .middle .mobile {
  display: none;
}

@media (max-width: 1320px) {
  #section5 {
    padding: 0 40px;
  }
  #section5 .top .one {
    margin-left: 164.8px;
  }
  #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;
  }
  #section5 .middle {
    display: flex;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    flex-flow: column;
  }
  #section5 .middle .buttons .button {
    max-width: 45.86%;
    height: 100px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 24px;
  }
  #section5 .middle .itemWrapper .item .text {
    font-size: 18px;
    line-height: 22px;
  }
  #section5 .middle .itemWrapper .item1 {
    padding: 80px 74.4px 48px 72.8px;
  }
  #section5 .middle .itemWrapper .item2 {
    padding: 80px 72.8px 48px 74.4px;
  }
  #section5 .middle .itemWrapper1 {
    margin-top: -30px;
  }
  #section5 .middle .itemWrapper1:after {
    border-bottom: 11px solid #FF0EB2;
  }
  #section5 .middle .itemWrapper2:after {
    border-bottom: 11px solid #0000FF;
  }
}
@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 .buttons .button {
    height: 80px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 24px;
  }
  #section5 .middle .itemWrapper .item .text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }
  #section5 .middle .itemWrapper .item1 {
    padding: 64px 59.52px 38.4px 58.24px;
  }
  #section5 .middle .itemWrapper .item2 {
    padding: 64px 58.24px 38.4px 59.52px;
  }
  #section5 .middle .itemWrapper1 {
    margin-top: -30px;
  }
  #section5 .middle .itemWrapper1:after {
    border-bottom: 11px solid #FF0EB2;
  }
  #section5 .middle .itemWrapper2:after {
    border-bottom: 11px solid #0000FF;
  }
}
@media (max-width: 550px) {
  #section5 {
    padding: 0 20px;
    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 .buttons {
    flex-flow: column;
  }
  #section5 .middle .buttons .button {
    height: 80px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
  #section5 .middle .itemWrapper .item .text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }
  #section5 .middle .itemWrapper .item1 {
    padding: 64px 59.52px 38.4px 58.24px;
  }
  #section5 .middle .itemWrapper .item2 {
    padding: 64px 58.24px 38.4px 59.52px;
  }
  #section5 .middle .itemWrapper1 {
    margin-top: -30px;
    margin-bottom: 60px;
  }
  #section5 .middle .itemWrapper1:after {
    border-bottom: 11px solid #FF0EB2;
  }
  #section5 .middle .itemWrapper2 {
    margin-top: -30px;
  }
  #section5 .middle .itemWrapper2:after {
    border-bottom: 11px solid #0000FF;
  }
  #section5 .middle .desktop {
    display: none;
  }
  #section5 .middle .mobile {
    display: flex;
  }
  #section5 .middle .itemWrapper.desktop:not(.active) {
    display: none;
  }
  #section5 .middle .itemWrapper.mobile:not(.active) {
    display: flex;
  }
}
@media (max-width: 550px) {
  #section5 .middle .itemWrapper .item1 {
    padding: 64px 25px 38.4px;
  }
  #section5 .middle .itemWrapper .item2 {
    padding: 64px 25px 38.4px;
  }
}
@media (max-width: 400px) {
  #section5 .middle .itemWrapper .item1 {
    padding: 64px 15px 38.4px;
  }
  #section5 .middle .itemWrapper .item2 {
    padding: 64px 15px 38.4px;
  }
}
#section6 {
  display: flex;
  width: 100%;
  flex-flow: column;
  max-width: 1020px;
  padding: 0 50px;
  margin: 0 auto 30px;
}
#section6 .top {
  display: flex;
  align-items: center;
  align-self: flex-end;
  cursor: pointer;
}
#section6 .top .img {
  background-image: url("../../assets/img/section6.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 49px;
  height: 51px;
}
#section6 .top .text {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.005em;
  text-decoration: underline;
  color: #FF0EB2;
  margin: 15px 0 0 15px;
}
#section6 .itemWrapper3 {
  display: flex;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  width: 100%;
  height: 0;
  flex-flow: column;
}
#section6 .itemWrapper3:not(.active) {
  display: flex;
}
#section6 .itemWrapper3:not(.active) .item {
  background: linear-gradient(90deg, #ffffff, #ffffff), linear-gradient(90deg, #ffffff, #ffffff);
}
#section6 .bottom {
  margin: 60px 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1320px) {
  #section6 {
    padding: 0 40px;
  }
}
@media (max-width: 550px) {
  #section6 {
    padding: 0 20px;
  }
  #section6 .bottom {
    font-size: 15px;
    line-height: 1.25;
  }
}
#section7 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-top: 75px;
}
#section7 .wrapper {
  display: flex;
  width: 100%;
  background-color: #0000FF;
  margin: 0 auto;
  justify-content: flex-start;
  padding: 23px 50px 0;
}
#section7 .left {
  display: flex;
  margin-left: 40px;
  width: 504px;
  height: 430px;
  flex-shrink: 0;
}
#section7 .left .image {
  width: 504px;
  height: 540px;
  top: -110px;
  position: relative;
}
#section7 .left .image .circle {
  width: 368px;
  height: 367px;
  bottom: 49px;
  background-color: white;
  position: absolute;
  left: 66px;
  border-radius: 50%;
}
#section7 .left .image .subImage {
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/section7.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 29px;
  z-index: 10;
}
#section7 .middle {
  display: flex;
  align-items: flex-start;
  margin: 0 0 0 20px;
  flex-flow: column;
  justify-content: center;
}
#section7 .middle .middleTitle {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
#section7 .middle .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 70px;
  max-width: 570px;
  color: #ffffff;
}

@media (max-width: 1320px) {
  #section7 {
    padding-top: 55px;
  }
  #section7 .wrapper {
    justify-content: flex-start;
  }
  #section7 .left {
    margin-left: unset;
    width: 405px;
    height: 350px;
  }
  #section7 .left .image {
    width: 403.2px;
    height: 432px;
    top: -110px;
    position: relative;
  }
  #section7 .left .image .circle {
    width: 294.4px;
    height: 294.4px;
    bottom: 16px;
    left: 52px;
  }
  #section7 .left .image .subImage {
    bottom: 0;
    z-index: 10;
  }
  #section7 .middle {
    display: flex;
    max-width: 1000px;
  }
}
@media (max-width: 1000px) {
  #section7 .wrapper {
    padding: 23px 30px 0;
  }
  #section7 .middle {
    margin-right: 30px;
  }
}
@media (max-width: 900px) {
  #section7 .left {
    margin-left: -50px;
  }
  #section7 .middle {
    margin-left: -20px;
  }
  #section7 .middle .middleTitle {
    font-size: 32px;
  }
  #section7 .middle .text {
    font-size: 15px;
  }
}
@media (max-width: 730px) {
  #section7 .wrapper {
    flex-flow: column;
    align-items: center;
  }
  #section7 .left {
    margin-left: unset;
    width: unset;
    height: 240px;
  }
  #section7 .left .image {
    width: 322.4px;
    height: 345.6px;
    top: -103px;
    position: relative;
  }
  #section7 .left .image .circle {
    width: 235.2px;
    height: 235.2px;
    bottom: 13px;
    left: 42px;
  }
  #section7 .left .image .subImage {
    bottom: 0;
    z-index: 10;
  }
  #section7 .middle {
    margin-left: unset;
    margin-right: unset;
    width: 100%;
  }
  #section7 .middle .text {
    max-width: unset;
  }
}
@media (max-width: 550px) {
  #section7 .wrapper {
    padding: 23px 20px 0;
    flex-flow: column;
    align-items: center;
  }
  #section7 .left {
    width: 320px;
  }
  #section7 .left .image {
    width: 320px;
  }
  #section7 .left .image .subImage {
    width: 320px;
  }
  #section7 .middle .middleTitle {
    font-size: 28px;
  }
}
#section8 {
  display: flex;
  flex-flow: column;
  padding: 50px;
}
#section8 .element {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#section8 .element .img {
  width: 17px;
  height: 21px;
  margin-right: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
#section8 .element .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-top: 5px;
}
#section8 .wrapper {
  max-width: 1110px;
  margin: 45px auto 60px;
}
#section8 .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 20px;
}
#section8 .description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}
#section8 .description a {
  color: #000000;
  word-break: break-word;
}

@media (max-width: 1320px) {
  #section8 .wrapper {
    max-width: 900px;
    margin: 35px auto 50px;
  }
}
@media (max-width: 920px) {
  #section8 {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  #section8 {
    padding: 0 20px;
  }
}
#section11 {
  display: flex;
  background: rgba(38, 34, 30, 0.05);
  padding: 50px;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-bottom: 40px;
}
#section11 .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 40px;
}
#section11 .wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
}
#section11 .imageVideo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 226px;
}
#section11 .imageVideo1 {
  background-image: url("../../assets/img/section11-3.jpg");
}
#section11 .imageVideo2 {
  background-image: url("../../assets/img/section11-2.jpg");
}
#section11 .imageVideo3 {
  background-image: url("../../assets/img/section11-1.jpg");
}
#section11 .lastImg {
  display: block;
}

@media (max-width: 1320px) {
  #section11 .title {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media (max-width: 1360px) {
  #section11 .imageVideo {
    width: calc((100vw - 160px) / 3);
    height: calc((100vw - 160px) / 3 * 0.565);
  }
}
@media (max-width: 1130px) {
  #section11 .wrapper {
    align-items: center;
  }
}
@media (max-width: 1100px) {
  #section11 .wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #section11 .imageVideo {
    width: calc((100vw - 130px) / 2);
    height: calc((100vw - 130px) / 2 * 0.565);
  }
  #section11 .lastImg {
    margin: 40px auto 0;
  }
}
@media (max-width: 750px) {
  #section11 {
    padding: 30px;
  }
  #section11 .title {
    font-size: 28px;
  }
  #section11 .imageVideo {
    width: calc((100vw - 90px) / 2);
    height: calc((100vw - 90px) / 2 * 0.565);
  }
}
@media (max-width: 700px) {
  #section11 .wrapper {
    flex-flow: column;
    max-width: 400px;
  }
  #section11 .wrapper a {
    width: 100%;
  }
  #section11 .wrapper .imageVideo {
    width: 100%;
    height: 226px;
  }
  #section11 .wrapper .imageVideo2 {
    margin-top: 30px;
  }
  #section11 .wrapper .lastImg {
    margin-top: 30px;
  }
}
@media (max-width: 550px) {
  #section11 {
    padding: 30px 20px;
  }
  #section11 .title {
    font-size: 25px;
  }
}
@media (max-width: 450px) {
  #section11 .wrapper {
    max-width: unset;
  }
  #section11 .wrapper .imageVideo {
    height: unset;
    padding-top: 56.5%;
  }
}
#section12 {
  display: flex;
  background: rgba(38, 34, 30, 0.05);
  padding: 80px 50px 50px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  flex-flow: column;
}
#section12 .wrapper {
  display: flex;
  width: 100%;
}
#section12 .quizQR {
  background-image: url("../../assets/img/section12-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  margin-top: 20px;
}
#section12 .title {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  text-align: left;
  letter-spacing: -0.01em;
  margin: 0 40px 0 0;
  max-width: 890px;
}
#section12 .title a {
  color: #0000FF;
}
#section12 .right {
  background-image: url("../../assets/img/section12.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 342px;
  height: 101px;
  margin: 0 auto;
  flex-shrink: 0;
}
#section12 .quizUrl {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 1320px) {
  #section12 .title {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media (max-width: 1200px) {
  #section12 .right {
    width: 273.6px;
    height: 80.8px;
  }
}
@media (max-width: 1000px) {
  #section12 .quizQR {
    width: 200px;
    height: 200px;
  }
  #section12 .right {
    width: 218.88px;
    height: 64.64px;
  }
}
@media (max-width: 750px) {
  #section12 {
    padding: 50px 30px 30px;
  }
  #section12 .title {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  #section12 {
    flex-flow: column;
  }
  #section12 .wrapper {
    flex-flow: column;
  }
  #section12 .title {
    order: 1;
  }
  #section12 .right {
    order: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 550px) {
  #section12 {
    padding: 45px 20px 20px;
  }
  #section12 .title {
    font-size: 25px;
  }
  #section12 .quizUrl {
    font-size: 18px;
  }
}

/*# sourceMappingURL=main.css.map */
