/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
figure,
body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: relative;
  background: #eff3ff;
}

img {
  max-width: 100%;
  width: 100%;
}

.scroll-lock {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
p em {
  color: #2171b5;
  font-style: normal;
}

h1 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.09;
  color: #1d1d1d;
  margin: 0;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
    line-height: 1.14;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 6.9333333333vw;
    letter-spacing: 0.2666666667vw;
  }
}
@media screen and (max-width: 374px) {
  h1 {
    font-size: 6.4vw;
    letter-spacing: 0.2666666667vw;
  }
}

h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.17;
  color: #1c1c1c;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
    line-height: 1.14;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 575px) {
  h2 br {
    display: none;
  }
}

p {
  font-size: 18px;
  line-height: 1.56;
  color: #1c1c1c;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 575px) {
  p {
    font-size: 4.2666666667vw;
    line-height: 1.63;
  }
}

ul li,
ol li {
  font-size: 18px;
  line-height: 1.56;
  color: #1c1c1c;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 575px) {
  ul li,
  ol li {
    font-size: 4.2666666667vw;
    line-height: 1.63;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 991px) {
  .container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1299px) {
  .container {
    max-width: 1028px;
  }
}
@media screen and (min-width: 1921px) {
  .container {
    max-width: 53.5416666667vw;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin: 0 -20px;
}

.col-3 {
  max-width: 33.33333%;
  padding: 0 20px;
  flex: 0 0 33.33333%;
}

.col-4 {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 20px;
}

.col-2 {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 20px;
}

.hidden {
  display: none;
}

.hide-block {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
}

.show-block-simple {
  opacity: 1;
}

.leftsideAnimate--hide {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateX(-100px) scale(0.95) translate3d(0, 0, 0);
}

.leftsideAnimate--show {
  opacity: 1;
  transform: translateX(0) scale(1) translate3d(0, 0, 0);
}

.rightsideAnimate--hide {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateX(100px) scale(0.95) translate3d(0, 0, 0);
}

.rightsideAnimate--show {
  opacity: 1;
  transform: translateX(0) scale(1) translate3d(0, 0, 0);
}

.fly {
  opacity: 0;
  transition: all 800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}

.fly2 {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(120px) scale(1.08) translate3d(0, 0, 0);
}

.fly3 {
  opacity: 0;
  transition: all 1200ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(140px) scale(1.08) translate3d(0, 0, 0);
}

.fly4 {
  opacity: 0;
  transition: all 1400ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(160px) scale(1.08) translate3d(0, 0, 0);
}

.fly5 {
  opacity: 0;
  transition: all 1600ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(180px) scale(1.08) translate3d(0, 0, 0);
}

.fly6 {
  opacity: 0;
  transition: all 1800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
}

.fly7 {
  opacity: 0;
  transition: all 2000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
}

.show-block {
  opacity: 1;
  transform: translateY(0) scale(1) translate3d(0, 0, 0);
}

.ovh {
  overflow: hidden;
  padding: 4px 0;
}
.ovh > span {
  display: block;
}

.chevron {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 17px;
}
.chevron::before, .chevron::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 3px;
  height: 12px;
  border-radius: 10px;
  background: #fff;
  left: 0;
  transform-origin: 2px 2px 0;
}
.chevron::before {
  transform: rotate(-45deg);
  top: 0;
}
.chevron::after {
  transform: rotate(45deg);
  bottom: 0;
  transform-origin: 2px 10px 0;
}

sup {
  font-size: 50%;
}

@media screen and (max-width: 991px) {
  .hidden-md.hidden-md {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg.hidden-lg {
    display: none;
  }
}

.text-page .banner-section h2 {
  text-align: left;
}
@media screen and (min-width: 576px) {
  .text-page .banner-section h2 {
    font-size: 28px;
  }
}

.promo-card__image .img-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.promo-card__image img {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 76px;
  padding: 0 50px;
  position: relative;
  text-shadow: -1.1px 1.6px 0 rgba(3, 130, 3, 0.7);
  font-size: 20px;
  font-weight: 900;
  color: #eff3ff;
  border: 3px solid transparent;
  text-transform: uppercase;
  background-clip: border-box;
  border-radius: 15px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 575px) {
  .btn {
    padding: 0 5.3333333333vw;
    font-size: 4.8vw;
    min-height: 16.5333333333vw;
    border-radius: 3.2vw;
  }
}
.btn:before, .btn:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.btn:before {
  box-shadow: 0 0 13px 0 rgba(3, 130, 3, 0.7);
  margin: -3px;
  background: linear-gradient(to top, #79db79, #77da77, #fff, #04bb04);
  z-index: 0;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  .btn:before {
    border-radius: 4vw;
    box-shadow: 0 0 13px 0 rgba(3, 130, 3, 0.7);
  }
}
.btn:after {
  z-index: 1;
  background: linear-gradient(to bottom, #a2f0a2, #01ba01);
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .btn:after {
    border-radius: 3.2vw;
  }
}
.btn span {
  z-index: 2;
}

.main-footer {
  background: #084594;
  padding: 30px 0;
}
.main-footer__logo {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.main-footer__links {
  color: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
}
.main-footer__links a {
  font-size: 18px;
  font-weight: 500;
  color: #ececec;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 7px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .main-footer__links a {
    font-size: 4.2666666667vw;
  }
}
.main-footer__links a:not(:last-of-type):before {
  position: absolute;
  content: "";
  height: 78%;
  width: 2px;
  top: 50%;
  right: -1px;
  background: #ececec;
  transform: translateY(-50%);
}
.main-footer__copyright {
  font-size: 14px;
  text-align: center;
  color: #ececec;
}
@media screen and (max-width: 575px) {
  .main-footer__copyright {
    font-size: 3.7333333333vw;
  }
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  margin-right: -15px;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #6452db;
  width: 44px;
}
@media screen and (max-width: 767px) {
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    width: 44px;
  }
}

.hamburger-box {
  width: 44px;
  height: 24px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hamburger-box {
    width: 44px;
    height: 24px;
  }
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .hamburger-inner {
    margin-top: -3px;
  }
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 44px;
  height: 6px;
  background-color: #6452db;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
@media screen and (max-width: 767px) {
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 44px;
    height: 6px;
  }
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
@media screen and (max-width: 767px) {
  .hamburger-inner::before {
    top: -9px;
  }
}
.hamburger-inner::after {
  bottom: -9px;
}
@media screen and (max-width: 767px) {
  .hamburger-inner::after {
    bottom: -9px;
  }
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes dotPulse {
  0%, 80%, 100% {
    background: #c6dbef;
  }
  40% {
    background: #4292c6;
  }
}
.hero-section {
  background: #fff;
}
@media screen and (max-width: 575px) {
  .hero-section {
    margin-bottom: 13.3333333333vw;
  }
}

.hero-section__header {
  text-align: center;
  padding-bottom: 49px;
}
@media screen and (max-width: 991px) {
  .hero-section__header {
    padding-bottom: 33px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__header {
    padding-bottom: 8.8vw;
  }
}
.hero-section__header .date {
  display: inline-flex;
  align-items: center;
  background: #ff0000;
  background: linear-gradient(to bottom, #ff0000, #b20000);
  border-radius: 0 0 17px 17px;
  max-width: 253px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 17px 10px 17px;
  margin-bottom: 46px;
}
@media screen and (max-width: 991px) {
  .hero-section__header .date {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__header .date {
    border-radius: 0 0 4vw 4vw;
    max-width: 67.4666666667vw;
    margin-bottom: 8.8vw;
  }
}
.hero-section__header .date > span {
  text-shadow: 0 0 6px #3e0000;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 575px) {
  .hero-section__header .date > span {
    font-size: 3.3333333333vw;
  }
}
.hero-section__header .date .warning-icon {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  display: block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff0000;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  margin-right: 14px;
}
@media screen and (max-width: 575px) {
  .hero-section__header .date .warning-icon {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.hero-section__header h2 {
  font-size: 34px;
  line-height: 1.29;
  color: #2171b5;
  font-weight: 900;
  letter-spacing: 0.9px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .hero-section__header h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__header h2 {
    font-size: 5.8666666667vw;
  }
}

.info-bar {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  border-radius: 11px 11px 0 0;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, #ecf0ff, #afc1e0);
  max-width: 752px;
  padding: 5px 20px;
}
@media screen and (max-width: 991px) {
  .info-bar {
    justify-content: center;
    max-width: 95%;
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .info-bar {
    padding: 1.3333333333vw 2.6666666667vw;
    background: #ecf0ff;
  }
}
@media screen and (max-width: 575px) {
  .info-bar {
    padding: 1.3333333333vw 0.5333333333vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
.info-bar__item {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .info-bar__item:not(:last-of-type) {
    position: relative;
  }
  .info-bar__item:not(:last-of-type):before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #2171b5;
    left: 100%;
    top: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .info-bar__item {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 575px) {
  .info-bar__item {
    padding: 0 1.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .info-bar .info-bar__icon {
    display: none;
  }
}
.info-bar .info-bar__icon img {
  max-width: 17px;
  height: auto;
  margin-right: 5px;
}
.info-bar__text {
  font-size: 18px;
  color: #2171b5;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 991px) {
  .info-bar__text {
    font-size: 1.6vw;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .info-bar__text {
    font-size: 2.1333333333vw;
    position: relative;
    letter-spacing: 0.0533333333vw;
  }
}
@media screen and (max-width: 575px) {
  .info-bar__text {
    font-size: 2.9333333333vw;
    position: relative;
    letter-spacing: 0.0533333333vw;
  }
}

.hero-section__content {
  background: url("assets/img/hero-bg.jpg") no-repeat center/cover;
  padding-top: 20px;
  padding-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .hero-section__content {
    background: url("assets/img/hero-bg-sm.jpg") no-repeat center/cover;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__content {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__content .container {
    padding: 0 10px;
  }
}

.eligibility-check {
  background: #fff;
  border-radius: 28px;
  position: relative;
  z-index: 3;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 44px 20px;
  text-align: center;
  box-shadow: 0 0 39.6px 3.4px rgba(8, 69, 148, 0.18);
  margin-bottom: 26px;
}
@media screen and (max-width: 991px) {
  .eligibility-check {
    border-radius: 12px;
    padding: 44px 40px;
  }
}
@media screen and (max-width: 767px) {
  .eligibility-check {
    border-radius: 3.2vw;
    padding: 44px 20px;
  }
}
@media screen and (max-width: 575px) {
  .eligibility-check {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.eligibility-check__title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #2171b5;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 575px) {
  .eligibility-check__title {
    font-size: 6.4vw;
    margin-bottom: 9.3333333333vw;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.eligibility-check__loader {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 72px;
  height: 18px;
  margin: 0px auto;
}
@media screen and (max-width: 575px) {
  .eligibility-check__loader {
    width: 13.8666666667vw;
    height: 3.2vw;
  }
}
.eligibility-check__loader.loader {
  margin-bottom: 29px;
}
@media screen and (max-width: 575px) {
  .eligibility-check__loader.loader {
    margin-bottom: 5.3333333333vw;
  }
}
.eligibility-check__loader.loader div {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation: dotPulse 1.2s infinite ease-in-out;
}
@media screen and (max-width: 575px) {
  .eligibility-check__loader.loader div {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.eligibility-check__loader.loader div:nth-child(1) {
  left: 8px;
  animation-delay: 0s;
}
.eligibility-check__loader.loader div:nth-child(2) {
  left: 24px;
  animation-delay: 0.2s;
}
.eligibility-check__loader.loader div:nth-child(3) {
  left: 40px;
  animation-delay: 0.4s;
}
.eligibility-check__checks {
  max-width: 270px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .eligibility-check__checks {
    max-width: 100%;
  }
}
.eligibility-check__checks .eligibility-check__text {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.73;
  text-align: left;
  color: #2171b5;
  text-transform: uppercase;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .eligibility-check__checks .eligibility-check__text {
    font-size: 3.7333333333vw;
  }
}
.eligibility-check__checks .eligibility-check__text img {
  width: 33px;
  height: 33px;
  margin-right: 9px;
}
@media screen and (max-width: 575px) {
  .eligibility-check__checks .eligibility-check__text img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.eligibility-check__progress-bar {
  height: 15px;
  background: #c6dbef;
  border-radius: 30px;
  display: block;
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .eligibility-check__progress-bar {
    margin-top: 0;
  }
}
.eligibility-check__progress-bar-fill {
  display: block;
  height: 15px;
  background-color: #4292c6;
  border-radius: 30px;
  transition: width 5s ease-in-out;
}
.eligibility-check .btn-holder {
  padding-top: 40px;
}
@media screen and (max-width: 575px) {
  .eligibility-check .btn-holder {
    padding-top: 0;
  }
  .eligibility-check .btn-holder .btn {
    width: 100%;
  }
}

.hero-section__features {
  display: flex;
  max-width: 800px;
  margin-left: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .hero-section__features {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.hero-section__feature {
  display: flex;
  max-width: 50%;
  flex: 0 0 50%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hero-section__feature {
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-feature__icon {
  max-width: 58px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero-feature__icon {
    display: none;
  }
}

.hero-feature__body {
  padding-left: 17px;
}
@media screen and (max-width: 767px) {
  .hero-feature__body {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    max-width: 46.875vw;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .hero-feature__body {
    max-width: 66.6666666667vw;
  }
}
.hero-feature__body p {
  margin: 0;
  text-shadow: 0 0 10px #000;
  font-size: 18px;
  line-height: 1.22;
  color: #9ecae1;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 991px) {
  .hero-feature__body p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hero-feature__body p {
    font-size: 2.34375vw;
    position: relative;
    margin-bottom: 1.953125vw;
    padding-left: 3.90625vw;
  }
  .hero-feature__body p:before {
    content: "";
    width: 2.9296875vw;
    height: 2.9296875vw;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: url("assets/img/check-icon.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 575px) {
  .hero-feature__body p {
    font-size: 3.2vw;
    padding-left: 5.8666666667vw;
    margin-bottom: 3.4666666667vw;
    font-weight: 700;
    text-shadow: 0 0 3px #000, 0 0 3px #000;
  }
  .hero-feature__body p:before {
    content: "";
    width: 4vw;
    height: 4vw;
  }
}

.promo-card {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .promo-card {
    padding: 40px 0;
  }
}
@media screen and (max-width: 575px) {
  .promo-card {
    padding: 10.6666666667vw 0;
  }
}
.promo-card__content {
  border-radius: 28px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .promo-card__content {
    margin: 0;
    border-radius: 12px;
  }
}
@media screen and (max-width: 575px) {
  .promo-card__content {
    border-radius: 3.2vw;
  }
}
.promo-card__text {
  padding: 57px 40px 68px 68px;
  max-width: 54%;
  flex: 0 0 54%;
}
@media screen and (max-width: 767px) {
  .promo-card__text {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 575px) {
  .promo-card__text {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.promo-card__text > img {
  border-radius: 12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .promo-card__text > img {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .promo-card__text > img {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 991px) {
  .promo-card__text {
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
  }
}
.promo-card__text h2 {
  letter-spacing: 1.1px;
}
@media screen and (max-width: 991px) {
  .promo-card__text h2 {
    text-align: center;
    font-size: 24px;
  }
}
.promo-card__text p {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .promo-card__text p {
    margin-bottom: 5.3333333333vw;
  }
}
.promo-card__text p:last-of-type {
  margin-bottom: 0;
}
.promo-card__text p strong {
  font-weight: 800;
}
.promo-card__text .btn-holder {
  padding-top: 40px;
  text-align: center;
}
.promo-card__image {
  max-width: 46%;
  flex: 0 0 46%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .promo-card__image {
    display: none;
  }
}
.promo-card__image img {
  object-position: left center;
  display: block;
  line-height: 1;
}

.mixed-section {
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .mixed-section {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mixed-section {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 1299px) {
  .mixed-section .container {
    max-width: 826px;
  }
}
.mixed-section .container h2 {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .mixed-section .container h2 em {
    display: block;
  }
}
.mixed-section__body .btn-holder {
  text-align: center;
}
.mixed-section__details {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  .mixed-section__details {
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-top: 0;
  }
}
.mixed-section__details img {
  border-radius: 28px;
}
@media screen and (max-width: 991px) {
  .mixed-section__details img {
    border-radius: 12px;
  }
}
@media screen and (max-width: 575px) {
  .mixed-section__details img {
    border-radius: 3.2vw;
  }
}
.mixed-section .mixed-section__image {
  max-width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .mixed-section .mixed-section__image {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .mixed-section .mixed-section__image {
    margin-bottom: 5.3333333333vw;
  }
}
.mixed-section__list {
  max-width: 50%;
  flex: 0 0 50%;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .mixed-section__list {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.mixed-section__list h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.44;
  color: #2171b5;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .mixed-section__list h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .mixed-section__list h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 4.8vw;
  }
}
.mixed-section__list ol {
  counter-reset: list-counter;
  padding-left: 29px;
}
@media screen and (max-width: 767px) {
  .mixed-section__list ol {
    padding-left: 20px;
  }
}
.mixed-section__list ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 13px;
  line-height: 1.56;
  color: #1c1c1c;
}
.mixed-section__list ol li::marker {
  content: counter(list-counter);
  font-size: 18px;
  font-weight: bold;
  color: #3a86ff;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .mixed-section__list ol li::marker {
    font-size: 4.2666666667vw;
    line-height: 1.63;
  }
}
.mixed-section__list ol li > span {
  font-size: 0.95rem;
  color: #222;
}

.banner-section {
  background: #fff;
  padding: 90px 0;
}
.banner-section--bg {
  background: #eff3ff;
}
.banner-section + .promo-card {
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .banner-section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-section {
    padding: 10.6666666667vw 0;
  }
}
@media screen and (max-width: 991px) {
  .banner-section .row {
    margin: 0;
  }
}
.banner-section h2 {
  text-align: center;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .banner-section h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .banner-section h2 {
    margin-bottom: 5.3333333333vw;
  }
}
.banner-section h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.44;
  color: #2171b5;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .banner-section h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .banner-section h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 4.8vw;
  }
}
.banner-section__image-wrapper {
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .banner-section__image-wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .banner-section__image-wrapper {
    margin-bottom: 5.3333333333vw;
  }
}
.banner-section ul {
  padding-left: 0px;
  list-style-type: none;
}
.banner-section ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .banner-section ul li {
    padding-left: 4vw;
  }
}
.banner-section ul li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #2171b5;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 575px) {
  .banner-section ul li:before {
    top: 2.6666666667vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
@media screen and (max-width: 575px) {
  .banner-section ul li:before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    top: 2.1333333333vw;
  }
}
.banner-section img {
  border-radius: 28px;
}
@media screen and (max-width: 991px) {
  .banner-section img {
    border-radius: 12px;
  }
}
@media screen and (max-width: 575px) {
  .banner-section img {
    border-radius: 3.2vw;
  }
}
.banner-section__content {
  max-width: 78.3%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .banner-section__content {
    max-width: 100%;
  }
}
.banner-section .btn-holder {
  text-align: center;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .banner-section .btn-holder {
    padding-top: 5.3333333333vw;
  }
}

/*# sourceMappingURL=style.css.map */
