.hero {
  max-width: 1920px;
  margin: 0 auto;
  height: min-content;
  position: relative;
  color: white;
}
.hero-bg {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-body {
  z-index: 1;
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 220px 0 80px;
}
.hero-body-img {
  min-width: 600px;
  max-width: 600px;
}
.hero-body-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
}
.hero-body .body1 {
  margin: 24px 0 30px;
  color: white;
}

@media (max-width: 1252px) {
  .hero-body {
    margin: 0 16px;
    padding: 130px 0 60px;
  }
  .hero-body-img {
    min-width: 460px;
  }
}
@media (max-width: 1100px) {
  .hero-body {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .hero-bg {
    object-position: 64%;
  }
  .hero-body {
    margin: 0 16px;
    padding-bottom: 0;
    gap: 30px;
  }
  .hero-body-img {
    min-width: unset;
    margin-bottom: 30px;
  }
}
.logos-section {
  padding: 80px 0;
  text-align: center;
  background-color: #F9F9F9;
}
.logos-section .h2 {
  margin-bottom: 70px;
}

.logos-wrapper {
  display: flex;
  transition-timing-function: linear !important;
}
.logos-slide {
  height: 80px;
  width: fit-content;
  width: 220px !important;
}
.logos-slide img {
  width: 100%;
  height: 100%;
  max-height: 76px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .logos-section {
    padding: 40px 0;
  }
  .logos-section .h2 {
    margin-bottom: 24px;
  }
  .logos-slide {
    height: 60px;
    width: 160px !important;
  }
}
.bullet {
  max-width: 1920px;
  margin: 120px auto;
}
.bullet-h2 {
  margin-bottom: 70px;
  text-align: center;
}
.bullet-wrap {
  max-width: 1252px;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 60px;
}
.bullet-item {
  max-width: 380px;
  width: 100%;
  display: flex;
  gap: 16px;
}
.bullet-item .wrap {
  height: fit-content;
  border-radius: 30px;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bullet-item-body div {
  margin-bottom: 16px;
}

.bullet-item:nth-child(1) .wrap {
  background-color: #486FFF;
}

.bullet-item:nth-child(2) .wrap {
  background-color: #DB6851;
}

.bullet-item:nth-child(3) .wrap {
  background-color: #112778;
}

.bullet-item:nth-child(4) .wrap {
  background-color: #FF2DB7;
}

.bullet-item:nth-child(5) .wrap {
  background-color: #3A59CC;
}

.bullet-item:nth-child(6) .wrap {
  background-color: #F7954E;
}

@media (max-width: 1252px) {
  .bullet-wrap {
    justify-content: space-around;
  }
}
@media (max-width: 480px) {
  .bullet {
    margin: 60px 0;
  }
  .bullet-h2 {
    margin-bottom: 30px;
  }
  .bullet-wrap {
    row-gap: 30px;
  }
  .bullet-item {
    max-width: unset;
    flex-direction: column;
  }
  .bullet-item-body div {
    margin-bottom: 8px;
  }
}
.how {
  max-width: 1220px;
  margin: 0 auto;
}
.how .h2 {
  margin-bottom: 70px;
  text-align: center;
}
.how .body1 {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.how-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 273px;
}
.how-numbers-no {
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  color: #3A59CC;
  font-size: 18px;
  font-family: Semi;
  line-height: 1.4;
  border: 1px solid #B8B8B8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.how-numbers-no:nth-child(2) {
  background-color: #3A59CC;
  border: 0;
}
.how-numbers-no:nth-child(2)::before {
  position: absolute;
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='14' width='19'><path fill-rule='evenodd' clip-rule='evenodd' d='M17.8839 1.11612C18.372 1.60427 18.372 2.39573 17.8839 2.88388L7.88388 12.8839C7.39573 13.372 6.60427 13.372 6.11612 12.8839L1.11612 7.88388C0.627961 7.39573 0.627961 6.60427 1.11612 6.11612C1.60427 5.62796 2.39573 5.62796 2.88388 6.11612L7 10.2322L16.1161 1.11612C16.6043 0.627961 17.3957 0.627961 17.8839 1.11612Z' fill='white'/></svg>");
  width: 19px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.how-numbers-no:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 135px;
  height: 1px;
  left: 40px;
  background-color: #3A59CC;
}
.how-numbers .how-line {
  position: absolute;
  width: calc(100% - 243px);
  height: 1px;
  border-bottom: 1px dashed #B8B8B8;
  top: calc(50% - 1px);
}

.how-boxes {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.how-box {
  padding: 20px 30px;
  background-color: #F9F9F9;
  border-radius: 24px;
  width: 100%;
}
.how-box .how-ico {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #DB6851;
}
.how-box:nth-child(2) .how-ico {
  background-color: #486FFF;
}
.how-box:nth-child(3) .how-ico {
  background-color: #FF2DB7;
}
.how-box:nth-child(4) .how-ico {
  background-color: #213FAE;
}
.how-box .how-step {
  margin: 16px 0;
  color: #B8B8B8;
}
.how-box p {
  font-size: 18px;
  font-family: Semi;
  line-height: 1.4;
}

@media (max-width: 1252px) {
  .how {
    margin: 120px 16px;
  }
  .how-numbers {
    gap: 21vw;
  }
  .how-numbers .how-line {
    width: 76vw;
  }
  .how-numbers-no:nth-child(2)::after {
    width: 11vw;
  }
}
@media (max-width: 768px) {
  .how .h2 {
    margin-bottom: 30px;
  }
  .how .body1 {
    margin-bottom: 30px;
  }
  .how-body {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .how-numbers {
    flex-direction: column;
    gap: 159px;
  }
  .how-numbers .how-line {
    width: 1px;
    height: 80%;
    border: 0;
    border-right: 1px dashed #B8B8B8;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
  }
  .how-numbers-no:nth-child(2)::after {
    width: 1px;
    height: 75px;
    left: 20px;
    top: 40px;
  }
  .how-boxes {
    flex-direction: column;
    margin: unset;
  }
  .how-box {
    border-radius: 16px;
  }
  .how-box p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .how-body {
    justify-content: unset;
  }
  .how-boxes {
    width: 100%;
  }
}
.part {
  margin: 120px auto;
  max-width: 1220px;
}
.part .h2 {
  margin-bottom: 70px;
  text-align: center;
}

.partners {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.partner {
  max-width: 595px;
  width: calc(50% - 15px);
  border-radius: 24px;
  background: #3A59CC;
  color: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partner-body {
  padding: 30px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.partner img {
  width: 100%;
  display: flex;
  border-radius: 24px;
}
.partner-tag {
  padding: 6px 10px;
  background-color: #DAE2FF;
  border-radius: 8px;
  color: #213FAE;
  font-family: Medium;
  line-height: 1.5;
  width: fit-content;
  margin-bottom: 16px;
}

.partner-link {
  font-size: 18px;
  font-family: Medium;
  line-height: 1.6;
  text-decoration: underline;
  color: white;
  width: fit-content;
  display: flex;
  margin: 0 auto;
  margin-top: 16px;
  transition: ease 0.3s;
}

.partner-link:visited {
  color: white;
}

.partner-link:hover {
  color: #DB6851;
  cursor: pointer;
}

.partner-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

@media (max-width: 1252px) {
  .part {
    margin: 120px 16px;
  }
}
@media (max-width: 768px) {
  .part {
    margin: 60px 16px;
  }
  .part .h2 {
    margin-bottom: 30px;
  }
  .partners {
    flex-direction: column;
  }
  .partner {
    border-radius: 16px;
    width: 100%;
  }
  .partner-body {
    padding: 20px 12px;
  }
  .partner img {
    border-radius: 16px;
  }
}
.testim {
  position: relative;
  max-width: 1252px;
  margin: 120px auto;
}
.testim-cont {
  overflow: hidden;
  padding: 0 16px;
}
.testim-h2 {
  margin: 0 auto 28px;
  width: fit-content;
}
.testim-swiper {
  overflow: unset;
}
.testim-body {
  padding: 35px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.testim-body img {
  max-width: 230px;
  max-height: 80px;
}
.testim-slide {
  border: 1px solid #F9F9F9;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0px rgba(41, 40, 77, 0.07);
  height: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 370px;
  max-width: 390px;
  margin: 42px 0;
}
.testim-footer {
  padding: 30px 20px;
  background-color: #DAE2FF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.testim-head {
  font-size: 20px;
  font-family: Medium;
  line-height: 1.5;
}
.testim-nav {
  width: 40px;
  height: 40px;
  border: 1px solid #F9F9F9;
  border-radius: 50%;
  transition: ease 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: unset;
}
.testim-nav::after {
  font-size: 22px;
}
.testim-nav:hover {
  border: 1px solid #213FAE;
}
.testim-nav:hover::after {
  color: #213FAE;
}
.testim-link {
  width: fit-content;
  margin: 0 auto;
  color: #3A59CC;
  text-decoration: underline;
  font-family: Medium;
  font-size: 16px;
  margin-top: 30px;
}
.testim-link:visited {
  color: #3A59CC;
}
.testim-link:hover {
  color: #486FFF;
  text-decoration: none;
}

.swiper-button-prev {
  left: -70px;
}
.swiper-button-prev::after {
  margin-left: -3px;
}

.swiper-button-next {
  right: -70px;
}
.swiper-button-next::after {
  margin-right: -3px;
}

.testim-pagination {
  display: none;
}

@media (max-width: 1430px) {
  .testim-pagination {
    display: block;
  }
  .testim-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .testim {
    margin: 40px 0;
  }
  .testim-h2 {
    margin-bottom: 0;
  }
  .testim-slide {
    max-width: 280px;
    min-width: unset;
    border-radius: 16px;
    margin: 32px 0 46px;
  }
  .testim-head {
    font-size: 18px;
  }
  .testim-body {
    padding: 20px 0;
  }
  .testim-body img {
    max-width: 172px;
    max-height: 60px;
  }
  .testim-footer {
    padding: 20px 12px;
  }
}
.bottom-form {
  background-color: #3A59CC;
  max-width: 1200px;
  margin: 120px auto;
  padding: 56px;
  border-radius: 36px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  color: white;
}
.bottom-form .col {
  max-width: 490px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottom-form .h2 {
  color: white;
  margin-bottom: 32px;
  line-height: 1.35;
}
.bottom-form .body1 {
  color: white;
}
.bottom-form .trio {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-top: 32px;
}
.bottom-form .trio-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bottom-form .trio-item span {
  font-family: Semi;
  font-size: 18px;
  color: #DAE2FF;
}
.bottom-form .trio-img-wrap {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.25);
}
.bottom-form .small-input {
  max-width: 235px;
}

@media (max-width: 1232px) {
  .bottom-form {
    margin: 120px 16px;
  }
}
@media (max-width: 1100px) {
  .bottom-form {
    margin: 80px auto;
    flex-direction: column;
    width: fit-content;
  }
  .bottom-form .trio {
    display: none;
  }
}
@media (max-width: 632px) {
  .bottom-form {
    margin: 40px 16px;
    border-radius: 16px;
    padding: 30px 16px 10px;
    gap: 24px;
  }
  .bottom-form .h2 {
    margin-bottom: 16px;
  }
  .bottom-form .small-input {
    max-width: unset;
  }
}
.logos-wrapper {
  justify-content: center;
}

@media (max-width: 768px) {
  .logos-wrapper {
    justify-content: unset;
  }
}