/* Hero */
.hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url(../img/mf-hero-bg-1920@x2.jpg);
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 0;
  height: 312px;
}

.hero__heading {
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 34px;
}

.hero__desc {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 599px) {
  .hero {
    background-image: url(../img/375h215-2.jpg);
  }
  .hero__content {
    height: 215px;
  }
  .hero__heading {
    font-size: 20px;
    margin-bottom: 20px;
    max-width: 50%;
  }
  .hero__desc {
    font-size: 12px;
    max-width: 54%;
  }
  .hero__desc br {
    display: none;
  }
}
.catalog {
  padding-top: 40px;
}

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

.catalog__inner.loaded-elem {
  height: 362px;
  border-radius: 12px;
}

.catalog__card.hidden {
  display: none;
}

.catalog__card.hidden.active {
  display: block;
}

.catalog__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.catalog__button {
  min-width: 140px;
}

@media (max-width: 1247px) {
  .catalog__inner {
    gap: 10px;
  }
}
@media (max-width: 989px) {
  .catalog__inner {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .catalog {
    padding-top: 0;
  }
  .catalog__inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 -16px;
    padding: 0 16px;
    padding-top: 32px;
    width: calc(100% + 32px);
    overflow-x: auto;
  }
  .catalog__card.hidden {
    display: block;
  }
  .catalog__button-wrapper {
    display: none;
  }
}
.disclaimer {
  margin-top: 32px;
  margin-bottom: 40px;
}

.features-Z3vL7m {
  margin-top: 0;
}

.features-Z3vL7m__box {
  padding: 60px;
  padding-top: 64px;
  border-radius: 12px;
  background: #194185;
}

.features-Z3vL7m__title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 40px;
}

.features-Z3vL7m__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 48px;
}

.features-Z3vL7m__item {
  padding-left: 44px;
}

.features-Z3vL7m__item.hidden {
  display: none;
}

.features-Z3vL7m__item.hidden.active {
  display: block;
}

.features-Z3vL7m__name {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
}

.features-Z3vL7m__name::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -44px;
  top: calc(50% - 16px);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M16.6654 31.9999C8.21082 31.9999 1.33203 25.1211 1.33203 16.6666C1.33203 8.21205 8.21082 1.33325 16.6654 1.33325C25.1199 1.33325 31.9987 8.21205 31.9987 16.6666C31.9987 25.1211 25.1199 31.9999 16.6654 31.9999ZM16.6654 3.42932C9.36613 3.42932 3.4281 9.36735 3.4281 16.6666C3.4281 23.9658 9.36613 29.9039 16.6654 29.9039C23.9646 29.9039 29.9026 23.9658 29.9026 16.6666C29.9026 9.36735 23.9646 3.42932 16.6654 3.42932Z" fill="white"/><path d="M10.5 15.1333L15.1957 21L22.5 13" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.features-Z3vL7m__desc {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

@media (max-width: 599px) {
  .features-Z3vL7m__name {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: inherit;
  }
  .features-Z3vL7m__desc {
    font-size: 14px;
    line-height: inherit;
  }
  .features-Z3vL7m__name::before {
    transform: scale(0.7);
    top: calc(50% - 13px);
  }
  .features-Z3vL7m__content {
    gap: 16px;
  }
}
.features-Z3vL7m__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 56px;
  margin-top: 24px;
}

.features-Z3vL7m__button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: none;
}

.features-Z3vL7m__button::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M12.5 4V20M12.5 20L18.5 14M12.5 20L6.5 14" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.features-Z3vL7m__button.active::after {
  transform: rotate(180deg);
}

@media (max-width: 1247px) {
  .features-Z3vL7m__box {
    padding: 40px;
  }
  .features-Z3vL7m__content {
    gap: 30px;
  }
}
@media (max-width: 989px) {
  .features-Z3vL7m__content {
    grid-template-columns: 1fr;
  }
  .features-Z3vL7m__button-wrapper {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .features-Z3vL7m__box {
    padding: 17px;
  }
  .features-Z3vL7m__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .features-Z3vL7m__button-wrapper {
    justify-content: center;
  }
  .features-Z3vL7m__item {
    padding-left: 39px;
  }
}
.steps-T9nY5b__box {
  padding: 72px;
  padding-top: 64px;
  border-radius: 12px;
  background: #F2F4F7;
}

.steps-T9nY5b__title {
  color: #101828;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 64px;
}

.steps-T9nY5b__img {
  max-width: 100%;
  margin-bottom: 40px;
}

.steps-T9nY5b__row {
  display: flex;
  margin: 0 -24px;
  width: calc(100% + 48px);
}

.steps-T9nY5b__item {
  flex: 0 1 25%;
  padding: 16px 24px;
  border-right: 1px solid #D0D5DD;
}

.steps-T9nY5b__item:last-child {
  border-right: none;
}

.steps-T9nY5b__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.steps-T9nY5b__item-label {
  color: #1570EF;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  padding: 0 40px;
  border-radius: 100px;
  border: 2px solid #1570EF;
}

.steps-T9nY5b__item-text {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1247px) {
  .steps-T9nY5b__box {
    padding: 40px 0;
  }
  .steps-T9nY5b__content {
    padding-left: 40px;
    overflow-x: auto;
  }
  .steps-T9nY5b__img {
    max-width: none;
    width: 784px;
    margin-right: 40px;
  }
  .steps-T9nY5b__row {
    margin: 0 -16px;
    width: calc(100% + 32px);
  }
  .steps-T9nY5b__item-label {
    line-height: 48px;
    padding: 0 20px;
  }
}
@media (max-width: 989px) {
  .steps-T9nY5b__item {
    flex: 0 0 200px;
    padding: 16px;
  }
  .steps-T9nY5b__item-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.steps-T9nY5b__img_mobile,
.steps-T9nY5b__item-arrow_mobile,
.section-Xyex3z142 {
  display: none;
}

@media (max-width: 599px) {
  .steps-T9nY5b__box {
    padding: 0;
    border-radius: 0;
    margin: 0 -16px;
    background: none;
  }
  .steps-T9nY5b__title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: inherit;
    margin: 12px 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EAECF0;
  }
  .steps-T9nY5b__content {
    padding: 0;
    background: #EAECF0;
    border: 1px solid #EAECF0;
    margin: 0 16px;
    border-radius: 12px;
  }
  .steps-T9nY5b__img {
    margin: 0 16px;
  }
  .steps-T9nY5b__row {
    flex-direction: column;
    margin: 0;
    width: 100%;
    background: #F9FAFB;
    gap: 1px;
    padding: 12px;
  }
  .steps-T9nY5b__img {
    display: none;
  }
  .steps-T9nY5b__img_mobile, .section-Xyex3z142 {
    display: block;
  }
  .steps-T9nY5b__item {
    border: none;
    flex: auto;
    padding: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
  }
  .steps-T9nY5b__item-text {
    font-size: 12px;
    line-height: inherit;
  }
  .steps-T9nY5b__item-label {
    border: 1px solid #D0D5DD;
    padding: 12px;
    line-height: inherit;
    font-size: 14px;
    border-radius: 4px;
  }
  .steps-T9nY5b__item-header {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    display: inline-flex;
    margin-bottom: 4px;
  }
  .steps-T9nY5b__item-arrow, .steps-T9nY5b__item-check {
    display: none;
  }
  .steps-T9nY5b__item-arrow_mobile {
    display: inline-block;
  }
  .section-M7vQ2t52c, .features-K4pX8r.section {
    display: none;
  }
  .section-M7vQ2t__box {
    margin: 0 -16px;
    border-radius: 0 !important;
  }
}
.features-K4pX8r__box {
  border-radius: 12px;
  background: #194185;
  padding: 64px 72px;
}

.features-K4pX8r__title {
  color: #FFF;
}

.features-K4pX8r__subtitle {
  color: #FFF;
}

.features-K4pX8r__row {
  display: flex;
  width: calc(100% + 64px);
  margin: 0 -32px;
  margin-top: 48px;
}

.features-K4pX8r__item {
  flex: 0 1 33.3%;
  padding: 16px 32px;
  border-right: 1px solid #84CAFF;
}

.features-K4pX8r__item:last-child {
  border-right: none;
}

.features-K4pX8r__icon {
  display: block;
  max-width: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.features-K4pX8r__desc {
  color: #FFF;
  font-size: 16px;
}

.features-K4pX8r__link {
  color: #84CAFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  margin-top: 8px;
}

@media (max-width: 1247px) {
  .features-K4pX8r__box {
    padding: 40px;
  }
}
@media (max-width: 989px) {
  .features-K4pX8r__row {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
  }
  .features-K4pX8r__item {
    border: none;
    border-top: 1px solid #84CAFF;
    padding: 16px 0;
  }
}
@media (max-width: 599px) {
  .features-K4pX8r__box {
    padding: 24px 16px;
  }
  .features-K4pX8r__icon {
    margin-bottom: 10px;
  }
  .features-K4pX8r__desc {
    color: #84CAFF;
    font-weight: 400;
  }
  .features-K4pX8r__link {
    color: #FFF;
  }
}
@media (max-width: 399px) {
  .features-K4pX8r__link {
    display: block;
    text-align: center;
  }
}
.section-M7vQ2t__box {
  padding: 64px;
  border-radius: 12px;
  background: #F2F4F7;
}

.section-M7vQ2t__title {
  margin-bottom: 24px;
}

.section-M7vQ2t__text {
  color: #475467;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.section-M7vQ2t__text p {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-M7vQ2t__text p.hidden {
  display: none;
}

.section-M7vQ2t__text p.hidden.active {
  display: block;
}

.section-M7vQ2t__text p:last-child {
  margin-bottom: 0;
}

.section-M7vQ2t__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-M7vQ2t__button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1570EF;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.section-M7vQ2t__button::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M6.5 9.29639L12.5 15.2964L18.5 9.29639" stroke="%231570EF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.section-M7vQ2t__button.active::after {
  transform: rotate(180deg);
}

@media (max-width: 1247px) {
  .section-M7vQ2t__box {
    padding: 40px;
  }
}
@media (max-width: 599px) {
  .section-M7vQ2t__box {
    padding: 32px 20px;
  }
  .section-M7vQ2t__title {
    margin-bottom: 8px;
  }
  .section-M7vQ2t__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
