: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---text-color--text-alternate: var(--rapidfunnel-components---base-color-neutral--white);
  --rapidfunnel-components---text-color--text-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-secondary: var(--rapidfunnel-components---base-color-neutral--neutral-darker);
  --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--foundationswrapper {
  overflow: hidden;
}

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

.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--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--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--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, .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--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--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--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--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--videopopoverdiv {
  width: 720px;
}

.rapidfunnel-components--profileimage {
  background-image: url('../images/679be83cdce292ad40482b2b_459c46f0167c92171441a1a1414b86e5.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50vh;
  width: 175px;
  height: 175px;
  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--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--user_info_centered.rapidfunnel-components--margin_24px {
  margin-bottom: 24px;
}

.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--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--page-wrapper-3 {
  overflow: hidden;
}

.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--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--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--pagewrapper {
  width: 100%;
}

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

.rapidfunnel-components--bookmebtn {
  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 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

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

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

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

.margin-large {
  margin: 3rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

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

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

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

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

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

.page-wrapper {
  overflow: hidden;
}

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

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

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

.heading-style-h1-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header26_component {
  flex-direction: column;
  align-items: center;
}

.button-24 {
  cursor: pointer;
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px 40px;
  font-size: 18px;
}

.button-24:hover {
  background-color: #20c2f1;
  border-color: #20c2f1;
}

.button-24.book-me-btn.custom_custombookinglink {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 220px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.button-24.book-me-btn.custom_custombookinglink:hover {
  background-color: #80bcf1;
  border-color: #80bcf1;
}

.button-24.book-me-btn.custom_custombookinglink.marginbottom {
  background-color: #3898ec;
  border-color: #3898ec;
  margin-bottom: 24px;
}

.button-24.book-me-btn.custom_custombookinglink.marginbottom:hover {
  background-color: #80bcf1;
  border-color: #80bcf1;
}

.button-24.book-me-btn.custom_custombookinglink.marginbottom {
  margin-bottom: 24px;
}

.code-embed {
  text-decoration: none;
}

.text-block-9-copy {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

.error-text {
  color: #e23939;
}

.form_field-wrapper-3 {
  flex: 1;
  width: 100%;
}

.form-input {
  color: #000;
  border: 1px solid #000;
  max-height: 500px;
  margin-bottom: 0;
}

.success-message-2 {
  padding: 1.5rem;
}

.text-size-medium-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.button-group-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-3.is-center {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.videowrapper {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.form_field-2col-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.form_field-2col-2.is-mobile-1col-copy {
  grid-template-columns: 1fr;
}

.text-size-regular-6 {
  text-align: left;
  margin-bottom: 16px;
  font-size: 1rem;
}

.text-size-regular-6.form {
  color: #fff;
  text-align: left;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.form_field-2col-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.text-size-m-r {
  color: #fff;
  text-align: center;
  max-width: 768px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

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

.padding-section-small-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.text-align-center-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: #000;
  border: 1px #000;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  overflow: hidden;
}

.icon-embed-xxsmall-3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.margin-top-2 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top-2.margin-medium {
  margin: 1rem 0 0;
}

.section---form {
  background-color: #fa5c01;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-large-9 {
  flex: 0 auto;
  width: 100%;
  max-width: 48rem;
}

.form_component-4 {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.form_component-4._45easy {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.rf-form-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 768px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.hero-text, .div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  display: block;
}

.button-3-copy {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-3-copy.margin-right.margin-xsmall.cta-button-copy {
  text-align: center;
  background-color: #012e4c;
  border-color: #012e4c;
  border-radius: 20px;
  align-self: center;
  width: auto;
  max-width: 250px;
  height: auto;
  margin-bottom: 24px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

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

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

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-3.margin-right-2.margin-xsmall-2.cta-button-copy {
  opacity: 1;
  background-color: #fa5c01;
  border-color: #fa5c01;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: 250px;
  margin-bottom: 24px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  overflow: auto;
}

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

.margin-large-2 {
  margin: 3rem;
}

.margin-small-2 {
  margin: 1rem;
}

.margin-medium-2 {
  margin: 2rem;
}

.margin-bottom-2, .margin-bottom-2.margin-small-2, .margin-bottom-2.margin-large-2, .margin-bottom-2.margin-medium-2, .margin-bottom-2.margin-xsmall-3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-top-3, .margin-top-3.margin-medium-2, .margin-top-3.margin-medium-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.text-color-alternate {
  color: var(--rapidfunnel-components---text-color--text-alternate);
}

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

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

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

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

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

.heading-style-h1-3 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header26_component-2 {
  flex-direction: column;
  align-items: center;
}

.button-25 {
  cursor: pointer;
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px 40px;
  font-size: 18px;
}

.button-25:hover {
  background-color: #20c2f1;
  border-color: #20c2f1;
}

.button-25.book-me-btn.custom_custombookinglink {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 220px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.button-25.book-me-btn.custom_custombookinglink:hover {
  background-color: #80bcf1;
  border-color: #80bcf1;
}

.button-25.book-me-btn.custom_custombookinglink.marginbottom {
  background-color: #3898ec;
  border-color: #3898ec;
  margin-bottom: 24px;
}

.button-25.book-me-btn.custom_custombookinglink.marginbottom:hover {
  background-color: #80bcf1;
  border-color: #80bcf1;
}

.button-25.book-me-btn.custom_custombookinglink.marginbottom {
  margin-bottom: 24px;
}

.code-embed-2 {
  text-decoration: none;
}

.icon-embed-xxsmall-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-block-9-copy-2 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text-2 {
  font-weight: 600;
}

.error-text-2 {
  color: #e23939;
}

.form_field-wrapper-4 {
  flex: 1;
  width: 100%;
}

.form-input-2 {
  color: #000;
  border: 1px solid #000;
  max-height: 500px;
  margin-bottom: 0;
}

.success-message-3 {
  padding: 1.5rem;
}

.text-block-15 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
}

.footer-user-img-4 {
  border-radius: 50%;
  max-width: 200px;
}

.footer-user-img-4.custom_profileimage {
  width: 180px;
  max-width: 130%;
  height: 180px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.custom_lastname {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.custom_lastname.text-color-alternate, .custom_firstname-3.text-color-alternate {
  color: var(--rapidfunnel-components---base-color-neutral--white);
}

.section-22 {
  object-fit: fill;
  background-image: url('../images/arrow.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-22.wide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.footer-12 {
  background-color: #000;
}

.flex-block-55 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.flex-block-55.footer-social-links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.footer-4 {
  -webkit-text-fill-color: inherit;
  background-color: #131313;
  background-clip: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-21 {
  color: #fff;
  text-decoration: none;
}

.link-21.custom_phonenumber, .link-21.custom_email {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.list-6 {
  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: 0;
  display: flex;
}

.container-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.flex-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
}

.list-item-9 {
  color: #acacac;
  font-size: 16px;
}

.link-22 {
  color: #acacac;
  background-color: #fff0;
  font-size: 16px;
  text-decoration: none;
}

.link-22:hover {
  color: #fff;
}

.section-23 {
  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;
}

.list-item-10 {
  color: #acacac;
  margin-top: 0;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.button-group-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.videowrapper-2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.button-26 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-26.margin-right-3.margin-xsmall-3.cta-button-copy {
  border-radius: 0;
  width: auto;
  max-width: 220px;
  margin-bottom: 24px;
  padding: 15px 40px;
}

.button-26.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-26.is-secondary.margin-right-3.margin-xsmall-3.cta-button-copy {
  color: #000;
}

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

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

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

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.rl_header26_component-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rf-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: flex;
  overflow: visible;
}

.form_component-2 {
  flex: 0 auto;
  width: 100%;
  max-width: 580px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.rl_header26_content {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-bottom: 0;
}

.bold-text-8 {
  font-weight: 600;
}

.heading-style-h2-2 {
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-6 {
  font-size: 1.125rem;
}

.heading-style-h2-3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_cta25 {
  position: relative;
}

.text-size-medium-7 {
  font-size: 1.125rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.section_layout192 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.layout192_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout192_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

.section_layout1-2 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.layout1_image-wrapper-2 {
  border-radius: 0;
  overflow: hidden;
}

.layout1_image-3 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-size-medium-15 {
  font-size: 1.125rem;
}

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

.margin-large-3 {
  margin: 3rem;
}

.margin-small-3 {
  margin: 1rem;
}

.margin-bottom-3, .margin-bottom-3.margin-small-3, .margin-bottom-3.margin-large-3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

.text-align-center-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.heading-style-h1-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.header26_component-3 {
  flex-direction: column;
  align-items: center;
}

.text-size-medium-16 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 35px;
}

.padding-global-6 {
  background-image: url('../images/10.jpg'), url('../images/56.jpg'), url('../images/56.jpg');
  background-position: 50%, 50%, 0 0;
  background-size: auto, auto, auto;
  padding-left: 5%;
  padding-right: 5%;
}

.videowrapper-3 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

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

.margin-small-4 {
  margin: 1rem;
}

.margin-medium-3 {
  margin: 2rem;
}

.margin-bottom-4, .margin-bottom-4.margin-small-4, .margin-bottom-4.margin-medium-3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

.error-message-3 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text-3 {
  font-weight: 600;
}

.error-text-3 {
  color: #e23939;
}

.form_field-wrapper-5 {
  flex: 1;
  width: 100%;
}

.form-input-3 {
  color: #000;
  border: 1px solid #000;
  max-height: 500px;
  margin-bottom: 0;
}

.success-message-4 {
  padding: 1.5rem;
}

.button-27 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-27.is-form-submit {
  background-color: #012e4c;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-color-primary-2 {
  color: var(--rapidfunnel-components---text-color--text-primary);
}

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

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

.form_field-2col-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.rl_header26_component-copy-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  object-fit: fill;
  background-color: #fa5c01;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.rl-padding-global-2 {
  background-color: #fa5c01;
  padding-left: 5%;
  padding-right: 5%;
}

.rf-form-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: flex;
  overflow: visible;
}

.form_component-5 {
  flex: 0 auto;
  width: 100%;
  max-width: 580px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5-copy-copy-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.rl_header26_content-2 {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-bottom: 0;
}

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

.heading-style-h2-4 {
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-4.margin-bottom-4.margin-small-4 {
  color: #fff;
}

.text-size-medium-17 {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-17.text-align-left-2.text-color-primary-2.text-weight-bold-2 {
  color: var(--rapidfunnel-components---base-color-neutral--white);
  font-size: 1rem;
}

.text-size-medium-17.margin-bottom-4.margin-medium-3 {
  color: #fff;
  font-size: 2rem;
  line-height: 40px;
}

.text-size-medium-copy {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

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

.text-color-alternate-2 {
  color: var(--rapidfunnel-components---text-color--text-alternate);
}

.button-28 {
  cursor: pointer;
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px 40px;
  font-size: 18px;
}

.button-28:hover {
  background-color: #20c2f1;
  border-color: #20c2f1;
}

.button-28.book-me-btn.custom_custombookinglink {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 220px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.button-28.book-me-btn.custom_custombookinglink:hover {
  background-color: #80bcf1;
  border-color: #80bcf1;
}

.button-28.book-me-btn.custom_custombookinglink.marginbottom {
  background-color: #3898ec;
  border-color: #3898ec;
  margin-bottom: 24px;
}

.button-28.book-me-btn.custom_custombookinglink.marginbottom:hover {
  background-color: #80bcf1;
  border-color: #80bcf1;
}

.button-28.book-me-btn.custom_custombookinglink.marginbottom {
  margin-bottom: 24px;
}

.code-embed-3 {
  text-decoration: none;
}

.icon-embed-xxsmall-4 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-block-9-copy-3 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.text-block-16 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
}

.footer-user-img-5 {
  border-radius: 50%;
  max-width: 200px;
}

.footer-user-img-5.custom_profileimage {
  width: 160px;
  max-width: 130%;
  height: 160px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.custom_lastname-2 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.custom_lastname-2.text-color-alternate-2, .custom_firstname-4.text-color-alternate-2 {
  color: var(--rapidfunnel-components---base-color-neutral--white);
}

.section-24 {
  object-fit: fill;
  background-image: url('../images/arrow.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-24.wide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.footer-13 {
  background-color: #000;
}

.flex-block-58 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.flex-block-58.footer-social-links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.footer-14 {
  -webkit-text-fill-color: inherit;
  background-color: #131313;
  background-clip: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-23 {
  color: #fff;
  text-decoration: none;
}

.link-23.custom_phonenumber, .link-23.custom_email {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.list-7 {
  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: 0;
  display: flex;
}

.container-30 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.flex-block-59 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
}

.list-item-11 {
  color: #acacac;
  font-size: 16px;
}

.link-24 {
  color: #acacac;
  background-color: #fff0;
  font-size: 16px;
  text-decoration: none;
}

.link-24:hover {
  color: #fff;
}

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

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

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

.list-item-12 {
  color: #acacac;
  margin-top: 0;
}

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

.code-embed-4 {
  position: static;
}

.text-color-alternate-3 {
  color: var(--rapidfunnel-components---text-color--text-alternate);
}

.button-29 {
  cursor: pointer;
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px 40px;
  font-size: 18px;
}

.button-29:hover {
  background-color: #20c2f1;
  border-color: #20c2f1;
}

.button-29.book-me-btn.custom_custombookinglink {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 220px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.button-29.book-me-btn.custom_custombookinglink:hover {
  background-color: #80bcf1;
  border-color: #80bcf1;
}

.button-29.book-me-btn.custom_custombookinglink.marginbottom {
  background-color: #3898ec;
  border-color: #3898ec;
  margin-bottom: 24px;
}

.button-29.book-me-btn.custom_custombookinglink.marginbottom:hover {
  background-color: #80bcf1;
  border-color: #80bcf1;
}

.button-29.book-me-btn.custom_custombookinglink.marginbottom {
  margin-bottom: 24px;
}

.code-embed-5 {
  text-decoration: none;
}

.icon-embed-xxsmall-5 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-block-9-copy-4 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.text-block-17 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
}

.footer-user-img-6 {
  border-radius: 50%;
  max-width: 200px;
}

.footer-user-img-6.custom_profileimage {
  width: 160px;
  max-width: 130%;
  height: 160px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.custom_lastname-3 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.custom_lastname-3.text-color-alternate-3, .custom_firstname-5.text-color-alternate-3 {
  color: var(--rapidfunnel-components---base-color-neutral--white);
}

.section-26 {
  object-fit: fill;
  background-image: url('../images/arrow.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-26.wide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.footer-15 {
  background-color: #000;
}

.flex-block-62 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.flex-block-62.footer-social-links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.footer-16 {
  -webkit-text-fill-color: inherit;
  background-color: #131313;
  background-clip: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-25 {
  color: #fff;
  text-decoration: none;
}

.link-25.custom_phonenumber, .link-25.custom_email {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.current-year-3 {
  font-size: 16px;
}

.list-8 {
  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: 0;
  display: flex;
}

.container-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.flex-block-63 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
}

.list-item-13 {
  color: #acacac;
  font-size: 16px;
}

.link-26 {
  color: #acacac;
  background-color: #fff0;
  font-size: 16px;
  text-decoration: none;
}

.link-26:hover {
  color: #fff;
}

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

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

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

.list-item-14 {
  color: #acacac;
  margin-top: 0;
}

.padding-global-6-copy {
  background-image: url('../images/10.jpg'), url('../images/47.jpg'), url('../images/56.jpg'), url('../images/56.jpg');
  background-position: 50%, 50%, 50%, 0 0;
  background-size: auto, auto, auto, auto;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-6-copy1 {
  background-image: url('../images/10.jpg'), url('../images/56.jpg'), url('../images/56.jpg');
  background-position: 50%, 50%, 0 0;
  background-size: auto, auto, auto;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h1-4-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-16-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 35px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.padding-global-6-copy2 {
  background-image: url('../images/2.jpg'), url('../images/56.jpg'), url('../images/56.jpg');
  background-position: 50%, 50%, 0 0;
  background-size: auto, auto, auto;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h1-4-copyna {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-16-copyna {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 35px;
}

.padding-global-6-copy2-copy {
  background-image: url('../images/9.jpg'), url('../images/2.jpg'), url('../images/56.jpg'), url('../images/56.jpg');
  background-position: 50%, 50%, 50%, 0 0;
  background-size: auto, auto, auto, auto;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-6-copy2-copy-copy {
  background-image: url('../images/46.jpg'), url('../images/9.jpg'), url('../images/2.jpg'), url('../images/56.jpg'), url('../images/56.jpg');
  background-position: 50%, 50%, 50%, 50%, 0 0;
  background-size: auto, auto, auto, auto, auto;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h1-4-copyna-copy {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-16-copyna-copy {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 35px;
}

.margin-large-4 {
  margin: 3rem;
}

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

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

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

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

.padding-section-small-7 {
  flex-flow: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

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

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

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

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

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

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

.heading-style-h1-5 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
}

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

.text-size-medium-18 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.padding-global-7 {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

.margin-small-6 {
  margin: 1rem;
}

.margin-medium-4 {
  margin: 2rem;
}

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

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

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

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

.padding-section-small-8 {
  flex-flow: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

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

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

.error-message-4 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text-4 {
  font-weight: 600;
}

.error-text-4 {
  color: #e23939;
}

.form_field-wrapper-6 {
  flex: 1;
  width: 100%;
}

.form-input-4 {
  color: #000;
  border: 1px solid #000;
  max-height: 500px;
  margin-bottom: 0;
}

.success-message-5 {
  padding: 1.5rem;
}

.button-30 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-30.is-form-submit {
  border-radius: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.rl_header26_component-copy-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-5-copy-copy-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.rl_header26_content-3 {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-bottom: 0;
}

.bold-text-10 {
  font-weight: 600;
}

.heading-style-h2-5 {
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-5.margin-bottom-6.margin-small-6 {
  margin: 0 0 24px;
}

.text-size-medium-19 {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-medium-19.margin-bottom-6.margin-medium-4 {
  max-width: 500px;
}

.text-color-primary-3 {
  color: var(--rapidfunnel-components---text-color--text-primary);
}

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

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

.form_field-2col-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.rf-form-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: flex;
  overflow: visible;
}

.form_component-6 {
  flex: 0 auto;
  width: 100%;
  max-width: 580px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-copy-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-copy-2.text-align-center-8.margin-top-5.margin-xsmall-5 {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 600;
}

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

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

.container_vertical {
  flex-flow: column;
  display: flex;
}

.heading_1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  line-height: 1.3;
}

.section_standard {
  background-color: #0000;
  flex-flow: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: block;
  overflow: visible;
}

.section_standard.remove_padding_sup {
  padding-top: 0;
  display: block;
  overflow: visible;
}

.heading_2_bold {
  text-align: center;
  font-size: 40px;
  line-height: 1.3;
}

.heading_2_bold.margin_24px {
  margin-top: 0;
  margin-bottom: 24px;
}

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

.form_flexbox {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.container_vertical-2 {
  flex-flow: column;
  display: flex;
}

.heading_1-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  line-height: 1.3;
}

.section_standard-2 {
  background-color: #0000;
  flex-flow: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: block;
  overflow: visible;
}

.section_standard-2.padding_sup_24px {
  padding-top: 24px;
}

.heading_2_bold-2 {
  text-align: center;
  font-size: 40px;
  line-height: 1.3;
}

.heading_2_bold-2.margin_24px {
  margin-top: 0;
  margin-bottom: 24px;
}

.heading_2_bold-2.margin_bot_36px {
  margin-top: 0;
  margin-bottom: 36px;
}

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

.form_flexbox-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.container_vertical-3 {
  flex-flow: column;
  display: flex;
}

.heading_1-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  line-height: 1.3;
}

.section_standard-3 {
  background-color: #0000;
  flex-flow: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: block;
  overflow: visible;
}

.section_standard-3.padding_sup_24px {
  padding-top: 24px;
}

.heading_2_bold-3 {
  text-align: center;
  font-size: 40px;
  line-height: 1.3;
}

.heading_2_bold-3.margin_24px {
  margin-top: 0;
  margin-bottom: 24px;
}

.heading_2_bold-3.margin_bot_36px {
  margin-top: 0;
  margin-bottom: 36px;
}

.body-standard {
  flex-flow: column;
}

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

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

.container_vertical-4 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.heading1 {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 1.3;
}

.heading1.color-alternate {
  color: #000;
}

.section-standard {
  background-color: #fa5c01;
  flex-flow: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: block;
  overflow: visible;
}

.section-standard.remove_padding_sup {
  padding-top: 0;
  display: block;
  overflow: visible;
}

.section-standard.background-image {
  background-image: url('../images/10.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-standard.background-image.image-alternate {
  background-image: url('../images/2.jpg'), url('../images/10.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.section-standard.background-image.image-alternate.image-anternate2 {
  background-image: url('../images/9.jpg'), url('../images/2.jpg'), url('../images/10.jpg');
  background-position: 50%, 50%, 50%;
  background-size: auto, cover, cover;
}

.section-standard.background-image.image-alternate.image-anternate2.image-alternate3 {
  background-image: url('../images/46.jpg'), url('../images/9.jpg'), url('../images/2.jpg'), url('../images/10.jpg');
  background-position: 50%, 50%, 50%, 50%;
  background-size: auto, auto, cover, cover;
}

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

.heading2-bold.margin_24px {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 500;
}

.heading2-bold.margin_24px.color-alternate {
  color: #000;
}

.flexbox-vertical {
  flex-flow: column;
  display: flex;
}

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

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

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

.margin-large-5 {
  margin: 3rem;
}

.margin-small-7 {
  margin: 1rem;
}

.margin-medium-5 {
  margin: 2rem;
}

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

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

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

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

.margin-top-6, .margin-top-6.margin-medium-5, .margin-top-6.margin-medium-5 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.padding-section-small-9.copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.heading-style-h1-6 {
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
}

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

.book_me_button_centered {
  text-align: right;
  cursor: pointer;
  background-color: #3898ec;
  border: 0 #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  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: #63b3ca;
  border-color: #20c2f1;
}

.book_me_button_centered.book-me-btn.custom_custombookinglink {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 220px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.book_me_button_centered.book-me-btn.custom_custombookinglink:hover {
  background-color: #80bcf1;
  border-color: #80bcf1;
}

.book_me_button_centered.book-me-btn.custom_custombookinglink.marginbottom {
  background-color: #3898ec;
  border-color: #3898ec;
  margin-bottom: 24px;
}

.book_me_button_centered.book-me-btn.custom_custombookinglink.marginbottom:hover {
  background-color: #80bcf1;
  border-color: #80bcf1;
}

.book_me_button_centered.book-me-btn.custom_custombookinglink.marginbottom {
  margin-bottom: 24px;
}

.code-embed-6 {
  text-decoration: none;
}

.book_me_text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.error-message-5 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text-5 {
  font-weight: 600;
}

.error-text-5 {
  color: #e23939;
}

.form_field-wrapper-7 {
  flex: 1;
  width: 100%;
}

.form-input-5 {
  color: #000;
  border: 1px solid #000;
  max-height: 500px;
  margin-bottom: 0;
}

.success-message-6 {
  padding: 1.5rem;
}

.text-size-medium-20 {
  text-align: center;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.button-group-5 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-5.is-center {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
}

.padding-global-8 {
  padding: 32px 5%;
}

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

.form_field-2col-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.form_field-2col-5.is-mobile-1col-copy {
  grid-template-columns: 1fr;
}

.text-size-regular-7 {
  text-align: left;
  margin-bottom: 16px;
  font-size: 1rem;
}

.text-size-regular-7.form {
  color: #000;
  text-align: left;
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.form_field-2col-copy-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.text-size-m-r-2 {
  text-align: center;
  max-width: 768px;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
}

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

.padding-section-small-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.text-align-center-10 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: #000;
  border: 1px #000;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  overflow: hidden;
}

.icon-embed-xxsmall-6 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.margin-top-7 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top-7.margin-medium-5 {
  margin: 1rem 0 0;
}

.section---form-2 {
  background-color: #f5f7fa;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-large-14 {
  flex: 0 auto;
  width: 100%;
  max-width: 48rem;
}

.form_component-7 {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.form_component-7._45easy {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.padding-global-9 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.rf-form-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 768px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.hero-text-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  display: block;
}

.button-3-copy-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-3-copy-2.margin-right-4.margin-xsmall-6.cta-button-copy {
  border-radius: 0;
  width: auto;
  max-width: 220px;
  margin-bottom: 24px;
  padding: 15px 40px;
}

.div-block-4-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.text-color-alternate-4 {
  color: var(--rapidfunnel-components---text-color--text-alternate);
}

.book_me_button_centered-2 {
  text-align: right;
  cursor: pointer;
  background-color: #3898ec;
  border: 0 #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  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-2:hover {
  background-color: #63b3ca;
  border-color: #20c2f1;
}

.book_me_button_centered-2.book-me-btn.custom_custombookinglink {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 220px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.book_me_button_centered-2.book-me-btn.custom_custombookinglink:hover {
  background-color: #80bcf1;
  border-color: #80bcf1;
}

.book_me_button_centered-2.book-me-btn.custom_custombookinglink.marginbottom {
  background-color: #3898ec;
  border-color: #3898ec;
  margin-bottom: 24px;
}

.book_me_button_centered-2.book-me-btn.custom_custombookinglink.marginbottom:hover {
  background-color: #80bcf1;
  border-color: #80bcf1;
}

.book_me_button_centered-2.book-me-btn.custom_custombookinglink.marginbottom {
  margin-bottom: 24px;
}

.code-embed-7 {
  text-decoration: none;
}

.icon-embed-xxsmall-7 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 8px;
  display: flex;
}

.book_me_text-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-18 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
}

.text-block-18.username-block {
  margin-bottom: 16px;
}

.footer-user-img-7 {
  border-radius: 50%;
  max-width: 200px;
}

.footer-user-img-7.custom_profileimage {
  width: 160px;
  max-width: 130%;
  height: 160px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.custom_lastname-4 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.custom_lastname-4.text-color-alternate-4, .custom_firstname-6.text-color-alternate-4 {
  color: var(--rapidfunnel-components---base-color-neutral--white);
}

.footer_standard {
  background-color: #000;
  flex-flow: column;
  display: flex;
}

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

.social_media_links.footer-social-links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
}

.link-27 {
  color: #fff;
  text-decoration: none;
}

.link-27.custom_phonenumber, .link-27.custom_email {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.current-year-4 {
  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;
}

.container-34 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.flex-block-66 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
}

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

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

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

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

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

.container-35 {
  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_head {
  background-color: #131313;
}

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

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

.button-31 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-31.margin-right-5.margin-xsmall-7.cta-button-copy {
  border-radius: 24px;
  width: auto;
  max-width: 560px;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: .5rem;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

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

.margin-small-8 {
  margin: 1rem;
}

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

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

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

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

.heading-style-h1-7 {
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
}

.text-size-medium-21 {
  text-align: center;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.padding-global-10 {
  padding: 32px 5%;
}

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

.button-32 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-32.margin-right-6.margin-xsmall-8.cta-button-copy-copy-copy {
  border-radius: 24px;
  width: 225px;
  max-width: 560px;
  margin: 0 0 12px;
  padding: 24px 36px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-style-h2-6 {
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-6.margin-bottom-8.margin-small-8 {
  text-align: center;
  margin: 0 0 24px;
}

.text-size-medium-22 {
  text-align: center;
  margin-bottom: .6rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.heading-style-h2-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.step_sectio_wcopy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 649.016px;
  font-size: 1px;
  line-height: 1.5px;
  display: grid;
}

.step_section_fbox {
  background-color: #85d8eb;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 80px;
  overflow: clip;
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
}

.paragraph {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.step_block_image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: clip;
}

.button_section_fbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.flex-block-69 {
  background-color: #fff;
  width: 100%;
  padding: 80px;
}

.flex-block-70 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 80px;
  overflow: clip;
}

.container-36 {
  background-image: url('../images/1freepik__candid-image-photography-natural-textures-highly-r__42201.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.section-28 {
  background-color: #d3d3d3;
}

.container-37 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.container-38 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 64px;
  padding-right: 64px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.button-44 {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  width: 200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block;
}

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

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

.container_vertical-5 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

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

.section-standard-2 {
  background-color: #0000;
  flex-flow: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: block;
  overflow: visible;
}

.section-standard-2.remove_padding_sup {
  padding-top: 0;
  display: block;
  overflow: visible;
}

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

.heading2-bold-2.margin_24px {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
}

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

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

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

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

.section-standard-3 {
  background-color: #0000;
  flex-flow: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: block;
  overflow: visible;
}

.section-standard-3.padding_sup_24px {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
}

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

.heading2-bold-3.margin_24px {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
}

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

.flexbox-vertical-2 {
  text-align: center;
  flex-flow: column;
  display: flex;
}

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

.margin-small-9 {
  margin: 1rem;
}

.margin-medium-6 {
  margin: 2rem;
}

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

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

.margin-bottom-9.margin-xsmall-9 {
  margin: 0 0 6px;
  font-family: Montserrat, sans-serif;
}

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

.margin-top-8, .margin-top-8.margin-medium-6, .margin-top-8.margin-medium-6 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.button-45 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-45.margin-right-7.margin-xsmall-9.cta-button-copy-copy-copy {
  border-radius: 24px;
  width: 225px;
  max-width: 560px;
  margin: 0 0 12px;
  padding: 24px 36px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.text-align-center-11.copy {
  font-size: 2.2rem;
  font-weight: 800;
}

.heading-style-h2-3-copy {
  margin-bottom: .3rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-size-medium-7-copy {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
}

.button-group-3-copy-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section_header37 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  font-size: 12px;
  line-height: 1.5px;
}

.header37_content {
  max-width: 35rem;
  max-height: 590px;
  margin-left: 5rem;
  margin-right: 5vw;
}

.header37_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.videowrapper-copy {
  width: 100%;
  max-width: 720px;
  height: 100vh;
  max-height: 60rem;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  display: inline-block;
  position: static;
  overflow: clip;
}

.code-embed-8 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 250px;
  display: flex;
}

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

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

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

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

.videoscript, .videoscript-2, .videoscript-3, .videoscript-4, .videoscript-5, .videoscript-6, .videoscript-7 {
  width: 100%;
}

.heading-8 {
  color: #000;
  text-align: center;
  white-space: normal;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  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 {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 1.3;
}

.section-standard-4 {
  background-color: #0000;
  background-image: url('../images/10.jpg'), url('../images/76c4c13210c2cf9f0cbc084b0f4177d9.png');
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  overflow: visible;
}

.section-standard-4.padding_sup_24px {
  background-color: #fa5c01;
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.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;
  font-size: 30px;
  font-weight: 500;
}

.heading2-extrabold.margin_bot_36px {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
}

.heading2-extrabold.text-1 {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 30px;
  font-weight: 400;
}

.heading2-extrabold.margin_24px-copy {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 500;
}

.heading2-extrabold.margin_bot_36px-copy {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
}

.heading2-extrabold.text-4 {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 30px;
  font-weight: 400;
}

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

.heading2-extrabold.margin_bot_36px-copy-copy {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
}

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

.heading2-extrabold.margin_bot_36px-copy-copy-copy {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
}

.heading2-extrabold.margin_24px-copy-copy-copy {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 500;
}

.heading2-extrabold.margin_bot_36px-copy-copy-copy {
  color: #fff;
  min-width: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
}

.heading2-extrabold.margin_bot_36px-copy-copy-copy-copy {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 30px;
  font-weight: 400;
}

.heading2-extrabold.margin_24px-copy-copy-copy-copy {
  color: #fff;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 500;
}

.heading2-extrabold.margin_24px-copy-copy-copy-copy-copy {
  color: #fff;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 25px;
  font-weight: 500;
}

.flexbox-vertical-3 {
  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;
}

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

.videoscript-8 {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

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

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

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

.button13 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy {
  background-color: #fa5c01;
  border-color: #fa5c01;
  border-radius: 24px;
  width: auto;
  max-width: 560px;
  margin: 0 10px 24px 0;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy-copy-copy {
  background-color: #fa5c01;
  border-color: #fa5c01;
  border-radius: 24px;
  width: auto;
  max-width: 560px;
  margin: 0 0 24px 10px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy {
  background-color: #284e67;
  border-color: #284e67;
  border-radius: 24px;
  width: auto;
  max-width: 560px;
  margin: 0 0 24px 10px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy {
  background-color: #012e4c;
  border-color: #284e67;
  border-radius: 24px;
  width: auto;
  max-width: 560px;
  margin: 0 0 24px 10px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy {
  background-color: #fa5c01;
  border-color: #fa5c01;
  border-radius: 24px;
  width: auto;
  max-width: 560px;
  margin: 0 10px 24px 0;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy-copy {
  background-color: #284e67;
  border-color: #284e67;
  border-radius: 24px;
  width: auto;
  max-width: 560px;
  margin: 0 0 24px 10px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy {
  background-color: #fa5c01;
  border-color: #fa5c01;
  border-radius: 24px;
  width: auto;
  max-width: 560px;
  margin: 0 10px 24px 0;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10.button-more, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy-copy-copy {
  background-color: #284e67;
  border-color: #284e67;
  border-radius: 24px;
  width: auto;
  max-width: 560px;
  margin: 0 0 24px 10px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10.button-b {
  background-color: #fa5c01;
  border-color: #fa5c01;
  border-radius: 24px;
  width: auto;
  min-width: 250px;
  max-width: 560px;
  margin: 0 10px 24px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10.button-ab {
  background-color: #fa5c01;
  border-color: #fa5c01;
  border-radius: 24px;
  width: auto;
  min-width: 300px;
  max-width: 560px;
  margin: 0 10px 24px 0;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10.button-c {
  background-color: #284e67;
  border-color: #284e67;
  border-radius: 24px;
  width: auto;
  min-width: 400px;
  max-width: 560px;
  margin: 0 10px 24px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10.button-d {
  background-color: #fa5c01;
  border-color: #fa5c01;
  border-radius: 24px;
  width: auto;
  min-width: 400px;
  max-width: 560px;
  margin: 0 10px 24px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10.cta-1 {
  background-color: #fa5c01;
  border-color: #fa5c01;
  border-radius: 24px;
  width: auto;
  max-width: 560px;
  margin: 0 10px 24px 0;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10._32 {
  background-color: #284e67;
  border-color: #284e67;
  border-radius: 24px;
  width: auto;
  min-width: 350px;
  max-width: 560px;
  margin: 0 10px 24px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.button13.margin-right-8.margin-xsmall-10._33 {
  background-color: #fa5c01;
  border-color: #fa5c01;
  border-radius: 24px;
  width: auto;
  min-width: 350px;
  max-width: 560px;
  margin: 0 10px 24px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.button13.margin-right-8.margin-xsmall-10.cta-1-copy {
  background-color: #fa5c01;
  border-color: #fa5c01;
  border-radius: 24px;
  width: auto;
  min-width: 350px;
  max-width: 560px;
  margin: 0 10px 24px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10.button3page2 {
  background-color: #284e67;
  border-color: #284e67;
  border-radius: 24px;
  width: auto;
  min-width: 300px;
  max-width: 560px;
  margin: 0 0 24px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.button13.margin-right-8.margin-xsmall-10.button-more-copy {
  background-color: #284e67;
  border-color: #284e67;
  border-radius: 24px;
  width: auto;
  max-width: 560px;
  margin: 0 0 24px 10px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button13.margin-right-8.margin-xsmall-10.button3page1 {
  background-color: #284e67;
  border-color: #284e67;
  border-radius: 24px;
  width: auto;
  min-width: 300px;
  max-width: 560px;
  margin: 0 0 24px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.button13.margin-right-8.margin-xsmall-10._31 {
  background-color: #fa5c01;
  border-color: #fa5c01;
  border-radius: 24px;
  width: auto;
  min-width: 350px;
  max-width: 560px;
  margin: 0 10px 24px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.div-block-11 {
  text-align: center;
  padding-top: 20px;
}

.code-embed-9 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

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

.headingvs-copy {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 1.3;
}

.videoscript-8-copy {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

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

.videoscript-8-copy-copy {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

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

.videoscript-8-copy-copy-copy {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.headingvs-copy-copy-copy, .headingvs-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 1.3;
}

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

.button12.button1page2 {
  background-color: #fa5c01;
  border-radius: 50vh;
  margin-bottom: 24px;
  padding: 15px 40px;
  font-size: 22px;
  display: none;
}

.button12.buttonb-copy {
  background-color: #fa5c01;
  border-radius: 50vh;
  margin-bottom: 24px;
  padding: 15px 40px;
  font-size: 22px;
  display: block;
}

.button12.button1 {
  background-color: #fa5c01;
  border-radius: 50vh;
  min-width: 300px;
  margin-bottom: 24px;
  padding: 15px 40px;
  font-size: 22px;
  display: block;
}

.button12.button1page1 {
  background-color: #fa5c01;
  border-radius: 50vh;
  min-width: 300px;
  margin-bottom: 24px;
  padding: 15px 40px;
  font-size: 22px;
  display: none;
}

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

.buttondiv.buttondivhide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.buttondivhide {
  display: none;
}

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

.button-47 {
  position: static;
}

.videobuttonhide {
  display: block;
}

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

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

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

.buttondivhide-2 {
  display: none;
}

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

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

.headingvs-2 {
  color: #fff;
  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 {
  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: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.sectionstandard.videopgheadbg {
  background-image: url('../images/10.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

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

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

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

.buttonstandard-2 {
  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-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;
}

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

.videoscript-9 {
  width: 100%;
  height: 100%;
}

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

.buttondivhide-3 {
  display: none;
}

.foundationswrapper {
  overflow: hidden;
}

.foundationscript {
  position: static;
}

.current-year-5 {
  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 {
  color: #1b1b1b;
  background-color: #58595b;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

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

.container-39 {
  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;
}

.videoscript-10 {
  width: 100%;
  height: 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 {
  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;
}

.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;
  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(#fa5c01, #fa5c01);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: 100px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.herogsdiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  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 {
  margin-left: auto;
}

.image-6 {
  height: 728px;
}

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

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

.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: 36px;
  padding-bottom: 36px;
}

.iconsdiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  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: 36px;
  padding-right: 36px;
  display: flex;
}

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

.iconparagraph {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.pagewrapper {
  width: 100%;
}

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

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

.headingvideo {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  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;
}

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

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

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

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

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

.testimonialparagraph {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.testimonialsgridgs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  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: 36px;
  padding-right: 36px;
  display: flex;
}

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

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

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

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

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

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

.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: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
}

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

.headercabutton {
  background-color: #001052;
  border-radius: 50px;
  padding: 12px 24px;
  font-weight: 600;
  display: none;
}

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

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

.buttonprimary.videobutton {
  font-size: 24px;
}

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

.customicon {
  color: #4a7bc8;
}

.videoscript-11 {
  width: 100%;
  height: 100%;
}

.foundationswrapper-2 {
  overflow: hidden;
}

.foundationscript-2 {
  position: static;
}

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

.footer_bottom-3 {
  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-3 {
  color: #d8d8d8;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

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

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

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

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

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

.videopopoverdiv-2 {
  width: 80%;
}

.headergs-2 {
  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-2 {
  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-8 {
  height: 75px;
  margin-right: auto;
}

.headerbuttonsdiv-2 {
  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-2 {
  color: var(--rapidfunnel-components---background-color--background-primary);
  background-color: #0000;
  font-weight: 400;
}

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

.herogsdiv-2 {
  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-2 {
  flex-flow: column;
  width: 700px;
  display: flex;
}

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

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

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

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

.link-28 {
  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-2 {
  padding-top: 60px;
  padding-bottom: 88px;
}

.iconsdiv-2 {
  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-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

.pagewrapper-2 {
  width: 100%;
}

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

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

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

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

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

.videotextgs-2 {
  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-2.bigscreen {
  padding-left: 70px;
  padding-right: 70px;
}

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

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

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

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

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

.testimonialsgridgs-2 {
  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-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

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

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

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

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

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

.image-9 {
  height: 75px;
}

.lottiemenu-2 {
  display: none;
}

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

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

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

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

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

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

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

.customicon-2 {
  color: #4a7bc8;
}

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

.videopopoververdiv {
  width: 450px;
}

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

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

.foundationswrapper-3 {
  overflow: hidden;
}

.foundationscript-3 {
  position: static;
}

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

.footer_bottom-4 {
  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-4 {
  color: #d8d8d8;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

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

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

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

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

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

.videopopoverdiv-3 {
  width: 80%;
}

.headergs-3 {
  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-3 {
  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-10 {
  height: 75px;
  margin-right: auto;
}

.headerbuttonsdiv-3 {
  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-3 {
  color: var(--rapidfunnel-components---background-color--background-primary);
  background-color: #0000;
  font-weight: 400;
}

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

.herogsdiv-3 {
  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-3 {
  flex-flow: column;
  width: 700px;
  display: flex;
}

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

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

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

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

.link-29 {
  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-3 {
  padding-top: 60px;
  padding-bottom: 88px;
}

.iconsdiv-3 {
  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-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

.pagewrapper-3 {
  width: 100%;
}

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

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

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

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

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

.videotextgs-3 {
  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-3.bigscreen {
  padding-left: 70px;
  padding-right: 70px;
}

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

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

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

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

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

.testimonialsgridgs-3 {
  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-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

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

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

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

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

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

.image-11 {
  height: 75px;
}

.lottiemenu-3 {
  display: none;
}

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

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

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

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

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

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

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

.customicon-3 {
  color: #4a7bc8;
}

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

.videopopoververdiv-2 {
  width: 450px;
}

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

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

.foundationswrapper-4 {
  overflow: hidden;
}

.foundationscript-4 {
  position: static;
}

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

.footer_bottom-5 {
  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-5 {
  color: #d8d8d8;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

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

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

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

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

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

.videopopoverdiv-4 {
  width: 80%;
}

.headergs-4 {
  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-4 {
  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-12 {
  height: 75px;
  margin-right: auto;
}

.headerbuttonsdiv-4 {
  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-4 {
  color: var(--rapidfunnel-components---background-color--background-primary);
  background-color: #0000;
  font-weight: 400;
}

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

.herogsdiv-4 {
  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-4 {
  flex-flow: column;
  width: 700px;
  display: flex;
}

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

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

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

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

.link-30 {
  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-4 {
  padding-top: 60px;
  padding-bottom: 88px;
}

.iconsdiv-4 {
  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-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

.pagewrapper-4 {
  width: 100%;
}

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

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

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

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

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

.videotextgs-4 {
  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-4.bigscreen {
  padding-left: 70px;
  padding-right: 70px;
}

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

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

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

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

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

.testimonialsgridgs-4 {
  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-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

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

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

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

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

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

.image-13 {
  height: 75px;
}

.lottiemenu-4 {
  display: none;
}

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

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

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

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

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

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

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

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

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

.videopopoververdiv-3 {
  width: 450px;
}

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

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

.headingvs-3 {
  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-3.color-1-fast-start, .headingvs-3.color-1-fast-start-copy {
  color: #fff;
}

.headingvs-3.color-1-fast-start-copy-copy {
  color: #000;
  font-size: 70px;
}

.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('../images/1234.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.sectionstandard-2.faststartbuttonsectionbg {
  background-color: #fa5c01;
}

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

.heading2-extrabold-3.heading_margin {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 60px;
}

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

.heading2-extrabold-3.margin-bot-24px.color-3-fast-start {
  color: #000;
  font-size: 60px;
  font-weight: 800;
}

.heading2-extrabold-3.margin-bot-24px.color-5-fast-start {
  font-size: 60px;
}

.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 {
  background-color: #012e4c;
  margin-top: 16px;
  display: block;
}

.flexbox-vertical-5 {
  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-12 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.imagecontainer {
  background-image: url('../images/group-friends-checking-mobile.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.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.heading_margin.color-2-fast-start {
  color: #000;
  font-size: 50px;
}

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

.subheadingvs.margin_24px.color-2-fast-start-copy, .subheadingvs.color-2-fast-start {
  color: #fff;
  font-size: 45px;
}

.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: #fff;
  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 {
  color: #000;
  max-width: 100%;
  font-size: 45px;
  line-height: 55px;
}

.heading3-bold.margin-bot-16px.color-6-fast-start {
  max-width: 100%;
  font-size: 45px;
  line-height: 55px;
}

.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%;
  font-size: 30px;
}

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

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

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

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

.imagecontainer2 {
  background-image: url('../images/MGIGS.png');
  background-position: 50%;
  background-size: auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon_standard.thankyoufooter {
  color: #000;
}

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

.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 {
  margin-bottom: 36px;
}

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

.pagewrapper-5 {
  width: 100%;
}

.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: linear-gradient(#ffffffbf, #ffffffbf), url('../images/d22b471639c5c0ee6371e34fe6aae0bf_1.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-14 {
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
}

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

.heading-10 {
  color: #000;
  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 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.buttonstandard-4 {
  text-align: center;
  background-color: #fa5c01;
  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: none;
}

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

.buttondivhide-4 {
  display: none;
}

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

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

.buttondivhide-5 {
  display: none;
}

.div-block-33 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.buttonstandard3 {
  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: none;
}

.div-block-34 {
  width: 450px;
}

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

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

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

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

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

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

.flex-block-76, .flex-block-77, .flex-block-78, .flex-block-79, .flex-block-80, .flex-block-81 {
  justify-content: flex-start;
  align-items: stretch;
}

.buttonstandard-6 {
  text-align: center;
  background-color: #fa5c01;
  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;
}

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

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

.buttondivhide-6 {
  display: none;
}

.buttonstandard-6-copy {
  text-align: center;
  background-color: #012e4c;
  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;
}

.foundationscript-5 {
  position: static;
}

.bookmebtn {
  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 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

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

.bookmewrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.foundationscript-6 {
  position: static;
}

.bookmebtn-2 {
  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 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

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

.bookmewrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

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

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

.buttondivhide-7 {
  display: none;
}

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

@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: 80%;
  }

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

  .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--videoscriptver {
    width: 294px;
    height: auto;
  }

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

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

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

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

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

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

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

  .form_component-4._45easy {
    width: auto;
    max-width: none;
  }

  .rf-form-3 {
    max-width: none;
  }

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

  .margin-large-2 {
    margin: 2.5rem;
  }

  .margin-medium-2 {
    margin: 1.5rem;
  }

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

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

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

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

  .rf-form {
    max-width: none;
  }

  .rl_header26_content {
    margin-bottom: 0;
  }

  .heading-style-h2-2, .heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .layout1_content-2, .layout192_content-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-large-3 {
    margin: 2.5rem;
  }

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

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

  .margin-medium-3 {
    margin: 1.5rem;
  }

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

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

  .rf-form-4 {
    max-width: none;
  }

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

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

  .heading-style-h1-4-copy, .heading-style-h1-4-copyna, .heading-style-h1-4-copyna-copy {
    font-size: 3.25rem;
  }

  .margin-large-4 {
    margin: 2.5rem;
  }

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

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

  .margin-medium-4 {
    margin: 1.5rem;
  }

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

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

  .rl_header26_content-3 {
    margin-bottom: 0;
  }

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

  .rf-form-5 {
    max-width: none;
  }

  .container_vertical, .container_vertical-2, .container_vertical-3 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .container_vertical-4 {
    width: 100%;
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .margin-large-5 {
    margin: 2.5rem;
  }

  .margin-medium-5 {
    margin: 1.5rem;
  }

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

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

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

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

  .padding-global-8 {
    padding: 16px 40px;
  }

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

  .form_component-7._45easy {
    width: auto;
    max-width: none;
  }

  .rf-form-6 {
    max-width: none;
  }

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

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

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

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

  .padding-global-10 {
    padding: 16px 40px;
  }

  .heading-style-h2-6, .heading-style-h2-7 {
    font-size: 2.75rem;
  }

  .step_section_fbox {
    padding: 64px 40px;
  }

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

  .flex-block-70 {
    padding: 64px 40px;
  }

  .container_vertical-5 {
    width: 100%;
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .margin-medium-6 {
    margin: 1.5rem;
  }

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

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

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

  .heading-style-h2-3-copy {
    font-size: 2.75rem;
  }

  .header37_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header37_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .headingvs {
    font-size: 35px;
  }

  .heading2-extrabold.margin_24px {
    font-size: 25px;
  }

  .heading2-extrabold.margin_bot_36px {
    font-size: 35px;
  }

  .heading2-extrabold.text-1, .heading2-extrabold.margin_24px-copy {
    font-size: 25px;
  }

  .heading2-extrabold.margin_bot_36px-copy {
    font-size: 35px;
  }

  .heading2-extrabold.text-4, .heading2-extrabold.margin_24px-copy-copy {
    font-size: 25px;
  }

  .heading2-extrabold.margin_bot_36px-copy-copy {
    font-size: 35px;
  }

  .heading2-extrabold.margin_bot_36px-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy {
    font-size: 25px;
  }

  .heading2-extrabold.margin_bot_36px-copy-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy {
    font-size: 25px;
  }

  .heading2-extrabold.margin_bot_36px-copy-copy-copy {
    font-size: 35px;
  }

  .heading2-extrabold.margin_bot_36px-copy-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy-copy-copy {
    font-size: 25px;
  }

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

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

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

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

  .headingvs-copy, .headingvs-copy-copy, .headingvs-copy-copy-copy, .headingvs-copy-copy-copy, .headingvs-copy-copy-copy-copy {
    font-size: 35px;
  }

  .button12, .buttonstandard {
    display: inline-block;
  }

  .heading2-extrabold-2.margin_24px {
    font-size: 32px;
  }

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

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

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

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

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

  .headerbuttonsdiv {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-right: 0;
  }

  .herosectiongs {
    padding-left: 80px;
    padding-right: 80px;
  }

  .herogsdiv {
    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;
    margin-right: auto;
    display: flex;
  }

  .image-6 {
    height: 485px;
    margin-left: auto;
    margin-right: auto;
  }

  .heroheading {
    text-align: center;
  }

  .heroparagraph {
    text-align: center;
    font-size: 20px;
  }

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

  .iconssection {
    padding-left: 80px;
    padding-right: 80px;
  }

  .iconsdiv {
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }

  .videosectiongs {
    padding-left: 80px;
    padding-right: 80px;
  }

  .videotextgs {
    padding-left: 64px;
    padding-right: 64px;
  }

  .testimonialsgridgs {
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }

  .testimonialdiv {
    padding-left: 120px;
    padding-right: 120px;
  }

  .platformssectiongs {
    padding-left: 80px;
    padding-right: 80px;
  }

  .noccgs {
    text-align: center;
  }

  .container-54 {
    max-width: 100%;
  }

  .headercabutton {
    text-align: center;
    padding-left: 24px;
    display: none;
  }

  .buttonprimary {
    text-align: center;
    padding-left: 24px;
  }

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

  .headerbuttonsdiv-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-right: 0;
  }

  .herosectiongs-2 {
    margin-top: 115px;
    padding: 48px 24px;
  }

  .herogsdiv-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heroimg-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 562px;
    margin-right: auto;
    display: flex;
  }

  .heroheading-2 {
    text-align: center;
    margin-bottom: 24px;
  }

  .heroparagraph-2 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }

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

  .iconssection-2 {
    padding: 48px 124px;
  }

  .iconsdiv-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .icondiv-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .videosectiongs-2 {
    padding: 48px 24px;
  }

  .headingvideo-2 {
    margin-bottom: 32px;
    line-height: 52px;
  }

  .videotextgs-2 {
    margin-bottom: 0;
    padding-left: 64px;
    padding-right: 64px;
  }

  .videotextgs-2.bigscreen {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonialssectiongs-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .testimonialsheadinggs-2 {
    margin-bottom: 48px;
    margin-left: 48px;
    margin-right: 48px;
  }

  .testimonialsgridgs-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 74px;
    padding-right: 74px;
  }

  .testimonialdiv-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .platformssectiongs-2 {
    padding: 48px 24px;
  }

  .platformsheadinggs-2 {
    margin-bottom: 27px;
  }

  .platformimage-2.mobile {
    height: 145px;
  }

  .noccgs-2 {
    text-align: center;
    margin-bottom: 24px;
    line-height: 30px;
  }

  .container-56 {
    max-width: 100%;
  }

  .buttonprimary-2 {
    text-align: center;
    padding-left: 24px;
  }

  .buttonprimary-2.herosection {
    margin-bottom: 24px;
  }

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

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

  .headerbuttonsdiv-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-right: 0;
  }

  .herosectiongs-3 {
    margin-top: 115px;
    padding: 48px 24px;
  }

  .herogsdiv-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heroimg-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 562px;
    margin-right: auto;
    display: flex;
  }

  .heroheading-3 {
    text-align: center;
    margin-bottom: 24px;
  }

  .heroparagraph-3 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }

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

  .iconssection-3 {
    padding: 48px 124px;
  }

  .iconsdiv-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .icondiv-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .videosectiongs-3 {
    padding: 48px 24px;
  }

  .headingvideo-3 {
    margin-bottom: 32px;
    line-height: 52px;
  }

  .videotextgs-3 {
    margin-bottom: 0;
    padding-left: 64px;
    padding-right: 64px;
  }

  .videotextgs-3.bigscreen {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonialssectiongs-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .testimonialsheadinggs-3 {
    margin-bottom: 48px;
    margin-left: 48px;
    margin-right: 48px;
  }

  .testimonialsgridgs-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 74px;
    padding-right: 74px;
  }

  .testimonialdiv-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .platformssectiongs-3 {
    padding: 48px 24px;
  }

  .platformsheadinggs-3 {
    margin-bottom: 27px;
  }

  .platformimage-3.mobile {
    height: 145px;
  }

  .noccgs-3 {
    text-align: center;
    margin-bottom: 24px;
    line-height: 30px;
  }

  .container-58 {
    max-width: 100%;
  }

  .buttonprimary-3 {
    text-align: center;
    padding-left: 24px;
  }

  .buttonprimary-3.herosection {
    margin-bottom: 24px;
  }

  .buttonprimary-3.videobutton {
    margin-top: 32px;
  }

  .div-block-29 {
    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-2 {
    width: 350px;
  }

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

  .headerbuttonsdiv-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-right: 0;
  }

  .herosectiongs-4 {
    margin-top: 115px;
    padding: 48px 24px;
  }

  .herogsdiv-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .herotext-4 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heroimg-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 562px;
    margin-right: auto;
    display: flex;
  }

  .heroheading-4 {
    text-align: center;
    margin-bottom: 24px;
  }

  .heroparagraph-4 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }

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

  .iconssection-4 {
    padding: 48px 124px;
  }

  .iconsdiv-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .icondiv-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .videosectiongs-4 {
    padding: 48px 24px;
  }

  .headingvideo-4 {
    margin-bottom: 32px;
    line-height: 52px;
  }

  .videotextgs-4 {
    margin-bottom: 0;
    padding-left: 64px;
    padding-right: 64px;
  }

  .videotextgs-4.bigscreen {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonialssectiongs-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .testimonialsheadinggs-4 {
    margin-bottom: 48px;
    margin-left: 48px;
    margin-right: 48px;
  }

  .testimonialsgridgs-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 74px;
    padding-right: 74px;
  }

  .testimonialdiv-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .platformssectiongs-4 {
    padding: 48px 24px;
  }

  .platformsheadinggs-4 {
    margin-bottom: 27px;
  }

  .platformimage-4.mobile {
    height: 145px;
  }

  .noccgs-4 {
    text-align: center;
    margin-bottom: 24px;
    line-height: 30px;
  }

  .container-60 {
    max-width: 100%;
  }

  .buttonprimary-4 {
    text-align: center;
    padding-left: 24px;
  }

  .buttonprimary-4.herosection {
    margin-bottom: 24px;
  }

  .buttonprimary-4.videobutton {
    margin-top: 32px;
  }

  .div-block-31 {
    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-3 {
    width: 350px;
  }

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

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

  .videoscriptver {
    width: 294px;
    height: auto;
  }

  .flexbox_grid_standard {
    padding-left: 60px;
  }

  .flexbox_grid_standard_2 {
    padding-right: 60px;
  }

  .footer_section {
    background-color: #000;
  }

  .footer_section.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-14 {
    width: 130px;
    height: 130px;
  }

  .thankyouheading {
    font-size: 48px;
  }

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

  .heading-11 {
    font-size: 20px;
    line-height: 1.4;
  }

  .buttonstandard-4, .buttonstandard-5, .buttonstandard3 {
    display: inline-block;
  }

  .div-block-34 {
    width: 350px;
  }

  .buttonprimary-5 {
    text-align: center;
    padding-left: 24px;
  }

  .buttonprimary-5.herosection {
    margin-bottom: 24px;
  }

  .buttonprimary-5.videobutton {
    margin-top: 32px;
  }

  .buttonstandard-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .buttonstandard-6-copy {
    display: inline-block;
  }

  .buttonstandard-6-copy.bookmebutton, .buttonstandard-7, .buttonstandard-7-copy {
    display: block;
  }
}

@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--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--imagecontainer {
    height: 300px;
  }

  .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--imagecontainer2, .rapidfunnel-components--imagecontainer3, .rapidfunnel-components--imagecontainer4, .rapidfunnel-components--imagecontainer5 {
    height: 300px;
  }

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

  .margin-large {
    margin: 1.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

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

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

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

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

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

  .form_field-2col-2.is-mobile-1col-copy {
    grid-template-columns: 1fr 1fr;
  }

  .text-size-m-r {
    font-size: 1rem;
  }

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

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

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

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

  .margin-large-2 {
    margin: 1.5rem;
  }

  .margin-medium-2 {
    margin: 1.25rem;
  }

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

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

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

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

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

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

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr 1fr;
  }

  .rl_header26_content {
    margin-bottom: 0;
  }

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

  .text-size-medium-3, .text-size-medium-6 {
    font-size: 1rem;
  }

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

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

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

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

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

  .margin-large-3 {
    margin: 1.5rem;
  }

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

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

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

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

  .margin-medium-3 {
    margin: 1.25rem;
  }

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

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

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

  .form_field-2col-3.is-mobile-1col {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

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

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

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

  .text-size-medium-16-copyna-copy {
    font-size: 1rem;
  }

  .margin-large-4 {
    margin: 1.5rem;
  }

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

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

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

  .text-size-medium-18 {
    font-size: 1.6rem;
  }

  .margin-medium-4 {
    margin: 1.25rem;
  }

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

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

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

  .rl_header26_content-3 {
    margin-bottom: 0;
  }

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

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

  .form_field-2col-4.is-mobile-1col {
    grid-template-columns: 1fr 1fr;
  }

  .flexbox-vertical {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .margin-large-5 {
    margin: 1.5rem;
  }

  .margin-medium-5 {
    margin: 1.25rem;
  }

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

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

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

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

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

  .text-size-medium-20 {
    font-size: 1.6rem;
  }

  .form_field-2col-5.is-mobile-1col-copy {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

  .button-31.margin-right-5.margin-xsmall-7.cta-button-copy {
    line-height: 28px;
  }

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

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

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

  .text-size-medium-21 {
    font-size: 1.6rem;
  }

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

  .text-size-medium-22 {
    font-size: 1.5rem;
  }

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

  .heading-2 {
    margin-bottom: 16px;
  }

  .flex-block-69 {
    padding: 64px 40px;
  }

  .video_script-8 {
    height: 350px;
    max-height: 100%;
  }

  .heading1-3 {
    font-size: 54px;
  }

  .margin-medium-6 {
    margin: 1.25rem;
  }

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

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

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

  .heading-style-h2-3-copy {
    font-size: 2.25rem;
  }

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

  .header37_component {
    padding-top: 4rem;
  }

  .headingvs {
    font-size: 25px;
  }

  .section-standard-4 {
    background-attachment: scroll;
  }

  .heading2-extrabold.margin_24px {
    font-size: 20px;
  }

  .heading2-extrabold.margin_bot_36px {
    font-size: 25px;
  }

  .heading2-extrabold.text-1, .heading2-extrabold.margin_24px-copy {
    font-size: 20px;
  }

  .heading2-extrabold.margin_bot_36px-copy {
    font-size: 25px;
  }

  .heading2-extrabold.text-4, .heading2-extrabold.margin_24px-copy-copy {
    font-size: 20px;
  }

  .heading2-extrabold.margin_bot_36px-copy-copy {
    font-size: 25px;
  }

  .heading2-extrabold.margin_bot_36px-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy {
    font-size: 20px;
  }

  .heading2-extrabold.margin_bot_36px-copy-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy {
    font-size: 20px;
  }

  .heading2-extrabold.margin_bot_36px-copy-copy-copy {
    font-size: 25px;
  }

  .heading2-extrabold.margin_bot_36px-copy-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy-copy-copy {
    font-size: 20px;
  }

  .flexbox-vertical-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .flexbox-form {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .verticalvideodiv {
    width: 100%;
  }

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

  .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy {
    margin-right: 0;
    line-height: 28px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy {
    margin-left: 0;
    margin-right: 0;
    line-height: 28px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy {
    margin-left: 0;
    line-height: 28px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy {
    margin-right: 0;
    line-height: 28px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy-copy {
    margin-left: 0;
    line-height: 28px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy {
    margin-right: 0;
    line-height: 28px;
  }

  .button13.margin-right-8.margin-xsmall-10.button-more, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.button-b {
    margin-left: 0;
    line-height: 28px;
  }

  .button13.margin-right-8.margin-xsmall-10.button-ab, .button13.margin-right-8.margin-xsmall-10.button-c {
    margin-right: 0;
    line-height: 28px;
  }

  .button13.margin-right-8.margin-xsmall-10.button-d {
    margin-left: 0;
    line-height: 28px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-1 {
    margin-right: 0;
    line-height: 28px;
  }

  .button13.margin-right-8.margin-xsmall-10._32, .button13.margin-right-8.margin-xsmall-10._33 {
    margin-left: 0;
    line-height: 28px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-1-copy, .button13.margin-right-8.margin-xsmall-10.button3page2 {
    margin-right: 0;
    line-height: 28px;
  }

  .button13.margin-right-8.margin-xsmall-10.button-more-copy {
    margin-left: 0;
    line-height: 28px;
  }

  .button13.margin-right-8.margin-xsmall-10.button3page1, .button13.margin-right-8.margin-xsmall-10._31 {
    margin-right: 0;
    line-height: 28px;
  }

  .headingvs-copy, .headingvs-copy-copy, .headingvs-copy-copy-copy, .headingvs-copy-copy-copy, .headingvs-copy-copy-copy-copy {
    font-size: 25px;
  }

  .button12.button1page2, .button12.buttonb-copy, .button12.button1, .button12.button1page1 {
    line-height: 28px;
  }

  .buttondiv.buttondivhide {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .headingvs-2 {
    font-size: 54px;
  }

  .sectionstandard {
    background-attachment: scroll;
  }

  .heading2-extrabold-2.margin_24px {
    font-size: 24px;
  }

  .flexbox-vertical-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .flexbox-form-2 {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .verticalvideodiv-2, .videopopoverdiv {
    width: 100%;
  }

  .container-39 {
    margin-left: 0;
    margin-right: 0;
  }

  .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 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .herotext {
    width: 100%;
  }

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

  .image-6 {
    height: 300px;
  }

  .heroheading {
    font-size: 40px;
  }

  .heroparagraph {
    font-size: 20px;
  }

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

  .link-2 {
    font-size: 16px;
  }

  .iconssection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .iconparagraph {
    font-size: 16px;
  }

  .videosectiongs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .headingvideo {
    font-size: 32px;
  }

  .videotextgs {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 24px;
  }

  .testimonialssectiongs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonialsheadinggs {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
  }

  .testimonialnamegs {
    font-size: 20px;
  }

  .testimonialparagraph {
    font-size: 16px;
  }

  .testimonialdiv, .platformssectiongs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .platformsheadinggs {
    font-size: 32px;
  }

  .platformimage {
    width: 250px;
  }

  .platformssubheadinggs {
    font-size: 32px;
  }

  .platformstextgs {
    font-size: 24px;
  }

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

  .headercabutton {
    z-index: 10;
    padding: 8px 16px;
    display: block;
    position: relative;
  }

  .buttonprimary {
    padding: 8px 16px;
    display: block;
  }

  .buttonprimary.herosection, .buttonprimary.videobutton {
    font-size: 20px;
    display: block;
  }

  .buttonprimary.footerbutton {
    font-size: 20px;
  }

  .container-55 {
    margin-left: 0;
    margin-right: 0;
  }

  .videopopoverdiv-2 {
    width: 100%;
  }

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

  .image-8 {
    z-index: 3;
    position: relative;
  }

  .headerbuttonsdiv-2 {
    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-2 {
    margin-top: 120px;
    padding: 32px 16px;
  }

  .herogsdiv-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .herotext-2 {
    width: 100%;
  }

  .heroimg-2 {
    height: 350px;
    margin-left: 0;
    margin-right: 0;
  }

  .heroheading-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .heroparagraph-2 {
    font-size: 20px;
  }

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

  .link-28 {
    font-size: 16px;
  }

  .iconssection-2 {
    padding: 32px 16px;
  }

  .icontitle-2 {
    margin-top: 26px;
  }

  .iconparagraph-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .videosectiongs-2 {
    padding: 32px 16px;
  }

  .headingvideo-2 {
    font-size: 32px;
  }

  .videotextgs-2 {
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 24px;
    line-height: 32px;
  }

  .videotextgs-2.bigscreen {
    display: block;
  }

  .testimonialssectiongs-2 {
    padding: 32px 16px;
  }

  .testimonialsheadinggs-2 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .testimonialnamegs-2 {
    font-size: 20px;
  }

  .testimonialparagraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonialsgridgs-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonialdiv-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .platformssectiongs-2 {
    padding: 32px 16px;
  }

  .platformsheadinggs-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .platformimage-2 {
    width: 250px;
  }

  .platformssubheadinggs-2 {
    font-size: 32px;
  }

  .platformstextgs-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .lottiemenu-2 {
    z-index: 4;
    color: #333;
    -webkit-text-stroke-color: #333;
    width: 50px;
    display: flex;
    position: relative;
  }

  .noccgs-2 {
    text-align: center;
    font-size: 28px;
  }

  .container-56 {
    max-width: 100%;
  }

  .buttonprimary-2 {
    padding: 8px 16px;
    display: block;
  }

  .buttonprimary-2.herosection, .buttonprimary-2.videobutton {
    font-size: 20px;
    display: block;
  }

  .buttonprimary-2.footerbutton {
    font-size: 20px;
  }

  .div-block-27, .div-block-28.desktop {
    display: none;
  }

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

  .container-57 {
    margin-left: 0;
    margin-right: 0;
  }

  .videopopoverdiv-3 {
    width: 100%;
  }

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

  .image-10 {
    z-index: 3;
    position: relative;
  }

  .headerbuttonsdiv-3 {
    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-3 {
    margin-top: 120px;
    padding: 32px 16px;
  }

  .herogsdiv-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .herotext-3 {
    width: 100%;
  }

  .heroimg-3 {
    height: 350px;
    margin-left: 0;
    margin-right: 0;
  }

  .heroheading-3 {
    font-size: 40px;
    line-height: 48px;
  }

  .heroparagraph-3 {
    font-size: 20px;
  }

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

  .link-29 {
    font-size: 16px;
  }

  .iconssection-3 {
    padding: 32px 16px;
  }

  .icontitle-3 {
    margin-top: 26px;
  }

  .iconparagraph-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .videosectiongs-3 {
    padding: 32px 16px;
  }

  .headingvideo-3 {
    font-size: 32px;
  }

  .videotextgs-3 {
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 24px;
    line-height: 32px;
  }

  .videotextgs-3.bigscreen {
    display: block;
  }

  .testimonialssectiongs-3 {
    padding: 32px 16px;
  }

  .testimonialsheadinggs-3 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .testimonialnamegs-3 {
    font-size: 20px;
  }

  .testimonialparagraph-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonialsgridgs-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonialdiv-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .platformssectiongs-3 {
    padding: 32px 16px;
  }

  .platformsheadinggs-3 {
    font-size: 32px;
    line-height: 38px;
  }

  .platformimage-3 {
    width: 250px;
  }

  .platformssubheadinggs-3 {
    font-size: 32px;
  }

  .platformstextgs-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .lottiemenu-3 {
    z-index: 4;
    color: #333;
    -webkit-text-stroke-color: #333;
    width: 50px;
    display: flex;
    position: relative;
  }

  .noccgs-3 {
    text-align: center;
    font-size: 28px;
  }

  .container-58 {
    max-width: 100%;
  }

  .buttonprimary-3 {
    padding: 8px 16px;
    display: block;
  }

  .buttonprimary-3.herosection, .buttonprimary-3.videobutton {
    font-size: 20px;
    display: block;
  }

  .buttonprimary-3.footerbutton {
    font-size: 20px;
  }

  .div-block-29, .div-block-30.desktop {
    display: none;
  }

  .div-block-30.mobile {
    display: block;
  }

  .container-59 {
    margin-left: 0;
    margin-right: 0;
  }

  .videopopoverdiv-4 {
    width: 100%;
  }

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

  .image-12 {
    z-index: 3;
    position: relative;
  }

  .headerbuttonsdiv-4 {
    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-4 {
    margin-top: 120px;
    padding: 32px 16px;
  }

  .herogsdiv-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .herotext-4 {
    width: 100%;
  }

  .heroimg-4 {
    height: 350px;
    margin-left: 0;
    margin-right: 0;
  }

  .heroheading-4 {
    font-size: 40px;
    line-height: 48px;
  }

  .heroparagraph-4 {
    font-size: 20px;
  }

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

  .link-30 {
    font-size: 16px;
  }

  .iconssection-4 {
    padding: 32px 16px;
  }

  .icontitle-4 {
    margin-top: 26px;
  }

  .iconparagraph-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .videosectiongs-4 {
    padding: 32px 16px;
  }

  .headingvideo-4 {
    font-size: 32px;
  }

  .videotextgs-4 {
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 24px;
    line-height: 32px;
  }

  .videotextgs-4.bigscreen {
    display: block;
  }

  .testimonialssectiongs-4 {
    padding: 32px 16px;
  }

  .testimonialsheadinggs-4 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .testimonialnamegs-4 {
    font-size: 20px;
  }

  .testimonialparagraph-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonialsgridgs-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonialdiv-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .platformssectiongs-4 {
    padding: 32px 16px;
  }

  .platformsheadinggs-4 {
    font-size: 32px;
    line-height: 38px;
  }

  .platformimage-4 {
    width: 250px;
  }

  .platformssubheadinggs-4 {
    font-size: 32px;
  }

  .platformstextgs-4 {
    font-size: 24px;
    line-height: 32px;
  }

  .lottiemenu-4 {
    z-index: 4;
    color: #333;
    -webkit-text-stroke-color: #333;
    width: 50px;
    display: flex;
    position: relative;
  }

  .noccgs-4 {
    text-align: center;
    font-size: 28px;
  }

  .container-60 {
    max-width: 100%;
  }

  .buttonprimary-4 {
    padding: 8px 16px;
    display: block;
  }

  .buttonprimary-4.herosection, .buttonprimary-4.videobutton {
    font-size: 20px;
    display: block;
  }

  .buttonprimary-4.footerbutton {
    font-size: 20px;
  }

  .div-block-31, .div-block-32.desktop {
    display: none;
  }

  .div-block-32.mobile {
    display: block;
  }

  .headingvs-3 {
    font-size: 54px;
  }

  .sectionstandard-2 {
    background-attachment: scroll;
  }

  .flexbox-vertical-5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .imagecontainer {
    height: 300px;
  }

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

  .imagecontainer2, .imagecontainer3, .imagecontainer4, .imagecontainer5 {
    height: 300px;
  }

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

  .text-span-3 {
    margin-right: 4px;
  }

  .icon_standard {
    margin-bottom: 5px;
    padding-right: 0;
  }

  .user_info_text {
    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, .footer_heading_vertical.flexbox_centered {
    margin-left: 0;
    margin-right: 0;
  }

  .image-14 {
    width: 100px;
    height: 100px;
  }

  .thankyouheading {
    font-size: 32px;
  }

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

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

  .buttonprimary-5 {
    padding: 8px 16px;
    display: block;
  }

  .buttonprimary-5.herosection, .buttonprimary-5.videobutton {
    font-size: 20px;
    display: block;
  }

  .buttonprimary-5.footerbutton {
    font-size: 20px;
  }
}

@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--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--imagecontainer {
    height: 200px;
  }

  .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--imagecontainer2, .rapidfunnel-components--imagecontainer3, .rapidfunnel-components--imagecontainer4, .rapidfunnel-components--imagecontainer5 {
    height: 200px;
  }

  .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--pagewrapper {
    width: 100vw;
  }

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

  .rapidfunnel-components--bookmebtn {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .form_field-wrapper-3 {
    margin-bottom: 12px;
  }

  .button-group-3, .button-group-3.is-center {
    justify-content: center;
    align-items: center;
  }

  .form_field-2col-2 {
    flex-flow: column;
    display: block;
  }

  .text-size-regular-6 {
    text-align: center;
  }

  .form_field-2col-copy {
    flex-flow: column;
    display: block;
  }

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

  .rf-form-3 {
    max-width: none;
  }

  .button-3-copy.margin-right.margin-xsmall.cta-button-copy {
    margin-right: .5rem;
  }

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

  .button-3.margin-right-2.margin-xsmall-2.cta-button-copy {
    margin-right: .5rem;
  }

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

  .margin-bottom-2.margin-xsmall-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .form_field-wrapper-4 {
    margin-bottom: 12px;
  }

  .custom_lastname, .link-21.custom_phonenumber, .link-21.custom_email {
    font-size: 18px;
  }

  .list-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .flex-block-21 {
    flex-flow: column;
  }

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

  .link-22:hover {
    color: #acacac;
  }

  .list-item-10 {
    display: none;
  }

  .button-group-4 {
    justify-content: center;
    align-items: center;
  }

  .button-26.margin-right-3.margin-xsmall-3.cta-button-copy {
    margin-right: .5rem;
  }

  .button-26.is-secondary.margin-right-3.margin-xsmall-3.cta-button-copy {
    margin-right: 0;
  }

  .form_field-2col {
    flex-flow: column;
    display: block;
  }

  .rl_header26_component-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .rf-form {
    max-width: none;
  }

  .div-block-5-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-3, .text-size-medium-7 {
    text-align: center;
  }

  .layout1_content-2 {
    grid-template-columns: 1fr;
  }

  .text-size-medium-15 {
    text-align: center;
  }

  .layout192_content-2 {
    grid-template-columns: 1fr;
  }

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

  .heading-style-h1-4 {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .text-size-medium-16 {
    font-size: 1.2rem;
    line-height: 25px;
  }

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

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

  .form_field-wrapper-5 {
    margin-bottom: 12px;
  }

  .form_field-2col-3 {
    flex-flow: column;
    display: block;
  }

  .rl_header26_component-copy-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .rf-form-4 {
    max-width: none;
  }

  .div-block-5-copy-copy-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-4.margin-bottom-4.margin-small-4 {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .text-size-medium-17.margin-bottom-4.margin-medium-3 {
    font-size: 1.2rem;
    line-height: 25px;
  }

  .custom_lastname-2 {
    font-size: 1.3rem;
  }

  .custom_firstname-4.text-color-alternate-2, .link-23.custom_phonenumber, .link-23.custom_email {
    font-size: 18px;
  }

  .list-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .flex-block-59 {
    flex-flow: column;
  }

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

  .link-24:hover {
    color: #acacac;
  }

  .list-item-12 {
    display: none;
  }

  .custom_lastname-3 {
    font-size: 1.3rem;
  }

  .custom_firstname-5.text-color-alternate-3, .link-25.custom_phonenumber, .link-25.custom_email {
    font-size: 18px;
  }

  .list-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .flex-block-63 {
    flex-flow: column;
  }

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

  .link-26:hover {
    color: #acacac;
  }

  .list-item-14 {
    display: none;
  }

  .heading-style-h1-4-copy {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .text-size-medium-16-copy {
    font-size: 1.2rem;
    line-height: 25px;
  }

  .heading-style-h1-4-copyna {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .text-size-medium-16-copyna {
    font-size: 1.2rem;
    line-height: 25px;
  }

  .heading-style-h1-4-copyna-copy {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .text-size-medium-16-copyna-copy {
    font-size: 1.2rem;
    line-height: 25px;
  }

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

  .container-large-4 {
    overflow: visible;
  }

  .section_header26-4 {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .text-size-medium-18 {
    font-size: 1.6rem;
  }

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

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

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

  .form_field-wrapper-6 {
    margin-bottom: 12px;
  }

  .button-30.is-form-submit {
    font-size: 1rem;
  }

  .rl_header26_component-copy-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-5-copy-copy-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-size-medium-19 {
    font-size: 1.3rem;
  }

  .form_field-2col-4 {
    flex-flow: column;
    flex: 0 auto;
    display: block;
  }

  .rf-form-5 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    max-width: none;
    overflow: visible;
  }

  .text-size-medium-copy-2.text-align-center-8.margin-top-5.margin-xsmall-5 {
    margin-bottom: .5rem;
    font-size: 1.1rem;
  }

  .video_script {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 0;
  }

  .container_vertical {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading_1 {
    font-size: 48px;
    line-height: 1.2;
  }

  .video_script-2 {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 0;
  }

  .container_vertical-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading_1-2 {
    font-size: 48px;
    line-height: 1.2;
  }

  .video_script-3 {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 0;
  }

  .container_vertical-3 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading_1-3 {
    font-size: 48px;
    line-height: 1.2;
  }

  .video_script-4 {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 0;
  }

  .container_vertical-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading1 {
    font-size: 25px;
    line-height: 1.2;
  }

  .heading2-bold {
    font-size: 32px;
  }

  .heading2-bold.margin_24px {
    font-size: 18px;
  }

  .flexbox-vertical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 15px;
  }

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

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

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

  .padding-section-small-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-large-13.align-center-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-large-5 {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .section_header26-5 {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .heading-style-h1-6 {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .book_me_button_centered {
    margin-left: auto;
    margin-right: auto;
  }

  .form_field-wrapper-7 {
    margin-bottom: 12px;
  }

  .text-size-medium-20 {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }

  .button-group-5, .button-group-5.is-center {
    justify-content: center;
    align-items: center;
  }

  .padding-global-8 {
    padding: 24px;
  }

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

  .form_field-2col-5 {
    flex-flow: column;
    display: block;
  }

  .text-size-regular-7 {
    text-align: center;
  }

  .form_field-2col-copy-2 {
    flex-flow: column;
    display: block;
  }

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

  .rf-form-6 {
    max-width: none;
  }

  .button-3-copy-2.margin-right-4.margin-xsmall-6.cta-button-copy {
    margin-right: .5rem;
  }

  .book_me_button_centered-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .custom_lastname-4 {
    font-size: 1.3rem;
  }

  .custom_lastname-4.text-color-alternate-4, .custom_firstname-6.text-color-alternate-4, .link-27.custom_phonenumber, .link-27.custom_email {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .footer_bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .flex-block-66 {
    flex-flow: column;
  }

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

  .link_standard_light:hover {
    color: #acacac;
  }

  .divider {
    display: none;
  }

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

  .button-31.margin-right-5.margin-xsmall-7.cta-button-copy {
    margin-right: .5rem;
    line-height: 1.3;
  }

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

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

  .section_header26-6 {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .heading-style-h1-7 {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .text-size-medium-21 {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }

  .padding-global-10 {
    padding: 24px;
  }

  .video_script-6 {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 0;
  }

  .button-32.margin-right-6.margin-xsmall-8.cta-button-copy-copy-copy {
    margin-right: .5rem;
    line-height: 1.3;
  }

  .text-size-medium-22 {
    font-size: 1.4rem;
  }

  .heading-style-h2-7 {
    text-align: center;
    line-height: 1.1;
  }

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

  .step_block_image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    height: 350px;
    max-height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

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

  .flex-block-70 {
    padding: 64px 40px;
  }

  .container-36 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
  }

  .video_script-7 {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 0;
  }

  .container_vertical-5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading1-2 {
    font-size: 48px;
    line-height: 1.2;
  }

  .heading2-bold-2 {
    font-size: 32px;
  }

  .video_script-8 {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 0;
  }

  .heading1-3 {
    font-size: 42px;
    line-height: 1.2;
  }

  .heading2-bold-3 {
    font-size: 32px;
  }

  .flexbox-vertical-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .margin-bottom-9.margin-xsmall-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .button-45.margin-right-7.margin-xsmall-9.cta-button-copy-copy-copy {
    margin-right: .5rem;
    line-height: 1.3;
  }

  .heading-style-h2-3-copy {
    text-align: center;
    line-height: 1.1;
  }

  .text-size-medium-7-copy {
    text-align: center;
  }

  .button-group-3-copy-copy {
    justify-content: center;
    align-items: center;
  }

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

  .videowrapper-copy {
    height: 100vh;
    max-height: 15rem;
  }

  .headingvs {
    font-size: 25px;
    line-height: 1.2;
  }

  .heading2-extrabold {
    font-size: 32px;
  }

  .heading2-extrabold.margin_24px {
    font-size: 18px;
  }

  .heading2-extrabold.text-1 {
    font-size: 18px;
    font-weight: 400;
  }

  .heading2-extrabold.margin_24px-copy {
    font-size: 18px;
  }

  .heading2-extrabold.margin_bot_36px-copy {
    font-size: 25px;
  }

  .heading2-extrabold.text-4 {
    font-size: 18px;
    font-weight: 500;
  }

  .heading2-extrabold.margin_24px-copy-copy, .heading2-extrabold.margin_bot_36px-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy, .heading2-extrabold.margin_bot_36px-copy-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy {
    font-size: 18px;
  }

  .heading2-extrabold.margin_bot_36px-copy-copy-copy {
    font-size: 25px;
  }

  .heading2-extrabold.margin_bot_36px-copy-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy-copy, .heading2-extrabold.margin_24px-copy-copy-copy-copy-copy {
    font-size: 18px;
  }

  .flexbox-vertical-3, .flexbox-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .verticalvideodiv {
    width: 100%;
  }

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

  .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy {
    max-width: 350px;
    margin-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy {
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy {
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy {
    max-width: 400px;
    margin-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy, .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy {
    max-width: 350px;
    margin-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy-copy {
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy {
    min-width: 250px;
    max-width: 350px;
    margin-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .button13.margin-right-8.margin-xsmall-10.button-more {
    min-width: 250px;
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-button-copy-copy-copy-copy-copy-copy-copy {
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .button13.margin-right-8.margin-xsmall-10.button-b {
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .button13.margin-right-8.margin-xsmall-10.button-ab {
    max-width: 350px;
    margin-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .button13.margin-right-8.margin-xsmall-10.button-c {
    min-width: 300px;
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .button13.margin-right-8.margin-xsmall-10.button-d {
    min-width: 300px;
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-1 {
    max-width: 350px;
    margin-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .button13.margin-right-8.margin-xsmall-10._32, .button13.margin-right-8.margin-xsmall-10._33 {
    min-width: 270px;
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .button13.margin-right-8.margin-xsmall-10.cta-1-copy {
    min-width: 250px;
    max-width: 350px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .button13.margin-right-8.margin-xsmall-10.button3page2 {
    min-width: 260px;
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .button13.margin-right-8.margin-xsmall-10.button-more-copy {
    min-width: 260px;
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .button13.margin-right-8.margin-xsmall-10.button3page1 {
    min-width: 260px;
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .button13.margin-right-8.margin-xsmall-10._31 {
    min-width: 250px;
    max-width: 350px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .code-embed-9 {
    font-size: 18px;
    line-height: 25px;
  }

  .code-embed-10 {
    margin-bottom: 20px;
  }

  .headingvs-copy, .headingvs-copy-copy, .headingvs-copy-copy-copy, .headingvs-copy-copy-copy, .headingvs-copy-copy-copy-copy {
    font-size: 25px;
    line-height: 1.2;
  }

  .button12 {
    font-size: 18px;
  }

  .button12.button1page2, .button12.buttonb-copy, .button12.button1, .button12.button1page1 {
    font-size: 15px;
  }

  .buttonstandard {
    font-size: 18px;
  }

  .headingvs-2 {
    font-size: 42px;
    line-height: 1.2;
  }

  .heading2-extrabold-2 {
    font-size: 32px;
  }

  .buttonstandard-2 {
    font-size: 18px;
  }

  .flexbox-vertical-4, .flexbox-form-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .verticalvideodiv-2 {
    width: 100%;
  }

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

  .herosectiongs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .herogsdiv, .herotext {
    padding-left: 0;
    padding-right: 0;
  }

  .heroparagraph {
    font-size: 18px;
  }

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

  .iconssection {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .videosectiongs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .videotextgs {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
  }

  .testimonialssectiongs {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .testimonialdiv {
    padding-left: 24px;
    padding-right: 24px;
  }

  .headercabutton {
    display: none;
  }

  .buttonprimary {
    display: block;
  }

  .footer_bottom-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .link_standard_light-3:hover {
    color: #acacac;
  }

  .divider-3 {
    display: none;
  }

  .headerdiv-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-8 {
    height: 40px;
  }

  .herosectiongs-2 {
    margin-top: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .herogsdiv-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .herotext-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heroheading-2 {
    line-height: 52px;
  }

  .heroparagraph-2 {
    font-size: 18px;
    line-height: 22px;
  }

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

  .iconssection-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iconsdiv-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .iconparagraph-2 {
    line-height: 22px;
  }

  .videosectiongs-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headingvideo-2 {
    line-height: 38px;
  }

  .videobuttondiv-2.videobutton {
    width: 100%;
  }

  .videotextgs-2 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .videotextgs-2.bigscreen {
    display: block;
  }

  .testimonialssectiongs-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonialsheadinggs-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonialparagraph-2 {
    line-height: 24px;
  }

  .testimonialsgridgs-2, .testimonialdiv-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .platformsheadinggs-2 {
    line-height: 38px;
  }

  .platformimage-2 {
    width: 175px;
  }

  .platformssubheadinggs-2 {
    line-height: 36px;
  }

  .platformstextgs-2 {
    line-height: 32px;
  }

  .lottiemenu-2 {
    width: 36px;
    height: 36px;
  }

  .noccgs-2 {
    line-height: 32px;
  }

  .buttonprimary-2 {
    display: block;
  }

  .buttonprimary-2.videobutton {
    padding-left: 12px;
    padding-right: 12px;
  }

  .buttonprimary-2.footerbutton {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .buttonprimary-2.cabutton {
    max-width: none;
    padding-left: 12px;
    font-size: 14px;
  }

  .videopopoververdiv {
    width: 100%;
  }

  .footer_bottom-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .link_standard_light-4:hover {
    color: #acacac;
  }

  .divider-4 {
    display: none;
  }

  .headerdiv-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-10 {
    height: 40px;
  }

  .herosectiongs-3 {
    margin-top: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .herogsdiv-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .herotext-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heroheading-3 {
    line-height: 52px;
  }

  .heroparagraph-3 {
    font-size: 18px;
    line-height: 22px;
  }

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

  .iconssection-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iconsdiv-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .iconparagraph-3 {
    line-height: 22px;
  }

  .videosectiongs-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headingvideo-3 {
    line-height: 38px;
  }

  .videobuttondiv-3.videobutton {
    width: 100%;
  }

  .videotextgs-3 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .videotextgs-3.bigscreen {
    display: block;
  }

  .testimonialssectiongs-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonialsheadinggs-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonialparagraph-3 {
    line-height: 24px;
  }

  .testimonialsgridgs-3, .testimonialdiv-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .platformsheadinggs-3 {
    line-height: 38px;
  }

  .platformimage-3 {
    width: 175px;
  }

  .platformssubheadinggs-3 {
    line-height: 36px;
  }

  .platformstextgs-3 {
    line-height: 32px;
  }

  .lottiemenu-3 {
    width: 36px;
    height: 36px;
  }

  .noccgs-3 {
    line-height: 32px;
  }

  .buttonprimary-3 {
    display: block;
  }

  .buttonprimary-3.videobutton {
    padding-left: 12px;
    padding-right: 12px;
  }

  .buttonprimary-3.footerbutton {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .buttonprimary-3.cabutton {
    max-width: none;
    padding-left: 12px;
    font-size: 14px;
  }

  .videopopoververdiv-2 {
    width: 100%;
  }

  .footer_bottom-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .link_standard_light-5:hover {
    color: #acacac;
  }

  .divider-5 {
    display: none;
  }

  .headerdiv-4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-12 {
    height: 40px;
  }

  .herosectiongs-4 {
    margin-top: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .herogsdiv-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .herotext-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .heroheading-4 {
    line-height: 52px;
  }

  .heroparagraph-4 {
    font-size: 18px;
    line-height: 22px;
  }

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

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

  .iconsdiv-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .iconparagraph-4 {
    line-height: 22px;
  }

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

  .headingvideo-4 {
    line-height: 38px;
  }

  .videobuttondiv-4.videobutton {
    width: 100%;
  }

  .videotextgs-4 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .videotextgs-4.bigscreen {
    display: block;
  }

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

  .testimonialsheadinggs-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonialparagraph-4 {
    line-height: 24px;
  }

  .testimonialsgridgs-4, .testimonialdiv-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .platformsheadinggs-4 {
    line-height: 38px;
  }

  .platformimage-4 {
    width: 175px;
  }

  .platformssubheadinggs-4 {
    line-height: 36px;
  }

  .platformstextgs-4 {
    line-height: 32px;
  }

  .lottiemenu-4 {
    width: 36px;
    height: 36px;
  }

  .noccgs-4 {
    line-height: 32px;
  }

  .buttonprimary-4 {
    display: block;
  }

  .buttonprimary-4.videobutton {
    padding-left: 12px;
    padding-right: 12px;
  }

  .buttonprimary-4.footerbutton {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .buttonprimary-4.cabutton {
    max-width: none;
    padding-left: 12px;
    font-size: 14px;
  }

  .videopopoververdiv-3 {
    width: 100%;
  }

  .headingvs-3 {
    font-size: 42px;
    line-height: 1.2;
  }

  .headingvs-3.color-1-fast-start, .headingvs-3.color-1-fast-start-copy, .headingvs-3.color-1-fast-start-copy-copy {
    font-size: 35px;
    line-height: 40px;
  }

  .heading2-extrabold-3 {
    font-size: 32px;
  }

  .heading2-extrabold-3.heading_margin {
    margin-bottom: 24px;
    font-size: 35px;
    line-height: 35px;
  }

  .heading2-extrabold-3.margin-bot-24px.color-3-fast-start, .heading2-extrabold-3.margin-bot-24px.color-5-fast-start {
    font-size: 36px;
  }

  .buttonstandard-3 {
    font-size: 18px;
  }

  .flexbox-vertical-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .imagecontainer {
    height: 200px;
  }

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

  .subheadingvs.heading_margin.color-2-fast-start, .subheadingvs.margin_24px.color-2-fast-start-copy, .subheadingvs.color-2-fast-start {
    font-size: 25px;
    line-height: 30px;
  }

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

  .imagecontainer2 {
    background-position: 50% 0;
    background-size: cover;
    height: 200px;
  }

  .imagecontainer3, .imagecontainer4, .imagecontainer5 {
    height: 200px;
  }

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

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

  .thankyouheading {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-10 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-11 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

  .buttonstandard-4, .buttonstandard-5 {
    font-size: 18px;
  }

  .buttonswrapper.buttondivhide {
    flex-flow: column;
  }

  .buttonstandard3 {
    font-size: 18px;
  }

  .div-block-34 {
    width: 75%;
  }

  .buttonprimary-5 {
    display: block;
  }

  .buttonprimary-5.videobutton {
    padding-left: 12px;
    padding-right: 12px;
  }

  .buttonprimary-5.footerbutton {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .buttonprimary-5.cabutton {
    max-width: none;
    padding-left: 12px;
    font-size: 14px;
  }

  .buttonstandard-6 {
    max-width: none;
    margin-top: 20px;
    padding-top: 12px;
    font-size: 18px;
    display: block;
  }

  .buttondiv-6.buttondivhide-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: 220px;
    max-width: none;
    display: block;
  }

  .buttonstandard-6-copy {
    font-size: 18px;
  }

  .buttonstandard-6-copy.bookmebutton {
    min-width: 220px;
    max-width: none;
    display: block;
  }

  .bookmebtn, .bookmebtn-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .buttonstandard-7, .buttonstandard-7-copy {
    width: auto;
    max-width: 302.6px;
    font-size: 18px;
    display: block;
  }
}

#w-node-_215bb107-346a-a916-5d78-df352900a992-2900a990 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9d71d679-d394-f088-bec6-bc94b5619e40-63150202 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_9d71d679-d394-f088-bec6-bc94b5619dfb-63150202 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9d71d679-d394-f088-bec6-bc94b5619e40-63150202 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9d71d679-d394-f088-bec6-bc94b5619e40-63150202 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_9d5f8e0a-75c6-8ca2-0cb5-345a6f7be70e-17f9a988 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9d5f8e0a-75c6-8ca2-0cb5-345a6f7be72a-17f9a988 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_215bb107-346a-a916-5d78-df352900a992-2900a990 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9d5f8e0a-75c6-8ca2-0cb5-345a6f7be70e-17f9a988, #w-node-_9d5f8e0a-75c6-8ca2-0cb5-345a6f7be72a-17f9a988 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


