.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e80506;
  background-image: url("../images/hero-dots-min.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body {
  font-family: 'Roboto', sans-serif;
}

.nav-wrapper {
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
}

.image {
  width: 207px;
  margin-top: 0px;
}

.nav-button-wrap.g5h4j65fg4h5j6gh65j465ghf._54gfh65fg4j64fhg {
  display: none;
}

.navlink {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 15px;
}

.navlink.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-button {
  padding: 14px 20px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #e80506;
  font-size: 16px;
  font-weight: 700;
}

.nav-button:hover {
  background-color: #ff8181;
  color: #fff;
}

.wrapper {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper._5g4h56gh46fh6d45ghd654h56dg4d {
  padding-top: 0px;
}

.wrapper._54gh564df4h56gh4664 {
  padding-bottom: 140px;
}

.wrapper._54gh564df4h56gh4664.fdgfdg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper._45fg5h4df64hg46h54646 {
  padding-top: 0px;
}

.wrapper.f5g465fh44gh64646 {
  padding-top: 0px;
}

.wrapper.f5g465fh44gh64646.fdgdfgs {
  width: 90%;
  max-width: 1200px;
}

.wrapper._5hg4d6dfh56g4h6fg4h4f6g6546 {
  width: 90%;
  max-width: 1200px;
  padding-top: 0px;
}

.wrapper.ghgfhdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-content {
  padding-right: 75px;
}

.hero-image {
  max-width: 475px;
}

.hero-sub-heading {
  margin-bottom: 20px;
  padding-right: 155px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

.button {
  padding: 14px 20px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #e80506;
  font-size: 16px;
  font-weight: 700;
}

.button:hover {
  background-color: #ff8181;
  color: #fff;
}

.button.form-button {
  height: 70px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 20px;
}

.button.ggdgfgdgdfgdfgdfgdfgdfd {
  margin-top: 20px;
  background-color: #e80506;
  color: #fff;
}

.button.ggdgfgdgdfgdfgdfgdfgdfd._5gsgd5fgffdg54f554sfd55s {
  width: auto;
  height: auto;
  max-height: none;
  min-height: auto;
  margin-top: 0px;
}

.button.ggdgfgdgdfgdfgdfgdfgdfd._5gh4jgfh46j4gf56h6 {
  margin-top: 0px;
  margin-left: 24px;
  line-height: 20px;
}

.button.ggdgfgdgdfgdfgdfgdfgdfd._5gh4jgfh46j4gf56h6.gh4j65gh4j4fgh65 {
  margin-top: 17px;
  margin-left: 0px;
}

.section {
  padding-top: 140px;
  padding-bottom: 0px;
}

.section.background {
  background-color: #f6f9fc;
}

.section.background.logo-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.blue-background {
  background-color: #0f6eff;
}

.section.blue-background._54fg565g4s64dfgsdf64g6df {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e80506;
  background-image: url("../images/hero-dots-min.png");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.grey-background {
  background-color: #f6f9fc;
}

.section.grey-background._4s56gf6g46dfg654s564g56465sd6sdf {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.footer-section {
  padding-top: 0px;
  padding-bottom: 25px;
}

.section.df46dfh46g6465dfh4gh6dfdfh6465hdf {
  margin-bottom: 140px;
  padding-top: 0px;
}

.section._54dg5h5gh564g6h4ddgh564 {
  display: block;
  padding-top: 0px;
}

.logo-grid {
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-div {
  text-align: center;
}

.logo-div.footer {
  padding-right: 30%;
  text-align: left;
}

.logo-image {
  width: 65%;
}

.body-heading {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 1.2;
}

.body-heading.white-text {
  color: #fff;
}

.body-heading._564c65jh5h46f464j65465g {
  padding-top: 69px;
}

.heading-centered {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.body-text {
  color: #6d859e;
  font-size: 18px;
  line-height: 1.5;
}

.body-text.space-under {
  margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}

.body-text.white-body-text {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.core-features-grid {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.core-feature-div {
  padding: 50px 25px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  cursor: pointer;
}

.core-feature-div:hover {
  background-color: #fff;
}

.core-feature-image {
  width: 100px;
}

.feat-big-text {
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
}

.small-text {
  color: #6d859e;
  font-size: 15px;
  line-height: 1.5;
}

.heading-1 {
  margin-top: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 63px;
  line-height: 1.2;
  font-weight: 800;
}

.grid-twos {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-bottom: 0px;
  grid-column-gap: 30px;
  -ms-grid-columns: 0.75fr 0.5fr;
  grid-template-columns: 0.75fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-twos.send-funds-grid {
  bottom: auto;
  margin-top: auto;
  margin-bottom: 208px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
}

.grid-twos.receive-money-grid {
  margin-bottom: 0px;
  grid-auto-flow: row;
  grid-column-gap: 91px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
}

.grid-twos.receive-money-grid.fd5456sdfg4sdf6gs4fg64sfd65s54df65sd {
  width: 90%;
  max-width: 1200px;
  margin-bottom: 0px;
}

.grid-twos.try-grid {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.grid-twos.h.j {
  margin-bottom: 140px;
}

.grid-content.left-indent {
  padding-left: 100px;
}

.grid-content.right-indent {
  width: 100%;
  padding-right: 0px;
}

.grid-image {
  position: relative;
}

.fund-image {
  border-radius: 10px;
  box-shadow: 11px 11px 0 1px rgba(255, 129, 129, 0.34);
}

.fund-image._123133131332 {
  width: 530px;
  box-shadow: -9px 13px 0 1px rgba(255, 129, 129, 0.34);
}

.fund-image._123133131332._45d5as4f5d4f56as65d4f {
  overflow: hidden;
  width: 446px;
  height: 300px;
}

.more-features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.more-feat-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-feat-image {
  width: 80px;
}

.how-it-works-grid {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 130px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.works-div {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.works-image {
  width: 90px;
  margin-bottom: 10px;
}

.works-image.transaction-image {
  margin-bottom: 28px;
}

.dot-div {
  position: absolute;
  left: 215px;
  top: 35px;
  width: 195px;
}

.dot-div-2 {
  position: absolute;
  left: 595px;
  top: -10px;
  width: 195px;
}

.off-screen-image {
  width: 530px;
}

.special-wrapper {
  max-width: 1200px;
  margin-left: auto;
}

.off-screen-div {
  position: relative;
}

.numbers-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.solo-number {
  margin-right: 50px;
}

.number-text {
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
}

.review-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.review-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
}

.review-image {
  width: 60px;
  margin-right: 15px;
}

.review-person-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stars-image {
  width: 100px;
}

.review-name {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.review-txt {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-style: italic;
}

.get-started-grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 49px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-content {
  text-align: center;
}

.form-field {
  height: 70px;
  padding-left: 30px;
  border: 1px none #000;
  border-radius: 5px 0px 0px 5px;
}

.form-field::-webkit-input-placeholder {
  color: #6d859e;
  font-size: 20px;
}

.form-field:-ms-input-placeholder {
  color: #6d859e;
  font-size: 20px;
}

.form-field::-ms-input-placeholder {
  color: #6d859e;
  font-size: 20px;
}

.form-field::placeholder {
  color: #6d859e;
  font-size: 20px;
}

.submit-button {
  height: 70px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-block {
  margin-bottom: 0px;
}

.footer-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo {
  width: 207px;
  margin-bottom: 10px;
}

.menu-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-link {
  display: inline;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Montserrat', sans-serif;
  color: #6d859e;
  font-size: 15px;
  line-height: 2;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-link:hover {
  color: #000;
}

.footer-line {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #e6e6e6;
}

.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.social-image {
  width: 40px;
  padding-right: 5px;
  padding-left: 5px;
}

.jarods-plug {
  color: #0f6eff;
}

.nav-plug {
  color: #fff;
}

.tour-diamond {
  position: absolute;
  left: 0%;
  top: -7px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #2aa8ff;
  border-radius: 2px;
  background-color: #f4f8fa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tour-diamond.top-right {
  left: auto;
  right: 20px;
}

.help-tooltip {
  position: absolute;
  left: 100%;
  top: 20px;
  display: none;
  width: 300px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8e3f0;
  border-radius: 5px;
  background-color: #f4f8fa;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, 0.12);
  font-size: 11.5px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
}

.help-tooltip.tour-tooltip {
  left: auto;
  top: 0%;
  right: 20px;
  bottom: auto;
  z-index: 99;
  display: block;
  width: 420px;
  min-height: 0px;
  margin-top: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #4e70f8;
  background-color: #f4f8fa;
  box-shadow: 0 -5px 20px -5px rgba(45, 62, 80, 0.12),
    1px 1px 8px 1px rgba(45, 62, 80, 0.12);
  color: #000;
  font-size: 14px;
  line-height: 1.7em;
}

.plug {
  color: #4e70f8;
}

.help-title {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
}

.welcome-text {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

.delete-me-welcome {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
}

.twitter {
  color: #4e70f8;
}

.tour-dot {
  position: absolute;
  left: auto;
  top: -30px;
  right: 5%;
  bottom: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #2aa8ff;
  box-shadow: 0 0 0 30px rgba(42, 168, 255, 0.53);
  color: #64636e;
}

.text-block-2 {
  font-size: 12px;
  line-height: 20px;
}

.tour-bottom-row {
  position: relative;
  bottom: 3px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 10px 10px 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d8e3f0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  color: #64636e;
}

.help-tooltip-content {
  position: relative;
  z-index: 2;
  padding: 20px 30px 22px 22px;
  border-radius: 5px;
  background-color: #fff;
}

.div-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 60px;
}

.column-18 {
  padding-right: 0px;
  padding-left: 20px;
}

.paragraph-small {
  margin-bottom: 62px;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-small.fd4g56sdfg4df65g45s4f65g65sdf464g {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-small.fd4g56sdfg4df65g45s4f65g65sdf464g.f5g46j4g65h4j64fgh654j654gfh6 {
  font-size: 30px;
  line-height: 30px;
}

.plan-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: auto;
  padding: 5% 5% 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #10c3ab;
  border-radius: 14px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
}

.plan-box:hover {
  box-shadow: none;
}

.column-17 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-16 {
  padding-right: 20px;
  padding-left: 0px;
}

.columns-5 {
  margin-top: 21px;
}

.bold-text-2 {
  font-family: 'Montserrat', sans-serif;
  color: #2f2f35;
}

.bold-text-2._456fh64fgh46gh65g4h64fg654g {
  color: white;
  font-size: 96px;
  line-height: 95px;
  font-weight: 800;
}

.image-10 {
  position: absolute;
  left: auto;
  top: auto;
  right: -22%;
  bottom: -10%;
}

.text-block {
  color: #1a237e;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.text-block.plan-text-block {
  width: 85%;
  margin-bottom: 43px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 0px;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2.dfbdhgsdhjfghjfdsjdjfs {
  padding-bottom: 140px;
}

.text-span {
  display: inline;
  margin-top: 0px;
  font-size: 14px;
}

.hero-aux-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding: 100px 50px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e80506;
  background-image: url("../images/hero-dots-min.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.vertical-div-line-light {
  width: 1px;
  height: 100%;
  min-height: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.hero-center-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-title {
  color: #fff;
  text-align: center;
}

.hero-title.fdgdfgdfgd {
  margin-top: 20px;
}

.aux-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -61px;
  padding-right: 50px;
  padding-bottom: 100px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aux-wrapper {
  position: relative;
  z-index: 25;
  display: block;
  width: 100%;
  max-width: 1366px;
  padding: 50px 50px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 100px -75px #000;
  text-align: left;
}

.page-image {
  width: 50%;
  margin-bottom: 25px;
  margin-left: 25px;
  padding-left: 25px;
  float: right;
}

.rich-text-block {
  clear: none;
}

.dark-strip-bg-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 100px;
  background-color: #e80506;
}

.html-embed {
  height: 600px;
}

.html-embed._54sdfg4sdf6sg4fd66sdf {
  height: 850px;
}

.html-embed._54sdfg4sdf6sg4fd66sdf._5sdf4fd564sf4d6sf4d56s {
  max-width: 603.3333740234375px;
}

.heading-2 {
  color: #fff;
}

.heading-2.ffdgdgdfg {
  display: block;
  text-align: center;
}

.aux-section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -55px;
  padding-right: 50px;
  padding-bottom: 100px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dark-strip-bg-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 100px;
  background-color: #18232d;
}

._545sdf6sd65g464df6sdf p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}

._545sdf6sd65g464df6sdf h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}

.link {
  color: #ff8181;
}

.link-2 {
  color: #ff8181;
}

.div-block-3 {
  position: fixed;
  z-index: 9999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.64);
}

.div-block-4 {
  max-width: 65%;
  padding: 60px;
  background-color: #fff;
}

.rich-text-block-2 {
  font-family: 'Montserrat', sans-serif;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-6.tryrtyertyert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 66px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns-6.gfhfghdfg {
  margin-top: 104px;
}

.columns-6.gfhgfhgfhdfg {
  margin-top: 42px;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-20 {
  display: block;
}

.column-20.dgfdsgsdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  width: 50%;
}

.image-12 {
  width: 50%;
}

.div-block-5 {
  margin-top: 105px;
}

.ghdgfhfg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fgdfghdfhgdfhgfd {
  margin-top: 107px;
}

.fgdfghdfhgdfhgfd h2 {
  text-align: center;
}

.fgdfghdfhgdfhgfd.fgdsfgdfgdfs a {
  color: #e80506;
}

.link-3 {
  color: #fff;
}

.link-4 {
  color: #fff;
}

.nav-menu {
  flex-grow: 1;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-button-wrap {
    display: none;
  }

  .nav-button-wrap.g5h4j65fg4h5j6gh65j465ghf._54gfh65fg4j64fhg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-content {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    text-align: center;
  }

  .hero-sub-heading {
    padding-right: 0px;
  }

  .button.ggdgfgdgdfgdfgdfgdfgdfd._5gh4jgfh46j4gf56h6 {
    margin-top: 0px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo-grid {
    margin-bottom: 75px;
  }

  .logo-div {
    padding-right: 0%;
  }

  .logo-div.footer {
    padding-right: 0%;
  }

  .logo-image {
    width: 80%;
  }

  .heading-centered {
    margin-bottom: 40px;
  }

  .core-features-grid {
    max-width: none;
  }

  .core-feature-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .core-feature-div:hover {
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .feat-big-text {
    font-size: 20px;
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .heading-1 {
    font-size: 55px;
  }

  .grid-twos.send-funds-grid {
    grid-column-gap: 15px;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }

  .grid-twos.receive-money-grid {
    grid-column-gap: 15px;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }

  .grid-content.left-indent {
    padding-left: 0px;
  }

  .grid-content.right-indent {
    padding-right: 0px;
  }

  .more-features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .how-it-works-grid {
    grid-column-gap: 50px;
  }

  .works-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dot-div {
    left: 170px;
    top: 50px;
    width: 100px;
  }

  .dot-div-2 {
    left: 420px;
    top: 10px;
    width: 100px;
  }

  .review-grid {
    grid-column-gap: 20px;
  }

  .get-started-grid {
    grid-column-gap: 25px;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-plug {
    font-size: 12px;
  }

  .paragraph-small {
    margin-bottom: 60px;
  }

  .text-block {
    width: 100%;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 36px;
  }

  .hero-aux-section {
    padding-top: 75px;
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

  .aux-section {
    padding-right: 12.5px;
    padding-bottom: 12.5px;
    padding-left: 12.5px;
  }

  .aux-wrapper {
    padding: 25px 25px 0px;
    box-shadow: 0 0 100px -87.5px #000;
  }

  .page-image {
    width: 100%;
    margin-right: 0px;
    padding-left: 0px;
  }

  .aux-section-2 {
    padding-right: 12.5px;
    padding-bottom: 12.5px;
    padding-left: 12.5px;
  }
}

@media screen and (max-width: 767px) {
  .nav-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-button-wrap.g5h4j65fg4h5j6gh65j465ghf._54gfh65fg4j64fhg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px none #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .hero-content {
    width: 100%;
  }

  .hero-image {
    width: 100%;
  }

  .button.ggdgfgdgdfgdfgdfgdfgdfd._5gh4jgfh46j4gf56h6 {
    margin-top: 0px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .logo-grid {
    margin-bottom: 50px;
  }

  .logo-image {
    width: 100%;
  }

  .body-heading {
    font-size: 35px;
  }

  .core-features-grid {
    max-width: 60%;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .core-feature-div {
    padding: 25px 25px 35px;
  }

  .heading-1 {
    font-size: 40px;
  }

  .grid-twos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .grid-twos.receive-money-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .grid-content {
    text-align: center;
  }

  .grid-content.left-indent {
    margin-bottom: 30px;
  }

  .grid-content.right-indent {
    margin-bottom: 30px;
  }

  .how-it-works-grid {
    grid-row-gap: 75px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .works-image.transaction-image {
    margin-bottom: 10px;
  }

  .dot-div {
    display: none;
  }

  .dot-div-2 {
    display: none;
  }

  .numbers-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .solo-number {
    margin-right: 20px;
    margin-left: 20px;
  }

  .review-grid {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .try-image {
    width: 350px;
  }

  .get-started-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social {
    margin-top: 5px;
  }

  .menu-button {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    background-color: #000;
  }

  .paragraph-small {
    margin-bottom: 40px;
  }

  .plan-box {
    padding: 5%;
  }

  .image-10 {
    display: none;
  }

  .text-block {
    margin-bottom: 30px;
  }

  .text-block.plan-text-block {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-top: 162px;
    padding-bottom: 125px;
  }

  .image {
    width: 180px;
  }

  .nav-button-wrap {
    display: none;
  }

  .nav-button-wrap.g5h4j65fg4h5j6gh65j465ghf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-button-wrap.g5h4j65fg4h5j6gh65j465ghf._54gfh65fg4j64fhg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 19px;
    padding-bottom: 11px;
  }

  .wrapper {
    padding-top: 98px;
  }

  .wrapper._54gh564df4h56gh4664.fdgfdg {
    padding-top: 147px;
  }

  .hero-sub-heading {
    font-size: 18px;
  }

  .button.form-button {
    font-size: 16px;
  }

  .button.ggdgfgdgdfgdfgdfgdfgdfd._5gh4jgfh46j4gf56h6 {
    margin-top: 0px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.background.logo-top {
    padding-top: 73px;
    padding-bottom: 0px;
  }

  .logo-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .logo-div {
    text-align: center;
  }

  .logo-div.footer {
    text-align: left;
  }

  .logo-div.mobile-hide {
    display: none;
  }

  .logo-image {
    width: 80%;
  }

  .body-heading {
    font-size: 32px;
  }

  .body-text {
    font-size: 17px;
  }

  .core-features-grid {
    max-width: 100%;
  }

  .heading-1 {
    font-size: 33px;
  }

  .grid-twos.receive-money-grid {
    width: 90%;
  }

  .grid-twos.h.j {
    width: auto;
  }

  .more-features-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .solo-number {
    margin-right: 10px;
    margin-left: 10px;
  }

  .number-text {
    font-size: 25px;
  }

  .review-grid {
    max-width: 100%;
  }

  .form-field::-webkit-input-placeholder {
    font-size: 16px;
  }

  .form-field:-ms-input-placeholder {
    font-size: 16px;
  }

  .form-field::-ms-input-placeholder {
    font-size: 16px;
  }

  .form-field::placeholder {
    font-size: 16px;
  }

  .footer-grid {
    justify-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .menu-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    background-color: #000;
  }

  .column-18 {
    padding-left: 0px;
  }

  .paragraph-small.fd4g56sdfg4df65g45s4f65g65sdf464g {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .plan-box {
    margin-top: 0px;
    padding-top: 0%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-17 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-16 {
    padding-right: 0px;
  }

  .bold-text-2._456fh64fgh46gh65g4h64fg654g {
    font-size: 45px;
    line-height: 50px;
  }

  .text-block {
    font-size: 22px;
    line-height: 32px;
  }

  .text-block.plan-text-block {
    margin-bottom: 9px;
  }

  .hero-title {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 11vw;
  }

  .html-embed {
    margin-right: -25px;
    margin-left: -25px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .div-block-3 {
    display: none;
    overflow: auto;
    height: 100vh;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-4 {
    display: block;
    max-width: 95%;
    padding: 20px;
  }

  .columns-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fgdfghdfhgdfhgfd.fgdsfgdfgdfs a {
    font-size: 20px;
  }
}

#w-node-_6d9de2b0-48e2-7a59-f098-c18755ebf6d5-3de39e3b {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 0.9895833730697632;
  grid-row-start: span 0.9895833730697632;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: span 0.9895833730697632;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a8bceaee-cfa8-c73e-b673-3948b15a9092-3de39e3b {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_325aea65-6582-b167-7057-3e268115aabf-3de39e3b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_325aea65-6582-b167-7057-3e268115aac1-3de39e3b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9dd55483-412b-bdff-6967-810cee8e6aba-3de39e3b {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f71f541-4bf5-f98f-83d9-e879ecd552b8-3de39e3b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3f71f541-4bf5-f98f-83d9-e879ecd552b1-3de39e3b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b3dbeab1-573a-2b16-daeb-c00012c791f0-3de39e3b {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_570c0d1e-f448-a8e6-b80b-ee0443d471f3-43d471ee {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ec4fb4fc-f400-47fb-d891-fdfeb3214a3d-3de39e3b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_325aea65-6582-b167-7057-3e268115aabf-3de39e3b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9dd55483-412b-bdff-6967-810cee8e6ac5-3de39e3b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3f71f541-4bf5-f98f-83d9-e879ecd552b8-3de39e3b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b3dbeab1-573a-2b16-daeb-c00012c791fb-3de39e3b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_570c0d1e-f448-a8e6-b80b-ee0443d471f1-43d471ee {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_570c0d1e-f448-a8e6-b80b-ee0443d471f3-43d471ee {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

/* Tom @ Actuator Digital CSS */

.red-section { /* Override About Us section grey background */
  background-color: #e80506!important;
  background-image: url(../images/hero-dots-min.png)!important;
  background-position: 50% 50%!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}

.white-text { /* Override About Us section's black text */
  color: white!important;
  /* Change line 1094 back to color: #000; if undoing this rule */
}

.social-icon-wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding-top: 5px;
}

.ps-social-icon {
  width: 38px;
  height: 38px;
}

.vertically-aligned {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
  display: flex;
}

.flex-col {
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.contact-cta {
  padding: 30px;
  background-color: #e80506;
  color: white;
}

.contact-cta img {
  padding-left: 3px;
  padding-right: 3px;
  max-width: 30px;
}

.contact-cta p {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .flex-col, .flex-row {
    display: block;
  }
  .contact-cta {
    margin-top: 20px;
  }
}


/* API SECTION WRAPPER */

.api-hidden {
  display: none!important;
}

#api-section {
  font-size: 16px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
  min-height: calc(100vh - 100px);
  min-height: calc(100dvh - 100px);
  width: clamp(0px, 95vw, 1275px);
  margin-left: auto;
  margin-right: auto;

  @media screen and (max-width: 991px) {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 72px;
    min-height: calc(100vh - 72px);
    min-height: calc(100dvh - 72px);
  }
}

/* BUTTONS */

.course-button, .location-button, .course-listing-link, #scroll-prev-button, #scroll-next-button {
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  box-sizing: border-box;
  outline: none;
  line-height: 1;
  padding: 4px 8px;
  border: none;
  background-color: #eeeeee;
  color: black;
  font-size: 1em;
  transition: all 0.15s;
}

.location-button {
  text-wrap: balance;
  padding-top: 7px;
  padding-bottom: 7px;
}

.active, .course-listing-link, #scroll-prev-button:hover, #scroll-next-button:hover {
  background-color: #E80506;
  color: white;
}

.button-code, .course-listing-link, .location-text {
  font-size: 1em;
  font-weight: 800;
  display: block;
}

.location-text {
  font-size: 0.9em;
}

.course-listing-link {
  font-size: 1.2em;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button-description {
  font-size: 0.8em;
}

#scroll-prev-button, #scroll-next-button {
  font-size: 2em;
  padding: 2px 10px 2px 10px;
  min-width: 150px;
}

#scroll-next-button {
  float: right;
}

/* API INTRO TEXT, ROW TEXT, ICONS */

#api-intro { /* Container */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  font-family: 'Montserrat', sans-serif;
  text-wrap: balance;
  text-align: center;
  padding: 10px;
}

#api-h1, #api-intro-p {
  margin-bottom: 5px;
}

#api-h1 {
  color: #E80506;
  font-weight: 800;
  font-size: clamp( 1.5rem, 2vw + 0.5rem, 2.5rem);
  line-height: 1.1;
}

#api-intro-p {
  color: #a3a3a3;
  font-weight: 500;
}

#api-intro-p span {
  font-size: 0.7em;
  font-style: italic;
  opacity: 0.85;
}

#api-intro-p span, .api-row-icon, .api-row-intro {
  display: inline-block;
  vertical-align: middle;
}

.api-row-icon {
  max-height: 30px;
  max-width: 30px;
  margin-right: 5px;
}

.api-row-intro {
  color: black;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0px;
}

.api-bookings-cta a {
  color: #E80506;
  font-weight: 800;
}

.api-bookings-cta {
  /* font-family: 'Montserrat', sans-serif; */
  /* text-align: center; */
  font-size: 1.1em;
  line-height: 1.5;
  padding: 10px;
  border-radius: 5px;
  background-color: #eeeeee;
}

/* API CONTAINER, ROWS, COLUMNS */

.api-grid-container {
  display: flex;
  flex-wrap: wrap;
  margin: auto;

  @media (min-width: 1065px) {
    display: grid;
    grid-template-columns: 0.6fr 1.4fr; /* 2 equal-width columns */
    flex-wrap:nowrap;
    align-self:center;
  }

  @media (max-width: 1064px) {
    max-width: 90vw;
  }
}

.api-column {
  flex-basis: 100%; /* Make columns take up full width on mobile */
  display: flex;
  flex-direction: column;
  overflow: hidden;

  @media (min-width: 1065px) {
    flex-basis: auto; /* Reset back to equal width in the grid */
  }
}

/* API COURSE LISTINGS */
#api-course-listings {
  display: flex;
  flex-grow: 1;
  overflow-x: auto; /* Enable horizontal scrolling */
  overflow-y: hidden; /* Hide vertical overflow */

  /* Below 2 rules define how successful the scroll function is */
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  /* Add these styles to disable the default scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */

  padding-bottom:10px;
}

.api-grid-container {
  /* border-top: 1px solid #eeeeee; */
  padding-top: 20px;
}

.api-grid-container, .api-column {
  gap: 30px;
}

.api-row {
  width: 100%;
  box-sizing: border-box;
}

.api-row > :not(:first-child) {
  margin-top: 10px;
}

/* API COURSE PICKER */

#api-course-picker, #api-location-picker {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: stretch;
  align-items: stretch;
  gap: 5px;
}

#api-location-picker > details[open]
{
  margin-bottom: 10px;
}

#api-location-picker > details > div
{
  display: flex;
  flex-direction: column;
  align-content: stretch;
  align-items: stretch;
  gap: 5px;
}

#api-location-picker > details > summary
{
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  border-radius: 5px;
}

#api-location-picker > details[open] > summary
{
  margin-bottom: 5px;
}

.location-title
{
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
  line-height: 1;
  padding: 16px 8px;
  border: none;
  color: black;
  font-size: 1em;
  font-weight: 700;
}

summary::after {
  content: ' ►';
}
details[open] summary:after {
  content: " ▼";
}

#api-course-picker button, #api-location-picker button {
  align-content: flex-start;
  flex-shrink: 0;
  flex-grow: 1;
}

.course-listing {
  scroll-snap-stop: normal; /* Ensure each listing is snapped to */
  scroll-snap-align: start;
  flex-shrink: 0;

  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;

  width: 100%;
  padding: 2px;
}

.course-listing .slide {
  flex-shrink: 0;

  border-radius: 15px;
  border: #333 1px solid;
  color: black;

  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;

  width: 100%;
  height: fit-content;
  padding: 10px;
  font-size: 0.8em;
  align-items: stretch;
}

.card-container {
  padding: 2px;
  width: 33.3%;
  display: flex;
  align-items: stretch;
}

.course-listing-item {
  line-height: 1;
  border-radius: 5px;
  background-color: #eeeeee;
  color: black;

  padding: 10px;
  scroll-snap-stop: always; /* Ensure each listing is snapped to */
  scroll-snap-align: start;

  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;

  flex-grow: 1;
}

.course-listing-course_code {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.2em;
}

.course-listing-title {
  font-style: italic;
  margin-bottom: 10px;
}

.course-listing-prefix {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  padding-right: 2px;
  font-size: 0.9em;
}

.course-listing-close-date {
  margin-top: 5px;
  font-style: italic;
  font-size: 0.9em;
  color: #9a9a9a;
}

#no-results-message {
  text-wrap: balance;
  font-style: italic;
}

.left-image-mental-health-grid {
    margin-bottom: 0px;
    grid-auto-flow: row;
    grid-column-gap: 91px;
    -ms-grid-columns: 0.5fr 0.75fr;
    grid-template-columns: 0.5fr 0.75fr;
    grid-template-rows: auto;
}

.padded {
    padding-bottom: 140px;
}

.bottom-container {
  position: fixed;
  bottom: 0%;
  width: 100vw;
  padding: 0 1.75em 1.75em 1.75em;
  display: flex;
  flex-direction: row;
  align-items: center;
  pointer-events: none;
}

.bottom-center {
  justify-content: center;
}

.bottom-right {
  justify-content: flex-end;
  padding-right: 3em;
}

.circle-button {
  z-index: 9999;
  background-color: #E80506;
  border-radius: 9999px;
  width: 4em;
  height: 4em;
  pointer-events: auto;
}

.wf-section {
  scroll-margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .wf-section {
    scroll-margin-top: 72px;
  }
}

#api-intro img {
  width: 10em;
  height: 5em;
  object-fit: scale-down;
}

.mobile-credits {
  display: none;
}

@media screen and (max-width: 991px) {
  #api-intro img {
    display: none;
  }
  
  .mobile-credits {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

  .mobile-credits img {
    width: 10em;
    height: 5em;
    object-fit: scale-down;
  }
}

.award-roll {
  height: 90px;
  width: 100%;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.award-roll img {
  height: 90px;
  object-fit: scale-down;
}

.between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.page-between {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.page-between span {
  font-weight: bold;
}

.fill-row {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.small-header {
  display: flex;
  width: 50%;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .between {
    flex-direction: column;
    align-items: center;
  }

  .small-header {
    width: 100%;
  }
  
  .course-listing {
    font-size: 0.9em;
  }
  
  .course-listing-title {
    display: none;
  }
}