/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/open-sans-v35-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/open-sans-v35-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/open-sans-v35-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/open-sans-v35-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/open-sans-v35-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes zoomInCustom {
  from {
    opacity: 0;
    transform: scale3d(0.7, 0.7, 0.7);
  }
  100% {
    opacity: 1;
  }
}
@keyframes shakeCustom {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70% {
    transform: translate3d(0, -3px, 0);
  }
  20%, 40%, 60% {
    transform: translate3d(0, 3px, 0);
  }
}
.home {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  padding-top: 71px;
  background: black;
  color: black;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 768px) {
  .home {
    padding-top: 125px;
  }
}
.home *,
.home *::before,
.home *::after {
  box-sizing: inherit;
}
@media print {
  .home *,
  .home *::before,
  .home *::after {
    border-color: black !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
}
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  margin-top: 0;
  font-weight: 700;
}
.home :where(img, svg, time) {
  display: block;
}
.home img {
  max-width: 100%;
}
.home :is(main, footer) img {
  content-visibility: auto;
}
.home a,
.home button {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Arial", sans-serif;
  touch-action: manipulation;
}
.home a {
  color: #0a66ff;
}
@media (hover: hover) {
  .home a:hover {
    text-decoration: underline;
  }
}
@media print {
  .home a {
    text-decoration: underline;
  }
  .home a[href^=http]::after {
    content: " (" attr(href) ")";
  }
}
.home button {
  border: none;
  font-weight: inherit;
}
.home :is(a, button):not(:focus-visible) {
  outline: none;
}
.home textarea {
  resize: vertical;
}
.home :is(input, select, textarea):focus {
  outline: none;
  border-color: #e51636;
}
.home [hidden] {
  display: none !important;
}
.home__container {
  width: 84.5%;
  margin: auto;
}
@media (min-width: 1000px) {
  .home__container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .home__container {
    width: 1198px;
  }
}

.home-accordions {
  padding: 50px 0;
  background: white;
}
@media (min-width: 1000px) {
  .home-accordions {
    display: none;
  }
}
.home-accordions__list {
  display: grid;
  gap: 5px;
}

.home-features {
  padding: 48px 0 50px;
  background: #ebebeb;
}
@media (min-width: 1000px) {
  .home-features {
    padding: 100px 0;
    text-align: center;
  }
}
.home-features__heading {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 400 !important;
  line-height: 1.22;
  text-align: center;
}
@media (min-width: 1000px) {
  .home-features__heading {
    margin-bottom: 57px;
    font-size: 57px;
  }
}

.steps-video {
  display: grid;
  grid-template-areas: 'list video';
  grid-template-columns: 2.5fr 4fr;
  gap: 40px;
}

@media (max-width: 1300px) {
  .steps-video {
    grid-template-columns: 2fr 4fr;
  }
}

@media (max-width: 1000px) {
  .steps-video {
    grid-template-areas: 
    'video' 
    'list';
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}

.video {
  grid-area: video;
}

.video iframe {
  border-radius: 15px;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.home-features__list {
  display: grid;
  gap: 20px;
  width: 100%;
  max-width: 393px;
  margin: auto;
  grid-area: list;
}

@media (min-width: 1000px) {
  .home-features__list {
    align-content: space-between;
    gap: 0;
    margin: initial;
    max-width: initial;
  }
}

/*
@media (min-width: 1230px) {
  .home-features__list {
    gap: 50px;
  }
}
*/
.home-features__item {
  transition: transform 150ms ease-in;
  will-change: transform;
}
@media (hover: hover) {
  .home-features__item:hover {
    transform: scale(0.95);
  }
}
.home-features__item-inner {
  width: 100%;
  height: 116px;
  margin: auto;
  border-radius: 15px;
  opacity: 0;
  background: white;
  animation-name: zoomInCustom;
  animation-duration: 1s;
  animation-play-state: paused;
  animation-fill-mode: forwards;
  cursor: pointer;
}
/*
@media (min-width: 1000px) {
  .home-features__item-inner {
    width: 310px;
    height: auto;
    aspect-ratio: 1/1.14;
  }
}
@media (min-width: 1230px) {
  .home-features__item-inner {
    width: 366px;
  }
}
*/
.home-features__item:nth-child(1) .home-features__item-inner {
  animation-delay: 0ms;
}
.home-features__item:nth-child(2) .home-features__item-inner {
  animation-delay: 250ms;
}
.home-features__item:nth-child(3) .home-features__item-inner {
  animation-delay: 500ms;
}
.home-features__list.is-animated .home-features__item-inner {
  animation-play-state: running;
}
.home-features__button {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  color: black;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
/*
@media (min-width: 1000px) {
  .home-features__button {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
*/
.home-features__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 143px;
  height: 100%;
}
/*
@media (min-width: 1000px) {
  .home-features__icon-wrapper {
    align-items: flex-end;
    width: auto;
    height: 170px;
    margin-bottom: 33px;
  }
}

@media (min-width: 1230px) {
  .home-features__icon-wrapper {
    height: 202px;
    margin-bottom: 63px;
  }
}
@media (min-width: 1000px) {
  .home-features__icon {
    height: auto;
  }
}
@media (min-width: 1000px) {
  .home-features__icon--1 {
    width: 87px;
    aspect-ratio: 1.12;
  }
}
@media (min-width: 1230px) {
  .home-features__icon--1 {
    width: 97px;
  }
}
@media (min-width: 1000px) {
  .home-features__icon--2 {
    width: 110px;
    aspect-ratio: 1.33;
  }
}
@media (min-width: 1230px) {
  .home-features__icon--2 {
    width: 120px;
  }
}
@media (min-width: 1000px) {
  .home-features__icon--3 {
    position: relative;
    top: 10px;
    width: 99px;
    aspect-ratio: 1;
  }
}
@media (min-width: 1230px) {
  .home-features__icon--3 {
    width: 109px;
  }
}
*/
.home-features__text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
  padding-right: 20px;
}
/*
@media (min-width: 1000px) {
  .home-features__text {
    align-items: flex-start;
    font-size: 25px;
  }
}
*/

.home-feedbacks {
  padding: 50px 0;
  background: white;
}
@media (min-width: 1000px) {
  .home-feedbacks {
    padding: 100px 0;
  }
}
.home-feedbacks__heading {
  width: 84.5%;
  margin: auto;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 400 !important;
  line-height: 1.22;
  text-align: center;
}
@media (min-width: 1000px) {
  .home-feedbacks__heading {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .home-feedbacks__heading {
    width: 1198px;
  }
}
@media (min-width: 1000px) {
  .home-feedbacks__heading {
    margin-bottom: 80px;
    font-size: 57px;
  }
}
@media (min-width: 600px) {
  .home-feedbacks__heading br {
    display: none;
  }
}
.home-feedbacks__btn {
  display: block;
  flex-shrink: 0;
  background: #e51636;
  font-weight: 700 !important;
  text-align: center;
  text-decoration: none;
  color: white;
  cursor: pointer;
  transition: all 100ms linear;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 352px;
  height: 64px;
  margin: auto;
  border-radius: 43px;
  color: white !important;
  font-size: 25px;
}
@media (hover: hover) {
  .home-feedbacks__btn:hover {
    background: #ed415c;
    text-decoration: none !important;
  }
}
.home-feedbacks__btn:active {
  background: #e51636;
  color: white;
  box-shadow: 0 9px 34px rgba(33, 40, 189, 0.24);
}
.home-feedbacks__btn:is([disabled], .isDisabled) {
  opacity: 0.6;
  pointer-events: none;
  filter: grayscale(100%);
}

.home-form {
  padding: 25px;
  background: white;
  border-radius: 4px;
  color: black;
  font-size: 15px;
  line-height: 1.73;
}
.home-form.initial {
  animation-name: zoomInCustom;
  animation-duration: 1s;
  animation-play-state: paused;
}
.home-form.completed {
  padding-top: 43px;
  padding-bottom: 19px;
}
.home-form.is-animated {
  animation-play-state: running;
}
.page-template-page-mfl .wpforms-container-full .home-form__title {
  margin-top: 0;
  font-size: 27px;
  line-height: 1;
}
.page-template-page-mfl .wpforms-container-full .home-form__desc {
  margin-bottom: 17px;
}
.page-template-page-mfl .wpforms-container-full .home-form__subtitle {
  margin-bottom: 5px;
  font-size: inherit;
  line-height: inherit;
}
.page-template-page-mfl .wpforms-container-full .home-form__value {
  font-size: 31px;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
}
.page-template-page-mfl .wpforms-container-full .home-form__value-desc {
  font-size: 14px;
  line-height: 1.85;
}
.page-template-page-mfl .wpforms-container-full .home-form__fieldset {
  margin: 17px 0;
}
.page-template-page-mfl .wpforms-container-full .home-form__legend {
  margin-bottom: 17px;
}
.page-template-page-mfl .wpforms-container-full .home-form__fields {
  display: grid;
  gap: 17px;
}
.home-form__field-row {
  display: flex;
  gap: 22px;
}
.home-form__checkbox {
  margin: 17px 0 28px;
}
@media (min-width: 1000px) {
  .home-form__checkbox {
    margin-bottom: 88px;
  }
}
.page-template-page-mfl .home .home-hero .wpforms-container-full button[type=submit],
.page-template-page-mfl .home .home-hero .wpforms-container-full .wpforms-page-button,
.home-form__submit {
  display: block;
  flex-shrink: 0;
  background: #e51636;
  font-weight: 700 !important;
  text-align: center;
  text-decoration: none;
  color: white;
  cursor: pointer;
  transition: all 100ms linear;
  width: 100%;
  height: 45px;
  margin-top: 28px;
  border-radius: 4px;
  font-size: 18px !important;
}
@media (hover: hover) {
  .page-template-page-mfl .home .home-hero .wpforms-container-full button[type=submit]:hover,
  .page-template-page-mfl .home .home-hero .wpforms-container-full .wpforms-page-button:hover,
  .home-form__submit:hover {
    background: #ed415c;
    text-decoration: none !important;
  }
}

.page-template-page-mfl .home .home-hero .wpforms-container-full button[type=submit]:active,
 .page-template-page-mfl .home .home-hero .wpforms-container-full .wpforms-page-button:active,
.home-form__submit:active {
  background: #e51636;
  color: white;
  box-shadow: 0 9px 34px rgba(33, 40, 189, 0.24);
}
 .page-template-page-mfl .home .home-hero .wpforms-container-full button[type=submit]:is([disabled], .isDisabled),
 .page-template-page-mfl .home .home-hero .wpforms-container-full .wpforms-page-button:is([disabled], .isDisabled),
.home-form__submit:is([disabled], .isDisabled) {
  opacity: 0.6;
  pointer-events: none;
  filter: grayscale(100%);
}
@media (min-width: 1230px) {
   .page-template-page-mfl .wpforms-container-full .wpforms-page-button,
  .home-form__submit {
    margin-top: 22px;
  }
}
.home-form__complete-success-wrapper {
  margin-bottom: 35px;
  text-align: center;
}
.home-form__complete-success-icon {
  margin: 0 auto 15px;
}
.home-form__complete-success-text {
  margin: 0;
  font-size: 17px;
  line-height: 1;
}
.home-form__complete-text {
  margin: 26px 0;
  font-size: 17px;
  line-height: 1.52;
}
.home-form__text-addition {
  display: block;
  font-size: 14px;
}

.home-hero {
  position: relative;
  z-index: 1;
  padding-bottom: 62px;
  background-color: black;
  background-image: url("/wp-content/uploads/mfl-images/hero-mobile.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .home-hero {
    background-image: url("/wp-content/uploads/mfl-images/hero-mobile@2x.jpg");
  }
}
@media (min-width: 1000px) {
  .home-hero {
    /*height: 732px;*/
    min-height: 732px;
    padding-bottom: 0;
    background-image: url("/wp-content/uploads/mfl-images/hero-desktop.jpg");
  }
}
@media (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1000px) and (min-resolution: 2dppx) {
  .home-hero {
    background-image: url("/wp-content/uploads/mfl-images/hero-desktop@2x.jpg");
  }
}
.home-hero__inner {
  padding-top: 53px;
}
@media (min-width: 1000px) {
  .home-hero__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 62px;
    padding-bottom: 100px;
  }
}
.home-hero__text {
  margin-bottom: 51px;
  text-align: center;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-play-state: paused;
}
@media (min-width: 1000px) {
  .home-hero__text {
    margin: 120px 0 0;
  }
}
.home-hero__text.is-animated {
  animation-play-state: running;
}
.home-hero__title {
  margin-bottom: 17px;
  font-size: 45px;
  line-height: 1;
}
@media (min-width: 1230px) {
  .home-hero__title {
    font-size: 65px;
  }
}
@media (min-width: 600px) {
  .home-hero__title br {
    display: none;
  }
}
.home-hero__desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.36;
}
@media (min-width: 1230px) {
  .home-hero__desc {
    font-size: 26px;
  }
}
/* 
@media (min-width: 600px) {
 .home-hero__desc br {
    display: none;
  }
}*/
.home-hero__dectop-text {
  display: none;
}
@media (min-width: 1000px) {
  .home-hero__dectop-text {
    display: inline;
  }
}
.home-hero__plan {
  color: #eeee0a;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.35;
}
@media (min-width: 1000px) {
  .home-hero__plan {
    font-size: 28px;
  }
}
.home-hero__form {
  width: 100%;
  max-width: 363px;
  margin: auto;
}
@media (min-width: 1000px) {
  .home-hero__form {
    margin: 0;
  }
}

.checkbox {
  position: relative;
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.checkbox__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  margin-right: 11px;
  border-radius: 3px;
  border: thin solid #cccccc;
  box-shadow: 0 1px 0 rgba(22, 29, 37, 0.05);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 100ms linear;
}
input[disabled] ~ .checkbox__inner {
  opacity: 0.55;
}
input:focus-visible ~ .checkbox__inner {
  border: 1px solid #e51636;
}
.checkbox__icon {
  visibility: hidden;
}
.checkbox__icon path {
  fill: #bdbdbd;
}
input:checked ~ span .checkbox__icon {
  visibility: visible;
}
.checkbox__text {
  display: inline-block;
  color: #7c7c7c;
  font-size: 16px;
  line-height: 1.52;
}
@media (min-width: 1000px) {
  .checkbox__text {
    font-size: 17px;
  }
}
input[disabled] ~ .checkbox__text {
  opacity: 0.55;
}

.form-field {
  position: relative;
  width: var(--form-field-width, auto);
  text-align: left;
  font-weight: var(--form-field-font-weight, 400);
  line-height: var(--form-field-line-height, 1);
}
.form-field.is-disabled {
  opacity: 0.5;
}
.form-field--textarea {
  --form-field-height: auto;
  --form-field-line-height: var(--form-field-height);
}
.form-field__input-group {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-shrink: 0;
  height: var(--form-field-height, 43px);
}
.form-field__input {
  display: block;
  width: 100%;
  height: 100% !important;
  padding: 0 15px !important;
  border-width: var(--form-field-border-width, 1px);
  border-color: var(--form-field-border-color, #cccccc) !important;
  border-style: solid;
  border-radius: var(--form-field-border-radius, 4px) !important;
  background: var(--form-field-background-color, transparent);
  color: var(--form-field-input-color, black);
  text-align: var(--form-field-text-align, left);
  font-size: var(--form-field-font-size, 17px) !important;
  line-height: var(--form-field-line-height);
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 250ms linear;
}
.form-field__input::-moz-placeholder {
  color: #7c7c7c;
}
.form-field__input::placeholder {
  color: #7c7c7c;
}
.form-field__input:focus {
  outline: none;
  border-color: #e51636 !important;
}
.form-field__input:disabled {
  opacity: 0.5;
}
.form-field.cc-card .form-field__input {
  padding-right: 80px !important;
}
@media (min-width: 600px) {
  .form-field.cc-card .form-field__input {
    padding-right: 110px !important;
  }
}
.form-field.has-button .form-field__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-field.is-invalid .form-field__input {
  border-color: crimson;
}
.form-field textarea {
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
.form-field__select-icon {
  position: absolute;
  margin: auto;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  pointer-events: none;
}
.form-field__input:focus ~ .form-field__select-icon {
  fill: #e51636;
}
.form-field.is-invalid .form-field__select-icon {
  fill: crimson;
}
.form-field__cards {
  position: absolute;
  margin: auto;
  top: 0;
  right: 5px;
  bottom: 0;
  left: auto;
  top: 2px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (min-width: 600px) {
  .form-field__cards {
    right: 15px;
    gap: 6px;
  }
}
.form-field__card-item {
  flex-shrink: 0;
  padding: 3px;
  background: #f8f8f8;
}
.form-field__card-img {
  width: 16px;
  aspect-ratio: 1.53;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .form-field__card-img {
    width: 20px;
  }
}

.accordion {
  --icon-wrapper-width: 30px;
  display: block;
  width: 100%;
  max-width: 380px;
  margin: auto;
}
.accordion__button {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  height: 77px;
  margin: auto;
  padding: 0 20px;
  border-radius: 0;
  background: #e51636;
  color: white;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 1;
  text-align: left;
  cursor: pointer;
}
.accordion:first-child .accordion__button {
  border-radius: 15px 15px 0 0;
}
.accordion:last-child .accordion__button {
  border-radius: 0 0 15px 15px;
}
.accordion__tab-icon {
  flex-shrink: 0;
}
.accordion__tab-icon path {
  fill: white;
}
.accordion__dropdown-icon {
  margin-left: auto;
  transition: all 300ms linear;
}
.accordion__button[aria-expanded=true] .accordion__dropdown-icon {
  transform: rotate(180deg);
}
.accordion__content {
  display: none;
  margin: auto;
  padding: 30px 0;
  transition: all 300ms linear;
}
.accordion:last-child .accordion__content {
  padding-bottom: 0;
}
.accordion__content.is-visible {
  display: block;
}
.accordion__content h3 {
  margin-bottom: 21px;
  text-align: center;
  font-size: 20px;
}
.accordion__content h3 span {
  font-weight: 400;
}
.accordion__content ul {
  position: relative;
  left: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  list-style: disc;
  list-style-position: inside;
  text-align: left;
}
.accordion__content li {
  font-size: 20px;
  line-height: 1.7;
}
.accordion__content p {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
}
.accordion__content p span {
  font-size: 14px;
}
.accordion__content b {
  font-weight: 700;
  line-height: inherit;
}

.tablist {
  display: none;
  background: white;
}
@media (min-width: 1000px) {
  .tablist {
    display: block;
  }
}
.tablist__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: -76px auto 0;
}
.tablist__tabs {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  gap: 25px;
  font-weight: 500;
  line-height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 1230px) {
  .tablist__tabs {
    grid-template-columns: 366px 366px 366px;
    gap: 50px;
  }
}
.tablist__tab {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 64px;
  margin: 0;
  padding: 0;
  border-radius: 15px 15px 0 0;
  background: #e51636;
  color: white;
  font-family: inherit;
  font-size: 19px;
  font-weight: 700 !important;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}
@media (min-width: 1230px) {
  .tablist__tab {
    font-size: 20px;
  }
}
@media (hover: hover) {
  .tablist__tab:hover {
    background: #ed415c;
  }
}
.tablist__tab.is-active {
  height: 76px;
  background: white;
  color: black;
}
.tablist__tab-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.tablist__tab-icon path {
  fill: white;
}
.tablist__tab.is-active .tablist__tab-icon path {
  fill: #e51636;
}
.tablist__content-wrapper {
  text-align: center;
}
.tablist__tab-content {
  display: none;
  margin: auto;
  padding: 45px 0;
}
.tablist__tab-content.is-active {
  display: inline-block;
}
.tablist__tab-content h3 {
  margin-bottom: 25px;
  text-align: left;
  font-size: 25px;
}
.tablist__tab-content h3 span {
  font-weight: 400;
}
.tablist__tab-content ul {
  margin: 0;
  list-style: disc;
  list-style-position: inside;
  text-align: left;
}
.tablist__tab-content li {
  font-size: 25px;
  line-height: 1.48;
}
.tablist__tab-content p {
  margin-top: 25px;
  font-size: 25px;
  line-height: 1.35;
  text-align: left;
}
.tablist__tab-content p span {
  font-size: 20px;
}
.tablist__tab-content b {
  font-weight: 700;
  line-height: inherit;
}

.slider {
  position: relative;
  max-width: 363px;
  margin: 0 auto 41px;
}
@media (min-width: 1000px) {
  .slider {
    max-width: none;
    margin-bottom: 40px;
  }
}
.slider__wrapper {
  overflow: hidden;
  width: 320px;
  margin: auto;
}
@media (min-width: 1000px) {
  .slider__wrapper {
    width: 780px;
  }
}
@media (min-width: 1230px) {
  .slider__wrapper {
    width: 1250px;
    width: 1198px;
  }
}
.slider__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 250ms ease-out;
}
.slider__item {
  flex-shrink: 0;
  width: 300px;
  margin: 0 10px;
  text-align: center;
}
@media (min-width: 1000px) {
  .slider__item {
    width: 230px;
    margin: 0 15px;
  }
}
@media (min-width: 1230px) {
  .slider__item {
    width: 366px;
    margin: 0 25px;
    width: 349px;
  }
}
.slider__img {
  display: block;
  width: 141px;
  height: 141px;
  margin: 0 auto 15px;
  border-radius: 50%;
}
.slider__rating {
  margin: 0 auto 18px;
}
.slider__text {
  margin: 0 0 28px;
  font-size: 20px;
  line-height: 1.35;
}
@media (min-width: 1230px) {
  .slider__text {
    font-size: 24px;
    line-height: 1.37;
  }
}
.slider__position, .slider__name {
  font-size: 17px;
  line-height: 1.35;
}
@media (min-width: 1230px) {
  .slider__position, .slider__name {
    font-size: 22px;
  }
}
.slider__position {
  font-weight: 300;
}
/*.slider__name {
  font-weight: 700;
}*/
.slider__buttons, .slider__button {
  touch-action: manipulation;
}
.slider__buttons {
  position: absolute;
  top: 155px;
  left: -25px;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 50px);
}
@media (min-width: 1000px) {
  .slider__buttons {
    left: 0;
    right: 0;
    width: 95%;
    margin: auto;
  }
}
@media (min-width: 1230px) {
  .slider__buttons {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.slider__button {
  padding: 5px;
  border: thin solid #e51636;
  background: none;
  cursor: pointer;
}
@media (hover: hover) {
  .slider__button:hover {
    opacity: 0.5;
  }
}
.slider__button-icon {
  width: 17px;
  height: 29px;
}
@keyframes fadeInDown {from {opacity: 0;transform: translate3d(0, -100%, 0);}to {opacity: 1;transform: none;}}
.page-template-page-mfl .home .home-hero .wpforms-container-full button[type=submit],.page-template-page-mfl .wpforms-container-full {margin:0;}

.page-template-page-mfl .wpforms-container-full .wpforms-submit-container,
.page-template-page-mfl .wpforms-container-full .wpforms-field-layout {padding:0;margin:0;}
.page-template-page-mfl .wpforms-container .wpforms-field-medium{max-width:100%;}
.page-template-page-mfl .overall-holder {margin:0!important;padding:0!important;}
.page-template-page-mfl .wpforms-page-indicator.none,
/*
.page-template-page-mfl .wpforms-container .wpforms-page-1 .wpforms-field.wpforms-field-pagebreak:first-child, .page-template-page-mfl .wpforms-container .wpforms-page-2 .wpforms-field.wpforms-field-pagebreak:last-child {
display:none;
} 
*/
#wpforms-93547-field_2-container {
  display: none;
}
#wpforms-93547-field_25-container {
  padding-top: 0;
}
.page-template-page-mfl .wpforms-container-full  .wpforms-page-2 .wpforms-field-html,
.page-template-page-mfl .wpforms-container-full  .wpforms-page-2 .home-form__desc {margin-bottom: 0;padding-bottom: 0;} 

.page-template-page-mfl .wpforms-container-full  .wpforms-page-2 .wpforms-field-stripe-credit-card {height:auto; min-height:340px;}

@media only screen and (max-width: 767px){
    .page-template-page-mfl .sub-header.mobile {
        display: none;
    }
}

.form-field__remove {
  display: none;
}

.wpforms-container.wpforms-container-full.wpforms-render-modern .wpforms-confirmation-container-full {
  background: transparent;
  border: none;
  padding: 0;
}

.home-form div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: -15px;
}

@media (min-width: 1000px) {
  .home-form {
    /*overflow-y: auto;
    max-height: 580px;*/
    /*min-height: 400px;*/
   /* margin-bottom: 100px;*/
  }
  .tablist__tab-text {
    font-weight: 700;
  }
}

/*.slider__name,*/
.slider__text b {
  font-weight: 800;
}

#wpforms-93547-field_5-container,
#wpforms-93547-field_12-container {
  padding-top: 0;
}

.wpforms-form .p-FadeWrapper {
  display: none !important;
}

.home-form div.wpforms-container-full .wpforms-confirmation-container-full {
  margin-bottom: 0;
}

.inline_block {
  display: inline-block;
}
/*
.wpforms-form .wpforms-page-2 {
  min-height:454px;
}
*/
#wpforms-field-stripe-payment-element-93547 {
  height:auto;
}