:root {
  --green-yellow: #adff00;
  --brand-color: #5200ff;
}

body {
  color: #fff;
  background-color: #000;
  font-family: "29 slab", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: 2rem;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

@media screen and (min-width: 1920px) {
  .padding-global.uni {
    background-image: linear-gradient(#000, #000);
  }

  .text-color-white {
    padding-top: 28px;
    font-size: 2.4rem;
  }

  .multi_image-container {
    max-width: 34rem;
  }

  .multi_image-item {
    width: 10rem;
    height: 10rem;
  }

  .cta_component {
    max-width: 30rem;
  }

  .merque_item {
    flex: none;
  }

  .merque_component {
    transform: translate(-528px)rotate(-19deg);
  }

  .hero_merque-spacer {
    height: 8rem;
    top: 4rem;
  }

  .cta_refund.atte {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: 0;
    margin-top: 2.6rem;
    margin-bottom: 52px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .estate_hero-button.feature {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .estate_merque-component {
    min-width: 110vw;
  }

  .estate_logo-wrapper {
    margin-right: -4.65rem;
  }

  .header78_image-list, .header78_image, .header78_image-wrapper {
    overflow: hidden;
  }

  .html-embed {
    width: 80%;
  }

  .text-block-2 {
    font-weight: 900;
  }

  .features {
    background-color: #000;
  }

  .text-block-feature {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .div-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .html-embed-3 {
    width: 800px;
  }

  .cta_users {
    padding-top: 0;
    padding-left: 220px;
    padding-right: 220px;
  }

  .home_hero-merque {
    min-width: 110vw;
  }

  .fs-radio_label-4 {
    font-size: 1rem;
  }
}

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

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .heading-style-h1 {
    font-size: 4rem;
  }

  .text-weight-normal {
    margin-bottom: .1rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .button.is-large {
    align-self: stretch;
    min-width: auto;
  }

  .button.is-full-tablet {
    align-self: stretch;
    min-width: auto;
    text-decoration: underline;
  }

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

  .padding-section-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero_top-wrapper {
    text-align: right;
    align-items: flex-start;
  }

  .hero_logo-wrapper {
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 1rem;
  }

  .hero_second-text {
    text-align: right;
    font-size: 2rem;
  }

  .hero_bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .timeline_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .s_circle-container {
    width: 2rem;
    height: 2rem;
  }

  .timeline_image-wrapper {
    height: 27rem;
  }

  .timeline_image {
    width: 100%;
    overflow: visible;
  }

  .what_component {
    z-index: 2;
    max-width: none;
  }

  .lightning_component {
    z-index: 1;
    top: -56px;
    right: -4.6875rem;
  }

  .who_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: right;
    align-items: flex-start;
  }

  .whats-included_component {
    flex-direction: column;
  }

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

  .grid_item {
    text-align: right;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .me_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .me_image-component, .me_content {
    max-width: none;
  }

  .multi_image-item {
    width: 7.5rem;
    height: 7.5rem;
  }

  .logos_component-tablet {
    display: flex;
  }

  .logos_row {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cta_component {
    padding-bottom: 1.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .testimonials_component, .testimonials_top {
    align-items: flex-start;
  }

  .testimonials_grid {
    flex-direction: column;
  }

  .testimonials_item {
    text-align: right;
    min-width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .merque_container.is-estate {
    max-width: 200vw;
  }

  .merque_wrapper.scroll-hero, .merque_wrapper.scroll-hero-fast, .merque_wrapper.scroll-hero-slow, .merque_wrapper.scroll-hero, .merque_wrapper.scroll-hero-fast, .merque_wrapper.scroll-hero-slow {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .merque_item {
    font-size: 1.5rem;
  }

  .merque_item.is-hero {
    font-size: 2.75rem;
    font-weight: 700;
  }

  .merque_component {
    padding-top: .35rem;
    padding-bottom: .35rem;
    display: block;
    transform: translate(-45px, 35px)rotate(-19deg);
  }

  .merque_component.hide {
    display: none;
  }

  .merque_component.hide-desktop {
    max-height: 48px;
    transform: translate(-300px, 35px)rotate(-19deg);
  }

  .merque_image {
    width: 5rem;
  }

  .hero_merque-spacer {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .hide-desktop.is-mobile-portrate {
    display: none;
  }

  .video {
    display: block;
  }

  .heading {
    margin-top: 1.3rem;
    margin-bottom: -2.1rem;
  }

  .estate_video-container {
    min-width: 44.9rem;
  }

  .estate_merque-component {
    padding-top: .35rem;
    padding-bottom: .35rem;
    display: flex;
    inset: 0% 0% auto;
    transform: translate(-2rem)rotate(-8deg);
  }

  .estate_merque-component.hide {
    display: none;
  }

  .estate_merque-component.hide-desktop {
    max-height: 48px;
    transform: translate(-1.7rem, 2px)rotate(-8deg);
  }

  .estate_steps-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .steps_list {
    flex-wrap: wrap;
  }

  .steps_item {
    max-width: none;
  }

  .steps_icon-wrapper {
    width: 7rem;
    height: 7rem;
  }

  .steps_icon {
    width: 3rem;
    height: 3rem;
  }

  .steps_text-wrapper {
    max-width: 22.25rem;
    min-height: 15.3125rem;
  }

  .estate_testimonial {
    font-size: 2.25rem;
  }

  .es_testimonial-info {
    font-size: 1.5rem;
  }

  .estate_logo-wrapper {
    width: 43.3rem;
    height: 26.5rem;
  }

  .estate_hero-heading-size {
    font-size: 5.1rem;
  }

  .hero_logo-wrapper-center {
    justify-content: center;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .merque_wrapper-images.scroll-hero, .merque_wrapper-images.scroll-hero-fast, .merque_wrapper-images.scroll-hero-slow, .merque_wrapper-images.scroll-hero, .merque_wrapper-images.scroll-hero-fast, .merque_wrapper-images.scroll-hero-slow, .merque_container-images {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .merque_container-images.is-estate {
    max-width: 200vw;
  }

  .estate_form-wrapper {
    width: 100%;
  }

  .html-embed {
    width: 90%;
  }

  .container {
    max-width: 728px;
  }

  .home_hero-merque-component {
    min-width: 44.9rem;
  }

  .home_hero-merque {
    width: 300vw;
    margin-top: -2.9rem;
    margin-right: -20vw;
    padding-top: .35rem;
    padding-bottom: .35rem;
    display: flex;
    inset: 0% 0% auto;
    transform: translate(-2rem)rotate(-8deg);
  }

  .home_hero-merque.hide {
    display: none;
  }

  .home_hero-merque.hide-desktop {
    max-height: 48px;
  }

  .content-left-copy {
    width: 100%;
  }

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

  .content {
    flex-flow: column;
  }

  .div-block-2 {
    width: 100%;
  }

  .logo-wrap {
    width: auto;
    height: auto;
    padding: 10px;
  }

  .video-content {
    width: 100%;
  }

  .fit-logo {
    width: 120px;
    height: 60px;
  }

  .purple-container {
    flex-flow: column;
  }

  .hero-head {
    font-size: 48px;
  }

  .container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph {
    width: 100%;
  }

  .first-logo {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .card-item {
    flex-flow: wrap;
  }

  .logo-stack, .video-container, .content-left, .hero-txt {
    width: 100%;
  }

  .card {
    max-width: 45%;
  }

  .paragraph-2 {
    width: 100%;
  }

  .whatsapp_icon-wrapper-mobile {
    margin-bottom: .5rem;
    display: flex;
  }

  .footer_button-wrapper {
    flex: 1;
    margin-right: 0;
  }

  .footer_links-wrapper {
    background-color: #fff;
    border-radius: 1.5rem;
  }

  .footer_component-2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .whatsapp_icon, .button-6.is-footer, .button-6.is-footer {
    display: block;
  }

  .contact_component {
    border-radius: 2.5rem;
    min-width: 100%;
    max-width: none;
    padding: 3rem 2.5rem;
  }
}

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

  h2, h3 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

  .margin-bottom.margin-small {
    margin-bottom: .5rem;
  }

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .heading-style-h4 {
    font-size: 1.5rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

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

  .hero_logo-wrapper {
    padding-bottom: .5rem;
  }

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

  .timeline_component {
    margin-bottom: 2rem;
  }

  .timeline_image-wrapper {
    height: 28.2rem;
  }

  .timeline_bottom-component {
    bottom: -1.9rem;
    right: -.45rem;
  }

  .section-hero {
    overflow: hidden;
  }

  .lightning_component {
    top: -4.5rem;
  }

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

  .me_image-component, .me_content {
    max-width: none;
  }

  .logos_section-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .merque_container.is-estate {
    max-width: 200vw;
  }

  .merque_component {
    transform: translate(-45px, -21px)rotate(-19deg);
  }

  .merque_component.hide-desktop {
    transform: translate(-500px, 35px)rotate(-19deg);
  }

  .cta_refund.atte {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .estate_video-container {
    min-width: 100%;
  }

  .estate_merque-component {
    width: 200vw;
    transform: translate(-2rem, -45px)rotate(-8deg);
  }

  .estate_merque-component.hide-desktop {
    transform: translate(2.6rem, 38px)rotate(-8deg);
  }

  .estate_steps-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .estate_hero-heading-size {
    font-size: 4.5rem;
  }

  .hero_logo-wrapper-center {
    padding-top: 3rem;
    padding-bottom: .5rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .header78_image-wrapper {
    width: 18rem;
  }

  .merque_wrapper-images {
    justify-content: space-around;
    align-items: center;
  }

  .merque_container-images.is-estate {
    max-width: 200vw;
  }

  .airtable_form {
    width: 90%;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .home_hero-merque-component {
    min-width: 100%;
  }

  .home_hero-merque {
    width: 200vw;
    margin-left: 0;
    margin-right: -27vw;
    transform: translate(-2rem, -45px)rotate(-8deg);
  }

  .home_hero-support-text {
    font-size: 2rem;
  }

  .hero_image-wrapper {
    width: 18rem;
    height: 11rem;
  }

  .heading-6.center {
    font-size: 32px;
  }

  .content {
    flex-flow: column;
  }

  .video-content {
    width: 100%;
  }

  .review-stack {
    flex-flow: column;
  }

  .image-5 {
    width: 100%;
  }

  .fit-logo {
    width: 100px;
    height: 50px;
  }

  .purple-container {
    flex-flow: column;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .answer {
    display: none;
  }

  .video-container, .vertical {
    width: 100%;
  }

  .heading-9 {
    font-size: 32px;
  }

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

  .heading-10 {
    font-size: 18px;
  }

  .quest {
    font-size: 24px;
  }

  .whatsapp_icon-wrapper-mobile {
    width: 3.5rem;
    height: 3.5rem;
  }

  .footer_component-2 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .whatsapp_icon-wrapper-desktop {
    width: 3.5rem;
    height: 3.5rem;
  }

  .fs-checkbox_row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

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

  .fs-radio_column {
    grid-auto-flow: row;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.254rem;
  }

  p {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-color-black {
    text-align: center;
    margin-bottom: 0;
    font-size: 2.3rem;
  }

  .text-color-black.we-build-website {
    margin-bottom: 1rem;
    font-size: 2.1rem;
  }

  .heading-style-h3 {
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.4;
  }

  .heading-style-h3.long-texx {
    color: #000;
  }

  .heading-style-h3.jintt {
    color: #ff5e5e;
    text-align: center;
    -webkit-text-stroke-color: #000;
    font-size: 1.6rem;
  }

  .heading-style-h3.jintt._2 {
    color: red;
  }

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

  .heading-style-h1 {
    font-size: 2.85rem;
  }

  .heading-style-h1.z-index-2 {
    font-size: 2.2rem;
  }

  .padding-global.features, .padding-global.dd {
    background-color: #adff02;
  }

  .padding-global.sucess-spacce-message {
    margin-bottom: -48px;
    padding-bottom: 1px;
  }

  .padding-global.leads {
    padding-bottom: 108px;
  }

  .padding-global._11 {
    background-color: var(--green-yellow);
  }

  .padding-global.uni {
    background-image: linear-gradient(#000, #000);
    padding-top: 0;
  }

  .padding-global.features, .padding-global.dd {
    background-color: #adff02;
  }

  .padding-global.ee {
    background-color: #5300ff;
  }

  .text-weight-normal {
    margin-bottom: 2.6rem;
  }

  .padding-section-small.uni {
    padding-top: 0;
  }

  .text-color-white {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
  }

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

  .form_label, .form_input.is-text-area, .form_input.is-text-area {
    font-size: 1.25rem;
  }

  .text-align-center {
    margin-top: -18px;
    font-size: 1.5rem;
  }

  .text-align-center.tech-support {
    margin-top: -19px;
    font-size: 2rem;
    font-weight: 700;
  }

  .button {
    border-radius: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.4rem;
    position: relative;
  }

  .button.is-full-tablet {
    color: #fff;
    background-color: #000;
    margin-top: 43px;
    margin-bottom: 11px;
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
    display: block;
  }

  .button.is-full-tablet.hero-button {
    color: #000;
    background-color: #adff02;
    margin-bottom: 22px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }

  .button.leads {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .button.lstd {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    direction: rtl;
    background-color: #000;
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 1.6rem;
    transition-property: none;
  }

  .button.uni {
    margin-top: 40px;
    margin-bottom: 31px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.5rem;
    line-height: 2.2;
  }

  .padding-section-medium {
    padding-bottom: 5rem;
  }

  .hero_top {
    text-align: center;
  }

  .hero_shape-item {
    padding: .75rem 0;
    position: relative;
  }

  .hero_shape-image {
    z-index: 1;
    object-fit: cover;
    width: 103%;
    max-width: 142%;
    left: -1.5%;
  }

  .hero_logo-wrapper {
    text-align: center;
    align-self: auto;
  }

  .hero_logo {
    text-align: left;
    width: 6.875rem;
  }

  .timeline_component {
    margin-bottom: 6.1rem;
  }

  .timeline_text {
    margin-bottom: 2.025rem;
  }

  .s_circle-container {
    position: relative;
    right: -4px;
  }

  .timeline_image-wrapper {
    height: 100%;
  }

  .timeline_image {
    object-fit: cover;
    transform: translate(0);
  }

  .timeline_bottom-component {
    bottom: -5.5rem;
    right: .55rem;
  }

  .end-goal_text-component {
    padding-left: 1.25rem;
    padding-right: 5.5rem;
    font-size: 1.75rem;
  }

  .list_item {
    margin-bottom: .9rem;
  }

  .lightning_component {
    top: -1.5rem;
    right: -5.5rem;
  }

  .grid_item {
    align-items: center;
  }

  .me_image-component {
    width: 100%;
  }

  .multi_image-container {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: center;
    max-width: none;
  }

  .multi_image-item {
    flex: 1;
    width: auto;
    min-width: 6rem;
    min-height: 6rem;
  }

  .multi_text-wrapper {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .logos_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

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

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

  .cta_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta_middle-item {
    padding: .4rem .5rem;
  }

  .cta_text-medium {
    text-align: center;
    font-size: 1.75rem;
  }

  .merque_container {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
  }

  .merque_container.is-estate {
    max-width: 150vw;
  }

  .merque_wrapper.scroll-hero {
    grid-column-gap: 2.6rem;
    grid-row-gap: 2.6rem;
    grid-column-gap: 2.6rem;
    grid-row-gap: 2.6rem;
  }

  .merque_item.is-hero {
    font-size: 2.25rem;
  }

  .merque_component {
    transform: translate(-201px)rotate(-19deg);
  }

  .merque_component.hide-desktop {
    max-width: 200vw;
    transform: translate(-187px, 35px)rotate(-19deg);
  }

  .hide-desktop.is-mobile-portrate {
    display: flex;
  }

  .cta_refund {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta_refund.atte {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #000;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #0000;
    border: 2px solid #000;
    flex-flow: column;
    margin-top: .3rem;
    margin-bottom: 18px;
    padding-top: .8rem;
    padding-bottom: .9rem;
  }

  .heading {
    margin-bottom: -.6rem;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .timer-text {
    margin-top: -7px;
    margin-bottom: -1.8rem;
  }

  .video-2 {
    padding-left: 271px;
  }

  .heading-2 {
    color: #5200ff;
    text-align: center;
    -webkit-text-stroke-color: #000;
    margin-bottom: .1rem;
  }

  .heading-2.h {
    color: #000;
  }

  .estate_section-hero {
    position: relative;
  }

  .estate-hero_component {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 0;
  }

  .estate-hero_component.down {
    margin-bottom: -1px;
    padding-bottom: 8.1rem;
  }

  .estate_hero-button {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    display: flex;
  }

  .estate_hero-button.feature {
    -webkit-text-stroke-color: #fff;
    background-color: #fff;
    border-radius: 1.5rem;
    width: 95%;
    margin-bottom: -103px;
    position: relative;
    top: 0;
  }

  .estate_hero-button.sucess-message {
    width: 100%;
  }

  .estate_hero-button.uni {
    background-color: var(--green-yellow);
    background-image: linear-gradient(#fff, #fff);
    margin-top: .8rem;
    margin-bottom: -1px;
  }

  .estate_merque-component {
    width: auto;
    transform: translate(2.4rem, 17px)rotate(-8deg);
  }

  .estate_merque-component.hide-desktop {
    background-color: var(--green-yellow);
    background-color: var(--green-yellow);
    width: 120%;
    right: -3%;
    transform: translate(1.1rem)rotate(-8deg);
  }

  .estate_steps-section {
    margin-top: -19rem;
    padding-top: 12.5rem;
  }

  .estate_steps-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
  }

  .steps_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .steps_item {
    min-width: 100%;
  }

  .steps_icon-wrapper {
    border-radius: 1.5rem;
    width: 5rem;
    height: 5rem;
  }

  .steps_icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .steps_text-wrapper {
    width: 100%;
    min-height: 11.5rem;
    padding: 5rem 2.5rem 2rem;
    font-size: 1.75rem;
  }

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

  .estate_testimonials-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .estate_testimonial {
    font-size: 2rem;
  }

  .es_testimonial-image-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .estate_about-component {
    padding-right: 1rem;
  }

  .estate_logo-wrapper {
    width: 34.375rem;
    height: 20.625rem;
    margin-right: -18.75rem;
  }

  .estate_hero-heading-size, .estate_hero-heading-size.z-index-2 {
    font-size: 11vw;
  }

  .estate_hero-heading-size.z-index-2 {
    font-size: 11vw;
  }

  .estate_hero-heading-size.z-index-2.uni {
    color: #adff02;
    margin-top: -1.2rem;
    padding-top: 0;
    font-size: 7vw;
    font-weight: 400;
  }

  .estate_hero-heading-size.leads {
    font-size: 2.1rem;
    font-weight: 900;
  }

  .hero_logo-wrapper-center {
    padding-top: 0;
  }

  .header78_image-wrapper {
    width: 60vw;
  }

  .merque_container-images.is-estate {
    max-width: 150vw;
  }

  .bold-text {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .html-embed {
    width: 100%;
  }

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

  .text-block-2.feature {
    padding: .5rem 8px .5rem 0;
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
  }

  .airtable_form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: stretch;
    width: 96%;
  }

  .description-hero-secttion {
    font-size: .9rem;
    font-weight: 700;
  }

  .bold-text-2 {
    font-size: 1.5rem;
  }

  .div-block {
    display: flex;
  }

  .bold-text-3 {
    padding-right: 0;
    font-size: 1.4rem;
  }

  .bold-text-4 {
    font-size: 1.4rem;
  }

  .success-message-hero-section {
    font-size: 1.9rem;
  }

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

  .text-block-4 {
    margin-bottom: 41px;
    font-size: 2rem;
  }

  .text-block-5 {
    text-align: center;
    font-size: 1.2rem;
  }

  .text-block-5.uni {
    font-size: 1.1rem;
    font-weight: 700;
  }

  .bold-text-5 {
    font-weight: 900;
  }

  .bold-text-6 {
    font-size: 2rem;
    font-weight: 500;
  }

  .button-3 {
    position: absolute;
  }

  .html-embed-2 {
    padding-left: 11px;
  }

  .hero-stack {
    background-color: #fff;
    padding-top: 0;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper-two {
    margin-top: -45px;
    padding-top: 0;
  }

  .button-primary {
    letter-spacing: 0;
    margin-top: 24px;
    margin-bottom: 32px;
    padding: 24px 32px;
    font-size: 28px;
    font-weight: 700;
  }

  .hero-image.shadow-two {
    margin-top: 37px;
    margin-bottom: 0;
  }

  .text-block-6 {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .button-4 {
    background-color: #000;
    margin-top: 24px;
    margin-bottom: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.6rem;
  }

  .text-block-7 {
    color: #fff;
    text-align: right;
    padding-right: 5px;
    font-size: 1.7rem;
  }

  .image {
    aspect-ratio: auto;
    border: 3px solid #000;
    border-radius: 13px;
  }

  .work_video {
    border-radius: 1rem;
    height: 25vh;
  }

  .work_image {
    aspect-ratio: auto;
    border: 3px solid #000;
    border-radius: 13px;
  }

  .youtube {
    overflow: visible;
  }

  .text-block-8, .text-block-9, .text-block-10 {
    font-size: 2rem;
  }

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

  .text-block-11 {
    color: #5200ff;
    font-size: 1.2rem;
  }

  .text-block-12 {
    text-align: center;
    margin-top: -7px;
  }

  .image-2 {
    min-width: 1px;
    max-width: 95%;
    font-size: 1.4rem;
  }

  .bold-text-7 {
    font-size: 1.9rem;
  }

  .image-3 {
    width: 32px;
    height: 32px;
  }

  .container-2 {
    clear: none;
    order: 0;
    align-self: auto;
    display: flex;
  }

  .bold-text-8 {
    font-size: 2rem;
  }

  .link {
    color: #fff;
  }

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

  .text-block-13 {
    text-align: center;
    margin-bottom: -22px;
  }

  .title-testmonials {
    margin-bottom: -1.1rem;
    font-size: 2.6rem;
  }

  .text-block-14 {
    color: #adff02;
    margin-bottom: 63px;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .link-2 {
    color: #fff;
  }

  .video-3 {
    margin-bottom: 81px;
  }

  .html-embed-3 {
    width: 300px;
    height: 1000px;
  }

  .bold-text-10 {
    color: #fff;
    font-size: 11vw;
  }

  .video-4 {
    border-width: 3px;
    border-color: #adff02;
    border-radius: 0;
    margin-bottom: 8px;
  }

  .heading-4 {
    margin-bottom: -1.8rem;
  }

  .heading-5 {
    color: var(--green-yellow);
  }

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

  .university_video-element {
    border-width: 3px;
    border-color: #adff02;
    border-radius: 0;
    margin-bottom: 8px;
  }

  .bold-text-12 {
    color: var(--green-yellow);
    font-size: 1.7rem;
    font-weight: 400;
  }

  .image-4 {
    border-radius: 20px;
    margin-bottom: 11px;
  }

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

  .bold-text-13 {
    font-size: 1.5rem;
  }

  .home_hero-merque {
    width: auto;
    margin-left: -6.25rem;
    transform: translate(2.4rem, 17px)rotate(-8deg);
  }

  .home_hero-merque.hide-desktop {
    background-color: var(--green-yellow);
    background-color: var(--green-yellow);
    width: 100%;
    right: -3%;
    transform: translate(-.8rem)rotate(-8deg);
  }

  .home-hero_component {
    justify-content: flex-start;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .home-hero_component.down {
    margin-bottom: -1px;
    padding-bottom: 8.1rem;
  }

  .home_hero-badge {
    color: #5200ff;
    font-size: 1.25rem;
  }

  .home_hero-badge.home {
    color: #000;
  }

  .home_hero-support-text {
    font-size: 1.5rem;
  }

  .content-left-copy {
    width: 100%;
  }

  .heading-6 {
    text-align: right;
    font-size: 32px;
  }

  .heading-6.center {
    direction: rtl;
  }

  .content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .line-tex {
    font-size: 20px;
  }

  .div-block-2 {
    width: 100%;
  }

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

  .logo-wrap {
    width: auto;
    height: auto;
    padding: 20px;
  }

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

  .presenter-item {
    font-size: .9rem;
  }

  .review-stack {
    flex-flow: column;
  }

  .image-5 {
    width: 100%;
  }

  .subtitle {
    direction: rtl;
    font-size: 17px;
  }

  .subtitle.purple {
    font-size: 20px;
  }

  .subtitle.bold {
    line-height: 1.5;
  }

  .review {
    text-align: center;
    direction: rtl;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 12px;
    font-size: 1.5rem;
  }

  .fit-logo {
    width: 110px;
    max-width: none;
    height: 50px;
  }

  .purple-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7, .heading-7.light, .heading-7.light {
    font-size: 18px;
  }

  .hero-head {
    font-size: 32px;
  }

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

  .container-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .subtitle-2 {
    direction: rtl;
    font-size: 18px;
    line-height: 1.5;
  }

  .paragraph {
    font-size: 20px;
  }

  .heading-8 {
    font-size: 16px;
  }

  .first-logo {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

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

  .green-subtitle.light {
    font-size: 21px;
  }

  .icon {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-item {
    width: 100%;
  }

  .text-block-15 {
    font-size: 23px;
  }

  .video-5 {
    height: auto;
  }

  .answer {
    display: block;
  }

  .content-left {
    width: 100%;
  }

  .h6, .sub {
    font-size: 20px;
  }

  .big-button {
    padding: 16px 20px;
  }

  .logo-slider {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .vertical {
    width: 100%;
  }

  .head-left {
    font-size: 40px;
  }

  .rate-card {
    width: 95vw;
  }

  .card {
    width: 100%;
  }

  .heading-10 {
    font-size: 16px;
    display: none;
  }

  .quest {
    font-size: 18px;
  }

  .sub-tag {
    padding-bottom: 20px;
  }

  .check-item {
    font-size: 1.2rem;
  }

  .paragraph-2 {
    font-size: 24px;
  }

  .bold-text-14 {
    font-size: 22px;
  }

  .footer_container {
    min-width: 4rem;
    min-height: 4rem;
  }

  .whatsapp_icon-wrapper-mobile {
    margin-bottom: .5rem;
  }

  .footer_button-wrapper {
    margin-right: 0;
  }

  .footer_links-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .footer_component-2 {
    padding-right: 1.25rem;
  }

  .whatsapp_icon-wrapper-desktop {
    width: 3rem;
    height: 3rem;
  }

  .radio_button {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: .5rem .75rem;
  }

  .fs-checkbox_row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    display: grid;
  }

  .contact_component {
    border-radius: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .form_field-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: .75rem;
  }

  .contact_text {
    text-align: center;
    font-size: 1rem;
  }

  .form_label-2.bottom {
    margin-bottom: 0;
  }

  .form_checkox-button {
    font-size: 0;
  }

  .fs-radio_label-4 {
    text-align: right;
  }

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

  .tag-hero {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    font-weight: 900;
  }

  .inter {
    font-family: Inconsolata, monospace;
    font-size: .9rem;
  }

  .logos-wrapper {
    margin-top: 0;
  }

  .footer_tag {
    font-size: 1.2rem;
  }
}
