.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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;
}

body {
  color: #0b0d01;
  background-color: #fff;
  font-family: America, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #dbfe52;
  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 {
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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: #dbfe52;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
}

.button {
  grid-column-gap: .5rem;
  color: #0b0d01;
  text-align: center;
  background-color: #dbfe52;
  border-radius: 1.5rem;
  align-items: center;
  padding: 1.5rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
}

.button:hover {
  background-color: #dbfe52;
  box-shadow: 0 4px 2.9px 0 rgba(200, 255, 0, .02), 0 10px 7.4px 0 rgba(0, 0, 0, .03), 0 21px 15px rgba(0, 0, 0, .03), 0 42px 31px rgba(0, 0, 0, .04);
}

.button:active {
  background-color: #dbfe52;
}

.button.secondary {
  background-color: #fff;
  border: .125rem solid #0b0d01;
  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 {
  box-shadow: none;
  color: #dbfe52;
  background-color: #0b0d01;
}

.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 {
  box-shadow: none;
  background-color: #dbfe52;
  transform: rotate(0)scale(1.1);
}

.button.secondary.black {
  color: #0b0d01;
  border-color: #0b0d01;
}

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

.button.navigation:hover {
  box-shadow: none;
  color: #0b0d01;
  background-color: #dbfe52;
  border-color: #dbfe52;
}

.button.cta {
  color: #0b0d01;
  border-radius: 100rem;
  padding: 1.5rem 2rem;
  font-family: Gtamericaexpanded;
  font-weight: 700;
}

.button.cta:hover {
  box-shadow: 0 4px 2.9px 0 rgba(200, 255, 0, .02), 0 10px 7.4px 0 rgba(0, 0, 0, .03), 0 21px 15px rgba(0, 0, 0, .03), 0 42px 31px rgba(0, 0, 0, .04);
}

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

.button.plans_button:hover {
  color: #0b0d01;
  box-shadow: 0 0 1.25rem #dbfe52, 0 4px 2.9px 0 rgba(200, 255, 0, .02), 0 10px 7.4px 0 rgba(0, 0, 0, .03), 0 21px 15px rgba(0, 0, 0, .03), 0 42px 31px rgba(0, 0, 0, .04);
}

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

.heading-large {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.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 {
  font-size: 1rem;
}

.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: rgba(168, 193, 216, .2);
}

.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: rgba(0, 0, 0, .64);
}

.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: 32rem;
}

.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 {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  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 {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

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

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

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

.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 {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.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;
}

.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 {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  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;
  color: #0b0d01;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid rgba(11, 13, 1, .12);
  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 {
  color: #0b0d01;
  background-color: #dbfe52;
  border-color: #dbfe52;
}

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

.button-secondary.nav {
  grid-column-gap: .25rem;
  color: #dbfe52;
  border-color: rgba(255, 255, 255, .16);
}

.button-secondary.nav:hover {
  color: #0b0d01;
}

.button-text {
  color: #0b0d01;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  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-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;
}

.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 {
  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 {
  min-height: 100vh;
  color: #fff;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  width: 100%;
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  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: #fafafa;
  position: relative;
}

.section-home-hero {
  z-index: 1;
  color: #fff;
  background-color: #0b0d01;
  background-image: radial-gradient(circle at 50% 100%, rgba(219, 254, 82, .07), #0b0d01), url('../images/Group-16.svg');
  background-position: 0 0, 50% -50%;
  background-repeat: repeat, repeat;
  background-size: auto, 100%;
  background-attachment: scroll, scroll;
  margin-top: -7rem;
  padding-top: 6rem;
}

.section-home-plans {
  background-color: #dbfe52;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  display: block;
  position: relative;
}

.section-home-plans.hide {
  display: none;
}

.section-home-services, .footer_component {
  color: #fff;
  background-color: #0b0d01;
}

.section-home-companies {
  background-color: #0b0d01;
}

.section-home-testimonials, .section-home-communication {
  background-color: #fff;
}

.section-home-process {
  background-color: #fff;
  position: relative;
}

.section-home-benefits {
  background-color: #fafafa;
}

.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;
  background-color: #fff;
  border: .0625rem solid rgba(11, 13, 1, .12);
  border-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 4rem 2rem;
  display: flex;
}

.plans_card.card-3 {
  color: #fff;
  background-color: #0b0d01;
}

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

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

.faq_item {
  border-bottom: .0625rem solid rgba(11, 13, 1, .12);
}

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

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

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

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

.faq_expand-icon {
  background-color: rgba(11, 13, 1, .12);
  border-radius: .75rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.faq_answer-content {
  color: rgba(11, 13, 1, .64);
  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 {
  max-width: 32rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}

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

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

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

.benefits_section-item {
  grid-row-gap: 1rem;
  flex-flow: column 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;
  align-items: center;
  justify-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;
  max-width: 80rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 40% 10% 40%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  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;
  align-items: center;
  justify-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

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

.text-color-primary {
  color: #dbfe52;
}

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

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

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

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

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

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

.plans_card-featured {
  background-color: #f2f1eb;
  background-image: linear-gradient(337deg, rgba(8, 77, 55, .16), rgba(245, 93, 45, .38));
  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: #fff;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.plans_card-list-item.figma {
  color: #0b0d01;
  background-color: #9353ff;
}

.plans_card-list-item.webflow {
  color: #fff;
  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 {
  width: 100%;
  height: .125rem;
  background-color: #dbfe52;
}

.link-underline.is-green {
  background-color: #dbfe52;
}

.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: #fff;
  text-align: center;
  border-radius: 1rem;
}

.sticker_popular {
  width: 6rem;
  height: 6rem;
  text-align: center;
  background-color: #dbfe52;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  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: #d95a2b;
}

.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: rgba(255, 255, 255, .7);
}

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

.section-home-footer {
  z-index: 0;
  box-shadow: none;
  background-color: #0b0d01;
  position: relative;
  overflow: hidden;
}

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

.background-color-primary {
  background-color: #dbfe52;
}

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

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

.text-color-purple {
  color: #9353ff;
}

.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: rgba(11, 13, 1, .64);
}

.process_item-container {
  z-index: 5;
  width: 100%;
  height: 20rem;
  background-color: #dff56a;
  background-image: linear-gradient(#1f1f1f, #0b0d01);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process_item-container.step-3 {
  background-image: linear-gradient(#1f1f1f, #0b0d01);
}

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

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

.process_timeline {
  z-index: 1;
  width: .1875rem;
  height: 100%;
  background-color: rgba(11, 13, 1, .12);
  position: absolute;
  box-shadow: inset 0 -3px 3px -8px #fff;
}

.process_timeline-progress {
  z-index: -1;
  width: .1875rem;
  height: 0;
  background-color: #9353ff;
}

.bold-text {
  background-color: #dbfe52;
}

.plans_card-image {
  border: 1px solid rgba(11, 13, 1, .12);
  border-radius: 100rem;
  align-self: center;
  padding: .5rem;
}

.plans_card-image.card-3 {
  background-color: #dbfe52;
}

.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: rgba(255, 255, 255, .7);
}

.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 rgba(11, 13, 1, .12);
  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 rgba(11, 13, 1, .12);
  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: 2.5rem;
}

.curve {
  width: 200%;
  height: 10rem;
  background-color: #fff;
  border-radius: 50% 50% 0 0;
  padding-top: 10rem;
}

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

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

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

.shop-dog-link {
  z-index: 9;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq_question-text {
  flex: 1;
}

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

.text-span-3 {
  color: #000;
  background-color: #dbfe52;
  border-radius: 120px;
}

.hero-text-logo {
  color: rgba(255, 255, 255, 0);
  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: rgba(255, 255, 255, 0);
  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;
  width: 3rem;
  height: 3rem;
  background-color: #9353ff;
  border: .125rem solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  position: absolute;
  top: 53%;
  bottom: 0%;
  left: 43%;
  right: 0%;
}

.fake-notion {
  position: absolute;
  top: 27%;
  left: 5%;
  transform: rotate(-10deg);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .18);
}

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

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

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

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

.heading-7 {
  color: #fff;
}

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

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

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

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

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

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

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

.colophon-links {
  max-width: 12rem;
  color: rgba(255, 255, 255, .7);
  flex: 1;
  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;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

.footer_shape {
  height: 6rem;
  background-color: #0b0d01;
  border-top-left-radius: 62.5rem;
  border-top-right-radius: 62.5px;
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.plan_name-container.left {
  border-bottom-color: rgba(11, 13, 1, .12);
}

.button-plans {
  color: #0b0d01;
  text-align: center;
  background-color: #fafafa;
  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: #dbfe52;
}

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

.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: #fff;
  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: #0b0d01;
}

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

.plan_features-icon.green {
  color: #dbfe52;
}

.plan_features-icon.black {
  color: #dbfe52;
  background-color: rgba(255, 255, 255, .16);
}

.plan_features-icon.white {
  background-color: #dbfe52;
}

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

.plan_features-list {
  align-self: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.eyebrow_container {
  background-color: #9353ff;
  border-radius: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: inline-block;
}

.text_eyebrow {
  color: #9353ff;
  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 rgba(11, 13, 1, .06), 0 80px 4rem rgba(11, 13, 1, .04), 0 48px 2rem rgba(11, 13, 1, .03), 0 24px 1rem rgba(11, 13, 1, .03), 0 12px .5rem rgba(11, 13, 1, .02), 0 2px .25rem rgba(0, 0, 0, .02);
}

.button-secondary-icon {
  width: 1rem;
  height: 1rem;
  color: rgba(11, 13, 1, .64);
  font-size: 1rem;
  line-height: 1;
}

.section-home-testimonial {
  z-index: 0;
  background-color: #fafafa;
  position: relative;
}

.slide {
  background-color: #dbfe52;
}

.slider_container {
  flex-direction: row;
}

.slider_container-content {
  overflow: hidden;
}

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

.slider_arrow.left {
  cursor: none;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider_arrow.right {
  cursor: none;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.slider_content {
  width: 100%;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  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 {
  max-width: 530px;
  text-align: center;
  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 {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  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: #dbfe52;
}

.slide-4 {
  background-color: #9353ff;
}

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

.tab_link {
  width: 6rem;
  height: 6rem;
  background-color: rgba(0, 0, 0, 0);
  padding: 1rem;
}

.tab_link:hover {
  opacity: 1;
}

.tab_link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.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 {
  width: 25%;
  grid-row-gap: 4rem;
  flex-direction: column;
  margin-right: 4rem;
  display: flex;
}

.tools_tab {
  grid-row-gap: 1rem;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  padding: 0;
  display: flex;
}

.tools_tab.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tools-line-container {
  width: 100%;
  height: .125rem;
  background-color: rgba(255, 255, 255, .16);
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.tools_tab-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.section-home-tools {
  z-index: 0;
  background-color: #0b0d01;
  position: relative;
}

.tools_tab-content {
  color: rgba(255, 255, 255, .7);
  font-size: 1.25rem;
}

.tools_tab-eyebrow {
  color: #dbfe52;
  text-transform: uppercase;
  border: .0625rem solid #dbfe52;
  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: rgba(255, 255, 255, .7);
}

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

.tools-line {
  height: 100%;
  background-color: #dbfe52;
  flex: 1;
}

.tools_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  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;
  display: grid;
}

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

.tools-item-1 {
  grid-row-gap: 2rem;
  background-color: #141414;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

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

.tools-item-icon {
  background-color: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.tools-bg-grid {
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tools-bg-blur {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tools_bg {
  z-index: -2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tools-item-2, .tools-item-3, .tools-item-4 {
  grid-row-gap: 2rem;
  background-color: #141414;
  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;
  top: -15.8rem;
  bottom: auto;
  left: -14.5rem;
  right: auto;
}

.faq_bg {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.process_container {
  position: relative;
}

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

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

.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: -webkit-sticky;
  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 {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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: rgba(255, 255, 255, .15);
  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 {
  height: 80px;
  background-image: linear-gradient(#0a0a0a, rgba(10, 10, 10, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.timeline_definition-wrapper {
  background-color: rgba(255, 255, 255, .05);
  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 {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-right: 24px;
}

.overlay-fade-bottom {
  height: 80px;
  background-image: linear-gradient(to top, #0a0a0a, rgba(10, 10, 10, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 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 {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: #fff;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.text-colour-lightgrey {
  color: rgba(255, 255, 255, .65);
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, rgba(0, 0, 0, 0) 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;
  height: 8rem;
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.process_overlay-bottom {
  z-index: 2;
  height: 8rem;
  background-image: linear-gradient(to top, #fff, rgba(0, 0, 0, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.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: #9353ff;
  text-transform: uppercase;
}

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

.text-style-outlined.white {
  text-shadow: 0 0 20px rgba(219, 254, 82, .37);
}

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

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

.chat-block {
  width: 80%;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.whatsapp-chat {
  width: 300px;
  height: 315px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-icon-chat {
  margin-right: 0;
}

.live-chat-link {
  height: 25%;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.live-icon {
  width: 15px;
  height: 15px;
  background-color: #00b94a;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 5px;
  right: auto;
}

.chat-section {
  height: 50%;
  background-color: #e6ddd4;
  padding: 16px 20px;
}

.close-live-chat-container {
  width: 10%;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.livechat-button {
  width: 80%;
  height: 42px;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.top-section {
  height: 25%;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.shape-6 {
  width: 66em;
  height: 60em;
  background-color: #a0bce0;
  border-radius: 999em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.shape-2 {
  width: 43em;
  height: 40em;
  background-color: #b5a3d6;
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.shape-4 {
  width: 65em;
  height: 40em;
  background-color: #f6c779;
  border-radius: 999em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.ultra-gradient-wrapper {
  z-index: -3;
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  font-size: 1vw;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background-noise {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shape-1 {
  width: 40em;
  height: 40em;
  filter: blur(150px);
  background-color: rgba(197, 82, 254, .53);
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.shape-8 {
  width: 47em;
  height: 119em;
  background-color: #9fc68e;
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  width: 30em;
  height: 119em;
  background-color: #1b1b1b;
  border-radius: 999em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-7 {
  width: 20em;
  height: 13em;
  background-color: #b5a3d6;
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-5 {
  width: 30em;
  height: 30em;
  background-color: #e7805b;
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-3 {
  width: 53em;
  height: 100em;
  background-color: #b5a3d6;
  border-radius: 999em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@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 {
    max-width: 100%;
    flex: 0 auto;
  }

  .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 {
    max-width: 100%;
    flex: 0 auto;
  }

  .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 {
    width: 100%;
    flex-direction: row;
    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 {
    height: 22%;
    max-width: 100%;
    top: 58%;
    transform: scale(.8);
  }

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

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

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-4 {
    top: 22em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    top: 23.2em;
    bottom: 0;
    left: auto;
    right: -9.5em;
  }
}

@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 {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .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;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .main-shapes-wrapper, .blending-group-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }
}

@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-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;
  }

  .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;
  }

  .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;
  }

  .whatsapp-container {
    width: 70px;
    height: 70px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 50vh;
    position: relative;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .chat-section {
    height: 60%;
  }

  .top-section {
    height: 15%;
  }

  .shape-4 {
    top: 30.7em;
  }
}

#w-node-_8d3bc62d-27c4-43c8-cfa1-f96a643b1d95-e228f025, #w-node-_4b1ddf5e-267b-9fcd-0ad7-a4765540ac2b-e228f025, #w-node-cac7b162-f23e-8cfd-6967-4c579d69e437-e228f025, #w-node-cca8a8e5-d2ae-0680-5d60-fcd7f82931ea-e228f025, #w-node-db903a7d-d896-4634-575c-376c42f4d9c1-e228f025 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-a4af363c-1fd4-f9f1-b27a-954b494e7148-e228f025, #w-node-a4af363c-1fd4-f9f1-b27a-954b494e7150-e228f025, #w-node-a4af363c-1fd4-f9f1-b27a-954b494e7158-e228f025, #w-node-a4af363c-1fd4-f9f1-b27a-954b494e7160-e228f025, #w-node-aceebb32-f4c5-6622-c223-059cd32c70de-e228f025, #w-node-aceebb32-f4c5-6622-c223-059cd32c70e6-e228f025, #w-node-aceebb32-f4c5-6622-c223-059cd32c70ee-e228f025, #w-node-aceebb32-f4c5-6622-c223-059cd32c70f6-e228f025 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

  #w-node-_7703a3a9-3fd3-3d35-20dc-d99d546be89a-e228f025 {
    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;
}