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

.align-start {
  align-items: start;
} 

.pa-4 {
  padding: 16px !important;
}

.v-container {
  width: 100%;
  padding: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1280px) {
  .v-container {
      max-width: 1200px;
  }
}

@media (min-width: 960px) {
  .v-container {
      max-width: 900px;
  }
}

.v-row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  margin: -12px;
}

.normal-text {
  text-decoration: none;
  color: inherit !important;
}

.v-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.text-h3 {
  font-size: 3rem !important;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: normal !important;
  font-family: Roboto, sans-serif !important;
  text-transform: none !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-white {
  color: #fff !important;
}

.v-toolbar {
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  transition: .2s cubic-bezier(.4,0,.2,1);
  transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
  width: 100%;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px;
  border-radius: 0;
  background: white;
  color: #3467D4;
}

header {
  background: white !important;
}

.v-toolbar__content, .v-toolbar__extension {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  transition: inherit;
  width: 100%;
}

.px-8 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.v-spacer {
  flex-grow: 1;
}

.mr-2 {
  margin-right: 8px !important;
}


.custom-underline span {
  background: linear-gradient(0deg, rgba(255, 0, 255, 0) 0%, rgba(255, 0, 255, 0) 16%, rgba(212, 217, 255, 1) 16%, rgba(212, 217, 255, 1) 41%, rgba(255, 0, 255, 0) 41%);
  padding: 0 0.5em 0 0.1em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero {
  min-height: 500px;
  background-image: url('/img/hero.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

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

.landing-main-content>div {
  margin-bottom: 36px;
}

.rounded-pic {
  border-radius: 80px;
}

@media (max-width: 854px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 18px;
  }
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

.subscription-card {
  border: solid 2px #eff3f9;
  border-radius: 15px;
}

.font-faded {
  font-weight: 400;
  color: #606f7b;
}

.nav-brand {
  font-size: 2em;
  font-weight: 800;
  line-height: 0.9em;
}

.faq-container {
  width: 80%;
}