:root {
  --rapidfunnel-components---base-color-neutral--white: #fff;
  --rapidfunnel-components---base-color-neutral--black: #000;
  --rapidfunnel-components---background-color--background-primary: var(--rapidfunnel-components---base-color-neutral--black);
  --rapidfunnel-components---base-color-brand--blue-light: #d9e5ff;
  --rapidfunnel-components---base-color-brand--blue: #2d62ff;
  --rapidfunnel-components---base-color-brand--blue-dark: #080331;
  --rapidfunnel-components---base-color-brand--pink-light: #ffaefe;
  --rapidfunnel-components---base-color-brand--pink: #dd23bb;
  --rapidfunnel-components---base-color-brand--pink-dark: #3c043b;
  --rapidfunnel-components---base-color-neutral--neutral-lightest: #eee;
  --rapidfunnel-components---base-color-neutral--neutral-lighter: #ccc;
  --rapidfunnel-components---base-color-neutral--neutral-light: #aaa;
  --rapidfunnel-components---base-color-neutral--neutral: #666;
  --rapidfunnel-components---base-color-neutral--neutral-dark: #444;
  --rapidfunnel-components---base-color-neutral--neutral-darker: #222;
  --rapidfunnel-components---base-color-neutral--neutral-darkest: #111;
  --rapidfunnel-components---base-color-system--success-green: #cef5ca;
  --rapidfunnel-components---base-color-system--success-green-dark: #114e0b;
  --rapidfunnel-components---base-color-system--warning-yellow: #fcf8d8;
  --rapidfunnel-components---base-color-system--warning-yellow-dark: #5e5515;
  --rapidfunnel-components---base-color-system--error-red: #f8e4e4;
  --rapidfunnel-components---base-color-system--error-red-dark: #3b0b0b;
  --rapidfunnel-components---base-color-system--focus-state: #2d62ff;
  --rapidfunnel-components---background-color--background-secondary: var(--rapidfunnel-components---base-color-brand--blue);
  --rapidfunnel-components---background-color--background-tertiary: var(--rapidfunnel-components---base-color-brand--pink);
  --rapidfunnel-components---background-color--background-alternate: var(--rapidfunnel-components---base-color-neutral--white);
  --rapidfunnel-components---background-color--background-success: var(--rapidfunnel-components---base-color-system--success-green);
  --rapidfunnel-components---background-color--background-warning: var(--rapidfunnel-components---base-color-system--warning-yellow);
  --rapidfunnel-components---background-color--background-error: var(--rapidfunnel-components---base-color-system--error-red);
  --rapidfunnel-components---border-color--border-primary: var(--rapidfunnel-components---base-color-neutral--neutral-lightest);
  --rapidfunnel-components---border-color--border-secondary: var(--rapidfunnel-components---base-color-brand--blue);
  --rapidfunnel-components---border-color--border-alternate: var(--rapidfunnel-components---base-color-neutral--neutral-darker);
  --rapidfunnel-components---link-color--link-primary: var(--rapidfunnel-components---base-color-brand--blue);
  --rapidfunnel-components---link-color--link-secondary: var(--rapidfunnel-components---base-color-neutral--black);
  --rapidfunnel-components---link-color--link-alternate: var(--rapidfunnel-components---base-color-neutral--white);
  --rapidfunnel-components---text-color--text-primary: var(--rapidfunnel-components---base-color-neutral--black);
  --rapidfunnel-components---text-color--text-secondary: var(--rapidfunnel-components---base-color-neutral--neutral-darker);
  --rapidfunnel-components---text-color--text-alternate: var(--rapidfunnel-components---base-color-neutral--white);
  --rapidfunnel-components---text-color--text-success: var(--rapidfunnel-components---base-color-system--success-green-dark);
  --rapidfunnel-components---text-color--text-warning: var(--rapidfunnel-components---base-color-system--warning-yellow-dark);
  --rapidfunnel-components---text-color--text-error: var(--rapidfunnel-components---base-color-system--error-red-dark);
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.rapidfunnel-components--book_me_button_centered {
  text-align: right;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  border: 0 #fff;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.rapidfunnel-components--book_me_button_centered:hover {
  background-color: #ececec;
  border-color: #20c2f1;
}

.rapidfunnel-components--book_me_button_centered.rapidfunnel-components--remove_margin_left {
  color: #000;
  background-color: #fff;
  border-radius: 24px;
  width: 250px;
  margin-left: 0;
}

.rapidfunnel-components--social_media_links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.rapidfunnel-components--current-year {
  margin-left: 0;
  font-size: 16px;
}

.rapidfunnel-components--footer_bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.rapidfunnel-components--copyright {
  color: #d8d8d8;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.rapidfunnel-components--link_standard_light {
  color: #d8d8d8;
  background-color: #fff0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.rapidfunnel-components--link_standard_light:hover {
  color: #fff;
}

.rapidfunnel-components--footerbottom {
  color: #1b1b1b;
  background-color: #58595b;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.rapidfunnel-components--flex-block-57 {
  text-align: center;
  margin-bottom: 0;
}

.rapidfunnel-components--container-29 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.rapidfunnel-components--divider {
  color: #d8d8d8;
  margin-top: 0;
}

.rapidfunnel-components--heading-3 {
  color: #333;
  text-align: center;
  white-space: normal;
  word-break: normal;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.rapidfunnel-components--flex-block-66 {
  justify-content: flex-start;
  align-items: stretch;
}

.rapidfunnel-components--form_flexbox {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.rapidfunnel-components--headingvs {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 1.3;
}

.rapidfunnel-components--sectionstandard {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
  overflow: clip;
}

.rapidfunnel-components--sectionstandard.rapidfunnel-components--padding_sup_24px {
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.rapidfunnel-components--sectionstandard.rapidfunnel-components--padding_sup_24px.rapidfunnel-components--videopgformsectionbg, .rapidfunnel-components--sectionstandard.rapidfunnel-components--videopgheadbg, .rapidfunnel-components--sectionstandard.rapidfunnel-components--faststartpgheadingbg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.rapidfunnel-components--sectionstandard.rapidfunnel-components--faststartsection2bg {
  background-image: linear-gradient(#bdbdbd, #bdbdbd);
}

.rapidfunnel-components--sectionstandard.rapidfunnel-components--fspheadingbg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.rapidfunnel-components--sectionstandard.rapidfunnel-components--fspsection2bg {
  background-image: linear-gradient(#a3a3a3, #a3a3a3);
}

.rapidfunnel-components--sectionstandard.rapidfunnel-components--fspformsectionbg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.rapidfunnel-components--heading2-extrabold {
  text-align: center;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 1.3;
}

.rapidfunnel-components--heading2-extrabold.rapidfunnel-components--margin_24px {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 500;
}

.rapidfunnel-components--heading2-extrabold.rapidfunnel-components--margin_bot_36px {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 36px;
}

.rapidfunnel-components--heading2-extrabold.rapidfunnel-components--heading_margin {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 52px;
}

.rapidfunnel-components--heading2-extrabold.rapidfunnel-components--margin-bot-24px {
  margin-top: 0;
  margin-bottom: 24px;
}

.rapidfunnel-components--heading2-extrabold.rapidfunnel-components--margin-bot-24px.rapidfunnel-components--color-3-fast-start {
  font-weight: 800;
}

.rapidfunnel-components--heading2-extrabold.rapidfunnel-components--margin_bot_24px {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.rapidfunnel-components--heading2-extrabold.rapidfunnel-components--margin_bot_16px {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 16px;
}

.rapidfunnel-components--buttonstandard {
  text-align: center;
  background-color: #000;
  border-radius: 18px;
  width: auto;
  min-width: 220px;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.rapidfunnel-components--buttonstandard.rapidfunnel-components--color-7-fast-start {
  margin-top: 16px;
  display: block;
}

.rapidfunnel-components--footer_section {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.rapidfunnel-components--footer_section.rapidfunnel-components--thankyoufooter {
  background-color: #0000;
  padding-top: 0;
}

.rapidfunnel-components--footer_heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 36px;
  padding-bottom: 0;
  display: flex;
}

.rapidfunnel-components--user_info {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  display: flex;
}

.rapidfunnel-components--text-span {
  color: #fff;
}

.rapidfunnel-components--text-span.rapidfunnel-components--user-info {
  color: #000;
  font-weight: 600;
}

.rapidfunnel-components--text-span.rapidfunnel-components--thankyoufooter {
  color: #000;
}

.rapidfunnel-components--text-span-2 {
  color: #fff;
}

.rapidfunnel-components--text-span-2.rapidfunnel-components--user-info {
  color: #000;
  font-weight: 600;
}

.rapidfunnel-components--text-span-2.rapidfunnel-components--thankyoufooter {
  color: #000;
}

.rapidfunnel-components--link_standard {
  color: var(--rapidfunnel-components---base-color-neutral--white);
}

.rapidfunnel-components--link_standard.rapidfunnel-components--custom_email {
  color: var(--rapidfunnel-components---base-color-neutral--white);
  text-decoration: none;
}

.rapidfunnel-components--link_standard.rapidfunnel-components--custom_email.rapidfunnel-components--thankyoufooter {
  color: var(--rapidfunnel-components---base-color-neutral--black);
}

.rapidfunnel-components--link_standard.rapidfunnel-components--custom_phonenumber {
  color: var(--rapidfunnel-components---base-color-neutral--white);
  text-decoration: none;
}

.rapidfunnel-components--link_standard.rapidfunnel-components--custom_phonenumber.rapidfunnel-components--thankyoufooter {
  color: var(--rapidfunnel-components---base-color-neutral--black);
}

.rapidfunnel-components--icon_standard {
  color: #fff;
  padding-right: 8px;
}

.rapidfunnel-components--icon_standard.rapidfunnel-components--thankyoufooter {
  color: #000;
  margin-right: 12px;
}

.rapidfunnel-components--user_info_text {
  color: #fff;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}

.rapidfunnel-components--code-embed-4 {
  margin-left: auto;
  margin-right: auto;
}

.rapidfunnel-components--flexbox-vertical {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.rapidfunnel-components--flexbox-form {
  flex-flow: column;
  width: 650px;
  max-width: 650px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.rapidfunnel-components--videoscript {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.rapidfunnel-components--buttondiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rapidfunnel-components--buttondiv.rapidfunnel-components--buttondivhide {
  display: block;
}

.rapidfunnel-components--verticalvideodiv {
  width: 450px;
  height: auto;
}

.rapidfunnel-components--videopopover {
  border-radius: 12px;
  max-width: 760px;
  overflow: visible;
}

.rapidfunnel-components--videopopoverdiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 760px;
  display: block;
}

.rapidfunnel-components--profileimage {
  background-image: url('../images/679be83cdce292ad40482b2b_459c46f0167c92171441a1a1414b86e5.png');
  background-position: 50%;
  background-size: cover;
  border: 3px solid #fff;
  border-radius: 50vh;
  width: 150px;
  height: 150px;
  margin-bottom: 16px;
}

.rapidfunnel-components--profileimage.rapidfunnel-components--marginbot38px {
  margin-bottom: 38px;
}

.rapidfunnel-components--cell-4 {
  justify-content: flex-start;
  align-items: center;
}

.rapidfunnel-components--buttondivhide {
  display: none;
}

.rapidfunnel-components--foundationswrapper {
  overflow: hidden;
}

.rapidfunnel-components--foundationscript {
  position: static;
}

.rapidfunnel-components--videoscriptver {
  vertical-align: baseline;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: block;
  position: static;
  overflow: clip;
}

.rapidfunnel-components--subheadingvs {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

.rapidfunnel-components--subheadingvs.rapidfunnel-components--heading_margin {
  margin-bottom: 16px;
  line-height: 1.3;
}

.rapidfunnel-components--subheadingvs.rapidfunnel-components--margin_24px {
  margin-bottom: 24px;
}

.rapidfunnel-components--section_grid_standard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 550px;
  display: grid;
}

.rapidfunnel-components--flexbox_grid_standard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 48px 40px 48px 80px;
  display: flex;
}

.rapidfunnel-components--flexbox_grid_standard.rapidfunnel-components--color_grid_left {
  background-color: #a7a7a7;
  height: auto;
  display: flex;
}

.rapidfunnel-components--heading3-bold {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.rapidfunnel-components--heading3-bold.rapidfunnel-components--margin-bot-16px {
  margin-top: 0;
  margin-bottom: 16px;
}

.rapidfunnel-components--heading3-bold.rapidfunnel-components--margin-bot-16px.rapidfunnel-components--color-4-fast-start, .rapidfunnel-components--heading3-bold.rapidfunnel-components--margin-bot-16px.rapidfunnel-components--color-6-fast-start {
  max-width: 100%;
}

.rapidfunnel-components--text-medium {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.rapidfunnel-components--text-medium.rapidfunnel-components--margin-bot-24px {
  margin-bottom: 24px;
}

.rapidfunnel-components--text-medium.rapidfunnel-components--margin-bot-24px.rapidfunnel-components--color-4-fast-start {
  color: #000;
  text-align: left;
  max-width: 100%;
}

.rapidfunnel-components--text-medium.rapidfunnel-components--margin-bot-24px.rapidfunnel-components--color-6-fast-start {
  text-align: left;
  max-width: 100%;
}

.rapidfunnel-components--flexbox_grid_standard_2 {
  padding: 48px 80px 48px 40px;
}

.rapidfunnel-components--flexbox_grid_standard_2.rapidfunnel-components--color_grid_right {
  max-width: 100%;
  min-height: 450px;
  max-height: 100%;
}

.rapidfunnel-components--imagecontainer {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.rapidfunnel-components--imagecontainer.rapidfunnel-components--marginbottom24px {
  margin-bottom: 24px;
}

.rapidfunnel-components--faststartvideocontainer {
  margin-left: 0;
  margin-right: 0;
}

.rapidfunnel-components--imagecontainer2, .rapidfunnel-components--imagecontainer3, .rapidfunnel-components--imagecontainer4, .rapidfunnel-components--imagecontainer5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.rapidfunnel-components--pagewrapper {
  width: 100%;
}

.rapidfunnel-components--fspherosection {
  background-image: url('../images/greengradient.png');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.rapidfunnel-components--fspherocontentwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rapidfunnel-components--fspherotextwrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.rapidfunnel-components--fspheroheading {
  color: #faf3e0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 78px;
}

.rapidfunnel-components--fspheroimage {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 38%;
  height: auto;
  display: flex;
}

.rapidfunnel-components--heading-13 {
  color: #faf3e0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
}

.rapidfunnel-components--fspsection2 {
  background-image: linear-gradient(#ffe4bc 45%, #bada67);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.rapidfunnel-components--div-block-30 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rapidfunnel-components--heading-14 {
  color: #478b17;
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 70px;
}

.rapidfunnel-components--list {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.rapidfunnel-components--fsplisttext {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 54px;
}

.rapidfunnel-components--fspcontactformsection {
  background-color: #bada67;
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.rapidfunnel-components--fspcontactformwrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rapidfunnel-components--fspcontactsectiontext {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.rapidfunnel-components--fspcontactsectionformwrapper {
  background-color: #ffe4bc;
  border-radius: 16px;
  width: 40%;
  padding: 24px 48px;
}

.rapidfunnel-components--fspcontactformtext {
  color: #333;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 70px;
}

.rapidfunnel-components--fspcontactformheading {
  color: #478b17;
  text-align: center;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 52px;
}

.rapidfunnel-components--fspcontactformsubheading {
  color: #333;
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.rapidfunnel-components--div-block-31 {
  margin-top: 48px;
  margin-left: auto;
  margin-right: -24px;
}

.rapidfunnel-components--code-embed-6 {
  color: #fff;
}

.rapidfunnel-components--fsp2herosection {
  background-image: linear-gradient(#245ce980, #245ce980);
  flex-flow: column;
  height: auto;
  padding-top: 128px;
  padding-bottom: 96px;
  display: flex;
}

.rapidfunnel-components--fsp2herowrapper {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rapidfunnel-components--fsp2heroheading {
  color: #ff9e2e;
  text-shadow: 0 4px 4px #00000040;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  line-height: 96px;
}

.rapidfunnel-components--fsp2herotextwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.rapidfunnel-components--fsp2herosubheading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}

.rapidfunnel-components--fsp2section2 {
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 0;
  display: flex;
}

.rapidfunnel-components--fsp2section2contentwrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  width: 90%;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rapidfunnel-components--fsp2section2heading {
  color: #2e62a1;
  text-align: left;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 70px;
}

.rapidfunnel-components--fsp2section2textwrapper {
  width: 50%;
}

.rapidfunnel-components--fsp2listtext {
  color: #333;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.rapidfunnel-components--list-2 {
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  list-style-type: decimal;
}

.rapidfunnel-components--fspsection2image {
  border: 6px solid #ff9e2e;
  border-radius: 16px;
  width: 100%;
  height: auto;
  margin-top: 96px;
}

.rapidfunnel-components--fsp2section3 {
  background-color: #ff9e2e;
  flex-flow: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.rapidfunnel-components--fsp2section2contentwrapper2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.rapidfunnel-components--fsp2section2heading2 {
  color: #2e62a1;
  text-align: center;
  margin-bottom: 64px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.rapidfunnel-components--fsp2section3contentwrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.rapidfunnel-components--fsp2section3heading {
  color: #2e62a1;
  text-align: center;
  margin-bottom: 64px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.rapidfunnel-components--fsp2section3text {
  color: #fff;
  text-align: center;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
}

.rapidfunnel-components--fsp2section3text.rapidfunnel-components--removemargin {
  margin-bottom: 0;
}

.rapidfunnel-components--fsp2section2text {
  color: #333;
  text-align: center;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
}

.rapidfunnel-components--fspimagewrapper {
  width: 45%;
}

.rapidfunnel-components--image-14 {
  border-radius: 10px;
  width: 100%;
}

.rapidfunnel-components--user_image {
  background-image: url('../images/679be83cdce292ad40482b2b_459c46f0167c92171441a1a1414b86e5.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  width: 175px;
  max-width: none;
  height: 175px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

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

.rapidfunnel-components--center.rapidfunnel-components--footertext {
  font-size: 24px;
  font-weight: 400;
}

.rapidfunnel-components--centeredinfo {
  text-align: center;
}

.rapidfunnel-components--centeredinfo.rapidfunnel-components--marginbot20px {
  margin-bottom: 20px;
}

.rapidfunnel-components--centeredinfo.rapidfunnel-components--marginbot20px.rapidfunnel-components--thankyoufooter, .rapidfunnel-components--centeredinfo.rapidfunnel-components--thankyoufooter.rapidfunnel-components--footertext {
  font-size: 24px;
  font-weight: 400;
}

.rapidfunnel-components--footer_heading_centered {
  text-align: center;
}

.rapidfunnel-components--user_info_centered {
  margin-bottom: 36px;
}

.rapidfunnel-components--user_info_centered.rapidfunnel-components--removemargin {
  margin-bottom: 0;
}

.rapidfunnel-components--bullet_item {
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.rapidfunnel-components--bullet_item.rapidfunnel-components--color-4-fsp {
  max-width: 100%;
}

.rapidfunnel-components--heading3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.rapidfunnel-components--quick-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.rapidfunnel-components--cell {
  justify-content: flex-start;
  align-items: stretch;
}

.rapidfunnel-components--heading4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.rapidfunnel-components--container-52 {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.rapidfunnel-components--cell-2 {
  align-items: stretch;
}

.rapidfunnel-components--page-wrapper-3 {
  overflow: hidden;
}

.rapidfunnel-components--headergs {
  z-index: 5;
  background-color: #fff;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 4px 5px #00000040;
}

.rapidfunnel-components--headerdiv {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.rapidfunnel-components--image-5 {
  height: 75px;
  margin-right: auto;
}

.rapidfunnel-components--headerbuttonsdiv {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.rapidfunnel-components--headerbuttonalt {
  color: var(--rapidfunnel-components---background-color--background-primary);
  background-color: #0000;
  font-weight: 400;
}

.rapidfunnel-components--herosectiongs {
  background-image: url('../images/ca3510a775e43ea44611768d31bf2425.png'), linear-gradient(#2541be, #2541be);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: 105px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.rapidfunnel-components--herogsdiv {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rapidfunnel-components--herotext {
  flex-flow: column;
  width: 700px;
  display: flex;
}

.rapidfunnel-components--heroimg {
  background-image: url('../images/c34c08f71706509a69b6048553f8e429.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 718px;
  margin-left: auto;
}

.rapidfunnel-components--heroheading {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  line-height: 62px;
}

.rapidfunnel-components--heroparagraph {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.rapidfunnel-components--herobuttondiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.rapidfunnel-components--link-2 {
  color: var(--rapidfunnel-components---base-color-neutral--white);
  text-transform: uppercase;
  text-underline-offset: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.rapidfunnel-components--iconssection {
  padding-top: 60px;
  padding-bottom: 88px;
}

.rapidfunnel-components--iconsdiv {
  grid-column-gap: 115px;
  grid-row-gap: 115px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.rapidfunnel-components--icondiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.rapidfunnel-components--icontitle {
  text-align: center;
  margin: 21px 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.rapidfunnel-components--iconparagraph {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.rapidfunnel-components--videosectiongs {
  background-image: url('../images/2aaaa877e96c26586b87fb4139f521e7.png'), linear-gradient(#2562be, #2562be);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.rapidfunnel-components--videocontainergs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rapidfunnel-components--headingvideo {
  color: #fff;
  text-align: center;
  margin-bottom: 31px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
}

.rapidfunnel-components--videobuttondiv {
  flex-flow: column;
  margin-top: 36px;
  margin-bottom: 24px;
  display: flex;
}

.rapidfunnel-components--videobuttondiv.rapidfunnel-components--videobutton {
  text-align: center;
  width: 471px;
  margin-top: 0;
  margin-bottom: 0;
}

.rapidfunnel-components--videotextgs {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.rapidfunnel-components--videotextgs.rapidfunnel-components--bigscreen {
  padding-left: 70px;
  padding-right: 70px;
}

.rapidfunnel-components--testimonialssectiongs {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rapidfunnel-components--testimonialsheadinggs {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
}

.rapidfunnel-components--testimonialphotogs {
  border-radius: 50svh;
  width: 150px;
  margin-bottom: 16px;
}

.rapidfunnel-components--testimonialnamegs {
  color: #333;
  text-align: center;
  margin: 0 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.rapidfunnel-components--testimonialparagraph {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.rapidfunnel-components--testimonialsgridgs {
  grid-column-gap: 103px;
  grid-row-gap: 103px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.rapidfunnel-components--testimonialdiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.rapidfunnel-components--platformssectiongs {
  background-color: #f5f7fa;
  padding-top: 60px;
  padding-bottom: 54px;
}

.rapidfunnel-components--platformsheadinggs {
  text-align: center;
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.rapidfunnel-components--platformsgrid {
  margin-bottom: 48px;
  padding: 0;
}

.rapidfunnel-components--platformcell {
  justify-content: flex-start;
  align-items: center;
}

.rapidfunnel-components--platformssubheadinggs {
  text-align: center;
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
}

.rapidfunnel-components--platformstextgs {
  text-align: center;
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.rapidfunnel-components--footertop {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.rapidfunnel-components--image-7 {
  height: 75px;
}

.rapidfunnel-components--lottiemenu {
  display: none;
}

.rapidfunnel-components--noccgs {
  color: #fff;
  width: auto;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 28px;
}

.rapidfunnel-components--container-54 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rapidfunnel-components--buttonprimary {
  text-transform: capitalize;
  background-color: #001052;
  border-radius: 50px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.rapidfunnel-components--buttonprimary.rapidfunnel-components--herosection {
  text-align: center;
  width: 300px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.rapidfunnel-components--buttonprimary.rapidfunnel-components--videobutton {
  margin-top: 31px;
  margin-bottom: 20px;
  font-size: 24px;
}

.rapidfunnel-components--buttonprimary.rapidfunnel-components--footerbutton {
  text-align: center;
  width: 471px;
  padding: 20px 80px;
  font-size: 24px;
  display: block;
}

.rapidfunnel-components--buttonprimary.rapidfunnel-components--cabutton {
  vertical-align: baseline;
  min-width: auto;
  display: block;
}

.rapidfunnel-components--customicon {
  color: #4a7bc8;
}

.rapidfunnel-components--div-block-27 {
  display: none;
}

.rapidfunnel-components--videopopoververdiv {
  width: 450px;
}

.rapidfunnel-components--div-block-28 {
  min-width: auto;
  display: block;
}

.rapidfunnel-components--div-block-28.rapidfunnel-components--mobile {
  display: none;
}

.rapidfunnel-components--footer_heading_vertical {
  text-align: left;
}

.rapidfunnel-components--footer_heading_vertical.rapidfunnel-components--flexbox_centered {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.rapidfunnel-components--thankyousection {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/d22b471639c5c0ee6371e34fe6aae0bf.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 48px;
  display: flex;
}

.rapidfunnel-components--image-9 {
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
}

.rapidfunnel-components--thankyouheading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 68px;
}

.rapidfunnel-components--heading-10 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.rapidfunnel-components--thankyoucontainerdiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
}

.rapidfunnel-components--heading-11 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.rapidfunnel-components--thankyoubuttondiv {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.rapidfunnel-components--thankyoubutton {
  text-align: center;
  background-color: #77b800;
  border-radius: 50vh;
  width: 414px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.heading-3 {
  color: #333;
  text-align: center;
  white-space: normal;
  word-break: normal;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.form_flexbox {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.headingvs {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 700;
  line-height: 58px;
}

.sectionstandard {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
  overflow: clip;
}

.sectionstandard.padding_sup_24px {
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.sectionstandard.padding_sup_24px.videopgformsectionbg {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.sectionstandard.videopgheadbg {
  background-color: #00425a;
  background-image: none;
  background-size: auto;
}

.heading2-extrabold {
  text-align: center;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 1.3;
}

.heading2-extrabold.margin_24px {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}

.heading2-extrabold.margin_bot_36px {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 36px;
}

.buttonstandard {
  text-align: center;
  background-color: #000;
  border-radius: 18px;
  width: auto;
  min-width: 220px;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.flexbox-vertical {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.flexbox-form {
  flex-flow: column;
  width: 650px;
  max-width: 650px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.videoscript {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.buttondiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.buttondiv.buttondivhide {
  display: block;
}

.verticalvideodiv {
  width: 450px;
  height: auto;
}

.videopopoverdiv {
  width: 720px;
}

.buttondivhide {
  display: none;
}

.buttonstandard-2 {
  text-align: center;
  background-color: #000;
  border-radius: 18px;
  width: auto;
  min-width: 220px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.buttondiv-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.buttondiv-2.buttondivhide-2 {
  display: block;
}

.buttondivhide-2 {
  display: none;
}

.headingvs-2 {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 1.3;
}

.sectionstandard-2 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
  overflow: clip;
}

.sectionstandard-2.faststartpgheadingbg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.sectionstandard-2.faststartsection2bg {
  background-image: linear-gradient(#bdbdbd, #bdbdbd);
}

.heading2-extrabold-2 {
  text-align: center;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 1.3;
}

.heading2-extrabold-2.heading_margin {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 52px;
}

.heading2-extrabold-2.margin-bot-24px {
  margin-top: 0;
  margin-bottom: 24px;
}

.heading2-extrabold-2.margin-bot-24px.color-3-fast-start {
  font-weight: 800;
}

.buttonstandard-3 {
  text-align: center;
  background-color: #000;
  border-radius: 18px;
  width: auto;
  min-width: 220px;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.buttonstandard-3.color-7-fast-start {
  margin-top: 16px;
  display: block;
}

.flexbox-vertical-2 {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.videoscript-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.videoscriptver {
  vertical-align: baseline;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: block;
  position: static;
  overflow: clip;
}

.subheadingvs {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

.subheadingvs.heading_margin {
  margin-bottom: 16px;
  line-height: 1.3;
}

.subheadingvs.margin_24px {
  margin-bottom: 24px;
}

.section_grid_standard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 550px;
  display: grid;
}

.flexbox_grid_standard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 48px 40px 48px 80px;
  display: flex;
}

.flexbox_grid_standard.color_grid_left {
  background-color: #a7a7a7;
  height: auto;
  display: flex;
}

.heading3-bold {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading3-bold.margin-bot-16px {
  margin-top: 0;
  margin-bottom: 16px;
}

.heading3-bold.margin-bot-16px.color-4-fast-start, .heading3-bold.margin-bot-16px.color-6-fast-start {
  max-width: 100%;
}

.text-medium {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

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

.text-medium.margin-bot-24px.color-4-fast-start {
  color: #000;
  text-align: left;
  max-width: 100%;
}

.text-medium.margin-bot-24px.color-6-fast-start {
  text-align: left;
  max-width: 100%;
}

.flexbox_grid_standard_2 {
  padding: 48px 80px 48px 40px;
}

.flexbox_grid_standard_2.color_grid_right {
  max-width: 100%;
  min-height: 450px;
  max-height: 100%;
}

.imagecontainer {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

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

.imagecontainer2, .imagecontainer3, .imagecontainer4, .imagecontainer5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.heading-4 {
  color: #333;
  text-align: center;
  white-space: normal;
  word-break: normal;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.form_flexbox-2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.headingvs-3 {
  color: #333;
  text-align: center;
  max-width: 70%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.sectionstandard-3 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: clip;
}

.sectionstandard-3.padding_sup_24px {
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.sectionstandard-3.padding_sup_24px.videopgformsectionbg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.sectionstandard-3.videopgheadbg {
  background-color: #00425a;
  padding-top: 40px;
  padding-bottom: 20px;
}

.heading2-extrabold-3 {
  text-align: center;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 1.3;
}

.heading2-extrabold-3.margin_24px {
  color: #fff;
  max-width: 860px;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.heading2-extrabold-3.margin_24px.video {
  max-width: 840px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 24px;
}

.heading2-extrabold-3.margin_24px.button {
  margin-top: 20px;
  font-size: 20px;
  line-height: 20px;
}

.heading2-extrabold-3.margin_24px.testimonial {
  color: #333;
  line-height: 26px;
}

.heading2-extrabold-3.margin_bot_36px {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 36px;
}

.buttonstandard-4 {
  text-align: center;
  background-color: #000;
  border-radius: 18px;
  width: auto;
  min-width: 220px;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.flexbox-vertical-3 {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.flexbox-form-2 {
  flex-flow: column;
  width: 650px;
  max-width: 650px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.videoscript-3 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.buttondiv-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.buttondiv-3.buttondivhide-3 {
  display: block;
}

.verticalvideodiv-2 {
  width: 450px;
  height: auto;
}

.videopopoverdiv-2 {
  width: 720px;
}

.buttondivhide-3 {
  display: none;
}

.italic-text {
  color: #fff;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 32px;
  line-height: 38px;
}

.heading-5 {
  color: #333;
  text-align: center;
  white-space: normal;
  word-break: normal;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.flex-block-66 {
  justify-content: flex-start;
  align-items: stretch;
}

.form_flexbox-3 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.pagewrapper {
  width: 100%;
}

.fspherosection {
  background-image: url('../images/Blue-Background.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.fspherocontentwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fspherotextwrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.fspheroheading {
  color: #fca311;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 78px;
}

.fspheroimage {
  background-image: url('../images/Happy-Guy-Driving.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 38%;
  height: auto;
  max-height: none;
  display: flex;
}

.heading-13 {
  color: #fca311;
  text-shadow: 1px 1px 1px #000;
  font-family: Montserrat, sans-serif;
  font-size: 51px;
  font-weight: 500;
  line-height: 52px;
}

.fspsection2 {
  background-image: linear-gradient(#f3f3f3 99%, #bada67);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.div-block-30 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-14 {
  color: #478b17;
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 70px;
}

.list {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.fsplisttext {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
}

.fspcontactformsection {
  background-color: #bada67;
  background-image: url('../images/Background-web.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.fspcontactformwrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fspcontactsectiontext {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.fspcontactsectionformwrapper {
  background-color: #ffe4bc;
  border-radius: 16px;
  width: 40%;
  padding: 24px 48px;
}

.fspcontactformtext {
  color: #333;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-style: normal;
  line-height: 60px;
}

.fspcontactformheading {
  color: #1b1154;
  text-align: center;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 26px;
}

.fspcontactformsubheading {
  color: #333;
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-31 {
  margin-top: 48px;
  margin-left: auto;
  margin-right: -24px;
}

.code-embed-6 {
  color: #fff;
}

.code-embed-7 {
  line-height: 26px;
}

.bold-text {
  color: #fca311;
  text-shadow: 1px 1px 5px #000;
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  color: #1b1154;
}

.bold-text-3 {
  color: #fca311;
}

.pagewrapper-2 {
  width: 100%;
}

.fsp2herosection {
  background-image: linear-gradient(#245ce980, #245ce980);
  flex-flow: column;
  height: auto;
  padding-top: 128px;
  padding-bottom: 96px;
  display: flex;
}

.fsp2herowrapper {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fsp2heroheading {
  color: #ff9e2e;
  text-shadow: 0 4px 4px #00000040;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  line-height: 96px;
}

.fsp2herotextwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.fsp2herosubheading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}

.fsp2section2 {
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 0;
  display: flex;
}

.fsp2section2contentwrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  width: 90%;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fsp2section2heading {
  color: #2e62a1;
  text-align: left;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 70px;
}

.fsp2section2textwrapper {
  width: 50%;
}

.fsp2listtext {
  color: #333;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
}

.list-2 {
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  list-style-type: decimal;
}

.fspsection2image {
  border: 6px solid #ff9e2e;
  border-radius: 16px;
  width: 100%;
  height: auto;
  margin-top: 96px;
}

.fsp2section3 {
  background-color: #ff9e2e;
  flex-flow: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.fsp2section2contentwrapper2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.fsp2section2heading2 {
  color: #2e62a1;
  text-align: center;
  margin-bottom: 64px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.fsp2section3contentwrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.fsp2section3heading {
  color: #2e62a1;
  text-align: center;
  margin-bottom: 64px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.fsp2section3text {
  color: #fff;
  text-align: center;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
}

.fsp2section3text.removemargin {
  margin-bottom: 0;
}

.fsp2section2text {
  color: #333;
  text-align: center;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
}

.fspimagewrapper {
  width: 45%;
}

.image-14 {
  border-radius: 10px;
  width: 100%;
}

.pagewrapper-3 {
  width: 100%;
}

.fsp2herosection-2 {
  background-image: url('../images/Backgrounds15.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  flex-flow: column;
  height: auto;
  padding-top: 70px;
  padding-bottom: 96px;
  display: flex;
}

.fsp2herowrapper-2 {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fsp2heroheading-2 {
  color: #ff9e2e;
  text-shadow: 0 4px 4px #00000040;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  line-height: 96px;
  display: block;
}

.fsp2herotextwrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  display: flex;
}

.fsp2herosubheading-2 {
  color: #fff;
  text-align: center;
  text-shadow: none;
  background-color: #0000003d;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 50px;
}

.fsp2section2-2 {
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.fsp2section2contentwrapper-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  width: 90%;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fsp2section2heading-2 {
  color: #2e62a1;
  text-align: left;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 68px;
}

.fsp2section2textwrapper-2 {
  width: 50%;
}

.fsp2listtext-2 {
  color: #333;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.list-3 {
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  list-style-type: decimal;
}

.fspsection2image-2 {
  border: 6px solid #5e6f4e;
  border-radius: 16px;
  width: 100%;
  height: auto;
  margin-top: 96px;
}

.fsp2section3-2 {
  background-color: #ff9e2e;
  flex-flow: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.fsp2section2contentwrapper2-2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.fsp2section2heading2-2 {
  color: #2e62a1;
  text-align: center;
  margin-bottom: 64px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.fsp2section3contentwrapper-2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.fsp2section3heading-2 {
  color: #2e62a1;
  text-align: center;
  margin-bottom: 64px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 45px;
}

.fsp2section3text-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
}

.fsp2section3text-2.removemargin {
  margin-bottom: 0;
}

.fsp2section2text-2 {
  color: #333;
  text-align: center;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 35px;
}

.fspimagewrapper-2 {
  width: 40%;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
}

.image-15 {
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
}

.bold-text-4 {
  text-align: center;
  text-shadow: 1px 1px 5px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 74px;
  display: flex;
}

.bold-text-4.freeguide {
  text-shadow: 1px 1px 4px #000000f0;
  flex-flow: row;
  font-size: 86px;
  font-weight: 800;
  line-height: 90px;
  display: block;
}

.heading-15 {
  color: #333;
  text-align: center;
  white-space: normal;
  word-break: normal;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.flex-block-67 {
  justify-content: flex-start;
  align-items: stretch;
}

.form_flexbox-4 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.pagewrapper-4 {
  width: 100%;
}

.fspherosection-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.fspherocontentwrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 76%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fspherotextwrapper-2 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-top: 0;
  display: block;
}

.fspheroheading-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #faf3e0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
  display: block;
}

.fspheroimage-2 {
  background-image: url('../images/Happy-Guy-Driving.png');
  background-position: 50%;
  background-size: cover;
  border: 5px solid #405053;
  border-radius: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 460px;
  max-width: 100%;
  height: 460px;
  display: flex;
  overflow: visible;
}

.heading-16 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  padding-right: 68px;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.fspsection2-2 {
  color: #000;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 64px;
  display: flex;
}

.div-block-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-17 {
  color: #478b17;
  text-align: center;
  border: 1px solid #fff;
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 70px;
}

.list-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.fsplisttext-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.fsplisttext-2.safe {
  color: #ff9e2e;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.fspcontactformsection-2 {
  color: #505050;
  background-color: #161616;
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.fspcontactformwrapper-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  outline-offset: 0px;
  outline: 0 #000;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fspcontactsectiontext-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.fspcontactsectionformwrapper-2 {
  background-color: #fff;
  border-radius: 16px;
  width: 40%;
  padding: 24px 48px;
}

.fspcontactformtext-2 {
  color: #333;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 54px;
}

.fspcontactformtext-2.subhead {
  padding-right: 10px;
  font-size: 34px;
  line-height: 40px;
}

.fspcontactformheading-2 {
  color: #25556b;
  text-align: center;
  -webkit-text-stroke-color: #333;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.fspcontactformsubheading-2 {
  color: #333;
  text-align: center;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-33 {
  margin-top: 48px;
  margin-left: auto;
  margin-right: -24px;
}

.code-embed-8 {
  color: #fff;
}

.bold-text-5 {
  color: #fff;
  text-shadow: 4px 4px 8px #0003;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  display: inline;
}

.bold-text-5.good {
  color: #ff9e2e;
  -webkit-text-stroke-color: #5ab3c0;
  text-shadow: 4px 4px 4px #333;
  font-size: 78px;
  font-weight: 800;
  line-height: 84px;
}

.text-span-3 {
  font-size: 72px;
}

.bold-text-6 {
  color: #25556b;
  text-shadow: none;
  border: 0 #fff;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 48px;
  display: block;
}

.bold-text-7 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

.bold-text-8 {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
}

.body {
  border: 0 solid #fff;
}

.bold-text-10 {
  color: #25556b;
  font-family: Inter, sans-serif;
}

.bold-text-11 {
  font-size: 24px;
}

.pagewrapper-5 {
  width: 100%;
}

.fsp2herosection-3 {
  background-image: linear-gradient(#245ce980, #245ce980);
  flex-flow: column;
  height: auto;
  padding-top: 128px;
  padding-bottom: 96px;
  display: flex;
}

.fsp2herowrapper-3 {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fsp2heroheading-3 {
  color: #ff9e2e;
  text-shadow: 0 4px 4px #00000040;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  line-height: 96px;
}

.fsp2herotextwrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.fsp2herosubheading-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}

.fsp2section2-3 {
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 0;
  display: flex;
}

.fsp2section2contentwrapper-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  width: 90%;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fsp2section2heading-3 {
  color: #2e62a1;
  text-align: left;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 70px;
}

.fsp2section2textwrapper-3 {
  width: 50%;
}

.fsp2listtext-3 {
  color: #333;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.list-5 {
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  list-style-type: decimal;
}

.fspsection2image-3 {
  border: 6px solid #ff9e2e;
  border-radius: 16px;
  width: 100%;
  height: auto;
  margin-top: 96px;
}

.fsp2section3-3 {
  background-color: #ff9e2e;
  background-image: url('../images/');
  background-position: 0%;
  background-size: auto;
  flex-flow: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.fsp2section2contentwrapper2-3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.fsp2section2heading2-3 {
  color: #2e62a1;
  text-align: center;
  margin-bottom: 64px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.fsp2section3contentwrapper-3 {
  color: #000;
  background-color: #0000;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.fsp2section3heading-3 {
  color: #2e62a1;
  text-align: center;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.fsp2section3text-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.fsp2section3text-3.removemargin {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.fsp2section2text-3 {
  color: #333;
  text-align: center;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
}

.fspimagewrapper-3 {
  width: 45%;
}

.image-17 {
  border-radius: 10px;
  width: 100%;
}

.bold-text-12 {
  display: block;
}

.bold-text-13 {
  color: #ff9e2e;
  text-shadow: 2px 2px 1px #00000096;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 70px;
}

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

.bold-text-15 {
  color: #fff;
  font-size: 46px;
  line-height: 50px;
}

.heading-18 {
  color: #333;
  text-align: center;
  white-space: normal;
  word-break: normal;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.form_flexbox-5 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.headingvs-4 {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 1.3;
}

.sectionstandard-4 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
  overflow: clip;
}

.sectionstandard-4.fspheadingbg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.sectionstandard-4.fspsection2bg {
  background-image: linear-gradient(#a3a3a3, #a3a3a3);
}

.sectionstandard-4.fspformsectionbg {
  background-image: url('../images/group-happy.png');
  background-position: 50%;
  background-size: cover;
}

.heading2-extrabold-4 {
  text-align: center;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 1.3;
}

.heading2-extrabold-4.margin_bot_24px {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.heading2-extrabold-4.margin_bot_16px {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 16px;
}

.text-span {
  color: #fff;
}

.text-span.user-info {
  color: #000;
  font-weight: 600;
}

.text-span-2 {
  color: #fff;
}

.text-span-2.user-info {
  color: #fff;
  font-weight: 600;
}

.user_info_text {
  color: #fff;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}

.flexbox-vertical-4 {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.videoscript-4 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.imagecontainer-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.imagecontainer-2.marginbottom24px {
  margin-bottom: 24px;
}

.user_image {
  background-image: url('../images/679be83cdce292ad40482b2b_459c46f0167c92171441a1a1414b86e5_1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  width: 175px;
  max-width: none;
  height: 175px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.bullet_item {
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.bullet_item.color-4-fsp {
  max-width: 100%;
}

.heading3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.quick-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.cell {
  background-color: #0000;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.heading4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.container-52 {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.cell-2 {
  align-items: stretch;
}

.headingcopy5 {
  color: #fff;
  width: 850px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.headingcopy5.subhead {
  color: #ff9e2e;
  width: auto;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.headingcopy5.yellow {
  color: #ff9e2e;
}

.heading-copy5 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.bold-text-16 {
  font-size: 30px;
}

.book_me_button_centered {
  text-align: right;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  border: 0 #fff;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.book_me_button_centered:hover {
  background-color: #ececec;
  border-color: #20c2f1;
}

.social_media_links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.current-year {
  margin-left: 0;
  font-size: 16px;
}

.footer_bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.copyright {
  color: #d8d8d8;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link_standard_light {
  color: #d8d8d8;
  background-color: #fff0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link_standard_light:hover {
  color: #fff;
}

.footerbottom {
  color: #1b1b1b;
  background-color: #58595b;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.flex-block-57 {
  text-align: center;
  margin-bottom: 0;
}

.container-29 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.divider {
  color: #d8d8d8;
  margin-top: 0;
}

.footer_section {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.text-span-5, .text-span-6 {
  color: #fff;
}

.link_standard {
  color: var(--rapidfunnel-components---base-color-neutral--white);
}

.link_standard.custom_email, .link_standard.custom_phonenumber {
  color: var(--rapidfunnel-components---base-color-neutral--white);
  text-decoration: none;
}

.icon_standard {
  color: #fff;
  padding-right: 8px;
}

.user_info_text-2 {
  color: #fff;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}

.code-embed-4 {
  margin-left: auto;
  margin-right: auto;
}

.center, .centeredinfo, .footer_heading_centered {
  text-align: center;
}

.user_info_centered {
  margin-bottom: 36px;
}

.foundationswrapper {
  overflow: hidden;
}

.current-year-2 {
  margin-left: 0;
  font-size: 16px;
}

.footer_bottom-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.copyright-2 {
  color: #d8d8d8;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link_standard_light-2 {
  color: #d8d8d8;
  background-color: #fff0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link_standard_light-2:hover {
  color: #fff;
}

.footerbottom-2 {
  color: #1b1b1b;
  background-color: #58595b;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.flex-block-68 {
  text-align: center;
  margin-bottom: 0;
}

.container-53 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.divider-2 {
  color: #d8d8d8;
  margin-top: 0;
}

.foundationscript {
  position: static;
}

.videopopoverdiv-3 {
  width: 720px;
}

.pagewrapper-6 {
  width: 100%;
}

.headergs {
  z-index: 5;
  background-color: #fff;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 4px 5px #00000040;
}

.headerdiv {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.image-5 {
  height: 75px;
  margin-right: auto;
}

.headerbuttonsdiv {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.headerbuttonalt {
  color: var(--rapidfunnel-components---background-color--background-primary);
  background-color: #0000;
  font-weight: 400;
}

.herosectiongs {
  background-image: url('../images/ca3510a775e43ea44611768d31bf2425_1.png'), linear-gradient(#00788c, #00788c);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: 105px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.herogsdiv {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.herotext {
  flex-flow: column;
  width: 700px;
  display: flex;
}

.heroimg {
  background-image: url('../images/Getting-Started-Page-Phones-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 718px;
  margin-left: auto;
}

.heroheading {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  line-height: 62px;
}

.heroparagraph {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.herobuttondiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.link-2 {
  color: var(--rapidfunnel-components---base-color-neutral--white);
  text-transform: uppercase;
  text-underline-offset: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.iconssection {
  padding-top: 60px;
  padding-bottom: 88px;
}

.iconsdiv {
  grid-column-gap: 115px;
  grid-row-gap: 115px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.icondiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.icontitle {
  text-align: center;
  margin: 21px 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.iconparagraph {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.videosectiongs {
  background-image: url('../images/2aaaa877e96c26586b87fb4139f521e7_1.png'), linear-gradient(#00788c, #00788c);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.videocontainergs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.headingvideo {
  color: #fff;
  text-align: center;
  margin-bottom: 31px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
}

.videobuttondiv {
  flex-flow: column;
  margin-top: 36px;
  margin-bottom: 24px;
  display: flex;
}

.videobuttondiv.videobutton {
  text-align: center;
  width: 471px;
  margin-top: 0;
  margin-bottom: 0;
}

.videotextgs {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.videotextgs.bigscreen {
  padding-left: 70px;
  padding-right: 70px;
}

.testimonialssectiongs {
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonialsheadinggs {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
}

.testimonialphotogs {
  border-radius: 50svh;
  width: 150px;
  margin-bottom: 16px;
}

.testimonialnamegs {
  color: #333;
  text-align: center;
  margin: 0 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.testimonialparagraph {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.testimonialsgridgs {
  grid-column-gap: 103px;
  grid-row-gap: 103px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.testimonialdiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.platformssectiongs {
  background-color: #f5f7fa;
  padding-top: 60px;
  padding-bottom: 54px;
}

.platformsheadinggs {
  text-align: center;
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.platformsgrid {
  margin-bottom: 48px;
  padding: 0;
}

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

.platformssubheadinggs {
  text-align: center;
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
}

.platformstextgs {
  text-align: center;
  margin-bottom: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.footertop {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.image-7 {
  height: 75px;
}

.lottiemenu {
  display: none;
}

.noccgs {
  color: #fff;
  width: auto;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 28px;
}

.container-54 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buttonprimary {
  text-transform: capitalize;
  background-color: #00788c;
  border-radius: 50px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.buttonprimary.herosection {
  text-align: center;
  background-color: #333;
  width: 300px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.buttonprimary.videobutton {
  background-color: #333;
  margin-top: 31px;
  margin-bottom: 20px;
  font-size: 24px;
}

.buttonprimary.footerbutton {
  text-align: center;
  background-color: #333;
  width: 471px;
  padding: 20px 80px;
  font-size: 24px;
  display: block;
}

.buttonprimary.cabutton {
  vertical-align: baseline;
  background-color: #333;
  min-width: auto;
  display: block;
}

.customicon {
  color: #4a7bc8;
}

.div-block-27 {
  display: none;
}

.videopopoververdiv {
  width: 450px;
}

.div-block-28 {
  min-width: auto;
  display: block;
}

.div-block-28.mobile {
  display: none;
}

.videopopoverdiv-4 {
  width: 70%;
}

.videopopoverdiv-5 {
  width: 720px;
}

.heading-19 {
  color: #fff;
  text-align: center;
  white-space: normal;
  word-break: normal;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
}

.flex-block-69 {
  justify-content: flex-start;
  align-items: stretch;
}

.form_flexbox-6 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.pagewrapper-7 {
  width: 100%;
}

.fspherosection-3 {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/FSP-Background.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.fspherocontentwrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fspherotextwrapper-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.fspheroheading-3 {
  color: #faf3e0;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
}

.fspheroimage-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
}

.heading-20 {
  color: #faf3e0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
}

.heading-20.subhead2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
}

.fspsection2-3 {
  background-color: #202f32;
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 64px;
  display: flex;
}

.div-block-34 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-21 {
  color: #478b17;
  text-align: center;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  line-height: 70px;
}

.list-6 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
  text-align: justify;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.fsplisttext-3 {
  aspect-ratio: auto;
  color: #fff;
  text-align: justify;
  text-indent: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.fsplisttext-3.sub {
  text-indent: 7px;
  column-count: auto;
}

.fspcontactformsection-3 {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.fspcontactformwrapper-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fspcontactsectiontext-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.fspcontactsectionformwrapper-3 {
  background-color: #202f32;
  border-radius: 16px;
  width: 40%;
  padding: 24px 48px;
}

.fspcontactformtext-3 {
  color: #333;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
}

.fspcontactformtext-3.subhead {
  color: #000;
  font-family: Inter, sans-serif;
}

.fspcontactformheading-3 {
  color: #478b17;
  text-align: center;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.fspcontactformsubheading-3 {
  color: #333;
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-35 {
  margin-top: 48px;
  margin-left: auto;
  margin-right: -24px;
}

.image-18 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 4px solid #414b50;
  border-radius: 20px;
  max-width: 100%;
}

.code-embed-9 {
  color: #ff9e2e;
}

.bold-text-17 {
  font-family: Inter, sans-serif;
  font-size: 47px;
  font-weight: 300;
  line-height: 50px;
}

.bold-text-17.subhead2 {
  color: #ff9e2e;
  margin-top: 20px;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.bold-text-18 {
  color: #ff9e2e;
  font-family: Inter, sans-serif;
}

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

.subhead {
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.bold-text-19 {
  letter-spacing: normal;
  text-indent: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.bold-text-20 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
}

.bold-text-21 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.bold-text-22 {
  color: #ff9e2e;
  font-family: Inter, sans-serif;
}

.text-span-7 {
  color: #ff9e2e;
}

.list-item-2 {
  text-align: center;
}

.code-embed-10 {
  line-height: 24px;
  display: block;
}

.bold-text-23 {
  color: #ff9e2e;
  font-weight: 300;
}

.text-span-8 {
  font-size: 32px;
  font-weight: 300;
}

.headingvs-5 {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 1.3;
}

.headingvs-5.color-1-fast-start {
  color: #202f32;
  flex-flow: column;
  justify-content: flex-start;
  align-items: baseline;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 900;
  line-height: 64px;
  display: block;
}

.headingvs-5.color-1-fast-start.completed {
  color: #ff9e2e;
}

.sectionstandard-5 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
  overflow: clip;
}

.sectionstandard-5.faststartpgheadingbg {
  background-image: url('../images/Road-Background.png');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
}

.sectionstandard-5.faststartsection2bg {
  background-color: #202f32;
  background-image: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sectionstandard-5.faststartbuttonsectionbg {
  background-color: #202f32;
}

.heading2-extrabold-5 {
  text-align: center;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 1.3;
}

.heading2-extrabold-5.heading_margin {
  color: #ff9e2e;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.heading2-extrabold-5.margin-bot-24px {
  margin-top: 0;
  margin-bottom: 24px;
}

.heading2-extrabold-5.margin-bot-24px.color-3-fast-start {
  color: #ff9e2e;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.heading2-extrabold-5.margin-bot-24px.color-5-fast-start {
  color: #ff9e2e;
  font-family: Inter, sans-serif;
  font-weight: 900;
}

.buttonstandard-5 {
  text-align: center;
  background-color: #000;
  border-radius: 18px;
  width: auto;
  min-width: 220px;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.buttonstandard-5.color-7-fast-start {
  background-color: #ff9e2e;
  width: 230px;
  min-width: auto;
  max-width: none;
  height: auto;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  display: block;
}

.buttonstandard-5.color-7-fast-start.completed {
  width: auto;
  min-width: auto;
}

.flexbox-vertical-5 {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.flexbox-vertical-5.hero {
  width: 60%;
  max-width: 60%;
}

.videoscript-5 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.videoscriptver-2 {
  vertical-align: baseline;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: block;
  position: static;
  overflow: clip;
}

.subheadingvs-2 {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

.subheadingvs-2.heading_margin {
  margin-bottom: 16px;
  line-height: 1.3;
}

.subheadingvs-2.heading_margin.color-2-fast-start {
  color: #202f32;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.subheadingvs-2.margin_24px {
  margin-bottom: 24px;
}

.subheadingvs-2.margin_24px.color-2-fast-start {
  color: #fff;
}

.subheadingvs-2.color-2-fast-start {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 42px;
}

.section_grid_standard-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 550px;
  display: grid;
}

.flexbox_grid_standard-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 48px 40px 48px 80px;
  display: flex;
}

.flexbox_grid_standard-2.color_grid_left {
  background-color: #fff;
  height: auto;
  display: flex;
}

.heading3-bold-2 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading3-bold-2.margin-bot-16px {
  margin-top: 0;
  margin-bottom: 16px;
}

.heading3-bold-2.margin-bot-16px.color-4-fast-start {
  color: #004656;
  max-width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 900;
  line-height: 36px;
}

.heading3-bold-2.margin-bot-16px.color-6-fast-start {
  color: #fff;
  text-transform: capitalize;
  max-width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 900;
  line-height: 36px;
}

.text-medium-2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.text-medium-2.margin-bot-24px {
  margin-bottom: 24px;
}

.text-medium-2.margin-bot-24px.color-4-fast-start {
  color: #004656;
  text-align: left;
  max-width: 100%;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-medium-2.margin-bot-24px.color-6-fast-start {
  color: #fff;
  text-align: left;
  max-width: 100%;
  margin-top: 24px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.flexbox_grid_standard_2-2 {
  padding: 48px 80px 48px 40px;
}

.flexbox_grid_standard_2-2.color_grid_right {
  background-color: #202f32;
  max-width: 100%;
  min-height: 450px;
  max-height: 100%;
}

.imagecontainer-3 {
  background-image: url('../images/Girl-on-Phone.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
}

.faststartvideocontainer-2 {
  margin-left: 0;
  margin-right: 0;
}

.imagecontainer2-2 {
  background-color: #167b8f;
  background-image: url('../images/Focus-Thursday.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
}

.imagecontainer3-2 {
  background-image: url('../images/GDM-App.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.imagecontainer4-2 {
  background-image: url('../images/ChatGPT-Image-Jun-22-2026-06_26_12-AM.png');
  background-position: 50% 40%;
  background-size: cover;
  width: 100%;
}

.imagecontainer5-2 {
  background-image: url('../images/Hold-hands.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.text-span-9 {
  color: #ff9e2e;
  vertical-align: baseline;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.text-span-10 {
  color: #ff9e2e;
}

.container-55 {
  max-width: 250px;
}

.footer_section-2 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.footer_section-2.thankyoufooter {
  background-color: #0000;
  background-image: url('../images/Road-Background.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 0;
}

.text-span-11 {
  color: #fff;
}

.text-span-11.thankyoufooter {
  color: #000;
}

.text-span-12 {
  color: #fff;
}

.text-span-12.thankyoufooter {
  color: #000;
}

.link_standard-2 {
  color: var(--rapidfunnel-components---base-color-neutral--white);
}

.link_standard-2.custom_email {
  color: var(--rapidfunnel-components---base-color-neutral--white);
  text-decoration: none;
}

.link_standard-2.custom_email.thankyoufooter {
  color: var(--rapidfunnel-components---base-color-neutral--black);
}

.link_standard-2.custom_phonenumber {
  color: var(--rapidfunnel-components---base-color-neutral--white);
  text-decoration: none;
}

.link_standard-2.custom_phonenumber.thankyoufooter {
  color: var(--rapidfunnel-components---base-color-neutral--black);
}

.icon_standard-2 {
  color: #fff;
  padding-right: 8px;
}

.icon_standard-2.thankyoufooter {
  color: #000;
  margin-right: 12px;
}

.user_info_text-3 {
  color: #fff;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}

.code-embed-11 {
  margin-left: auto;
  margin-right: auto;
}

.profileimage {
  background-image: url('../images/679be83cdce292ad40482b2b_459c46f0167c92171441a1a1414b86e5_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50vh;
  width: 175px;
  height: 175px;
  margin-bottom: 16px;
}

.profileimage.marginbot38px {
  margin-bottom: 38px;
}

.pagewrapper-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
}

.centeredinfo.marginbot20px.thankyoufooter, .centeredinfo.thankyoufooter.footertext {
  font-size: 24px;
  font-weight: 400;
}

.user_info_centered-2 {
  margin-bottom: 36px;
}

.user_info_centered-2.removemargin {
  margin-bottom: 0;
}

.footer_heading_vertical {
  text-align: left;
}

.footer_heading_vertical.flexbox_centered {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.thankyousection {
  background-image: url('../images/Road-Background.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 48px;
  display: flex;
}

.image-9 {
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
}

.thankyouheading {
  color: #ff9e2e;
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 68px;
  line-height: 74px;
}

.heading-10 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.thankyoucontainerdiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
}

.heading-11 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.thankyoubuttondiv {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.thankyoubutton {
  text-align: center;
  background-color: #202f32;
  border-radius: 50vh;
  width: 414px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.footer_section-3 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.footer_section-3.thankyoufooter {
  background-color: #0000;
  margin-top: 40px;
  padding-top: 0;
}

.text-span-13 {
  color: #fff;
}

.text-span-13.thankyoufooter {
  color: #000;
}

.text-span-14 {
  color: #fff;
}

.text-span-14.thankyoufooter {
  color: #000;
}

.link_standard-3 {
  color: var(--rapidfunnel-components---base-color-neutral--white);
}

.link_standard-3.custom_email {
  color: var(--rapidfunnel-components---base-color-neutral--white);
  text-decoration: none;
}

.link_standard-3.custom_email.thankyoufooter {
  color: var(--rapidfunnel-components---base-color-neutral--black);
}

.link_standard-3.custom_phonenumber {
  color: var(--rapidfunnel-components---base-color-neutral--white);
  text-decoration: none;
}

.link_standard-3.custom_phonenumber.thankyoufooter {
  color: var(--rapidfunnel-components---base-color-neutral--black);
}

.icon_standard-3 {
  color: #fff;
  padding-right: 8px;
}

.icon_standard-3.thankyoufooter {
  color: #000;
  margin-right: 12px;
}

.user_info_text-4 {
  color: #fff;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}

.code-embed-12 {
  margin-left: auto;
  margin-right: auto;
}

.profileimage-2 {
  background-image: url('../images/679be83cdce292ad40482b2b_459c46f0167c92171441a1a1414b86e5_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50vh;
  width: 175px;
  height: 175px;
  margin-bottom: 16px;
}

.profileimage-2.marginbot38px {
  margin-bottom: 38px;
}

.pagewrapper-9 {
  width: 100%;
}

.centeredinfo.marginbot20px.thankyoufooter, .centeredinfo.thankyoufooter.footertext {
  font-size: 24px;
  font-weight: 400;
}

.user_info_centered-3 {
  margin-bottom: 36px;
}

.user_info_centered-3.removemargin {
  margin-bottom: 0;
}

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

.footer_heading_vertical-2.flexbox_centered {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.thankyousection-2 {
  background-image: url('../images/Road-Background.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 48px;
  display: flex;
}

.image-19 {
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
}

.thankyouheading-2 {
  color: #ff9e2e;
  text-align: center;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 68px;
  line-height: 72px;
}

.heading-22 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.thankyoucontainerdiv-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
}

.heading-23 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.thankyoubuttondiv-2 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.thankyoubutton-2 {
  text-align: center;
  background-color: #333;
  border-radius: 50vh;
  width: 414px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.code-embed-13 {
  line-height: 22px;
}

.heading-24 {
  color: #333;
  text-align: center;
  white-space: normal;
  word-break: normal;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.form_flexbox-7 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.headingvs-6 {
  color: #ff9e2e;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 54px;
  line-height: 1.3;
}

.sectionstandard-6 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
  overflow: clip;
}

.sectionstandard-6.padding_sup_24px {
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.sectionstandard-6.padding_sup_24px.videopgformsectionbg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.sectionstandard-6.videopgheadbg {
  background-image: url('../images/');
  background-position: 50%;
  background-size: cover;
}

.heading2-extrabold-6 {
  text-align: center;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 1.3;
}

.heading2-extrabold-6.margin_24px {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.heading2-extrabold-6.margin_bot_36px {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 36px;
}

.buttonstandard-6 {
  color: #000;
  text-align: center;
  background-color: #ff9e2e;
  border-radius: 18px;
  width: auto;
  min-width: 220px;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.flexbox-vertical-6 {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.flexbox-form-3 {
  flex-flow: column;
  width: 650px;
  max-width: 650px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.videoscript-6 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.buttondiv-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.buttondiv-4.buttondivhide-4 {
  display: block;
}

.verticalvideodiv-3 {
  width: 450px;
  height: auto;
}

.videopopoverdiv-6 {
  width: 720px;
}

.buttondivhide-4 {
  display: none;
}

.footer_section-4 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.footer_section-4.thankyoufooter {
  background-color: #6d6a6a;
  padding-top: 0;
}

.text-span-15 {
  color: #fff;
}

.text-span-15.thankyoufooter {
  color: #000;
}

.text-span-16 {
  color: #fff;
}

.text-span-16.thankyoufooter {
  color: #000;
}

.link_standard-4 {
  color: var(--rapidfunnel-components---base-color-neutral--white);
}

.link_standard-4.custom_email {
  color: var(--rapidfunnel-components---base-color-neutral--white);
  text-decoration: none;
}

.link_standard-4.custom_email.thankyoufooter {
  color: var(--rapidfunnel-components---base-color-neutral--black);
}

.link_standard-4.custom_phonenumber {
  color: var(--rapidfunnel-components---base-color-neutral--white);
  text-decoration: none;
}

.link_standard-4.custom_phonenumber.thankyoufooter {
  color: var(--rapidfunnel-components---base-color-neutral--black);
}

.icon_standard-4 {
  color: #fff;
  padding-right: 8px;
}

.icon_standard-4.thankyoufooter {
  color: #000;
  margin-right: 12px;
}

.user_info_text-5 {
  color: #fff;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}

.code-embed-14 {
  margin-left: auto;
  margin-right: auto;
}

.profileimage-3 {
  background-image: url('../images/679be83cdce292ad40482b2b_459c46f0167c92171441a1a1414b86e5.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50vh;
  width: 175px;
  height: 175px;
  margin-bottom: 16px;
}

.profileimage-3.marginbot38px {
  margin-bottom: 38px;
}

.pagewrapper-10 {
  width: 100%;
}

.center {
  text-align: center;
}

.center.footertext {
  font-size: 24px;
  font-weight: 400;
}

.centeredinfo {
  text-align: center;
}

.centeredinfo.marginbot20px {
  margin-bottom: 20px;
}

.centeredinfo.marginbot20px.thankyoufooter, .centeredinfo.thankyoufooter.footertext {
  font-size: 24px;
  font-weight: 400;
}

.user_info_centered-4 {
  margin-bottom: 36px;
}

.user_info_centered-4.removemargin {
  margin-bottom: 0;
}

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

.footer_heading_vertical-3.flexbox_centered {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.thankyousection-3 {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/d22b471639c5c0ee6371e34fe6aae0bf.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 48px;
  display: flex;
}

.image-20 {
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
}

.thankyouheading-3 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 68px;
}

.heading-25 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.thankyoucontainerdiv-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
}

.heading-26 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.thankyoubuttondiv-3 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.thankyoubutton-3 {
  text-align: center;
  background-color: #77b800;
  border-radius: 50vh;
  width: 414px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.heading-27 {
  color: #333;
  text-align: center;
  white-space: normal;
  word-break: normal;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.form_flexbox-8 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.codecolorsoverride-7 {
  color: #000;
}

.headingvs-7 {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 1.3;
}

.sectionstandard-7 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
  overflow: clip;
}

.sectionstandard-7.padding_sup_24px {
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.sectionstandard-7.padding_sup_24px.videopgformsectionbg {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.sectionstandard-7.videopgheadbg {
  background-image: url('../images/group-happy.png');
  background-position: 50%;
  background-size: cover;
}

.heading2-extrabold-7 {
  text-align: center;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 1.3;
}

.heading2-extrabold-7.margin_24px {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 500;
}

.heading2-extrabold-7.margin_bot_36px {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 36px;
}

.buttonstandard-7 {
  text-align: center;
  background-color: #000;
  border-radius: 18px;
  width: auto;
  min-width: 220px;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.flexbox-vertical-7 {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.flexbox-form-4 {
  flex-flow: column;
  width: 650px;
  max-width: 650px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.videoscript-7 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.buttondiv-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.buttondiv-5.buttondivhide-5 {
  display: block;
}

.verticalvideodiv-4 {
  width: 450px;
  height: auto;
}

.videopopoverdiv-7 {
  width: 720px;
}

.buttondivhide-5 {
  display: none;
}

.videopopoverdiv-2-copy {
  width: 720px;
}

.thankyoubuttondiv-2-copy {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.buttondiv-3-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.buttondiv-3-copy.buttondivhide-3 {
  display: block;
}

.thankyoubutton-2-copy {
  text-align: center;
  background-color: #333;
  border-radius: 50vh;
  width: 414px;
  margin-top: -63px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.foundationscript-2 {
  position: static;
}

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

.margin-bottom-13.margin-large-6 {
  text-align: left;
}

.margin-bottom-13.margin-small-6 {
  margin: 0 0 12px;
}

.padding-section-small-13 {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.max-width-large-13 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-13.align-center-13 {
  border: 1px #000;
  border-radius: 6px;
}

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

.page-wrapper-7 {
  overflow: hidden;
}

.buttonstandard-8 {
  text-align: center;
  background-color: #ff8a30;
  border-radius: 18px;
  width: auto;
  min-width: 220px;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.foundationswrapper-2 {
  overflow: hidden;
}

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

.header26_component-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global-14 {
  text-align: center;
  padding: 32px 5%;
}

.text-size-medium-22 {
  text-align: left;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.header26_image-6 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: 720px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h1-7 {
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

@media screen and (max-width: 991px) {
  .rapidfunnel-components--heading2-extrabold.rapidfunnel-components--margin_24px {
    font-size: 32px;
  }

  .rapidfunnel-components--buttonstandard {
    display: inline-block;
  }

  .rapidfunnel-components--footer_section {
    background-color: #000;
  }

  .rapidfunnel-components--footer_section.rapidfunnel-components--thankyoufooter {
    padding-top: 0;
  }

  .rapidfunnel-components--flexbox-vertical {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rapidfunnel-components--flexbox-form {
    max-width: 650px;
  }

  .rapidfunnel-components--verticalvideodiv {
    width: 350px;
    height: auto;
  }

  .rapidfunnel-components--videopopoverdiv {
    width: 100%;
  }

  .rapidfunnel-components--profileimage.rapidfunnel-components--marginbot38px {
    width: 130px;
    height: 130px;
  }

  .rapidfunnel-components--videoscriptver {
    width: 294px;
    height: auto;
  }

  .rapidfunnel-components--flexbox_grid_standard {
    padding-left: 60px;
  }

  .rapidfunnel-components--flexbox_grid_standard_2 {
    padding-right: 60px;
  }

  .rapidfunnel-components--fspherosection {
    height: 50vh;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .rapidfunnel-components--fspherocontentwrapper {
    width: 90%;
  }

  .rapidfunnel-components--fspherotextwrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rapidfunnel-components--fspheroheading {
    font-size: 36px;
    line-height: 42px;
  }

  .rapidfunnel-components--heading-13 {
    font-size: 26px;
    line-height: 32px;
  }

  .rapidfunnel-components--div-block-30 {
    width: 90%;
  }

  .rapidfunnel-components--heading-14 {
    font-size: 48px;
  }

  .rapidfunnel-components--list {
    text-align: center;
  }

  .rapidfunnel-components--fsplisttext {
    text-align: center;
    font-size: 26px;
    line-height: 39px;
  }

  .rapidfunnel-components--fspcontactformwrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 90%;
  }

  .rapidfunnel-components--fspcontactsectiontext {
    width: 50%;
  }

  .rapidfunnel-components--fspcontactsectionformwrapper {
    width: 55%;
  }

  .rapidfunnel-components--fspcontactformtext {
    font-size: 26px;
    line-height: 34px;
  }

  .rapidfunnel-components--fspcontactformheading {
    font-size: 36px;
  }

  .rapidfunnel-components--fspcontactformsubheading {
    font-size: 22px;
  }

  .rapidfunnel-components--div-block-31 {
    width: 447px;
    margin-top: 0;
  }

  .rapidfunnel-components--fsp2heroheading {
    font-size: 58px;
    line-height: 70px;
  }

  .rapidfunnel-components--fsp2herosubheading {
    font-size: 36px;
  }

  .rapidfunnel-components--fsp2section2heading {
    font-size: 48px;
  }

  .rapidfunnel-components--fsp2listtext {
    font-size: 24px;
    line-height: 36px;
  }

  .rapidfunnel-components--fspsection2image {
    margin-top: 350px;
  }

  .rapidfunnel-components--fsp2section2contentwrapper2 {
    flex-flow: column;
    display: flex;
  }

  .rapidfunnel-components--fsp2section2heading2 {
    margin-bottom: 36px;
    font-size: 36px;
  }

  .rapidfunnel-components--fsp2section3heading {
    margin-bottom: 36px;
    line-height: 52px;
  }

  .rapidfunnel-components--fsp2section3text {
    margin-bottom: 24px;
  }

  .rapidfunnel-components--fsp2section2text {
    margin-bottom: 0;
  }

  .rapidfunnel-components--center.rapidfunnel-components--footertext, .rapidfunnel-components--centeredinfo.rapidfunnel-components--marginbot20px.rapidfunnel-components--thankyoufooter, .rapidfunnel-components--centeredinfo.rapidfunnel-components--thankyoufooter.rapidfunnel-components--footertext {
    font-size: 20px;
  }

  .rapidfunnel-components--headerdiv {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .rapidfunnel-components--headerbuttonsdiv {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-right: 0;
  }

  .rapidfunnel-components--herosectiongs {
    margin-top: 115px;
    padding: 48px 24px;
  }

  .rapidfunnel-components--herogsdiv {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .rapidfunnel-components--herotext {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .rapidfunnel-components--heroimg {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 562px;
    margin-right: auto;
    display: flex;
  }

  .rapidfunnel-components--heroheading {
    text-align: center;
    margin-bottom: 24px;
  }

  .rapidfunnel-components--heroparagraph {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }

  .rapidfunnel-components--herobuttondiv {
    justify-content: flex-start;
    align-items: center;
  }

  .rapidfunnel-components--iconssection {
    padding: 48px 124px;
  }

  .rapidfunnel-components--iconsdiv {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .rapidfunnel-components--icondiv {
    padding-left: 0;
    padding-right: 0;
  }

  .rapidfunnel-components--videosectiongs {
    padding: 48px 24px;
  }

  .rapidfunnel-components--headingvideo {
    margin-bottom: 32px;
    line-height: 52px;
  }

  .rapidfunnel-components--videotextgs {
    margin-bottom: 0;
    padding-left: 64px;
    padding-right: 64px;
  }

  .rapidfunnel-components--videotextgs.rapidfunnel-components--bigscreen {
    padding-left: 0;
    padding-right: 0;
  }

  .rapidfunnel-components--testimonialssectiongs {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .rapidfunnel-components--testimonialsheadinggs {
    margin-bottom: 48px;
    margin-left: 48px;
    margin-right: 48px;
  }

  .rapidfunnel-components--testimonialsgridgs {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 74px;
    padding-right: 74px;
  }

  .rapidfunnel-components--testimonialdiv {
    padding-left: 0;
    padding-right: 0;
  }

  .rapidfunnel-components--platformssectiongs {
    padding: 48px 24px;
  }

  .rapidfunnel-components--platformsheadinggs {
    margin-bottom: 27px;
  }

  .rapidfunnel-components--platformimage.rapidfunnel-components--mobile {
    height: 145px;
  }

  .rapidfunnel-components--noccgs {
    text-align: center;
    margin-bottom: 24px;
    line-height: 30px;
  }

  .rapidfunnel-components--container-54 {
    max-width: 100%;
  }

  .rapidfunnel-components--buttonprimary {
    text-align: center;
    padding-left: 24px;
  }

  .rapidfunnel-components--buttonprimary.rapidfunnel-components--herosection {
    margin-bottom: 24px;
  }

  .rapidfunnel-components--buttonprimary.rapidfunnel-components--videobutton {
    margin-top: 32px;
  }

  .rapidfunnel-components--div-block-27 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 48px;
    display: flex;
  }

  .rapidfunnel-components--videopopoververdiv {
    width: 350px;
  }

  .rapidfunnel-components--thankyousection {
    padding-bottom: 48px;
  }

  .rapidfunnel-components--image-9 {
    width: 130px;
    height: 130px;
  }

  .rapidfunnel-components--thankyouheading {
    font-size: 48px;
  }

  .rapidfunnel-components--heading-10 {
    font-size: 35px;
  }

  .rapidfunnel-components--heading-11 {
    font-size: 20px;
    line-height: 1.4;
  }

  .rapidfunnel-components--thankyoubutton {
    width: 300px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
    line-height: 22px;
  }

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

  .heading2-extrabold.margin_24px {
    font-size: 28px;
  }

  .buttonstandard {
    display: inline-block;
  }

  .flexbox-vertical {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flexbox-form {
    max-width: 650px;
  }

  .verticalvideodiv {
    width: 350px;
    height: auto;
  }

  .videopopoverdiv {
    width: 80%;
  }

  .buttonstandard-2, .buttonstandard-3 {
    display: inline-block;
  }

  .flexbox-vertical-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .videoscriptver {
    width: 294px;
    height: auto;
  }

  .flexbox_grid_standard {
    padding-left: 60px;
  }

  .flexbox_grid_standard_2 {
    padding-right: 60px;
  }

  .headingvs-3 {
    max-width: 80%;
  }

  .heading2-extrabold-3.margin_24px {
    font-size: 24px;
  }

  .heading2-extrabold-3.margin_24px.testimonial {
    font-size: 20px;
  }

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

  .flexbox-vertical-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flexbox-form-2 {
    max-width: 650px;
  }

  .verticalvideodiv-2 {
    width: 350px;
    height: auto;
  }

  .videopopoverdiv-2 {
    width: 80%;
  }

  .fspherosection {
    height: 50vh;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .fspherocontentwrapper {
    width: 90%;
  }

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

  .fspheroheading {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-13 {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-30 {
    width: 90%;
  }

  .heading-14 {
    font-size: 48px;
  }

  .list {
    text-align: center;
  }

  .fsplisttext {
    text-align: center;
    font-size: 26px;
    line-height: 39px;
  }

  .fspcontactformwrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 90%;
  }

  .fspcontactsectiontext {
    width: 50%;
  }

  .fspcontactsectionformwrapper {
    width: 55%;
  }

  .fspcontactformtext {
    font-size: 26px;
    line-height: 34px;
  }

  .fspcontactformheading {
    font-size: 36px;
  }

  .fspcontactformsubheading {
    font-size: 22px;
  }

  .div-block-31 {
    width: 447px;
    margin-top: 0;
  }

  .fsp2heroheading {
    font-size: 58px;
    line-height: 70px;
  }

  .fsp2herosubheading {
    font-size: 36px;
  }

  .fsp2section2heading {
    font-size: 48px;
  }

  .fsp2listtext {
    font-size: 24px;
    line-height: 36px;
  }

  .fspsection2image {
    margin-top: 350px;
  }

  .fsp2section2contentwrapper2 {
    flex-flow: column;
    display: flex;
  }

  .fsp2section2heading2 {
    margin-bottom: 36px;
    font-size: 36px;
  }

  .fsp2section3heading {
    margin-bottom: 36px;
    line-height: 52px;
  }

  .fsp2section3text {
    margin-bottom: 24px;
  }

  .fsp2section2text {
    margin-bottom: 0;
  }

  .fsp2herosection-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fsp2heroheading-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .fsp2herosubheading-2 {
    font-size: 28px;
    line-height: 34px;
  }

  .fsp2section2heading-2 {
    text-align: left;
    font-size: 30px;
    line-height: 34px;
  }

  .fsp2listtext-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .fspsection2image-2 {
    margin-top: 350px;
  }

  .fsp2section2contentwrapper2-2 {
    flex-flow: column;
    display: flex;
  }

  .fsp2section2heading2-2 {
    margin-bottom: 36px;
    font-size: 36px;
  }

  .fsp2section3heading-2 {
    margin-bottom: 36px;
    line-height: 52px;
  }

  .fsp2section3text-2 {
    margin-bottom: 24px;
  }

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

  .fspimagewrapper-2 {
    height: auto;
    margin-top: -200px;
  }

  .image-15 {
    height: auto;
    max-height: 95.678%;
    padding-top: 0;
  }

  .bold-text-4 {
    font-size: 54px;
    line-height: 60px;
  }

  .bold-text-4.freeguide {
    font-size: 70px;
    line-height: 74px;
  }

  .fspherosection-2 {
    height: 80vh;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .fspherocontentwrapper-2 {
    width: 90%;
  }

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

  .fspheroheading-2 {
    font-size: 30px;
    line-height: 42px;
  }

  .heading-16 {
    font-size: 26px;
    line-height: 30px;
  }

  .div-block-32 {
    width: 90%;
  }

  .heading-17 {
    font-size: 48px;
  }

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

  .fsplisttext-2 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .fspcontactformwrapper-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 90%;
  }

  .fspcontactsectiontext-2 {
    width: 50%;
  }

  .fspcontactsectionformwrapper-2 {
    width: 55%;
  }

  .fspcontactformtext-2 {
    font-size: 26px;
    line-height: 34px;
  }

  .fspcontactformtext-2.subhead {
    font-size: 26px;
    line-height: 30px;
  }

  .fspcontactformheading-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .fspcontactformsubheading-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-33 {
    width: 447px;
    margin-top: 0;
  }

  .bold-text-5 {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text-5.good {
    font-size: 68px;
    line-height: 78px;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 30px;
    line-height: 34px;
  }

  .bold-text-8 {
    font-size: 24px;
    line-height: 30px;
  }

  .bold-text-10 {
    text-align: left;
    font-size: 40px;
    line-height: 44px;
  }

  .fsp2heroheading-3 {
    font-size: 58px;
    line-height: 70px;
  }

  .fsp2herosubheading-3 {
    font-size: 36px;
  }

  .fsp2section2heading-3 {
    font-size: 48px;
  }

  .fsp2listtext-3 {
    font-size: 24px;
    line-height: 36px;
  }

  .fspsection2image-3 {
    margin-top: 350px;
  }

  .fsp2section2contentwrapper2-3 {
    flex-flow: column;
    display: flex;
  }

  .fsp2section2heading2-3 {
    margin-bottom: 36px;
    font-size: 36px;
  }

  .fsp2section3heading-3 {
    margin-bottom: 36px;
    line-height: 52px;
  }

  .fsp2section3text-3 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
  }

  .fsp2section3text-3.removemargin {
    font-size: 24px;
  }

  .fsp2section2text-3 {
    margin-bottom: 0;
  }

  .bold-text-13 {
    font-size: 40px;
    line-height: 44px;
  }

  .bold-text-15 {
    font-size: 30px;
    line-height: 34px;
  }

  .bulletsubhead, .text-span-4 {
    font-size: 20px;
    line-height: 24px;
  }

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

  .headingcopy5 {
    width: 650px;
  }

  .footer_section {
    background-color: #000;
  }

  .videopopoverdiv-3 {
    width: 80%;
  }

  .headerdiv {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .headerbuttonsdiv {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-right: 0;
  }

  .herosectiongs {
    margin-top: 115px;
    padding: 48px 24px;
  }

  .herogsdiv {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .herotext {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heroimg {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 562px;
    margin-right: auto;
    display: flex;
  }

  .heroheading {
    text-align: center;
    margin-bottom: 24px;
  }

  .heroparagraph {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }

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

  .iconssection {
    padding: 48px 124px;
  }

  .iconsdiv {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .videosectiongs {
    padding: 48px 24px;
  }

  .headingvideo {
    margin-bottom: 32px;
    line-height: 52px;
  }

  .videotextgs {
    margin-bottom: 0;
    padding-left: 64px;
    padding-right: 64px;
  }

  .videotextgs.bigscreen {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonialssectiongs {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .testimonialsheadinggs {
    margin-bottom: 48px;
    margin-left: 48px;
    margin-right: 48px;
  }

  .testimonialsgridgs {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 74px;
    padding-right: 74px;
  }

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

  .platformssectiongs {
    padding: 48px 24px;
  }

  .platformsheadinggs {
    margin-bottom: 27px;
  }

  .platformimage.mobile {
    height: 145px;
  }

  .noccgs {
    text-align: center;
    margin-bottom: 24px;
    line-height: 30px;
  }

  .container-54 {
    max-width: 100%;
  }

  .buttonprimary {
    text-align: center;
    padding-left: 24px;
  }

  .buttonprimary.herosection {
    margin-bottom: 24px;
  }

  .buttonprimary.videobutton {
    margin-top: 32px;
  }

  .div-block-27 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 48px;
    display: flex;
  }

  .videopopoververdiv {
    width: 350px;
  }

  .videopopoverdiv-4, .videopopoverdiv-5 {
    width: 80%;
  }

  .fspherosection-3 {
    background-size: cover;
    height: 60vh;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .fspherocontentwrapper-3 {
    width: 90%;
  }

  .fspherotextwrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fspheroheading-3 {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-20 {
    font-size: 20px;
    line-height: 32px;
  }

  .div-block-34 {
    width: 90%;
  }

  .heading-21 {
    font-size: 48px;
  }

  .list-6 {
    text-align: center;
    width: 80%;
    padding-left: 20px;
  }

  .fsplisttext-3 {
    text-align: center;
    font-size: 22px;
    line-height: 39px;
  }

  .fspcontactformsection-3 {
    background-image: none;
  }

  .fspcontactformwrapper-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 90%;
  }

  .fspcontactsectiontext-3 {
    width: 50%;
  }

  .fspcontactsectionformwrapper-3 {
    width: 55%;
  }

  .fspcontactformtext-3 {
    font-size: 26px;
    line-height: 34px;
  }

  .fspcontactformheading-3 {
    font-size: 26px;
    line-height: 30px;
  }

  .fspcontactformsubheading-3 {
    font-size: 22px;
  }

  .div-block-35 {
    width: 447px;
    margin-top: 0;
  }

  .bold-text-17 {
    font-size: 22px;
    font-weight: 400;
  }

  .bold-text-18 {
    font-size: 36px;
    line-height: 40px;
  }

  .subhead {
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
  }

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

  .bold-text-20 {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .bold-text-21 {
    font-weight: 200;
  }

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

  .headingvs-5.color-1-fast-start {
    color: #202f32;
    font-size: 34px;
    line-height: 38px;
  }

  .sectionstandard-5.faststartsection2bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading2-extrabold-5.heading_margin {
    font-size: 34px;
    line-height: 38px;
  }

  .heading2-extrabold-5.margin-bot-24px.color-3-fast-start, .heading2-extrabold-5.margin-bot-24px.color-5-fast-start {
    margin-bottom: 10px;
  }

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

  .flexbox-vertical-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .videoscriptver-2 {
    width: 294px;
    height: auto;
  }

  .subheadingvs-2.heading_margin.color-2-fast-start, .subheadingvs-2.color-2-fast-start {
    font-size: 22px;
    line-height: 26px;
  }

  .flexbox_grid_standard-2 {
    padding-left: 60px;
  }

  .heading3-bold-2.margin-bot-16px.color-4-fast-start, .heading3-bold-2.margin-bot-16px.color-6-fast-start {
    font-size: 28px;
    line-height: 32px;
  }

  .flexbox_grid_standard_2-2 {
    padding-right: 60px;
  }

  .footer_section-2 {
    background-color: #000;
  }

  .footer_section-2.thankyoufooter {
    padding-top: 0;
  }

  .profileimage.marginbot38px {
    width: 130px;
    height: 130px;
  }

  .center.footertext, .centeredinfo.marginbot20px.thankyoufooter, .centeredinfo.thankyoufooter.footertext {
    font-size: 20px;
  }

  .thankyousection {
    padding-bottom: 48px;
  }

  .image-9 {
    width: 130px;
    height: 130px;
  }

  .thankyouheading {
    font-size: 48px;
  }

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

  .heading-11 {
    font-size: 20px;
    line-height: 1.4;
  }

  .thankyoubutton {
    width: 300px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
    line-height: 22px;
  }

  .footer_section-3 {
    background-color: #000;
  }

  .footer_section-3.thankyoufooter {
    padding-top: 0;
  }

  .profileimage-2.marginbot38px {
    width: 130px;
    height: 130px;
  }

  .center.footertext, .centeredinfo.marginbot20px.thankyoufooter, .centeredinfo.thankyoufooter.footertext {
    font-size: 20px;
  }

  .thankyousection-2 {
    padding-bottom: 48px;
  }

  .image-19 {
    width: 130px;
    height: 130px;
  }

  .thankyouheading-2 {
    font-size: 48px;
    line-height: 54px;
  }

  .heading-22 {
    font-size: 35px;
  }

  .heading-23 {
    font-size: 20px;
    line-height: 1.4;
  }

  .thankyoubutton-2 {
    width: 300px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
    line-height: 22px;
  }

  .heading2-extrabold-6.margin_24px {
    font-size: 32px;
  }

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

  .flexbox-vertical-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flexbox-form-3 {
    max-width: 650px;
  }

  .verticalvideodiv-3 {
    width: 350px;
    height: auto;
  }

  .videopopoverdiv-6 {
    width: 80%;
  }

  .footer_section-4 {
    background-color: #000;
  }

  .footer_section-4.thankyoufooter {
    padding-top: 0;
  }

  .profileimage-3.marginbot38px {
    width: 130px;
    height: 130px;
  }

  .center.footertext, .centeredinfo.marginbot20px.thankyoufooter, .centeredinfo.thankyoufooter.footertext {
    font-size: 20px;
  }

  .thankyousection-3 {
    padding-bottom: 48px;
  }

  .image-20 {
    width: 130px;
    height: 130px;
  }

  .thankyouheading-3 {
    font-size: 48px;
  }

  .heading-25 {
    font-size: 35px;
  }

  .heading-26 {
    font-size: 20px;
    line-height: 1.4;
  }

  .thankyoubutton-3 {
    width: 300px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
    line-height: 22px;
  }

  .heading2-extrabold-7.margin_24px {
    font-size: 32px;
  }

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

  .flexbox-vertical-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flexbox-form-4 {
    max-width: 650px;
  }

  .verticalvideodiv-4 {
    width: 350px;
    height: auto;
  }

  .videopopoverdiv-7, .videopopoverdiv-2-copy {
    width: 80%;
  }

  .thankyoubutton-2-copy {
    width: 300px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
    line-height: 22px;
  }

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

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

  .padding-global-14 {
    padding: 16px 40px;
  }

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

@media screen and (max-width: 767px) {
  .rapidfunnel-components--container-29 {
    margin-left: 0;
    margin-right: 0;
  }

  .rapidfunnel-components--headingvs {
    font-size: 54px;
  }

  .rapidfunnel-components--sectionstandard {
    background-attachment: scroll;
  }

  .rapidfunnel-components--heading2-extrabold.rapidfunnel-components--margin_24px {
    font-size: 24px;
  }

  .rapidfunnel-components--footer_section {
    justify-content: flex-start;
    align-items: stretch;
  }

  .rapidfunnel-components--footer_heading {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .rapidfunnel-components--user_info {
    flex-flow: column;
  }

  .rapidfunnel-components--text-span-2 {
    margin-right: 4px;
  }

  .rapidfunnel-components--icon_standard {
    margin-bottom: 5px;
    padding-right: 0;
  }

  .rapidfunnel-components--user_info_text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .rapidfunnel-components--user_info_text.rapidfunnel-components--namediv {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .rapidfunnel-components--flexbox-vertical {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .rapidfunnel-components--flexbox-form {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rapidfunnel-components--verticalvideodiv, .rapidfunnel-components--videopopoverdiv {
    width: 100%;
  }

  .rapidfunnel-components--videoscriptver {
    width: 100%;
    height: auto;
    max-height: 100%;
  }

  .rapidfunnel-components--section_grid_standard {
    grid-template-columns: 1fr;
  }

  .rapidfunnel-components--flexbox_grid_standard {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    display: flex;
  }

  .rapidfunnel-components--heading3-bold {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .rapidfunnel-components--text-medium.rapidfunnel-components--margin-bot-24px.rapidfunnel-components--color-4-fast-start, .rapidfunnel-components--text-medium.rapidfunnel-components--margin-bot-24px.rapidfunnel-components--color-6-fast-start {
    text-align: center;
  }

  .rapidfunnel-components--flexbox_grid_standard_2 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 40px;
  }

  .rapidfunnel-components--imagecontainer, .rapidfunnel-components--imagecontainer2, .rapidfunnel-components--imagecontainer3, .rapidfunnel-components--imagecontainer4, .rapidfunnel-components--imagecontainer5 {
    height: 300px;
  }

  .rapidfunnel-components--fspherosection {
    height: 60vh;
  }

  .rapidfunnel-components--heading-14 {
    font-size: 36px;
  }

  .rapidfunnel-components--fsplisttext {
    font-size: 22px;
    line-height: 33px;
  }

  .rapidfunnel-components--fspcontactsectionformwrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .rapidfunnel-components--fspcontactformtext {
    line-height: 34px;
  }

  .rapidfunnel-components--fspcontactformheading {
    font-size: 28px;
  }

  .rapidfunnel-components--div-block-31 {
    width: 100%;
    margin-top: -36px;
  }

  .rapidfunnel-components--code-embed-6 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .rapidfunnel-components--fsp2section2 {
    flex-flow: column;
    display: flex;
  }

  .rapidfunnel-components--fspsection2image {
    margin-top: 150px;
  }

  .rapidfunnel-components--fsp2section2heading2 {
    margin-top: 0;
  }

  .rapidfunnel-components--fsp2section3heading {
    line-height: 52px;
  }

  .rapidfunnel-components--center {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .rapidfunnel-components--center.rapidfunnel-components--footertext {
    font-size: 16px;
  }

  .rapidfunnel-components--centeredinfo {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .rapidfunnel-components--centeredinfo.rapidfunnel-components--marginbot20px.rapidfunnel-components--thankyoufooter {
    font-size: 16px;
  }

  .rapidfunnel-components--centeredinfo.rapidfunnel-components--thankyoufooter {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .rapidfunnel-components--centeredinfo.rapidfunnel-components--thankyoufooter.rapidfunnel-components--footertext {
    font-size: 16px;
  }

  .rapidfunnel-components--user_info_centered {
    margin-left: 0;
    margin-right: 0;
  }

  .rapidfunnel-components--headerdiv {
    justify-content: space-between;
    display: flex;
  }

  .rapidfunnel-components--image-5 {
    z-index: 3;
    position: relative;
  }

  .rapidfunnel-components--headerbuttonsdiv {
    z-index: 2;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #fff;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: -100%;
    margin-right: 0;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .rapidfunnel-components--herosectiongs {
    margin-top: 120px;
    padding: 32px 16px;
  }

  .rapidfunnel-components--herogsdiv {
    padding-left: 0;
    padding-right: 0;
  }

  .rapidfunnel-components--herotext {
    width: 100%;
  }

  .rapidfunnel-components--heroimg {
    height: 350px;
    margin-left: 0;
    margin-right: 0;
  }

  .rapidfunnel-components--heroheading {
    font-size: 40px;
    line-height: 48px;
  }

  .rapidfunnel-components--heroparagraph {
    font-size: 20px;
  }

  .rapidfunnel-components--herobuttondiv {
    justify-content: flex-start;
    align-items: center;
  }

  .rapidfunnel-components--link-2 {
    font-size: 16px;
  }

  .rapidfunnel-components--iconssection {
    padding: 32px 16px;
  }

  .rapidfunnel-components--icontitle {
    margin-top: 26px;
  }

  .rapidfunnel-components--iconparagraph {
    font-size: 16px;
    line-height: 22px;
  }

  .rapidfunnel-components--videosectiongs {
    padding: 32px 16px;
  }

  .rapidfunnel-components--headingvideo {
    font-size: 32px;
  }

  .rapidfunnel-components--videotextgs {
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 24px;
    line-height: 32px;
  }

  .rapidfunnel-components--videotextgs.rapidfunnel-components--bigscreen {
    display: block;
  }

  .rapidfunnel-components--testimonialssectiongs {
    padding: 32px 16px;
  }

  .rapidfunnel-components--testimonialsheadinggs {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .rapidfunnel-components--testimonialnamegs {
    font-size: 20px;
  }

  .rapidfunnel-components--testimonialparagraph {
    font-size: 16px;
    line-height: 24px;
  }

  .rapidfunnel-components--testimonialsgridgs {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .rapidfunnel-components--testimonialdiv {
    padding-left: 0;
    padding-right: 0;
  }

  .rapidfunnel-components--platformssectiongs {
    padding: 32px 16px;
  }

  .rapidfunnel-components--platformsheadinggs {
    font-size: 32px;
    line-height: 38px;
  }

  .rapidfunnel-components--platformimage {
    width: 250px;
  }

  .rapidfunnel-components--platformssubheadinggs {
    font-size: 32px;
  }

  .rapidfunnel-components--platformstextgs {
    font-size: 24px;
    line-height: 32px;
  }

  .rapidfunnel-components--lottiemenu {
    z-index: 4;
    color: #333;
    -webkit-text-stroke-color: #333;
    width: 50px;
    display: flex;
    position: relative;
  }

  .rapidfunnel-components--noccgs {
    text-align: center;
    font-size: 28px;
  }

  .rapidfunnel-components--container-54 {
    max-width: 100%;
  }

  .rapidfunnel-components--buttonprimary {
    padding: 8px 16px;
    display: block;
  }

  .rapidfunnel-components--buttonprimary.rapidfunnel-components--herosection, .rapidfunnel-components--buttonprimary.rapidfunnel-components--videobutton {
    font-size: 20px;
    display: block;
  }

  .rapidfunnel-components--buttonprimary.rapidfunnel-components--footerbutton {
    font-size: 20px;
  }

  .rapidfunnel-components--div-block-27, .rapidfunnel-components--div-block-28.rapidfunnel-components--desktop {
    display: none;
  }

  .rapidfunnel-components--div-block-28.rapidfunnel-components--mobile {
    display: block;
  }

  .rapidfunnel-components--footer_heading_vertical.rapidfunnel-components--flexbox_centered {
    margin-left: 0;
    margin-right: 0;
  }

  .rapidfunnel-components--image-9 {
    width: 100px;
    height: 100px;
  }

  .rapidfunnel-components--thankyouheading {
    font-size: 32px;
  }

  .rapidfunnel-components--heading-10 {
    font-size: 24px;
  }

  .rapidfunnel-components--heading-11 {
    font-size: 16px;
  }

  .rapidfunnel-components--thankyoubuttondiv {
    flex-flow: column;
  }

  .headingvs {
    font-size: 30px;
    line-height: 34px;
  }

  .sectionstandard {
    background-attachment: scroll;
  }

  .heading2-extrabold.margin_24px {
    font-size: 20px;
    line-height: 24px;
  }

  .flexbox-vertical {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .flexbox-form {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .verticalvideodiv, .videopopoverdiv {
    width: 100%;
  }

  .headingvs-2 {
    font-size: 54px;
  }

  .sectionstandard-2 {
    background-attachment: scroll;
  }

  .flexbox-vertical-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .videoscriptver {
    width: 100%;
    height: auto;
    max-height: 100%;
  }

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

  .flexbox_grid_standard {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    display: flex;
  }

  .heading3-bold {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .text-medium.margin-bot-24px.color-4-fast-start, .text-medium.margin-bot-24px.color-6-fast-start {
    text-align: center;
  }

  .flexbox_grid_standard_2 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 40px;
  }

  .imagecontainer, .imagecontainer2, .imagecontainer3, .imagecontainer4, .imagecontainer5 {
    height: 300px;
  }

  .headingvs-3 {
    max-width: 100%;
    font-size: 30px;
    line-height: 34px;
  }

  .sectionstandard-3 {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sectionstandard-3.videopgheadbg {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .heading2-extrabold-3.margin_24px {
    font-size: 20px;
    line-height: 24px;
  }

  .heading2-extrabold-3.margin_24px.video {
    font-size: 16px;
    line-height: 20px;
  }

  .heading2-extrabold-3.margin_24px.button, .heading2-extrabold-3.margin_24px.testimonial {
    font-size: 16px;
  }

  .flexbox-vertical-3 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .flexbox-form-2 {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .verticalvideodiv-2, .videopopoverdiv-2 {
    width: 100%;
  }

  .italic-text {
    font-size: 30px;
    line-height: 34px;
  }

  .fspherosection {
    height: 60vh;
  }

  .heading-14 {
    font-size: 36px;
  }

  .fsplisttext {
    font-size: 22px;
    line-height: 33px;
  }

  .fspcontactsectionformwrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .fspcontactformtext {
    line-height: 34px;
  }

  .fspcontactformheading {
    font-size: 28px;
  }

  .div-block-31 {
    width: 100%;
    margin-top: -36px;
  }

  .code-embed-6 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .fsp2section2 {
    flex-flow: column;
    display: flex;
  }

  .fspsection2image {
    margin-top: 150px;
  }

  .fsp2section2heading2 {
    margin-top: 0;
  }

  .fsp2section3heading {
    line-height: 52px;
  }

  .fsp2herosection-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fsp2herosubheading-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .fsp2section2-2 {
    flex-flow: column;
    padding-top: 40px;
    display: flex;
  }

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

  .fsp2listtext-2 {
    line-height: 28px;
  }

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

  .fspsection2image-2 {
    margin-top: 150px;
  }

  .fsp2section2heading2-2 {
    margin-top: 0;
  }

  .fsp2section3heading-2 {
    line-height: 52px;
  }

  .fspimagewrapper-2 {
    margin-top: -126px;
  }

  .bold-text-4 {
    font-size: 34px;
    line-height: 38px;
  }

  .bold-text-4.freeguide {
    font-size: 50px;
    line-height: 54px;
  }

  .heading-15 {
    line-height: 24px;
  }

  .fspherosection-2 {
    height: 90vh;
  }

  .fspherocontentwrapper-2 {
    width: 90%;
  }

  .fspherotextwrapper-2 {
    width: 70%;
  }

  .fspheroheading-2 {
    line-height: 40px;
  }

  .heading-16 {
    font-size: 22px;
    line-height: 28px;
  }

  .fspsection2-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-17 {
    font-size: 36px;
  }

  .fsplisttext-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .fspcontactsectionformwrapper-2 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .fspcontactformtext-2 {
    line-height: 34px;
  }

  .fspcontactformtext-2.subhead {
    font-size: 28px;
    line-height: 34px;
  }

  .fspcontactformheading-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .fspcontactformsubheading-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-33 {
    width: 100%;
    margin-top: -36px;
  }

  .code-embed-8 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .bold-text-5 {
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-5.good {
    font-size: 50px;
    line-height: 54px;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 30px;
    line-height: 34px;
  }

  .bold-text-8 {
    font-size: 24px;
    line-height: 28px;
  }

  .bold-text-10 {
    font-size: 30px;
    line-height: 32px;
  }

  .bold-text-11 {
    font-size: 22px;
    line-height: 26px;
  }

  .fsp2section2-3 {
    flex-flow: column;
    display: flex;
  }

  .fspsection2image-3 {
    margin-top: 150px;
  }

  .fsp2section3-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fsp2section2heading2-3 {
    margin-top: 0;
  }

  .fsp2section3heading-3 {
    font-size: 34px;
    line-height: 38px;
  }

  .fsp2section3text-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .fsp2section3text-3.removemargin {
    font-size: 20px;
  }

  .bold-text-13 {
    font-size: 34px;
    line-height: 38px;
  }

  .bulletsubhead {
    font-size: 18px;
  }

  .headingvs-4 {
    font-size: 54px;
  }

  .sectionstandard-4 {
    background-attachment: scroll;
  }

  .text-span-2 {
    margin-right: 4px;
  }

  .user_info_text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .user_info_text.namediv {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .flexbox-vertical-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .imagecontainer-2 {
    height: 300px;
  }

  .headingcopy5 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    font-size: 24px;
    line-height: 30px;
    display: flex;
  }

  .headingcopy5.subhead {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-copy5 {
    font-size: 24px;
    line-height: 30px;
  }

  .bold-text-16 {
    font-size: 18px;
    line-height: 24px;
  }

  .container-29 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer_section {
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-span-6 {
    margin-right: 4px;
  }

  .icon_standard {
    margin-bottom: 5px;
    padding-right: 0;
  }

  .user_info_text-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .user_info_centered, .container-53 {
    margin-left: 0;
    margin-right: 0;
  }

  .videopopoverdiv-3 {
    width: 100%;
  }

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

  .image-5 {
    z-index: 3;
    position: relative;
  }

  .headerbuttonsdiv {
    z-index: 2;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #fff;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: -100%;
    margin-right: 0;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .herosectiongs {
    margin-top: 120px;
    padding: 32px 16px;
  }

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

  .herotext {
    width: 100%;
  }

  .heroimg {
    height: 350px;
    margin-left: 0;
    margin-right: 0;
  }

  .heroheading {
    font-size: 40px;
    line-height: 48px;
  }

  .heroparagraph {
    font-size: 20px;
  }

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

  .link-2 {
    font-size: 16px;
  }

  .iconssection {
    padding: 32px 16px;
  }

  .icontitle {
    margin-top: 26px;
  }

  .iconparagraph {
    font-size: 16px;
    line-height: 22px;
  }

  .videosectiongs {
    padding: 32px 16px;
  }

  .headingvideo {
    font-size: 32px;
  }

  .videotextgs {
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 24px;
    line-height: 32px;
  }

  .videotextgs.bigscreen {
    display: block;
  }

  .testimonialssectiongs {
    padding: 32px 16px;
  }

  .testimonialsheadinggs {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .testimonialnamegs {
    font-size: 20px;
  }

  .testimonialparagraph {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonialsgridgs {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .platformssectiongs {
    padding: 32px 16px;
  }

  .platformsheadinggs {
    font-size: 32px;
    line-height: 38px;
  }

  .platformimage {
    width: 250px;
  }

  .platformssubheadinggs {
    font-size: 32px;
  }

  .platformstextgs {
    font-size: 24px;
    line-height: 32px;
  }

  .lottiemenu {
    z-index: 4;
    color: #333;
    -webkit-text-stroke-color: #333;
    width: 50px;
    display: flex;
    position: relative;
  }

  .noccgs {
    text-align: center;
    font-size: 28px;
  }

  .container-54 {
    max-width: 100%;
  }

  .buttonprimary {
    padding: 8px 16px;
    display: block;
  }

  .buttonprimary.herosection, .buttonprimary.videobutton {
    font-size: 20px;
    display: block;
  }

  .buttonprimary.footerbutton {
    font-size: 20px;
  }

  .div-block-27, .div-block-28.desktop {
    display: none;
  }

  .div-block-28.mobile {
    display: block;
  }

  .videopopoverdiv-4 {
    width: 70%;
  }

  .videopopoverdiv-5 {
    width: 100%;
  }

  .fspherosection-3 {
    height: auto;
  }

  .fspherocontentwrapper-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fspheroheading-3 {
    line-height: 40px;
  }

  .heading-20 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .fspsection2-3 {
    padding-top: 40px;
  }

  .heading-21 {
    font-size: 36px;
    line-height: 40px;
  }

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

  .fsplisttext-3 {
    font-size: 20px;
    line-height: 33px;
  }

  .fspcontactsectionformwrapper-3 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .fspcontactformtext-3 {
    line-height: 34px;
  }

  .fspcontactformheading-3 {
    font-size: 28px;
  }

  .div-block-35 {
    width: 100%;
    margin-top: -36px;
  }

  .code-embed-9 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .bold-text-17 {
    font-size: 20px;
    line-height: 24px;
  }

  .subhead, .bold-text-19 {
    font-size: 20px;
  }

  .bold-text-20 {
    font-size: 26px;
    line-height: 32px;
  }

  .bold-text-21 {
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-23, .text-span-8 {
    font-size: 24px;
    line-height: 30px;
  }

  .headingvs-5 {
    font-size: 54px;
  }

  .headingvs-5.color-1-fast-start {
    font-size: 30px;
    line-height: 34px;
  }

  .sectionstandard-5 {
    background-attachment: scroll;
  }

  .heading2-extrabold-5.heading_margin {
    font-size: 28px;
    line-height: 32px;
  }

  .flexbox-vertical-5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .flexbox-vertical-5.hero {
    width: 70%;
    max-width: none;
  }

  .videoscriptver-2 {
    width: 100%;
    height: auto;
    max-height: 100%;
  }

  .subheadingvs-2.heading_margin.color-2-fast-start {
    font-size: 22px;
  }

  .subheadingvs-2.color-2-fast-start {
    font-size: 20px;
    line-height: 24px;
  }

  .section_grid_standard-2 {
    grid-template-columns: 1fr;
  }

  .flexbox_grid_standard-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    display: flex;
  }

  .flexbox_grid_standard-2.color_grid_left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading3-bold-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .heading3-bold-2.margin-bot-16px.color-4-fast-start {
    font-size: 24px;
    line-height: 30px;
  }

  .heading3-bold-2.margin-bot-16px.color-6-fast-start {
    font-size: 24px;
  }

  .text-medium-2.margin-bot-24px.color-4-fast-start, .text-medium-2.margin-bot-24px.color-6-fast-start {
    text-align: center;
  }

  .flexbox_grid_standard_2-2 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 40px;
  }

  .flexbox_grid_standard_2-2.color_grid_right {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .imagecontainer-3, .imagecontainer2-2, .imagecontainer3-2, .imagecontainer4-2, .imagecontainer5-2 {
    height: 300px;
  }

  .footer_section-2 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-span-12 {
    margin-right: 4px;
  }

  .icon_standard-2 {
    margin-bottom: 5px;
    padding-right: 0;
  }

  .user_info_text-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .user_info_centered-2, .footer_heading_vertical.flexbox_centered {
    margin-left: 0;
    margin-right: 0;
  }

  .image-9 {
    width: 100px;
    height: 100px;
  }

  .thankyouheading {
    font-size: 32px;
  }

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

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

  .thankyoubuttondiv {
    flex-flow: column;
  }

  .footer_section-3 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-span-14 {
    margin-right: 4px;
  }

  .icon_standard-3 {
    margin-bottom: 5px;
    padding-right: 0;
  }

  .user_info_text-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .user_info_centered-3, .footer_heading_vertical-2.flexbox_centered {
    margin-left: 0;
    margin-right: 0;
  }

  .image-19 {
    width: 100px;
    height: 100px;
  }

  .thankyouheading-2 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-22 {
    font-size: 24px;
  }

  .heading-23 {
    margin-top: 10px;
    font-size: 16px;
  }

  .thankyoubuttondiv-2 {
    flex-flow: column;
  }

  .headingvs-6 {
    font-size: 30px;
    line-height: 34px;
  }

  .sectionstandard-6 {
    background-attachment: scroll;
  }

  .heading2-extrabold-6.margin_24px {
    font-size: 22px;
    line-height: 26px;
  }

  .flexbox-vertical-6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .flexbox-form-3 {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .verticalvideodiv-3, .videopopoverdiv-6 {
    width: 100%;
  }

  .footer_section-4 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-span-16 {
    margin-right: 4px;
  }

  .icon_standard-4 {
    margin-bottom: 5px;
    padding-right: 0;
  }

  .user_info_text-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .center {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .center.footertext {
    font-size: 16px;
  }

  .centeredinfo {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .centeredinfo.marginbot20px.thankyoufooter {
    font-size: 16px;
  }

  .centeredinfo.thankyoufooter {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .centeredinfo.thankyoufooter.footertext {
    font-size: 16px;
  }

  .user_info_centered-4, .footer_heading_vertical-3.flexbox_centered {
    margin-left: 0;
    margin-right: 0;
  }

  .image-20 {
    width: 100px;
    height: 100px;
  }

  .thankyouheading-3 {
    font-size: 32px;
  }

  .heading-25 {
    font-size: 24px;
  }

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

  .thankyoubuttondiv-3 {
    flex-flow: column;
  }

  .headingvs-7 {
    font-size: 54px;
  }

  .sectionstandard-7 {
    background-attachment: scroll;
  }

  .heading2-extrabold-7.margin_24px {
    font-size: 24px;
  }

  .flexbox-vertical-7 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .flexbox-form-4 {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .verticalvideodiv-4, .videopopoverdiv-7, .videopopoverdiv-2-copy {
    width: 100%;
  }

  .thankyoubuttondiv-2-copy {
    flex-flow: column;
  }

  .italic-text-2 {
    font-size: 16px;
  }

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

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

  .text-size-medium-22 {
    font-size: 1.6rem;
  }

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

@media screen and (max-width: 479px) {
  .rapidfunnel-components--book_me_button_centered {
    margin-left: auto;
    margin-right: auto;
  }

  .rapidfunnel-components--book_me_button_centered.rapidfunnel-components--remove_margin_left {
    margin-left: auto;
  }

  .rapidfunnel-components--footer_bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .rapidfunnel-components--link_standard_light:hover {
    color: #acacac;
  }

  .rapidfunnel-components--divider {
    display: none;
  }

  .rapidfunnel-components--headingvs {
    font-size: 42px;
    line-height: 1.2;
  }

  .rapidfunnel-components--heading2-extrabold {
    font-size: 32px;
  }

  .rapidfunnel-components--heading2-extrabold.rapidfunnel-components--heading_margin {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 1.2;
  }

  .rapidfunnel-components--heading2-extrabold.rapidfunnel-components--margin-bot-24px.rapidfunnel-components--color-3-fast-start, .rapidfunnel-components--heading2-extrabold.rapidfunnel-components--margin-bot-24px.rapidfunnel-components--color-5-fast-start {
    font-size: 36px;
  }

  .rapidfunnel-components--buttonstandard {
    font-size: 18px;
  }

  .rapidfunnel-components--footer_heading {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .rapidfunnel-components--user_info {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
  }

  .rapidfunnel-components--user_info_text {
    justify-content: flex-start;
    align-items: center;
  }

  .rapidfunnel-components--code-embed-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .rapidfunnel-components--flexbox-vertical, .rapidfunnel-components--flexbox-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rapidfunnel-components--verticalvideodiv {
    width: 100%;
  }

  .rapidfunnel-components--videopopover {
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
  }

  .rapidfunnel-components--videoscriptver {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: 100%;
    margin-bottom: 0;
  }

  .rapidfunnel-components--subheadingvs {
    font-size: 32px;
    line-height: 1.2;
  }

  .rapidfunnel-components--subheadingvs.rapidfunnel-components--heading_margin {
    line-height: 1.2;
  }

  .rapidfunnel-components--section_grid_standard {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .rapidfunnel-components--flexbox_grid_standard {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rapidfunnel-components--flexbox_grid_standard.rapidfunnel-components--color_grid_left {
    justify-content: flex-start;
    align-items: center;
    padding: 36px 20px;
  }

  .rapidfunnel-components--heading3-bold {
    text-align: center;
    font-size: 20px;
  }

  .rapidfunnel-components--heading3-bold.rapidfunnel-components--margin-bot-16px {
    text-align: center;
  }

  .rapidfunnel-components--heading3-bold.rapidfunnel-components--margin-bot-16px.rapidfunnel-components--color-4-fast-start, .rapidfunnel-components--heading3-bold.rapidfunnel-components--margin-bot-16px.rapidfunnel-components--color-6-fast-start {
    font-size: 20px;
  }

  .rapidfunnel-components--text-medium.rapidfunnel-components--margin-bot-24px {
    text-align: center;
  }

  .rapidfunnel-components--flexbox_grid_standard_2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rapidfunnel-components--flexbox_grid_standard_2.rapidfunnel-components--color_grid_right {
    justify-content: flex-start;
    align-items: center;
    padding: 36px 20px;
  }

  .rapidfunnel-components--imagecontainer, .rapidfunnel-components--imagecontainer2, .rapidfunnel-components--imagecontainer3, .rapidfunnel-components--imagecontainer4, .rapidfunnel-components--imagecontainer5 {
    height: 200px;
  }

  .rapidfunnel-components--pagewrapper {
    width: 100vw;
  }

  .rapidfunnel-components--fspherosection {
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .rapidfunnel-components--fspherocontentwrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .rapidfunnel-components--fspherotextwrapper {
    width: 100%;
  }

  .rapidfunnel-components--fspheroimage {
    width: 100%;
    height: auto;
  }

  .rapidfunnel-components--fspsection2 {
    padding: 36px 10%;
  }

  .rapidfunnel-components--div-block-30 {
    width: 100%;
  }

  .rapidfunnel-components--heading-14 {
    line-height: 46px;
  }

  .rapidfunnel-components--list, .rapidfunnel-components--fsplisttext {
    text-align: left;
  }

  .rapidfunnel-components--fspcontactformsection {
    padding: 36px 10%;
  }

  .rapidfunnel-components--fspcontactformwrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .rapidfunnel-components--fspcontactsectiontext {
    width: 100%;
  }

  .rapidfunnel-components--fspcontactsectionformwrapper {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .rapidfunnel-components--fspcontactformtext {
    line-height: 34px;
  }

  .rapidfunnel-components--fspcontactformheading {
    line-height: 36px;
  }

  .rapidfunnel-components--div-block-31 {
    display: none;
  }

  .rapidfunnel-components--image-13 {
    max-width: 100%;
  }

  .rapidfunnel-components--fsp2herosection {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .rapidfunnel-components--fsp2herowrapper {
    width: 90%;
  }

  .rapidfunnel-components--fsp2heroheading {
    font-size: 48px;
    line-height: 64px;
  }

  .rapidfunnel-components--fsp2herotextwrapper {
    width: 100%;
  }

  .rapidfunnel-components--fsp2herosubheading {
    font-size: 32px;
    line-height: 42px;
  }

  .rapidfunnel-components--fsp2section2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .rapidfunnel-components--fsp2section2contentwrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .rapidfunnel-components--fsp2section2heading {
    font-size: 36px;
    line-height: 45px;
  }

  .rapidfunnel-components--fsp2section2textwrapper {
    width: 100%;
  }

  .rapidfunnel-components--fsp2listtext {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
  }

  .rapidfunnel-components--list-2 {
    color: #333;
  }

  .rapidfunnel-components--fspsection2image {
    width: 100%;
    height: auto;
    margin-top: 9px;
  }

  .rapidfunnel-components--fsp2section2heading2 {
    font-size: 28px;
  }

  .rapidfunnel-components--fsp2section3heading {
    font-size: 36px;
    line-height: 40px;
  }

  .rapidfunnel-components--fsp2section3text {
    font-size: 22px;
    line-height: 28px;
  }

  .rapidfunnel-components--fsp2section2text {
    font-size: 24px;
    line-height: 32px;
  }

  .rapidfunnel-components--fspimagewrapper {
    width: 100%;
  }

  .rapidfunnel-components--user_image {
    margin-bottom: 24px;
    margin-right: auto;
  }

  .rapidfunnel-components--quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .rapidfunnel-components--cell {
    justify-content: flex-start;
    align-items: center;
  }

  .rapidfunnel-components--headerdiv {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rapidfunnel-components--image-5 {
    height: 40px;
  }

  .rapidfunnel-components--herosectiongs {
    margin-top: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rapidfunnel-components--herogsdiv {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .rapidfunnel-components--herotext {
    padding-left: 0;
    padding-right: 0;
  }

  .rapidfunnel-components--heroheading {
    line-height: 52px;
  }

  .rapidfunnel-components--heroparagraph {
    font-size: 18px;
    line-height: 22px;
  }

  .rapidfunnel-components--herobuttondiv {
    justify-content: flex-start;
    align-items: center;
  }

  .rapidfunnel-components--iconssection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rapidfunnel-components--iconsdiv {
    padding-left: 0;
    padding-right: 0;
  }

  .rapidfunnel-components--iconparagraph {
    line-height: 22px;
  }

  .rapidfunnel-components--videosectiongs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rapidfunnel-components--headingvideo {
    line-height: 38px;
  }

  .rapidfunnel-components--videobuttondiv.rapidfunnel-components--videobutton {
    width: 100%;
  }

  .rapidfunnel-components--videotextgs {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .rapidfunnel-components--videotextgs.rapidfunnel-components--bigscreen {
    display: block;
  }

  .rapidfunnel-components--testimonialssectiongs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rapidfunnel-components--testimonialsheadinggs {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rapidfunnel-components--testimonialparagraph {
    line-height: 24px;
  }

  .rapidfunnel-components--testimonialsgridgs, .rapidfunnel-components--testimonialdiv {
    padding-left: 0;
    padding-right: 0;
  }

  .rapidfunnel-components--platformsheadinggs {
    line-height: 38px;
  }

  .rapidfunnel-components--platformimage {
    width: 175px;
  }

  .rapidfunnel-components--platformssubheadinggs {
    line-height: 36px;
  }

  .rapidfunnel-components--platformstextgs {
    line-height: 32px;
  }

  .rapidfunnel-components--lottiemenu {
    width: 36px;
    height: 36px;
  }

  .rapidfunnel-components--noccgs {
    line-height: 32px;
  }

  .rapidfunnel-components--buttonprimary {
    display: block;
  }

  .rapidfunnel-components--buttonprimary.rapidfunnel-components--videobutton {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rapidfunnel-components--buttonprimary.rapidfunnel-components--footerbutton {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .rapidfunnel-components--buttonprimary.rapidfunnel-components--cabutton {
    max-width: none;
    padding-left: 12px;
    font-size: 14px;
  }

  .rapidfunnel-components--videopopoververdiv {
    width: 100%;
  }

  .rapidfunnel-components--footer_heading_vertical.rapidfunnel-components--flexbox_centered {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .headingvs {
    font-size: 28px;
    line-height: 32px;
  }

  .heading2-extrabold {
    font-size: 32px;
  }

  .heading2-extrabold.margin_24px {
    font-size: 20px;
  }

  .buttonstandard {
    font-size: 18px;
  }

  .flexbox-vertical, .flexbox-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .verticalvideodiv {
    width: 100%;
  }

  .buttonstandard-2 {
    margin-top: 40px;
    font-size: 18px;
  }

  .headingvs-2 {
    font-size: 42px;
    line-height: 1.2;
  }

  .heading2-extrabold-2 {
    font-size: 32px;
  }

  .heading2-extrabold-2.heading_margin {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 1.2;
  }

  .heading2-extrabold-2.margin-bot-24px.color-3-fast-start, .heading2-extrabold-2.margin-bot-24px.color-5-fast-start {
    font-size: 36px;
  }

  .buttonstandard-3 {
    font-size: 18px;
  }

  .flexbox-vertical-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .videoscriptver {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: 100%;
    margin-bottom: 0;
  }

  .subheadingvs {
    font-size: 32px;
    line-height: 1.2;
  }

  .subheadingvs.heading_margin {
    line-height: 1.2;
  }

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

  .flexbox_grid_standard {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .flexbox_grid_standard.color_grid_left {
    justify-content: flex-start;
    align-items: center;
    padding: 36px 20px;
  }

  .heading3-bold {
    text-align: center;
    font-size: 20px;
  }

  .heading3-bold.margin-bot-16px {
    text-align: center;
  }

  .heading3-bold.margin-bot-16px.color-4-fast-start, .heading3-bold.margin-bot-16px.color-6-fast-start {
    font-size: 20px;
  }

  .text-medium.margin-bot-24px {
    text-align: center;
  }

  .flexbox_grid_standard_2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flexbox_grid_standard_2.color_grid_right {
    justify-content: flex-start;
    align-items: center;
    padding: 36px 20px;
  }

  .imagecontainer, .imagecontainer2, .imagecontainer3, .imagecontainer4, .imagecontainer5 {
    height: 200px;
  }

  .headingvs-3 {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .sectionstandard-3.videopgheadbg {
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading2-extrabold-3 {
    font-size: 32px;
  }

  .heading2-extrabold-3.margin_24px {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .heading2-extrabold-3.margin_24px.button {
    line-height: 18px;
  }

  .heading2-extrabold-3.margin_24px.testimonial {
    line-height: 22px;
  }

  .buttonstandard-4 {
    font-size: 18px;
  }

  .flexbox-vertical-3 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flexbox-form-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .verticalvideodiv-2 {
    width: 100%;
  }

  .italic-text {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    display: block;
  }

  .pagewrapper {
    width: 100vw;
  }

  .fspherosection {
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .fspherotextwrapper {
    width: 100%;
  }

  .fspheroimage {
    width: 100%;
    height: auto;
  }

  .fspsection2 {
    padding: 36px 10%;
  }

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

  .heading-14 {
    line-height: 46px;
  }

  .list {
    text-align: left;
    line-height: 18px;
  }

  .fsplisttext {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .fspcontactformsection {
    padding: 36px 10%;
  }

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

  .fspcontactsectiontext {
    width: 100%;
  }

  .fspcontactsectionformwrapper {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fspcontactformtext {
    text-align: center;
    line-height: 34px;
  }

  .fspcontactformheading {
    font-size: 25px;
    line-height: 32px;
  }

  .fspcontactformsubheading {
    font-size: 15px;
    line-height: 23px;
  }

  .div-block-31 {
    display: none;
  }

  .image-13 {
    max-width: 100%;
  }

  .bold-text-2 {
    font-size: 34px;
    line-height: 32px;
  }

  .pagewrapper-2 {
    width: 100vw;
  }

  .fsp2herosection {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .fsp2herowrapper {
    width: 90%;
  }

  .fsp2heroheading {
    font-size: 48px;
    line-height: 64px;
  }

  .fsp2herotextwrapper {
    width: 100%;
  }

  .fsp2herosubheading {
    font-size: 32px;
    line-height: 42px;
  }

  .fsp2section2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .fsp2section2contentwrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .fsp2section2heading {
    font-size: 36px;
    line-height: 45px;
  }

  .fsp2section2textwrapper {
    width: 100%;
  }

  .fsp2listtext {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
  }

  .list-2 {
    color: #333;
  }

  .fspsection2image {
    width: 100%;
    height: auto;
    margin-top: 9px;
  }

  .fsp2section2heading2 {
    font-size: 28px;
  }

  .fsp2section3heading {
    font-size: 36px;
    line-height: 40px;
  }

  .fsp2section3text {
    font-size: 22px;
    line-height: 28px;
  }

  .fsp2section2text {
    font-size: 24px;
    line-height: 32px;
  }

  .fspimagewrapper {
    width: 100%;
  }

  .pagewrapper-3 {
    width: 100vw;
  }

  .fsp2herosection-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fsp2herowrapper-2 {
    width: 90%;
  }

  .fsp2heroheading-2 {
    font-size: 48px;
    line-height: 64px;
  }

  .fsp2herotextwrapper-2 {
    width: 100%;
  }

  .fsp2herosubheading-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .fsp2section2-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fsp2section2contentwrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .fsp2section2heading-2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .fsp2section2textwrapper-2 {
    width: 100%;
  }

  .fsp2listtext-2 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
  }

  .list-3 {
    color: #333;
    font-size: 20px;
    line-height: 24px;
  }

  .fspsection2image-2 {
    width: 100%;
    height: auto;
    margin-top: 9px;
  }

  .fsp2section2heading2-2 {
    font-size: 28px;
  }

  .fsp2section3heading-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .fsp2section3text-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .fsp2section2text-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .fspimagewrapper-2 {
    width: 100%;
    margin-top: -39px;
  }

  .bold-text-4 {
    font-size: 32px;
    line-height: 36px;
  }

  .bold-text-4.freeguide {
    font-size: 40px;
    line-height: 44px;
  }

  .heading-15 {
    line-height: 24px;
  }

  .pagewrapper-4 {
    width: 100vw;
  }

  .fspherosection-2 {
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .fspherotextwrapper-2 {
    width: 100%;
  }

  .fspheroheading-2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 40px;
  }

  .fspheroimage-2 {
    border-radius: 12px;
    width: 100%;
    max-width: none;
    height: 250px;
    overflow: visible;
  }

  .heading-16 {
    text-align: center;
    margin-top: 10px;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .fspsection2-2 {
    padding: 36px 10%;
  }

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

  .heading-17 {
    line-height: 46px;
  }

  .list-4 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    padding-left: 40px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 36px;
    display: flex;
  }

  .fsplisttext-2 {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .fsplisttext-2.safe {
    font-size: 20px;
    line-height: 28px;
  }

  .fspcontactformsection-2 {
    padding: 30px 10% 36px;
  }

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

  .fspcontactsectiontext-2 {
    width: 100%;
  }

  .fspcontactsectionformwrapper-2 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fspcontactformtext-2 {
    line-height: 34px;
  }

  .fspcontactformtext-2.subhead {
    margin-top: 10px;
    padding-right: 0;
  }

  .fspcontactformheading-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .fspcontactformsubheading-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-33 {
    display: none;
  }

  .image-16 {
    max-width: 100%;
  }

  .bold-text-5 {
    font-size: 34px;
    line-height: 38px;
  }

  .bold-text-5.good, .text-span-3 {
    font-size: 40px;
    line-height: 44px;
  }

  .bold-text-6 {
    font-size: 30px;
    line-height: 38px;
  }

  .bold-text-7 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    font-style: italic;
    line-height: 38px;
    display: block;
  }

  .bold-text-8 {
    text-align: center;
    justify-content: center;
    font-size: 20px;
    line-height: 24px;
    display: flex;
  }

  .bold-text-9 {
    line-height: 28px;
  }

  .bold-text-10 {
    font-size: 34px;
    line-height: 36px;
  }

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

  .pagewrapper-5 {
    width: 100vw;
  }

  .fsp2herosection-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .fsp2herowrapper-3 {
    width: 90%;
  }

  .fsp2heroheading-3 {
    font-size: 48px;
    line-height: 64px;
  }

  .fsp2herotextwrapper-3 {
    width: 100%;
  }

  .fsp2herosubheading-3 {
    font-size: 32px;
    line-height: 42px;
  }

  .fsp2section2-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .fsp2section2contentwrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .fsp2section2heading-3 {
    font-size: 36px;
    line-height: 45px;
  }

  .fsp2section2textwrapper-3 {
    width: 100%;
  }

  .fsp2listtext-3 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
  }

  .list-5 {
    color: #333;
  }

  .fspsection2image-3 {
    width: 100%;
    height: auto;
    margin-top: 9px;
  }

  .fsp2section3-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fsp2section2heading2-3 {
    font-size: 28px;
  }

  .fsp2section3heading-3 {
    font-size: 36px;
    line-height: 40px;
  }

  .fsp2section3text-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .fsp2section3text-3.removemargin {
    font-size: 20px;
  }

  .fsp2section2text-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .fspimagewrapper-3 {
    width: 100%;
  }

  .bold-text-13 {
    font-size: 30px;
    line-height: 34px;
  }

  .bold-text-15 {
    font-size: 28px;
    line-height: 32px;
  }

  .headingvs-4 {
    font-size: 42px;
    line-height: 1.2;
  }

  .sectionstandard-4.fspformsectionbg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading2-extrabold-4 {
    font-size: 32px;
  }

  .text-span-2.user-info {
    font-weight: 700;
  }

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

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

  .imagecontainer-2 {
    height: 200px;
  }

  .user_image {
    margin-bottom: 24px;
    margin-right: auto;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

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

  .headingcopy5 {
    width: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .headingcopy5.subhead {
    color: #ff9e2e;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }

  .heading-copy5 {
    font-size: 20px;
    line-height: 26px;
  }

  .bold-text-16 {
    font-size: 20px;
  }

  .book_me_button_centered {
    margin-left: auto;
    margin-right: auto;
  }

  .footer_bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .link_standard_light:hover {
    color: #acacac;
  }

  .divider {
    display: none;
  }

  .user_info_text-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .code-embed-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .center {
    justify-content: center;
    align-items: center;
  }

  .footer_bottom-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .link_standard_light-2:hover {
    color: #acacac;
  }

  .divider-2 {
    display: none;
  }

  .pagewrapper-6 {
    width: 100vw;
  }

  .headerdiv {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-5 {
    height: 40px;
  }

  .herosectiongs {
    margin-top: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .herogsdiv {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heroheading {
    line-height: 52px;
  }

  .heroparagraph {
    font-size: 18px;
    line-height: 22px;
  }

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

  .iconssection {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .iconparagraph {
    line-height: 22px;
  }

  .videosectiongs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headingvideo {
    line-height: 38px;
  }

  .videobuttondiv.videobutton {
    width: 100%;
  }

  .videotextgs {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .videotextgs.bigscreen {
    display: block;
  }

  .testimonialssectiongs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonialsheadinggs {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonialparagraph {
    line-height: 24px;
  }

  .testimonialsgridgs, .testimonialdiv {
    padding-left: 0;
    padding-right: 0;
  }

  .platformsheadinggs {
    line-height: 38px;
  }

  .platformimage {
    width: 175px;
  }

  .platformssubheadinggs {
    line-height: 36px;
  }

  .platformstextgs {
    line-height: 32px;
  }

  .lottiemenu {
    width: 36px;
    height: 36px;
  }

  .noccgs {
    line-height: 32px;
  }

  .buttonprimary {
    display: block;
  }

  .buttonprimary.videobutton {
    padding-left: 12px;
    padding-right: 12px;
  }

  .buttonprimary.footerbutton {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .buttonprimary.cabutton {
    max-width: none;
    padding-left: 12px;
    font-size: 14px;
  }

  .videopopoververdiv {
    width: 100%;
  }

  .videopopoverdiv-4 {
    flex-flow: column;
    width: 80%;
    display: flex;
  }

  .pagewrapper-7 {
    width: 100vw;
  }

  .fspherosection-3 {
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .fspherocontentwrapper-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .fspherotextwrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    width: 100%;
  }

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

  .fspheroimage-3 {
    width: 100%;
    height: auto;
  }

  .heading-20 {
    margin-bottom: 10px;
    line-height: 24px;
  }

  .fspsection2-3 {
    padding: 36px 10%;
  }

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

  .heading-21 {
    line-height: 46px;
  }

  .list-6 {
    text-align: left;
    width: 100%;
    padding-left: 20px;
    font-size: 18px;
  }

  .fsplisttext-3 {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

  .fspcontactformsection-3 {
    padding: 36px 10%;
  }

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

  .fspcontactsectiontext-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .fspcontactsectionformwrapper-3 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fspcontactformtext-3 {
    text-align: center;
    line-height: 34px;
  }

  .fspcontactformtext-3.subhead {
    font-size: 20px;
  }

  .fspcontactformheading-3 {
    line-height: 28px;
  }

  .div-block-35 {
    display: none;
  }

  .image-18 {
    max-width: 100%;
  }

  .bold-text-17 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }

  .bold-text-17.subhead2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .subhead {
    text-align: center;
    margin-top: 0;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .bold-text-19 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .bold-text-20 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }

  .bold-text-21 {
    font-size: 18px;
    font-weight: 300;
  }

  .bold-text-22 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
    display: flex;
  }

  .code-embed-10 {
    font-size: 16px;
  }

  .bold-text-23 {
    font-size: 20px;
    line-height: 24px;
  }

  .text-span-8 {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
  }

  .bold-text-24 {
    font-weight: 300;
  }

  .bold-text-25 {
    font-size: 28px;
  }

  .headingvs-5 {
    font-size: 42px;
    line-height: 1.2;
  }

  .headingvs-5.color-1-fast-start {
    color: #202f32;
    font-size: 30px;
    line-height: 34px;
  }

  .headingvs-5.color-1-fast-start.completed {
    color: #ff9e2e;
  }

  .sectionstandard-5.faststartpgheadingbg {
    padding-bottom: 40px;
  }

  .sectionstandard-5.faststartsection2bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading2-extrabold-5 {
    font-size: 32px;
  }

  .heading2-extrabold-5.heading_margin {
    flex-flow: column;
    align-items: center;
    max-width: none;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 34px;
    display: block;
  }

  .heading2-extrabold-5.margin-bot-24px.color-3-fast-start, .heading2-extrabold-5.margin-bot-24px.color-5-fast-start {
    font-size: 36px;
  }

  .buttonstandard-5 {
    font-size: 18px;
  }

  .flexbox-vertical-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .flexbox-vertical-5.hero {
    width: 80%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-family: Inter, sans-serif;
  }

  .videoscriptver-2 {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: 100%;
    margin-bottom: 0;
  }

  .subheadingvs-2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .subheadingvs-2.heading_margin {
    line-height: 1.2;
  }

  .subheadingvs-2.heading_margin.color-2-fast-start {
    font-size: 20px;
  }

  .subheadingvs-2.color-2-fast-start {
    max-width: none;
    font-size: 20px;
    line-height: 24px;
  }

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

  .flexbox_grid_standard-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .flexbox_grid_standard-2.color_grid_left {
    justify-content: flex-start;
    align-items: center;
    padding: 30px 20px;
  }

  .heading3-bold-2 {
    text-align: center;
    font-size: 20px;
  }

  .heading3-bold-2.margin-bot-16px {
    text-align: center;
  }

  .heading3-bold-2.margin-bot-16px.color-4-fast-start {
    font-size: 22px;
    font-weight: 900;
    line-height: 26px;
  }

  .heading3-bold-2.margin-bot-16px.color-6-fast-start {
    font-size: 22px;
    line-height: 26px;
  }

  .text-medium-2.margin-bot-24px {
    text-align: center;
  }

  .text-medium-2.margin-bot-24px.color-4-fast-start, .text-medium-2.margin-bot-24px.color-6-fast-start {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .flexbox_grid_standard_2-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flexbox_grid_standard_2-2.color_grid_right {
    justify-content: flex-start;
    align-items: center;
    min-height: 400px;
    padding: 30px 20px;
  }

  .imagecontainer-3, .imagecontainer2-2, .imagecontainer3-2 {
    height: 300px;
  }

  .imagecontainer4-2 {
    background-position: 50% 40%;
    height: 300px;
  }

  .imagecontainer5-2 {
    height: 300px;
  }

  .user_info_text-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .code-embed-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .pagewrapper-8 {
    width: 100vw;
  }

  .user_info_text-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .code-embed-12 {
    margin-left: auto;
    margin-right: auto;
  }

  .pagewrapper-9 {
    width: 100vw;
  }

  .thankyouheading-2 {
    line-height: 36px;
  }

  .thankyoucontainerdiv-2 {
    width: 80%;
  }

  .heading-23 {
    line-height: 20px;
  }

  .thankyoubutton-2 {
    width: 280px;
    font-size: 20px;
  }

  .headingvs-6 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading2-extrabold-6 {
    font-size: 32px;
  }

  .heading2-extrabold-6.margin_24px {
    font-size: 22px;
    line-height: 26px;
  }

  .buttonstandard-6 {
    margin-top: 20px;
    font-size: 18px;
  }

  .flexbox-vertical-6, .flexbox-form-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .verticalvideodiv-3 {
    width: 100%;
  }

  .user_info_text-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .code-embed-14 {
    margin-left: auto;
    margin-right: auto;
  }

  .pagewrapper-10 {
    width: 100vw;
  }

  .footer_heading_vertical-3.flexbox_centered {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .headingvs-7 {
    font-size: 42px;
    line-height: 1.2;
  }

  .heading2-extrabold-7 {
    font-size: 32px;
  }

  .buttonstandard-7 {
    font-size: 18px;
  }

  .flexbox-vertical-7, .flexbox-form-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .verticalvideodiv-4 {
    width: 100%;
  }

  .thankyoubutton-2-copy {
    width: 280px;
    font-size: 20px;
  }

  .italic-text-2 {
    line-height: 20px;
  }

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

  .padding-section-small-13 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-large-13.align-center-13 {
    margin-left: 0;
    margin-right: 0;
  }

  .section_header26-copy-4 {
    margin-top: 2rem;
    padding-top: 0;
  }

  .buttonstandard-8 {
    font-size: 18px;
  }

  .container-large-13 {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .padding-global-14 {
    text-align: center;
    padding: 24px;
  }

  .text-size-medium-22 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-style-h1-7 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 35px;
  }
}

#w-node-be7ac2cc-78cd-35fe-fb29-3f8f9016ad94-9016ad92 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a81b5526-a6f9-1acf-ff38-0c6305a1d5a5-5eb816df {
  grid-template-rows: auto;
  grid-template-columns: .5fr;
}

#w-node-_28279812-2dbc-c9ce-cc36-2fedac5ffeb5-3be8d8fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-a81b5526-a6f9-1acf-ff38-0c6305a1d5a5-5bebd4d9, #w-node-a81b5526-a6f9-1acf-ff38-0c6305a1d5a5-707b7e56 {
  grid-template-rows: auto;
  grid-template-columns: .5fr;
}

@media screen and (max-width: 991px) {
  #w-node-_28279812-2dbc-c9ce-cc36-2fedac5ffe70-3be8d8fd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_28279812-2dbc-c9ce-cc36-2fedac5ffeb5-3be8d8fd {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a81b5526-a6f9-1acf-ff38-0c6305a1d5a5-5eb816df {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_28279812-2dbc-c9ce-cc36-2fedac5ffeb5-3be8d8fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-a81b5526-a6f9-1acf-ff38-0c6305a1d5a5-5bebd4d9, #w-node-a81b5526-a6f9-1acf-ff38-0c6305a1d5a5-707b7e56 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4db5291b-7732-63af-4e9f-c06ed7573535-ebd42aa8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4db5291b-7732-63af-4e9f-c06ed7573533-ebd42aa8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4db5291b-7732-63af-4e9f-c06ed7573517-ebd42aa8, #w-node-_4db5291b-7732-63af-4e9f-c06ed7573553-ebd42aa8 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be7ac2cc-78cd-35fe-fb29-3f8f9016ad94-9016ad92, #w-node-a81b5526-a6f9-1acf-ff38-0c6305a1d5a5-5eb816df, #w-node-a81b5526-a6f9-1acf-ff38-0c6305a1d5a5-5bebd4d9, #w-node-a81b5526-a6f9-1acf-ff38-0c6305a1d5a5-707b7e56 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4db5291b-7732-63af-4e9f-c06ed7573544-ebd42aa8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4db5291b-7732-63af-4e9f-c06ed7573551-ebd42aa8, #w-node-_4db5291b-7732-63af-4e9f-c06ed7573535-ebd42aa8, #w-node-_4db5291b-7732-63af-4e9f-c06ed7573533-ebd42aa8, #w-node-_4db5291b-7732-63af-4e9f-c06ed7573517-ebd42aa8, #w-node-_4db5291b-7732-63af-4e9f-c06ed7573553-ebd42aa8 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


