*,
.nav-link {
  font-family: Roboto, sans-serif;
}
html {
  scroll-behavior: smooth;
}
.nav-link {
  font-weight: 700;
  font-size: 26px;
  line-height: 20.47px;
}
.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.mySwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 1000px !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-slide img.rounded-full {
  display: block;
  width: 400px !important;
  height: 400px !important;
}
@media (max-width: 1024px) {
  .swiper-slide img.rounded-full {
    height: 200px !important;
    width: 200px !important;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.form__protect {
  display: flex;
  align-items: center;
  column-gap: 13px;
  padding: 10px 25px 25px;
}
.form__protect-icon {
  width: 35.021px;
  height: 25px;
  flex-shrink: 0;
}
.form__protect-title {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.form__protect-description {
  color: #fff;
  font-size: 6px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
@media (max-width: 767px) {
  .welcome-form {
    order: 2;
  }
}
.swiper-slide .flex-1 h3 {
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 143% !important;
}
.swiper-slide .flex-1 p {
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 170% !important;
}
@media (max-width: 1024px) {
  .mySwiper .swiper-slide {
    width: 100% !important;
  }
}
.logo {
  max-width: 250px;
}
@media (max-width: 744px) {
  .logo {
    max-width: 150px;
  }
}
header {
  background: #020f4e !important;
}

.footer_bg section *,
.footer_bg footer * {
  color: #fff !important;
}

.nav-link {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px !important;
  line-height: 20.47px !important;
}
