/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.page-container {
  margin: 0 auto;
  max-width: 1329px;
  width: 100%;
}

@font-face {
  font-family: "Onest";
  src: url("./fonts/Fontspringdemo/OrganettoSemiExtBoldRegular.woff2") format("woff2"), url("./fonts/Fontspringdemo/OrganettoSemiExtBoldRegular.woff") format("woff"), url("./fonts/Fontspringdemo/OrganettoSemiExtBoldRegular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Organetto-BoldSemiExt";
  src: url("./fonts/Fontspringdemo/Organetto-BoldSemiExt.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Organetto-BoldSemiExp";
  src: url("./fonts/Fontspringdemo/Organetto-BoldSemiExp.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Regular"), url("./fonts/montserrat/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Medium"), url("./fonts/montserrat/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat SemiBold"), url("./fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Bold"), url("./fonts/montserrat/Montserrat-Bold.woff") format("woff");
}
body {
  font-weight: 400;
  font-family: "Organetto-BoldSemiExt", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body {
  font-family: "Montserrat Medium";
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #42526B;
}

a:not(.btn) {
  color: #061C3D;
  text-decoration: unset;
}
a:not(.btn):hover {
  color: #869CBC;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Organetto-BoldSemiExt", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
}

h1, .h1 {
  font-size: 74px;
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 48px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    margin-bottom: 16px;
  }
}

h3, .h3 {
  font-size: 36px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    margin-bottom: 16px;
  }
}

h5, .h5 {
  font-size: 17px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  h5, .h5 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  h5, .h5 {
    margin-bottom: 16px;
  }
}

.text-14 {
  font-size: 14px;
  line-height: 1.5;
}

.info-page h1 {
  font-size: 34px;
}
.info-page h2 {
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 10px;
}
.info-page h3 {
  font-size: 18px;
}
.info-page p, .info-page li {
  font-size: 14px;
  font-weight: normal;
}
.info-page b {
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(70deg, hsl(205, 51%, 93%) 0%, hsl(205, 51%, 93%) 15%, hsl(241, 30%, 94%) 22%, hsl(319, 22%, 94%) 40%, hsl(0, 21%, 95%) 44%, hsl(351, 16%, 94%) 50%, hsl(342, 11%, 94%) 56%, hsl(330, 6%, 94%) 67%, hsl(289, 6%, 95%) 78%, hsl(248, 9%, 96%) 89%, hsl(220, 18%, 97%) 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
}

.hidden {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.site-wrapper {
  min-height: 100%;
  padding-top: 118px;
  display: flex;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

.site-container {
  max-width: 1245px;
  margin: 0 auto;
}

.wrapper-1329 {
  width: 100%;
  max-width: 1329px;
  margin: auto;
}
@media (max-width: 1350px) {
  .wrapper-1329 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wrapper-1425 {
  width: 100%;
  max-width: 1425px;
  margin: auto;
}

.wrapper-1355-stick-right {
  width: 100%;
  max-width: calc(100% - (100% - 1329px) / 2);
  margin: 0 0 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .wrapper-1355-stick-right {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .wrapper-1355-stick-right {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1921px) {
  .wrapper-1355-stick-right.xl-center .hero-section__image {
    right: -90px;
  }
}
@media (min-width: 1921px) {
  .wrapper-1355-stick-right.xl-center {
    max-width: 1329px;
    margin: auto;
  }
}

.flex-row-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.position-relative {
  position: relative;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.content-box p {
  margin: 0 0 15px;
}
.content-box p:last-child {
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

.text-no-wrap {
  white-space: nowrap;
}

.gradient-text {
  background: linear-gradient(90deg, hsl(216, 32%, 55%) 0%, hsl(225, 20%, 57%) 8%, hsl(236, 10%, 58%) 17%, hsl(250, 3%, 58%) 25%, hsl(327, 6%, 59%) 33%, hsl(4, 13%, 61%) 42%, hsl(29, 18%, 59%) 50%, hsl(30, 43%, 62%) 58%, hsl(31, 71%, 64%) 67%, hsl(33, 100%, 65%) 75%, hsl(33, 100%, 65%) 83%, hsl(33, 100%, 65%) 92%, hsl(33, 100%, 65%) 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.color-grey1 {
  color: #42526B;
}

.color-navy1 {
  color: #02142E;
}

.color-dk-navy {
  color: #150F37;
}

.color-orange {
  color: #02142E;
}

.color-main-nav {
  color: #243752;
}

.color-brand-purple {
  color: #869CBC;
}

.color-lt-grey {
  color: #eff0f2;
}

.color-lt-grey2 {
  color: #F3F3F7;
}

.color-primary-color {
  color: #061C3D;
}

.image-tiles {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 97px;
  row-gap: 16px;
  flex-wrap: wrap;
}
.image-tiles__item-image {
  height: 66px;
}
.image-tiles__item-image img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .image-tiles__item-image {
    height: 52px;
  }
}
@media (max-width: 768px) {
  .image-tiles {
    flex-direction: column;
  }
}

.icons-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.icons-wrapper .icons-item {
  width: 100%;
  max-width: 119px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 19px;
  padding: 22px 0;
}
.icons-wrapper .icons-item .icons-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  background-color: #fff;
  border-radius: 7.44px;
}
.icons-wrapper .icons-item .content-box {
  font-size: 16px;
  line-height: 20px;
  color: #42526B;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-45 {
  width: 45%;
}

.info-page {
  padding: 40px 0 80px;
}
.info-page .content-title {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .info-page .content-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .info-page {
    padding: 20px 0 40px;
  }
}

.content-404 {
  padding: 90px 0 140px;
}
.content-404 .content-box {
  font-size: 24px;
  line-height: 32px;
  color: #42526B;
}
.content-404 .content-box .content-text {
  margin-bottom: 40px;
  font-family: "Organetto-BoldSemiExt";
  color: #869CBC;
  font-weight: 700;
}
@media (max-width: 767px) {
  .content-404 .content-box .content-text {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .content-404 .content-box {
    font-size: 18px;
    line-height: 1.5;
  }
}
.content-404 .content-title {
  font-size: 12.5rem;
}
@media (max-width: 1024px) {
  .content-404 .content-title {
    font-size: 5.63rem;
  }
}
@media (max-width: 767px) {
  .content-404 {
    padding: 60px 0 80px;
  }
}

.site-header {
  width: 100%;
  padding-top: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 440;
}
.site-header__inner {
  padding: 20px 0;
}
.site-header__nav {
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) {
  .site-header__nav {
    column-gap: 100px;
  }
}
@media (max-width: 1024px) {
  .site-header__nav {
    flex-direction: row-reverse;
    column-gap: 30px;
  }
}
.site-header__logo {
  text-decoration: none;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: flex-start;
}
.site-header__logo span {
  display: block;
  color: black;
  font-weight: 400;
}
.site-header__logo img {
  width: 157px;
}
@media (max-width: 767px) {
  .site-header__logo img {
    width: 102px;
  }
}
.site-header .nav {
  list-style: none;
}
@media (min-width: 1025px) {
  .site-header .nav {
    display: flex;
    justify-content: space-between;
    column-gap: 48px;
    margin: 0;
    padding: 0;
  }
}
.site-header .nav a {
  text-decoration: none;
  color: #243752;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  transition: all 0.2s;
}
.site-header .nav a:before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #243752;
  position: absolute;
  left: 0;
  bottom: -13px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .site-header .nav a:before {
    bottom: 0;
  }
}
.site-header .nav a:hover:before {
  width: 100%;
  background-color: #869CBC;
}
.site-header .nav a:hover {
  color: #869CBC;
}
@media (max-width: 767px) {
  .site-header__action .sign-in {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header__action .btn {
    padding: 9px 20px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .site-header {
    padding: 21px 0 0;
  }
}
@media (max-width: 767px) {
  .site-header {
    padding: 0;
  }
}

.mobile-nav {
  text-align: center;
}
@media (max-width: 1024px) {
  .mobile-nav {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: fixed;
    left: 0;
    top: 102px;
    padding: 10px 0 30px 0;
    background-color: #e9eff2;
    transform: translate3d(100%, 0, 0);
    transition: all 300ms ease;
    z-index: 100;
  }
  .mobile-menu-open .mobile-nav {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .mobile-nav .nav {
    margin: 0;
    padding: 0;
  }
  .mobile-nav .nav a {
    font-size: 16px;
    line-height: 2rem;
    padding: 1rem 0;
    font-weight: 500;
    display: inline-block;
    color: #243752;
  }
  .mobile-nav .nav .nav-current a {
    color: #869CBC;
  }
  .mobile-nav .nav .nav-btn {
    margin: 1rem 0;
  }
  .mobile-nav .nav .btn {
    padding: 5px 20px;
    line-height: unset;
    display: inline-flex;
    font-size: 14px;
  }
  .mobile-nav .nav .btn:before {
    display: none;
  }
  .mobile-nav .nav .btn:hover {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .mobile-nav {
    top: 79px;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .mobile-nav {
    display: none;
  }
}

.main-nav__burger-menu {
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: none;
}
.main-nav__burger-menu:focus {
  background: none;
  outline: none;
}
.main-nav__burger-menu:active {
  background: none;
  outline: none;
}
@media (min-width: 1025px) {
  .main-nav__burger-menu {
    display: none;
  }
}
.main-nav__burger-menu-icon {
  fill: #232936;
  width: 30px;
  height: 22px;
}
.main-nav__burger-menu-icon--close {
  height: 30px;
  display: none;
  fill: #869CBC;
}
.mobile-menu-open .main-nav__burger-menu-icon--close {
  display: block;
}
.mobile-menu-open .main-nav__burger-menu-icon--open {
  display: none;
}
.main-nav__burger-menu-icon:focus {
  background: none;
  outline: none;
}
.main-nav__burger-menu-icon:active {
  background: none;
  outline: none;
}
@media (max-width: 1024px) {
  .main-nav .nav {
    display: none;
  }
}

.site-header.sticky .site-header__inner {
  background-color: #fff;
  transition: top 0.2s ease-in-out;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .site-header.sticky .site-header__inner {
    background: linear-gradient(70deg, hsl(205, 51%, 93%) 0%, hsl(205, 51%, 93%) 15%, hsl(241, 30%, 94%) 22%, hsl(319, 22%, 94%) 40%, hsl(0, 21%, 95%) 44%, hsl(351, 16%, 94%) 50%, hsl(342, 11%, 94%) 56%, hsl(330, 6%, 94%) 67%, hsl(289, 6%, 95%) 78%, hsl(248, 9%, 96%) 89%, hsl(220, 18%, 97%) 100%);
    transition: top 0.2s ease-in-out;
    border-radius: 0;
  }
}

input[type=text],
input[type=password],
input[type=tel],
input[type=number],
input[type=email],
input[type=text],
select,
textarea {
  -webkit-appearance: none;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  padding: 12px 18px;
  border-radius: 5px;
  border: 1px solid #E6E8EC;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}
input[type=text]:active,
input[type=password]:active,
input[type=tel]:active,
input[type=number]:active,
input[type=email]:active,
input[type=text]:active,
select:active,
textarea:active {
  outline: 0;
  box-shadow: none;
}
input[type=text].error,
input[type=password].error,
input[type=tel].error,
input[type=number].error,
input[type=email].error,
input[type=text].error,
select.error,
textarea.error {
  border: 1px solid #ff0000;
}

.field input[type=text],
.field input[type=password],
.field input[type=tel],
.field input[type=number],
.field input[type=email],
.field input[type=text],
.field select,
.field textarea {
  width: 100%;
}

input::placeholder,
textarea::placeholder {
  font-family: "Montserrat Medium";
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #838E9E;
}

textarea {
  resize: vertical;
}

.form__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
}
.form__body .btn--submit {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .form__body .btn--submit {
    margin-top: 4px;
  }
}

.form__row {
  width: 100%;
}

.form__input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 6px;
}

.form__input-group {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
}
.form__input-group .form__input-container {
  flex: 1;
}
@media (max-width: 767px) {
  .form__input-group .form__input-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form__input-group {
    flex-direction: column;
  }
}

.form-input {
  width: 100%;
}

.form__label {
  font-size: 14px;
  color: #061C3D;
  font-weight: 500;
  line-height: 20px;
}

.validation-error {
  color: #c94848;
  font-size: 0.7rem;
}

.form-success {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-success__icon svg {
  color: #2ead20;
}
.form-success__right-block {
  margin: 15px 30px 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  background: none;
  color: #1E2427;
  font-size: 16px;
  line-height: 1.125;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 3px;
  border: 1px solid #061C3D;
  border-radius: 5px;
  padding: 12px 20px;
  transition: all 0.2s ease-in-out;
}
.btn--primary {
  color: #fff;
  background-color: #061C3D;
}
.btn--primary:hover {
  color: #061C3D;
  background-color: #fff;
}
.btn--secondary {
  color: #061C3D;
  background-color: #fff;
  border: 1px solid #061C3D;
}
.btn--secondary:hover {
  color: #fff;
  background-color: #061C3D;
}
.btn--accent {
  color: #061C3D;
  border: 1px solid #FFAD4C;
  border: unset;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #FFAD4C, #FFAD4C, #FFAD4C, #6584B2, #6584B2, #FFAD4C, #F7A86F);
  padding: 12.8px 20px;
}
.btn--accent:hover {
  background-position: 100% 0;
}
.btn--orange {
  color: #061C3D;
  background-color: #FFAD4C;
  border: 1px solid #FFAD4C;
}
.btn--white {
  color: #061C3D;
  background-color: #fff;
  border: 1px solid #061C3D;
}
.btn--white:hover {
  color: #fff;
  background-color: #061C3D;
}
.btn--submit {
  font-family: "Montserrat Medium";
  width: 100%;
  padding: 19.2px 20px;
}
.btn--s {
  min-width: 181px;
  height: 48px;
}
@media (max-width: 767px) {
  .btn--s {
    min-width: 110px;
    height: 36px;
  }
}
.btn--m {
  min-width: 312px;
  height: 60px;
}
@media (max-width: 767px) {
  .btn--m {
    width: 100%;
  }
}
.btn.arrow-right:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/ArrowRight-1d278fa25533096c842f973952244328.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
}
.btn.arrow-right:hover:after {
  background-image: url("../images/ArrowRight-navy-80de61be681547fd8e164e96712e6dc9.svg");
}

.site-footer {
  padding: 53px 0 84px;
  background-color: #fff;
}
.site-footer__logo {
  height: 79px;
}
.site-footer__logo img {
  height: 100%;
}
.site-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .site-footer__inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .site-footer__col-logo {
    width: 100%;
    text-align: center;
    padding: 28px 0;
    border-top: 1px solid #E6E8EC;
  }
}
.site-footer__col-nav {
  width: 100%;
  max-width: 926px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .site-footer__col-nav {
    max-width: 100%;
    justify-content: center;
  }
}
.site-footer .footer-nav {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #42526B;
  font-size: 16px;
}
.site-footer .footer-nav__title {
  color: #869CBC;
  line-height: 1;
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .site-footer .footer-nav__title {
    margin-bottom: 0;
  }
}
.site-footer .footer-nav__col.links {
  width: 170px;
}
@media (max-width: 1024px) {
  .site-footer .footer-nav__col.links {
    width: auto;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-nav__col.links {
    width: 100%;
  }
}
.site-footer .footer-nav__col.contact {
  width: 404px;
}
@media (max-width: 768px) {
  .site-footer .footer-nav__col.contact {
    width: 100%;
  }
}
.site-footer .footer-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-nav__item:not(:last-child) {
  margin-bottom: 10px;
}
.site-footer .footer-nav__link {
  color: #42526B;
  font-size: 16px;
  text-decoration: none;
}
.site-footer .footer-nav__link:hover {
  color: #869CBC;
}
@media (max-width: 1024px) {
  .site-footer .footer-nav {
    justify-content: flex-end;
    column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-nav {
    flex-direction: column;
    align-items: center;
  }
}

/*..........*/
.custom-video__wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin: auto;
  position: relative;
  height: 100%;
  max-width: 1245px;
  padding: 0;
}

.custom-video {
  width: 100%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 100%;
}

.custom-video__button-wrap {
  position: absolute;
  width: 100%;
  height: 120px;
  top: calc(50% - 60px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-video__button {
  position: relative;
  width: 90px;
  height: 90px;
  background: no-repeat;
  border: none;
  outline: unset;
  cursor: pointer;
}

.play-button {
  background-image: url("../images/play-1c762ba28028efb9920b324f076a7be3.svg");
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  background-size: 12px 14px;
  background-position: center;
}

.custom-video__pause-wrap .pause-button {
  background-color: transparent;
  background-image: url("../images/pause-b0f0c26569a935afb65207c431a30332.svg");
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  border: none;
  outline: unset;
  cursor: pointer;
  margin-bottom: -54px;
  background-color: #fff;
  border-radius: 50%;
  background-position: center;
  background-size: 12px 20px;
}

.custom-video__pause-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  top: 0;
  cursor: pointer;
  background-color: transparent;
  display: none;
  z-index: 5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.custom-video__pause-wrap.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}

.custom-video__wrap:hover .custom-video__pause-wrap.visible {
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (max-width: 1440px) {
  .custom-video__wrap {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .custom-video__wrap {
    max-width: unset;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.3s ease;
}
.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 48px;
  border: 1px solid #888;
  width: 80%;
  max-width: 872px;
  animation: slideIn 0.3s ease;
  border-radius: 24px;
  box-shadow: 0px 16px 72px 0px rgba(6, 28, 61, 0.08);
  position: relative;
}
@media (max-width: 767px) {
  .modal-content {
    width: calc(100% - 40px);
    padding: 60px 16px 24px;
  }
}

.close-modal-button {
  width: 32px;
  height: 32px;
  color: #061C3D;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  background-image: url("../images/X-84c25caa571142188da992107df9c940.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .close-modal-button {
    position: absolute;
    right: 16px;
    top: 20px;
  }
}

.close-modal-button:hover,
.close-modal-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*Accordion*/
/*basic*/
.accordion_btn {
  position: relative;
}

.accordion_btn:before {
  /*transition-duration: 0.2s;*/
}

.accordion_btn:before {
  content: "";
  right: 16px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  position: absolute;
  font-size: 31px;
  line-height: 1;
  background-image: url("../images/Plus-4a054af9b40c7b47513225a325be83eb.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.accordion_btn.active:before {
  font-size: 17px;
  /* top: 28px; */
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-image: url("../images/minus-93a86300c9d0a0a6e45a69187c2b61fb.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.accordion_panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.site-footer .accordion_panel {
  max-height: unset;
}
@media (max-width: 768px) {
  .site-footer .accordion_panel {
    max-height: 0;
  }
}

.site-footer .accordion_item {
  border-top: unset;
}
@media (max-width: 768px) {
  .site-footer .accordion_item {
    border-top: 1px solid #E6E8EC;
  }
}
.site-footer .accordion_item:last-child {
  border-bottom: unset;
}
@media (max-width: 768px) {
  .site-footer .accordion_item:last-child {
    border-bottom: 1px solid #E6E8EC;
  }
}

@media (max-width: 768px) {
  .site-footer .accordion_content {
    padding: 0 0 24px;
    margin: 0;
  }
}

.site-footer .accordion_btn {
  padding: 0;
}
@media (max-width: 768px) {
  .site-footer .accordion_btn {
    padding: 24px 0;
  }
}
.site-footer .accordion_btn:before {
  display: none;
  color: var(--color-white);
}
@media (max-width: 768px) {
  .site-footer .accordion_btn:before {
    display: block;
  }
}

.hero-section .content-box {
  width: 100%;
  max-width: 70%;
  padding: 105px 0 176px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .hero-section .content-box {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .hero-section .content-box {
    max-width: 100%;
    padding: 16px 0 52px;
  }
}
.hero-section .content-title {
  max-width: 965px;
  margin-top: 0;
  margin-bottom: 28px;
  color: #150F37;
}
@media (max-width: 767px) {
  .hero-section .content-title {
    margin-bottom: 200px;
  }
}
.hero-section .content-text {
  max-width: 656px;
  margin-bottom: 36px;
  line-height: 28px;
}
.hero-section__image {
  width: 65%;
  max-width: 784px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background-size: 0;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: unset;
}
.hero-section__image img.mobile {
  max-width: 238px;
  display: none;
}
@media (max-width: 767px) {
  .hero-section__image img.mobile {
    display: block;
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .hero-section__image img.desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-section__image {
    width: 100%;
    justify-content: center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .hero-section__inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding-top: 15px;
  }
}

.about-section__inner {
  background-color: #F9F9F9;
  border-radius: 20px;
  padding: 66px 0;
}
.about-section__inner > .content-box {
  max-width: 833px;
  margin: auto;
  letter-spacing: 0.4px;
}
.about-section__inner > .content-box .content-text {
  margin-bottom: 34px;
}
.about-section__inner > .content-box .icons-wrapper {
  max-width: 712px;
  margin: auto;
}
@media (max-width: 575px) {
  .about-section__inner > .content-box .icons-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .about-section__inner {
    padding: 66px 20px;
  }
}
@media (max-width: 767px) {
  .about-section__inner {
    padding: 28px 20px;
  }
}

.benefits {
  padding: 48px 0;
}
.benefits__list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 767px) {
  .benefits__list {
    row-gap: 52px;
  }
}
.benefits__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
}
.benefits__row_row {
  flex-direction: row;
}
.benefits__row_row-reverse {
  flex-direction: row-reverse;
}
.benefits__row_1 .content {
  max-width: 563px;
}
.benefits__row_2 .content {
  max-width: 583px;
}
.benefits__row_2 .media {
  max-width: 511px;
}
.benefits__row_3 .content {
  max-width: 629px;
}
@media (max-width: 767px) {
  .benefits__row {
    flex-direction: column;
    row-gap: 20px;
  }
}
.benefits__col {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .benefits__col {
    width: 100%;
  }
}
.benefits__image {
  width: 447px;
  height: 447px;
}
.benefits__image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .benefits__image {
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .benefits {
    padding: 30px 0;
  }
}

.how-it-works {
  padding: 84px 0;
  background: #fff;
}
.how-it-works .content-box .content-title {
  margin-bottom: 89px;
}
@media (max-width: 767px) {
  .how-it-works .content-box .content-title {
    margin-bottom: 49px;
  }
}
.how-it-works__list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 27px;
  row-gap: 29px;
}
@media (max-width: 768px) {
  .how-it-works__list {
    flex-wrap: wrap;
    column-gap: 16px;
  }
}
.how-it-works__item {
  width: 25%;
  max-width: 312px;
  padding: 61.5px 20px 41px;
  border: 1px solid rgba(230, 232, 236, 0.7);
  border-radius: 20px;
  position: relative;
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
  color: #42526B;
}
.how-it-works__item_number {
  width: 58px;
  height: 62px;
  color: #869CBC;
  background-color: #F3F3F7;
  border-radius: 7.44px;
  position: absolute;
  top: -29px;
  left: calc(50% - 31px);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-works__item .content-box {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
}
.how-it-works__item_1 .content-box, .how-it-works__item_2 .content-box, .how-it-works__item_3 .content-box {
  max-width: 155px;
}
@media (max-width: 1024px) {
  .how-it-works__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .how-it-works__item {
    width: 45.8%;
    font-size: 16px;
    line-height: 20px;
    padding: 69px 16px 49px;
  }
}
@media (max-width: 767px) {
  .how-it-works {
    padding: 40px 0;
  }
}

.pricing {
  padding: 84px 0 14px;
}
.pricing .content-title {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .pricing .content-title {
    margin-bottom: 16px;
  }
}
.pricing__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 768px) {
  .pricing__list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .pricing__list {
    row-gap: 12px;
  }
}
.pricing__item {
  flex: 1;
  max-width: 427px;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #E6E8EC;
}
.pricing__item_icon {
  width: 102px;
  height: 102px;
  margin-bottom: 32px;
}
.pricing__item_icon img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .pricing__item_icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .inactive .pricing__item_icon {
    display: none;
  }
}
.pricing__item_title {
  margin-bottom: 12px;
  font-family: "Organetto-BoldSemiExt";
  font-size: 24px;
  line-height: 1;
  color: #869CBC;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pricing__item_title {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .inactive .pricing__item_title {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .pricing__item_description {
    font-size: 10px;
    line-height: 13px;
  }
}
@media (max-width: 767px) {
  .inactive .pricing__item_description {
    display: none;
  }
}
.pricing__item_btn {
  margin-top: 32px;
}
.pricing__item_btn .btn--pricing {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .pricing__item_btn .btn--pricing {
    min-width: 170px;
    font-size: 8px;
    height: unset;
  }
}
@media (max-width: 767px) {
  .pricing__item_btn {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .inactive .pricing__item_btn {
    display: none;
  }
}
.pricing__item .content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pricing__item.inactive {
  background-color: #E6E8EC;
  background-image: url("../images/grid-pricing-f503b8045d2dec0d37acdaa54b69c67a.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .pricing__item.inactive {
    background-image: url("../images/grid-pricing-mobile-cf5c75526836837762dcfa532afe07d0.svg");
  }
}
@media (max-width: 768px) {
  .pricing__item {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .pricing__item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .pricing {
    padding: 30px 0 14px;
  }
}

.demo {
  padding: 73px 0 70px;
}
.demo__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 40px;
}
.demo__inner_row {
  flex-direction: row;
}
.demo__inner_row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .demo__inner {
    flex-direction: column;
  }
}
.demo__col {
  width: 50%;
}
.demo__col .content-box {
  max-width: 479px;
}
@media (max-width: 1024px) {
  .demo__col .content-box .content-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .demo__col .content-box .content-title {
    margin-bottom: 24px;
  }
}
.demo__col .content-box .content-text {
  margin-bottom: 41px;
}
@media (max-width: 1024px) {
  .demo__col .content-box .content-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .demo__col .content-box {
    max-width: 100%;
  }
}
.demo__col.media {
  max-width: 568px;
}
.demo__col.content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .demo__col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .demo {
    padding: 15px 0 40px;
  }
}

.technologies {
  padding: 69px 0 85px;
  background-color: #fff;
  background-image: url("../images/grid2-1e541d7e44cb1f6ff76b066a0d3f9fa3.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
.technologies .content-box .content-title {
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .technologies .content-box .content-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .technologies {
    padding: 40px 0 0;
  }
}

/*# sourceMappingURL=app.output.css.map */
