/*--------- RESET START -----------*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------- RESET END -----------*/

img:not([src]):not([srcset]) {
  visibility: hidden;
  display: block;
}

@-webkit-keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

body {
  background: #f9fafb;
}

.container {
  max-width: 1202px;
  padding: 0 16px;
  margin: auto;
}

.breadcrumbs {
  position: relative;
  padding: 40px 0 20px;
  z-index: 2;
}

.breadcrumbs-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15.18px;
}

.breadcrumbs-wrapper span,
.breadcrumbs-wrapper a {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.breadcrumbs-wrapper a {
  color: #8899a8;
  transition: all 0.3s;
}

.breadcrumbs-wrapper a:hover {
  color: #fff;
}

.breadcrumbs-wrapper span.last {
  color: #fff;
  background: none;
  padding: 0;
}

.breadcrumbs-wrapper span img {
  width: 18px;
  height: 18px;
}

.page-title {
  margin: 0 auto 20px;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0px;
  color: #fff;
  max-width: 828px;
  text-align: center;
}

.page-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}

.page-desc span {
  background: #3758f9;
  border-radius: 5px;
  padding: 3px 5px;
}

.page-btns {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: center;
}

.page-btns a {
  padding: 13px 26px;
  display: block;
  max-width: 270px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid #3758f9;
  color: #3758f9;
  transition: all 0.3s;
}

.page-btns a:first-child {
  background: #3758f9;
  color: white;
}

.page-btns a:hover {
  background: #4260f7;
  color: white;
}

h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #111928;
}

h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #111928;
}

h4,
strong {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
}

p {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
}

ul {
  margin-bottom: 20px;
}

ul li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 18px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
}

ul li::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3758f9;
}

ol {
  counter-reset: list-counter;
  margin-bottom: 20px;
}

ol li {
  list-style: none;
  position: relative;
  margin-bottom: 12px;
  padding: 0 0 0 36px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
}

ol li::after {
  counter-increment: list-counter;
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  background: #3758f9;
  border-radius: 50%;
  color: #fff;
}

.main {
  position: relative;
  background: #111928;
  overflow: hidden;
  margin-top: -84px;
}

.main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 532px;
}

.main .page-title {
  margin-bottom: 40px;
}

.main .page-desc {
  margin-bottom: 40px;
}

.main::after,
.main::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-radius: 50%;
}

.main::after {
  width: 401px;
  height: 403px;
  background: linear-gradient(113deg, rgba(48, 86, 211, 0.4) 0%, rgba(196, 196, 196, 0) 90%);
  left: -226px;
  bottom: -79px;
}

.main::before {
  width: 221px;
  height: 219px;
  background: linear-gradient(270deg, rgba(48, 86, 211, 0.4) 0%, rgba(196, 196, 196, 0) 90%);
  right: -41px;
  top: 0;
}

.main-text > span {
  margin-bottom: 12px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
}

.section-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
  width: 100%;
}

.faq {
  padding: 64px 0 120px;
}

.faq-list {
  max-width: 970px;
  margin: 0 auto 120px;
}

.faq-item {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  overflow: hidden;
  max-height: -webkit-min-content;
  max-height: -moz-min-content;
  max-height: min-content;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item__head {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 25px;
       column-gap: 25px;
  background: none;
}

.faq-item__head.active .faq-item__arrow svg {
  transform: rotate(0deg);
}

.faq-item__body {
  max-width: 843px;
  margin-left: auto;
  max-height: 0px;
  transition: all 0.7s ease;
  opacity: 0;
}

.faq-item__body.opened {
  max-height: 10000px;
  opacity: 1;
}

.faq-item__body * {
  color: #637381;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.faq-item__body strong {
  font-weight: 700;
}

.faq-item__body p {
  margin-bottom: 30px;
}

.faq-item__body p:last-child {
  margin-bottom: 0;
}

.faq-item__body p a {
  color: #3758f9;
  text-decoration: underline;
}

.faq-item__inner {
  padding-top: 30px;
}

.faq-item__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(48, 86, 211, 0.06);
  border-radius: 10px;
}

.faq-item__arrow svg {
  width: 17.38px;
  height: 9.38px;
  transform: rotate(180deg);
  transition: all 0.4s;
}

.faq-item__title {
  max-width: 843px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
  text-align: left;
}

.faq-form,
.faq form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 65px 100px 65px 50px;
  background: #F0F4FF url("../img/faq-form.jpg") center/cover no-repeat;
  border-radius: 10px;
  overflow: hidden;
}

.faq-form__left,
.faq form__left {
  max-width: 408px;
}

.faq-form__right,
.faq form__right {
  max-width: 430px;
  width: 100%;
}

.faq-form__title,
.faq form__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.faq-form__title strong,
.faq form__title strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
  margin-bottom: 0;
}

.faq-form__title span,
.faq form__title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #637381;
}

.faq-form .form-field,
.faq form .form-field {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.form-field > p {
  position: absolute;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  bottom: -12px;
  left: 0;
}

.faq-form .form-field textarea,
.faq form .form-field textarea {
  width: 100%;
  border: 1px solid #dfe4ea;
  background: #fff;
  border-radius: 6px;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111928;
  resize: none;
  height: 146px;
  margin-bottom: 10px;
}

.faq-form .form-field textarea::-moz-placeholder, .faq form .form-field textarea::-moz-placeholder {
  color: #9ca3af;
}

.faq-form .form-field textarea:-ms-input-placeholder, .faq form .form-field textarea:-ms-input-placeholder {
  color: #9ca3af;
}

.faq-form .form-field textarea::placeholder,
.faq form .form-field textarea::placeholder {
  color: #9ca3af;
}

.faq-form .section-title,
.faq form .section-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 20px;
}

.faq-form .section-desc,
.faq form .section-desc {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  max-width: 295px;
}

.faq-form .section-desc a,
.faq form .section-desc a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

.faq-btn {
  width: 100%;
  padding: 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: white;
  border-radius: 6px;
  box-shadow: 0px 20px 20px 0px rgba(5, 13, 29, 0.2);
  background: #3758f9;
  transition: all 0.3s;
  cursor: pointer;
}

.faq-btn:hover {
  background: #4968ff;
}

.form-send {
  display: none;
  position: fixed;
  bottom: 30px;
  width: 770px;
  padding: 20px;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  border-radius: 6px;
  align-items: center;
  background: #3758f9;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}

.form-send.show {
  display: flex;
}

.form-send::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 253px;
  height: 6px;
  background: white;
}

.form-send span {
  margin-left: 20px;
  margin-right: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}

.form-send svg {
  width: 36px;
  height: 36px;
}

.form-send__close {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.form-send__close svg {
  width: 100%;
  height: 100%;
}

.wpcf7-response-output {
  display: none !important;
}