/*--------- 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;
}

.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;
}

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;
  margin-top: -84px;
  overflow: hidden;
}

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

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

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

.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;
}

.main-bottom {
  position: relative;
  margin-top: -68px;
  z-index: 2;
}

.main-bottom__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 80px;
       column-gap: 80px;
  padding: 35px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
}

.main-bottom__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  color: #111928;
  width: 100%;
}

.main-bottom__item span {
  color: #3758f9;
}

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

.importance {
  padding: 120px 0;
}

.importance .section-title {
  margin-bottom: 40px;
  text-align: center;
}

.importance-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.importance-list {
  width: 100%;
}

.advantages {
  display: none;
  position: relative;
  padding: 64px 0;
  background: #3758f9;
  overflow: hidden;
}

.advantages::after,
.advantages::before {
  content: "";
  position: absolute;
  display: block;
  width: 896px;
  height: 896px;
  border-radius: 50%;
}

.advantages::after {
  background: rgba(255, 255, 255, 0.04);
  left: -387px;
  bottom: 101px;
}

.advantages::before {
  width: 896px;
  height: 896px;
  background: rgba(255, 255, 255, 0.04);
  left: -372px;
  bottom: 28px;
}

.advantages-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.advantages-wrapper > h3 {
  color: white;
  max-width: 270px;
}

.advantages-items {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.advantages-item {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  background: white;
}

.advantages-item__title {
  margin-bottom: 16px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #3758f9;
}

.advantages-item__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #637381;
}

.what-bottom {
  padding: 0 0 120px 0;
}

.what-bottom__wrapper {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.what-bottom__block {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  background: #fff;
}

.what-bottom__info {
  width: 100%;
  margin-bottom: 32px;
}

.what-bottom__info > h3 {
  margin-bottom: 40px;
}

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

.what-bottom__link {
  padding: 12px 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  border-radius: 6px;
  background: #f3f4f6;
  color: #3758f9;
}