:root {
  --main-bg: #040a1e;
  --main-font: Opensans, sans-serif;
  --body-text-color: #b4b5bb;
  --main-title-color: #e9eaeb;
  --mono-bg-stroke: #2a3043;
  --mono-grey-bg: #12192e;
  --cta-color: #0c40a4;
  --36: 28px;
  --text-button-color: #6198d3;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--main-bg);
  font-family: var(--main-font);
  color: var(--body-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  color: var(--main-title-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--main-title-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--main-title-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  color: var(--main-title-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--body-text-color);
  text-decoration: none;
}

.nav-container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-logo-left {
  z-index: 5;
  border-bottom: 1px solid var(--mono-bg-stroke);
  background-color: var(--mono-grey-bg);
  padding-left: 30px;
  padding-right: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 18px 0;
}

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

.navbar-brand {
  width: 78px;
}

.navbar-brand.w--current:hover {
  opacity: .6;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  font-family: var(--main-font);
  color: var(--body-text-color);
  letter-spacing: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.nav-link:hover {
  color: #6198d3;
  border-bottom: 0 #000;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--body-text-color);
  letter-spacing: 0;
  padding: 5px 30px 5px 10px;
  font-size: 16px;
  line-height: 24px;
}

.nav-dropdown-toggle:hover {
  color: #6198d3;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: var(--body-text-color);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.mobile-margin-top-10.left-margin-14-px {
  margin-left: 14px;
}

.hide {
  display: none;
}

.secondary-nav-button {
  border: 2px solid var(--cta-color);
  color: var(--main-title-color);
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(26, 27, 31, 0);
  border-radius: 2px;
  padding: 9px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
}

.secondary-nav-button:hover {
  color: #fff;
  background-color: rgba(12, 64, 164, .2);
}

.secondary-nav-button:active {
  background-color: rgba(12, 64, 164, .4);
}

.primary-nav-button {
  border: 2px solid var(--cta-color);
  background-color: var(--cta-color);
  color: var(--main-title-color);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 2px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
}

.primary-nav-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-nav-button:active {
  background-color: #43464d;
}

.hero-section {
  height: 90vh;
  background-image: url('../images/hero-bg-image.webp');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  padding: 170px 30px;
  display: flex;
}

.content-wrapper {
  width: 100%;
  max-width: 1200px;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.content-wrapper.vertical {
  flex-direction: column;
  align-items: center;
}

.content-wrapper.vertical.small {
  max-width: 792px;
}

.content-wrapper.align-top {
  align-items: flex-start;
}

.content-wrapper.hide {
  display: none;
}

.content-wrapper.bread-crumbs {
  justify-content: flex-start;
}

.hero-main-content-wrapper {
  width: 50%;
}

.hero-main-content-wrapper.left-margin-24-px {
  align-self: center;
  margin-right: 24px;
}

.hero-main-content-wrapper.right-margin-48-px {
  margin-right: 48px;
}

.hero-text-content-wrapper.bottom-margin-64-px {
  margin-bottom: 64px;
}

.hero-titles-wrapper.bottom-margin-24-px {
  margin-bottom: 24px;
}

.hero-subtitle {
  color: var(--body-text-color);
  font-weight: 500;
}

.hero-subtitle.bottom-margin-8-px {
  font-size: var(--36);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 500;
}

.h1 {
  font-weight: 600;
}

.hero-paragraph {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.hero-buttons-wrapper {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.primary-button {
  border: 2px solid var(--cta-color);
  background-color: var(--cta-color);
  border-radius: 2px;
  padding: 16px 56px;
  font-size: 18px;
  font-weight: 600;
}

.primary-button:hover {
  background-color: rgba(12, 64, 164, .8);
  border-color: rgba(12, 64, 164, .8);
}

.primary-button.right-margin-32-px {
  margin-right: 40px;
}

.primary-button.top-margin-16px {
  margin-top: 16px;
}

.secondary-button {
  border: 2px solid var(--cta-color);
  color: var(--main-title-color);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(26, 27, 31, 0);
  border-radius: 2px;
  padding: 16px 56px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
}

.secondary-button:hover {
  color: #fff;
  background-color: rgba(12, 64, 164, .2);
}

.secondary-button:active {
  background-color: rgba(12, 64, 164, .4);
}

.image-wrapper {
  width: 50%;
  height: auto;
  align-self: center;
}

.main-section {
  padding: 62px 30px;
}

.main-section.bottom-margin-62-px, .main-section.bottom-padding-124-px {
  padding-bottom: 124px;
}

.main-section.gradient-bg {
  background-image: linear-gradient(#0b2040, #040a1e);
}

.main-section.gradient-bg.top-padding-124-px {
  padding-top: 124px;
}

.main-section.top-bottom-paddings-124-px {
  background-image: url('../images/contacts-bg.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 124px;
  padding-bottom: 124px;
}

.main-section.top-padding--18px {
  padding-top: 80px;
}

.main-section.bread-crumbs {
  padding-top: 24px;
  padding-bottom: 16px;
}

.icon-wrapper {
  width: 84px;
}

.icon-wrapper.bottom-margin-32-px {
  margin-bottom: 32px;
}

.bottom-margin-16-px {
  margin-bottom: 16px;
}

.bottom-margin-16-px.centred {
  text-align: center;
}

.text-content-wrapper {
  width: 100%;
}

.text-content-wrapper.left-margin-24-px {
  align-self: center;
  margin-right: 24px;
}

.text-content-wrapper.right-margin-48-px {
  margin-right: 48px;
}

.text-content-wrapper.bottom-margin-32-px {
  margin-bottom: 32px;
}

.text-main-content-wrapper {
  width: 50%;
}

.text-main-content-wrapper.left-margin-24-px {
  align-self: center;
  margin-right: 24px;
}

.text-main-content-wrapper.right-margin-24-px {
  align-self: flex-start;
  margin-right: 24px;
}

.hero-image-wrapper {
  width: 50%;
  align-self: center;
}

.centred-content-wrapper {
  max-width: 1200px;
}

.bottom-margin-60-px {
  margin-bottom: 60px;
}

.grid-content-wrapper {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.grid-content-wrapper._4-colomn {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.options-card-wrapper {
  background-image: linear-gradient(166deg, #07132c, #123561);
  padding: 1px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.options-card-wrapper:hover {
  background-image: linear-gradient(166deg, #0e1428, #152a4a);
}

.options-card-content-wrapper {
  height: 100%;
  background-image: linear-gradient(130deg, #0b2040, #040a1e);
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.options-card-content-wrapper:hover {
  background-image: linear-gradient(130deg, #0b2040, #040a1e);
}

.illustration-wrapper {
  width: 140px;
}

.illustration-wrapper.bottom-margin-24-px {
  align-self: flex-start;
  margin-bottom: 24px;
}

.options-card-text-content-wrapper.bottom-margin-24-px {
  margin-bottom: 0;
}

.h3 {
  font-weight: 600;
}

.paragraph {
  color: var(--body-text-color);
}

.text-button-wrapper {
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.text-button-wrapper:hover, .text-button-wrapper.w--current:hover {
  opacity: .6;
}

.text-button-wrapper.hide {
  display: none;
}

.text-button-text {
  color: var(--text-button-color);
  font-weight: 600;
}

.text-button-text.right-margin-12-px {
  margin-right: 12px;
}

.partner-content-wrapper {
  width: 100%;
  max-width: none;
  border: 1px solid var(--mono-bg-stroke);
  background-color: var(--mono-grey-bg);
  justify-content: space-between;
  padding: 48px;
  display: flex;
}

.partner-content-wrapper.hide {
  display: none;
}

.partner-logo-wrapper {
  width: 116px;
}

.partner-logo-wrapper.bottom-margin-32-px {
  margin-bottom: 32px;
}

.vertical-devider {
  width: 1px;
  background-color: #444959;
  margin-left: 40px;
  margin-right: 40px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  background-color: var(--main-bg);
  justify-content: space-between;
  align-items: center;
  padding: 40px 88px;
  display: flex;
}

.testimonial-content {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name {
  color: var(--main-title-color);
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  margin-right: 0;
  display: none;
  left: -80px;
}

.testimonial-slider-nav {
  margin-top: 16px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  max-width: 580px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.line-wrapper {
  background-image: linear-gradient(270deg, #123561, #07132c);
  padding-bottom: 4px;
  position: static;
}

.person-pic-wrapper {
  width: 100px;
}

.person-pic-wrapper.bottom-margin-24-px {
  margin-bottom: 24px;
}

.testimonial-slider-arrow-left {
  margin-right: 0;
  display: flex;
  left: 0;
}

.testimonial-slider-arrow-right {
  margin-right: 0;
  display: flex;
  left: auto;
  right: 0;
}

.testimonial-slider-arrow-right.hide:hover {
  background-color: rgba(11, 32, 64, 0);
}

.slider {
  width: 100%;
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.mask {
  height: auto;
}

.left-arrow {
  border: 1px solid var(--mono-bg-stroke);
  background-image: linear-gradient(#12192e, rgba(27, 34, 55, .6));
}

.right-arrow {
  background-image: linear-gradient(#12192e, rgba(27, 34, 55, .6));
}

.news-grid {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-wrapper {
  padding-top: 256px;
}

.news-wrapper.bg-1 {
  background-image: url('../images/news.webp');
  background-position: 50%;
  background-size: cover;
}

.news-wrapper.bg-2 {
  background-image: url('../images/news_1.webp');
  background-position: 50%;
  background-size: cover;
}

.news-wrapper.bg-3 {
  background-image: url('../images/news_2.webp');
  background-position: 50%;
  background-size: cover;
  display: flex;
}

.news-info-wrapper {
  border-top: 1px solid var(--mono-bg-stroke);
  background-color: var(--mono-grey-bg);
  padding: 16px 16px 24px;
}

.news-data {
  color: var(--body-text-color);
  margin-bottom: 8px;
}

.news-title {
  color: var(--main-title-color);
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-footer {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  width: 78px;
}

.footer-brand:hover, .footer-brand.w--current:hover {
  opacity: .6;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: var(--mono-bg-stroke);
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  color: var(--body-text-color);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--body-text-color);
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer {
  border-top: 1px solid var(--mono-bg-stroke);
  background-color: var(--mono-grey-bg);
  border-bottom: 0 #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-block-three.hide {
  display: none;
}

.footer-link-three {
  color: var(--body-text-color);
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-three:hover {
  color: var(--text-button-color);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three {
  margin-left: 24px;
}

.footer-social-link-three:hover, .footer-social-link-three.left-margin-24-px:hover, .footer-social-link-three.without-left-margin:hover {
  opacity: .6;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--body-text-color);
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.contact-info-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.contact-phone {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: center;
  display: grid;
}

.contact-phone.bottom-margin-8-px {
  margin-bottom: 8px;
}

.contact-email {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-block {
  color: var(--body-text-color);
}

.form-wrapper {
  width: 50%;
  height: auto;
  border: 1px solid var(--mono-bg-stroke);
  background-color: var(--mono-grey-bg);
  align-self: center;
  padding: 40px;
}

.name-field {
  height: 56px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--mono-bg-stroke);
  color: var(--main-title-color);
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.phone-number-field {
  height: 56px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--mono-bg-stroke);
  background-color: var(--cta-color);
  color: var(--main-title-color);
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.email-field {
  height: 56px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--mono-bg-stroke);
  color: var(--main-title-color);
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.contact-form {
  margin-bottom: 0;
}

.message-title {
  color: var(--main-title-color);
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.success-message--wrapper {
  background-color: rgba(221, 221, 221, 0);
  padding: 0;
}

.message-body {
  color: var(--body-text-color);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.error-message {
  color: var(--mono-bg-stroke);
}

.list-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
}

.small-card-content-wrapper {
  border: 1px solid var(--mono-bg-stroke);
  background-color: var(--mono-grey-bg);
  padding: 20px 16px 24px;
}

.icon-wrapper-small-card {
  width: 80px;
}

.text-20-28 {
  color: var(--main-title-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.partner-content-wrapper-only-logo {
  width: 100%;
  max-width: 792px;
  border: 1px solid var(--mono-bg-stroke);
  background-color: var(--mono-grey-bg);
  justify-content: space-between;
  padding: 48px;
  display: flex;
}

.logo-wrapper {
/*  width: 100%;
  max-width: 308px; */
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.vertical-line {
  width: 1px;
  background-color: var(--mono-bg-stroke);
  margin-left: 40px;
  margin-right: 40px;
}

.centred-subheader {
  width: 588px;
  text-align: center;
}

.centred-subheader.auto_width {
  width: auto;
}

.qr_code-stroce {
  width: 476px;
  background-image: linear-gradient(298deg, #123561, #07132c);
  padding: 1px;
  display: block;
}

.qr_code-wrapper {
  background-image: radial-gradient(circle farthest-side at 50% 0, #0b2040, #040a1e);
  padding: 60px 60px 78px;
}

.qr_code {
  width: 356px;
}

.qr_code.bottom-margin-40px {
  margin-bottom: 40px;
}

.pay_info-wrapper {
  width: 100%;
}

.pay_info-wrapper.left-margin-48px {
  margin-left: 48px;
}

.bottom-margin-32px {
  margin-bottom: 32px;
}

.pay_info-list {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pay_info-list.bottom-margin-32px.hide {
  display: none;
}

.pay_info-title {
  color: var(--main-title-color);
  font-size: 20px;
  font-weight: 500;
}

.qr_code-title {
  margin-bottom: 16px;
}

.qr_code-title.centred {
  text-align: center;
}

.pay_ingo-subtitle {
  margin-bottom: 16px;
}

.pay_ingo-subtitle.centred {
  text-align: center;
}

.pay_info-list-wrapper {
  display: block;
}

.pay_info-list-wrapper.bottom-margin-32px.hide {
  display: none;
}

.pay_info-title-wrapper {
  width: 230px;
}

.pay_info-title-wrapper.right-margin-16px {
  width: 100%;
  max-width: 230px;
  margin-right: 16px;
}

.pay_info-item-wrapperr {
  display: flex;
}

.pay_info-item-wrapperr.bottom-margin-20px {
  margin-bottom: 20px;
}

.contact-form-copy {
  margin-bottom: 0;
}

.pay_pal-input-wrapper {
  height: 56px;
  border-bottom: 2px solid var(--cta-color);
  padding: 16px 24px;
}

.pay_pal-text {
  color: var(--main-title-color);
}

.pop_up-bg {
  z-index: 6;
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  mix-blend-mode: normal;
  background-color: rgba(4, 10, 30, .6);
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: fixed;
}

.pop_up-wrapper {
  width: 665px;
  height: auto;
  object-fit: fill;
  background-image: linear-gradient(286deg, #07132c, #123561);
  margin: auto;
  padding: 1px;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: 0;
  right: 0;
}

.pop_up-content-wrapper {
  height: 100%;
  background-image: linear-gradient(315deg, #040a1e, #0b2040);
  padding: 48px;
}

.pop_up-heading {
  text-align: center;
  margin-bottom: 32px;
  font-size: 48px;
}

.study-contact-form {
  margin-bottom: 0;
}

.study-name-field, .study-phone_number-field, .study-email-field {
  height: 56px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--mono-bg-stroke);
  color: var(--main-title-color);
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.close_icon-wrapper {
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image {
  padding: 16px;
}

.study-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.right-margin-12px {
  margin-right: 12px;
}

@media screen and (max-width: 991px) {
  .nav-container {
    max-width: none;
  }

  .navbar-brand {
    width: 68px;
  }

  .nav-menu-wrapper {
    width: 30%;
    background-color: rgba(0, 0, 0, 0);
    left: 70%;
  }

  .nav-menu-two {
    grid-row-gap: 12px;
    border: 1px solid var(--mono-bg-stroke);
    background-color: var(--mono-grey-bg);
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding: 10px 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menu-button.hide {
    display: none;
  }

  .hero-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-wrapper {
    max-width: none;
    flex-direction: column;
  }

  .content-wrapper.vertical.small {
    max-width: none;
  }

  .content-wrapper.align-top {
    align-items: flex-start;
  }

  .hero-main-content-wrapper.left-margin-24-px {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .hero-text-content-wrapper.bottom-margin-64-px {
    margin-bottom: 40px;
  }

  .h1 {
    width: 80%;
    line-height: 1.1;
  }

  .hero-paragraph {
    width: 60%;
  }

  .primary-button.right-margin-32-px {
    margin-right: 24px;
  }

  .image-wrapper {
    width: 100%;
  }

  .main-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-section.bottom-margin-62-px, .main-section.bottom-padding-124-px {
    padding-bottom: 100px;
  }

  .main-section.gradient-bg.top-padding-124-px {
    padding-top: 100px;
  }

  .main-section.top-bottom-paddings-124-px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main-section.top-padding--18px {
    padding-top: 50px;
  }

  .icon-wrapper.bottom-margin-32-px {
    width: 76px;
    margin-bottom: 24px;
  }

  .text-content-wrapper.bottom-margin-32-px {
    margin-bottom: 24px;
  }

  .text-main-content-wrapper.right-margin-24-px {
    width: 100%;
    align-self: flex-start;
    margin-bottom: 40px;
  }

  .hero-image-wrapper {
    width: 100%;
  }

  .bottom-margin-60-px {
    margin-bottom: 48px;
  }

  .grid-content-wrapper._4-colomn {
    grid-template-columns: 1fr 1fr;
  }

  .grid-content-wrapper.for-pay-systems {
    grid-template-columns: 1fr;
  }

  .options-card-content-wrapper {
    padding: 32px;
  }

  .partner-content-wrapper {
    padding: 40px;
  }

  .partner-logo-wrapper.bottom-margin-32-px {
    margin-bottom: 24px;
  }

  .vertical-devider {
    margin-left: 32px;
    margin-right: 32px;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slide {
    padding: 32px 88px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .news-wrapper.bg-1, .news-wrapper.bg-2 {
    display: flex;
  }

  .news-wrapper.bg-3.hide {
    display: none;
  }

  .news-info-wrapper {
    flex: 1;
    padding-bottom: 24px;
  }

  .container-footer {
    max-width: none;
  }

  .footer-brand {
    margin-bottom: 24px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-divider-two {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-block-three {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 24px;
  }

  .footer-social-block-three {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .footer-social-link-three, .footer-social-link-three.left-margin-24-px {
    margin-left: 24px;
  }

  .footer-social-link-three.without-left-margin {
    margin-left: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .paragraph-2 {
    width: 60%;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
    margin-bottom: 12px;
  }

  .form-wrapper {
    width: 100%;
  }

  .partner-content-wrapper-only-logo {
    max-width: none;
    padding: 40px;
  }

  .vertical-line {
    margin-left: 32px;
    margin-right: 32px;
  }

  .qr_code-stroce {
    width: 476px;
    justify-content: space-around;
    display: flex;
  }

  .qr_code-stroce.bottom-margin-32px {
    margin-bottom: 40px;
  }

  .qr_code-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    display: flex;
  }

  .pay_info-wrapper.left-margin-48px {
    margin-left: 0;
  }

  .footer-links-wrapper {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    width: 50%;
    left: 50%;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-section {
    padding: 80px 16px;
  }

  .h1 {
    width: auto;
    font-size: 52px;
  }

  .hero-paragraph {
    width: auto;
  }

  .main-section {
    padding: 40px 16px;
  }

  .main-section.bottom-margin-62-px, .main-section.bottom-padding-124-px {
    padding-bottom: 80px;
  }

  .main-section.gradient-bg.top-padding-124-px {
    padding-top: 80px;
  }

  .main-section.top-bottom-paddings-124-px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-section.top-padding--18px {
    padding-top: 40px;
  }

  .icon-wrapper.bottom-margin-32-px {
    width: 66px;
  }

  .bottom-margin-16-px {
    margin-bottom: 12px;
    font-size: 48px;
  }

  .bottom-margin-60-px {
    margin-bottom: 32px;
    font-size: 48px;
  }

  .grid-content-wrapper {
    grid-template-columns: 1fr;
  }

  .options-card-content-wrapper {
    padding: 24px;
  }

  .illustration-wrapper.bottom-margin-24-px, .options-card-text-content-wrapper.bottom-margin-24-px {
    margin-bottom: 16px;
  }

  .h3.bottom-margin-16-px {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .partner-content-wrapper {
    flex-direction: column;
    align-self: flex-start;
    padding: 32px;
  }

  .partner-logo-wrapper.bottom-margin-32-px {
    margin-bottom: 16px;
  }

  .vertical-devider {
    width: 100%;
    height: 1px;
    align-self: flex-start;
    margin: 24px auto;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 24px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-quote {
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .person-pic-wrapper.bottom-margin-24-px {
    margin-bottom: 16px;
  }

  .testimonial-slider-arrow-left.hide, .testimonial-slider-arrow-right.hide, .left-arrow, .right-arrow {
    display: none;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-data {
    font-size: 16px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    margin-bottom: 24px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    flex-direction: column;
    align-items: center;
  }

  .footer-block-three {
    flex-flow: column wrap;
    grid-template-columns: 1fr 1fr;
    align-content: space-between;
    justify-content: start;
    align-items: center;
    justify-items: start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 24px;
  }

  .footer-social-link-three.without-left-margin {
    margin-left: 0;
  }

  .footer-legal-block {
    margin-top: 0;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-2 {
    width: 100%;
    font-size: 16px;
  }

  .list-item-5, .list-item-6 {
    margin-bottom: 0;
  }

  .form-wrapper, .partner-content-wrapper-only-logo {
    padding: 32px;
  }

  .vertical-line {
    margin-left: 24px;
    margin-right: 24px;
  }

  .centred-subheader {
    width: auto;
  }

  .centred-subheader.auto_width {
    font-size: 16px;
  }

  .qr_code-stroce.bottom-margin-32px {
    width: 100%;
    max-width: none;
  }

  .qr_code-wrapper {
    padding: 40px;
  }

  .qr_code.bottom-margin-40px {
    width: 100%;
    margin-bottom: 32px;
  }

  .bottom-margin-32px {
    font-size: 48px;
  }

  .qr_code-title {
    margin-bottom: 12px;
    font-size: 48px;
  }

  .qr_code-title.centred {
    font-size: 28px;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
    font-size: 16px;
  }

  .pay_ingo-subtitle {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .card-heading.bottom-margin-16-px {
    font-size: 28px;
  }

  .card-text {
    font-size: 16px;
  }

  .pop_up-wrapper {
    width: 100%;
    top: 0%;
    bottom: 0;
  }

  .pop_up-content-wrapper {
    padding: 60px 16px 32px;
  }

  .pop_up-heading {
    margin-bottom: 24px;
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    max-width: none;
  }

  .navbar-brand {
    width: 60px;
  }

  .nav-menu-wrapper {
    width: 100%;
    left: auto;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-main-content-wrapper.left-margin-24-px, .hero-text-content-wrapper.bottom-margin-64-px {
    margin-bottom: 32px;
  }

  .hero-titles-wrapper.bottom-margin-24-px {
    margin-bottom: 16px;
  }

  .hero-subtitle.bottom-margin-8-px {
    font-size: 24px;
  }

  .h1 {
    font-size: 48px;
  }

  .hero-paragraph {
    font-size: 18px;
    line-height: 1.4;
  }

  .hero-buttons-wrapper {
    flex-direction: column;
  }

  .primary-button {
    width: 100%;
  }

  .primary-button.right-margin-32-px {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .secondary-button {
    width: 100%;
    text-align: center;
  }

  .main-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-section.bottom-margin-62-px, .main-section.bottom-padding-124-px {
    padding-bottom: 60px;
  }

  .main-section.gradient-bg.top-padding-124-px {
    padding-top: 60px;
  }

  .main-section.top-bottom-paddings-124-px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-section.top-padding--18px {
    padding-top: 30px;
  }

  .icon-wrapper.bottom-margin-32-px {
    width: 60px;
  }

  .bottom-margin-16-px {
    text-align: left;
    font-size: 40px;
  }

  .bottom-margin-16-px.centred {
    font-size: 48px;
    line-height: 1.1;
  }

  .text-main-content-wrapper.right-margin-24-px {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .bottom-margin-60-px {
    text-align: center;
    font-size: 40px;
  }

  .grid-content-wrapper._4-colomn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .h3.bottom-margin-16-px {
    font-size: 24px;
    line-height: 1.2;
  }

  .container {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .person-pic-wrapper.bottom-margin-24-px {
    width: 80px;
  }

  .news-data {
    text-align: left;
    font-size: 16px;
  }

  .news-title {
    text-align: left;
    font-size: 20px;
    line-height: 1.4;
  }

  .container-footer {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-divider-two {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-legal-block {
    flex-direction: column;
    margin-top: 16px;
    margin-left: 0;
  }

  .footer-legal-link {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
  }

  .container-2 {
    max-width: none;
  }

  .paragraph-2 {
    text-align: left;
  }

  .email-field {
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .partner-content-wrapper-only-logo {
    flex-direction: column;
    padding: 24px;
  }

  .vertical-line {
    width: 100%;
    height: 1px;
    margin: 24px 8px;
  }

  .qr_code-wrapper {
    padding: 30px;
  }

  .qr_code.bottom-margin-40px {
    margin-bottom: 24px;
  }

  .bottom-margin-32px {
    font-size: 40px;
  }

  .pay_info-list.bottom-margin-32px {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: auto;
  }

  .pay_info-title {
    margin-bottom: 8px;
  }

  .qr_code-title {
    text-align: left;
    font-size: 40px;
  }

  .qr_code-title.centred {
    font-size: 24px;
    line-height: 1.2;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    margin-bottom: 20px;
  }

  .pay_ingo-subtitle {
    text-align: left;
    font-size: 24px;
    line-height: 1.2;
  }

  .pop_up-wrapper {
    width: 100%;
    top: 0%;
    bottom: 0;
  }

  .pop_up-content-wrapper {
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pop_up-heading {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .study-name-field, .study-phone_number-field, .study-email-field {
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image {
    padding: 8px;
  }
}

#w-node-_8c29abfc-e2a9-c110-d14e-b3bc0fe99812-acf98a17, #w-node-_62f8baab-0ee4-cd7c-9ab1-e1ee610d67cc-acf98a17, #w-node-_6c19fd44-48c2-9bb2-7c96-08031d9014c4-acf98a17, #w-node-_8b5a3706-72af-162b-2cec-f080a0ceaf4a-acf98a17, #w-node-_404a4421-25af-e195-f000-d836a8a71276-acf98a17, #w-node-_56f2de3e-7a90-38df-bf0a-1675a4ddf339-acf98a17, #w-node-_5665a8cb-db91-6a58-5513-80a538097439-acf98a17, #w-node-_2ca640a4-77d4-92b8-25cc-61300d9014ab-acf98a17, #w-node-f7711c10-c2ff-2f02-ca22-b5ff432aa96c-432aa960, #w-node-f7711c10-c2ff-2f02-ca22-b5ff432aa96d-432aa960, #w-node-f7711c10-c2ff-2f02-ca22-b5ff432aa970-432aa960, #w-node-f7711c10-c2ff-2f02-ca22-b5ff432aa971-432aa960, #w-node-_5d9bd6c4-909d-2c97-fc58-876ae770431f-9ccbb214, #w-node-_2714cee7-6a9f-c7d6-e3e0-04713dda3757-9ccbb214, #w-node-f1a5d2bf-5297-f9f6-3dd3-196aa9623ecf-9ccbb214, #w-node-b3afaf67-aad2-7a09-2a4d-8986a202070f-9ccbb214, #w-node-_61c64e3b-3a2d-5651-680c-85986f3606e5-9ccbb214, #w-node-_89d653c7-4d10-0e93-338c-81d1e731a4a3-9ccbb214, #w-node-bf1aa94d-17de-4130-d759-3e4dabdd8e3d-9ccbb214, #w-node-a891a41a-7a44-d57d-2d65-4fb83e301c55-9ccbb214, #w-node-_5f56d463-009c-88f1-4723-d5d41d15bd38-9ccbb214, #w-node-_9b889008-24cb-5b15-16ac-7423aec31263-9ccbb214, #w-node-_6c90cc30-69ea-43e4-4c7f-b950dea7ec66-9ccbb214, #w-node-d30060a0-4abf-bb18-bb93-fd26d85ec067-9ccbb214, #w-node-c44c7721-daf7-060f-10d1-8d4767f7b24f-9ccbb214, #w-node-c09a2c1d-4531-ac0b-3d74-9bdeb2fe93ba-9ccbb214, #w-node-_85eb5b65-d560-d04c-aa22-5745805a7f03-9ccbb214, #w-node-_7a87e198-e7b9-535b-519a-df7f348c6310-9ccbb214, #w-node-b8ca248c-eaad-b0c6-0ca1-107a3d3351a3-9ccbb214, #w-node-b8ca248c-eaad-b0c6-0ca1-107a3d3351a4-9ccbb214, #w-node-c5b41cfe-2f4d-5dd7-ad85-7eecaf9b82d1-9ccbb214, #w-node-c5b41cfe-2f4d-5dd7-ad85-7eecaf9b82d2-9ccbb214, #w-node-_91fb924f-fad1-aeed-a868-322ce219ab68-9ccbb214, #w-node-_91fb924f-fad1-aeed-a868-322ce219ab69-9ccbb214 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}