.overview__title, .ma-process__title, .ma-process__card-step-number, .investor-cta__title {
  font-size: var(--tdfs-h2);
  font-family: "Poppins";
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1px;
}
.investor-cta__contact-value {
  font-size: var(--tdfs-h3);
  font-family: "Poppins";
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1px;
}
.ma-process__card-step-text {
  font-size: var(--tdfs-h4);
  font-family: "Poppins";
  font-weight: 500;
  line-height: 120%;
}
.overview__description, .overview__card-title, .overview__card-description, .ma-process__card-title, .ma-process__card-list, .investor-cta__subtitle, .investor-cta__contact-label {
  font-size: var(--tdfs-paragraph-24);
  letter-spacing: 0%;
  line-height: 140%;
}
.investor-banner {
  padding: 4.1666666667vw 0vw 0vw 0vw;
  min-height: 41.6666666667vw;
  max-height: 46.875vw;
  height: 100vh;
}
@media screen and (max-width: 1600px) {
  .investor-banner {
    padding: 5vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .investor-banner {
    padding: 6.6722268557vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 991px) {
  .investor-banner {
    padding: 8.072653885vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .investor-banner {
    padding: 10.4166666667vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .investor-banner {
    padding: 16.6666666667vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 390px) {
  .investor-banner {
    padding: 20.5128205128vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 1600px) {
  .investor-banner {
    min-height: 50vw;
  }
}
@media screen and (max-width: 1199px) {
  .investor-banner {
    min-height: 66.7222685571vw;
  }
}
@media screen and (max-width: 991px) {
  .investor-banner {
    min-height: 80.7265388496vw;
  }
}
@media screen and (max-width: 768px) {
  .investor-banner {
    min-height: 104.1666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .investor-banner {
    min-height: 166.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .investor-banner {
    min-height: 205.1282051282vw;
  }
}
@media screen and (max-width: 1600px) {
  .investor-banner {
    max-height: 56.25vw;
  }
}
@media screen and (max-width: 1199px) {
  .investor-banner {
    max-height: 75.0625521268vw;
  }
}
@media screen and (max-width: 991px) {
  .investor-banner {
    max-height: 90.8173562059vw;
  }
}
@media screen and (max-width: 768px) {
  .investor-banner {
    max-height: 117.1875vw;
  }
}
@media screen and (max-width: 480px) {
  .investor-banner {
    max-height: 187.5vw;
  }
}
@media screen and (max-width: 390px) {
  .investor-banner {
    max-height: 230.7692307692vw;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991px) {
  .investor-banner {
    padding-top: 7.0635721493vw;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 768px) {
  .investor-banner {
    padding-top: 9.1145833333vw;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 480px) {
  .investor-banner {
    padding-top: 14.5833333333vw;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 390px) {
  .investor-banner {
    padding-top: 17.9487179487vw;
  }
}
.investor-banner__image-container {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.investor-banner__image-container .row {
  height: 100%;
  width: 100%;
}
.investor-banner__image-container .col-12 {
  height: 50%;
}
@media (min-width: 768px) {
  .investor-banner__image-container .col-12 {
    height: 100%;
  }
}
.investor-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.investor-banner__image--single {
  width: 100%;
}
.investor-banner__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #111111 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 480px) {
  .investor-banner__overlay {
    background: linear-gradient(63.43deg, rgba(0, 0, 0, 0.4) 33.33%, rgba(0, 0, 0, 0.2) 66.67%);
  }
}
.investor-banner__text-container {
  position: absolute;
  padding: 1.5625vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: rgba(28, 43, 82, 0.4);
}
@media screen and (max-width: 1600px) {
  .investor-banner__text-container {
    padding: 1.875vw;
  }
}
@media screen and (max-width: 1199px) {
  .investor-banner__text-container {
    padding: 2.5020850709vw;
  }
}
@media screen and (max-width: 991px) {
  .investor-banner__text-container {
    padding: 1.614530777vw;
  }
}
@media screen and (max-width: 768px) {
  .investor-banner__text-container {
    padding: 2.0833333333vw;
  }
}
@media screen and (max-width: 480px) {
  .investor-banner__text-container {
    padding: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .investor-banner__text-container {
    padding: 4.1025641026vw;
  }
}
@media (max-width: 480px) {
  .investor-banner__text-container {
    background-color: rgba(55, 75, 128, 0.4);
  }
}
.investor-banner__title {
  color: #ffffff;
  text-align: center;
  font-size: 5.4166666667vw;
  margin: 0 auto;
  margin-bottom: 1.5625vw;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .investor-banner__title {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 1199px) {
  .investor-banner__title {
    font-size: 8.6738949124vw;
  }
}
@media screen and (max-width: 991px) {
  .investor-banner__title {
    font-size: 3.229061554vw;
  }
}
@media screen and (max-width: 768px) {
  .investor-banner__title {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .investor-banner__title {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .investor-banner__title {
    font-size: 8.2051282051vw;
  }
}
@media screen and (max-width: 1600px) {
  .investor-banner__title {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 1199px) {
  .investor-banner__title {
    margin-bottom: 2.5020850709vw;
  }
}
@media screen and (max-width: 991px) {
  .investor-banner__title {
    margin-bottom: 3.0272452069vw;
  }
}
@media screen and (max-width: 768px) {
  .investor-banner__title {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 480px) {
  .investor-banner__title {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 390px) {
  .investor-banner__title {
    margin-bottom: 7.6923076923vw;
  }
}
@media (min-width: 1199px) {
  .investor-banner__title-line-break {
    display: none;
  }
}
@media (max-width: 1600px) {
  .investor-banner__title {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1600px) {
  .investor-banner__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1199px) {
  .investor-banner__title {
    font-size: 6.6722268557vw;
  }
}
@media screen and (max-width: 1600px) and (max-width: 991px) {
  .investor-banner__title {
    font-size: 8.072653885vw;
  }
}
@media screen and (max-width: 1600px) and (max-width: 768px) {
  .investor-banner__title {
    font-size: 10.4166666667vw;
  }
}
@media screen and (max-width: 1600px) and (max-width: 480px) {
  .investor-banner__title {
    font-size: 16.6666666667vw;
  }
}
@media screen and (max-width: 1600px) and (max-width: 390px) {
  .investor-banner__title {
    font-size: 20.5128205128vw;
  }
}
@media (max-width: 1199px) {
  .investor-banner__title {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1600px) {
  .investor-banner__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .investor-banner__title {
    font-size: 6.6722268557vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 991px) {
  .investor-banner__title {
    font-size: 8.072653885vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 768px) {
  .investor-banner__title {
    font-size: 10.4166666667vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 480px) {
  .investor-banner__title {
    font-size: 16.6666666667vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 390px) {
  .investor-banner__title {
    font-size: 20.5128205128vw;
  }
}
@media (max-width: 768px) {
  .investor-banner__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .investor-banner__title--custom-mobile {
    letter-spacing: -3%;
    width: 105%;
  }
}
.investor-banner__subtitle {
  color: #ffffff;
  text-align: center;
  font-size: 2.1875vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1%;
}
@media screen and (max-width: 1600px) {
  .investor-banner__subtitle {
    font-size: 2.625vw;
  }
}
@media screen and (max-width: 1199px) {
  .investor-banner__subtitle {
    font-size: 3.5029190992vw;
  }
}
@media screen and (max-width: 991px) {
  .investor-banner__subtitle {
    font-size: 4.2381432896vw;
  }
}
@media screen and (max-width: 768px) {
  .investor-banner__subtitle {
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 480px) {
  .investor-banner__subtitle {
    font-size: 8.75vw;
  }
}
@media screen and (max-width: 390px) {
  .investor-banner__subtitle {
    font-size: 10.7692307692vw;
  }
}
@media (max-width: 480px) {
  .investor-banner__subtitle br {
    display: none;
  }
}
@media (max-width: 1600px) {
  .investor-banner__subtitle {
    font-size: 1.7708333333vw;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1600px) {
  .investor-banner__subtitle {
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1199px) {
  .investor-banner__subtitle {
    font-size: 2.8356964137vw;
  }
}
@media screen and (max-width: 1600px) and (max-width: 991px) {
  .investor-banner__subtitle {
    font-size: 3.4308779011vw;
  }
}
@media screen and (max-width: 1600px) and (max-width: 768px) {
  .investor-banner__subtitle {
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 1600px) and (max-width: 480px) {
  .investor-banner__subtitle {
    font-size: 7.0833333333vw;
  }
}
@media screen and (max-width: 1600px) and (max-width: 390px) {
  .investor-banner__subtitle {
    font-size: 8.7179487179vw;
  }
}
@media (max-width: 1199px) {
  .investor-banner__subtitle {
    font-size: 1.7708333333vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1600px) {
  .investor-banner__subtitle {
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .investor-banner__subtitle {
    font-size: 2.8356964137vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 991px) {
  .investor-banner__subtitle {
    font-size: 3.4308779011vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 768px) {
  .investor-banner__subtitle {
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 480px) {
  .investor-banner__subtitle {
    font-size: 7.0833333333vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 390px) {
  .investor-banner__subtitle {
    font-size: 8.7179487179vw;
  }
}
@media (max-width: 480px) {
  .investor-banner__subtitle {
    font-size: 0.7291666667vw;
    letter-spacing: 3%;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .investor-banner__subtitle {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .investor-banner__subtitle {
    font-size: 1.1676396997vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .investor-banner__subtitle {
    font-size: 1.4127144299vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .investor-banner__subtitle {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .investor-banner__subtitle {
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .investor-banner__subtitle {
    font-size: 3.5897435897vw;
  }
}
@media (max-width: 480px) {
  .investor-banner__subtitle--no-spacing {
    letter-spacing: 0%;
  }
}
.investor-banner__subtitle p {
  margin: 0 auto;
}

.investor-cta {
  padding: 5.2083333333vw 0vw 5.2083333333vw 0vw;
  background-color: #009ee3;
  color: #ffffff;
}
@media screen and (max-width: 1600px) {
  .investor-cta {
    padding: 6.25vw 0vw 6.25vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .investor-cta {
    padding: 8.3402835696vw 0vw 8.3402835696vw 0vw;
  }
}
@media screen and (max-width: 991px) {
  .investor-cta {
    padding: 10.0908173562vw 0vw 10.0908173562vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .investor-cta {
    padding: 13.0208333333vw 0vw 13.0208333333vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .investor-cta {
    padding: 20.8333333333vw 0vw 20.8333333333vw 0vw;
  }
}
@media screen and (max-width: 390px) {
  .investor-cta {
    padding: 25.641025641vw 0vw 25.641025641vw 0vw;
  }
}
@media (max-width: 480px) {
  .investor-cta {
    padding: 2.0833333333vw 0vw 2.0833333333vw 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .investor-cta {
    padding: 2.5vw 0vw 2.5vw 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .investor-cta {
    padding: 3.3361134279vw 0vw 3.3361134279vw 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .investor-cta {
    padding: 4.0363269425vw 0vw 4.0363269425vw 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .investor-cta {
    padding: 5.2083333333vw 0vw 5.2083333333vw 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .investor-cta {
    padding: 8.3333333333vw 0vw 8.3333333333vw 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .investor-cta {
    padding: 10.2564102564vw 0vw 10.2564102564vw 0vw;
  }
}
.investor-cta__subtitle {
  font-weight: 400;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 1600px) {
  .investor-cta__subtitle {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 1199px) {
  .investor-cta__subtitle {
    margin-bottom: 2.5020850709vw;
  }
}
@media screen and (max-width: 991px) {
  .investor-cta__subtitle {
    margin-bottom: 2.0181634712vw;
  }
}
@media screen and (max-width: 768px) {
  .investor-cta__subtitle {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 480px) {
  .investor-cta__subtitle {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .investor-cta__subtitle {
    margin-bottom: 5.1282051282vw;
  }
}
@media (max-width: 480px) {
  .investor-cta__subtitle {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .investor-cta__subtitle {
    font-size: 1vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .investor-cta__subtitle {
    font-size: 1.3344453711vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .investor-cta__subtitle {
    font-size: 1.614530777vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .investor-cta__subtitle {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .investor-cta__subtitle {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .investor-cta__subtitle {
    font-size: 4.1025641026vw;
  }
}
.investor-cta__title {
  font-weight: 500;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1600px) {
  .investor-cta__title {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 1199px) {
  .investor-cta__title {
    margin-bottom: 3.3361134279vw;
  }
}
@media screen and (max-width: 991px) {
  .investor-cta__title {
    margin-bottom: 4.0363269425vw;
  }
}
@media screen and (max-width: 768px) {
  .investor-cta__title {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 480px) {
  .investor-cta__title {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .investor-cta__title {
    margin-bottom: 10.2564102564vw;
  }
}
@media (max-width: 480px) {
  .investor-cta__title {
    font-size: 1.6666666667vw;
    letter-spacing: 3%;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .investor-cta__title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .investor-cta__title {
    font-size: 2.6688907423vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .investor-cta__title {
    font-size: 3.229061554vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .investor-cta__title {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .investor-cta__title {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .investor-cta__title {
    font-size: 8.2051282051vw;
  }
}
.investor-cta__contact-container {
  gap: 1.5625vw;
}
@media screen and (max-width: 1600px) {
  .investor-cta__contact-container {
    gap: 1.875vw;
  }
}
@media screen and (max-width: 1199px) {
  .investor-cta__contact-container {
    gap: 2.5020850709vw;
  }
}
@media screen and (max-width: 991px) {
  .investor-cta__contact-container {
    gap: 3.0272452069vw;
  }
}
@media screen and (max-width: 768px) {
  .investor-cta__contact-container {
    gap: 3.90625vw;
  }
}
@media screen and (max-width: 480px) {
  .investor-cta__contact-container {
    gap: 6.25vw;
  }
}
@media screen and (max-width: 390px) {
  .investor-cta__contact-container {
    gap: 7.6923076923vw;
  }
}
.investor-cta__contact {
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 1600px) {
  .investor-cta__contact {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 1199px) {
  .investor-cta__contact {
    margin-bottom: 2.5020850709vw;
  }
}
@media screen and (max-width: 991px) {
  .investor-cta__contact {
    margin-bottom: 2.4217961655vw;
  }
}
@media screen and (max-width: 768px) {
  .investor-cta__contact {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 480px) {
  .investor-cta__contact {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .investor-cta__contact {
    margin-bottom: 6.1538461538vw;
  }
}
.investor-cta__contact-label {
  font-weight: 400;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 1600px) {
  .investor-cta__contact-label {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 1199px) {
  .investor-cta__contact-label {
    margin-bottom: 1.6680567139vw;
  }
}
@media screen and (max-width: 991px) {
  .investor-cta__contact-label {
    margin-bottom: 0.8072653885vw;
  }
}
@media screen and (max-width: 768px) {
  .investor-cta__contact-label {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 480px) {
  .investor-cta__contact-label {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .investor-cta__contact-label {
    margin-bottom: 2.0512820513vw;
  }
}
@media (max-width: 480px) {
  .investor-cta__contact-label {
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .investor-cta__contact-label {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .investor-cta__contact-label {
    font-size: 1.1676396997vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .investor-cta__contact-label {
    font-size: 1.4127144299vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .investor-cta__contact-label {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .investor-cta__contact-label {
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .investor-cta__contact-label {
    font-size: 3.5897435897vw;
  }
}
.investor-cta__contact-value {
  font-weight: 500;
}
@media (max-width: 480px) {
  .investor-cta__contact-value {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .investor-cta__contact-value {
    font-size: 1vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .investor-cta__contact-value {
    font-size: 1.3344453711vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .investor-cta__contact-value {
    font-size: 1.614530777vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .investor-cta__contact-value {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .investor-cta__contact-value {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .investor-cta__contact-value {
    font-size: 4.1025641026vw;
  }
}
.investor-cta__contact:last-child {
  margin-bottom: 0;
}

.overview {
  padding: 5.2083333333vw 0vw 5.2083333333vw 0vw;
  background-color: #1c2b52;
  color: #ffffff;
  overflow: visible;
}
@media screen and (max-width: 1600px) {
  .overview {
    padding: 6.25vw 0vw 6.25vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .overview {
    padding: 8.3402835696vw 0vw 8.3402835696vw 0vw;
  }
}
@media screen and (max-width: 991px) {
  .overview {
    padding: 10.0908173562vw 0vw 10.0908173562vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .overview {
    padding: 13.0208333333vw 0vw 13.0208333333vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .overview {
    padding: 20.8333333333vw 0vw 20.8333333333vw 0vw;
  }
}
@media screen and (max-width: 390px) {
  .overview {
    padding: 25.641025641vw 0vw 25.641025641vw 0vw;
  }
}
@media (max-width: 480px) {
  .overview {
    padding: 2.0833333333vw 0vw 2.0833333333vw 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .overview {
    padding: 2.5vw 0vw 2.5vw 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .overview {
    padding: 3.3361134279vw 0vw 3.3361134279vw 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .overview {
    padding: 4.0363269425vw 0vw 4.0363269425vw 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .overview {
    padding: 5.2083333333vw 0vw 5.2083333333vw 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .overview {
    padding: 8.3333333333vw 0vw 8.3333333333vw 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .overview {
    padding: 10.2564102564vw 0vw 10.2564102564vw 0vw;
  }
}
.overview__title {
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 1600px) {
  .overview__title {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 1199px) {
  .overview__title {
    margin-bottom: 1.6680567139vw;
  }
}
@media screen and (max-width: 991px) {
  .overview__title {
    margin-bottom: 1.614530777vw;
  }
}
@media screen and (max-width: 768px) {
  .overview__title {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 480px) {
  .overview__title {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .overview__title {
    margin-bottom: 4.1025641026vw;
  }
}
@media (max-width: 480px) {
  .overview__title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .overview__title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .overview__title {
    font-size: 2.0016680567vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .overview__title {
    font-size: 2.4217961655vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .overview__title {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .overview__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .overview__title {
    font-size: 6.1538461538vw;
  }
}
.overview__description {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1600px) {
  .overview__description {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 1199px) {
  .overview__description {
    margin-bottom: 3.3361134279vw;
  }
}
@media screen and (max-width: 991px) {
  .overview__description {
    margin-bottom: 3.229061554vw;
  }
}
@media screen and (max-width: 768px) {
  .overview__description {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .overview__description {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .overview__description {
    margin-bottom: 8.2051282051vw;
  }
}
@media (max-width: 480px) {
  .overview__description {
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .overview__description {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .overview__description {
    font-size: 1.1676396997vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .overview__description {
    font-size: 1.4127144299vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .overview__description {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .overview__description {
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .overview__description {
    font-size: 3.5897435897vw;
  }
}
@media (max-width: 768px) {
  .overview__card-container {
    margin-bottom: 0.6770833333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1600px) {
  .overview__card-container {
    margin-bottom: 0.8125vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1199px) {
  .overview__card-container {
    margin-bottom: 1.0842368641vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 991px) {
  .overview__card-container {
    margin-bottom: 1.3118062563vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .overview__card-container {
    margin-bottom: 1.6927083333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .overview__card-container {
    margin-bottom: 2.7083333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 390px) {
  .overview__card-container {
    margin-bottom: 3.3333333333vw;
  }
}
.overview__card-item {
  height: 100%;
  border: 1px solid #64d0ff;
  padding: 1.0416666667vw;
  border-radius: 0.5208333333vw;
}
@media screen and (max-width: 1600px) {
  .overview__card-item {
    padding: 1.25vw;
  }
}
@media screen and (max-width: 1199px) {
  .overview__card-item {
    padding: 1.6680567139vw;
  }
}
@media screen and (max-width: 991px) {
  .overview__card-item {
    padding: 2.0181634712vw;
  }
}
@media screen and (max-width: 768px) {
  .overview__card-item {
    padding: 2.6041666667vw;
  }
}
@media screen and (max-width: 480px) {
  .overview__card-item {
    padding: 4.1666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .overview__card-item {
    padding: 5.1282051282vw;
  }
}
@media screen and (max-width: 1600px) {
  .overview__card-item {
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 1199px) {
  .overview__card-item {
    border-radius: 0.834028357vw;
  }
}
@media screen and (max-width: 991px) {
  .overview__card-item {
    border-radius: 1.0090817356vw;
  }
}
@media screen and (max-width: 768px) {
  .overview__card-item {
    border-radius: 1.3020833333vw;
  }
}
@media screen and (max-width: 480px) {
  .overview__card-item {
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 390px) {
  .overview__card-item {
    border-radius: 2.5641025641vw;
  }
}
.overview__card-title {
  background-color: #009ee3;
  padding: 0.8333333333vw 1.25vw;
  font-weight: 500;
  border-radius: 0.2083333333vw;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 1600px) {
  .overview__card-title {
    padding: 1vw 1.5vw;
  }
}
@media screen and (max-width: 1199px) {
  .overview__card-title {
    padding: 1.3344453711vw 2.0016680567vw;
  }
}
@media screen and (max-width: 991px) {
  .overview__card-title {
    padding: 1.614530777vw 2.4217961655vw;
  }
}
@media screen and (max-width: 768px) {
  .overview__card-title {
    padding: 2.0833333333vw 3.125vw;
  }
}
@media screen and (max-width: 480px) {
  .overview__card-title {
    padding: 3.3333333333vw 5vw;
  }
}
@media screen and (max-width: 390px) {
  .overview__card-title {
    padding: 4.1025641026vw 6.1538461538vw;
  }
}
@media screen and (max-width: 1600px) {
  .overview__card-title {
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 1199px) {
  .overview__card-title {
    border-radius: 0.3336113428vw;
  }
}
@media screen and (max-width: 991px) {
  .overview__card-title {
    border-radius: 0.4036326942vw;
  }
}
@media screen and (max-width: 768px) {
  .overview__card-title {
    border-radius: 0.5208333333vw;
  }
}
@media screen and (max-width: 480px) {
  .overview__card-title {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .overview__card-title {
    border-radius: 1.0256410256vw;
  }
}
@media screen and (max-width: 1600px) {
  .overview__card-title {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 1199px) {
  .overview__card-title {
    margin-bottom: 1.6680567139vw;
  }
}
@media screen and (max-width: 991px) {
  .overview__card-title {
    margin-bottom: 1.614530777vw;
  }
}
@media screen and (max-width: 768px) {
  .overview__card-title {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 480px) {
  .overview__card-title {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .overview__card-title {
    margin-bottom: 4.1025641026vw;
  }
}
@media (max-width: 768px) {
  .overview__card-title {
    width: -moz-max-content;
    width: max-content;
    padding: 0.4166666667vw 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1600px) {
  .overview__card-title {
    padding: 0.5vw 1vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1199px) {
  .overview__card-title {
    padding: 0.6672226856vw 1.3344453711vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 991px) {
  .overview__card-title {
    padding: 0.8072653885vw 1.614530777vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .overview__card-title {
    padding: 1.0416666667vw 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .overview__card-title {
    padding: 1.6666666667vw 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 390px) {
  .overview__card-title {
    padding: 2.0512820513vw 4.1025641026vw;
  }
}
@media (max-width: 480px) {
  .overview__card-title {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .overview__card-title {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .overview__card-title {
    font-size: 1.5012510425vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .overview__card-title {
    font-size: 1.8163471241vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .overview__card-title {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .overview__card-title {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .overview__card-title {
    font-size: 4.6153846154vw;
  }
}
.overview__card-description {
  font-weight: 400;
}
@media (max-width: 480px) {
  .overview__card-description {
    font-size: 0.7291666667vw;
    letter-spacing: 1%;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .overview__card-description {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .overview__card-description {
    font-size: 1.1676396997vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .overview__card-description {
    font-size: 1.4127144299vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .overview__card-description {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .overview__card-description {
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .overview__card-description {
    font-size: 3.5897435897vw;
  }
}
.overview__card-description > ul {
  margin-bottom: 0;
  padding-left: 1rem;
}
@media (max-width: 480px) {
  .overview__card-description > ul > li:last-child {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .overview__card-description > ul > li:last-child {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .overview__card-description > ul > li:last-child {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .overview__card-description > ul > li:last-child {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .overview__card-description > ul > li:last-child {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .overview__card-description > ul > li:last-child {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .overview__card-description > ul > li:last-child {
    margin-bottom: 0vw;
  }
}
@media (max-width: 480px) {
  .overview__card-description li {
    margin-bottom: 0.4166666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .overview__card-description li {
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .overview__card-description li {
    margin-bottom: 0.6672226856vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .overview__card-description li {
    margin-bottom: 0.8072653885vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .overview__card-description li {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .overview__card-description li {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .overview__card-description li {
    margin-bottom: 2.0512820513vw;
  }
}
.overview__image-container {
  position: absolute;
  right: 0;
  bottom: 100%;
  transform: translateY(10px);
  width: 12.4479166667vw;
  height: 15.3645833333vw;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .overview__image-container {
    width: 14.9375vw;
  }
}
@media screen and (max-width: 1199px) {
  .overview__image-container {
    width: 19.9332777314vw;
  }
}
@media screen and (max-width: 991px) {
  .overview__image-container {
    width: 24.1170534813vw;
  }
}
@media screen and (max-width: 768px) {
  .overview__image-container {
    width: 31.1197916667vw;
  }
}
@media screen and (max-width: 480px) {
  .overview__image-container {
    width: 49.7916666667vw;
  }
}
@media screen and (max-width: 390px) {
  .overview__image-container {
    width: 61.2820512821vw;
  }
}
@media screen and (max-width: 1600px) {
  .overview__image-container {
    height: 18.4375vw;
  }
}
@media screen and (max-width: 1199px) {
  .overview__image-container {
    height: 24.6038365304vw;
  }
}
@media screen and (max-width: 991px) {
  .overview__image-container {
    height: 29.7679112008vw;
  }
}
@media screen and (max-width: 768px) {
  .overview__image-container {
    height: 38.4114583333vw;
  }
}
@media screen and (max-width: 480px) {
  .overview__image-container {
    height: 61.4583333333vw;
  }
}
@media screen and (max-width: 390px) {
  .overview__image-container {
    height: 75.641025641vw;
  }
}
.overview__image-container > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .overview__image-container {
    display: none;
  }
}

.ma-process {
  padding: 7.2916666667vw 0vw;
}
@media screen and (max-width: 1600px) {
  .ma-process {
    padding: 8.75vw 0vw;
  }
}
@media screen and (max-width: 1199px) {
  .ma-process {
    padding: 11.6763969975vw 0vw;
  }
}
@media screen and (max-width: 991px) {
  .ma-process {
    padding: 4.0363269425vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .ma-process {
    padding: 5.2083333333vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .ma-process {
    padding: 8.3333333333vw 0vw;
  }
}
@media screen and (max-width: 390px) {
  .ma-process {
    padding: 10.2564102564vw 0vw;
  }
}
.ma-process__title {
  color: #1c2b52;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 1600px) {
  .ma-process__title {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 1199px) {
  .ma-process__title {
    margin-bottom: 5.0041701418vw;
  }
}
@media screen and (max-width: 991px) {
  .ma-process__title {
    margin-bottom: 4.0363269425vw;
  }
}
@media screen and (max-width: 768px) {
  .ma-process__title {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 480px) {
  .ma-process__title {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .ma-process__title {
    margin-bottom: 10.2564102564vw;
  }
}
@media (max-width: 480px) {
  .ma-process__title {
    font-size: 1.25vw;
    letter-spacing: -1%;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .ma-process__title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .ma-process__title {
    font-size: 2.0016680567vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .ma-process__title {
    font-size: 2.4217961655vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .ma-process__title {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .ma-process__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .ma-process__title {
    font-size: 6.1538461538vw;
  }
}
.ma-process__card-item {
  padding-bottom: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 1600px) {
  .ma-process__card-item {
    padding-bottom: 1.25vw;
  }
}
@media screen and (max-width: 1199px) {
  .ma-process__card-item {
    padding-bottom: 1.6680567139vw;
  }
}
@media screen and (max-width: 991px) {
  .ma-process__card-item {
    padding-bottom: 1.2108980827vw;
  }
}
@media screen and (max-width: 768px) {
  .ma-process__card-item {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 480px) {
  .ma-process__card-item {
    padding-bottom: 2.5vw;
  }
}
@media screen and (max-width: 390px) {
  .ma-process__card-item {
    padding-bottom: 3.0769230769vw;
  }
}
@media screen and (max-width: 1600px) {
  .ma-process__card-item {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 1199px) {
  .ma-process__card-item {
    margin-bottom: 1.6680567139vw;
  }
}
@media screen and (max-width: 991px) {
  .ma-process__card-item {
    margin-bottom: 2.4217961655vw;
  }
}
@media screen and (max-width: 768px) {
  .ma-process__card-item {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 480px) {
  .ma-process__card-item {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .ma-process__card-item {
    margin-bottom: 6.1538461538vw;
  }
}
@media (max-width: 480px) {
  .ma-process__card-step-count {
    width: 2.5vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .ma-process__card-step-count {
    width: 3vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .ma-process__card-step-count {
    width: 4.0033361134vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .ma-process__card-step-count {
    width: 4.843592331vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .ma-process__card-step-count {
    width: 6.25vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .ma-process__card-step-count {
    width: 10vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .ma-process__card-step-count {
    width: 12.3076923077vw;
  }
}
.ma-process__card-step-text {
  color: #64d0ff;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 480px) {
  .ma-process__card-step-text {
    color: #009ee3;
    font-weight: bold;
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .ma-process__card-step-text {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .ma-process__card-step-text {
    font-size: 1.0008340284vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .ma-process__card-step-text {
    font-size: 1.2108980827vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .ma-process__card-step-text {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .ma-process__card-step-text {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .ma-process__card-step-text {
    font-size: 3.0769230769vw;
  }
}
.ma-process__card-step-number {
  color: #64d0ff;
  text-align: center;
}
@media (max-width: 480px) {
  .ma-process__card-step-number {
    color: #009ee3;
    font-weight: bold;
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .ma-process__card-step-number {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .ma-process__card-step-number {
    font-size: 2.3352793995vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .ma-process__card-step-number {
    font-size: 2.8254288597vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .ma-process__card-step-number {
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .ma-process__card-step-number {
    font-size: 5.8333333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .ma-process__card-step-number {
    font-size: 7.1794871795vw;
  }
}
.ma-process__card-title {
  color: #1c2b52;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1600px) {
  .ma-process__card-title {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 1199px) {
  .ma-process__card-title {
    margin-bottom: 0.834028357vw;
  }
}
@media screen and (max-width: 991px) {
  .ma-process__card-title {
    margin-bottom: 0.8072653885vw;
  }
}
@media screen and (max-width: 768px) {
  .ma-process__card-title {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 480px) {
  .ma-process__card-title {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .ma-process__card-title {
    margin-bottom: 2.0512820513vw;
  }
}
@media (max-width: 480px) {
  .ma-process__card-title {
    margin-bottom: 1.3541666667vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .ma-process__card-title {
    margin-bottom: 1.625vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .ma-process__card-title {
    margin-bottom: 2.1684737281vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .ma-process__card-title {
    margin-bottom: 2.6236125126vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .ma-process__card-title {
    margin-bottom: 3.3854166667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .ma-process__card-title {
    margin-bottom: 5.4166666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .ma-process__card-title {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .ma-process__card-title {
    font-size: 1vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .ma-process__card-title {
    font-size: 1.3344453711vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .ma-process__card-title {
    font-size: 1.614530777vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .ma-process__card-title {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .ma-process__card-title {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .ma-process__card-title {
    font-size: 4.1025641026vw;
  }
}
.ma-process__card-list {
  color: #202020;
}
@media (max-width: 480px) {
  .ma-process__card-list {
    font-size: 0.7291666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .ma-process__card-list {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .ma-process__card-list {
    font-size: 1.1676396997vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .ma-process__card-list {
    font-size: 1.4127144299vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .ma-process__card-list {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .ma-process__card-list {
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .ma-process__card-list {
    font-size: 3.5897435897vw;
  }
}
.ma-process__card-list > ul {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .ma-process__card-list > ul {
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .ma-process__card-list > ul {
    padding-left: 1.5vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .ma-process__card-list > ul {
    padding-left: 2.0016680567vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .ma-process__card-list > ul {
    padding-left: 2.4217961655vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .ma-process__card-list > ul {
    padding-left: 3.125vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .ma-process__card-list > ul {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .ma-process__card-list > ul {
    padding-left: 6.1538461538vw;
  }
}
@media (max-width: 480px) {
  .ma-process__card-list > ul > li:last-child {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .ma-process__card-list > ul > li:last-child {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .ma-process__card-list > ul > li:last-child {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .ma-process__card-list > ul > li:last-child {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .ma-process__card-list > ul > li:last-child {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .ma-process__card-list > ul > li:last-child {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .ma-process__card-list > ul > li:last-child {
    margin-bottom: 0vw;
  }
}
@media (max-width: 480px) {
  .ma-process__card-list li {
    margin-bottom: 0.2083333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1600px) {
  .ma-process__card-list li {
    margin-bottom: 0.25vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .ma-process__card-list li {
    margin-bottom: 0.3336113428vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .ma-process__card-list li {
    margin-bottom: 0.4036326942vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .ma-process__card-list li {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .ma-process__card-list li {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .ma-process__card-list li {
    margin-bottom: 1.0256410256vw;
  }
}

/*# sourceMappingURL=ma-consultation.css.map*/