/* Web fonts */
/* GRID switcher */
.grid-switcher {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #363636;
  border-radius: 50%;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 10px;
  position: fixed;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  z-index: 99999999;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.grid-switcher.is-active, .grid-switcher:focus, .grid-switcher:hover {
  color: #000000;
  background-color: #ffe5e5;
}

.grid-container {
  font-size: 0;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 9999999;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 600ms ease;
  -o-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.grid-container.is-active {
  opacity: 1;
  overflow: visible;
  -webkit-transition: opacity 600ms ease;
  -o-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.grid-column-item {
  width: 100%;
  min-width: 1px;
  min-height: 0;
  width: calc(100% / 6);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 6);
          flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
}

@media (min-width: 767px) {
  .grid-column-item {
    width: calc(100% / 12);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 12);
            flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
  }
}

.grid-column {
  background-color: rgba(255, 0, 0, 0.1);
  height: 100vh;
}

/* Animate helpers */
@-webkit-keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.loading-spinner {
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-animation-name: spinner-rotate;
          animation-name: spinner-rotate;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 6px solid #24eaa4;
  border-right-color: transparent;
  border-radius: 50%;
}

.donut-spinner {
  display: inline-block;
  border: 10px solid #e6edff;
  border-left-color: #24eaa4;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: donut-spin 1.2s linear infinite;
          animation: donut-spin 1.2s linear infinite;
}

@-webkit-keyframes donut-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes donut-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.bouncing-loader > div,
.bouncing-loader:before,
.bouncing-loader:after {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #24eaa4;
  margin-bottom: -5px;
  border-radius: 50%;
  -webkit-animation: bouncing-loader 0.6s infinite alternate;
          animation: bouncing-loader 0.6s infinite alternate;
}

.bouncing-loader > div,
.bouncing-loader:before,
.bouncing-loader:after {
  content: '';
}

.bouncing-loader > div {
  margin: 0 5px;
}

.bouncing-loader > div {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.bouncing-loader:after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes bouncing-loader {
  to {
    opacity: 0.1;
    -webkit-transform: translate3d(0, -16px, 0);
            transform: translate3d(0, -16px, 0);
  }
}

@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    -webkit-transform: translate3d(0, -16px, 0);
            transform: translate3d(0, -16px, 0);
  }
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

/* Typography */
.typography p,
.typography li,
.typography td,
.typography th {
  line-height: 1.5em;
}

.typography p,
.typography ul,
.typography ol,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography table,
.typography fieldset,
.typography blockquote,
.typography iframe {
  margin-bottom: 1rem;
}

.typography h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  color: #13152a;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (min-width: 767px) {
  .typography h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.typography h2 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  color: #13152a;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 767px) {
  .typography h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.typography h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  color: #13152a;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 767px) {
  .typography h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.typography h4 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  color: #13152a;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 767px) {
  .typography h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.typography h5 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  color: #13152a;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 767px) {
  .typography h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.typography h6 {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  color: #13152a;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 767px) {
  .typography h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.typography a {
  text-decoration: underline;
  font-weight: 500;
  color: #4347e3;
}

.typography a:focus, .typography a:hover {
  text-decoration: none;
}

.typography p {
  display: block;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #2b2e5d;
  font-size: 16px;
  font-size: 1rem;
}

.typography p + p {
  margin-bottom: 2rem !important;
}

.typography .subheadline {
  color: #5e6190;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  .typography .subheadline {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 767px) {
  .typography .subheadline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.typography .paragraph--big {
  font-size: 18px;
  font-size: 1.125rem;
}

.typography strong {
  font-weight: 500;
  color: #4347e3;
}

.typography img {
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.typography ul,
.typography ol {
  margin-bottom: 2.5rem;
  padding-left: 0;
  list-style: none;
}

.typography ul > li,
.typography ol > li {
  position: relative;
  margin-bottom: 0.3rem;
  padding-left: 2rem;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #2b2e5d;
  font-size: 16px;
  font-size: 1rem;
}

.typography ul > li:before {
  position: absolute;
  top: 9px;
  left: 3px;
  display: block;
  width: 6px;
  height: 6px;
  content: '';
  color: #2b2e5d;
  border-radius: 100%;
  background-color: #2b2e5d;
}

.typography ol {
  list-style-position: inside;
  counter-reset: item;
}

.typography ol > li:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  line-height: 1.4;
  content: counter(item) ".";
  counter-increment: item;
  color: #2b2e5d;
  font-size: 16px;
  font-size: 1rem;
}

.typography figure {
  margin: 0;
  margin-bottom: 2rem;
}

.typography figure img {
  margin: 0;
}

.typography figcaption {
  margin-top: 0.6rem;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  color: #2b2e5d;
  font-size: 12px;
  font-size: 0.75rem;
}

.typography--guide a {
  color: #24eaa4;
}

.typography--guide strong {
  color: #13152a;
  font-weight: 500;
}

.typography--guide ul > li:before {
  position: absolute;
  top: 9px;
  left: 3px;
  width: 9px;
  height: 9px;
  content: '';
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-right-green.svg");
}

.typography--guide ol > li:before {
  top: 1px;
  left: 0;
  font-weight: 700;
  color: #4347e3;
}

/* Form base */
.form__input, .form__textarea {
  width: 100%;
  height: 60px;
  padding: 0.2rem 1.5rem;
  border: 1px solid #b6b8cd;
  background-color: #ffffff;
  color: #b6b8cd;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 10px;
  outline: none !important;
  -webkit-appearance: none;
}

.form__input:-moz-placeholder-shown, .form__textarea:-moz-placeholder-shown {
  border-color: #dfe0e9;
}

.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  border-color: #dfe0e9;
}

.form__input:placeholder-shown, .form__textarea:placeholder-shown {
  border-color: #dfe0e9;
}

.form__input:focus, .form__textarea:focus {
  border-color: #b6b8cd;
}

.form__input--outline {
  color: #ffffff;
  border: 1px solid #c0c1d9;
  background-color: transparent;
}

.form__input--outline:-moz-placeholder-shown {
  border-color: #8688ab;
}

.form__input--outline:-ms-input-placeholder {
  border-color: #8688ab;
}

.form__input--outline:placeholder-shown {
  border-color: #8688ab;
}

.form__input--outline:active, .form__input--outline:focus {
  border-color: #c0c1d9;
}

.form__input--outline-bottom {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #dfe0e9;
  background-color: transparent;
  height: 40px;
  font-weight: 500;
  color: #8688ab;
  padding-left: 0;
  padding-right: 0;
}

.form__input--outline-bottom:-moz-placeholder-shown {
  border-color: #dfe0e9;
}

.form__input--outline-bottom:-ms-input-placeholder {
  border-color: #dfe0e9;
}

.form__input--outline-bottom:placeholder-shown {
  border-color: #dfe0e9;
}

.form__input--outline-bottom:focus {
  border-color: #dfe0e9;
}

.form__textarea {
  height: 150px;
  padding: 1rem 1.5rem;
  line-height: 1.5rem;
  resize: none;
  border-radius: 0;
}

@media (min-width: 576px) {
  .form__textarea--limit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    min-height: 100px;
    max-height: 250px;
  }
}

@media (max-width: 575px) {
  .form__textarea--limit {
    height: 200px !important;
  }
}

.form__select {
  width: 100%;
  height: 60px;
  padding: 0.2rem 1.5rem;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  border: 2px solid #000000;
  outline: none;
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: value;
  -moz-appearance: value;
  -ms-appearance: value;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.form__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.form__icon svg {
  font-size: 18px;
  font-size: 1.125rem;
  color: #b6b8cd;
}

.form__icon-block .form__input {
  padding-right: 60px;
}

.form__label {
  display: block;
  margin: 0 0 10px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  color: #8688ab;
  font-size: 14px;
  font-size: 0.875rem;
}

.form__field {
  position: relative;
}

.form__field--small {
  margin-bottom: 0.5rem;
}

.form__field--medium {
  margin-bottom: 1rem;
}

.form__field--big {
  margin-bottom: 2rem;
}

.form__placeholder {
  position: relative;
  z-index: 1;
}

.form__placeholder.is-active .form__label {
  width: calc(100% - 20px);
  -webkit-transform: translateX(1px) translateY(1px);
      -ms-transform: translateX(1px) translateY(1px);
          transform: translateX(1px) translateY(1px);
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 25px 5px;
}

.form__placeholder .form__input,
.form__placeholder .form__textarea {
  padding: 25px 25px 13px;
}

.form__placeholder .select2-container .select2-selection--single {
  padding: 7px 40px 0 25px;
}

.form__placeholder .form__label {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 0;
  cursor: text;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(1px) translateY(8px);
      -ms-transform: translateX(1px) translateY(8px);
          transform: translateX(1px) translateY(8px);
  text-transform: none;
  pointer-events: none;
  padding: 15px 25px 10px;
}

.form__placeholder-textarea .form__label {
  top: 1px;
  left: 2px;
  background: white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* Placeholder helpers */
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b6b8cd;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #b6b8cd;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b6b8cd;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #b6b8cd;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #b6b8cd;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b6b8cd;
}

input::-moz-input-placeholder,
select::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  color: #b6b8cd;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b6b8cd;
}

.form__field--white input::-webkit-input-placeholder, .form__field--white select::-webkit-input-placeholder, .form__field--white textarea::-webkit-input-placeholder {
  color: white;
}

.form__field--white input::-moz-placeholder, .form__field--white select::-moz-placeholder, .form__field--white textarea::-moz-placeholder {
  color: white;
}

.form__field--white input:-ms-input-placeholder, .form__field--white select:-ms-input-placeholder, .form__field--white textarea:-ms-input-placeholder {
  color: white;
}

.form__field--white input::-ms-input-placeholder, .form__field--white select::-ms-input-placeholder, .form__field--white textarea::-ms-input-placeholder {
  color: white;
}

.form__field--white input::placeholder,
.form__field--white select::placeholder,
.form__field--white textarea::placeholder {
  color: white;
}

.form__field--white input::-webkit-input-placeholder,
.form__field--white select::-webkit-input-placeholder,
.form__field--white textarea::-webkit-input-placeholder {
  color: white;
}

.form__field--white input::-moz-input-placeholder,
.form__field--white select::-moz-input-placeholder,
.form__field--white textarea::-moz-input-placeholder {
  color: white;
}

.form__field--white input:-ms-input-placeholder,
.form__field--white select:-ms-input-placeholder,
.form__field--white textarea:-ms-input-placeholder {
  color: white;
}

.form__field--gray input::-webkit-input-placeholder, .form__field--gray select::-webkit-input-placeholder, .form__field--gray textarea::-webkit-input-placeholder {
  color: #8688ab;
  font-weight: 500;
}

.form__field--gray input::-moz-placeholder, .form__field--gray select::-moz-placeholder, .form__field--gray textarea::-moz-placeholder {
  color: #8688ab;
  font-weight: 500;
}

.form__field--gray input:-ms-input-placeholder, .form__field--gray select:-ms-input-placeholder, .form__field--gray textarea:-ms-input-placeholder {
  color: #8688ab;
  font-weight: 500;
}

.form__field--gray input::-ms-input-placeholder, .form__field--gray select::-ms-input-placeholder, .form__field--gray textarea::-ms-input-placeholder {
  color: #8688ab;
  font-weight: 500;
}

.form__field--gray input::placeholder,
.form__field--gray select::placeholder,
.form__field--gray textarea::placeholder {
  color: #8688ab;
  font-weight: 500;
}

.form__field--gray input::-webkit-input-placeholder,
.form__field--gray select::-webkit-input-placeholder,
.form__field--gray textarea::-webkit-input-placeholder {
  color: #8688ab;
  font-weight: 500;
}

.form__field--gray input::-moz-input-placeholder,
.form__field--gray select::-moz-input-placeholder,
.form__field--gray textarea::-moz-input-placeholder {
  color: #8688ab;
  font-weight: 500;
}

.form__field--gray input:-ms-input-placeholder,
.form__field--gray select:-ms-input-placeholder,
.form__field--gray textarea:-ms-input-placeholder {
  color: #8688ab;
  font-weight: 500;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::-moz-input-placeholder,
textarea:focus::-moz-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus:-moz-input-placeholder,
textarea:focus:-moz-input-placeholder {
  color: transparent;
  opacity: 1;
}

/* Form validation */
.has-field-error .form__field-message {
  display: block;
}

.has-field-error.select2-container .select2-selection--single,
.has-field-error.select-classic .select2-container .select2-selection--multiple, .has-field-error.form__textarea, .has-field-error.form__input {
  border-color: #ed454a !important;
}

.has-field-error + .select2-container .select2-selection--single,
.has-field-error + .select-classic .select2-container .select2-selection--multiple {
  border-color: #ed454a !important;
}

.has-field-success.select2-container .select2-selection--single,
.has-field-success.select-classic .select2-container .select2-selection--multiple, .has-field-success.form__textarea, .has-field-success.form__input {
  border-color: #24eaa4 !important;
}

.has-field-success + .select2-container .select2-selection--single,
.has-field-success + .select-classic .select2-container .select2-selection--multiple {
  border-color: #24eaa4 !important;
}

.parsley-error,
.has-error {
  position: relative;
}

.parsley-error.select2-container .select2-selection--single,
.parsley-error.select-classic .select2-container .select2-selection--multiple, .parsley-error.form__textarea, .parsley-error.form__input,
.has-error.select2-container .select2-selection--single,
.has-error.select-classic .select2-container .select2-selection--multiple,
.has-error.form__textarea,
.has-error.form__input {
  border-color: #ed454a !important;
}

.parsley-error .select2-container .select2-selection--single,
.parsley-error .select-classic .select2-container .select2-selection--multiple,
.parsley-error .form__textarea,
.parsley-error .form__input,
.has-error .select2-container .select2-selection--single,
.has-error .select-classic .select2-container .select2-selection--multiple,
.has-error .form__textarea,
.has-error .form__input {
  border-color: #ed454a !important;
}

.parsley-error + .select2-container .select2-selection--single,
.parsley-error + .select-classic .select2-container .select2-selection--multiple,
.has-error + .select2-container .select2-selection--single,
.has-error + .select-classic .select2-container .select2-selection--multiple {
  border-color: #ed454a !important;
}

.parsley-error:after,
.has-error:after {
  content: '';
  position: absolute;
  top: 22px;
  right: 18px;
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/icons/error.svg");
}

.parsley-error + .form__field-message,
.has-error + .form__field-message {
  display: inline-block;
}

.has-field-success.select2-container .select2-selection--single,
.has-field-success.select-classic .select2-container .select2-selection--multiple, .has-field-success.form__textarea, .has-field-success.form__input,
.parsley-success.select2-container .select2-selection--single,
.parsley-success.select-classic .select2-container .select2-selection--multiple,
.parsley-success.form__textarea,
.parsley-success.form__input {
  border-color: #24eaa4 !important;
}

.has-field-success + .select2-container .select2-selection--single,
.has-field-success + .select-classic .select2-container .select2-selection--multiple,
.parsley-success + .select2-container .select2-selection--single,
.parsley-success + .select-classic .select2-container .select2-selection--multiple {
  border-color: #24eaa4 !important;
}

.form__field-message {
  display: none;
  margin-top: 5px;
  color: #ed454a;
  font-weight: 600;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
}

.parsley-errors-list {
  color: #ed454a;
  text-align: right;
  color: #ed454a;
  font-weight: 600;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
}

.parsley-errors-list li {
  display: block;
  margin-top: 5px;
}

/* .checkbox.checkbox--radiobox
	input#checkbox_payment_1.checkbox__input-hidden(type='radio', name="payment" required='')
	label.checkbox__label(for='checkbox_payment_1')
		span.checkbox__box
		span.checkbox__text Platba kartou */
/* Checkbox helpers */
.checkbox {
  margin-bottom: 2rem;
}

.checkbox--btn .checkbox__label {
  background: #ffffff;
  border: 1px solid #dfe0e9;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 1.25rem 0.9375rem 1.25rem;
}

@media (min-width: 576px) {
  .checkbox--btn .checkbox__label {
    padding: 1.5625rem 1.5625rem 1.5625rem;
  }
}

.checkbox--btn .checkbox__input-hidden:checked + .checkbox__label {
  border-color: #24eaa4;
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04), 0px 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04), 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.input-hidden,
.checkbox__input-hidden {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.checkbox__label {
  margin: 0;
  padding-left: 0;
  min-height: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  padding-top: 0;
  cursor: pointer;
  text-transform: none;
}

.checkbox__box {
  position: relative;
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}

.checkbox__text {
  max-width: calc(100% - 20px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
  width: calc(100% - 20px);
  display: block;
  position: relative;
  cursor: pointer;
  text-align: left;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 1rem;
  line-height: 1.4;
}

.checkbox__type {
  display: block;
  font-weight: 700;
  font-family: "Space Grotesk", Arial, sans-serif;
  color: #13152a;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .checkbox__type {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.checkbox__value {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #1dbb83;
}

@media (min-width: 370px) {
  .checkbox__value {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 576px) {
  .checkbox__value {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.checkbox__value small {
  margin-left: 5px;
  color: #4347e3;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 370px) {
  .checkbox__value small {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 576px) {
  .checkbox__value small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.checkbox__slider {
  position: absolute;
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  border-radius: 50% !important;
  background-color: #000000;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkbox__input-hidden:checked + .checkbox__label .checkbox__box:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 13px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.checkbox--switcher {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
}

.checkbox--switcher .checkbox__label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #000000;
  border-radius: 35px;
  background-color: transparent;
}

.checkbox--switcher .checkbox__input-hidden:checked + .checkbox__label {
  border-color: #24eaa4;
}

.checkbox--switcher .checkbox__input-hidden:checked + .checkbox__label:after {
  display: none;
}

.checkbox--switcher .checkbox__input-hidden:checked + .checkbox__label .checkbox__slider {
  background-color: #24eaa4;
  left: calc(100% - 20px);
}

.checkbox--radiobox {
  margin-bottom: 1.2rem;
}

.checkbox--radiobox .checkbox__box {
  top: 0;
  max-width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border: 1px solid #dfe0e9;
  border-radius: 100%;
}

.checkbox--radiobox .checkbox__input-hidden:checked + .checkbox__label .checkbox__box:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  margin-top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  background-color: #24eaa4;
  border: 0;
}

/* Form quantity */
.quantity {
  position: relative;
}

.quantity__input {
  text-align: center;
  padding-left: 65px;
  padding-right: 65px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
}

.quantity__increment,
.quantity__decrement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.quantity__increment:after, .quantity__increment:before,
.quantity__decrement:after,
.quantity__decrement:before {
  content: '' !important;
  width: 19px;
  height: 28px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.quantity__increment svg,
.quantity__decrement svg {
  fill: #000000;
}

.quantity__increment {
  right: 0;
}

.quantity__increment:before {
  background-image: url("../images/icons/chevron-right.svg");
}

.quantity__decrement {
  left: 0;
}

.quantity__decrement:after {
  background-image: url("../images/icons/chevron-left.svg");
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

/* Border helpers */
.border-0 {
  border: 0 !important;
}

.border-0-left {
  border-left: 0 !important;
}

.border-0-right {
  border-right: 0 !important;
}

.border-0-bottom {
  border-bottom: 0 !important;
}

.border-0-top {
  border-top: 0 !important;
}

.border-top-gray {
  border-top: 1px solid #efeff4;
}

/* Buttons helper */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 1.2em 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  outline: none !important;
  letter-spacing: 0.08em;
  background: #000000;
  text-align: center;
  -webkit-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  border-radius: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-appearance: none;
}

@media (min-width: 576px) {
  .btn {
    padding: 1.5em 1.2rem;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.12em;
  }
}

.btn, .btn:visited, .btn:active, .btn:focus {
  color: white;
}

.btn:hover {
  -webkit-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

@media (min-width: 992px) {
  .btn:hover {
    cursor: pointer;
    text-decoration: none;
    color: white;
  }
}

.btn:disabled {
  color: #3639b6;
  background-color: #181a52;
}

.btn--responsive {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.btn--font-size-xsmall {
  font-size: 12px;
  font-size: 0.75rem;
}

.btn--font-size-small {
  font-size: 14px;
  font-size: 0.875rem;
}

.btn--font-size-medium {
  font-size: 16px;
  font-size: 1rem;
}

.btn--font-size-big {
  font-size: 18px;
  font-size: 1.125rem;
}

.btn--font-size-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.btn--size-small {
  padding: 0.6em 1.2rem;
}

.btn--size-medium {
  padding: 1.2em 1.5rem;
}

.btn--size-big {
  padding: 2.2em 2rem;
}

.btn--min-width-xsmall {
  min-width: 120px;
}

.btn--min-width-small {
  min-width: 160px;
}

.btn--min-width-medium {
  min-width: 180px;
}

.btn--min-width-big {
  min-width: 300px;
}

.btn--min-width-large {
  width: 100%;
}

@media (min-width: 576px) {
  .btn--min-width-large {
    width: auto;
    min-width: 340px;
  }
}

.btn__icon {
  position: relative;
  top: 2px;
}

@media (min-width: 576px) {
  .btn__icon {
    top: 1px;
  }
}

.btn-black-fill {
  color: #ffffff;
  border: 2px solid transparent;
  background-color: #000000;
}

.btn-black-fill, .btn-black-fill:visited, .btn-black-fill:active, .btn-black-fill:focus {
  color: #ffffff;
}

.btn-black-fill:hover {
  color: #000000;
  background-color: #ffffff;
}

.btn-black-fill:hover .btn__icon {
  color: #000000;
}

.btn-black-fill .btn__icon {
  color: #ffffff;
}

.btn--gray-fill {
  color: #13152a;
  border: 2px solid transparent;
  background-color: #dfe0e9;
}

.btn--gray-fill, .btn--gray-fill:visited, .btn--gray-fill:active, .btn--gray-fill:focus {
  color: #13152a;
}

.btn--gray-fill:hover {
  color: #13152a;
  background-color: #b6b8cd;
}

.btn--dark-blue-fill {
  color: #181a52;
  border: 2px solid transparent;
  background-color: #181a52;
}

.btn--dark-blue-fill, .btn--dark-blue-fill:visited, .btn--dark-blue-fill:active, .btn--dark-blue-fill:focus {
  color: #3639b6;
}

.btn--dark-blue-fill:hover {
  color: #3639b6;
  background-color: #181a52;
}

.btn--blue-fill {
  color: #ffffff;
  border: 2px solid transparent;
  background-color: #4347e3;
  -webkit-box-shadow: 4.56516px 6.84773px 34.2387px rgba(52, 36, 234, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 80, 234, 0.1);
          box-shadow: 4.56516px 6.84773px 34.2387px rgba(52, 36, 234, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 80, 234, 0.1);
}

.btn--blue-fill, .btn--blue-fill:visited, .btn--blue-fill:active, .btn--blue-fill:focus {
  color: #ffffff;
}

.btn--blue-fill:hover {
  color: #ffffff;
  background-color: #595de6;
}

.btn--green-fill {
  color: #282a87;
  border: 2px solid transparent;
  background-color: #24eaa4;
  -webkit-box-shadow: 4.56516px 6.84773px 34.2387px rgba(36, 234, 68, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 68, 0.1);
          box-shadow: 4.56516px 6.84773px 34.2387px rgba(36, 234, 68, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 68, 0.1);
}

.btn--green-fill, .btn--green-fill:visited, .btn--green-fill:active, .btn--green-fill:focus {
  color: #282a87;
}

.btn--green-fill:hover {
  color: #282a87;
  background-color: #53eeb7;
}

.btn--green-fill svg {
  fill: #282a87;
}

.btn--black-outline {
  color: #000000;
  border: 2px solid #000000;
  background-color: transparent;
}

.btn--black-outline, .btn--black-outline:visited, .btn--black-outline:active, .btn--black-outline:focus {
  color: #000000;
}

.btn--black-outline:hover {
  color: #ffffff;
  border: 2px solid #000000;
  background-color: #000000;
}

.btn--black-outline:hover .btn__icon {
  color: #ffffff;
}

.btn--black-outline .btn__icon {
  color: #000000;
}

/* Color helpers */
.bg-black {
  background-color: #000000;
}

.bg-blue-dark {
  background: #363a74;
}

.bg-blue-dark--ext {
  background: #21232e;
}

.bg-transparent {
  background-color: transparent;
}

.bg-gray-light {
  background-color: #fafafc;
}

.bg-green {
  background: #27bc88;
}

.bg-green-500 {
  background: #24eaa4;
}

.bg-violet-500 {
  background: #4347e3;
}

.bg-blue-500 {
  background: #2eb5ff;
}

.txt-white {
  color: #ffffff;
}

.txt-black {
  color: #000000;
}

.txt-green {
  color: #1dbb83;
}

.txt-violet-500 {
  color: #4347e3;
}

.h--white h1,
.h--white .alfa,
.h--white h2,
.h--white .beta,
.h--white h3,
.h--white .gamma,
.h--white h4,
.h--white .delta,
.h--white h5,
.h--white .epsilon,
.h--white h6,
.h--white .zeta {
  color: #ffffff;
}

.h--purple h1,
.h--purple .alfa,
.h--purple h2,
.h--purple .beta,
.h--purple h3,
.h--purple .gamma,
.h--purple h4,
.h--purple .delta,
.h--purple h5,
.h--purple .epsilon,
.h--purple h6,
.h--purple .zeta {
  color: #24eaa4;
}

.h--violet-400 h1,
.h--violet-400 .alfa,
.h--violet-400 h2,
.h--violet-400 .beta,
.h--violet-400 h3,
.h--violet-400 .gamma,
.h--violet-400 h4,
.h--violet-400 .delta,
.h--violet-400 h5,
.h--violet-400 .epsilon,
.h--violet-400 h6,
.h--violet-400 .zeta {
  color: #696ce9;
}

.h--indigo-600 h1,
.h--indigo-600 .alfa,
.h--indigo-600 h2,
.h--indigo-600 .beta,
.h--indigo-600 h3,
.h--indigo-600 .gamma,
.h--indigo-600 h4,
.h--indigo-600 .delta,
.h--indigo-600 h5,
.h--indigo-600 .epsilon,
.h--indigo-600 h6,
.h--indigo-600 .zeta {
  color: #4f46e5;
}

.h--dark-violet-900 h1,
.h--dark-violet-900 .alfa,
.h--dark-violet-900 h2,
.h--dark-violet-900 .beta,
.h--dark-violet-900 h3,
.h--dark-violet-900 .gamma,
.h--dark-violet-900 h4,
.h--dark-violet-900 .delta,
.h--dark-violet-900 h5,
.h--dark-violet-900 .epsilon,
.h--dark-violet-900 h6,
.h--dark-violet-900 .zeta {
  color: #13152a;
}

.h--green-500 h1,
.h--green-500 .alfa,
.h--green-500 h2,
.h--green-500 .beta,
.h--green-500 h3,
.h--green-500 .gamma,
.h--green-500 h4,
.h--green-500 .delta,
.h--green-500 h5,
.h--green-500 .epsilon,
.h--green-500 h6,
.h--green-500 .zeta {
  color: #24eaa4;
}

.p--white p {
  color: #ffffff;
}

.p--white-08 p {
  color: rgba(255, 255, 255, 0.8);
}

.p--black p {
  color: #000000;
}

.p--green-500 p {
  color: #24eaa4;
}

.p--dark-violet-100 p {
  color: #dfe0e9;
}

.p--dark-violet-200 p {
  color: #b6b8cd;
}

.p--dark-violet-300 p {
  color: #8688ab;
}

.p--dark-violet-400 p {
  color: #5e6190;
}

.p--dark-violet-800 p {
  color: #1a1c37;
}

.p--dark-violet-900 p {
  color: #13152a;
}

.p--indigo-600 p {
  color: #4f46e5;
}

ul.list-style.ul--white li,
.ul--white li {
  color: #ffffff;
}

ul.list-style.ul--white li:before,
.ul--white li:before {
  background-color: #ffffff;
}

ol.list-style.ol-white li,
.ol-white li {
  color: #ffffff;
}

ol.list-style.ol-white li:before,
.ol-white li:before {
  color: #ffffff;
}

/* Gutter helpers */
.no-gutter {
  margin: 0;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.gutter-4.row {
  margin-right: -2px;
  margin-left: -2px;
}

.gutter-4 > [class*='col-'],
.gutter-4 > [class*=' col-'] {
  padding-right: 2px;
  padding-left: 2px;
}

.gutter-6.row {
  margin-right: -3px;
  margin-left: -3px;
}

.gutter-6 > [class*='col-'],
.gutter-6 > [class*=' col-'] {
  padding-right: 3px;
  padding-left: 3px;
}

.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}

.gutter-10 > [class*='col-'],
.gutter-10 > [class*=' col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-16.row {
  margin-right: -8px;
  margin-left: -8px;
}

.gutter-16 > [class*='col-'],
.gutter-16 > [class*=' col-'] {
  padding-right: 8px;
  padding-left: 8px;
}

.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}

.gutter-20 > [class*='col-'],
.gutter-20 > [class*=' col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-30.row {
  margin-right: -15px;
  margin-left: -15px;
}

.gutter-30 > [class*='col-'],
.gutter-30 > [class*=' col-'] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-40.row {
  margin-right: -20px;
  margin-left: -20px;
}

.gutter-40 > [class*='col-'],
.gutter-40 > [class*=' col-'] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutter-50.row {
  margin-right: -25px;
  margin-left: -25px;
}

.gutter-50 > [class*='col-'],
.gutter-50 > [class*=' col-'] {
  padding-right: 25px;
  padding-left: 25px;
}

.gutter-60.row {
  margin-right: -30px;
  margin-left: -30px;
}

.gutter-60 > [class*='col-'],
.gutter-60 > [class*=' col-'] {
  padding-right: 30px;
  padding-left: 30px;
}

.gutter-sm-80.row {
  margin-right: -40px;
  margin-left: -40px;
}

.gutter-sm-80 > [class*='col-'],
.gutter-sm-80 > [class*=' col-'] {
  padding-right: 40px;
  padding-left: 40px;
}

.gutter-sm-100.row {
  margin-right: -50px;
  margin-left: -50px;
}

.gutter-sm-100 > [class*='col-'],
.gutter-sm-100 > [class*=' col-'] {
  padding-right: 50px;
  padding-left: 50px;
}

@media (min-width: 576px) {
  .gutter-xs-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-xs-10 > [class*='col-'],
  .gutter-xs-10 > [class*=' col-'] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-xs-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-xs-20 > [class*='col-'],
  .gutter-xs-20 > [class*=' col-'] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-xs-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-xs-30 > [class*='col-'],
  .gutter-xs-30 > [class*=' col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-xs-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-xs-40 > [class*='col-'],
  .gutter-xs-40 > [class*=' col-'] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-xs-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-xs-50 > [class*='col-'],
  .gutter-xs-50 > [class*=' col-'] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gutter-xs-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-xs-60 > [class*='col-'],
  .gutter-xs-60 > [class*=' col-'] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-xs-100.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .gutter-xs-100 > [class*='col-'],
  .gutter-xs-100 > [class*=' col-'] {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 767px) {
  .gutter-sm-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-sm-10 > [class*='col-'],
  .gutter-sm-10 > [class*=' col-'] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-sm-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-sm-20 > [class*='col-'],
  .gutter-sm-20 > [class*=' col-'] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-sm-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-sm-30 > [class*='col-'],
  .gutter-sm-30 > [class*=' col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-sm-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-sm-40 > [class*='col-'],
  .gutter-sm-40 > [class*=' col-'] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-sm-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-sm-50 > [class*='col-'],
  .gutter-sm-50 > [class*=' col-'] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gutter-sm-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-sm-60 > [class*='col-'],
  .gutter-sm-60 > [class*=' col-'] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-sm-100.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .gutter-sm-100 > [class*='col-'],
  .gutter-sm-100 > [class*=' col-'] {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .no-md-gutter {
    margin: 0;
  }
  .no-md-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
  }
  .gutter-md-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-md-10 > [class*='col-'],
  .gutter-md-10 > [class*=' col-'] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-md-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-md-20 > [class*='col-'],
  .gutter-md-20 > [class*=' col-'] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-md-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-md-30 > [class*='col-'],
  .gutter-md-30 > [class*=' col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-md-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-md-40 > [class*='col-'],
  .gutter-md-40 > [class*=' col-'] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-md-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-md-50 > [class*='col-'],
  .gutter-md-50 > [class*=' col-'] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gutter-md-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-md-60 > [class*='col-'],
  .gutter-md-60 > [class*=' col-'] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-md-100.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .gutter-md-100 > [class*='col-'],
  .gutter-md-100 > [class*=' col-'] {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 1200px) {
  .gutter-lg-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-lg-10 > [class*='col-'],
  .gutter-lg-10 > [class*=' col-'] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-lg-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-lg-20 > [class*='col-'],
  .gutter-lg-20 > [class*=' col-'] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-lg-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-lg-30 > [class*='col-'],
  .gutter-lg-30 > [class*=' col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-lg-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-lg-40 > [class*='col-'],
  .gutter-lg-40 > [class*=' col-'] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-lg-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-lg-50 > [class*='col-'],
  .gutter-lg-50 > [class*=' col-'] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gutter-lg-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-lg-60 > [class*='col-'],
  .gutter-lg-60 > [class*=' col-'] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-lg-80.row {
    margin-right: -40px;
    margin-left: -40px;
  }
  .gutter-lg-80 > [class*='col-'],
  .gutter-lg-80 > [class*=' col-'] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .gutter-lg-100.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .gutter-lg-100 > [class*='col-'],
  .gutter-lg-100 > [class*=' col-'] {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 1440px) {
  .gutter-xl-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-xl-30 > [class*='col-'],
  .gutter-xl-30 > [class*=' col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-xl-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-xl-40 > [class*='col-'],
  .gutter-xl-40 > [class*=' col-'] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-xl-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-xl-60 > [class*='col-'],
  .gutter-xl-60 > [class*=' col-'] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-xl-80.row {
    margin-right: -40px;
    margin-left: -40px;
  }
  .gutter-xl-80 > [class*='col-'],
  .gutter-xl-80 > [class*=' col-'] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .gutter-xl-120.row {
    margin-right: -60px;
    margin-left: -60px;
  }
  .gutter-xl-120 > [class*='col-'],
  .gutter-xl-120 > [class*=' col-'] {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (min-width: 1600px) {
  .gutter-xxl-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-xxl-30 > [class*='col-'],
  .gutter-xxl-30 > [class*=' col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-xxl-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-xxl-60 > [class*='col-'],
  .gutter-xxl-60 > [class*=' col-'] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-xxl-120.row {
    margin-right: -60px;
    margin-left: -60px;
  }
  .gutter-xxl-120 > [class*='col-'],
  .gutter-xxl-120 > [class*=' col-'] {
    padding-right: 60px;
    padding-left: 60px;
  }
  .gutter-xxl-180.row {
    margin-right: -90px;
    margin-left: -90px;
  }
  .gutter-xxl-180 > [class*='col-'],
  .gutter-xxl-180 > [class*=' col-'] {
    padding-right: 90px;
    padding-left: 90px;
  }
}

@media (min-width: 1800px) {
  .gutter-xxxl-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-xxxl-30 > [class*='col-'],
  .gutter-xxxl-30 > [class*=' col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-xxxl-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-xxxl-60 > [class*='col-'],
  .gutter-xxxl-60 > [class*=' col-'] {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* Hidden content */
.hidden-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.hidden-content.is-active {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

@media (max-width: 575px) {
  .hidden-xs-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-xs-content.is-active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}

@media (max-width: 766px) {
  .hidden-sm-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-sm-content.is-active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}

@media (max-width: 991px) {
  .hidden-md-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-md-content.is-active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-lg-content.is-active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}

/* Hidden class */
.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-visible {
  overflow: visible;
}

@media (max-width: 766px) {
  .overflow-sm-x-hidden {
    overflow-x: hidden;
  }
}

/* HR helper */
.hr-line {
  margin: 30px 0;
  height: 1px;
  background-color: #fafafc;
}

.hr-line-1 {
  margin: 1rem 0;
}

.hr-line-1-3 {
  margin: 1rem 3rem;
}

.hr-line-2 {
  margin: 2rem 0;
}

.hr-line-3 {
  margin: 3rem 0;
}

.hr-line--width-100 {
  width: 100px;
}

.hr-line--width-200 {
  width: 200px;
}

.hr-line--width-300 {
  width: 300px;
}

.hr-line--center {
  margin: 0 auto;
}

.hr-line--black {
  background-color: #000000;
}

.hr-line--gray {
  background-color: #fafafc;
}

/* Icon helpers */
.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  -webkit-transition: fill 0.15s;
  -o-transition: fill 0.15s;
  transition: fill 0.15s;
}

.icon--size-12 svg {
  font-size: 12px;
  font-size: 0.75rem;
}

.icon--size-14 svg {
  font-size: 14px;
  font-size: 0.875rem;
}

.icon--size-16 svg {
  font-size: 16px;
  font-size: 1rem;
}

.icon--size-18 svg {
  font-size: 18px;
  font-size: 1.125rem;
}

.icon--size-20 svg {
  font-size: 20px;
  font-size: 1.25rem;
}

.icon--size-22 svg {
  font-size: 22px;
  font-size: 1.375rem;
}

.icon--size-24 svg {
  font-size: 24px;
  font-size: 1.5rem;
}

.icon--size-26 svg {
  font-size: 26px;
  font-size: 1.625rem;
}

.icon--size-28 svg {
  font-size: 28px;
  font-size: 1.75rem;
}

.icon--size-30 svg {
  font-size: 30px;
  font-size: 1.875rem;
}

.icon--size-60 svg {
  font-size: 60px;
  font-size: 3.75rem;
}

.icon--white svg {
  fill: #ffffff;
}

.icon--black svg {
  fill: #000000;
}

.icon--purple svg {
  fill: #24eaa4;
}

.icon--green-500 svg {
  fill: #24eaa4;
}

.icon--blue-500 svg {
  fill: #4347e3;
}

.icon--dark-violet-300 svg {
  fill: #8688ab;
}

.icon--violet-500 svg {
  fill: #4347e3;
}

/* Image helpers */
.img {
  display: block;
}

.img--full {
  width: 100%;
}

.img--responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img--contain {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bg-image-hover,
.img-hover {
  display: block;
  overflow: hidden;
}

.bg-image-hover:focus > img, .bg-image-hover:hover > img,
.img-hover:focus > img,
.img-hover:hover > img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.bg-image-hover img,
.img-hover img {
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  -o-transition: transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  will-change: transform;
}

.img-flex-contain,
.img-flex-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-flex-contain img,
.img-flex-cover img {
  display: block;
  width: 100%;
  height: 100%;
}

.img-flex-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-flex-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.bg-image,
.bg-rectangle {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 766px) {
  .bg-graph-chart-group {
    margin-bottom: -100px;
  }
}

@media (max-width: 575px) {
  .bg-graph-chart-group {
    margin-bottom: -50px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .bg-graph-chart-group {
    margin-bottom: -150px;
  }
}

@media (max-width: 991px) {
  .bg-graph-chart {
    position: relative;
    width: 100vw;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .bg-graph-chart {
    left: auto;
    top: calc(50% + 80px);
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60%;
    height: auto;
    max-width: 900px;
  }
}

@media (min-width: 2000px) {
  .bg-graph-chart {
    max-width: 1100px;
  }
}

.bg-question {
  background-position: bottom right;
}

.bg-square-1 {
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 220px;
  height: 100%;
}

@media (min-width: 576px) {
  .bg-square-1 {
    left: -10%;
  }
}

@media (min-width: 767px) {
  .bg-square-1 {
    left: -3%;
  }
}

@media (min-width: 1440px) {
  .bg-square-1 {
    left: 10%;
  }
}

.bg-square-2 {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 220px;
  height: 100%;
}

@media (min-width: 767px) {
  .bg-square-2 {
    left: 6%;
  }
}

@media (min-width: 1440px) {
  .bg-square-2 {
    left: 18%;
  }
}

.bg-square-3 {
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 220px;
  height: 100%;
}

@media (min-width: 767px) {
  .bg-square-3 {
    right: 6%;
  }
}

@media (min-width: 1440px) {
  .bg-square-3 {
    right: 18%;
  }
}

.bg-square-4 {
  left: auto;
  right: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 220px;
  height: 100%;
}

@media (min-width: 576px) {
  .bg-square-4 {
    right: -10%;
  }
}

@media (min-width: 767px) {
  .bg-square-4 {
    right: -3%;
  }
}

@media (min-width: 1440px) {
  .bg-square-4 {
    right: 10%;
  }
}

.bg-ai {
  left: auto;
  top: -920px;
  right: 0;
  width: 1860px;
  height: 1483px;
}

.bg-ai-lines {
  width: 100%;
  height: 100%;
  left: 50%;
  max-width: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bg-square-separate-1 {
  left: 10px;
  top: 70%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 120px;
  opacity: 0.3;
}

@media (min-width: 576px) {
  .bg-square-separate-1 {
    left: 10%;
  }
}

@media (min-width: 767px) {
  .bg-square-separate-1 {
    opacity: 1;
    left: 3%;
  }
}

@media (min-width: 992px) {
  .bg-square-separate-1 {
    left: 8%;
  }
}

@media (min-width: 1440px) {
  .bg-square-separate-1 {
    left: 8%;
  }
}

.bg-square-separate-2 {
  left: 0;
  top: 15%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 74px;
}

@media (min-width: 767px) {
  .bg-square-separate-2 {
    left: 15.5%;
  }
}

@media (min-width: 1440px) {
  .bg-square-separate-2 {
    left: 15.5%;
  }
}

.bg-square-separate-3 {
  left: auto;
  right: 10px;
  top: 15%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 98px;
  opacity: 0.3;
}

@media (min-width: 767px) {
  .bg-square-separate-3 {
    opacity: 1;
    right: 10%;
  }
}

@media (min-width: 576px) {
  .bg-square-separate-3 {
    right: 10%;
  }
}

@media (min-width: 767px) {
  .bg-square-separate-3 {
    right: 10%;
  }
}

@media (min-width: 992px) {
  .bg-square-separate-3 {
    right: 15%;
  }
}

@media (min-width: 1440px) {
  .bg-square-separate-3 {
    right: 23%;
  }
}

.bg-square-separate-4 {
  left: auto;
  right: 10px;
  top: 70%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 77px;
}

@media (min-width: 576px) {
  .bg-square-separate-4 {
    right: 10%;
  }
}

@media (min-width: 767px) {
  .bg-square-separate-4 {
    right: 4%;
  }
}

@media (min-width: 992px) {
  .bg-square-separate-4 {
    right: 8%;
  }
}

@media (min-width: 1440px) {
  .bg-square-separate-4 {
    right: 8%;
  }
}

.bg-hero-line-1 {
  left: -70px;
  bottom: 0;
  width: 220px;
  height: calc(100% + 150px);
  left: calc(50% - 240px);
  opacity: 0.5;
}

@media (min-width: 576px) {
  .bg-hero-line-1 {
    opacity: 1;
    left: calc(50% - 300px);
  }
}

@media (min-width: 992px) {
  .bg-hero-line-1 {
    top: calc(50% - 60px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 50%;
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-1 {
    left: 50%;
  }
}

.bg-hero-line-2 {
  left: 0;
  width: 220px;
  bottom: 0;
  height: calc(100% + 150px);
  left: calc(50% - 120px);
  opacity: 0.5;
}

@media (min-width: 576px) {
  .bg-hero-line-2 {
    opacity: 1;
    left: calc(50% - 120px);
  }
}

@media (min-width: 767px) {
  .bg-hero-line-2 {
    left: calc(50% - 120px);
  }
}

@media (min-width: 992px) {
  .bg-hero-line-2 {
    top: calc(50% - 60px);
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(50% + 180px);
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-2 {
    left: calc(50% + 180px);
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-2 {
    left: calc(50% + 180px);
  }
}

.bg-hero-line-3 {
  left: auto;
  left: 0;
  bottom: 0;
  width: 220px;
  height: calc(100% + 150px);
  left: calc(50% + 20px);
  opacity: 0.5;
}

@media (min-width: 576px) {
  .bg-hero-line-3 {
    opacity: 1;
    left: calc(50% + 80px);
  }
}

@media (min-width: 767px) {
  .bg-hero-line-3 {
    left: calc(50% + 120px);
  }
}

@media (min-width: 992px) {
  .bg-hero-line-3 {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    top: calc(50% - 60px);
    left: calc(50% + 360px);
  }
}

@media (min-width: 1200px) {
  .bg-hero-line-3 {
    left: calc(50% + 420px);
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-3 {
    left: calc(50% + 420px);
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-3 {
    left: calc(50% + 420px);
  }
}

.bg-hero-line-small-1 {
  left: -70px;
  width: 56px;
  height: 931px;
  left: 15px;
  opacity: 0.5;
  top: -130px;
}

@media (min-width: 576px) {
  .bg-hero-line-small-1 {
    opacity: 1;
    left: 30px;
  }
}

@media (min-width: 992px) {
  .bg-hero-line-small-1 {
    top: 80%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(50% + 60px);
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-small-1 {
    left: calc(50% + 60px);
  }
}

.bg-hero-line-small-2 {
  left: 0;
  width: 210px;
  height: 931px;
  left: calc(50% - 120px);
  opacity: 0.5;
  top: -280px;
}

@media (min-width: 576px) {
  .bg-hero-line-small-2 {
    opacity: 1;
    left: calc(50% - 120px);
  }
}

@media (min-width: 767px) {
  .bg-hero-line-small-2 {
    left: calc(50% - 120px);
  }
}

@media (min-width: 992px) {
  .bg-hero-line-small-2 {
    top: 80%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(50% + 190px);
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-small-2 {
    left: calc(50% + 220px);
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-small-2 {
    left: calc(50% + 220px);
  }
}

.bg-hero-line-small-3 {
  left: auto;
  width: 140px;
  height: 931px;
  opacity: 0.5;
  top: -230px;
  right: 30px;
}

@media (min-width: 576px) {
  .bg-hero-line-small-3 {
    opacity: 1;
    right: 30px;
  }
}

@media (min-width: 992px) {
  .bg-hero-line-small-3 {
    right: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    top: 60%;
    left: calc(50% + 360px);
  }
}

@media (min-width: 1200px) {
  .bg-hero-line-small-3 {
    left: calc(50% + 420px);
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-small-3 {
    left: calc(50% + 420px);
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-small-3 {
    left: calc(50% + 420px);
  }
}

.bg-hero-line-small-unique-1 {
  left: -70px;
  width: 186px;
  height: 931px;
  left: 15px;
  opacity: 0.5;
  top: -130px;
}

@media (min-width: 576px) {
  .bg-hero-line-small-unique-1 {
    opacity: 1;
    left: 30px;
  }
}

@media (min-width: 992px) {
  .bg-hero-line-small-unique-1 {
    top: 80%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(50% + 20px);
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-small-unique-1 {
    left: calc(50% + 20px);
  }
}

.bg-hero-line-small-unique-2 {
  left: 0;
  width: 210px;
  height: 931px;
  left: calc(50% - 120px);
  opacity: 0.5;
  top: -280px;
}

@media (min-width: 576px) {
  .bg-hero-line-small-unique-2 {
    opacity: 1;
    left: calc(50% - 120px);
  }
}

@media (min-width: 767px) {
  .bg-hero-line-small-unique-2 {
    left: calc(50% - 120px);
  }
}

@media (min-width: 992px) {
  .bg-hero-line-small-unique-2 {
    top: 80%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(50% + 150px);
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-small-unique-2 {
    left: calc(50% + 210px);
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-small-unique-2 {
    left: calc(50% + 210px);
  }
}

.bg-hero-line-small-unique-3 {
  left: auto;
  width: 60px;
  height: 931px;
  opacity: 0.5;
  top: -230px;
  right: 30px;
}

@media (min-width: 576px) {
  .bg-hero-line-small-unique-3 {
    opacity: 1;
    right: 30px;
  }
}

@media (min-width: 992px) {
  .bg-hero-line-small-unique-3 {
    right: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    top: 60%;
    left: calc(50% + 360px);
  }
}

@media (min-width: 1200px) {
  .bg-hero-line-small-unique-3 {
    left: calc(50% + 500px);
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-small-unique-3 {
    left: calc(50% + 500px);
  }
}

@media (min-width: 1440px) {
  .bg-hero-line-small-unique-3 {
    left: calc(50% + 500px);
  }
}

.bg-features-line-1 {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 100%;
  opacity: 0.4;
  left: 15px;
}

@media (min-width: 767px) {
  .bg-features-line-1 {
    opacity: 1;
    left: 40px;
  }
}

.bg-features-line-2 {
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 100%;
  opacity: 0.4;
  right: 15px;
}

@media (min-width: 767px) {
  .bg-features-line-2 {
    opacity: 1;
    right: 40px;
  }
}

body.is-active .bg-hero-bg {
  display: block;
}

.bg-hero-bg {
  left: 50%;
  top: -150px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: calc(100% + 150px);
  display: none;
}

.graph-chart-block {
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bg-rectangle--article {
  width: 50%;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .bg-rectangle--article {
    width: 100vw;
    left: calc(50% - 50vw);
  }
  .bg-rectangle--article:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -1px;
    width: 100vw;
    left: calc(50% - 50vw);
    height: 1px;
    background-color: #efeff4;
  }
}

.bg-rectangle--unique {
  width: 50%;
  right: 0;
  left: auto;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .bg-rectangle--unique {
    right: auto;
    width: 100vw;
    left: calc(50% - 50vw);
  }
  .bg-rectangle--unique:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -1px;
    width: 100vw;
    left: calc(50% - 50vw);
    height: 1px;
    background-color: #efeff4;
  }
}

.bg-intro-line-1 {
  width: 250px;
  height: 931px;
  left: -50px;
  opacity: 0.5;
  top: -60px;
}

@media (min-width: 576px) {
  .bg-intro-line-1 {
    opacity: 1;
    left: 30px;
    height: calc(100% + 150px);
  }
}

@media (min-width: 992px) {
  .bg-intro-line-1 {
    height: calc(100% + 150px);
    top: -150px;
    left: calc(50% - 500px);
  }
}

@media (min-width: 1440px) {
  .bg-intro-line-1 {
    left: calc(50% - 500px);
  }
}

.bg-intro-line-2 {
  left: 0;
  width: 250px;
  height: 931px;
  left: calc(50% - 120px);
  opacity: 0.5;
  top: -60px;
}

@media (min-width: 576px) {
  .bg-intro-line-2 {
    opacity: 1;
    left: calc(50% - 120px);
  }
}

@media (min-width: 767px) {
  .bg-intro-line-2 {
    left: calc(50% - 120px);
    height: calc(100% + 250px);
  }
}

@media (min-width: 992px) {
  .bg-intro-line-2 {
    height: calc(100% + 250px);
    top: -150px;
    left: calc(50% + 250px);
  }
}

@media (min-width: 1440px) {
  .bg-intro-line-2 {
    left: calc(50% + 250px);
  }
}

.bg-intro-line-3 {
  left: auto;
  width: 140px;
  height: 931px;
  opacity: 0.5;
  top: -10px;
  right: -15px;
}

@media (min-width: 576px) {
  .bg-intro-line-3 {
    opacity: 1;
    right: 30px;
    height: calc(100% + 250px);
  }
}

@media (min-width: 992px) {
  .bg-intro-line-3 {
    height: calc(100% + 250px);
    top: -150px;
    left: calc(50% + 500px);
  }
}

@media (min-width: 1440px) {
  .bg-intro-line-3 {
    left: calc(50% + 500px);
  }
}

/* Aspect ratio */
[class*='aspect-ratio-'] {
  display: block;
  position: relative;
}

[class*='aspect-ratio-'] > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.aspect-ratio-16-9 {
  padding-top: 56.25%;
}

.aspect-ratio-3-2 {
  padding-top: 66.66%;
}

.aspect-ratio-4-3 {
  padding-top: 75%;
}

.aspect-ratio-8-5 {
  padding-top: 62.5%;
}

.aspect-ratio-1-1 {
  padding-top: 100%;
}

/* Margin helpers */
.margin-0 {
  margin: 0 !important;
}

@media (min-width: 576px) {
  .margin-xs-0 {
    margin: 0 !important;
  }
}

@media (min-width: 767px) {
  .margin-sm-0 {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  .margin-md-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  .margin-lg-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1440px) {
  .margin-xl-0 {
    margin: 0 !important;
  }
}

.margin-bottom-01 {
  margin-bottom: 0.1rem;
}

.margin-bottom-02 {
  margin-bottom: 0.2rem;
}

.margin-bottom-03 {
  margin-bottom: 0.3rem;
}

.margin-bottom-04 {
  margin-bottom: 0.4rem;
}

.margin-bottom-05 {
  margin-bottom: 0.5rem;
}

.margin-bottom-06 {
  margin-bottom: 0.6rem;
}

.margin-bottom-07 {
  margin-bottom: 0.7rem;
}

.margin-bottom-08 {
  margin-bottom: 0.8rem;
}

.margin-bottom-09 {
  margin-bottom: 0.9rem;
}

.margin-bottom-1 {
  margin-bottom: 1rem;
}

.margin-bottom-1-2 {
  margin-bottom: 1.2rem;
}

.margin-bottom-1-5 {
  margin-bottom: 1.5rem;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.margin-bottom-2-5 {
  margin-bottom: 2.5rem;
}

.margin-bottom-3 {
  margin-bottom: 3rem;
}

.margin-bottom-3-5 {
  margin-bottom: 3.5rem;
}

.margin-bottom-4 {
  margin-bottom: 4rem;
}

.margin-bottom-5 {
  margin-bottom: 5rem;
}

.margin-bottom-6 {
  margin-bottom: 6rem;
}

.margin-bottom-7 {
  margin-bottom: 7rem;
}

.margin-bottom-8 {
  margin-bottom: 8rem;
}

.margin-bottom-9 {
  margin-bottom: 9rem;
}

.margin-bottom-10 {
  margin-bottom: 10rem;
}

@media (min-width: 576px) {
  .margin-bottom-xs-1 {
    margin-bottom: 1rem;
  }
  .margin-bottom-xs-2 {
    margin-bottom: 2rem;
  }
  .margin-bottom-xs-3 {
    margin-bottom: 3rem;
  }
  .margin-bottom-xs-4 {
    margin-bottom: 4rem;
  }
  .margin-bottom-xs-5 {
    margin-bottom: 5rem;
  }
  .margin-bottom-xs-6 {
    margin-bottom: 6rem;
  }
}

@media (min-width: 767px) {
  .margin-bottom-sm-1 {
    margin-bottom: 1rem;
  }
  .margin-bottom-sm-2 {
    margin-bottom: 2rem;
  }
  .margin-bottom-sm-2-5 {
    margin-bottom: 2.5rem;
  }
  .margin-bottom-sm-3 {
    margin-bottom: 3rem;
  }
  .margin-bottom-sm-4 {
    margin-bottom: 4rem;
  }
  .margin-bottom-sm-5 {
    margin-bottom: 5rem;
  }
  .margin-bottom-sm-6 {
    margin-bottom: 6rem;
  }
}

@media (min-width: 992px) {
  .margin-bottom-md-1 {
    margin-bottom: 1rem;
  }
  .margin-bottom-md-1-5 {
    margin-bottom: 1.5rem;
  }
  .margin-bottom-md-2 {
    margin-bottom: 2rem;
  }
  .margin-bottom-md-3 {
    margin-bottom: 3rem;
  }
  .margin-bottom-md-4 {
    margin-bottom: 4rem;
  }
  .margin-bottom-md-5 {
    margin-bottom: 5rem;
  }
  .margin-bottom-md-6 {
    margin-bottom: 6rem;
  }
}

@media (min-width: 1200px) {
  .margin-bottom-lg-1 {
    margin-bottom: 1rem;
  }
  .margin-bottom-lg-2 {
    margin-bottom: 2rem;
  }
  .margin-bottom-lg-3 {
    margin-bottom: 3rem;
  }
  .margin-bottom-lg-4 {
    margin-bottom: 4rem;
  }
  .margin-bottom-lg-5 {
    margin-bottom: 5rem;
  }
  .margin-bottom-lg-6 {
    margin-bottom: 6rem;
  }
}

@media (min-width: 1440px) {
  .margin-bottom-xl-1 {
    margin-bottom: 1rem;
  }
  .margin-bottom-xl-2 {
    margin-bottom: 2rem;
  }
  .margin-bottom-xl-3 {
    margin-bottom: 3rem;
  }
  .margin-bottom-xl-4 {
    margin-bottom: 4rem;
  }
  .margin-bottom-xl-5 {
    margin-bottom: 5rem;
  }
  .margin-bottom-xl-6 {
    margin-bottom: 6rem;
  }
}

.margin-top-01 {
  margin-top: 0.1rem;
}

.margin-top-02 {
  margin-top: 0.2rem;
}

.margin-top-03 {
  margin-top: 0.3rem;
}

.margin-top-04 {
  margin-top: 0.4rem;
}

.margin-top-05 {
  margin-top: 0.5rem;
}

.margin-top-06 {
  margin-top: 0.6rem;
}

.margin-top-07 {
  margin-top: 0.7rem;
}

.margin-top-08 {
  margin-top: 0.8rem;
}

.margin-top-09 {
  margin-top: 0.9rem;
}

.margin-top-1 {
  margin-top: 1rem;
}

.margin-top-1-2 {
  margin-top: 1.2rem;
}

.margin-top-1-5 {
  margin-top: 1.5rem;
}

.margin-top-2 {
  margin-top: 2rem;
}

.margin-top-2-5 {
  margin-top: 2.5rem;
}

.margin-top-3 {
  margin-top: 3rem;
}

.margin-top-3-5 {
  margin-top: 3.5rem;
}

.margin-top-4 {
  margin-top: 4rem;
}

.margin-top-5 {
  margin-top: 5rem;
}

.margin-top-6 {
  margin-top: 6rem;
}

.margin-top-7 {
  margin-top: 7rem;
}

.margin-top-8 {
  margin-top: 8rem;
}

.margin-top-9 {
  margin-top: 9rem;
}

.margin-top-10 {
  margin-top: 10rem;
}

@media (min-width: 576px) {
  .margin-top-xs-1 {
    margin-top: 1rem;
  }
  .margin-top-xs-2 {
    margin-top: 2rem;
  }
  .margin-top-xs-3 {
    margin-top: 3rem;
  }
  .margin-top-xs-4 {
    margin-top: 4rem;
  }
  .margin-top-xs-5 {
    margin-top: 5rem;
  }
  .margin-top-xs-6 {
    margin-top: 6rem;
  }
}

@media (min-width: 767px) {
  .margin-top-sm-1 {
    margin-top: 1rem;
  }
  .margin-top-sm-2 {
    margin-top: 2rem;
  }
  .margin-top-sm-2-5 {
    margin-top: 2.5rem;
  }
  .margin-top-sm-3 {
    margin-top: 3rem;
  }
  .margin-top-sm-4 {
    margin-top: 4rem;
  }
  .margin-top-sm-5 {
    margin-top: 5rem;
  }
  .margin-top-sm-6 {
    margin-top: 6rem;
  }
}

@media (min-width: 992px) {
  .margin-top-md-1 {
    margin-top: 1rem;
  }
  .margin-top-md-1-5 {
    margin-top: 1.5rem;
  }
  .margin-top-md-2 {
    margin-top: 2rem;
  }
  .margin-top-md-3 {
    margin-top: 3rem;
  }
  .margin-top-md-4 {
    margin-top: 4rem;
  }
  .margin-top-md-5 {
    margin-top: 5rem;
  }
  .margin-top-md-6 {
    margin-top: 6rem;
  }
}

@media (min-width: 1200px) {
  .margin-top-lg-1 {
    margin-top: 1rem;
  }
  .margin-top-lg-2 {
    margin-top: 2rem;
  }
  .margin-top-lg-3 {
    margin-top: 3rem;
  }
  .margin-top-lg-4 {
    margin-top: 4rem;
  }
  .margin-top-lg-5 {
    margin-top: 5rem;
  }
  .margin-top-lg-6 {
    margin-top: 6rem;
  }
}

@media (min-width: 1440px) {
  .margin-top-xl-1 {
    margin-top: 1rem;
  }
  .margin-top-xl-2 {
    margin-top: 2rem;
  }
  .margin-top-xl-3 {
    margin-top: 3rem;
  }
  .margin-top-xl-4 {
    margin-top: 4rem;
  }
  .margin-top-xl-5 {
    margin-top: 5rem;
  }
  .margin-top-xl-6 {
    margin-top: 6rem;
  }
}

.margin-left-01 {
  margin-left: 0.1rem;
}

.margin-left-02 {
  margin-left: 0.2rem;
}

.margin-left-03 {
  margin-left: 0.3rem;
}

.margin-left-04 {
  margin-left: 0.4rem;
}

.margin-left-05 {
  margin-left: 0.5rem;
}

.margin-left-08 {
  margin-left: 0.8rem;
}

.margin-left-1 {
  margin-left: 1rem;
}

.margin-left-1-5 {
  margin-left: 1.5rem;
}

.margin-left-2 {
  margin-left: 2rem;
}

.margin-left-3 {
  margin-left: 3rem;
}

.margin-left-4 {
  margin-left: 4rem;
}

.margin-left-5 {
  margin-left: 5rem;
}

.margin-left-6 {
  margin-left: 6rem;
}

.margin-left-7 {
  margin-left: 7rem;
}

.margin-left-8 {
  margin-left: 8rem;
}

.margin-left-9 {
  margin-left: 9rem;
}

.margin-left-10 {
  margin-left: 10rem;
}

@media (min-width: 576px) {
  .margin-left-xs-1 {
    margin-left: 1rem;
  }
  .margin-left-xs-2 {
    margin-left: 2rem;
  }
  .margin-left-xs-3 {
    margin-left: 3rem;
  }
  .margin-left-xs-4 {
    margin-left: 4rem;
  }
  .margin-left-xs-5 {
    margin-left: 5rem;
  }
  .margin-left-xs-6 {
    margin-left: 6rem;
  }
}

@media (min-width: 767px) {
  .margin-left-sm-1 {
    margin-left: 1rem;
  }
  .margin-left-sm-2 {
    margin-left: 2rem;
  }
  .margin-left-sm-3 {
    margin-left: 3rem;
  }
  .margin-left-sm-4 {
    margin-left: 4rem;
  }
  .margin-left-sm-5 {
    margin-left: 5rem;
  }
  .margin-left-sm-6 {
    margin-left: 6rem;
  }
}

@media (min-width: 992px) {
  .margin-left-md-1 {
    margin-left: 1rem;
  }
  .margin-left-md-2 {
    margin-left: 2rem;
  }
  .margin-left-md-3 {
    margin-left: 3rem;
  }
  .margin-left-md-4 {
    margin-left: 4rem;
  }
  .margin-left-md-5 {
    margin-left: 5rem;
  }
  .margin-left-md-6 {
    margin-left: 6rem;
  }
}

@media (min-width: 1200px) {
  .margin-left-lg-1 {
    margin-left: 1rem;
  }
  .margin-left-lg-2 {
    margin-left: 2rem;
  }
  .margin-left-lg-3 {
    margin-left: 3rem;
  }
  .margin-left-lg-4 {
    margin-left: 4rem;
  }
  .margin-left-lg-5 {
    margin-left: 5rem;
  }
  .margin-left-lg-6 {
    margin-left: 6rem;
  }
}

@media (min-width: 1440px) {
  .margin-left-xl-1 {
    margin-left: 1rem;
  }
  .margin-left-xl-2 {
    margin-left: 2rem;
  }
  .margin-left-xl-3 {
    margin-left: 3rem;
  }
  .margin-left-xl-4 {
    margin-left: 4rem;
  }
  .margin-left-xl-5 {
    margin-left: 5rem;
  }
  .margin-left-xl-6 {
    margin-left: 6rem;
  }
}

.margin-right-01 {
  margin-right: 0.1rem;
}

.margin-right-02 {
  margin-right: 0.2rem;
}

.margin-right-03 {
  margin-right: 0.3rem;
}

.margin-right-04 {
  margin-right: 0.4rem;
}

.margin-right-05 {
  margin-right: 0.5rem;
}

.margin-right-08 {
  margin-right: 0.8rem;
}

.margin-right-1 {
  margin-right: 1rem;
}

.margin-right-1-5 {
  margin-right: 1.5rem;
}

.margin-right-2 {
  margin-right: 2rem;
}

.margin-right-3 {
  margin-right: 3rem;
}

.margin-right-4 {
  margin-right: 4rem;
}

.margin-right-5 {
  margin-right: 5rem;
}

.margin-right-6 {
  margin-right: 6rem;
}

.margin-right-7 {
  margin-right: 7rem;
}

.margin-right-8 {
  margin-right: 8rem;
}

.margin-right-9 {
  margin-right: 9rem;
}

.margin-right-10 {
  margin-right: 10rem;
}

@media (min-width: 576px) {
  .margin-right-xs-1 {
    margin-right: 1rem;
  }
  .margin-right-xs-2 {
    margin-right: 2rem;
  }
  .margin-right-xs-3 {
    margin-right: 3rem;
  }
  .margin-right-xs-4 {
    margin-right: 4rem;
  }
  .margin-right-xs-5 {
    margin-right: 5rem;
  }
  .margin-right-xs-6 {
    margin-right: 6rem;
  }
}

@media (min-width: 767px) {
  .margin-right-sm-1 {
    margin-right: 1rem;
  }
  .margin-right-sm-2 {
    margin-right: 2rem;
  }
  .margin-right-sm-3 {
    margin-right: 3rem;
  }
  .margin-right-sm-4 {
    margin-right: 4rem;
  }
  .margin-right-sm-5 {
    margin-right: 5rem;
  }
  .margin-right-sm-6 {
    margin-right: 6rem;
  }
}

@media (min-width: 992px) {
  .margin-right-md-1 {
    margin-right: 1rem;
  }
  .margin-right-md-2 {
    margin-right: 2rem;
  }
  .margin-right-md-3 {
    margin-right: 3rem;
  }
  .margin-right-md-4 {
    margin-right: 4rem;
  }
  .margin-right-md-5 {
    margin-right: 5rem;
  }
  .margin-right-md-6 {
    margin-right: 6rem;
  }
}

@media (min-width: 1200px) {
  .margin-right-lg-1 {
    margin-right: 1rem;
  }
  .margin-right-lg-2 {
    margin-right: 2rem;
  }
  .margin-right-lg-3 {
    margin-right: 3rem;
  }
  .margin-right-lg-4 {
    margin-right: 4rem;
  }
  .margin-right-lg-5 {
    margin-right: 5rem;
  }
  .margin-right-lg-6 {
    margin-right: 6rem;
  }
}

@media (min-width: 1440px) {
  .margin-right-xl-1 {
    margin-right: 1rem;
  }
  .margin-right-xl-2 {
    margin-right: 2rem;
  }
  .margin-right-xl-3 {
    margin-right: 3rem;
  }
  .margin-right-xl-4 {
    margin-right: 4rem;
  }
  .margin-right-xl-5 {
    margin-right: 5rem;
  }
  .margin-right-xl-6 {
    margin-right: 6rem;
  }
}

.margin-center {
  margin: 0 auto;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

@media (min-width: 576px) {
  .margin-xs-center {
    margin: 0 auto;
  }
  .margin-xs-left-auto {
    margin-left: auto;
  }
  .margin-xs-right-auto {
    margin-right: auto;
  }
}

@media (min-width: 767px) {
  .margin-sm-center {
    margin: 0 auto;
  }
  .margin-sm-left-auto {
    margin-left: auto;
  }
  .margin-sm-right-auto {
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .margin-md-center {
    margin: 0 auto;
  }
  .margin-md-left-auto {
    margin-left: auto;
  }
  .margin-md-right-auto {
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .margin-lg-center {
    margin: 0 auto;
  }
  .margin-lg-left-auto {
    margin-left: auto;
  }
  .margin-lg-right-auto {
    margin-right: auto;
  }
}

.margin-top-0 {
  margin-top: 0 !important;
}

@media (min-width: 576px) {
  .margin-top-xs-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 767px) {
  .margin-top-sm-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .margin-top-md-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .margin-top-lg-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 1199px) {
  .margin-bp-top-lg-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .margin-bp-top-md-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 766px) {
  .margin-bp-top-sm-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 575px) {
  .margin-bp-top-xs-0 {
    margin-top: 0 !important;
  }
}

.margin-right-0 {
  margin-right: 0 !important;
}

@media (min-width: 576px) {
  .margin-right-xs-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 767px) {
  .margin-right-sm-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .margin-right-md-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .margin-right-lg-0 {
    margin-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .margin-bp-right-lg-0 {
    margin-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .margin-bp-right-md-0 {
    margin-right: 0 !important;
  }
}

@media (max-width: 766px) {
  .margin-bp-right-sm-0 {
    margin-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .margin-bp-right-xs-0 {
    margin-right: 0 !important;
  }
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .margin-bottom-xs-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 767px) {
  .margin-bottom-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .margin-bottom-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .margin-bottom-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .margin-bp-bottom-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .margin-bp-bottom-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 766px) {
  .margin-bp-bottom-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 575px) {
  .margin-bp-bottom-xs-0 {
    margin-bottom: 0 !important;
  }
}

.margin-left-0 {
  margin-left: 0 !important;
}

@media (min-width: 576px) {
  .margin-left-xs-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 767px) {
  .margin-left-sm-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .margin-left-md-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .margin-left-lg-0 {
    margin-left: 0 !important;
  }
}

@media (max-width: 1199px) {
  .margin-bp-left-lg-0 {
    margin-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .margin-bp-left-md-0 {
    margin-left: 0 !important;
  }
}

@media (max-width: 766px) {
  .margin-bp-left-sm-0 {
    margin-left: 0 !important;
  }
}

@media (max-width: 575px) {
  .margin-bp-left-xs-0 {
    margin-left: 0 !important;
  }
}

/* Padding block */
.padding-0 {
  padding: 0 !important;
}

@media (min-width: 576px) {
  .padding-xs-0 {
    padding: 0 !important;
  }
}

@media (min-width: 767px) {
  .padding-sm-0 {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .padding-md-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .padding-lg-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1440px) {
  .padding-xl-0 {
    padding: 0 !important;
  }
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-xs-0 {
  padding-top: 0 !important;
}

@media (min-width: 767px) {
  .padding-top-sm-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .padding-top-md-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .padding-top-lg-0 {
    padding-top: 0 !important;
  }
}

@media (max-width: 1199px) {
  .padding-bp-top-lg-0 {
    padding-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .padding-bp-top-md-0 {
    padding-top: 0 !important;
  }
}

@media (max-width: 766px) {
  .padding-bp-top-sm-0 {
    padding-top: 0 !important;
  }
}

@media (max-width: 575px) {
  .padding-bp-top-xs-0 {
    padding-top: 0 !important;
  }
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-right-xs-0 {
  padding-right: 0 !important;
}

@media (min-width: 767px) {
  .padding-right-sm-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .padding-right-md-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .padding-right-lg-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .padding-bp-right-lg-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .padding-bp-right-md-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 766px) {
  .padding-bp-right-sm-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .padding-bp-right-xs-0 {
    padding-right: 0 !important;
  }
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-xs-0 {
  padding-bottom: 0 !important;
}

@media (min-width: 767px) {
  .padding-bottom-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .padding-bottom-md-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .padding-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .padding-bp-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .padding-bp-bottom-md-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 766px) {
  .padding-bp-bottom-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 575px) {
  .padding-bp-bottom-xs-0 {
    padding-bottom: 0 !important;
  }
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-left-xs-0 {
  padding-left: 0 !important;
}

@media (min-width: 767px) {
  .padding-left-sm-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .padding-left-md-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .padding-left-lg-0 {
    padding-left: 0 !important;
  }
}

@media (max-width: 1199px) {
  .padding-bp-left-lg-0 {
    padding-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .padding-bp-left-md-0 {
    padding-left: 0 !important;
  }
}

@media (max-width: 766px) {
  .padding-bp-left-sm-0 {
    padding-left: 0 !important;
  }
}

@media (max-width: 575px) {
  .padding-bp-left-xs-0 {
    padding-left: 0 !important;
  }
}

/* Position helpers */
.pos-r {
  position: relative;
}

.pos-f {
  position: fixed;
}

.pos-s {
  position: static;
}

.pos-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.pos-a {
  position: absolute;
}

.pos-auto {
  position: inherit;
}

/* Size helpers */
.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.h-vh-100 {
  height: 100vh;
}

.h-100 {
  height: 100%;
}

.h-50 {
  height: 50%;
}

.h-25 {
  height: 25%;
}

.h-size-20 {
  height: 23px;
}

@media (min-width: 576px) {
  .h-size-20 {
    height: 20px;
  }
}

/* Text helpers */
.txt-r {
  text-align: right;
}

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

.txt-l {
  text-align: left;
}

@media (min-width: 576px) {
  .txt-xs-c {
    text-align: center;
  }
  .txt-xs-l {
    text-align: left;
  }
  .txt-xs-r {
    text-align: right;
  }
}

@media (min-width: 767px) {
  .txt-sm-l {
    text-align: left;
  }
  .txt-sm-r {
    text-align: right;
  }
  .txt-sm-c {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .txt-md-l {
    text-align: left;
  }
  .txt-md-r {
    text-align: right;
  }
  .txt-md-c {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .txt-lg-r {
    text-align: right;
  }
  .txt-lg-l {
    text-align: left;
  }
  .txt-lg-c {
    text-align: center;
  }
}

.txt-upper {
  text-transform: uppercase;
}

.txt-lower {
  text-transform: lowercase;
}

.txt-italic {
  font-style: italic;
}

.txt-300 {
  font-weight: 300;
}

.txt-400 {
  font-weight: 400;
}

.txt-500 {
  font-weight: 500;
}

.txt-600 {
  font-weight: 600;
}

.txt-700 {
  font-weight: 700;
}

.txt-line {
  text-decoration: line-through;
}

.txt-underline {
  text-decoration: underline;
}

/* Z-index helpers */
.z-index--1 {
  z-index: -1;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-100 {
  z-index: 100;
}

.z-index-1000 {
  z-index: 1000;
}

.z-index-10000 {
  z-index: 10000;
}

.z-index-100000 {
  z-index: 100000;
}

/* Opacity helpers */
.opacity-0 {
  opacity: 0;
}

.opacity-01 {
  opacity: 0.1;
}

.opacity-02 {
  opacity: 0.2;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity-04 {
  opacity: 0.4;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

.opacity-07 {
  opacity: 0.7;
}

.opacity-08 {
  opacity: 0.8;
}

.opacity-09 {
  opacity: 0.9;
}

.opacity-1 {
  opacity: 1;
}

/* Dots helpers */
.clip-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.clip-text--2 {
  -webkit-line-clamp: 2;
}

.clip-text--3 {
  -webkit-line-clamp: 3;
}

.clip-text--4 {
  -webkit-line-clamp: 4;
}

.dots {
  overflow: hidden;
}

/* IE fallback */
.no-object-fit .img-flex-cover img {
  height: auto;
  width: auto;
  vertical-align: middle;
  margin: 0 auto;
}

.no-object-fit .img-flex-contain {
  display: block;
  height: auto;
}

.no-object-fit .img-flex-contain img {
  height: 100%;
  width: auto;
  vertical-align: middle;
  margin: 0 auto;
}

/* Base settings */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-transition: color 0.15s, background 0.15s, border 0.15s, opacity 0.15s;
  -o-transition: color 0.15s, background 0.15s, border 0.15s, opacity 0.15s;
  transition: color 0.15s, background 0.15s, border 0.15s, opacity 0.15s;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #fafafc;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #21232e;
}

::-webkit-scrollbar-thumb:hover {
  background: #16181f;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-size: 100%;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-width: 310px;
  margin: 0;
  color: #000;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  background: #21232e;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
.strong {
  font-weight: 700;
}

small,
.small {
  font-size: 12px;
  font-size: 0.75rem;
}

h1,
.alfa,
h2,
.beta,
h3,
.gamma,
h4,
.delta,
h5,
.epsilon,
h6,
.zeta {
  margin: 0;
  margin-bottom: 1.5rem;
  color: #000000;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 a,
.alfa a,
h2 a,
.beta a,
h3 a,
.gamma a,
h4 a,
.delta a,
h5 a,
.epsilon a,
h6 a,
.zeta a {
  color: inherit;
}

h1,
.alfa {
  font-size: 36px;
  font-size: 2.25rem;
}

@media (min-width: 576px) {
  h1,
  .alfa {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media (min-width: 767px) {
  h1,
  .alfa {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (min-width: 992px) {
  h1,
  .alfa {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (min-width: 1200px) {
  h1,
  .alfa {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

h2,
.beta {
  font-size: 30px;
  font-size: 1.875rem;
}

@media (min-width: 576px) {
  h2,
  .beta {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (min-width: 767px) {
  h2,
  .beta {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media (min-width: 992px) {
  h2,
  .beta {
    font-size: 52px;
    font-size: 3.25rem;
  }
}

@media (min-width: 1200px) {
  h2,
  .beta {
    font-size: 64px;
    font-size: 4rem;
  }
}

h3,
.gamma {
  font-size: 28px;
  font-size: 1.75rem;
}

@media (min-width: 576px) {
  h3,
  .gamma {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (min-width: 767px) {
  h3,
  .gamma {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media (min-width: 992px) {
  h3,
  .gamma {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.gamma-big {
  font-size: 32px;
  font-size: 2rem;
}

@media (min-width: 576px) {
  .gamma-big {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (min-width: 767px) {
  .gamma-big {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media (min-width: 992px) {
  .gamma-big {
    font-size: 48px;
    font-size: 3rem;
  }
}

h4,
.delta {
  font-size: 26px;
  font-size: 1.625rem;
}

@media (min-width: 576px) {
  h4,
  .delta {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 767px) {
  h4,
  .delta {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  h4,
  .delta {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

h5,
.epsilon {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  h5,
  .epsilon {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 767px) {
  h5,
  .epsilon {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h6,
.zeta {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  h6,
  .zeta {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 767px) {
  h6,
  .zeta {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.h--font-light h1,
.h--font-light .alfa,
.h--font-light h2,
.h--font-light .beta,
.h--font-light h3,
.h--font-light .gamma,
.h--font-light h4,
.h--font-light .delta,
.h--font-light h5,
.h--font-light .epsilon,
.h--font-light h6,
.h--font-light .zeta {
  font-weight: 300;
}

.h--font--primary-medium h1,
.h--font--primary-medium .alfa,
.h--font--primary-medium h2,
.h--font--primary-medium .beta,
.h--font--primary-medium h3,
.h--font--primary-medium .gamma,
.h--font--primary-medium h4,
.h--font--primary-medium .delta,
.h--font--primary-medium h5,
.h--font--primary-medium .epsilon,
.h--font--primary-medium h6,
.h--font--primary-medium .zeta {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 500;
}

.h--font-semibold h1,
.h--font-semibold .alfa,
.h--font-semibold h2,
.h--font-semibold .beta,
.h--font-semibold h3,
.h--font-semibold .gamma,
.h--font-semibold h4,
.h--font-semibold .delta,
.h--font-semibold h5,
.h--font-semibold .epsilon,
.h--font-semibold h6,
.h--font-semibold .zeta {
  font-weight: 600;
}

.h--font-bold h1,
.h--font-bold .alfa,
.h--font-bold h2,
.h--font-bold .beta,
.h--font-bold h3,
.h--font-bold .gamma,
.h--font-bold h4,
.h--font-bold .delta,
.h--font-bold h5,
.h--font-bold .epsilon,
.h--font-bold h6,
.h--font-bold .zeta {
  font-weight: 700;
}

.h--font-black h1,
.h--font-black .alfa,
.h--font-black h2,
.h--font-black .beta,
.h--font-black h3,
.h--font-black .gamma,
.h--font-black h4,
.h--font-black .delta,
.h--font-black h5,
.h--font-black .epsilon,
.h--font-black h6,
.h--font-black .zeta {
  font-weight: 900;
}

.h--font-primary h1,
.h--font-primary .alfa,
.h--font-primary h2,
.h--font-primary .beta,
.h--font-primary h3,
.h--font-primary .gamma,
.h--font-primary h4,
.h--font-primary .delta,
.h--font-primary h5,
.h--font-primary .epsilon,
.h--font-primary h6,
.h--font-primary .zeta {
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.h--font-secondary h1,
.h--font-secondary .alfa,
.h--font-secondary h2,
.h--font-secondary .beta,
.h--font-secondary h3,
.h--font-secondary .gamma,
.h--font-secondary h4,
.h--font-secondary .delta,
.h--font-secondary h5,
.h--font-secondary .epsilon,
.h--font-secondary h6,
.h--font-secondary .zeta {
  font-family: "Space Grotesk", Arial, sans-serif;
}

.h--text-upper h1,
.h--text-upper .alfa,
.h--text-upper h2,
.h--text-upper .beta,
.h--text-upper h3,
.h--text-upper .gamma,
.h--text-upper h4,
.h--text-upper .delta,
.h--text-upper h5,
.h--text-upper .epsilon,
.h--text-upper h6,
.h--text-upper .zeta {
  text-transform: uppercase;
}

.h--line-08 h1,
.h--line-08 .alfa,
.h--line-08 h2,
.h--line-08 .beta,
.h--line-08 h3,
.h--line-08 .gamma,
.h--line-08 h4,
.h--line-08 .delta,
.h--line-08 h5,
.h--line-08 .epsilon,
.h--line-08 h6,
.h--line-08 .zeta {
  line-height: 0.8;
}

.h--line-1 h1,
.h--line-1 .alfa,
.h--line-1 h2,
.h--line-1 .beta,
.h--line-1 h3,
.h--line-1 .gamma,
.h--line-1 h4,
.h--line-1 .delta,
.h--line-1 h5,
.h--line-1 .epsilon,
.h--line-1 h6,
.h--line-1 .zeta {
  line-height: 1;
}

.h--line-1-2 h1,
.h--line-1-2 .alfa,
.h--line-1-2 h2,
.h--line-1-2 .beta,
.h--line-1-2 h3,
.h--line-1-2 .gamma,
.h--line-1-2 h4,
.h--line-1-2 .delta,
.h--line-1-2 h5,
.h--line-1-2 .epsilon,
.h--line-1-2 h6,
.h--line-1-2 .zeta {
  line-height: 1.2;
}

.h--line-1-4 h1,
.h--line-1-4 .alfa,
.h--line-1-4 h2,
.h--line-1-4 .beta,
.h--line-1-4 h3,
.h--line-1-4 .gamma,
.h--line-1-4 h4,
.h--line-1-4 .delta,
.h--line-1-4 h5,
.h--line-1-4 .epsilon,
.h--line-1-4 h6,
.h--line-1-4 .zeta {
  line-height: 1.4;
}

.h--line-1-5 h1,
.h--line-1-5 .alfa,
.h--line-1-5 h2,
.h--line-1-5 .beta,
.h--line-1-5 h3,
.h--line-1-5 .gamma,
.h--line-1-5 h4,
.h--line-1-5 .delta,
.h--line-1-5 h5,
.h--line-1-5 .epsilon,
.h--line-1-5 h6,
.h--line-1-5 .zeta {
  line-height: 1.5;
}

.h--line-1-6 h1,
.h--line-1-6 .alfa,
.h--line-1-6 h2,
.h--line-1-6 .beta,
.h--line-1-6 h3,
.h--line-1-6 .gamma,
.h--line-1-6 h4,
.h--line-1-6 .delta,
.h--line-1-6 h5,
.h--line-1-6 .epsilon,
.h--line-1-6 h6,
.h--line-1-6 .zeta {
  line-height: 1.6;
}

.h--line-1-8 h1,
.h--line-1-8 .alfa,
.h--line-1-8 h2,
.h--line-1-8 .beta,
.h--line-1-8 h3,
.h--line-1-8 .gamma,
.h--line-1-8 h4,
.h--line-1-8 .delta,
.h--line-1-8 h5,
.h--line-1-8 .epsilon,
.h--line-1-8 h6,
.h--line-1-8 .zeta {
  line-height: 1.8;
}

.h--line-2 h1,
.h--line-2 .alfa,
.h--line-2 h2,
.h--line-2 .beta,
.h--line-2 h3,
.h--line-2 .gamma,
.h--line-2 h4,
.h--line-2 .delta,
.h--line-2 h5,
.h--line-2 .epsilon,
.h--line-2 h6,
.h--line-2 .zeta {
  line-height: 2;
}

.h--line-2-2 h1,
.h--line-2-2 .alfa,
.h--line-2-2 h2,
.h--line-2-2 .beta,
.h--line-2-2 h3,
.h--line-2-2 .gamma,
.h--line-2-2 h4,
.h--line-2-2 .delta,
.h--line-2-2 h5,
.h--line-2-2 .epsilon,
.h--line-2-2 h6,
.h--line-2-2 .zeta {
  line-height: 2.2;
}

.h--line-2-5 h1,
.h--line-2-5 .alfa,
.h--line-2-5 h2,
.h--line-2-5 .beta,
.h--line-2-5 h3,
.h--line-2-5 .gamma,
.h--line-2-5 h4,
.h--line-2-5 .delta,
.h--line-2-5 h5,
.h--line-2-5 .epsilon,
.h--line-2-5 h6,
.h--line-2-5 .zeta {
  line-height: 2.5;
}

@media (min-width: 576px) {
  .h--line-xs-1 h1,
  .h--line-xs-1 .alfa,
  .h--line-xs-1 h2,
  .h--line-xs-1 .beta,
  .h--line-xs-1 h3,
  .h--line-xs-1 .gamma,
  .h--line-xs-1 h4,
  .h--line-xs-1 .delta,
  .h--line-xs-1 h5,
  .h--line-xs-1 .epsilon,
  .h--line-xs-1 h6,
  .h--line-xs-1 .zeta {
    line-height: 1;
  }
  .h--line-xs-1-2 h1,
  .h--line-xs-1-2 .alfa,
  .h--line-xs-1-2 h2,
  .h--line-xs-1-2 .beta,
  .h--line-xs-1-2 h3,
  .h--line-xs-1-2 .gamma,
  .h--line-xs-1-2 h4,
  .h--line-xs-1-2 .delta,
  .h--line-xs-1-2 h5,
  .h--line-xs-1-2 .epsilon,
  .h--line-xs-1-2 h6,
  .h--line-xs-1-2 .zeta {
    line-height: 1.2;
  }
  .h--line-xs-1-4 h1,
  .h--line-xs-1-4 .alfa,
  .h--line-xs-1-4 h2,
  .h--line-xs-1-4 .beta,
  .h--line-xs-1-4 h3,
  .h--line-xs-1-4 .gamma,
  .h--line-xs-1-4 h4,
  .h--line-xs-1-4 .delta,
  .h--line-xs-1-4 h5,
  .h--line-xs-1-4 .epsilon,
  .h--line-xs-1-4 h6,
  .h--line-xs-1-4 .zeta {
    line-height: 1.4;
  }
  .h--line-xs-1-6 h1,
  .h--line-xs-1-6 .alfa,
  .h--line-xs-1-6 h2,
  .h--line-xs-1-6 .beta,
  .h--line-xs-1-6 h3,
  .h--line-xs-1-6 .gamma,
  .h--line-xs-1-6 h4,
  .h--line-xs-1-6 .delta,
  .h--line-xs-1-6 h5,
  .h--line-xs-1-6 .epsilon,
  .h--line-xs-1-6 h6,
  .h--line-xs-1-6 .zeta {
    line-height: 1.6;
  }
}

@media (min-width: 767px) {
  .h--line-sm-1 h1,
  .h--line-sm-1 .alfa,
  .h--line-sm-1 h2,
  .h--line-sm-1 .beta,
  .h--line-sm-1 h3,
  .h--line-sm-1 .gamma,
  .h--line-sm-1 h4,
  .h--line-sm-1 .delta,
  .h--line-sm-1 h5,
  .h--line-sm-1 .epsilon,
  .h--line-sm-1 h6,
  .h--line-sm-1 .zeta {
    line-height: 1;
  }
  .h--line-sm-1-2 h1,
  .h--line-sm-1-2 .alfa,
  .h--line-sm-1-2 h2,
  .h--line-sm-1-2 .beta,
  .h--line-sm-1-2 h3,
  .h--line-sm-1-2 .gamma,
  .h--line-sm-1-2 h4,
  .h--line-sm-1-2 .delta,
  .h--line-sm-1-2 h5,
  .h--line-sm-1-2 .epsilon,
  .h--line-sm-1-2 h6,
  .h--line-sm-1-2 .zeta {
    line-height: 1.2;
  }
  .h--line-sm-1-4 h1,
  .h--line-sm-1-4 .alfa,
  .h--line-sm-1-4 h2,
  .h--line-sm-1-4 .beta,
  .h--line-sm-1-4 h3,
  .h--line-sm-1-4 .gamma,
  .h--line-sm-1-4 h4,
  .h--line-sm-1-4 .delta,
  .h--line-sm-1-4 h5,
  .h--line-sm-1-4 .epsilon,
  .h--line-sm-1-4 h6,
  .h--line-sm-1-4 .zeta {
    line-height: 1.4;
  }
  .h--line-sm-1-6 h1,
  .h--line-sm-1-6 .alfa,
  .h--line-sm-1-6 h2,
  .h--line-sm-1-6 .beta,
  .h--line-sm-1-6 h3,
  .h--line-sm-1-6 .gamma,
  .h--line-sm-1-6 h4,
  .h--line-sm-1-6 .delta,
  .h--line-sm-1-6 h5,
  .h--line-sm-1-6 .epsilon,
  .h--line-sm-1-6 h6,
  .h--line-sm-1-6 .zeta {
    line-height: 1.6;
  }
}

@media (min-width: 992px) {
  .h--line-md-1 h1,
  .h--line-md-1 .alfa,
  .h--line-md-1 h2,
  .h--line-md-1 .beta,
  .h--line-md-1 h3,
  .h--line-md-1 .gamma,
  .h--line-md-1 h4,
  .h--line-md-1 .delta,
  .h--line-md-1 h5,
  .h--line-md-1 .epsilon,
  .h--line-md-1 h6,
  .h--line-md-1 .zeta {
    line-height: 1;
  }
  .h--line-md-1-2 h1,
  .h--line-md-1-2 .alfa,
  .h--line-md-1-2 h2,
  .h--line-md-1-2 .beta,
  .h--line-md-1-2 h3,
  .h--line-md-1-2 .gamma,
  .h--line-md-1-2 h4,
  .h--line-md-1-2 .delta,
  .h--line-md-1-2 h5,
  .h--line-md-1-2 .epsilon,
  .h--line-md-1-2 h6,
  .h--line-md-1-2 .zeta {
    line-height: 1.2;
  }
  .h--line-md-1-4 h1,
  .h--line-md-1-4 .alfa,
  .h--line-md-1-4 h2,
  .h--line-md-1-4 .beta,
  .h--line-md-1-4 h3,
  .h--line-md-1-4 .gamma,
  .h--line-md-1-4 h4,
  .h--line-md-1-4 .delta,
  .h--line-md-1-4 h5,
  .h--line-md-1-4 .epsilon,
  .h--line-md-1-4 h6,
  .h--line-md-1-4 .zeta {
    line-height: 1.4;
  }
  .h--line-md-1-6 h1,
  .h--line-md-1-6 .alfa,
  .h--line-md-1-6 h2,
  .h--line-md-1-6 .beta,
  .h--line-md-1-6 h3,
  .h--line-md-1-6 .gamma,
  .h--line-md-1-6 h4,
  .h--line-md-1-6 .delta,
  .h--line-md-1-6 h5,
  .h--line-md-1-6 .epsilon,
  .h--line-md-1-6 h6,
  .h--line-md-1-6 .zeta {
    line-height: 1.6;
  }
}

.h--margin-0 .alfa,
.h--margin-0 .beta,
.h--margin-0 .gamma,
.h--margin-0 .delta,
.h--margin-0 .epsilon,
.h--margin-0 .zeta,
.h--margin-0 h1,
.h--margin-0 h2,
.h--margin-0 h3,
.h--margin-0 h4,
.h--margin-0 h5,
.h--margin-0 h6 {
  margin-bottom: 0;
}

.h--margin-01 .alfa,
.h--margin-01 .beta,
.h--margin-01 .gamma,
.h--margin-01 .delta,
.h--margin-01 .epsilon,
.h--margin-01 .zeta,
.h--margin-01 h1,
.h--margin-01 h2,
.h--margin-01 h3,
.h--margin-01 h4,
.h--margin-01 h5,
.h--margin-01 h6 {
  margin-bottom: 0.1rem;
}

.h--margin-02 .alfa,
.h--margin-02 .beta,
.h--margin-02 .gamma,
.h--margin-02 .delta,
.h--margin-02 .epsilon,
.h--margin-02 .zeta,
.h--margin-02 h1,
.h--margin-02 h2,
.h--margin-02 h3,
.h--margin-02 h4,
.h--margin-02 h5,
.h--margin-02 h6 {
  margin-bottom: 0.2rem;
}

.h--margin-03 .alfa,
.h--margin-03 .beta,
.h--margin-03 .gamma,
.h--margin-03 .delta,
.h--margin-03 .epsilon,
.h--margin-03 .zeta,
.h--margin-03 h1,
.h--margin-03 h2,
.h--margin-03 h3,
.h--margin-03 h4,
.h--margin-03 h5,
.h--margin-03 h6 {
  margin-bottom: 0.3rem;
}

.h--margin-04 .alfa,
.h--margin-04 .beta,
.h--margin-04 .gamma,
.h--margin-04 .delta,
.h--margin-04 .epsilon,
.h--margin-04 .zeta,
.h--margin-04 h1,
.h--margin-04 h2,
.h--margin-04 h3,
.h--margin-04 h4,
.h--margin-04 h5,
.h--margin-04 h6 {
  margin-bottom: 0.4rem;
}

.h--margin-05 .alfa,
.h--margin-05 .beta,
.h--margin-05 .gamma,
.h--margin-05 .delta,
.h--margin-05 .epsilon,
.h--margin-05 .zeta,
.h--margin-05 h1,
.h--margin-05 h2,
.h--margin-05 h3,
.h--margin-05 h4,
.h--margin-05 h5,
.h--margin-05 h6 {
  margin-bottom: 0.5rem;
}

.h--margin-06 .alfa,
.h--margin-06 .beta,
.h--margin-06 .gamma,
.h--margin-06 .delta,
.h--margin-06 .epsilon,
.h--margin-06 .zeta,
.h--margin-06 h1,
.h--margin-06 h2,
.h--margin-06 h3,
.h--margin-06 h4,
.h--margin-06 h5,
.h--margin-06 h6 {
  margin-bottom: 0.6rem;
}

.h--margin-07 .alfa,
.h--margin-07 .beta,
.h--margin-07 .gamma,
.h--margin-07 .delta,
.h--margin-07 .epsilon,
.h--margin-07 .zeta,
.h--margin-07 h1,
.h--margin-07 h2,
.h--margin-07 h3,
.h--margin-07 h4,
.h--margin-07 h5,
.h--margin-07 h6 {
  margin-bottom: 0.7rem;
}

.h--margin-08 .alfa,
.h--margin-08 .beta,
.h--margin-08 .gamma,
.h--margin-08 .delta,
.h--margin-08 .epsilon,
.h--margin-08 .zeta,
.h--margin-08 h1,
.h--margin-08 h2,
.h--margin-08 h3,
.h--margin-08 h4,
.h--margin-08 h5,
.h--margin-08 h6 {
  margin-bottom: 0.8rem;
}

.h--margin-09 .alfa,
.h--margin-09 .beta,
.h--margin-09 .gamma,
.h--margin-09 .delta,
.h--margin-09 .epsilon,
.h--margin-09 .zeta,
.h--margin-09 h1,
.h--margin-09 h2,
.h--margin-09 h3,
.h--margin-09 h4,
.h--margin-09 h5,
.h--margin-09 h6 {
  margin-bottom: 0.9rem;
}

.h--margin-1 .alfa,
.h--margin-1 .beta,
.h--margin-1 .gamma,
.h--margin-1 .delta,
.h--margin-1 .epsilon,
.h--margin-1 .zeta,
.h--margin-1 h1,
.h--margin-1 h2,
.h--margin-1 h3,
.h--margin-1 h4,
.h--margin-1 h5,
.h--margin-1 h6 {
  margin-bottom: 1rem;
}

.h--margin-1-2 .alfa,
.h--margin-1-2 .beta,
.h--margin-1-2 .gamma,
.h--margin-1-2 .delta,
.h--margin-1-2 .epsilon,
.h--margin-1-2 .zeta,
.h--margin-1-2 h1,
.h--margin-1-2 h2,
.h--margin-1-2 h3,
.h--margin-1-2 h4,
.h--margin-1-2 h5,
.h--margin-1-2 h6 {
  margin-bottom: 1.2rem;
}

.h--margin-1-5 .alfa,
.h--margin-1-5 .beta,
.h--margin-1-5 .gamma,
.h--margin-1-5 .delta,
.h--margin-1-5 .epsilon,
.h--margin-1-5 .zeta,
.h--margin-1-5 h1,
.h--margin-1-5 h2,
.h--margin-1-5 h3,
.h--margin-1-5 h4,
.h--margin-1-5 h5,
.h--margin-1-5 h6 {
  margin-bottom: 1.5rem;
}

.h--margin-2 .alfa,
.h--margin-2 .beta,
.h--margin-2 .gamma,
.h--margin-2 .delta,
.h--margin-2 .epsilon,
.h--margin-2 .zeta,
.h--margin-2 h1,
.h--margin-2 h2,
.h--margin-2 h3,
.h--margin-2 h4,
.h--margin-2 h5,
.h--margin-2 h6 {
  margin-bottom: 2rem;
}

.h--margin-2-5 .alfa,
.h--margin-2-5 .beta,
.h--margin-2-5 .gamma,
.h--margin-2-5 .delta,
.h--margin-2-5 .epsilon,
.h--margin-2-5 .zeta,
.h--margin-2-5 h1,
.h--margin-2-5 h2,
.h--margin-2-5 h3,
.h--margin-2-5 h4,
.h--margin-2-5 h5,
.h--margin-2-5 h6 {
  margin-bottom: 2.5rem;
}

.h--margin-3 .alfa,
.h--margin-3 .beta,
.h--margin-3 .gamma,
.h--margin-3 .delta,
.h--margin-3 .epsilon,
.h--margin-3 .zeta,
.h--margin-3 h1,
.h--margin-3 h2,
.h--margin-3 h3,
.h--margin-3 h4,
.h--margin-3 h5,
.h--margin-3 h6 {
  margin-bottom: 3rem;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  outline: none;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

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

.a-hover:hover, .a-hover:focus {
  text-decoration: underline;
}

.a-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0.6rem 0;
}

.a-link:hover .a-link__icon {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.a-link--right:hover .a-link__icon {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.a-link__xsmall {
  padding: 0.25rem 0;
}

.a-link--spacing-012 {
  letter-spacing: 0.12em;
}

.a-link__text {
  color: #24eaa4;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}

.a-link__primary-600 {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 600;
}

.a-link__secondary-700 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
}

.a-link__text--black {
  color: #24eaa4;
}

.a-link__text--white {
  color: #ffffff;
}

.a-link__text--blue {
  color: #4347e3;
}

.a-link__text--dark-violet-300 {
  color: #8688ab;
}

.a-link__text--size-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.a-link__text--size-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.a-link__text--size-16 {
  font-size: 16px;
  font-size: 1rem;
}

.a-link__text--size-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.a-link__icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  -o-transition: transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.a-link__icon.icon--size-14 {
  position: relative;
  top: 0;
}

.a-link--hover-green:hover .a-link__icon svg {
  fill: #24eaa4;
}

.a-link--hover-green:hover .a-link__text {
  color: #24eaa4;
}

.a-link--hover-no-underline:hover .a-link__text {
  text-decoration: none;
}

.a-link--hover-violet:hover .a-link__icon svg {
  fill: #696ce9;
}

.a-link--hover-violet:hover .a-link__text {
  color: #696ce9;
}

.a-link--hover-underline {
  position: relative;
}

.a-link--hover-underline:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: width 250ms ease-out;
  -o-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
  background-color: currentColor;
}

.a-link--hover-underline:hover:after {
  width: 100%;
}

.a-link--hover-block .a-link--hover-underline {
  position: relative;
}

.a-link--hover-block .a-link--hover-underline:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: width 250ms ease-out;
  -o-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
  background-color: currentColor;
}

.a-link--hover-block:hover .a-link--hover-underline:after {
  width: 100%;
}

p {
  display: block;
  margin-top: 0;
  margin-bottom: 2rem;
  color: #2b2e5d;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem;
}

p a {
  color: currentColor;
}

p + p {
  margin-bottom: 0 !important;
}

.p--size-12 p {
  font-size: 12px;
  font-size: 0.75rem;
}

.p--size-14 p {
  font-size: 14px;
  font-size: 0.875rem;
}

.p--size-18 p {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .p--size-18 p {
    line-height: 1.8;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p--size-24 p {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .p--size-24 p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .p--size-xs-18 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p--line-1 p {
  line-height: 1;
}

.p--line-1-2 p {
  line-height: 1.2;
}

.p--line-1-4 p {
  line-height: 1.4;
}

.p--line-1-5 p {
  line-height: 1.5;
}

.p--line-1-6 p {
  line-height: 1.6;
}

.p--line-1-8 p {
  line-height: 1.8;
}

.p--line-2 p {
  line-height: 2;
}

.p--margin-0 p {
  margin-bottom: 0;
}

.p--margin-01 p {
  margin-bottom: 0.1rem;
}

.p--margin-02 p {
  margin-bottom: 0.2rem;
}

.p--margin-03 p {
  margin-bottom: 0.3rem;
}

.p--margin-04 p {
  margin-bottom: 0.4rem;
}

.p--margin-05 p {
  margin-bottom: 0.5rem;
}

.p--margin-06 p {
  margin-bottom: 0.6rem;
}

.p--margin-07 p {
  margin-bottom: 0.7rem;
}

.p--margin-08 p {
  margin-bottom: 0.8rem;
}

.p--margin-09 p {
  margin-bottom: 0.9rem;
}

.p--margin-1 p {
  margin-bottom: 1rem;
}

.p--margin-1-2 p {
  margin-bottom: 1.2rem;
}

.p--margin-1-5 p {
  margin-bottom: 1.5rem;
}

.p--margin-2 p {
  margin-bottom: 2rem;
}

.p--margin-2-5 p {
  margin-bottom: 2.5rem;
}

.p--spacing-12 {
  letter-spacing: 0.12em;
}

.p--secondary-700 p {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
}

.p--secondary-700 p a {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
}

.p--secondary-700 p a:hover {
  text-decoration: underline;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list-style,
ol.list-style {
  margin-bottom: 2rem;
}

ul.list-style li,
ol.list-style li {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 30px;
  color: #000000;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

ul.list-style li:last-child,
ol.list-style li:last-child {
  margin-bottom: 0;
}

ul.list-style a,
ol.list-style a {
  text-decoration: underline;
}

ul.list-style a:focus, ul.list-style a:hover,
ol.list-style a:focus,
ol.list-style a:hover {
  text-decoration: underline;
}

ul.list-style li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 3px;
  display: block;
  width: 6px;
  height: 6px;
  color: #000000;
  border-radius: 100%;
  background-color: #000000;
}

ul.list-style--check li:before {
  top: 2px;
  left: -1px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/check.svg");
}

ul.list-style--bold li {
  font-weight: 500;
}

ol.list-style {
  list-style-position: inside;
  counter-reset: item;
}

ol.list-style li:before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #000000;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

.swiper-arrow-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100px;
  margin-left: auto;
}

.swiper-arrow {
  outline: none;
  margin-left: 10px;
}

.swiper-arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.swiper-arrow-next {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.swiper-arrow-prev {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.swiper-arrow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}

@media (min-width: 576px) {
  .swiper-arrow-content {
    height: 50px;
    width: 50px;
  }
}

.swiper-arrow-content:focus, .swiper-arrow-content:hover {
  background: #363a74;
}

.swiper-arrow-content:focus svg, .swiper-arrow-content:hover svg {
  fill: #ffffff;
}

.swiper-arrow-content svg {
  fill: #b6b8cd;
  font-size: 16px;
  font-size: 1rem;
}

.swiper-pagination {
  position: relative;
  width: 100%;
  text-align: left;
}

.swiper-pagination-bullet {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  width: 12px;
  border-radius: 0;
  opacity: 1;
  background: transparent;
}

.swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #dfe0e9;
  border-radius: 100%;
}

.swiper-pagination-bullet-active {
  width: 12px;
  margin: 0 3px;
}

.swiper-pagination-bullet-active:after {
  width: 12px;
  background-color: #24eaa4;
  border-radius: 30px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

@media (max-width: 766px) {
  .dataTables_wrapper {
    margin: 0 -8px;
  }
}

.dataTables_wrapper .bottom {
  margin-top: 2rem;
}

@media (max-width: 766px) {
  .dataTables_wrapper .bottom {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.dataTables_wrapper .dataTables_length {
  margin-top: 0.5rem;
}

.dataTables_wrapper .dataTables_length .select2-container {
  text-align: left;
}

@media (max-width: 766px) {
  .dataTables_wrapper .dataTables_length {
    width: 100%;
    text-align: right;
  }
}

@media (max-width: 575px) {
  .dataTables_wrapper .dataTables_length {
    text-align: right;
  }
}

.dataTables_wrapper .dataTables_length label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #20226d;
  font-weight: 400;
}

.dataTables_wrapper .dataTables_length select {
  margin-left: 10px;
  background: #ffffff;
  border: 1px solid #e3eaec;
  min-width: 100px;
  -webkit-appearance: value;
  -moz-appearance: value;
  -ms-appearance: value;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 40px;
  padding: 5px 10px;
  background-image: url("../images/icons/chevron-down.svg");
  background-position: top 15px right 10px;
  background-size: 14px 7px;
  background-repeat: no-repeat;
}

@media (max-width: 766px) {
  .dataTables_wrapper .dataTables_paginate {
    text-align: center;
    width: 100%;
    margin-top: 1.5rem;
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e3eaec;
  min-width: auto;
  margin-left: 5px;
  font-weight: 600;
  color: #7e979d !important;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 14px;
  font-size: 0.875rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #20226d !important;
  border: 1px solid #20226d !important;
  background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover.next:after {
  background-image: url("../images/icons/arrow-right.svg");
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover.previous:after {
  background-image: url("../images/icons/arrow-left.svg");
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #20226d !important;
  border: 1px solid #20226d !important;
  background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  position: relative;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  color: #7e979d !important;
  border: 1px solid #e3eaec;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:after, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:after {
  background-image: url("../images/icons/arrow-right.svg");
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:after {
  background-image: url("../images/icons/arrow-left.svg");
}

.form-select--small .select2-container.select2-container--disabled .select2-selection--single,
.form-select--small .select2-container.select2-container--disabled .select2-selection--multiple {
  background: #f4f7f7;
}

.form-select--small .select2-container .select2-selection--single,
.form-select--small .select2-container .select2-selection--multiple {
  width: 100%;
  height: 40px;
  padding: 0 25px 1px 10px;
  padding-bottom: 1px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  border: 0;
  outline: none !important;
  border-radius: 8px;
  border: 1px solid #dfe0e9;
}

.form-select--small .select2-container .select2-selection--single .select2-selection__rendered,
.form-select--small .select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 38px;
}

.form-select--small .select2-container .select2-selection--single .select2-selection__arrow,
.form-select--small .select2-container .select2-selection--multiple .select2-selection__arrow {
  height: 40px;
  line-height: 40px;
  width: 35px;
}

.form-select--white .select2-container.select2-container--disabled .select2-selection--single,
.form-select--white .select2-container.select2-container--disabled .select2-selection--multiple {
  background: #ffffff;
}

.form-select--white .select2-container .select2-selection--single,
.form-select--white .select2-container .select2-selection--multiple {
  background: #ffffff;
  padding-left: 16px;
}

.form-select--white .select2-container .select2-selection--single .select2-selection__rendered,
.form-select--white .select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 38px;
}

.form-select--white .select2-container .select2-selection--single .select2-selection__arrow,
.form-select--white .select2-container .select2-selection--multiple .select2-selection__arrow {
  height: 40px;
  line-height: 40px;
  width: 35px;
}

.select2-container {
  z-index: 9;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after,
.select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow:after,
.select2-container .select2-container--focus .select2-selection--single .select2-selection__arrow:after,
.select2-container .select2-container--focus .select2-selection--multiple .select2-selection__arrow:after {
  background-image: url("../images/icons/chevron-up.svg");
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}

.select2-container .select2-search--inline {
  display: block;
  width: 100%;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  width: 100%;
  height: 50px;
  padding: 0 35px 1px 15px;
  padding-bottom: 1px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  border-radius: 8px;
  border: 1px solid #dfe0e9;
  color: #181a52;
  border: 0;
  outline: none !important;
  background-color: #e3eaec;
  font-size: 16px;
  font-size: 1rem;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  line-height: 50px;
  color: #181a52;
}

.select2-container .select2-selection--single .select2-selection__placeholder,
.select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #b6b8cd;
}

.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--multiple .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.select2-container .select2-selection--single .select2-selection__arrow:after,
.select2-container .select2-selection--multiple .select2-selection__arrow:after {
  content: '' !important;
  width: 14px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down.svg");
}

.select2-container .select2-selection--single .select2-selection__arrow b,
.select2-container .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-container--focus .select2-selection--single .select2-selection__arrow:after,
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: '\e91a';
}

.select2-dropdown {
  border: 1px solid #e3eaec;
  border-radius: 0;
  background-color: white;
}

.select2-dropdown .select2-results__options--nested .select2-results__option {
  padding: 0 25px;
}

.select2-dropdown .select2-results__options {
  max-height: 220px !important;
}

.select2-dropdown .select2-results__options .select2-results__option[aria-selected='true'] {
  color: #000000;
  background-color: #fafafc;
}

.select2-dropdown .select2-results__options .select2-results__option {
  padding: 10px 16px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #b6b8cd;
  font-size: 14px;
  font-size: 0.875rem;
}

.select2-dropdown .select2-results__options .text-option .status {
  float: left;
  margin-right: 15px;
}

.select2-dropdown .select2-results__options .text-option .text {
  display: block;
  overflow: hidden;
  height: 100%;
}

.select2-dropdown .select2-results__options .select2-results__option--highlighted {
  color: #000000;
  background-color: #fafafc;
}

.select-medium-dropdown.select2-dropdown .select2-results__options .select2-results__option {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 700;
  padding: 18px 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

.link-animation {
  position: relative;
  overflow: hidden;
}

.link-animation:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
  background-color: currentColor;
}

.link-animation.animate-out:after {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  -o-transition: transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1), -webkit-transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.link-animation.animate-out:after {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  -o-transition: transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1), -webkit-transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.link-animation:hover:after {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  -o-transition: transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1), -webkit-transform 0.6s cubic-bezier(0.5, 0.7, 0.4, 1);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* Content */
section {
  position: relative;
  padding: 3rem 0.5rem 3rem;
  background-color: white;
}

@media (min-width: 767px) {
  section {
    padding: 3rem 0 3rem;
  }
}

.padding-style-0-05 {
  padding: 0 0.5rem 0;
}

@media (min-width: 767px) {
  .padding-style-0-05 {
    padding: 0;
  }
}

.padding-style-1 {
  padding: 1rem 0.5rem 1rem;
}

@media (min-width: 767px) {
  .padding-style-1 {
    padding: 1rem 0 1rem;
  }
}

.padding-style-1-3 {
  padding: 4rem 0.5rem 4rem;
}

@media (min-width: 767px) {
  .padding-style-1-3 {
    padding: 4rem 0 4rem;
  }
}

@media (min-width: 992px) {
  .padding-style-1-3 {
    padding: 1rem 0 4rem;
  }
}

.padding-style-2 {
  padding: 2rem 0.5rem 2rem;
}

@media (min-width: 767px) {
  .padding-style-2 {
    padding: 2rem 0 2rem;
  }
}

.padding-style-3 {
  padding: 2rem 0.5rem 2rem;
}

@media (min-width: 767px) {
  .padding-style-3 {
    padding: 3rem 0 3rem;
  }
}

.padding-style-3-12 {
  padding: 0 0.5rem 4rem;
}

@media (min-width: 767px) {
  .padding-style-3-12 {
    padding: 0 0 8rem;
  }
}

.padding-style-4 {
  padding: 3rem 0.5rem 3rem;
}

@media (min-width: 767px) {
  .padding-style-4 {
    padding: 4rem 0 4rem;
  }
}

.padding-style-5 {
  padding: 3rem 0.5rem 3rem;
}

@media (min-width: 767px) {
  .padding-style-5 {
    padding: 5rem 0 5rem;
  }
}

.padding-style-5-6 {
  padding: 2rem 0.5rem 3rem;
}

@media (min-width: 767px) {
  .padding-style-5-6 {
    padding: 5rem 0 6rem;
  }
}

.padding-style-6 {
  padding: 4rem 0.5rem 4rem;
}

@media (min-width: 767px) {
  .padding-style-6 {
    padding: 6rem 0 6rem;
  }
}

.padding-style-6-ext {
  padding: 3rem 0.5rem 3rem;
}

@media (min-width: 767px) {
  .padding-style-6-ext {
    padding: 6rem 0 6rem;
  }
}

.padding-style-6-12 {
  padding: 4rem 0.5rem 4rem;
}

@media (min-width: 767px) {
  .padding-style-6-12 {
    padding: 6rem 0 6rem;
  }
}

@media (min-width: 992px) {
  .padding-style-6-12 {
    padding: 6rem 0 13rem;
  }
}

.padding-style-6-3 {
  padding: 3rem 0.5rem 3rem;
}

@media (min-width: 767px) {
  .padding-style-6-3 {
    padding: 6rem 0 3rem;
  }
}

.padding-style-6-8 {
  padding: 3rem 0.5rem 8rem;
}

@media (min-width: 767px) {
  .padding-style-6-8 {
    padding: 6rem 0 8rem;
  }
}

.padding-style-7 {
  padding: 5rem 0.5rem 5rem;
}

@media (min-width: 767px) {
  .padding-style-7 {
    padding: 7rem 0 7rem;
  }
}

.padding-style-7-ext {
  padding: 5rem 0.5rem 3rem;
}

@media (min-width: 767px) {
  .padding-style-7-ext {
    padding: 7rem 0 5rem;
  }
}

.padding-style-7-ext-1 {
  padding: 5rem 0.5rem 0;
}

@media (min-width: 767px) {
  .padding-style-7-ext-1 {
    padding: 7rem 0 5rem;
  }
}

.padding-content-1 {
  padding: 1rem 1rem;
}

.padding-content-2 {
  padding: 2rem 2rem;
}

.padding-content-3 {
  padding: 3rem 3rem;
}

.padding-content-4 {
  padding: 4rem 4rem;
}

.padding-content-5 {
  padding: 5rem 5rem;
}

.padding-content-5-0 {
  padding: 3rem 0 2rem;
}

@media (min-width: 992px) {
  .padding-content-5-0 {
    padding: 5rem 0;
  }
}

.padding-content-6-0 {
  padding: 3rem 0 2rem;
}

@media (min-width: 992px) {
  .padding-content-6-0 {
    padding: 6rem 0;
  }
}

@media (min-width: 767px) {
  .padding-content-2 {
    padding: 2rem 2rem;
  }
}

.content-width-200 {
  max-width: 200px;
}

.content-width-300 {
  max-width: 300px;
}

.content-width-400 {
  max-width: 400px;
}

.content-width-500 {
  max-width: 500px;
}

.content-width-600 {
  max-width: 600px;
}

.content-width-650 {
  max-width: 650px;
}

.page-index main {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .page-index main {
    padding-top: 135px;
  }
}

@media (min-width: 992px) {
  .page-intro main {
    padding-top: 0;
  }
}

main {
  position: relative;
  display: block;
  padding-top: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media (min-width: 992px) {
  main {
    padding-top: 135px;
  }
}

.container-full {
  margin: 0 auto;
}

.container-small,
.container-normal,
.container-large {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

.container-small {
  width: 100%;
}

@media (min-width: 767px) {
  .container-small {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .container-small {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .container-small {
    width: 800px;
  }
}

@media (min-width: 1440px) {
  .container-small {
    width: 800px;
  }
}

.container-normal {
  width: 100%;
}

@media (min-width: 767px) {
  .container-normal {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .container-normal {
    width: 920px;
  }
}

@media (min-width: 1200px) {
  .container-normal {
    width: 920px;
  }
}

@media (min-width: 1440px) {
  .container-normal {
    width: 920px;
  }
}

.container-large {
  width: 100%;
}

@media (min-width: 767px) {
  .container-large {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .container-large {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .container-large {
    width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container-large {
    width: 1230px;
  }
}

/* Footer */
.footer {
  position: relative;
  z-index: 2;
  padding: 3rem 0.5rem 3rem;
  background-color: #1a1c37;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 767px) {
  .footer {
    padding: 4.5rem 0 4.5rem;
  }
}

.footer-list__item {
  display: block;
  margin-bottom: 3px;
}

.footer-list__link {
  padding: 0.15rem 0;
  display: inline-block;
  line-height: 1.4;
  font-family: "Space Grotesk", Arial, sans-serif;
  color: #b6b8cd;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .footer-list__link {
    font-size: 16px;
    font-size: 1rem;
  }
}

.footer-list__link:hover {
  color: #ffffff;
}

.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 577px) and (max-width: 767px) {
  .footer-left-panel {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer-left-panel {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .footer-middle-panel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer-middle-panel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 3rem;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .footer-right-panel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer-right-panel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* Header */
.header__navigation .header__hamburger {
  display: none;
}

@media (max-width: 991px) {
  .header__navigation .container-normal,
  .header__navigation .container-large {
    width: 100%;
  }
  .header__navigation .main-nav {
    position: fixed;
    z-index: 98;
    top: 60px;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0 15px 70px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #21232e;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header__navigation .header__hamburger {
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
  }
  .header__navigation .header__hamburger-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 30px;
    height: 3px;
    -webkit-transition-duration: 250ms;
         -o-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: background-color, transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #ffffff;
    font-weight: 300;
  }
  .header__navigation .header__hamburger-icon:before, .header__navigation .header__hamburger-icon:after {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    -webkit-transition-duration: 250ms;
         -o-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    -o-transition-property: margin, transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    background: #ffffff;
  }
  .header__navigation .header__hamburger-icon:before {
    margin-top: -10px;
  }
  .header__navigation .header__hamburger-icon:after {
    margin-top: 10px;
  }
  .header__navigation.is-collapse .main-nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    -o-transition: transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
  }
  .header__navigation.is-collapse .header__hamburger-icon {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: rgba(0, 0, 0, 0);
  }
  .header__navigation.is-collapse .header__hamburger-icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__navigation.is-collapse .header__hamburger-icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.header__navigation {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  background: #21232e;
  -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
          box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
}

@media (min-width: 992px) {
  .header__navigation {
    background-color: transparent;
    padding: 0 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.header__navigation.is-scrolling {
  background: #21232e;
}

@media (min-width: 992px) {
  .header__navigation.is-scrolling .header__logo {
    padding: 20px 0 20px;
  }
}

@media (min-width: 992px) {
  .header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 991px) {
  .header--intro .header__navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header--intro .header__navigation .main-nav {
    position: static;
    top: auto;
    overflow: visible;
    background-color: transparent;
    padding: 0;
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header--intro .header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header--intro .header__logo {
    float: left;
  }
  .header--intro .main-btn-group {
    margin-top: 0;
  }
  .header--intro .header__link {
    padding: 12px 15px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 99;
  padding: 16px 0 16px;
  text-align: center;
  -webkit-transition: padding 350ms ease;
  -o-transition: padding 350ms ease;
  transition: padding 350ms ease;
}

@media (min-width: 992px) {
  .header__logo {
    width: 160px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    float: left;
    padding: 50px 0 50px;
  }
}

.header__logo-link {
  display: inline-block;
  vertical-align: middle;
}

.header__logo-image {
  margin: 0 auto;
  -webkit-transition: width 350ms ease;
  -o-transition: width 350ms ease;
  transition: width 350ms ease;
}

@media (max-width: 991px) {
  .header__logo-image {
    width: 126px;
  }
}

@media (max-width: 991px) {
  .main-nav {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .main-nav {
    width: calc(100% - 160px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 160px);
            flex: 0 0 calc(100% - 160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

@media (min-width: 992px) {
  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-right: 200px;
  }
}

@media (min-width: 992px) {
  .main-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 991px) {
  .main-nav__item {
    display: block;
    margin-bottom: 5px;
  }
}

.main-nav__item:focus .main-nav__link, .main-nav__item:hover .main-nav__link, .main-nav__item.is-active .main-nav__link {
  color: #ffffff;
}

.main-nav__item:focus .main-nav__link:after, .main-nav__item:hover .main-nav__link:after, .main-nav__item.is-active .main-nav__link:after {
  opacity: 1;
}

.main-nav__link {
  position: relative;
  display: inline-block;
  padding: 14px 20px;
  text-decoration: none;
  color: #b6b8cd;
  line-height: 1.2;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.main-nav__link:after {
  content: '';
  display: block;
  width: 58px;
  height: 5px;
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  background-image: url("../images/header-active-line.svg");
}

@media (min-width: 992px) {
  .main-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 14px 12px;
  }
}

@media (min-width: 1200px) {
  .main-nav__link {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 15px;
  }
}

@media (min-width: 1440px) {
  .main-nav__link {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 14px 20px;
  }
}

@media (min-width: 992px) {
  .header--logged .main-btn-group {
    margin-left: 3rem;
  }
}

@media (min-width: 1200px) {
  .header--logged .main-btn-group {
    margin-left: 6rem;
  }
}

@media (min-width: 1440px) {
  .header--logged .main-btn-group {
    margin-left: 6rem;
  }
}

@media (min-width: 1600px) {
  .header--logged .main-btn-group {
    margin-left: 6rem;
  }
}

.main-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .main-btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  .main-btn-group {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .main-btn-group {
    margin-left: 3rem;
  }
}

@media (min-width: 1440px) {
  .main-btn-group {
    margin-left: 4rem;
  }
}

@media (min-width: 1600px) {
  .main-btn-group {
    margin-left: 5rem;
  }
}

.header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  letter-spacing: 0.12em;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

.header__link--btn {
  background-color: #363a74;
}

.header__link--btn:hover {
  background-color: #464b97;
}

@media (max-width: 991px) {
  .dropdown.dropdown--header {
    position: absolute;
    top: 8px;
    right: 50px;
    z-index: 9;
  }
}

.dropdown.dropdown--header .dropdown__trigger {
  padding-right: 1.25rem;
}

@media (min-width: 992px) {
  .dropdown.dropdown--header .dropdown__trigger {
    margin-right: 1.25rem;
  }
}

.dropdown.dropdown--header .dropdown__header-icon {
  position: relative;
  cursor: pointer;
  background: #363a74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  border: 2px solid #24eaa4;
  border-radius: 100%;
}

.dropdown.dropdown--header .dropdown__header-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -18px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}

.dropdown.dropdown--header .dropdown__content {
  min-width: 200px;
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
  right: 0;
  left: auto;
}

@media (min-width: 992px) {
  .dropdown.dropdown--header .dropdown__content {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.dropdown.dropdown--header .dropdown__bg {
  border: 2px solid #dfe0e9;
}

.dropdown.dropdown--header .dropdown__link {
  font-weight: 700;
  min-height: 55px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #8688ab;
}

/* Modal block */
.modal__overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
}

.modal__overlay.is-active {
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

.modal__overlay--glass-effect {
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.modal {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: auto;
  height: 0;
  padding: 3rem 0 2rem;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

@media (min-width: 767px) {
  .modal {
    padding: 6rem 0 4rem;
  }
}

.modal.is-active {
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.modal.is-active .modal__box {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal.modal__hidden .modal__close,
.modal.modal__hidden .modal__scroll {
  display: none;
}

.modal__scroll {
  margin: auto 1rem;
}

@media (max-width: 575px) {
  .modal--large .modal__scroll {
    margin: auto 0;
  }
}

.modal--large .modal__box {
  width: calc(100vw - 20px);
}

@media (min-width: 370px) {
  .modal--large .modal__box {
    width: calc(100vw - 20px);
  }
}

@media (min-width: 576px) {
  .modal--large .modal__box {
    width: calc(100vw - 25px);
  }
}

@media (min-width: 767px) {
  .modal--large .modal__box {
    width: 600px;
  }
}

@media (min-width: 992px) {
  .modal--large .modal__box {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal--large .modal__box {
    width: 1120px;
  }
}

@media (min-width: 1440px) {
  .modal--large .modal__box {
    width: 1260px;
  }
}

.modal--large .modal__body {
  padding: 3.5rem 1rem 1rem;
}

@media (max-width: 575px) {
  .modal--large .modal__body {
    padding: 3.5rem 0.5rem 1rem;
  }
}

.modal__box {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .modal__box {
    width: 800px;
  }
}

.modal__close {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal__close svg {
  fill: #5e6190;
  font-size: 32px;
  font-size: 2rem;
}

.modal__close:focus svg, .modal__close:hover svg {
  fill: #4347e3;
}

.modal__body {
  background: #ffffff;
  border: 2px solid #dfe0e9;
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 3.75rem 1.2rem 3.75rem;
}

@media (min-width: 767px) {
  .modal__body {
    padding: 6.25rem 2rem 6.25rem;
  }
}

.modal-box__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 1.875rem;
  background-color: #efeff4;
}

@media (min-width: 767px) {
  .modal-box__icon {
    width: 100px;
    height: 100px;
  }
}

.modal-box__icon svg {
  fill: #13152a;
  font-size: 32px;
  font-size: 2rem;
}

@media (min-width: 767px) {
  .modal-box__icon svg {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.nomics-ticker-widget-embedded.nomics-ticker-widget-size-responsive {
  max-width: 100% !important;
}

@media (max-width: 575px) {
  .payment-today {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* Accordion block */
.accordion__item {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #dfe0e9;
}

.accordion__item:last-child {
  border-bottom: 0;
}

.accordion__item.is-active > .accordion__trigger {
  -webkit-transition: none 400ms "ease-out";
  -o-transition: none 400ms "ease-out";
  transition: none 400ms "ease-out";
}

.accordion__item.is-active > .accordion__trigger:after {
  background-image: url("../images/icons/chevron-up.svg");
}

.accordion__item.is-active > .accordion__content {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 0 2rem 0 0;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.accordion__item--white {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #efeff4;
  border-bottom: 0;
}

.accordion__item--white:last-child {
  border: 1px solid #efeff4;
}

.accordion__item--white .accordion__trigger {
  border-bottom: 1px solid transparent;
  padding-left: 1.2rem;
  padding-right: 45px;
}

@media (min-width: 767px) {
  .accordion__item--white .accordion__trigger {
    padding-left: 2rem;
    padding-right: 65px;
  }
}

.accordion__item--white .accordion__trigger:after {
  right: 1rem;
}

@media (min-width: 767px) {
  .accordion__item--white .accordion__trigger:after {
    right: 2rem;
  }
}

.accordion__item--white.is-active > .accordion__trigger {
  border-bottom: 1px solid #efeff4;
}

.accordion__item--white.is-active > .accordion__content {
  padding: 1.5rem 2rem 1.5rem 1.2rem;
}

@media (min-width: 767px) {
  .accordion__item--white.is-active > .accordion__content {
    padding: 2rem 2rem 2rem 2rem;
  }
}

.accordion__trigger {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 1.5rem 2rem 1.5rem 0;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  color: #000000;
  -webkit-transition: none 400ms "ease-out";
  -o-transition: none 400ms "ease-out";
  transition: none 400ms "ease-out";
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 767px) {
  .accordion__trigger {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.accordion__trigger:after {
  content: '' !important;
  width: 20px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down.svg");
}

.accordion__content {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  border-top: 0;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

@media (min-width: 767px) {
  .accordion--sm {
    display: none;
  }
}

/* Tabs block */
.tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs-list--filter {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 70px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 766px) {
  .tabs-list--filter {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0 -23px;
  }
}

@media (min-width: 576px) {
  .tabs-list--filter {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 85px;
  }
}

.tabs-list--3 .tab-list__item {
  width: 33.33%;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

.tab-list__item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  text-align: center;
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 15px;
  -webkit-transition: color 400ms cubic-bezier(0.5, 0.7, 0.4, 1);
  -o-transition: color 400ms cubic-bezier(0.5, 0.7, 0.4, 1);
  transition: color 400ms cubic-bezier(0.5, 0.7, 0.4, 1);
  margin-right: 5px;
}

@media (min-width: 767px) {
  .tab-list__item {
    padding: 0 20px;
    margin-right: 12px;
  }
  .tab-list__item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .tab-list__item {
    padding: 0 25px;
    margin-right: 15px;
  }
}

@media (min-width: 1600px) {
  .tab-list__item {
    padding: 0 35px;
    margin-right: 25px;
  }
}

@media (max-width: 766px) {
  .tab-list__item:after {
    display: none;
  }
}

@media (min-width: 767px) {
  .tab-list__item:after {
    content: '';
    left: 0;
    position: absolute;
    display: block;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    bottom: 0;
    width: 100%;
    height: 8px;
    background-color: #24eaa4;
    -webkit-box-shadow: 4.56516px 6.84773px 75.3251px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1);
            box-shadow: 4.56516px 6.84773px 75.3251px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1);
  }
}

@media (max-width: 766px) {
  .tab-list__item.is-active .tab-list__text, .tab-list__item:hover .tab-list__text {
    color: #24eaa4;
  }
}

.tab-list__item.mixitup-control-active:after, .tab-list__item.is-active:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.tab-list__text {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #20226d;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .tab-list__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.tabs-content {
  clear: both;
}

.tab-content__item {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-out;
  -o-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}

.tab-content__item.is-active {
  visibility: visible;
  overflow: visible;
  height: auto;
  opacity: 1;
}

@media (min-width: 767px) {
  .tab-content-item--sm {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-out;
    -o-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
  }
  .tab-content-item--sm.is-active {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .tab-content-item--md {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-out;
    -o-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
  }
  .tab-content-item--md.is-active {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .tab-content-item--lg {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-out;
    -o-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
  }
  .tab-content-item--lg.is-active {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1;
  }
}

/* Blog block */
.article__item {
  margin-bottom: 1.25rem;
}

.article__item.is--locked .blog__image-block:after {
  opacity: 1;
}

.article__item.is--locked .blog__text-block p {
  position: relative;
}

.article__item.is--locked .blog__text-block p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(14.29%, #ffffff), color-stop(110.23%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #ffffff 14.29%, rgba(255, 255, 255, 0) 110.23%);
  background: linear-gradient(0deg, #ffffff 14.29%, rgba(255, 255, 255, 0) 110.23%);
}

.article__item--small .blog__image-block {
  height: 140px;
}

.article__item--small .blog__text-block {
  padding: 1.0625rem 1.25rem 1.5625rem;
}

.blog__content {
  display: block;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 450ms ease-out;
  transition: -webkit-box-shadow 450ms ease-out;
  -o-transition: box-shadow 450ms ease-out;
  transition: box-shadow 450ms ease-out;
  transition: box-shadow 450ms ease-out, -webkit-box-shadow 450ms ease-out;
}

.blog__content:focus, .blog__content:hover {
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.14);
}

.blog__content:focus img, .blog__content:hover img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.blog__image-block {
  display: block;
  position: relative;
  overflow: hidden;
  height: 230px;
}

.blog__image-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  background: rgba(19, 21, 42, 0.09);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.blog__image-block img {
  z-index: 2;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  -o-transition: transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  will-change: transform;
}

.blog__lock {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  border-radius: 25px;
  width: 75px;
  height: 50px;
  z-index: 4;
  background-color: #24eaa4;
  -webkit-box-shadow: 4.56516px 6.84773px 75.3251px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1);
          box-shadow: 4.56516px 6.84773px 75.3251px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1);
}

.blog__lock svg {
  font-size: 20px;
  font-size: 1.25rem;
  color: #13152a;
}

.blog__text-block {
  padding: 1.25rem 1.25rem 1.875rem;
}

@media (min-width: 576px) {
  .blog__text-block {
    padding: 1.25rem 1.25rem 1.875rem;
  }
}

@media (min-width: 767px) {
  .blog__text-block {
    padding: 1.25rem 2.5rem 1.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .blog__text-block {
    padding: 1.25rem 1.5625rem 1.875rem;
  }
}

.blog__text-block p {
  font-weight: 400;
}

.blog__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.blog__info-block .tag-list {
  margin-top: 0.5rem;
  margin-right: 0.6rem;
}

.blog-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-time--small .blog-time__icon svg {
  font-size: 12px;
  font-size: 0.75rem;
}

.blog-time--small .blog-time__text {
  font-size: 10px;
  font-size: 0.625rem;
}

.blog-time__icon {
  position: relative;
  top: -1px;
  margin-right: 0.35rem;
  width: 12px;
}

.blog-time__icon svg {
  font-size: 12px;
  font-size: 0.75rem;
  fill: #8688ab;
}

.blog-time__text,
.blog__date {
  display: block;
  color: #8688ab;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: 14px;
  font-size: 0.875rem;
}

.blog-date--big {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 767px) {
  .blog-date--big {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-date--500 {
  font-weight: 500;
}

/* Social list */
.social-list--blog .social-list__item {
  margin-bottom: 6px;
}

@media (min-width: 767px) {
  .social-list--blog .social-list__item {
    margin-left: 12px;
  }
  .social-list--blog .social-list__item:first-child {
    margin-left: 0;
  }
}

.social-list--blog .social-list__link:hover .social-list__icon svg.icon-facebook {
  fill: #0067d6;
}

.social-list--blog .social-list__link:hover .social-list__icon svg.icon-twitter {
  fill: #1da1f2;
}

.social-list--blog .social-list__link:hover .social-list__icon svg.icon-linkedin {
  fill: #2867b2;
}

.social-list--blog .social-list__link:hover .social-list__icon svg.icon-link {
  fill: #24eaa4;
}

.social-list--blog .social-list__icon {
  position: relative;
  top: 0;
  width: 25px;
  margin-right: 0;
}

@media (min-width: 576px) {
  .social-list--blog .social-list__icon {
    top: 2px;
  }
}

.social-list--blog .social-list__icon svg {
  fill: #5e6190;
  font-size: 23px;
  font-size: 1.4375rem;
}

.social-list__item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
}

@media (min-width: 767px) {
  .social-list__item {
    margin-left: 16px;
  }
  .social-list__item:first-child {
    margin-left: 0;
  }
}

@media (max-width: 766px) {
  .social-list__item {
    margin-right: 16px;
  }
  .social-list__item:last-child {
    margin-right: 0;
  }
}

.social-list__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  vertical-align: middle;
  padding: 0.15rem 0;
  cursor: pointer;
}

.social-list__link:focus .social-list__text, .social-list__link:hover .social-list__text {
  color: #ffffff;
}

.social-list__icon {
  position: relative;
  top: 0;
  width: 16px;
  margin-right: 8px;
}

@media (min-width: 576px) {
  .social-list__icon {
    top: 2px;
  }
}

.social-list__icon svg {
  fill: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .social-list__icon svg {
    font-size: 16px;
    font-size: 1rem;
  }
}

.social-list__text {
  color: #b6b8cd;
  font-weight: 700;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .social-list__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* Dropdown block */
.dropdown {
  position: relative;
}

@media (min-width: 770px) {
  .dropdown:focus .dropdown__content, .dropdown:hover .dropdown__content {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
}

.dropdown.is-active .dropdown__content {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.dropdown .dropdown__trigger {
  cursor: pointer;
}

.dropdown .dropdown__content {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: 5;
  padding-top: 9px;
}

.dropdown__bg {
  background: #ffffff;
  border: 1px solid #dfe0e9;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 767px) {
  .dropdown--sm {
    display: none;
  }
}

.dropdown__list {
  overflow: auto;
  max-height: 224px;
  background-color: #ffffff;
  text-align: left;
}

@media (min-width: 992px) {
  .dropdown__list {
    max-height: 329px;
    text-align: left;
    margin: 0;
  }
}

.dropdown__item {
  display: block;
  border-bottom: 1px solid #dfe0e9;
}

.dropdown__item:last-child {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .dropdown__item {
    display: block;
  }
}

.dropdown__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1rem;
  min-height: 40px;
  line-height: 1.2;
  font-weight: 300;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  color: #b6b8cd;
}

.dropdown__link strong {
  color: #181a52;
}

@media (max-width: 766px) {
  .dropdown__link .graph__icon {
    width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 30px;
  }
  .dropdown__link .graph__icon svg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 767px) {
  .dropdown__link {
    min-height: 65px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.dropdown__link .graph__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #b6b8cd;
  padding-right: 40px;
}

.dropdown__link .graph__name strong {
  color: #181a52;
}

.dropdown__link .graph__shortcut {
  position: absolute;
  padding-left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.dropdown__link:focus, .dropdown__link:hover {
  background-color: #fafafc;
}

/* Table block */
@media (max-width: 766px) {
  .table-responsives {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    min-height: 0.01%;
    border: 0 !important;
  }
}

.table-group {
  border-top: 1px solid #efeff4;
  border-bottom: 1px solid #efeff4;
  padding: 15px 8px 8px;
}

@media (min-width: 767px) {
  .table-group {
    border: 1px solid #efeff4;
    border-radius: 10px;
    padding: 20px 15px 15px;
  }
}

@media (max-width: 766px) {
  .table-group {
    margin: 0 -23px;
  }
}

.table-group--column {
  border: 0;
  padding: 15px 8px 8px;
}

@media (max-width: 766px) {
  .table-group--column {
    margin: 0 -32px;
  }
}

@media (min-width: 1200px) {
  .table-group--column td {
    padding: 15px 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1440px) {
  .table-group--column td {
    padding: 15px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.table-group--column td:last-child {
  max-width: none;
}

.table-group--column td:first-child {
  min-width: auto;
}

.table-group--column .table__text {
  font-size: 14px;
  font-size: 0.875rem;
}

.table-group--column .tag-list__item {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px 8px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th {
  padding: 15px 10px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  color: #20226d;
}

table th .table__text {
  font-weight: 300;
  color: #20226d;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  table th .table__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

table .tag-list__item {
  margin-bottom: 0;
}

table tbody tr {
  cursor: pointer;
}

table tbody tr:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #efeff4;
}

table tbody tr.is-active, table tbody tr:hover {
  z-index: 2;
  border-color: #efeff4;
}

table tbody tr.is-active:after, table tbody tr:hover:after {
  opacity: 1;
}

table tbody tr.is-active td, table tbody tr:hover td {
  background: #fafafc;
}

table.dataTable {
  border-top: 1px solid #efeff4;
  border-bottom: 1px solid #efeff4;
  padding: 15px 8px 8px;
  border-collapse: collapse;
}

@media (min-width: 767px) {
  table.dataTable {
    border: 1px solid #efeff4;
    border-radius: 10px;
    padding: 20px 15px 15px;
  }
}

table.dataTable.no-footer {
  border-bottom: 1px solid #efeff4;
}

table.dataTable thead th {
  padding: 15px 10px;
  border-bottom: 0;
  line-height: 1.2;
}

table.dataTable tbody tr td {
  padding: 12px 10px;
}

table.dataTable tbody tr td .tag-list__item {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  table.dataTable tbody tr td {
    padding: 15px 10px;
  }
}

@media (max-width: 991px) {
  table.dataTable tbody tr td .tag-list__item {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  table.dataTable tbody tr td:first-child {
    min-width: 180px;
  }
}

table.dataTable tbody tr td:last-child {
  max-width: 120px;
}

table tr {
  border: 1px solid #ffffff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

table td {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #24eaa4;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 12px 10px;
}

@media (min-width: 576px) {
  table td {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px 10px;
  }
}

@media (max-width: 991px) {
  table td .tag-list__item {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  table td:first-child {
    min-width: 180px;
  }
}

table td:last-child {
  max-width: 160px;
}

table .table__text {
  font-weight: 500;
  color: #13152a;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  table .table__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

table .table__text.is--negative {
  color: #ed454a;
}

table .table__text.is--positive {
  color: #158b62;
}

table .table-text--bold {
  font-weight: 600;
}

@media (max-width: 575px) {
  table .table-text--bold {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.table {
  margin-bottom: 50px;
  border: 1px solid #f2f2f2;
}

.table__header {
  background-color: #f7f7f7;
}

.table__row {
  position: relative;
  display: table;
  width: 100%;
}

.table__row--header {
  height: 50px;
}

.table__row--body {
  height: 100px;
}

.table__row--body:nth-child(even) {
  background-color: #f7f7f7;
}

.table__cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.table__cell--header {
  padding: 10px 5px;
}

@media (min-width: 370px) {
  .table__cell--header {
    padding: 10px 10px;
  }
}

@media (min-width: 767px) {
  .table__cell--header {
    padding: 10px 20px;
  }
}

.table__cell--body {
  padding: 10px 5px;
}

@media (min-width: 370px) {
  .table__cell--body {
    padding: 10px 10px;
  }
}

@media (min-width: 767px) {
  .table__cell--body {
    padding: 10px 20px;
  }
}

/* Load more content block */
.load-more.is-last .load-more {
  height: auto;
}

.load-more.is-last .load-more__button {
  display: none;
}

.load-more.is-disabled .load-more__button {
  display: none;
}

.load-more__spinner {
  z-index: 1;
  display: none;
}

.load-more__spinner.is-active {
  display: inline-block;
}

.load-more__button {
  cursor: pointer;
}

.box {
  position: relative;
  background-color: #ffffff;
  padding: 3rem 2rem 3rem;
}

.box--shadow {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.box--radius {
  border-radius: 8px;
}

.box--radius-10 {
  border-radius: 10px;
}

.box--border {
  border: 1px solid #efeff4;
}

.box--gray {
  background: #fafafc;
}

@media (min-width: 767px) {
  .box-h-460 {
    height: 460px;
  }
}

.box--size-2-2 {
  padding: 1.875rem 1.5625rem 1.875rem;
}

@media (min-width: 576px) {
  .box--size-2-2 {
    padding: 2.5rem 2.5rem 2.5rem;
  }
}

.box--size-normal {
  padding: 3rem 1.2rem 3rem;
}

.box--size-big {
  padding: 5rem 1.2rem 5rem;
}

@media (max-width: 991px) {
  .hero-section {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .hero-section {
    padding: 9.375rem 0.5rem 15.625rem;
  }
}

@media (min-width: 992px) {
  .hero-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 400px;
  }
}

@media (max-width: 575px) {
  .hero-image {
    min-width: 115%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.hero-floating {
  -webkit-transform: translatey(0px);
      -ms-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.info-row__item {
  margin-bottom: 4rem;
}

.info-row__item .a-link__icon {
  position: relative;
  top: 0;
}

.info-row__item--row .info-row__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-row__item--row .info-row__icon-block {
  position: relative;
  top: -10px;
  margin-bottom: 1rem;
  margin-right: 1.375rem;
}

.info-row__item--line .info-row__text-block {
  padding-left: 1.875rem;
}

.info-row__line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  border-radius: 3px;
}

.info-row__line.bg-green-500 {
  -webkit-box-shadow: 4.56516px 6.84773px 75.3251px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1);
          box-shadow: 4.56516px 6.84773px 75.3251px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1);
}

.info-row__line.bg-violet-500 {
  -webkit-box-shadow: 4.56516px 6.84773px 75.3251px rgba(36, 80, 234, 0.2), 4.56516px 6.84773px 34.2387px rgba(36, 80, 234, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 80, 234, 0.1);
          box-shadow: 4.56516px 6.84773px 75.3251px rgba(36, 80, 234, 0.2), 4.56516px 6.84773px 34.2387px rgba(36, 80, 234, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 80, 234, 0.1);
}

.info-row__line.bg-blue-500 {
  -webkit-box-shadow: 4.56516px 6.84773px 34.2387px rgba(36, 198, 234, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 163, 234, 0.1);
          box-shadow: 4.56516px 6.84773px 34.2387px rgba(36, 198, 234, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 163, 234, 0.1);
}

.info-row__icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}

.info-row__icon-block.bg-green-500 {
  -webkit-box-shadow: 4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1);
          box-shadow: 4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1);
}

.info-row__icon-block.bg-violet-500 {
  -webkit-box-shadow: 4.56516px 6.84773px 34.2387px rgba(52, 36, 234, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 80, 234, 0.1);
          box-shadow: 4.56516px 6.84773px 34.2387px rgba(52, 36, 234, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 80, 234, 0.1);
}

.info-row__icon-block.bg-blue-500 {
  -webkit-box-shadow: 4.56516px 6.84773px 34.2387px rgba(36, 198, 234, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 163, 234, 0.1);
          box-shadow: 4.56516px 6.84773px 34.2387px rgba(36, 198, 234, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 163, 234, 0.1);
}

.info-row__icon-block svg {
  fill: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
}

.info-row__icon-block--big svg {
  font-size: 30px;
  font-size: 1.875rem;
}

.info-row__text-block p {
  line-height: 1.8;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tag-list--small .tag-list__item {
  min-height: 24px;
  padding: 3px 10px;
  font-size: 10px;
  font-size: 0.625rem;
}

.tag-list__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
  margin-right: 8px;
  min-width: 60px;
  min-height: 32px;
  padding: 3px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 10px;
  color: #363a74;
  font-weight: 600;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background-color: #24eaa4;
}

.tag-list__item--blue {
  color: #ffffff;
  background-color: #4347e3;
}

.tag-list__item--blue-dark {
  color: #ffffff;
  background-color: #363a74;
}

.tag-list__item--green {
  background-color: #24eaa4;
  color: #363a74;
}

.tag-list__item--gray {
  background-color: #8688ab;
  color: #ffffff;
}

.tag-list__item--red {
  background: #ed454a;
  color: #ffffff;
}

.tag-list__item--green-600 {
  background-color: #1dbb83;
  color: #ffffff;
}

.tag-list__item--violet-400 {
  background-color: #696ce9;
  color: #ffffff;
}

.tag-list__item--green-800 {
  background-color: #158b62;
  color: #ffffff;
}

.info-graph-box {
  position: relative;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  margin-bottom: 3.125rem;
  margin-top: -60px;
  padding: 3rem 0 2rem;
}

@media (min-width: 767px) {
  .info-graph-box {
    min-height: 310px;
    margin-top: -90px;
    margin-bottom: 4.6875rem;
  }
}

.info-graph-box--how-to {
  margin-bottom: 3.125rem;
  margin-top: -60px;
  min-height: auto;
  padding: 3rem 0 2rem;
}

@media (min-width: 767px) {
  .info-graph-box--how-to {
    padding: 0;
    min-height: 225px;
    margin-top: -110px;
    margin-bottom: 6.875rem;
  }
}

.info-graph-box--how-to .info-graph-box__content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 575px) {
  .info-graph-box--how-to .info-graph-box__content {
    text-align: center;
  }
}

.info-graph-box--how-to .info-graph-box__left-panel img {
  position: relative;
  height: 100%;
  left: -50px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .info-graph-box--how-to .info-graph-box__left-panel img {
    left: -100px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .info-graph-box--how-to .info-graph-box__left-panel img {
    left: -200px;
  }
}

@media (min-width: 767px) {
  .info-graph-box--how-to .info-graph-box__left-panel {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .info-graph-box--how-to .info-graph-box__left-panel {
    width: 30%;
  }
}

.info-graph-box--how-to .info-graph-box__middle-panel {
  -ms-flex-item-align: center;
      align-self: center;
  z-index: 2;
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .info-graph-box--how-to .info-graph-box__middle-panel {
    margin-bottom: 0;
    width: 50%;
  }
}

@media (min-width: 767px) {
  .info-graph-box--how-to .info-graph-box__middle-panel {
    width: 35%;
  }
}

@media (min-width: 992px) {
  .info-graph-box--how-to .info-graph-box__middle-panel {
    width: 30%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .info-graph-box--how-to .info-graph-box__middle-panel .delta {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .info-graph-box--how-to .info-graph-box__middle-panel .delta {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.info-graph-box--how-to .info-graph-box__right-panel {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}

@media (min-width: 576px) {
  .info-graph-box--how-to .info-graph-box__right-panel {
    width: 50%;
  }
}

@media (min-width: 767px) {
  .info-graph-box--how-to .info-graph-box__right-panel {
    width: 35%;
  }
}

@media (min-width: 992px) {
  .info-graph-box--how-to .info-graph-box__right-panel {
    width: 30%;
  }
}

@media (max-width: 575px) {
  .info-graph-box--how-to .info-graph-box__right-panel .btn {
    padding: 1.2em 1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .info-graph-box--how-to .info-graph-box__right-panel .btn {
    padding: 1.2em 0.6rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .info-graph-box--how-to .info-graph-box__right-panel .btn {
    padding: 1.2em 0.6rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .info-graph-box--how-to .info-graph-box__right-panel .btn {
    padding: 1.2em 1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.info-graph-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .info-graph-box__content {
    width: 90%;
  }
}

.info-graph-box__left-panel {
  z-index: 2;
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .info-graph-box__left-panel {
    margin-bottom: 0;
    width: 60%;
  }
}

.info-graph-box__left-panel .delta {
  max-width: 430px;
}

.info-graph-box__right-panel {
  z-index: 2;
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .info-graph-box__right-panel {
    text-align: right;
    width: 40%;
  }
}

.box-item-outline {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 1.2rem 1.5rem;
}

@media (min-width: 576px) {
  .box-item-outline {
    padding: 1.5rem 2rem;
  }
}

.box-item-outline--green {
  border: 3px solid #24eaa4;
  -webkit-filter: drop-shadow(4.56516px 6.84773px 75.3251px rgba(36, 234, 164, 0.2)) drop-shadow(4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2)) drop-shadow(4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1));
          filter: drop-shadow(4.56516px 6.84773px 75.3251px rgba(36, 234, 164, 0.2)) drop-shadow(4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2)) drop-shadow(4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1));
}

.box-item-outline--purple {
  border: 3px solid #4347e3;
  -webkit-filter: drop-shadow(4.56516px 6.84773px 34.2387px rgba(52, 36, 234, 0.2)) drop-shadow(4.56516px 6.84773px 11.4129px rgba(36, 80, 234, 0.1));
          filter: drop-shadow(4.56516px 6.84773px 34.2387px rgba(52, 36, 234, 0.2)) drop-shadow(4.56516px 6.84773px 11.4129px rgba(36, 80, 234, 0.1));
}

.box-item-outline--blue {
  border: 3px solid #2eb5ff;
  -webkit-filter: drop-shadow(4.56516px 6.84773px 34.2387px rgba(36, 198, 234, 0.2)) drop-shadow(4.56516px 6.84773px 11.4129px rgba(36, 163, 234, 0.1));
          filter: drop-shadow(4.56516px 6.84773px 34.2387px rgba(36, 198, 234, 0.2)) drop-shadow(4.56516px 6.84773px 11.4129px rgba(36, 163, 234, 0.1));
}

.box-item-outline__text {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  color: #ffffff;
}

@media (min-width: 576px) {
  .box-item-outline__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 767px) {
  .box-item-outline--offset {
    margin-top: 3rem;
  }
}

.testimonial__item {
  min-width: 280px;
  width: 280px;
  padding: 35px 0;
}

@media (min-width: 576px) {
  .testimonial__item {
    min-width: 300px;
    width: 300px;
  }
}

@media (min-width: 767px) {
  .testimonial__item {
    min-width: 400px;
    width: 400px;
  }
}

@media (min-width: 992px) {
  .testimonial__item {
    min-width: 495px;
    width: 495px;
    padding: 35px 0;
  }
}

.testimonial__content {
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 1.875rem 1.875rem;
}

@media (min-width: 576px) {
  .testimonial__content {
    padding: 2.5rem 2.5rem;
  }
}

@media (min-width: 992px) {
  .testimonial__content {
    padding: 3.75rem 3.75rem;
  }
}

.testimonial__content p {
  z-index: 1;
  position: relative;
  font-weight: 400;
}

@media (max-width: 575px) {
  .testimonial__content p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.testimonial__quote {
  position: relative;
  color: #1a1c37;
}

.testimonial__quote:before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/quote.svg");
  width: 45px;
  height: 37px;
  top: -15px;
  left: -8px;
}

@media (min-width: 576px) {
  .testimonial__quote:before {
    width: 75px;
    height: 58px;
    top: -35px;
    left: -8px;
  }
}

.testimonial__author {
  font-weight: 500;
  color: #202345;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .testimonial__author {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 575px) {
  .slider-testimonials {
    margin: 0 -0.5rem;
  }
}

@media (min-width: 992px) {
  .graph-offset {
    margin-top: -3rem;
  }
}

.graph__item {
  margin-bottom: 1rem;
}

.graph__item--big {
  height: calc(100% - 1rem);
}

.graph__item--big .graph__content {
  padding: 1.125rem 1.125rem;
}

@media (min-width: 767px) {
  .graph__item--big .graph__content {
    padding: 2rem 2.25rem;
  }
}

.graph__item--big .graph__price-block {
  padding-bottom: 1.5rem;
}

.graph__item--small .graph__price {
  font-size: 16px;
  font-size: 1rem;
}

.graph__item--small .graph__text {
  font-size: 12px;
  font-size: 0.75rem;
}

.graph__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  background: #363a74;
  border-radius: 10px;
  padding: 1.125rem 1.125rem;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.graph__content:hover {
  background: #4347e3;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.14);
}

.graph__logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-right: 80px;
}

.graph__logo-block--table {
  padding-right: 0;
}

.graph__logo-block--table .graph__icon {
  margin-right: 0.9375rem;
}

.graph__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  margin-right: 0.5625rem;
}

.graph__icon.bg-orange {
  background: -o-radial-gradient(69.44% 26.39%, 55.56% 55.56%, #fec078 0.01%, #dc7803 100%);
  background: radial-gradient(55.56% 55.56% at 69.44% 26.39%, #fec078 0.01%, #dc7803 100%);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.graph__icon.bg-blue {
  background: -o-radial-gradient(69.44% 26.39%, 55.56% 55.56%, #4347e3 0.01%, #2a2ecd 100%);
  background: radial-gradient(55.56% 55.56% at 69.44% 26.39%, #4347e3 0.01%, #2a2ecd 100%);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.graph__icon.bg-light-blue {
  background: -o-radial-gradient(69.44% 26.39%, 55.56% 55.56%, #2eb5ff 0.01%, #0c83c5 100%);
  background: radial-gradient(55.56% 55.56% at 69.44% 26.39%, #2eb5ff 0.01%, #0c83c5 100%);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.graph__icon svg {
  fill: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
}

.graph__icon--big {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-right: 0.8125rem;
}

@media (min-width: 767px) {
  .graph__icon--big {
    width: 75px;
    height: 75px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
  }
}

.graph__icon--big svg {
  font-size: 40px;
  font-size: 2.5rem;
}

@media (min-width: 767px) {
  .graph__icon--big svg {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.graph__bottom-block,
.graph__top-block {
  position: relative;
  width: 100%;
}

.graph__bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.graph__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  color: #ffffff;
  line-height: 1.4;
}

.graph__name--blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #20226d;
  font-weight: 500;
}

.graph__name--blue .graph__shortcut {
  padding-left: 10px;
}

.graph__shortcut {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #8688ab;
}

.graph__name--big {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 767px) {
  .graph__name--big {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.graph__percent {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #24eaa4;
}

.graph__percent--big {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 767px) {
  .graph__percent--big {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.graph__price-block {
  width: 40%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 0;
}

.graph__price {
  font-weight: 600;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.2;
}

.graph__price--big {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  line-height: 1.2;
}

@media (min-width: 767px) {
  .graph__price--big {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.graph__text {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  line-height: 1.2;
  margin-top: 0.2rem;
  color: #8688ab;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.graph__text--big {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .graph__text--big {
    font-size: 16px;
    font-size: 1rem;
  }
}

.graph__table {
  width: 60%;
}

.filter-block {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.filter-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 2px);
  background: #ffffff;
  border-bottom: 1px solid #efeff4;
}

@media (max-width: 766px) {
  .filter-block {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 576px) {
  .filter-block {
    min-height: 85px;
  }
}

.form__input--search {
  padding-left: 60px;
}

.filter-search {
  margin-left: auto;
}

@media (max-width: 766px) {
  .filter-search .form__input {
    height: 50px;
    padding-left: 50px;
  }
  .filter-search .form__icon {
    height: 50px;
    width: 50px;
  }
}

@media (min-width: 767px) {
  .filter-search {
    max-width: 290px;
    padding-bottom: 2px;
  }
}

.main-content--detail {
  position: relative;
  background-color: #ffffff;
  z-index: 6;
}

@media (min-width: 992px) {
  .main-content--detail {
    border-right: 1px solid #efeff4;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 575px) {
  .main-content--detail .blog__date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  .main-content--unique {
    border-left: 1px solid #efeff4;
  }
}

.side-panel--detail {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 767px) {
  .side-panel--detail {
    padding-top: 6.2rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 992px) {
  .side-panel--detail {
    width: 350px;
    padding-top: 6.2rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 767px) {
  .side-panel--unique {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .side-panel--unique {
    width: 400px;
  }
}

@media (min-width: 767px) {
  .main-content__content {
    max-width: 90%;
  }
}

@media (min-width: 767px) {
  .side-panel-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
}

@media (max-width: 575px) {
  .back-link .a-link__icon {
    position: relative;
    top: 1px;
  }
  .back-link .a-link__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.section-detail.is--locked .padding-content-6-0 {
  max-height: 1500px;
  overflow: hidden;
}

.section-detail.is--locked .typography:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  max-height: 800px;
  min-height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(34.93%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #ffffff 34.93%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #ffffff 34.93%, rgba(255, 255, 255, 0) 100%);
}

.side-list {
  position: relative;
  padding-top: 2rem;
}

@media (min-width: 767px) {
  .side-list {
    padding-top: 4rem;
  }
}

.side-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 1px;
  height: 100%;
  background: #efeff4;
}

.side-list__item {
  margin-bottom: 2px;
}

.side-list__item.is-active .side-list__link {
  color: #20226d;
}

.side-list__item.is-active .side-list__link:after {
  height: 100%;
}

.side-list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.65rem 0;
  padding-left: 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #8688ab;
  font-weight: 700;
  font-family: "Space Grotesk", Arial, sans-serif;
}

.side-list__link:hover {
  color: #20226d;
}

.side-list__link:hover:after {
  height: 100%;
}

.side-list__link:after {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 2;
  width: 8px;
  height: 0;
  background: #24eaa4;
  -webkit-transition: height 250ms ease-out;
  -o-transition: height 250ms ease-out;
  transition: height 250ms ease-out;
  -webkit-box-shadow: 4.56516px 6.84773px 75.3251px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1);
          box-shadow: 4.56516px 6.84773px 75.3251px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1);
  border-radius: 3px;
}

.side-banner {
  display: block;
  position: relative;
  min-height: 215px;
  border-radius: 12px 12px 12px 12px;
  margin-top: 3rem;
}

@media (min-width: 767px) {
  .side-banner {
    margin-top: 6rem;
  }
}

.side-banner .bg-image {
  border-radius: 12px 12px 12px 12px;
}

.side-banner__top {
  border-radius: 12px 12px 12px 12px;
  z-index: 3;
  position: relative;
}

.side-banner__bottom {
  border-radius: 12px 12px 12px 12px;
  z-index: 4;
  position: relative;
}

.side-banner__bottom .btn {
  letter-spacing: 0.12em;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.img--banner-img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
  margin-bottom: -80px;
}

.locked-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 55px;
  display: block;
  z-index: 6;
  min-width: 95%;
}

@media (min-width: 576px) {
  .locked-box {
    min-width: 420px;
  }
}

@media (min-width: 767px) {
  .locked-box {
    min-width: 550px;
  }
}

@media (min-width: 992px) {
  .locked-box {
    left: calc(50% + 180px);
    min-width: 770px;
  }
}

.locked-box__content {
  background: #ffffff;
  border: 2px solid #dfe0e9;
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 2.5rem 1.25rem;
  text-align: center;
}

@media (min-width: 767px) {
  .locked-box__content {
    padding: 3.125rem 2.1875rem;
  }
}

@media (min-width: 992px) {
  .locked-box__content {
    padding: 3.125rem 2.8125rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .locked-box__content .delta {
    font-size: 32px;
    font-size: 2rem;
  }
  .locked-box__content .locked-box__text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .locked-box__content .delta {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .locked-box__content .locked-box__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 575px) {
  .locked-box__content .delta {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .locked-box__content .locked-box__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.locked-price__value {
  font-weight: 500;
}

.intro-section {
  overflow: hidden;
}

@media (max-width: 991px) {
  .intro-section {
    padding: 4.375rem 0.5rem 5rem;
  }
}

@media (min-width: 992px) {
  .intro-section {
    padding: 9.375rem 0.5rem 15.625rem;
  }
}

.intro-box {
  max-width: 545px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 3.125rem 1.5625rem 3.125rem;
  background-color: #363a74;
}

@media (min-width: 576px) {
  .intro-box {
    padding: 3.125rem 2.5rem 3.125rem;
  }
}

@media (min-width: 767px) {
  .intro-box {
    padding: 3.125rem 4.375rem 3.125rem;
  }
}

.price-line {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  padding-right: 20px;
}

.price-line__title {
  display: inline-block;
  background-color: #ffffff;
  z-index: 1;
}

.price-line__title:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100vw;
  height: 1px;
  left: 100%;
  background: #efeff4;
}

@media (min-width: 992px) {
  .price-line__title:after {
    width: 50vw;
  }
}

.pricing-hero {
  border-bottom: 1px solid #efeff4;
}

.price__item {
  margin-bottom: 2.1875rem;
}

.price__item--popular .price__content {
  border-width: 2px;
  border-color: #4347e3;
}

.price__content {
  position: relative;
  background: #ffffff;
  border: 1px solid #dfe0e9;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  height: 100%;
}

.price__top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 250px;
  padding: 1.5625rem 1.5625rem;
  border-bottom: 1px solid #dfe0e9;
}

.price__bottom-block {
  padding: 1.5625rem 1.5625rem;
}

.price__name {
  display: block;
  margin-bottom: 1.5625rem;
  line-height: 1.2;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #363a74;
}

.price__value {
  display: block;
  margin-bottom: 1.5625rem;
  font-weight: 700;
  color: #1a1c37;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}

@media (min-width: 576px) {
  .price__value {
    font-size: 54px;
    font-size: 3.375rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .price__value {
    font-size: 4px;
    font-size: 0.25rem;
  }
}

.price__value sub {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #8688ab;
  bottom: 12px;
  position: relative;
}

.price__text {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #13152a;
  margin-bottom: 1.5625rem;
}

.price__popular {
  position: absolute;
  top: -15px;
  right: 1.5625rem;
  min-height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 4px 5px rgba(64, 36, 234, 0.12);
          box-shadow: 0px 4px 5px rgba(64, 36, 234, 0.12);
  border-radius: 10px;
  background-color: #4347e3;
}

.modal-payment-box {
  border: 1px solid #dfe0e9;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 1.5625rem 0.9375rem 1.875rem;
}

@media (min-width: 767px) {
  .modal-payment-box {
    padding: 1.5625rem 1.5625rem 2.5rem;
  }
}

@media (max-width: 575px) {
  .modal-payment-box .btn {
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

.btn--payment {
  text-transform: none;
}

.modal-payment-divider {
  display: block;
  background-color: #ffffff;
  position: relative;
  margin: 15px 0;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #8688ab;
  text-transform: uppercase;
}

.modal-payment-divider span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  background-color: #ffffff;
  z-index: 2;
}

.modal-payment-divider:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 1;
  background: #efeff4;
}

.scroll-icon.is-disabled:before, .scroll-icon.is-disabled:after {
  display: none;
}

.scroll-icon.is-disabled .detail-menu-list {
  padding-right: 0;
}

.scroll-icon:before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  height: 64px;
  right: -8px;
  width: 70px;
  text-align: center;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.85+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(white));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.85) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.85) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}

@media (min-width: 576px) {
  .scroll-icon:before {
    height: 78px;
  }
}

@media (max-width: 766px) {
  .scroll-icon:before {
    display: block;
  }
}

.scroll-icon:after {
  content: '';
  display: none;
  position: absolute;
  top: calc(50% + 12px);
  margin-top: -25px;
  right: 5px;
  -webkit-animation: slideOutLeft 2s infinite;
          animation: slideOutLeft 2s infinite;
  z-index: 3;
  width: 19px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/scroll.svg");
}

@media (max-width: 766px) {
  .scroll-icon:after {
    display: block;
  }
}

@media (max-width: 766px) {
  .scroll-sm-icon:before {
    display: block;
  }
  .scroll-sm-icon .detail-menu-list-item:last-child {
    padding-right: 20px;
  }
  .scroll-sm-icon:after {
    display: block;
    right: 2px;
  }
}

.stock__item {
  margin-bottom: 1.25rem;
}

@media (max-width: 575px) {
  .stock__item {
    margin-left: -23px;
    margin-right: -23px;
  }
}

.stock__content {
  background: #fafafc;
  border-top: 1px solid #efeff4;
  border-bottom: 1px solid #efeff4;
  padding: 0.3125rem 0.9375rem 0.9375rem;
}

@media (min-width: 576px) {
  .stock__content {
    border: 1px solid #efeff4;
    border-radius: 10px;
  }
}

.stock__top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stock__title {
  margin: 1rem 0;
  padding-right: 10px;
  font-weight: 500;
  color: #181a52;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.stock-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-right: -6px;
}

.stock-action__btn {
  margin-left: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #fafafc;
  border: 1px solid #efeff4;
  border-radius: 10px;
  padding: 0.25rem 0.4rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #5e6190;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  min-width: 35px;
  min-height: 35px;
  cursor: pointer;
}

@media (min-width: 576px) {
  .stock-action__btn {
    margin-left: 0.625rem;
  }
}

.stock-action__btn:first-child {
  margin-left: 0;
}

@media (min-width: 370px) {
  .stock-action__btn {
    min-width: 40px;
    min-height: 40px;
  }
}

@media (min-width: 576px) {
  .stock-action__btn {
    min-width: 50px;
    padding: 0.25rem 0.6rem;
    font-size: 14px;
    font-size: 0.875rem;
    min-height: 45px;
  }
}

@media (min-width: 767px) {
  .stock-action__btn {
    min-width: 60px;
  }
}

.stock-action__btn.is-active, .stock-action__btn:hover {
  border-color: #363a74;
  background-color: #363a74;
  color: #ffffff;
}

.stock-action__btn.is-active svg, .stock-action__btn:hover svg {
  fill: #ffffff;
}

.stock-action__btn svg {
  display: inline-block;
  margin-left: 0.25rem;
  fill: #5e6190;
  font-size: 14px;
  font-size: 0.875rem;
}

.stock__graph-block {
  margin-top: 1.5rem;
  padding: 0 0.5rem;
}

.guide-scroll {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  cursor: pointer;
}

.guide-scroll:hover .guide-scroll__icon {
  background-color: #15df98;
}

.guide-scroll__text {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  color: #13152a;
  margin-bottom: 1.25rem;
}

.guide-scroll__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1);
          box-shadow: 4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1);
  border-radius: 100%;
  background-color: #24eaa4;
}

.guide-scroll__icon svg {
  fill: #13152a;
  font-size: 22px;
  font-size: 1.375rem;
}

.btn-guide {
  padding-right: 2rem;
  line-height: 1.4;
}

.btn-guide .btn__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  height: 14px;
}

.btn-guide span {
  display: inline-block;
  margin-left: 0.3rem;
}

@media (max-width: 575px) {
  .btn-guide {
    padding: 1.2em 1rem;
    padding-right: 2rem;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 12px;
    font-size: 0.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .btn-guide span {
    width: 100%;
    display: block;
    margin-left: 0;
  }
}

.lesson__title {
  font-weight: 500;
  color: #13152a;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 576px) {
  .lesson__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 767px) {
  .lesson__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.lesson__time {
  display: block;
  margin-top: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #b6b8cd;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 767px) {
  .lesson__time {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.lesson-list .lesson-list {
  padding: 0.5rem 0 0.3rem;
}

.lesson-list .lesson-list .lesson-list__link {
  font-weight: 300;
  color: #5e6190;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .lesson-list .lesson-list .lesson-list__link {
    font-size: 16px;
    font-size: 1rem;
  }
}

.lesson-list .lesson-list .lesson-list__link:hover {
  color: #4347e3;
}

.lesson-list__item {
  display: block;
  margin-bottom: 0.4rem;
}

.lesson-list__link {
  position: relative;
  display: inline-block;
  padding: 0.3rem 0;
  font-weight: 700;
  line-height: 1.2;
  color: #13152a;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 767px) {
  .lesson-list__link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lesson-list__link:hover {
  color: #4347e3;
}

.lesson-list--arrow .lesson-list__link {
  padding-left: 1.5625rem;
}

.lesson-list--arrow .lesson-list__link:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 3px;
  display: block;
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/arrow-right-gray.svg");
}

@media (min-width: 767px) {
  .lesson-list--arrow .lesson-list__link:before {
    top: 8px;
  }
}

.lesson-list--check .lesson-list__item.is--completed .lesson-list__link:before {
  border-color: #24eaa4;
}

.lesson-list--check .lesson-list--check {
  padding-left: 1.5625rem;
}

.lesson-list--check .lesson-list__link {
  padding-left: 1.5625rem;
}

.lesson-list--check .lesson-list__link:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 7px;
  height: 13px;
  border: solid #dfe0e9;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

@media (min-width: 767px) {
  .lesson-list--check .lesson-list__link:before {
    top: 8px;
  }
}

.progress {
  position: relative;
  display: block;
  height: 10px;
  width: 100%;
  background-color: #efeff4;
  z-index: 5;
}

.progress__bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#24eaa4), to(rgba(36, 234, 164, 0)));
  background: -o-linear-gradient(top, #24eaa4 0%, rgba(36, 234, 164, 0) 100%);
  background: linear-gradient(180deg, #24eaa4 0%, rgba(36, 234, 164, 0) 100%);
  -webkit-box-shadow: 4.56516px 6.84773px 75.3251px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1);
          box-shadow: 4.56516px 6.84773px 75.3251px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 34.2387px rgba(36, 234, 164, 0.2), 4.56516px 6.84773px 11.4129px rgba(36, 234, 164, 0.1);
  border-radius: 3px;
  -webkit-transition: width 250ms ease-out;
  -o-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
}

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