:root {
  --black-text: #322a28;
  --inspira-light-blue: #29a9e1;
  --white-smoke: #f0f0f0;
  --black: black;
}

p {
  max-width: 1000px;
  margin-bottom: 10px;
}

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

strong {
  font-weight: 500;
}

.body {
  color: var(--black-text);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Agenda, sans-serif;
}

.nav-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--inspira-light-blue);
}

.nav-link.invite {
  height: 30px;
  background-color: var(--black-text);
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-logo {
  height: 55px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.brand {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navdiv {
  width: 90%;
  height: 15vh;
  max-width: 1400px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.userprofileicon {
  width: 20px;
  height: 20px;
  display: block;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar {
  width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.herosection {
  height: 85vh;
  align-items: center;
  margin-top: 15vh;
  display: flex;
  position: relative;
}

.dropdown-list {
  background-color: rgba(221, 221, 221, .5);
}

.dropdown-list.w--open {
  background-color: rgba(221, 221, 221, .8);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.dropdown-link {
  letter-spacing: 4px;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
}

.dropdown-link:hover {
  background-color: #f0f0f0;
}

.herodiv {
  width: auto;
  background-color: rgba(240, 240, 240, .9);
  margin-left: -50vw;
  padding: 8vh 4vw 8vh 50vw;
}

.heroh2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Radikal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.heroh1 {
  color: var(--inspira-light-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Radikal, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.herosafearea {
  z-index: 10;
  width: 90%;
  max-width: 1400px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Agenda, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.button {
  width: 100%;
  background-color: var(--black-text);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.herotextdiv {
  max-width: 500px;
  margin-bottom: 40px;
}

.keytext {
  text-align: center;
  letter-spacing: 3px;
  font-size: 12px;
}

.herobuttondiv {
  width: 60%;
}

.herobg {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heroimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h1 {
  width: 90%;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Radikal, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.discoversection {
  background-color: var(--white-smoke);
  background-image: url('../images/INSPIRAWavesW.png');
  background-position: 110% -60%;
  background-repeat: no-repeat;
  background-size: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.safearea {
  z-index: 2;
  width: 80%;
  max-width: 1400px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.safearea.test {
  display: flex;
}

.safearea.myprofile {
  padding-top: 40px;
}

.linedivider {
  width: 150px;
  height: 2px;
  background-color: var(--inspira-light-blue);
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.hiw-section {
  background-image: url('../images/WavesGray.png');
  background-position: -15%;
  background-repeat: no-repeat;
  background-size: 35%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.steps-div {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.steps-block {
  max-width: 600px;
  background-color: var(--white-smoke);
  margin-top: 140px;
  padding: 60px 60px 40px;
  position: relative;
}

.h2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Radikal, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.stepimg {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -50px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer {
  height: 80px;
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-logos {
  width: auto;
  height: 35px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.safearea-footer {
  z-index: 2;
  width: 90%;
  height: auto;
  max-width: 1400px;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footerlogo {
  height: 100%;
  position: static;
}

.vertical-divider {
  width: 2px;
  height: 100%;
  background-color: var(--black-text);
  flex: none;
  position: relative;
}

.footer-sm {
  position: relative;
}

.sm-logos {
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.legal-links {
  height: 14px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: stretch;
  font-size: 10px;
  line-height: 14px;
  display: flex;
}

.legal-link {
  color: var(--black-text);
}

.sm-link {
  width: 18px;
  height: 18px;
}

.sm-logo {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.travel-checks-balance-div {
  width: 100%;
  height: auto;
  background-color: var(--white-smoke);
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.login-section {
  height: 100vh;
  background-image: url('../images/INSPIRA-Waves_2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 40%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -80px;
  display: flex;
  position: relative;
}

.login-logo {
  height: 80px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.login-form-div {
  width: 100%;
  height: auto;
  max-width: 500px;
  background-color: rgba(240, 240, 240, .4);
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.passwordreset {
  color: #969492;
}

.text-field {
  height: 50px;
  background-color: #efefef;
  border: 1px #000;
  margin-bottom: 20px;
}

.text-field.country-code {
  width: 110px;
}

.loginform {
  width: 80%;
}

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

.passicon {
  width: 20px;
}

.password-form-div {
  width: 100%;
  height: auto;
  max-width: 600px;
  background-color: rgba(240, 240, 240, .4);
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.form-note-text {
  color: #969492;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.referralform {
  width: 100%;
  background-color: #fff;
  margin: 40px auto;
  padding: 10px 20px 20px;
}

.phone-field-div {
  align-items: center;
  display: flex;
}

.benefit-h1 {
  width: 100%;
  letter-spacing: 2px;
  text-transform: none;
  margin: 0 auto;
  font-family: Agenda, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
}

.message-field {
  height: auto;
  min-height: 100px;
  background-color: #efefef;
  border: 1px #000;
  margin-bottom: 20px;
}

.new-referral-drop-div {
  height: auto;
  max-width: 600px;
  background-color: var(--white-smoke);
  padding: 0 60px;
  position: relative;
  overflow: auto;
}

.box-top-shadow {
  width: 100%;
  height: 30px;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, 0) 100%, #000);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.usd-text {
  font-size: 19px;
  line-height: 30px;
}

.benefit-supportive-text {
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 14px;
}

.benefit-div {
  width: 150px;
  border-top: 2px solid #29a9e1;
  border-bottom: 2px solid #29a9e1;
  margin: 30px auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.terms-conditions-text-link {
  color: #969492;
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: normal;
}

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

.balance-div {
  grid-row-gap: 10px;
  background-color: #322a28;
  justify-content: center;
  margin-right: 10%;
  padding: 20px 40px;
  font-weight: 400;
  display: flex;
}

.balance-text-tag {
  color: #afafaf;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 10px;
}

.balance-currency-tag {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 18px;
}

.balance-amount {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 1px;
}

.chart {
  width: 80%;
  height: auto;
  max-width: 1400px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: scroll;
}

.chart-column {
  flex-direction: column;
  flex: none;
  align-items: stretch;
  display: flex;
}

.chart-column.wide {
  min-width: 200px;
  flex: 1;
}

.even-column {
  min-height: 50px;
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.odd-column {
  min-height: 50px;
  text-align: left;
  background-color: #f2f2f2;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.column-title {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 12px;
}

.positive-value {
  color: #33d680;
}

.negative-value {
  color: #e66d6d;
}

.column-divider {
  width: 80%;
  height: 1px;
  background-color: #29a9e1;
  margin-right: auto;
}

.individual-section {
  min-height: 100vh;
  background-image: url('../images/INSPIRA-Waves_2.png');
  background-position: 100% 150%;
  background-repeat: no-repeat;
  background-size: auto 75%;
  margin-bottom: -80px;
  padding-top: 15vh;
  padding-bottom: 10vh;
  position: relative;
}

.contact-form-div {
  width: 100%;
  height: auto;
  max-width: 600px;
  background-color: rgba(240, 240, 240, .4);
  flex-direction: column;
  align-items: center;
  margin-top: 5vh;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-info {
  color: #969492;
  text-align: justify;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.contact-icons {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 10px;
}

.contact-info-note {
  color: #969492;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 12px;
  display: flex;
}

.contact-info-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.contact-info-line {
  width: auto;
  height: 2px;
  background-color: #ccc9c5;
  flex: 1;
}

.contact-info-h4 {
  color: #969492;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.contact-message-field {
  height: auto;
  min-height: 200px;
  background-color: #efefef;
  border: 1px #000;
  margin-bottom: 20px;
}

.my-profile-div {
  width: 80%;
  max-width: 500px;
  text-align: left;
}

.user-info-div {
  color: #969492;
  border-bottom: 2px solid #ccc9c5;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

.user-name {
  color: var(--black-text);
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 24px;
}

.my-profile-note-text {
  margin-bottom: 20px;
}

.terms-and-conditions-modal {
  z-index: 1000;
  opacity: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, .5);
  flex-direction: column;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.tc-content {
  width: 80%;
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  overflow: scroll;
}

.tc-column {
  width: 50%;
  color: #2c2623;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.tc-h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.tc-columns {
  justify-content: space-around;
  display: flex;
}

.list-item {
  margin-bottom: 15px;
}

.tc-list {
  padding-left: 20px;
}

.tc-divider {
  width: 100%;
  height: 1px;
  background-color: #ccc9c5;
  margin: 20px auto 40px;
}

.tc-div {
  width: 70%;
  height: 85%;
  max-width: 1400px;
  min-width: 600px;
  text-align: center;
  background-color: #f0f0f0;
  border: 20px solid #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tc-close-button {
  z-index: 100;
  width: 30px;
  height: 30px;
  object-fit: contain;
  padding: 5px 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.profile-button {
  width: 60px;
  padding: 0;
  display: flex;
}

.profile-drop-down {
  height: 25px;
  opacity: .5;
  letter-spacing: 4px;
  background-color: #efefef;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.profile-drop-down:hover {
  opacity: 1;
  color: #29a9e1;
}

.profile-dropdown-list {
  height: auto;
}

.icon {
  margin-right: 0;
  padding-left: 5px;
}

.new-referral-form {
  width: 80%;
  max-width: 500px;
  text-align: left;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link {
    letter-spacing: 3px;
    margin-left: 0;
    margin-right: 0;
    font-size: 11px;
    line-height: 15px;
    display: block;
  }

  .nav-link:hover {
    background-color: #f0f0f0;
  }

  .navbar-logo {
    height: 40px;
  }

  .navdiv {
    height: 10vh;
  }

  .userprofileicon {
    height: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .nav-menu {
    width: 180px;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
  }

  .herosection {
    margin-top: 10vh;
  }

  .safearea {
    overflow: hidden;
  }

  .footer-logos {
    height: 40px;
  }

  .sm-link {
    width: 15px;
    height: 15px;
  }

  .menu-button.w--open {
    background-color: var(--inspira-light-blue);
  }

  .dropdown {
    display: flex;
  }

  .dropdown.referrals {
    display: block;
  }

  .chart {
    justify-content: flex-start;
  }

  .chart-column, .chart-column.wide {
    flex: none;
  }

  .individual-section {
    padding-top: 10vh;
  }

  .icon {
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
    line-height: 18px;
  }

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

  .navbar-logo {
    height: 30px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navdiv {
    height: 50px;
  }

  .userprofileicon {
    margin-bottom: 10px;
  }

  .herosection {
    height: 80vh;
  }

  .herodiv {
    padding-top: 6vh;
    padding-bottom: 6vh;
    padding-right: 2vw;
  }

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

  .heroh1 {
    font-size: 50px;
    line-height: 50px;
  }

  .h1 {
    font-size: 22px;
    line-height: 26px;
  }

  .steps-block {
    padding: 35px 40px 30px;
  }

  .stepimg {
    width: 70px;
    top: -40px;
  }

  .footer {
    height: 60px;
  }

  .footer-logos {
    height: 30px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .vertical-divider.alt {
    width: 1px;
  }

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

  .legal-links {
    height: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    font-size: 9px;
    line-height: 10px;
  }

  .sm-link {
    width: 10px;
    height: 10px;
  }

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

  .passicon {
    width: 15px;
  }

  .new-referral-drop-div {
    padding: 35px 40px 30px;
  }

  .balance-div {
    padding: 10px 20px;
  }

  .balance-text-tag {
    font-size: 12px;
  }

  .balance-currency-tag {
    font-size: 7px;
  }

  .balance-amount {
    font-size: 12px;
  }

  .chart-column {
    font-size: 12px;
    line-height: 16px;
  }

  .even-column, .odd-column {
    min-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .column-title {
    font-size: 10px;
    line-height: 20px;
  }

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

  .tc-content {
    width: 90%;
  }

  .tc-column {
    font-size: 11px;
    line-height: 16px;
  }

  .tc-div {
    width: 90%;
    min-width: auto;
    border-width: 20px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  p {
    line-height: 16px;
  }

  .nav-link {
    letter-spacing: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 16px;
  }

  .nav-link.invite {
    margin-bottom: 10px;
  }

  .navbar-logo {
    height: 30px;
  }

  .brand {
    padding-left: 20px;
  }

  .navdiv {
    width: 100%;
    height: 10vh;
  }

  .userprofileicon {
    height: 15px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .nav-menu {
    padding-bottom: 10px;
  }

  .herosection {
    align-items: flex-end;
  }

  .dropdown-link {
    letter-spacing: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 14px;
  }

  .herodiv {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2vw;
  }

  .heroh2 {
    letter-spacing: 2px;
    font-size: 8px;
    line-height: 12px;
  }

  .heroh1 {
    margin-top: 15px;
    font-size: 30px;
    line-height: 30px;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 12px;
  }

  .button {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .herotextdiv {
    text-align: center;
    margin: 10px 10px 0;
  }

  .keytext {
    font-size: 8px;
    line-height: 14px;
  }

  .herobuttondiv {
    width: 70%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .herobg {
    width: 100%;
    height: 80%;
  }

  .h1 {
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 18px;
  }

  .discoversection {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .linedivider {
    margin-bottom: 20px;
  }

  .hiw-section {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .steps-block {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    font-size: 12px;
    line-height: 16px;
  }

  .footer {
    height: 115px;
  }

  .footer-logos {
    justify-content: center;
  }

  .safearea-footer {
    width: 95%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .vertical-divider, .vertical-divider.alt {
    width: 1px;
  }

  .footer-sm {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .sm-logos {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .legal-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 8px;
  }

  .login-section {
    justify-content: center;
    margin-bottom: -115px;
    padding-bottom: 50px;
  }

  .login-logo {
    width: 100%;
    height: 45px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: stretch;
    margin-bottom: 60px;
  }

  .login-form-div {
    max-width: 300px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .passwordreset {
    font-size: 12px;
  }

  .text-field {
    height: 30px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .passicon {
    width: 15px;
  }

  .password-form-div {
    max-width: 350px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .benefit-h1 {
    font-size: 33px;
    line-height: 24px;
  }

  .message-field {
    height: 30px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .new-referral-drop-div {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .usd-text {
    font-size: 18px;
  }

  .terms-conditions-text-link {
    margin-top: 0;
  }

  .balance-div {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .balance-text-tag {
    font-size: 10px;
  }

  .chart-column {
    font-size: 10px;
    line-height: 12px;
  }

  .column-title {
    letter-spacing: 1px;
    font-size: 8px;
    line-height: 10px;
  }

  .individual-section {
    margin-bottom: -115px;
  }

  .contact-form-div {
    max-width: 300px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .contact-message-field {
    height: 30px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .tc-h3 {
    letter-spacing: 2px;
    font-size: 10px;
    line-height: 16px;
  }
}


@font-face {
  font-family: 'Agenda';
  src: url('../fonts/Agenda_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agenda';
  src: url('../fonts/Agenda_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agenda';
  src: url('../fonts/Agenda_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}