.become {
  padding: 57px 0;
  background: center / cover no-repeat url(../images/bg1_desktop-min.jpg);
}
.become_inner {
  display: flex;
  column-gap: 20px;
}
.become_p1 {
  max-width: 480px;
}
.become_title {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 28px;
  text-align: left;
}
.btn {
  background: #89d9d0;
  box-shadow: 0px 8px 24px rgba(242, 248, 254, 0.1);
  border-radius: 50px;
  padding: 22px;
  width: 320px;
  text-align: center;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #022624;
}
.become_p2 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.become_text {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}
.become_btnMob {
  display: none;
}

.review {
  padding: 60px 0;
  background: #1e1e1e;
}
.review_title {
  max-width: 925px;
  margin: 0 auto 50px;
}
.review_title span {
  color: #be8665;
}
.swiper-slide {
  padding: 25px 40px;
  max-width: 770px;
  border-radius: 35px;
  background: center / cover url(../images/slideBg.png);
  opacity: 0.4;
}
.swiper-slide-active {
  opacity: 1;
}
.review__slider-arrows {
  display: flex;
  justify-content: center;
  column-gap: 150px;
  cursor: pointer;
}
.review__slider-arrow {
  position: relative;
  z-index: 99;
}
.review__slide-quotes {
  width: 35px;
  margin: 15px 0 25px;
}
.review__slide-description {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #ffffff;
}
.review__slide-info {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  column-gap: 20px;
  align-items: center;
}
.review__slide-img {
  border-radius: 50%;
}
.review__slide-inner {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.review__slide-name {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
}
.review__slide-location {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.review__slider-additional {
  margin-top: 35px;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  bottom: 10.5px !important;
}
.swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 20px !important;
  height: 20px !important;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet-active {
  width: 30px !important;
  height: 30px !important;
  background: #b9b8b8 !important;
  margin: 0 !important;
}

.when {
  padding: 100px 0 34px;
  background: #022624;
}
.when .container {
  max-width: 1182px;
}
.when_title {
  margin-bottom: 24px;
}
.when_text {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
}
.when_inner {
  margin: 50px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 20px;
}
.when_card {
  display: flex;
  align-items: flex-start;
  column-gap: 17px;
  padding: 25px 15px;
  background: #084d49;
  border-radius: 15px;
}
.when_cardInner {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.when_cardTitle {
  font-family: 'Neue Machina';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 115%;
  color: #fff;
}
.when_cardText {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.when_btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.step {
  background: #5055a6;
  padding: 50px 0 100px;
}
.step_title {
  margin-bottom: 50px;
}
.step_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
}
.step_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #022624;
  border-radius: 15px;
}
.step_itemTop {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px 15px 0px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 23px 16px;
}
.step_itemCount {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  text-transform: capitalize;
  color: #89d9d0;
  margin-bottom: 55px;
}
.step_itemTitle.step2 {
  max-width: 210px;
  margin: 0 auto 15px;
}
.step_itemCount.step3 {
  margin-bottom: 33px;
}
.step_itemImg {
}
.step_itemBottom {
  padding: 17px 26px 21px;
}
.step_itemBottom.step3 {
  padding: 17px 11px 21px;
}
.step_itemTitle {
  font-family: 'Neue Machina';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 115%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
}
.step_itemText {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

.faq {
  padding: 100px 0 70px;
  background: #151515;
}
.faq_title {
  margin-bottom: 70px;
}
.faq_title span {
  color: #3941c8;
}
.faq_inner {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
}
.faq_item {
  display: flex;
  justify-content: space-between;
  padding: 50px 60px;
  background: #272727;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.faq_item.first {
  border-top: none;
  border-radius: 15px 15px 0px 0px;
}
.faq_item.last {
  border-radius: 0px 0px 15px 15px;
}
.faq_item.active {
  background: #1a1248;
}
.faq_itemCount {
  font-family: 'Neue Machina';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0.25px;
  color: #3941c8;
  margin-right: 50px;
}
.faq_itemInner {
  width: 100%;
}
.faq_itemTitle {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #ffffff;
}
.faq_itemText {
  font-family: 'Neue Haas Grotesk Display Pro';
  display: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.7);
}
.faq_itemIcon {
  position: relative;
  max-width: 48px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #303030;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}
.active .faq_itemIcon {
  background: #2d226b;
  rotate: 45deg;
}
.faq_itemImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.smart {
  margin: -1px;
  padding: 70px 0 90px;
  background: #022624;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.smart_inner {
  display: flex;
}
.smart_p1 {
  max-width: 580px;
}
.smart_p2 {
  margin: -70px -380px -90px 20px;
}
.smart_bgDesk {
  display: flex;
  border-radius: 50px 0px 0px 50px;
}
.smart_bgTab,
.smart_bgMob {
  display: none;
}
.smart_formWrp {
  max-width: 415px;
}
.smart_title {
  font-weight: 800;
  font-size: 50px;
  line-height: 48px;
  text-transform: uppercase;
  color: #be8665;
  margin-bottom: 8px;
}
.smart_subtitle {
  font-weight: 800;
  font-size: 24px;
  line-height: 23px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
}
.smart_text {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 50px;
}
.formWrp {
}

.footer {
  background: #071514;
  padding: 100px 0;
}
.footer_innerWrp {
  font-family: 'Neue Haas Grotesk Display Pro';
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
.footer_linkWrp {
  padding: 0;
  display: flex;
  justify-content: center;
  font-size: 12px;
  line-height: 12px;
  column-gap: 30px;
}
.footer_link {
  font-family: 'Neue Haas Grotesk Display Pro';
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  opacity: 0.5;
}
.footer_disclaimer,
.footer_disclaimer * {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.footer_disclaimer{}
.footer_disclaimer h2{
    font-size: 30px;
    line-height: 1.8;
}
.footer_disclaimer p{
    margin-bottom: 10px;
    font-size: 16px;
}
.footer_disclaimer p strong{
    font-size: 18px;
}
.footer_disclaimer ul{
    padding-left: 30px;
    margin-bottom: 20px;
}
.footer_disclaimer ul li{
    font-size: 16px;
}
@media (max-width: 1250px) {
 .footer_disclaimer h2 {
  font-size: 22px;
  line-height: 1.2;
}
  .become {
    padding: 40px 0 60px;
    background: center / cover no-repeat url(../images/bg1_tablet-min.jpg);
  }
  .become_text {
    font-size: 20px;
    line-height: 24px;
  }
  .when_inner {
    margin: 40px 0;
    grid-template-columns: 1fr;
  }
  .step {
    padding: 50px 0 80px;
  }
  .step_inner {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .step_itemTop {
    padding: 20px 0 30px;
  }
  .step_itemCount {
    margin-bottom: 25px;
  }
  .step_itemBottom {
    padding: 25px !important;
  }

  .smart {
    padding: 0 0 70px;
  }
  .smart_inner {
    flex-direction: column-reverse;
  }
  .smart_p1 {
    text-align: center;
    max-width: unset;
  }
  .smart_title {
    font-size: 40px;
    line-height: 39px;
  }
  .smart_subtitle {
    font-size: 20px;
    line-height: 19px;
  }
  .smart_text {
    font-size: 20px;
    line-height: 24px;
  }
  .smart_bgDesk {
    display: none;
  }
  .smart_p2 {
    margin: 0;
  }
  .smart_bgTab {
    display: block;
    width: calc(100% + 38px);
    margin: 0 -19px 40px;
    mix-blend-mode: luminosity;
    border-radius: 0px 0px 50px 50px;
  }
  .smart_formWrp {
    max-width: 370px;
    margin: 0 auto;
  }
  .smart_formWrp::after {
    top: 25px;
    right: -275px;
    content: '';
    width: 400px;
    height: 275px;
    background: center / contain no-repeat url(../images/img_11-min.png);
  }
  .smart .form__title {
    font-size: 43px;
    line-height: 41px;
  }

  .faq_item {
    padding: 40px 20px 52px;
  }
  .faq_itemCount {
    margin-right: 20px;
  }
  .faq_itemTitle {
    font-size: 26px;
  }
  .faq_itemText {
    font-size: 18px;
  }
  .footer {
    padding: 40px 0;
  }
}
@media (max-width: 1023px) {
  .become_p1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .become_p2 {
    max-width: 361px;
  }
  .review {
    padding: 60px 20px;
  }
  .review_title {
    margin-bottom: 40px;
  }
  .review__slide-description {
    font-size: 20px;
    line-height: 24px;
  }
  .swiper-slide {
    padding: 30px 25px;
  }
  .review__slide-quotes {
    margin: 10px 0 15px;
  }
  .review__slide-name {
    font-size: 20px;
    line-height: 24px;
  }
  .review__slide-location {
    font-size: 16px;
    line-height: 19px;
  }
  .step_itemTitle {
    font-size: 22px;
  }
  .step_itemTitle.step2 {
    max-width: unset;
  }
  .step_itemText {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .become {
    padding: 40px 0;
    background: center / cover no-repeat url(../images/bg1_mobile-min.jpg);
  }
  .become_inner {
    flex-direction: column;
  }
  .become_title {
    margin-bottom: 20px;
  }
  .become_p1,
  .become_p2 {
    max-width: unset;
  }
  .become_text {
    font-size: 16px;
    line-height: 19px;
  }
  .become_btnDesk {
    display: none;
  }
  .become_btnMob {
    margin: 20px auto 0;
    display: block;
  }
  .review {
    padding: 60px 10px 30px;
  }
  .review_title {
    font-size: 26px;
  }
  .review__slider-arrow {
    width: 34px;
  }
  .swiper-slide {
    padding: 20px;
  }
  .review__slide-quotes {
    margin-bottom: 20px;
  }
  .swiper-pagination {
    bottom: 2px !important;
  }
  .swiper-pagination-bullet {
    margin: 0 7px !important;
    width: 14px !important;
    height: 14px !important;
  }
  .swiper-pagination-bullet-active {
    width: 21px !important;
    height: 21px !important;
  }
  .review__slide-description {
    font-size: 16px;
    line-height: 19px;
  }
  .review__slide-name {
    font-size: 18px;
    line-height: 22px;
  }
  .review__slide-location {
    font-size: 15px;
    line-height: 18px;
  }
  .when {
    padding: 80px 0;
  }
  .when_title {
    margin-bottom: 20px;
  }
  .when_text {
    font-size: 18px;
    line-height: 22px;
  }
  .when_inner {
    row-gap: 15px;
  }
  .when_card {
    padding: 15px 15px 25px;
    flex-direction: column;
  }
  .when_cardImg {
    width: 40px;
    margin-bottom: 17px;
  }
  .when_cardTitle {
    font-size: 20px;
  }
  .when_cardText {
    font-size: 16px;
    line-height: 19px;
  }
  .step {
    padding: 25px 0 50px;
  }
  .step_title {
    max-width: 125px;
    margin: 0 auto 40px;
  }
  .step_itemTop {
    padding: 20px 20px 34px;
  }
  .step_itemTop.s3 {
    padding-bottom: 6px;
  }
  .step_itemCount {
    font-size: 22px;
    line-height: 26px;
  }
  .step_itemImg {
    max-width: 300px;
  }
  .step_itemBottom {
    padding: 50px 15px 30px !important;
  }
  .step_itemTitle {
    font-size: 20px;
  }
  .faq {
    padding: 50px 0;
  }
  .faq_title {
    margin-bottom: 30px;
  }
  .faq_item {
    padding: 20px 10px;
  }
  .faq_itemCount {
    font-size: 30px;
    margin-right: 15px;
  }
  .faq_itemTitle {
    font-size: 20px;
  }
  .faq_itemText {
    font-size: 16px;
    margin-top: 14px;
  }
  .smart_title {
    font-size: 26px;
    line-height: 25px;
  }
  .smart_subtitle {
    font-size: 18px;
    line-height: 17px;
  }
  .smart_text {
    font-size: 18px;
    line-height: 22px;
  }
  .smart_bgTab {
    width: calc(100% + 20px);
    margin: 0 -10px 40px;
    border-radius: 0px 0px 15px 15px;
  }
  .smart_formWrp {
    max-width: 285px;
  }
  .smart_form {
    padding: 24px;
  }
  .smart_formWrp::after {
    top: -75px;
    right: -105px;
    content: '';
    width: 180px;
    height: 100px;
    background: center / contain no-repeat url(../images/img_11-min.png);
  }
  .smart .form__title {
    font-size: 31px;
    line-height: 30px;
  }
  .footer_innerWrp {
    flex-direction: column;
    justify-content: center;
    row-gap: 24px;
  }
  .footer_logo {
    max-width: 45%;
  }
  .footer_linkWrp {
    column-gap: 18px;
  }
  .footer_link {
    font-size: 12px;
    line-height: 14px;
  }
}
