:root {
  --nav-clr: #3a3e45;
  --white: white;
  --bg: #f2f6fe;
  --black: black;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  position: sticky;
  inset: 0;
}

.nav-container {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.site-logo {
  width: 100%;
  max-width: 185px;
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  max-width: 635px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: var(--nav-clr);
  letter-spacing: -.08px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.nav-link.w--current {
  color: #3a3e4599;
}

.nav-link-wrap {
  position: relative;
}

.p-12-para {
  color: #898b8f;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  inset: -18% -28% auto auto;
}

.p-12-para.align {
  top: 0%;
  right: 16%;
}

.nav-button-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 188px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.language-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3a3e45;
  letter-spacing: -.08px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 22px;
  display: flex;
}

.language-wrap.tab {
  display: none;
}

.hamburger-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 24px;
  display: none;
}

.line-1, .line-2, .line-3 {
  background-color: #3a3e45;
  width: 22px;
  height: 1px;
}

.hero-section {
  z-index: 0;
}

.maxinvest-section {
  background-color: #f2f6fe;
  padding-top: 160px;
  padding-bottom: 140px;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.maxinvest-text-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 764px;
  display: flex;
}

.h6-18-title {
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.h6-18-title.bot-40 {
  margin-bottom: 40px;
}

.h6-18-title.clr-white {
  color: var(--white);
  margin-bottom: 24px;
}

.h6-18-title.clr-white.bot-0 {
  margin-bottom: 0;
}

.h6-18-title.bot-32 {
  margin-bottom: 32px;
}

.h6-18-title._w-500 {
  margin-bottom: 12px;
  font-weight: 500;
}

.p-24-para {
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.maxinvest-card-wrap {
  background-color: #3a3e45;
  width: 100%;
  max-width: 389px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.maxinvest-inner-card-wrap {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}

.h3-32-title {
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.h3-32-title._w-400 {
  margin-bottom: 0;
  font-weight: 400;
}

.h3-32-title.clr-white {
  color: var(--white);
}

.p-14-para {
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.p-14-para.clr-white {
  color: var(--white);
}

.h5-20-title {
  color: #3a3e45;
  letter-spacing: -.08px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.h5-20-title.clr-white {
  color: var(--white);
}

.max-section {
  height: 532px;
}

.img {
  width: 100%;
}

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

.financial-section {
  padding-top: 128px;
  padding-bottom: 128px;
}

.financial-2x-wrap {
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

.financial-title-wrap {
  width: 100%;
  max-width: 462px;
}

.financial-text-wrap {
  max-width: 770px;
}

.p-20-para {
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.p-20-para.clr-white {
  color: var(--white);
}

.financial-3x-wrap {
  justify-content: space-between;
  display: flex;
}

.financial-card-wrap {
  width: 100%;
  max-width: 360px;
}

.financial-card-icon-wrap {
  width: 100%;
  max-width: 40px;
  margin-bottom: 24px;
}

.h4-24-title {
  color: var(--nav-clr);
  letter-spacing: -.08px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.h4-24-title.bot-40 {
  margin-bottom: 40px;
}

.h4-24-title._w-500 {
  font-weight: 500;
}

.h4-24-title.clr-white {
  color: var(--white);
}

.p-15-para {
  color: var(--nav-clr);
  letter-spacing: -.08px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.p-15-para.bot-12 {
  margin-bottom: 12px;
}

.p-15-para.clr-white {
  color: var(--white);
}

.team-section {
  background-color: #f2f6fe;
  padding-top: 104px;
  padding-bottom: 104px;
}

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

.team-img-wrap {
  width: 100%;
  max-width: 460px;
}

.icon {
  width: 100%;
}

.team-text-wrap {
  width: 100%;
  max-width: 621px;
}

.feature-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.feature-list-flex-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.checkbox-wrap {
  width: 100%;
  max-width: 24px;
}

.deposit-section {
  padding-top: 104px;
  padding-bottom: 104px;
}

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

.deposit-text-wrap {
  max-width: 770px;
}

.deposit-img-wrap {
  width: 100%;
  max-width: 430px;
}

.cta-section {
  background-image: url('../images/Group-1000004442.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 92px;
  padding-bottom: 95px;
}

.cta-wraper {
  text-align: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.h1-40-title {
  color: var(--white);
  letter-spacing: -.08px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.h1-40-title.clr-grey {
  color: var(--nav-clr);
  text-align: left;
  margin-bottom: 16px;
}

.h1-40-title.clr-grey.bot-0 {
  margin-bottom: 0;
}

.h1-40-title.bot-16 {
  margin-bottom: 16px;
}

.cta-button-wrap {
  width: 100%;
  max-width: 227px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  color: #3a3e45;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 227px;
  height: 56px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.cta-icon {
  width: 10px;
}

.footer-section {
  background-color: #f2f6fe;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-top-wraper {
  border-bottom: 1px solid #3a3e4533;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-logo-wrap {
  width: 100%;
  max-width: 185px;
}

.contact-flex-wraper {
  justify-content: space-between;
  width: 100%;
  max-width: 732px;
  display: flex;
}

.contact-flex-wraper.desktop {
  max-width: 900px;
}

.contact-flex-wraper.tab {
  display: none;
}

.contact-link {
  color: var(--nav-clr);
  letter-spacing: -.08px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.footer-links-flex-wraper {
  margin-bottom: 120px;
  display: flex;
}

.f-row-wraper {
  justify-content: space-between;
  width: 100%;
  max-width: 322px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.f-1st-wrap {
  max-width: 120px;
}

.p-16-para {
  color: #3a3e45;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.p-16-para._w-600 {
  margin-bottom: 8px;
  font-weight: 600;
}

.p-16-para.clr-light {
  color: #3a3e4599;
}

.links-flex-wraper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.f-link {
  color: #3a3e4599;
  letter-spacing: -.08px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.f-2nd-wrap {
  width: 100%;
  max-width: 234px;
}

.f-3rd-wrap {
  width: 100%;
  max-width: 114px;
}

.footer-cpt-wrap {
  justify-content: space-between;
  display: flex;
}

.hero-slider-wraper {
  z-index: 1;
  position: relative;
}

.hero-slider {
  background-color: #ddd0;
  height: auto;
  overflow: visible;
}

.hero-mask {
  overflow: hidden;
}

.hero-slide {
  position: relative;
  overflow: visible;
}

.slide-content-wraper {
  z-index: 200;
  background-image: url('../images/Group-1000004439.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 30px;
}

.slide-content-wraper._2nd {
  background-image: url('../images/Group-1000004440.png');
}

.slide-content-wraper._3rd {
  background-image: url('../images/Group-1000004441.png');
}

.slide-content-wrap {
  width: 100%;
  max-width: 780px;
}

.h1-60-title {
  color: var(--white);
  letter-spacing: -.08px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.hero-button-wrap {
  max-width: 227px;
  margin-top: 40px;
}

.scrolldown-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  letter-spacing: -.08px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 149px;
  margin-top: 72px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.slide-nav-wrap {
  z-index: 2;
  background-color: #f2f6fe;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 684px;
  height: 80px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  inset: auto 6% 5% auto;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  inset: auto 2% 5% auto;
}

.slide-nav {
  display: none;
}

.slide-line {
  z-index: 2;
  background-color: #3a3e451a;
  width: 100%;
  max-width: 1px;
  height: 24px;
  position: absolute;
  inset: auto 5% 5% auto;
}

.burger-3 {
  cursor: pointer;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.burger-3.tab {
  position: relative;
}

.b3-top-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.b3-bar1 {
  background-color: #3a3e45;
  width: 22px;
  height: 1px;
}

.b3-middlebar-base {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
  position: static;
}

.b3-middlebar-top {
  z-index: 2;
  width: 22px;
  height: 1px;
  position: absolute;
  inset: 0;
}

.b3-middlebar {
  background-color: #3a3e45;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 1px;
  display: flex;
  position: absolute;
}

.b3-bar3 {
  background-color: #3a3e45;
  width: 22px;
  height: 1px;
}

.nav-top-border, .nav-border-bottom {
  display: none;
}

.about-section {
  background-image: url('../images/Office-1-1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 360px;
}

.about-text-wraper {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 822px;
  height: 137px;
  display: flex;
}

.about-text-wraper._w-780 {
  background-color: #3c4149;
  max-width: 680px;
  height: 193px;
}

.about-inner-text-wrap {
  text-align: left;
  width: 100%;
  max-width: 680px;
  margin-left: 0;
  margin-right: auto;
}

.about-inner-text-wrap._w-660 {
  max-width: 660px;
  margin-left: 0;
  margin-right: auto;
}

.company-section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.company-wraper {
  justify-content: space-between;
  display: flex;
}

.company-title-wrap {
  max-width: 499px;
}

.company-text-wrap {
  max-width: 733px;
  margin-left: auto;
  margin-right: 0;
}

.company-inner-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 48px;
  display: flex;
}

._3x-section {
  background-color: var(--nav-clr);
  padding-top: 104px;
  padding-bottom: 104px;
}

._3x-title-flex-wraper {
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

._3x-title-wrap {
  max-width: 499px;
}

._3x-text-wrap {
  max-width: 733px;
}

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

._3x-card-wrap {
  max-width: 360px;
}

._3x-icon-wrap {
  width: 100%;
  max-width: 40px;
}

._3x-card-text-wraper {
  margin-top: 24px;
}

.services-section {
  padding-top: 80px;
}

.services-title-wrap {
  max-width: 614px;
}

.services-img-wrap {
  margin-top: 40px;
}

._4x-section {
  padding-top: 104px;
  padding-bottom: 104px;
  position: relative;
}

._4x-wraper {
  justify-content: space-between;
  display: flex;
}

._4x-title-wrap {
  margin-bottom: 48px;
}

._2x-flex-wraper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 733px;
  display: flex;
}

._2x-flex-wraper.top-80 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

._2x-card-wrap {
  width: 100%;
  max-width: none;
}

._4x-box-wrap {
  background-color: #f2f6fe;
  width: 100%;
  max-width: 400px;
  height: 369px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

._1x-section {
  background-color: var(--bg);
  padding-top: 133px;
  padding-bottom: 133px;
}

._1x-title-wrap {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.inst-section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.inst-flex-wraper {
  justify-content: space-between;
  display: flex;
}

.inst-title-wrap {
  max-width: 499px;
}

.inst-text-wrap {
  max-width: 733px;
}

._3x-list-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 48px;
  display: flex;
}

.inst-text-wraper {
  border-top: 1px solid #3a3e4526;
  margin-top: 32px;
  padding-top: 32px;
}

.bank-section {
  background-image: url('../images/Office-7-1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 360px;
}

.types-section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.types-title-wraper {
  max-width: 880px;
  margin-bottom: 80px;
}

.types-faq-wraper {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: 0;
}

.faq-question-wrap {
  cursor: pointer;
  border-bottom: 1px solid #3a3e4526;
  margin-bottom: 32px;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.faq-question-wrap.last {
  margin-bottom: 0;
}

.faq-question-bar {
  color: #1a1e27;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: var(--nav-clr);
  margin-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.faq-circle {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.faq-paragraph {
  color: #485166;
  letter-spacing: -.08px;
  max-width: 684px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block {
  width: 100%;
  height: 1px;
}

.media-section {
  padding-top: 80px;
  padding-bottom: 104px;
  position: relative;
}

.media-title-wrap {
  margin-bottom: 48px;
}

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

.highlighted-wrap {
  width: 100%;
  max-width: 730px;
}

.highlighted-wrap._w-auto {
  max-width: none;
}

.highlighted-title-wrap {
  margin-bottom: 48px;
}

.highlighted-wraper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.news-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.news-wrap.space-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.news-grid-img-wrap {
  width: 100%;
  max-width: 300px;
}

.news-grid-img {
  border-radius: 8px;
  width: 100%;
}

.news-text-wraper {
  max-width: 398px;
}

.news-text-wraper._w-950 {
  width: 100%;
  max-width: 950px;
}

.p_12_para {
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.p_12_para.clr-white {
  color: var(--white);
}

.news-title-wrap {
  margin-bottom: 24px;
}

.read-link {
  color: var(--nav-clr);
  letter-spacing: -.08px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.read-link.clr-white {
  color: var(--white);
}

.public-news {
  background-color: #3a3e45;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 410px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.public-news-inner-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.public-news-title-wrap {
  width: 100%;
  max-width: 360px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.h5-16-title {
  color: var(--nav-clr);
  letter-spacing: -.08px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.h5-16-title.clr-white {
  color: var(--white);
}

.public-news-card-wrap {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 32px;
}

.media-bg {
  z-index: -1;
  background-color: var(--bg);
  width: 100%;
  max-width: 294px;
  height: 191px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.news-detail-section {
  padding-top: 80px;
  padding-bottom: 104px;
}

.news-detail-wraper {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.news-back-wrap {
  background-color: #f2f6fe;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 72px;
  display: flex;
}

.icon-arrow {
  width: 24px;
}

.news-detail-title-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.news-detail-featured-img-wrap {
  height: 438px;
}

.rich-text-wraper {
  padding-top: 104px;
  position: relative;
}

.rich-text-wrap {
  max-width: 946px;
}

.rich-text h1 {
  color: var(--nav-clr);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.rich-text h2 {
  color: var(--nav-clr);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.rich-text h3 {
  color: var(--nav-clr);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.rich-text h4 {
  color: var(--nav-clr);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.rich-text h5 {
  color: var(--nav-clr);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.rich-text h6 {
  color: var(--nav-clr);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.rich-text blockquote {
  color: var(--nav-clr);
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.rich-text ol {
  color: var(--nav-clr);
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.rich-text li {
  margin-bottom: 5px;
}

.rich-text ul {
  color: var(--nav-clr);
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.rich-text a {
  color: var(--nav-clr);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.rich-text p {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.rich-bg-wrap {
  background-color: #f2f6fe;
  width: 100%;
  max-width: 294px;
  height: 1016px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.featured-section {
  padding-bottom: 80px;
}

.featured-border {
  background-color: #3a3e4526;
  width: 100%;
  max-width: 1280px;
  height: 1px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-section {
  padding-top: 80px;
  padding-bottom: 104px;
  position: relative;
}

.contact-title-wrap {
  margin-bottom: 48px;
}

.form-flex-wraper {
  justify-content: space-between;
  max-width: 1073px;
  display: flex;
}

.form-wrap {
  width: 100%;
  max-width: 652px;
}

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

.field-flex-wraper {
  justify-content: space-between;
  display: flex;
}

.field-wrap {
  width: 100%;
  max-width: 314px;
}

.field-label {
  color: var(--nav-clr);
  margin-bottom: 6px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.field-label.optinal {
  font-weight: 400;
}

.text-field {
  color: #898b8f;
  border: 1px solid #898b8f99;
  border-radius: 8px;
  height: 44px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-field.message {
  height: 140px;
}

.email-addres-wrap {
  margin-top: 24px;
  margin-bottom: 24px;
}

.subject-wraper, .message-wraper {
  margin-bottom: 24px;
}

.message-field-label-wrap {
  justify-content: space-between;
  display: flex;
}

.submit-button {
  color: var(--white);
  background-color: #3a3e45;
  background-image: url('../images/Group-1000004426_1.svg');
  background-position: 62%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.contact-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  max-width: 301px;
  display: flex;
}

.call-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
  display: flex;
}

.call-icon {
  width: 24px;
}

.call-link {
  color: #3a3e45;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.call-border {
  background-color: #3a3e45;
  width: 100%;
  height: 1px;
}

.contact-bg {
  z-index: -1;
  background-color: #f2f6fe;
  width: 100%;
  max-width: 455px;
  height: 815px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-link-border {
  background-color: #3a3e4599;
  height: 1px;
}

.nav-desktop-wraper {
  z-index: 99;
  background-color: #3a3e4566;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-sidebar-wraper {
  background-color: #f2f6fe;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 596px;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-side-bar-inner-wraper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 260px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.nav_link {
  color: #3a3e45;
  letter-spacing: -.08px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
  display: block;
}

.nav_link.w--current {
  color: #3a3e4599;
  text-decoration: none;
}

.nav-desktop-wrap {
  position: relative;
}

.email-wraper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 180px;
  display: flex;
}

.email-text {
  color: #3a3e45;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-inner-wraper {
  padding: 60px 80px 40px;
}

.nav-top-header-wrap {
  justify-content: space-between;
  padding-right: 80px;
  display: flex;
}

.language-wraper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 120px;
  display: flex;
}

.dropdown-toggle {
  z-index: 0;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3a3e45;
  letter-spacing: -.08px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.dropdown-toggle.w--open {
  position: relative;
}

.dropdown {
  z-index: 0;
  color: var(--nav-clr);
  letter-spacing: -.08px;
  margin-left: 0;
  margin-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.dropdown.tab {
  display: none;
}

.dropdown-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  flex-flow: column;
  width: 100%;
  max-width: 107px;
  padding: 12px;
  box-shadow: 0 4px 32px #3a3e4514;
}

.dropdown-list.w--open {
  width: 107px;
  top: 36px;
}

.dropdown-link {
  margin-bottom: 12px;
  padding: 4px 8px;
}

.dropdown-link.bot-0 {
  margin-bottom: 0;
}

.cross-wrap {
  cursor: pointer;
}

.nav-tab-email-wrap {
  display: none;
}

.tab-logo {
  opacity: 0;
  display: none;
}

.nav-log-wrap {
  display: none;
}

.collection-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.numb-flex-wraper {
  z-index: 4;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 444px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 11% 5% auto;
}

.blank-line {
  background-color: #3a3e4526;
  width: 100%;
  height: 1px;
}

.slide-active {
  background-color: #3a3e45;
  width: 150px;
  height: 2px;
}

.slide-active._2nd {
  width: 280px;
}

.slide-active._3rd {
  width: auto;
}

.privacy-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.privacy-wraper {
  margin-bottom: 40px;
}

.pvc-img-wrap {
  margin-bottom: 80px;
}

.pvc-text-wrap {
  max-width: 800px;
}

.pvc-divider {
  background-color: #3a3e4526;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pvc-rich-text h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.pvc-rich-text p {
  color: #3a3e45;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.pvc-rich-text-wrap {
  margin-bottom: 40px;
}

.pvc-rich-text-wrap.last {
  margin-bottom: 0;
}

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

.cookies-wraper {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  max-width: 771px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: none;
  position: fixed;
  inset: auto 2% 2% auto;
}

.cookies-inner-wrap {
  max-width: 707px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: var(--nav-clr);
}

.checkflex-wraper {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.check-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 250px;
  display: flex;
}

.check-wrap._w-150 {
  max-width: 150px;
}

.button-flex-wraper {
  justify-content: space-between;
  display: flex;
}

.primary-button {
  color: var(--white);
  letter-spacing: -.08px;
  text-transform: uppercase;
  background-color: #3a3e45;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 152px;
  height: 58px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.primary-button.secondary {
  color: #3a3e45;
  background-color: #3a3e4500;
  border: 1px solid #3a3e4526;
}

.button-flex {
  justify-content: space-between;
  width: 100%;
  max-width: 312px;
  display: flex;
}

.close-icon {
  position: absolute;
  inset: 2% 3% auto auto;
}

.personal-wrap {
  justify-content: space-between;
  width: 100%;
  max-width: 132px;
  text-decoration: none;
  display: flex;
}

.personal-wrap.tab {
  display: none;
}

.account-icon {
  width: 24px;
}

.max-text-wrap {
  max-width: 368px;
}

._3x-icon {
  width: 100%;
}

.cost-section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.p-15-wrap {
  margin-top: 60px;
}

.success-message {
  background-color: var(--bg);
  color: var(--black);
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

@media screen and (min-width: 1280px) {
  ._4x-box-wrap {
    max-width: 455px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-container {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .about-text-wraper {
    padding-left: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .about-text-wraper {
    max-width: 1200px;
    padding-left: 140px;
  }

  .about-text-wraper._w-780 {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #f2f6fe;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-top: 0;
    padding: 140px 20px 24px;
    position: fixed;
    inset: 13px 0% 0 auto;
  }

  .nav-link {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 36px;
  }

  .nav-link-wrap {
    max-width: 180px;
  }

  .p-12-para {
    top: 1%;
    right: 5%;
  }

  .nav-button-wrap {
    max-width: 150px;
    display: flex;
  }

  .language-wrap {
    justify-content: center;
    align-items: flex-end;
    height: 343px;
  }

  .language-wrap.tab {
    display: flex;
  }

  .maxinvest-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .maxinvest-wraper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .financial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .financial-2x-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 40px;
  }

  .financial-3x-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .team-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-wraper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .deposit-wraper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cta-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .h1-40-title.clr-grey {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-top-wraper {
    border-bottom-color: #3a3e4500;
    padding-bottom: 0;
  }

  .contact-flex-wraper.desktop {
    display: none;
  }

  .contact-flex-wraper.tab {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
    display: flex;
  }

  .footer-links-flex-wraper {
    flex-flow: column;
    margin-bottom: 56px;
  }

  .f-row-wraper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid #3a3e4533;
    flex-flow: column;
    max-width: none;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .footer-cpt-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .slide-nav-wrap {
    max-width: 400px;
  }

  .left-arrow {
    right: 8%;
  }

  .slide-line {
    right: 6%;
  }

  .menu-button {
    z-index: 99;
    padding: 0;
  }

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

  .burger-3 {
    z-index: 99;
    box-shadow: none;
    width: 24px;
    height: 24px;
  }

  .burger-3.tab {
    display: none;
  }

  .b3-bar1, .b3-middlebar-base {
    background-color: #3a3e45;
    width: 22px;
    height: 1px;
  }

  .b3-middlebar-top {
    width: 22px;
    height: 1px;
  }

  .b3-middlebar, .b3-bar3 {
    background-color: #3a3e45;
    width: 22px;
    height: 1px;
  }

  .nav-top-border {
    background-color: #3a3e4526;
    width: 100%;
    height: 1px;
    margin-bottom: 32px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .nav-border-bottom {
    background-color: #3a3e4526;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .about-text-wraper {
    max-width: 600px;
    height: auto;
    padding: 24px 20px;
  }

  .about-text-wraper._w-780 {
    max-width: 550px;
  }

  .company-wraper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  ._3x-title-flex-wraper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 60px;
  }

  ._3x-flex-wraper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .services-section {
    padding-top: 60px;
  }

  ._4x-wraper {
    flex-flow: column;
  }

  ._4x-box-wrap {
    max-width: 200px;
    height: 150px;
  }

  .inst-flex-wraper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .types-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-question-wrap {
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .question-title {
    font-size: 18px;
    line-height: 25px;
  }

  .faq-content {
    padding-right: 40px;
  }

  .media-section {
    padding-bottom: 100px;
  }

  .highlighted-flex-wraper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .media-bg {
    display: none;
  }

  .news-detail-section {
    padding-top: 0;
    padding-bottom: 56px;
  }

  .news-detail-wraper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rich-text-wraper {
    padding-top: 56px;
  }

  .rich-text p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 21px;
  }

  .rich-bg-wrap {
    display: none;
  }

  .contact-section {
    padding-bottom: 80px;
  }

  .contact-wraper {
    flex-flow: column;
  }

  .form-flex-wraper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .contact-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .contact-bg {
    display: none;
  }

  .dropdown-toggle.tab {
    z-index: 9;
    margin-left: 0;
  }

  .dropdown-toggle.tab.w--open {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown.tab {
    z-index: 9;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .dropdown-list.w--open {
    top: 35px;
  }

  .nav-logo-wrap {
    z-index: 99;
    position: relative;
  }

  .menu-button-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-tab-email-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 140px;
    display: flex;
  }

  .tab-logo {
    opacity: 1;
    display: block;
  }

  .nav-log-wrap {
    z-index: 10;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .numb-flex-wraper {
    max-width: 250px;
  }

  .slide-active {
    width: 100px;
  }

  .slide-active._2nd {
    width: 150px;
  }

  .cookies-wraper {
    max-width: 650px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .personal-wrap {
    margin-bottom: 0;
  }

  .personal-wrap.tab {
    display: flex;
  }

  .p-15-wrap {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .site-logo {
    max-width: 112px;
  }

  .nav-menu {
    margin-top: 0;
  }

  .maxinvest-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .maxinvest-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h6-18-title {
    font-size: 14px;
    line-height: 21px;
  }

  .h6-18-title.bot-40 {
    margin-bottom: 20px;
  }

  .h6-18-title.clr-white {
    font-size: 16px;
    line-height: 24px;
  }

  .h6-18-title.bot-32 {
    margin-bottom: 20px;
  }

  .p-24-para {
    font-size: 18px;
    line-height: 27px;
  }

  .maxinvest-card-wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .h3-32-title._w-400 {
    font-size: 20px;
    line-height: 30px;
  }

  .max-section {
    height: 600px;
  }

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

  .financial-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .p-20-para {
    font-size: 14px;
    line-height: 21px;
  }

  .financial-card-icon-wrap {
    max-width: 32px;
    margin-bottom: 16px;
  }

  .h4-24-title {
    font-size: 16px;
    line-height: 20px;
  }

  .h4-24-title.bot-40 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 21px;
  }

  .p-15-para {
    font-size: 14px;
    line-height: 21px;
  }

  .team-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .feature-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px;
  }

  .feature-list-flex-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .deposit-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .deposit-wraper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cta-section {
    padding-top: 166px;
    padding-bottom: 166px;
  }

  .h1-40-title {
    font-size: 28px;
    line-height: 36px;
  }

  .cta-button-wrap {
    max-width: 184px;
    margin-top: 40px;
  }

  .cta-button {
    max-width: 184px;
    font-size: 14px;
    line-height: 21px;
  }

  .footer-section {
    padding-top: 56px;
    padding-bottom: 24px;
  }

  .footer-top-wraper {
    border-bottom-color: #3a3e4500;
    padding-bottom: 0;
  }

  .contact-flex-wraper.desktop {
    display: none;
  }

  .contact-flex-wraper.tab {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
  }

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

  .footer-links-flex-wraper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .f-row-wraper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid #3a3e4533;
    flex-flow: column;
    max-width: none;
    padding-bottom: 40px;
  }

  .footer-cpt-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .slide-content-wraper {
    padding-bottom: 117px;
  }

  .h1-60-title {
    font-size: 40px;
    line-height: 50px;
  }

  .scrolldown-wrap {
    display: none;
  }

  .slide-nav-wrap {
    max-width: 296px;
    height: 56px;
  }

  .slide-line {
    right: 7%;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .about-section {
    padding-top: 300px;
  }

  .about-text-wraper {
    max-width: 400px;
    padding-left: 0;
  }

  .about-text-wraper._w-780 {
    padding-left: 0;
  }

  .company-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .company-inner-text-wrap {
    margin-top: 40px;
  }

  ._3x-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  ._3x-title-flex-wraper {
    margin-bottom: 40px;
  }

  ._3x-card-text-wraper {
    margin-top: 16px;
  }

  .services-section {
    padding-top: 56px;
  }

  .services-img-wrap {
    height: 377px;
  }

  ._4x-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  ._2x-flex-wraper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  ._2x-flex-wraper.top-80 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 32px;
  }

  ._4x-box-wrap {
    max-width: 113px;
    height: 92px;
  }

  ._1x-section, .inst-section, .types-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .types-title-wraper {
    margin-bottom: 40px;
  }

  .media-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .media-title-wrap {
    margin-bottom: 40px;
  }

  .highlighted-title-wrap {
    margin-bottom: 32px;
  }

  .news-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .news-wrap.space-32 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .public-news {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .featured-section {
    padding-bottom: 56px;
  }

  .contact-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .field-flex-wraper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .field-wrap {
    max-width: none;
  }

  .numb-flex-wraper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 150px;
    right: 15%;
  }

  .slide-active {
    width: 50px;
  }

  .slide-active._2nd {
    width: 80px;
  }

  .cookies-wraper {
    width: 95%;
    max-width: none;
  }

  .checkflex-wraper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
  }

  .cost-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

@media screen and (max-width: 479px) {
  .site-logo {
    max-width: 112px;
  }

  .nav-menu {
    padding-top: 100px;
  }

  .nav-button-wrap {
    max-width: 120px;
    margin-right: 15px;
  }

  .language-wrap {
    margin-top: 60px;
  }

  .p-24-para {
    font-size: 16px;
    line-height: 24px;
  }

  .maxinvest-card-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .max-section {
    height: 500px;
  }

  .img.heeight {
    object-position: 50% 50%;
  }

  .h1-40-title.clr-grey {
    font-size: 28px;
    line-height: 34px;
  }

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

  .p-16-para {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-cpt-wrap {
    text-align: center;
  }

  .hero-mask {
    overflow: hidden;
  }

  .slide-content-wraper {
    height: 600px;
  }

  .left-arrow {
    bottom: 3%;
    right: 15%;
  }

  .right-arrow {
    bottom: 3%;
    right: 5%;
  }

  .slide-line {
    bottom: 3%;
    right: 13%;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .about-text-wraper {
    max-width: 327px;
  }

  .question-title {
    flex: 1;
  }

  .faq-paragraph {
    padding-top: 20px;
    font-size: 14px;
    line-height: 21px;
  }

  .news-grid-img-wrap {
    max-width: none;
  }

  .public-news {
    padding-left: 16px;
    padding-right: 16px;
  }

  .public-news-inner-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .public-news-card-wrap {
    padding-bottom: 24px;
  }

  .news-detail-featured-img-wrap {
    height: 377px;
  }

  .contact-title-wrap {
    margin-bottom: 40px;
  }

  .field-label {
    font-size: 12px;
    line-height: 18px;
  }

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

  .submit-button {
    background-position: 80%;
  }

  .call-link {
    font-size: 14px;
  }

  .dropdown-toggle.tab {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-list {
    width: 107px;
    min-width: 107px;
    height: 100px;
    position: absolute;
    inset: 100% 0% auto;
  }

  .dropdown-list.w--open {
    height: 100px;
    inset: 100% 0% 0%;
  }

  .menu-button-wrap {
    max-width: 120px;
  }

  .nav-tab-email-wrap {
    margin-top: 60px;
  }

  .nav-log-wrap {
    max-width: 72px;
  }

  .numb-flex-wraper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 160px;
    bottom: 3%;
    right: 25%;
  }

  .slide-active._2nd {
    width: 70px;
  }

  .privacy-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .pvc-img-wrap {
    height: 200px;
    margin-bottom: 40px;
  }

  .checkflex-wraper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .check-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .button-flex-wraper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .primary-button {
    max-width: 90px;
    height: 35px;
    padding: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .primary-button.secondary {
    max-width: 100px;
    height: 35px;
    padding: 0;
  }

  .button-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    max-width: 200px;
  }

  .p-15-wrap {
    margin-top: 32px;
  }
}


