@font-face {
  font-family: America Condensed;
  src: url('../fonts/GTAmericaCondensed-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: America;
  src: url('../fonts/GTAmerica-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: America Mono;
  src: url('../fonts/GTAmericaMono-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: America;
  src: url('../fonts/GTAmerica-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #0b0d01;
  --green: #dbfe52;
  --sl-2: var(--black);
  --light-grey: #fafafa;
  --sl: #23e0b6;
  --divider-on-light: #0b0d011f;
  --divider-on-dark: #ffffff29;
  --black-secondary: #0b0d01a3;
  --purple: #9353ff;
  --tomato: #d95a2b;
  --white-secondary: #ffffffb3;
  --dark-green: #1f1f1f;
  --dark-grey: #141414;
  --white-tertiary: #ffffffa3;
  --dim-grey: #654e62;
  --rosy-brown: #8c6d87;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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(--black);
  font-family: America, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--green);
  letter-spacing: -.1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: America Condensed, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: America Condensed, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gtamericacompressed;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

a {
  text-decoration: none;
}

ul {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  color: var(--sl-2);
  font-size: 4rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.background-color-primary {
  background-color: var(--green);
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  color: var(--light-grey);
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
}

.button {
  grid-column-gap: .5rem;
  background-color: var(--sl);
  color: var(--black);
  text-align: center;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  padding: 1.5rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.button:hover {
  background-color: var(--white);
  box-shadow: 0 4px 2.9px 0 #c8ff0005, 0 10px 7.4px 0 #00000008, 0 21px 15px #00000008, 0 42px 31px #0000000a;
}

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

.button.secondary {
  border: .125rem solid var(--black);
  background-color: var(--white);
  transition: background-color .15s ease-in-out, box-shadow .3s cubic-bezier(.175, .885, .32, 1.275), transform .3s cubic-bezier(.175, .885, .32, 1.275), opacity .3s ease-in-out;
}

.button.secondary:hover {
  background-color: var(--black);
  box-shadow: none;
  color: var(--green);
}

.button.secondary.navigation {
  transition: background-color .15s ease-in-out, transform .3s cubic-bezier(.175, .885, .32, 1.275), opacity .3s ease-in-out;
}

.button.secondary.navigation:hover {
  background-color: var(--green);
  box-shadow: none;
  transform: rotate(0)scale(1.1);
}

.button.secondary.black {
  border-color: var(--black);
  color: var(--black);
}

.button.navigation {
  border: .0625rem solid var(--green);
  color: var(--green);
  background-color: #0000;
  padding: .5rem 1.5rem;
  font-weight: 400;
  transition: background-color .15s ease-in-out;
}

.button.navigation:hover {
  border-color: var(--green);
  background-color: var(--green);
  box-shadow: none;
  color: var(--black);
}

.button.cta {
  color: var(--black);
  border-radius: 100rem;
  padding: 1.5rem 2rem;
  font-family: Gtamericaexpanded;
  font-weight: 700;
}

.button.cta:hover {
  box-shadow: 0 4px 2.9px 0 #c8ff0005, 0 10px 7.4px 0 #00000008, 0 21px 15px #00000008, 0 42px 31px #0000000a;
}

.button.plans_button {
  align-self: center;
  transition: box-shadow 1s cubic-bezier(.075, .82, .165, 1);
}

.button.plans_button:hover {
  box-shadow: 0 0 1.25rem 0 var(--green), 0 4px 2.9px 0rem #c8ff0005, 0 10px 7.4px 0rem #00000008, 0 21px 15px 0 #00000008, 0 42px 31px 0 #0000000a;
  color: var(--black);
}

.heading-medium {
  font-size: 2rem;
  line-height: 1.2;
}

.heading-large {
  color: var(--white);
  text-transform: none;
  font-family: America Mono, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-large.text-size-medium {
  color: #ffffffc7;
  letter-spacing: 0;
  font-family: America, sans-serif;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-style-muted.text-weight-medium {
  font-weight: 500;
}

.text-size-large.text-color-white-secondary {
  max-width: 20rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  color: var(--light-grey);
  font-size: 1rem;
}

.text-size-regular.text-color-white, .text-size-regular.text-color-white-copy {
  font-size: .9rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.text-align-center.heading-large.text-style-serif.text_how-it-works {
  width: 3rem;
  height: 3rem;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: #a8c1d833;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.3;
}

.text-size-medium.text-color-grey {
  color: #000000a3;
}

.text-size-medium.text-color-secondary {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 900;
}

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

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

.text-style-muted {
  opacity: .64;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  color: #000;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 70rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 5rem;
  line-height: 1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  text-transform: none;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
  font-weight: 500;
}

.max-width-large.align-center.text-align-center {
  max-width: 70rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  grid-column-gap: .5rem;
  border: .125rem solid var(--divider-on-light);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out;
  display: flex;
}

.button-secondary:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--black);
}

.button-secondary.plans_button {
  align-self: center;
}

.button-secondary.nav {
  grid-column-gap: .25rem;
  border-width: .2rem;
  border-color: var(--divider-on-dark);
  color: var(--sl);
  border-radius: 1.5rem;
}

.button-secondary.nav:hover {
  background-color: var(--sl);
  color: var(--white);
}

.button-text {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-huge {
  align-self: center;
  margin-bottom: 2rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.padding-vertical.padding-xhuge {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--black);
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.padding-vertical.padding-xxhuge {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.padding-vertical.padding-xlarge {
  padding-top: 5rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-small.faq {
  flex: 1;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.text-weight-medium.text-size-large {
  text-transform: uppercase;
  flex: 1;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  color: #fff;
  min-height: 100vh;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-styleguide_messege-heading {
  line-height: .8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

.section-home-faq {
  background-color: var(--light-grey);
  position: relative;
}

.section-home-hero {
  z-index: 1;
  background-color: #0b0d01;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #00906f33 37%, var(--black)), url('../images/Hero-image-web.png'), url('../images/65814fff6a28387a23fde4d5_gr_concentric-circles-2.svg');
  color: var(--white);
  background-position: 0 0, 0 0, 50% -50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, 100%;
  background-attachment: scroll, scroll, scroll;
  margin-top: -7rem;
  padding-top: 6rem;
}

.section-home-plans {
  background-color: var(--white);
  background-image: url('../images/1234567.svg'), radial-gradient(circle farthest-corner at 50% 50%, #fff, var(--white));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1500px, auto;
  position: relative;
}

.section-home-services, .footer_component {
  background-color: var(--black);
  color: var(--white);
}

.section-home-companies {
  background-color: var(--black);
}

.section-home-testimonials, .section-home-communication {
  background-color: var(--white);
}

.section-home-process {
  background-color: var(--white);
  position: relative;
}

.section-home-benefits {
  background-color: var(--light-grey);
  display: block;
}

.plans_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.plans_card-1, .plans_card-2, .plans_card-3 {
  flex: 1;
}

.plans_card {
  grid-row-gap: 2rem;
  border: .0625rem solid var(--divider-on-light);
  background-color: var(--white);
  border-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 4rem 2rem;
  display: flex;
}

.plans_card.card-3 {
  background-color: var(--black);
  color: var(--white);
}

.plans_card.card-3.fake {
  grid-row-gap: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.faq_section-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.faq_item {
  border-bottom: .0625rem solid var(--divider-on-light);
}

.faq_item.last-child {
  border: 1px #000;
}

.faq_question {
  z-index: 2;
  grid-column-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.text-color-white {
  color: #fff;
  display: block;
}

.text-color-white.text-align-center {
  font-size: 4.8rem;
}

.faq_answer {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.faq_expand-icon {
  background-color: var(--divider-on-light);
  border-radius: .75rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.faq_answer-content {
  color: var(--black-secondary);
  padding-bottom: 2rem;
}

.faq_section {
  grid-column-gap: 2rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading, .heading-2 {
  font-weight: 500;
}

.image, .image-2, .image-3 {
  align-self: flex-start;
}

.services_section-toolbox {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.toolbox_column {
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  align-content: space-around;
  display: flex;
}

.faq_section-title {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
  position: sticky;
  top: 25%;
}

.graphic_faq {
  max-width: 53rem;
  position: absolute;
  top: -169%;
  left: -24%;
}

.services_section-title {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
}

.benefits_section {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.benefits_section-item {
  grid-column-gap: 20px;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.footer_section-cta {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.companies_section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.testimonials_section {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonials_item {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process_wrapper {
  z-index: 5;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 40% 10% 40%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.process_step {
  grid-column-gap: 2rem;
  border-radius: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.process_step.reverse {
  flex-direction: row-reverse;
}

.text-color-primary {
  color: var(--green);
}

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

.footer_section-column {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 12rem;
  display: flex;
}

.footer_section-left {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_section-right {
  grid-column-gap: 2rem;
  justify-content: flex-end;
  width: 70%;
  display: flex;
}

.process_item-circle {
  background-color: #f2f1eb;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  min-height: 6rem;
  padding: 2rem;
  display: flex;
}

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

.plans_card-featured {
  background-color: #f2f1eb;
  background-image: linear-gradient(337deg, #084d3729, #f55d2d61);
  border-radius: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.footer_section-logo {
  grid-column-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.nav_component {
  z-index: 10;
  color: var(--white);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: sticky;
  inset: 0% 0% auto;
}

.plans_card-list-item {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.plans_card-list-item.figma {
  background-color: var(--purple);
  color: var(--black);
}

.plans_card-list-item.webflow {
  color: var(--white);
  background-color: #002aff;
}

.nav_menu {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.home_component {
  flex-direction: column;
  align-items: flex-start;
}

.image-4 {
  transform: rotate(180deg);
}

.about_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template: "Empty-Area Empty-Area-2"
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-style-serif {
  font-family: Ppeditorialnew;
  font-style: italic;
  font-weight: 400;
}

.text-block {
  text-transform: uppercase;
  font-family: Supply;
  font-weight: 400;
}

.link-underline {
  background-color: var(--sl);
  width: 100%;
  height: .125rem;
}

.link-underline.is-green {
  background-color: var(--sl);
}

.link_animated {
  overflow: hidden;
  transform: translate(0);
}

.plans_card-list {
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  align-content: space-around;
  display: flex;
}

.plans_card-list.card-3 {
  color: var(--white);
  text-align: center;
  border-radius: 1rem;
}

.sticker_popular {
  background-color: var(--green);
  text-align: center;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  padding: 16px;
  display: flex;
}

.text-block-2 {
  align-self: auto;
}

.text-block-3 {
  align-self: flex-end;
}

.text-block-4 {
  align-self: flex-start;
}

.testimonials_item-logo {
  max-height: 2rem;
}

.text-color-red {
  color: var(--tomato);
}

.text-span {
  font-family: Gt flexa standard;
}

.text-style-callout {
  text-transform: uppercase;
  font-family: America Mono, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.text-style-callout.text-color-white-secondary {
  color: var(--white-secondary);
}

.text-style-callout.text-weight-medium {
  font-weight: 500;
}

.text-style-callout.text-color-purple.text-align-center {
  color: var(--sl);
}

.section-home-footer {
  z-index: 0;
  background-color: var(--black);
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.hero_container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.background-color-primary {
  background-color: var(--green);
}

.div-block {
  width: 50%;
  margin-right: 50%;
}

.div-block-2 {
  width: 50%;
  margin-left: 50%;
}

.text-color-purple {
  color: var(--purple);
}

.text-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(306deg, #61ff50, #0ef);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-color-secondary {
  color: #0b0d01a3;
}

.process_item-container {
  z-index: 5;
  background-color: #000;
  background-image: linear-gradient(to bottom, var(--dark-green), var(--black));
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process_item-container.step-3 {
  background-image: linear-gradient(to bottom, var(--dark-green), var(--black));
}

.process_item-description {
  z-index: 3;
  position: relative;
}

.process_item-indicator {
  z-index: 2;
  background-color: var(--sl);
  box-shadow: 0 0 0 1.5rem var(--white);
  border-radius: 128rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: relative;
}

.process_timeline {
  z-index: 1;
  background-color: var(--divider-on-light);
  box-shadow: inset 0 -3px 3px -8px var(--white);
  width: .1875rem;
  height: 100%;
  position: absolute;
}

.process_timeline-progress {
  z-index: -1;
  background-color: var(--sl);
  width: .1875rem;
  height: 0;
}

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

.plans_card-image {
  border: 1px solid #0b0d011f;
  border-radius: 100rem;
  align-self: center;
  padding: .5rem;
}

.plans_card-image.card-3 {
  background-color: var(--green);
}

.plans_card-heading {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  font-family: Gtamericacompressed;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

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

.comparison_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Empty"
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.comparison_header {
  grid-column-gap: 1rem;
  border-bottom: .0625rem solid var(--divider-on-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: grid;
}

.comparison_row {
  grid-column-gap: 1rem;
  border-bottom: .0625rem solid var(--divider-on-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.row-item {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.row-item.header {
  text-align: left;
  padding-left: 1rem;
}

.nav_logo {
  display: flex;
}

.nav_logo.w--current {
  justify-content: center;
  align-items: center;
}

.logo-image {
  height: 3rem;
}

.curve {
  background-color: var(--white);
  border-radius: 50% 50% 0 0;
  width: 200%;
  height: 10rem;
  padding-top: 10rem;
}

.process-image-container {
  background-image: radial-gradient(circle at 100% 100%, #f4d7fe, #fff0), radial-gradient(circle farthest-side at 0 0, #f8a794, #fff0);
  height: 100%;
  padding: 1rem;
  position: relative;
}

.process-image-container.feature-2 {
  background-image: radial-gradient(circle at 100% 100%, #5435ff, #0000), radial-gradient(circle farthest-side at 50% 0, #94f8f8, #0000);
}

.process-image-container.feature-3 {
  background-image: radial-gradient(circle at 0%, #ffea8a, #fff0), radial-gradient(circle farthest-side at 50% 0, #ffd8c7, #fff0);
}

.shop-dog-link {
  z-index: 9;
  position: absolute;
  inset: 0%;
}

.faq_question-text {
  flex: 1;
}

.toolbox-item {
  grid-column-gap: .5rem;
  display: flex;
}

.text-span-3 {
  background-color: var(--green);
  color: #000;
  border-radius: 120px;
}

.hero-text-logo {
  color: #fff0;
  letter-spacing: 0;
  white-space: pre;
  background-image: url('../images/gr_goodtime-footer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-left: .5rem;
  font-size: 5rem;
}

.text-span-5 {
  font-family: Gtamericaexpanded;
}

.heading-5 {
  text-transform: uppercase;
}

.text-style-lowercase {
  text-transform: none;
}

.heading-6 {
  text-align: center;
}

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

.hero-text-plus {
  color: #fff0;
  background-image: url('../images/ic_plus_bong.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.div-block-4 {
  justify-content: center;
  display: flex;
}

.fake-ui-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.fake-ui-figma {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 3rem;
  right: -2rem;
}

.fake-ui-arrow {
  z-index: 3;
  position: absolute;
  top: 8.9rem;
  right: 1.7rem;
}

.fake-ui-rectangle {
  z-index: 2;
  background-color: var(--purple);
  border: .125rem solid #0000;
  border-radius: .5rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  inset: 53% 0% 0% 43%;
}

.fake-notion {
  position: absolute;
  top: 27%;
  left: 5%;
  transform: rotate(-10deg);
  box-shadow: 1px 1px 20px #0000002e;
}

.div-block-5, .div-block-6 {
  justify-content: center;
  display: flex;
}

.plans_container {
  grid-column-gap: 2rem;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.plan_left {
  grid-row-gap: 3rem;
  background-color: var(--white);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.plan_right {
  grid-row-gap: 3rem;
  background-color: var(--black);
  background-image: linear-gradient(#343434, #141414);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.plan_right.shadow-card {
  background-image: linear-gradient(#343434, #141414);
}

.heading-7 {
  color: var(--white);
}

.section-pricing {
  background-color: #fafafa;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.graphic_starburst {
  z-index: -1;
  width: 60rem;
  max-width: 300vw;
  height: 60rem;
  position: absolute;
  inset: -155% 0% auto -36%;
}

.slide-up {
  z-index: 1;
  position: relative;
}

.slide-up.tricks {
  overflow: hidden;
}

.div-block-7 {
  align-self: stretch;
  width: 100%;
  height: 100%;
}

.colophon_section-links {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.colophon-links {
  color: var(--white-secondary);
  flex: 1;
  max-width: 12rem;
  font-size: .875rem;
}

.image-5 {
  z-index: 0;
  position: absolute;
}

.footer_cta-hero {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer_cta-graphic {
  z-index: -1;
  max-width: 60rem;
  position: relative;
  top: -13%;
  left: auto;
  right: auto;
}

.footer_gradient {
  z-index: -2;
  width: 100%;
  max-width: 100vw;
  position: absolute;
  inset: auto 0%;
}

.footer_gradient.clickable-off {
  width: 100%;
  height: 100%;
}

.footer_section-col-con {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.footer_shape {
  background-color: var(--black);
  border-top-left-radius: 62.5rem;
  border-top-right-radius: 62.5px;
  height: 6rem;
  overflow: hidden;
}

.icon-1x1-xsmall {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  line-height: 1;
}

.footer_graphics-container {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.plan_name-container {
  grid-row-gap: .5rem;
  border-bottom: .0625rem solid var(--divider-on-dark);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 3rem;
  display: flex;
}

.plan_name-container.left {
  border-bottom-color: var(--divider-on-light);
}

.button-plans {
  background-color: var(--light-grey);
  color: var(--black);
  text-align: center;
  justify-content: center;
  padding: 2rem 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color .3s ease-in-out;
}

.button-plans:hover {
  background-color: #e0e0e0;
}

.button-plans.green {
  background-color: var(--sl);
}

.button-plans.green:hover {
  background-color: var(--light-grey);
}

.plan_price-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-huge {
  font-size: 4rem;
}

.plan_price-text {
  grid-column-gap: .25rem;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: America, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.plan_price-text.left {
  color: var(--black);
}

.plan_features-icon {
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.plan_features-icon.green {
  color: var(--green);
}

.plan_features-icon.black {
  background-color: var(--divider-on-dark);
  color: var(--green);
}

.plan_features-icon.white {
  background-color: var(--sl);
}

.list-item {
  grid-column-gap: .75rem;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.plan_features-list {
  color: var(--black);
  align-self: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.eyebrow_container {
  background-color: var(--purple);
  border-radius: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: inline-block;
}

.text_eyebrow {
  color: var(--purple);
  text-transform: uppercase;
  font-family: America Mono, sans-serif;
  font-weight: 500;
}

.section-header {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.shadow-card {
  box-shadow: 0 112px 7rem #0b0d010f, 0 80px 4rem #0b0d010a, 0 48px 2rem #0b0d0108, 0 24px 1rem #0b0d0108, 0 12px .5rem #0b0d0105, 0 2px .25rem #00000005;
}

.button-secondary-icon {
  color: var(--black-secondary);
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  line-height: 1;
}

.section-home-testimonial {
  z-index: 0;
  position: relative;
}

.slide {
  background-color: var(--green);
}

.slider_container {
  flex-direction: row;
}

.slider_container-content {
  overflow: hidden;
}

.slider_arrow {
  width: 50%;
  height: 20rem;
  position: absolute;
}

.slider_arrow.left {
  cursor: none;
  inset: 0% auto 0% 0%;
}

.slider_arrow.right {
  cursor: none;
  inset: 0% 0% 0% auto;
}

.slider_arrow-right {
  background-color: var(--green);
  cursor: none;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: none;
}

.slider_content {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.slide_nav {
  display: none;
}

.slider_content-titles {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slide-nav {
  display: none;
}

.slide-3 {
  background-color: var(--green);
}

.slide-4 {
  background-color: var(--purple);
}

.tabs_menu {
  justify-content: center;
  display: flex;
}

.tab_link {
  background-color: #0000;
  width: 6rem;
  height: 6rem;
  padding: 1rem;
}

.tab_link:hover {
  opacity: 1;
}

.tab_link.w--current {
  opacity: 1;
  background-color: #0000;
}

.tabs-profile {
  border-radius: 100rem;
}

.slider_content-quote {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.tools_container {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.tools_menu {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 25%;
  margin-right: 4rem;
  display: flex;
}

.tools_tab {
  grid-row-gap: 1rem;
  background-color: #0000;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.tools_tab.w--current {
  background-color: #0000;
}

.tools-line-container {
  background-color: var(--divider-on-dark);
  align-self: stretch;
  width: 100%;
  height: .125rem;
  display: flex;
  overflow: hidden;
}

.tools_tab-title {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.section-home-tools {
  z-index: 0;
  background-color: var(--black);
  display: block;
  position: relative;
}

.tools_tab-content {
  color: var(--white-secondary);
  font-size: 1.25rem;
}

.tools_tab-eyebrow {
  border: .0625rem solid var(--green);
  color: var(--green);
  text-transform: uppercase;
  border-radius: 100rem;
  align-self: flex-start;
  padding: .375rem .75rem;
  font-family: America Mono, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.tools_tab-eyebrow.design {
  color: var(--white-secondary);
}

.tools_tab-header {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tools-line {
  background-color: var(--sl);
  flex: 1;
  height: 100%;
}

.tools_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-auto-rows: 1fr;
  grid-auto-columns: minmax(20rem, 1fr);
  grid-auto-flow: row;
  align-items: center;
  display: flex;
}

.tools_pane {
  flex: 1;
  overflow: visible;
}

.tools-item-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark-grey);
  border-radius: 1.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  padding: 2rem;
  display: flex;
}

.tools-item-text {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.tools-item-icon {
  border: 1px solid var(--divider-on-dark);
  background-color: var(--dark-green);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 25%;
  max-width: 20%;
  padding: 1rem;
  display: flex;
}

.tools-bg-grid {
  opacity: .63;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tools-bg-blur {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.tools_bg {
  z-index: -2;
  position: absolute;
  inset: 0%;
}

.tools-item-2, .tools-item-3, .tools-item-4 {
  grid-row-gap: 2rem;
  background-color: var(--dark-grey);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.image-6 {
  z-index: -1;
  position: absolute;
  inset: -15.8rem auto auto -14.5rem;
}

.faq_bg {
  z-index: -1;
  position: absolute;
  inset: 0% -32% 0% 0%;
}

.process_container {
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

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

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.process_overlay-top {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--white), transparent);
  height: 8rem;
  position: absolute;
  inset: 0% 0% auto;
}

.process_overlay-bottom {
  z-index: 2;
  background-image: linear-gradient(to top, var(--white), transparent);
  height: 8rem;
  position: absolute;
  inset: auto 0% 0%;
}

.process_item-image {
  width: 100%;
  height: auto;
}

.process_item-image.step-1 {
  inset: 0%;
  transform: scale(1)translate(0, -3rem)rotate(-15deg);
}

.process_item-image.step-2 {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.process_item-image.step-2-arrow {
  max-width: 40%;
}

.process_item-image.step-3-1 {
  transform: translate(0, 10%)scale(.8);
}

.process_item-image.step-3-2 {
  top: 5%;
  transform: translate(0)scale(.8);
}

.process_item-image.step-3-3 {
  top: 10%;
  transform: translate(0, -10%)scale(.8);
}

.heading-8 {
  color: var(--purple);
  text-transform: uppercase;
}

.image-7 {
  max-width: 80%;
  position: absolute;
}

.text-style-outlined.white {
  text-shadow: 0 0 20px #dbfe525e;
}

.process_item-image_container {
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.process_item-image_container.step-3 {
  width: 80%;
  height: auto;
}

.gradient {
  padding-bottom: 26px;
  box-shadow: 0 -18.2494px 114.711px #ff8d3366, 0 -7.82119px 7.82119px #ef8c4033, inset 0 18.2494px 26.0706px #ffcca680, inset 0 -2.60706px #451e00, inset 0 2.60706px #fff, inset 0 -18.21px 25.21px #5e9f1666, inset 0 -10.4282px 10.4282px #5c2800, inset 0 2.60706px #f48d3f, inset 0 5.21412px 5.21412px #f48d3f, inset 0 10.4282px 10.4282px #f48d3f;
}

.body {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-2 {
  color: var(--light-grey);
  letter-spacing: -.1rem;
  font-size: 2.9rem;
  line-height: 1;
}

.heading-9 {
  line-height: .7;
}

.save-money-content-wrap {
  text-align: center;
}

.title-green-bg {
  display: inline-block;
}

.save-money-features-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.container-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.save-money-feature-details {
  color: var(--white-tertiary);
  text-align: center;
  letter-spacing: .16px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
}

.save-money-feature-details.last {
  color: var(--white-tertiary);
  text-align: left;
  margin-bottom: 0;
}

.save-money-feature-divider {
  background-color: #13cc7866;
  width: 100%;
  height: 1px;
}

.section-title {
  color: #fff;
  margin-bottom: 16px;
  font-size: 68px;
  font-weight: 600;
  line-height: 78px;
}

.section-title.mb-24 {
  color: #23e0b6;
  margin-top: 4rem;
  margin-bottom: 24px;
}

.financial-independent-grid-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.82fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.save-money-feature-title {
  color: #fff;
  text-align: left;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}

.body-2 {
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle, #000, #fff0), url('../images/65814fff6a28387a23fde4df_gr_grid-3_4.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
}

.bold-text-5 {
  color: var(--sl);
}

.container-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.ddedeade {
  grid-column-gap: .5rem;
  background-color: var(--sl);
  color: var(--black);
  text-align: center;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-top: 40px;
  padding: 1.5rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.ddedeade:hover {
  background-color: var(--white);
  box-shadow: 0 4px 2.9px 0 #c8ff0005, 0 10px 7.4px 0 #00000008, 0 21px 15px #00000008, 0 42px 31px #0000000a;
}

.ddedeade:active {
  background-color: var(--green);
}

.ddedeade.secondary {
  border: .125rem solid var(--black);
  background-color: var(--white);
  transition: background-color .15s ease-in-out, box-shadow .3s cubic-bezier(.175, .885, .32, 1.275), transform .3s cubic-bezier(.175, .885, .32, 1.275), opacity .3s ease-in-out;
}

.ddedeade.secondary:hover {
  background-color: var(--black);
  box-shadow: none;
  color: var(--green);
}

.ddedeade.secondary.navigation {
  transition: background-color .15s ease-in-out, transform .3s cubic-bezier(.175, .885, .32, 1.275), opacity .3s ease-in-out;
}

.ddedeade.secondary.navigation:hover {
  background-color: var(--green);
  box-shadow: none;
  transform: rotate(0)scale(1.1);
}

.ddedeade.secondary.black {
  border-color: var(--black);
  color: var(--black);
}

.ddedeade.navigation {
  border: .0625rem solid var(--green);
  color: var(--green);
  background-color: #0000;
  padding: .5rem 1.5rem;
  font-weight: 400;
  transition: background-color .15s ease-in-out;
}

.ddedeade.navigation:hover {
  border-color: var(--green);
  background-color: var(--green);
  box-shadow: none;
  color: var(--black);
}

.ddedeade.cta {
  color: var(--black);
  border-radius: 100rem;
  padding: 1.5rem 2rem;
  font-family: Gtamericaexpanded;
  font-weight: 700;
}

.ddedeade.cta:hover {
  box-shadow: 0 4px 2.9px 0 #c8ff0005, 0 10px 7.4px 0 #00000008, 0 21px 15px #00000008, 0 42px 31px #0000000a;
}

.ddedeade.plans_button {
  align-self: center;
  transition: box-shadow 1s cubic-bezier(.075, .82, .165, 1);
}

.ddedeade.plans_button:hover {
  box-shadow: 0 0 1.25rem 0 var(--green), 0 4px 2.9px 0rem #c8ff0005, 0 10px 7.4px 0rem #00000008, 0 21px 15px 0 #00000008, 0 42px 31px 0 #0000000a;
  color: var(--black);
}

.image-8 {
  margin-top: 39px;
}

.save-money-single-feature-copy {
  margin-bottom: 60px;
}

.save-money-feature-details-copy {
  color: var(--white-tertiary);
  text-align: left;
  letter-spacing: .16px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
}

.save-money-feature-details-copy.last {
  color: var(--white-tertiary);
  text-align: left;
  margin-bottom: 0;
}

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

.body-3 {
  background-color: var(--black);
}

.div-block-8 {
  background-image: url('../images/65814fff6a28387a23fde4df_gr_grid-3_4.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #353535;
  border: 1px solid #ffffff40;
  border-radius: 20px;
  max-width: 550px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  transition: all .275s;
}

.text-field:hover {
  background-color: #4b4b4b;
}

.text-field::placeholder {
  color: #ffffffb5;
  font-size: 15px;
}

.submit-button {
  border: 1px solid var(--sl);
  background-color: var(--sl);
  color: #161616;
  text-transform: uppercase;
  border-radius: 20px;
  min-width: 100px;
  max-width: 200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  transition: all .4s;
  box-shadow: 0 0 15px -3px #fff;
}

.submit-button:hover {
  font-size: 15px;
  box-shadow: 0 0 30px -3px #fff;
}

.submit-button:active {
  border-color: #ffe5b6;
}

.flex-block {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.formresultfail {
  background-color: #ddd0;
  background-image: radial-gradient(circle, #ff00003d 43%, #f000);
  border-radius: 110px;
  margin-top: 40px;
}

.icon-form {
  opacity: .98;
  height: 35px;
}

.svg {
  color: #3739b5;
  background-color: #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
}

.form-2 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
}

.radio-button-div {
  display: inline-block;
}

.radio-button {
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

.radio-button:hover {
  box-shadow: 0 2px 5px #0003;
}

.radio-button.w--redirected-checked {
  background-color: #fff;
  border-width: 3px;
  border-color: #a0caf5;
}

.radio-button-field {
  grid-column-gap: 10px;
  cursor: pointer;
  background-color: #353535;
  border: 1px solid #ffffff2e;
  border-radius: 20px;
  align-items: center;
  padding: 4px 5px 5px 25px;
  transition: all .275s;
  display: flex;
}

.radio-button-field:hover {
  background-color: #4b4b4b;
  border-color: #ffffff8a;
}

.card-title-heading {
  color: #173861;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.card-title-heading.white {
  color: var(--sl);
  margin-bottom: 0;
}

.title-div {
  text-align: center;
  max-width: 750px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  opacity: .8;
  margin-top: 10px;
  font-family: America, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.formresultdone {
  background-color: #ddd0;
  background-image: radial-gradient(circle, #ffffff1c 43%, #fff0);
  border-radius: 110px;
  margin-top: 40px;
}

.radio-button-label {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.667;
}

.section-contact {
  z-index: 1;
  color: #fff;
  text-align: center;
  background-color: #181818;
  background-image: url('../images/texture.jpg');
  background-position: 0 0;
  background-size: 80px;
  border: 1px solid #5c5c5c;
  border-radius: 30px;
  width: 100%;
  max-width: 1100px;
  margin: 220px auto;
  padding: 60px 20px;
  transition: all .2s;
  position: relative;
  box-shadow: 0 0 30px #ffffff1f, inset 0 -20px 20px -5px #0003;
}

.paragraph-copy {
  opacity: .8;
  color: #acacac;
  margin-top: 10px;
  font-family: America, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-margin {
  margin-left: 24px;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-height: 65px;
  padding: 10px;
  display: flex;
}

.body-4 {
  background-color: var(--black);
}

.image-9 {
  max-width: 30%;
  margin-top: 100px;
}

.padding-vertical-copy {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-copy.padding-xhuge {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--black);
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.padding-vertical-copy.padding-xxhuge {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.padding-vertical-copy.padding-xlarge {
  padding-top: 5rem;
}

.tools-item-1-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark-grey);
  border-radius: 1.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  padding: 2rem;
  display: flex;
}

._12312r41 {
  color: var(--light-grey);
  font-size: 1rem;
}

._12312r41.text-color-white, ._12312r41.text-color-white-copy {
  font-size: .9rem;
}

@media screen and (min-width: 1920px) {
  .save-money-content-wrap, .section-title.mb-24 {
    text-align: center;
  }
}

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .plans_component {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .plans_card {
    flex: 0 auto;
    padding: 1.5rem;
  }

  .faq_section-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq_question {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .faq_answer-content {
    padding-bottom: 1.5rem;
  }

  .faq_section {
    grid-row-gap: 5rem;
    flex-flow: column wrap;
  }

  .services_section-toolbox {
    grid-template-columns: 1fr 1fr;
  }

  .toolbox_column {
    align-items: center;
  }

  .faq_section-title {
    width: 100%;
    max-width: 32rem;
    position: static;
  }

  .graphic_faq {
    max-width: 36rem;
    top: -13.8rem;
    left: 1.6rem;
  }

  .benefits_section {
    grid-template-columns: 1fr 1fr;
  }

  .companies_section {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonials_section {
    grid-template-columns: 1fr 1fr;
  }

  .process_step {
    justify-items: stretch;
  }

  .footer_section {
    grid-column-gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer_section-column {
    flex: 0 auto;
    max-width: 100%;
  }

  .plans_card-featured {
    padding: 1.5rem;
  }

  .process_item-container {
    height: 20rem;
    display: flex;
  }

  .process_item-container.step-3 {
    align-items: stretch;
    display: flex;
  }

  .div-block-3 {
    max-width: 48rem;
  }

  .plans_container {
    grid-column-gap: 1rem;
  }

  .colophon_section-links {
    grid-column-gap: 2rem;
  }

  .colophon-links {
    flex: 0 auto;
    max-width: 100%;
  }

  .footer_cta-graphic {
    width: 100%;
    top: -7%;
  }

  .footer_section-col-con {
    flex: 1;
    justify-content: space-between;
  }

  .section-home-testimonial {
    z-index: 0;
  }

  .container {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .tools_container {
    flex-direction: column;
  }

  .tools_menu {
    flex-direction: row;
    width: 100%;
    margin-bottom: 2rem;
  }

  .tools_tab {
    flex: 1;
  }

  .tools_tab-content {
    padding-right: 1rem;
  }

  .tools_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tools-bg-grid {
    width: 50%;
    max-width: 46rem;
  }

  .image-6 {
    max-width: 80%;
    top: -3.9rem;
    left: -2.3rem;
  }

  .faq_bg {
    z-index: 0;
  }

  .process_item-image.step-1 {
    transform: scale(1)translate(0, .6rem)rotate(-15deg);
  }

  .process_item-image.step-2-arrow {
    max-width: 35%;
  }

  .process_item-image.step-3-1 {
    height: 22%;
    top: 16%;
    transform: scale(.8);
  }

  .process_item-image.step-3-2 {
    height: 22%;
    top: 37%;
    transform: scale(.8);
  }

  .process_item-image.step-3-3 {
    max-width: 100%;
    height: 22%;
    top: 58%;
    transform: scale(.8);
  }

  .process_item-image_container {
    width: 100%;
    height: auto;
  }

  .process_item-image_container.step-3 {
    width: auto;
    height: 100%;
  }

  .save-money-content-wrap {
    text-align: center;
    max-width: none;
  }

  .save-money-single-feature {
    text-align: center;
  }

  .save-money-features-wrap {
    grid-column-gap: 24px;
    flex-direction: row;
    max-width: none;
  }

  .save-money-feature-details {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .save-money-feature-divider {
    display: none;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 58px;
  }

  .section-title.mb-24 {
    margin-bottom: 15px;
  }

  .financial-independent-grid-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .save-money-feature-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .save-money-single-feature-copy {
    text-align: center;
  }

  .save-money-feature-details-copy {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .card-title-heading {
    font-size: 2.2rem;
  }

  .section-contact {
    width: 95%;
    padding: 60px;
  }

  .padding-vertical-copy {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .button {
    padding: 1rem 1.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .plans_card {
    padding: 1.25rem;
  }

  .faq_question {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .faq_answer {
    margin-bottom: 1.25rem;
  }

  .faq_answer-content {
    padding-bottom: 1.25rem;
  }

  .faq_section {
    grid-row-gap: 3.5rem;
  }

  .graphic_faq {
    max-width: 25rem;
    top: -9.2rem;
    left: -1rem;
  }

  .companies_section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .process_step {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer_section {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .plans_card-featured {
    padding: 1.25rem;
  }

  .nav_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .link_animated.nav {
    display: none;
  }

  .process_timeline {
    align-self: flex-start;
    margin-left: 2rem;
  }

  .plans_container {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .plan_left.shadow-card, .plan_right.shadow-card {
    width: 100%;
  }

  .colophon_section-links {
    grid-column-gap: 1rem;
  }

  .footer_section-col-con {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tools_container {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .tools_menu {
    flex-direction: row;
    margin-top: 0;
    margin-right: 0;
  }

  .tools_tab-title {
    font-size: 1.25rem;
  }

  .tools_tab-content {
    padding-right: 0;
    display: none;
  }

  .tools_tab-header {
    align-self: center;
  }

  .timeline_progress {
    left: 6px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

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

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .save-money-features-wrap {
    flex-direction: column;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title {
    font-size: 30px;
    line-height: 38px;
  }

  .section-title.mb-24 {
    margin-bottom: 10px;
  }

  .financial-independent-grid-wrap {
    grid-row-gap: 20px;
  }

  .ddedeade {
    padding: 1rem 1.5rem;
  }

  .flex-block {
    flex-direction: column;
  }

  .card-title-heading {
    font-size: 1.6rem;
  }

  .card-title-heading.white {
    margin-bottom: 0;
  }

  .section-contact {
    padding: 40px;
  }

  .padding-vertical-copy {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    font-size: 1rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-vertical.padding-xxhuge {
    display: block;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .section-home-plans {
    background-size: auto, auto;
  }

  .graphic_faq {
    max-width: 14rem;
    top: -3.1rem;
    left: 3.9rem;
  }

  .benefits_section {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .benefits_section-item {
    justify-content: center;
  }

  .process_step {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2rem;
  }

  .nav_container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .process_item-indicator {
    width: 2rem;
    height: 2rem;
  }

  .process_timeline {
    margin-left: 1rem;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid, .tools_grid {
    grid-template-columns: 1fr;
  }

  .tools-item-1, .tools-item-2, .tools-item-3, .tools-item-4 {
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .process_overlay-top, .process_overlay-bottom {
    height: 4rem;
  }

  .bold-text-2, .heading-9, .bold-text-3, .bold-text-4 {
    font-size: 2.5rem;
  }

  .save-money-feature-details {
    font-size: 13px;
    line-height: 23px;
  }

  .section-title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 26px;
  }

  .save-money-feature-title {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .container-3 {
    flex-direction: column;
  }

  .save-money-feature-details-copy {
    font-size: 13px;
    line-height: 23px;
  }

  .submit-button {
    width: 55%;
    min-width: 80px;
  }

  .card-title-heading.white {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.2em;
  }

  .section-contact {
    padding: 35px 10px;
  }

  .image-margin {
    margin-top: 15px;
    margin-left: auto;
  }

  .padding-vertical-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-copy.padding-xxhuge {
    display: block;
  }

  .tools-item-1-copy {
    grid-row-gap: 1rem;
    padding: 1rem;
  }
}

#w-node-_7703a3a9-3fd3-3d35-20dc-d99d546be8a3-23fde3ae {
  align-self: stretch;
}

#w-node-_2a502c18-098e-5323-bb13-22fba07b6f6c-23fde3ae, #w-node-_443e5a27-9695-ad37-30dd-cc0a6305927d-23fde3ae, #w-node-_272c5c8b-fb39-c017-5510-22a8af477efb-b9504311, #w-node-_272c5c8b-fb39-c017-5510-22a8af477efb-83287a2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_208dd928-f298-14e3-b633-1906e0163db7-db65e5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_24182880-20ff-1860-755c-72c848893ed4-23fde3ae {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-c6680817-b039-65c5-2544-f2bf93eae6e5-23fde3ae {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0657c052-c7f2-8fe7-691e-bb2dd277db1f-23fde3ae {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_0dfb792c-0a5f-4ee3-97bc-0e0b31fe9982-23fde3ae {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0dfb792c-0a5f-4ee3-97bc-0e0b31fe997f-23fde3ae {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_5a95d463-969a-ca9e-0386-b798f95d0502-23fde3ae, #w-node-_7703a3a9-3fd3-3d35-20dc-d99d546be8a3-23fde3ae {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7703a3a9-3fd3-3d35-20dc-d99d546be8a0-23fde3ae {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7703a3a9-3fd3-3d35-20dc-d99d546be89a-23fde3ae {
    grid-area: 2 / 2 / 3 / 3;
  }
}


@font-face {
  font-family: 'America Condensed';
  src: url('../fonts/GTAmericaCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'America';
  src: url('../fonts/GTAmerica-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'America Mono';
  src: url('../fonts/GTAmericaMono-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'America';
  src: url('../fonts/GTAmerica-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}