:root {
  --white: White;
  --green-black: #101913;
  --turquise: #eaf1f1;
  --secondary: #dafb6e;
  --green-text-color: #15514d;
  --grey: #8c8c8c;
  --stars-color: #f7d13b;
}

.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(--white);
  color: var(--green-black);
  font-family: Lexend, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

a {
  color: var(--white);
  text-decoration: underline;
}

.section {
  background-color: var(--white);
  padding-left: 160px;
  padding-right: 160px;
  overflow: visible;
}

.section.hero {
  background-image: url('../images/Frame-3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
}

.section.light {
  background-color: var(--turquise);
}

.section.dark {
  background-color: var(--green-black);
  color: var(--white);
}

.section.dark.no_margin {
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
}

.section.dark.less {
  padding-left: 120px;
  padding-right: 120px;
  overflow: hidden;
}

.section.footer {
  background-image: url('../images/Group-345.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
}

.section.slider {
  overflow: hidden;
}

.container {
  max-width: 1120px;
  position: relative;
}

.container.hero {
  min-height: 745px;
}

.container.nav {
  display: flex;
}

.navbar {
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 40px;
}

.navbar.black {
  color: var(--green-black);
}

.div-block {
  height: auto;
  display: flex;
}

.hero_txt {
  z-index: 1;
  color: var(--white);
  max-width: 408px;
  font-size: 20px;
  position: relative;
}

.button {
  background-color: var(--secondary);
  color: var(--green-black);
  text-align: center;
  border-radius: 8px;
  flex: none;
  padding: 12px 36px;
  font-size: 20px;
  text-decoration: none;
}

.button:hover {
  background-color: #f2fecd;
}

.button.outlined {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--secondary);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--secondary);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--secondary);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--secondary);
  color: var(--white);
  background-color: #0000;
}

.button.outlined:hover {
  border-top-color: var(--green-text-color);
  border-right-color: var(--green-text-color);
  border-bottom-color: var(--green-text-color);
  border-left-color: var(--green-text-color);
  color: var(--green-black);
  background-color: var(--white);
}

.button.outlined.small {
  padding: 10px 25px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 14px;
}

.button.outlined.small.black {
  color: var(--green-black);
}

.button.small {
  padding: 10px 25px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.button.dark {
  background-color: var(--green-black);
  color: var(--white);
}

.button.green {
  background-color: var(--green-text-color);
  color: var(--white);
}

.button.under {
  display: none;
}

.div-block-2 {
  flex: 1;
  max-width: 50%;
  margin-top: 90px;
}

.div-block-3 {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.image {
  max-width: 75%;
  position: absolute;
  inset: auto -15% 0% auto;
}

.image.ar {
  left: -10%;
  right: auto;
}

.nav_link {
  color: var(--white);
  text-align: center;
  padding: 0 10px 0 0;
  font-family: Kumbh Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.nav_link:hover {
  font-weight: 800;
}

.nav_link.w--current {
  color: var(--secondary);
}

.nav_link.black {
  color: var(--green-black);
}

.nav_link.black.w--current {
  color: var(--green-text-color);
  font-weight: 600;
}

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

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu.ar {
  margin-left: 40px;
}

.div-block-4 {
  flex: 1;
  display: inline-block;
}

.div-block-4._123 {
  flex: none;
  width: 5%;
  display: none;
}

.brand, .brand.w--current {
  flex: 1;
  min-width: 100px;
}

.btn_txt {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.btn_txt.ar {
  margin-left: 10px;
  margin-right: 0;
}

.txt_trust {
  vertical-align: middle;
  margin-right: 30px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
}

.paragraph {
  float: none;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.subscript {
  font-family: Kumbh Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
  display: block;
  position: static;
}

.figure {
  float: right;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  position: static;
}

.rich-text-block {
  float: right;
  flex-flow: column;
  line-height: 1em;
  display: inline-block;
}

.paragraph-2 {
  margin-bottom: 0;
  display: inline-block;
}

.image-4 {
  vertical-align: middle;
  margin-right: 10px;
}

.div-block-5 {
  vertical-align: middle;
  display: inline-block;
}

.div-block-6 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.image-5 {
  vertical-align: super;
}

.div-block-7 {
  text-align: left;
  vertical-align: middle;
  display: inline-block;
}

.content_center {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.heading-3 {
  font-family: Kumbh Sans, sans-serif;
  font-size: 40px;
}

.text-block {
  color: var(--green-text-color);
  min-width: auto;
  max-width: none;
}

.text-block._18 {
  font-size: 18px;
}

.text-block._18.greener {
  color: var(--secondary);
}

.text-block._18.white, .text-block.white {
  color: var(--white);
}

.text-block.white.ar {
  text-align: right;
}

.text-block.max_width_620 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.text-block.grey {
  color: #b3b3b3;
}

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

.text-block.max_width_400 {
  max-width: 400px;
}

.text-block.max_width_400.center {
  margin-left: auto;
  margin-right: auto;
}

.text-block.medium {
  margin-left: 10px;
  font-weight: 500;
  line-height: 1.8em;
  display: inline-block;
}

.text-block.medium.ar {
  margin-left: 0;
  margin-right: 10px;
}

.text-block.ar {
  text-align: right;
}

.text-block.plan_txt {
  height: 86px;
}

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

.column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-11 {
  flex: 1;
}

.big_tile_dark {
  z-index: 1;
  background-color: var(--green-black);
  border-radius: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.tile {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--turquise);
  border-radius: 8px;
  flex-flow: column;
  padding: 60px 100px;
  display: flex;
}

.tile.green {
  background-color: var(--green-text-color);
  color: var(--secondary);
}

.tile.white {
  border: 1px solid var(--grey);
  background-color: var(--white);
  text-align: center;
  flex: 1;
  padding: 40px 20px;
}

.tile.market {
  text-align: left;
  flex: 1;
  min-width: 307px;
  max-width: none;
  padding: 20px;
}

.tile.market.ar {
  text-align: right;
}

.big_tile {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--turquise);
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.tile_small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff0d;
  border-radius: 8px;
  flex-flow: column;
  width: 50%;
  padding: 10px;
  display: flex;
}

.max_width_540 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.max_width_480 {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.horizontal_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.horizontal_grid.todown {
  flex-flow: wrap;
}

.video_tile {
  z-index: 0;
  background-color: #0000;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  height: 220px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.txt_m {
  z-index: 2;
  font-weight: 500;
  position: relative;
}

.max_width_620 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.grey_tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--turquise);
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.grey_tile.graph {
  background-image: url('../images/Group-343.svg'), linear-gradient(225deg, #30b7af, #15514d);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.content_box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f7f7f7;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 60px 40px;
  display: flex;
}

.text-span {
  font-weight: 500;
}

.row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.list.thinner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 0;
  margin-bottom: 20px;
}

.list.thinner.gap {
  margin-top: 20px;
}

.video_box {
  z-index: 1;
  background-color: var(--green-black);
  border-radius: 8px;
  flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.content_left {
  flex: 1;
}

.content_left.gap_down {
  margin-bottom: 80px;
}

.total_income {
  z-index: 5;
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  width: 220px;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 10% -10%;
  box-shadow: 0 0 100px #00000059;
}

.total_income.ar {
  left: 0%;
  right: -10%;
}

.ttl_1 {
  color: var(--grey);
  font-size: 18px;
  font-weight: 300;
}

.txt_very_big {
  color: var(--green-black);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.3em;
}

.ttl_2 {
  color: var(--green-black);
  font-size: 18px;
  font-weight: 300;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.gradient {
  background-image: linear-gradient(#0000 50%, #000 90%);
  display: block;
  position: absolute;
  inset: 0%;
}

.vid_wrap {
  flex: 1;
  position: relative;
}

.accnt_lnk {
  color: var(--green-black);
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: underline;
}

.text-block-2 {
  margin-right: 10px;
  text-decoration: underline;
  display: inline-block;
}

.text-block-2.ar {
  margin-left: 10px;
  margin-right: 0;
}

.plan_tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--turquise);
  text-align: left;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-width: 320px;
  max-width: none;
  padding: 50px 20px 40px;
  display: flex;
}

.plan_tile.graph {
  background-image: url('../images/Group-343.svg'), linear-gradient(225deg, #30b7af, #15514d);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.plan_tile.plan_1 {
  background-color: var(--white);
  justify-content: space-between;
  padding-top: 15px;
  box-shadow: 0 0 25px -4px #0003;
}

.plan_tile.plan_1.pln_pg {
  justify-content: flex-start;
  padding-bottom: 20px;
}

.plan_tile.plan_1.pln_pg.ar {
  text-align: right;
}

.plan_tile.plan_2 {
  border: 1px solid var(--green-text-color);
  padding-top: 15px;
}

.plan_tile.plan_2.pln_pg {
  justify-content: flex-start;
  padding-bottom: 20px;
}

.plan_tile.plan_2.pln_pg.ar {
  text-align: right;
}

.plan_tile.plan_3 {
  color: var(--white);
  background-image: url('../images/Frame-30.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
}

.plan_tile.plan_3.pln_pg {
  text-align: right;
  justify-content: flex-start;
  padding-bottom: 20px;
}

.plan_ttl {
  z-index: 2;
  margin-bottom: 20px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  position: relative;
}

.plan_ttl.smaller {
  margin-bottom: 10px;
  font-size: 20px;
}

.plan_ttl.bigger {
  margin-bottom: 0;
  font-size: 52px;
  line-height: 1em;
}

.plan_ttl.ar {
  text-align: right;
}

.plan_tag {
  color: var(--green-text-color);
  background-color: #6ce5de;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.plan_tag.hide {
  opacity: 0;
}

.div-block-13 {
  margin-bottom: 15px;
  display: flex;
}

.horizontal_section {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.strips {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.num {
  margin-right: 40px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3em;
  display: inline-block;
}

.num.ar {
  margin-left: 40px;
  margin-right: 0;
}

.semibold {
  font-weight: 600;
}

.semibold.black {
  color: var(--green-black);
  line-height: 2.5em;
}

.text-block-3 {
  display: inline-block;
}

.strip {
  background-color: var(--turquise);
  border-radius: 8px;
  padding: 20px 30px;
}

.strip.strat {
  background-color: var(--green-black);
  color: var(--white);
  box-shadow: 0 0 30px #0000004d;
}

.text-span-2 {
  color: var(--secondary);
}

.div-block-14 {
  margin-top: 60px;
}

.max_width_320 {
  max-width: 320px;
}

.div-block-15 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.cta_box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  text-align: center;
  background-image: url('../images/Frame-37.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-flow: column;
  margin-bottom: -120px;
  padding: 40px 240px;
  display: flex;
}

.heading-5 {
  margin-bottom: 0;
}

.div-block-16 {
  text-align: center;
  margin-bottom: 40px;
}

.footer_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  margin-bottom: 20px;
  display: flex;
}

.footer_ttl {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 2em;
}

.footer_link {
  color: #bfbfbf;
  font-size: 13px;
  line-height: 2em;
  text-decoration: none;
  display: block;
}

.footer_content {
  flex: 1;
  margin-bottom: 20px;
}

.footer_content.ar {
  text-align: right;
}

.mailto {
  text-decoration: underline;
}

.footer_txt {
  color: #bfbfbf;
  font-size: 13px;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.text-span-3 {
  color: var(--white);
  font-weight: 500;
}

.footer_content_w {
  flex: 0 auto;
}

.footer_content_w.ar {
  text-align: right;
}

.image-6 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-span-4 {
  color: var(--white);
  font-weight: 500;
}

.div-block-18 {
  flex-flow: column;
  display: flex;
}

.grey_txt {
  color: var(--grey);
  font-size: 15px;
}

.body {
  overflow: hidden;
}

.div-block-19 {
  margin-top: 40px;
}

.div-block-20 {
  text-align: center;
}

.div-block-21 {
  margin-bottom: 40px;
}

.imageee {
  background-image: url('../images/midsection-man-using-mobile-phone-table-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex: 1;
  display: block;
  position: relative;
}

.flt {
  z-index: 5;
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  flex: none;
  width: auto;
  padding: 8px 16px;
  display: block;
  position: absolute;
  inset: auto auto 4% -15%;
  box-shadow: 0 0 100px #00000059;
}

.flt._2 {
  bottom: 17%;
  left: -30%;
}

.image-7 {
  flex: 1;
  order: -9999;
}

.mockups {
  background-image: url('../images/Multi-devices-mockup-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  order: -9999;
  margin-left: -80px;
  margin-right: 40px;
}

.medium {
  color: var(--green-black);
  font-weight: 500;
}

.div-block-22 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.link {
  color: var(--grey);
}

.map {
  flex: none;
  width: 900px;
  max-width: none;
  overflow: visible;
}

.map_wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.location {
  background-color: var(--white);
  color: var(--green-black);
  text-align: left;
  border-radius: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.3em;
}

.location.london {
  margin-left: 60px;
}

.location.nasdaq, .location.brazil {
  margin-right: 60px;
}

.point {
  flex: 1;
  position: absolute;
  top: auto;
  left: auto;
}

.point.london {
  top: 66px;
  left: 295px;
}

.point.nasdaq {
  top: 86px;
  left: 115px;
}

.point.india {
  top: 244px;
  left: 525px;
}

.point.tokyo {
  top: 120px;
  left: 680px;
}

.point.australia {
  top: 354px;
  left: 661px;
}

.point.africa {
  top: 391px;
  left: 389px;
}

.point.brazil {
  top: 307px;
  left: 174px;
}

.dropdown-toggle {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle.black {
  color: var(--green-black);
}

.icon {
  margin: 0 0 0 6px;
  position: static;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: 10px;
}

.code-embed {
  box-sizing: border-box;
  order: 0;
  align-self: center;
  max-width: none;
  margin-left: 20px;
}

.code-embed.ar {
  margin-left: 0;
  margin-right: 20px;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: inline-flex;
}

@media screen and (min-width: 1280px) {
  .section.hero {
    padding-left: 160px;
    padding-right: 160px;
  }

  .section.dark.no_margin {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    max-width: none;
    right: -5%;
  }

  .nav_link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-4._123 {
    flex: 0 auto;
    width: 5%;
  }

  .content_center.this {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tile.market {
    min-width: 361px;
  }

  .content_box {
    justify-content: space-between;
  }

  .video_box {
    clear: none;
    max-width: 460px;
  }

  .content_left {
    max-width: 460px;
  }

  .mockups {
    margin-left: -80px;
  }

  .map {
    width: 1100px;
    overflow: visible;
  }

  .map_wrapper {
    width: 1100px;
  }

  .point.london {
    top: 97px;
    left: 391px;
  }

  .point.nasdaq {
    top: 124px;
    left: 167px;
  }

  .point.india {
    top: 295px;
    left: 660px;
  }

  .point.tokyo {
    top: 164px;
    left: 854px;
  }

  .point.australia {
    top: 438px;
    left: 815px;
  }

  .point.africa {
    top: 486px;
    left: 489px;
  }

  .point.brazil {
    top: 393px;
    left: 247px;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    right: 0%;
  }

  .tile.white {
    padding-bottom: 30px;
  }

  .horizontal_grid {
    justify-content: flex-start;
    align-items: stretch;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 35px;
  }

  .section, .section.hero, .section.light {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.dark.no_margin {
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.dark.less {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container.hero {
    min-height: auto;
  }

  .container.nav {
    display: flex;
  }

  .hero_txt {
    font-size: 18px;
  }

  .button.outlined.small.black {
    color: var(--white);
  }

  .button.outlined.small.nav, .button.small.nav {
    margin: 10px;
  }

  .button.under {
    display: none;
  }

  .div-block-2 {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .image {
    max-width: 75%;
  }

  .nav_link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .nav_link.black {
    color: var(--white);
  }

  .nav-menu {
    background-color: var(--green-text-color);
    flex-flow: row;
    padding: 10px;
  }

  .menu-button {
    float: none;
    clear: none;
    color: var(--white);
    vertical-align: middle;
    order: 9999;
    align-self: center;
    display: inline-block;
  }

  .menu-button.w--open {
    background-color: var(--green-text-color);
  }

  .menu-button.black {
    color: var(--green-black);
  }

  .menu-button.black.w--open {
    color: var(--white);
  }

  .image-3 {
    vertical-align: middle;
  }

  .txt_trust {
    font-size: 24px;
  }

  .div-block-6 {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block.max_width_400 {
    max-width: none;
  }

  .text-block.plan_txt {
    font-size: 15px;
  }

  .tile {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tile.market {
    min-width: 264px;
  }

  .big_tile {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tile_small {
    width: auto;
  }

  .horizontal_grid {
    flex-flow: wrap;
  }

  .grey_tile {
    min-width: 264px;
  }

  .grey_tile.graph {
    min-height: auto;
  }

  .content_box {
    flex-flow: column;
  }

  .video_box {
    flex: 0 auto;
    height: 460px;
  }

  .content_left.gap_down {
    margin-bottom: 0;
  }

  .plan_tile {
    min-width: 264px;
  }

  .plan_tile.graph {
    min-height: auto;
  }

  .plan_tile.plan_1.pln_pg {
    text-align: right;
    min-width: 280px;
  }

  .plan_tile.plan_1.pln_pg.ar {
    text-align: right;
  }

  .plan_tile.plan_2.pln_pg {
    min-width: 280px;
  }

  .plan_tile.plan_2.pln_pg.ar {
    text-align: right;
  }

  .plan_tile.plan_3.pln_pg {
    text-align: right;
    min-width: 280px;
  }

  .horizontal_section {
    flex-flow: column;
  }

  .div-block-14 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .max_width_320 {
    max-width: none;
  }

  .div-block-15 {
    margin-top: 40px;
  }

  .cta_box {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer_grid {
    flex-flow: wrap;
  }

  .footer_content {
    min-width: 220px;
  }

  .imageee {
    flex: 0 auto;
    height: 400px;
  }

  .flt {
    left: -3%;
  }

  .flt._2 {
    left: -15%;
  }

  .mockups {
    flex: 0 auto;
    order: 9999;
    height: 320px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .map, .map_wrapper {
    width: 650px;
  }

  .point.london {
    top: 26px;
    left: 180px;
  }

  .point.nasdaq {
    top: 40px;
    left: 44px;
  }

  .point.india {
    top: 169px;
    left: 345px;
  }

  .point.tokyo {
    top: 64px;
    left: 466px;
  }

  .point.australia {
    top: 252px;
    left: 445px;
  }

  .point.africa {
    top: 282px;
    left: 243px;
  }

  .point.brazil {
    top: 204px;
    left: 91px;
  }

  .dropdown-toggle.black {
    color: var(--white);
  }

  .code-embed {
    float: none;
    clear: none;
    text-align: left;
    vertical-align: middle;
    flex: 1;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .div-block-23 {
    float: right;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 10px;
    display: inline-flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .section, .section.hero, .section.light {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.dark.no_margin {
    height: auto;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .section.dark.less {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block {
    display: block;
  }

  .hero_txt {
    max-width: none;
  }

  .button.outlined {
    font-size: 18px;
  }

  .button.above {
    display: none;
  }

  .button.under {
    margin-top: 40px;
    display: block;
  }

  .div-block-2 {
    max-width: none;
  }

  .div-block-3 {
    margin-top: 30px;
  }

  .image {
    max-width: 100%;
    position: static;
  }

  .btn_txt {
    font-size: 18px;
  }

  .heading {
    font-size: 40px;
  }

  .div-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .content_center {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block {
    font-size: 15px;
  }

  .text-block._18 {
    font-size: 16px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .big_tile_dark {
    padding: 10px;
  }

  .tile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
  }

  .tile.green {
    padding: 10px;
  }

  .tile.market {
    min-width: auto;
  }

  .big_tile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tile_small {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
  }

  .heading-4 {
    font-size: 30px;
  }

  .horizontal_grid, .horizontal_grid.todown {
    flex-flow: column;
  }

  .video_tile {
    flex: 0 auto;
  }

  .grey_tile.graph {
    min-width: auto;
    min-height: 320px;
  }

  .content_box {
    padding: 20px;
  }

  .list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .accnt_lnk {
    margin-top: 20px;
  }

  .plan_tile.graph {
    min-width: auto;
    min-height: 320px;
  }

  .plan_tile.plan_1.pln_pg, .plan_tile.plan_2.pln_pg, .plan_tile.plan_3.pln_pg {
    min-width: 280px;
  }

  .plan_ttl.smaller {
    font-size: 18px;
  }

  .plan_ttl.bigger {
    font-size: 40px;
  }

  .num {
    margin-right: 40px;
    font-size: 40px;
  }

  .div-block-14 {
    flex-flow: column;
    display: flex;
  }

  .div-block-15 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cta_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-17 {
    flex-flow: column;
    display: flex;
  }

  .div-block-21 {
    margin-bottom: 20px;
  }

  .flt {
    left: 3%;
  }

  .flt._2 {
    left: -6%;
  }

  .mockups {
    height: 240px;
  }

  .div-block-22 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .map {
    width: 650px;
  }

  .map_wrapper {
    width: 650px;
    height: auto;
    overflow: visible;
  }

  .point.london {
    left: 180px;
  }

  .point.nasdaq {
    top: 40px;
    left: 44px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    text-align: center;
    font-size: 32px;
  }

  h2 {
    font-size: 25px;
  }

  .section, .section.hero, .section.light {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.dark.less {
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .hero_txt {
    text-align: center;
    max-width: none;
    font-size: 16px;
  }

  .button {
    flex: none;
    order: 9999;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .button.outlined {
    font-size: 16px;
  }

  .button.outlined.small.nav, .button.small.nav {
    margin-left: 0;
    margin-right: 0;
  }

  .button.dark {
    width: 100%;
  }

  .button.green {
    font-size: 18px;
  }

  .button.above {
    display: none;
  }

  .button.under {
    margin-top: 20px;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: stretch;
    margin-top: 40px;
  }

  .btn_txt {
    font-size: 16px;
  }

  .heading {
    font-size: 32px;
  }

  .image-2 {
    height: 24px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .image-3 {
    height: 64px;
  }

  .txt_trust {
    margin-right: 0;
    font-size: 18px;
  }

  .div-block-6 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: left;
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .content_center {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block.grey.max_width_540 {
    font-size: 14px;
  }

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

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .big_tile_dark {
    justify-content: center;
    align-items: flex-end;
    min-height: 280px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tile, .tile.green {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tile.market {
    min-width: auto;
  }

  .big_tile {
    padding-top: 20px;
  }

  .heading-4 {
    font-size: 25px;
  }

  .horizontal_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .video_tile {
    height: 180px;
    padding: 10px;
  }

  .grey_tile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-width: auto;
    padding: 20px 10px;
  }

  .grey_tile.graph {
    min-height: 200px;
  }

  .content_box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list.thinner {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list.thinner.gap {
    margin-top: 10px;
  }

  .total_income {
    width: 160px;
  }

  .ttl_1 {
    font-size: 14px;
  }

  .txt_very_big {
    font-size: 35px;
  }

  .ttl_2 {
    font-size: 14px;
  }

  .accnt_lnk {
    margin-bottom: 20px;
  }

  .plan_tile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-width: auto;
    padding: 20px 10px;
  }

  .plan_tile.graph {
    min-height: 200px;
  }

  .plan_tile.plan_1.pln_pg, .plan_tile.plan_2.pln_pg, .plan_tile.plan_3.pln_pg {
    min-width: 280px;
  }

  .plan_ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .plan_tag.hide {
    display: block;
  }

  .strips {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .num {
    font-size: 35px;
  }

  .strip {
    padding: 20px 16px;
  }

  .div-block-14 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .imageee {
    height: 280px;
  }

  .flt {
    width: auto;
    left: -10%;
  }

  .flt._2 {
    bottom: 23%;
    left: -10%;
  }

  .mockups {
    height: 160px;
  }

  .div-block-22 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .map {
    width: 650px;
  }
}


