@charset "utf-8";

.flex { display: flex; }

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

.flex-wrap { flex-wrap: wrap; }

.flex-grow { flex-grow: 9999; }

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

.h-full { height: 100%; }

.max-w-400 { max-width: 400px; }

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

.d-grid { display: grid; }

.px-0 { padding-left: 0px !important; padding-right: 0px !important; }

.gap-1 { gap: 0.3rem; }

.items-end { align-items: flex-end; }

.relative { position: relative; }

.gap-2 { gap: 0.625rem; }

.mt-20 { margin-top: 20px; }

.mt-8 { margin-top: 32px; }

.ml-3 { margin-left: 0.75rem; }

.mr-10 { margin-right: 10px; }

.mt-4 { margin-top: 1rem; }

.mb-4 { margin-bottom: 1rem; }

.w-100 { width: 100%; }

.h-100 { height: 100%; }

.w-50 { width: 50%; }

.w-25 { width: 25%; }

.mw-100 { max-width: 100%; }

.noBorder { border: none !important; }

.iti__flag { background-image: url("https://stcdn.leadconnectorhq.com/intl-tel-input/17.0.12/img/flags.png"); }

.pointer { cursor: pointer; }

@media (min-resolution: 192dpi) {
  .iti__flag { background-image: url("https://stcdn.leadconnectorhq.com/intl-tel-input/17.0.12/img/flags@2x.png"); }
}

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

@media (min-width: 768px) {
  .hl_wrapper.nav-shrink .hl_wrapper--inner.page-creator, body { padding-top: 0px; }
  .hl_page-creator--menu { left: 0px; top: 0px; z-index: 10; }
  .hl_wrapper { padding-left: 0px; }
}

@media (min-width: 1200px) {
  .hl_wrapper.nav-shrink { padding-left: 0px !important; }
}

html body .hl_wrapper { height: 100vh; overflow: hidden; }

body { margin: 0px; -webkit-font-smoothing: antialiased; }

img { border-style: none; vertical-align: middle; }

.bg-fixed { z-index: -1; }

.progress-outer { background-color: rgb(245, 245, 245); border-radius: inherit; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset; font-size: 14px; height: 35px; line-height: 36px; overflow: hidden; padding-bottom: 0px; padding-top: 0px; width: 100%; }

.progress-inner { box-shadow: rgba(0, 0, 0, 0.15) 0px -1px inset; color: rgb(255, 255, 255); float: left; font-size: 14px; height: 100%; padding-left: 10px; padding-right: 10px; transition: width 0.6s; width: 0px; }

.progress0 { width: 0px; }

.progress10 { width: 10%; }

.progress20 { width: 20%; }

.progress30 { width: 30%; }

.progress40 { width: 40%; }

.progress50 { width: 50%; }

.progress60 { width: 60%; }

.progress70 { width: 70%; }

.progress80 { width: 80%; }

.progress90 { width: 90%; }

.progress100 { width: 100%; }

.progressbarOffsetWhite { background: rgb(245, 245, 245); }

.progressbarOffsetTransparentWhite { background-color: rgba(255, 255, 255, 0.5); }

.progressbarOffsetBlack { background: rgb(51, 51, 51); }

.progressbarOffsetTransparentBlack { background-color: rgba(125, 125, 125, 0.5); }

.text-white { color: rgb(255, 255, 255); }

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

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

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

.progressbarSmall { font-size: 14px; height: 35px; line-height: 36px; }

.progressbarMedium { font-size: 19px; height: 45px; line-height: 45px; }

.progressbarLarge { font-size: 21px; height: 65px; line-height: 65px; }

.recaptcha-container { margin-bottom: 1em; }

.recaptcha-container p { color: red; margin-top: 1em; }

.button-recaptcha-container div:first-child { height: auto !important; width: 100% !important; }

.card-el-error-msg { align-items: center; color: rgb(226, 89, 80); display: flex; font-size: 13px; justify-content: flex-start; padding: 10px 0px; text-align: center; }

.card-el-error-msg svg { color: rgb(248, 113, 113); margin-right: 2px; }

.hl-faq-child-heading { border: none; cursor: pointer; justify-content: space-between; outline: none; padding: 15px; width: 100%; }

.hl-faq-child-head, .hl-faq-child-heading { align-items: center; display: flex; }

.v-enter-active, .v-leave-active { transition: opacity 0.2s ease-out; }

.v-enter-from, .v-leave-to { opacity: 0; }

.faq-separated-child { margin-bottom: 10px; }

.hl-faq-child-panel img { border-radius: 15px; cursor: pointer; }

.hl-faq-child-heading-icon.left { margin-right: 1em; }

.expand-collapse-all-button { background-color: transparent; border: 1px solid rgb(209, 213, 219); border-radius: 15px; color: rgb(59, 130, 246); cursor: pointer; font-size: 12px; font-weight: 400; line-height: 16px; margin: 1em 0px; padding: 5px 15px; }

.hl-faq-child-panel { transition: padding 0.2s; }

.v-spinner .v-moon1 { position: relative; }

.v-spinner .v-moon1, .v-spinner .v-moon2 { animation: 0.6s linear 0s infinite normal forwards running v-moonStretchDelay; }

.v-spinner .v-moon2 { opacity: 0.8; position: absolute; }

.v-spinner .v-moon3 { opacity: 0.1; }

@keyframes v-moonStretchDelay { 
  100% { transform: rotate(1turn); }
}

.generic-error-message { color: red; font-weight: 500; margin-top: 0.5rem; text-align: center; }

#faq-overlay { background: var(--overlay); height: 100vh; opacity: 0.8; width: 100vw; }

#faq-overlay, #faq-popup { position: fixed; z-index: 1000; }

#faq-popup { background: rgb(255, 255, 255); height: auto; left: 50%; margin-left: -250px; margin-top: -250px; top: 50%; width: 500px; }

#popupclose { cursor: pointer; float: right; padding: 10px; }

.popupcontent { height: auto !important; width: 100% !important; }

#button { cursor: pointer; }

.dark { background-color: rgb(0, 0, 0); }

.antialiased { -webkit-font-smoothing: antialiased; }

.spotlight { background: linear-gradient(45deg, rgb(0, 220, 130), rgb(54, 228, 218) 50%, rgb(0, 71, 225)); bottom: -30vh; filter: blur(20vh); height: 40vh; }

.z-10 { z-index: 10; }

.right-0 { right: 0px; }

.left-0 { left: 0px; }

.fixed { position: fixed; }

.text-black { --tw-text-opacity: 1; color: rgba(0,0,0,var(--tw-text-opacity)); }

.overflow-hidden { overflow: hidden; }

.min-h-screen { min-height: 100vh; }

.font-sans { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.place-content-center { place-content: center; }

.grid { display: grid; }

.z-20 { z-index: 20; }

.max-w-520px { max-width: 520px; }

.mb-8 { margin-bottom: 2rem; }

.text-8xl { font-size: 6rem; line-height: 1; }

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

.mb-16 { margin-bottom: 4rem; }

.leading-tight { line-height: 1.25; }

.text-xl { font-size: 1.25rem; line-height: 1.75rem; }

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

@media (min-width: 640px) {
  .sm-text-10xl { font-size: 10rem; line-height: 1; }
  .sm-text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .sm-px-0 { padding-left: 0px; padding-right: 0px; }
}

.full-center { background-position: 50% center !important; background-repeat: repeat !important; background-size: cover !important; }

.fill-width { background-size: 100% !important; }

.fill-width, .fill-width-height { background-repeat: no-repeat !important; }

.fill-width-height { background-size: 100% 100% !important; }

.no-repeat { background-repeat: no-repeat !important; }

.repeat-x { background-repeat: repeat-x !important; }

.repeat-y { background-repeat: repeat-y !important; }

.repeat-x-fix-top { background-position: center top !important; background-repeat: repeat-x !important; }

.repeat-x-fix-bottom { background-position: center bottom !important; background-repeat: repeat-x !important; }

#overlay { height: 100%; inset: 0px; opacity: 0; overflow-y: scroll; position: fixed; transition: opacity 0.3s; width: 100%; z-index: 999; }

#overlay.show { opacity: 1; }

.popup-body { background-color: rgb(255, 255, 255); height: auto; left: 50%; min-height: 180px; position: absolute; top: 10%; transition: transform 0.25s ease-in-out; }

.popup-body, .popup-body.show { transform: translate(-50%); }

.closeLPModal { cursor: pointer; position: absolute; right: -10px; top: -10px; z-index: 21; }

.settingsPModal { font-size: 18px; left: 40%; padding: 10px; position: absolute; top: -40px; width: 32px; }

.c-section > .inner { display: flex; flex-direction: column; justify-content: center; margin: auto; z-index: 2; }

.c-column > .inner { display: flex; flex-direction: column; height: 100%; justify-content: inherit; width: 100% !important; }

.c-wrapper { position: relative; }

.previewer { --vw: 100vh/100; height: calc(-170px + 100vh); margin: auto; overflow: hidden scroll; width: 100%; }

.c-element { position: relative; }

.c-column { flex: 1 1 0%; }

.c-column, .c-row { position: relative; }

p + p { margin-top: auto; }

.hl_page-creator--row.active { border-color: rgb(24, 139, 246); }

.flip-list-move { transition: transform 0.5s; }

.page-wrapper .sortable-ghost::before { border-radius: 4px; content: ""; height: 4px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; background: rgb(24, 139, 246) !important; }

.page-wrapper .sortable-ghost { position: relative; border: none !important; }

.active-drop-area::before { color: gray; content: ""; font-size: 12px; left: 50%; pointer-events: none; position: absolute; top: 50%; transform: translate(-50%, -50%); }

.active-drop-area { border: 1px dashed grey; }

.active-drop-area.is-empty { min-height: 60px; }

.empty-component { align-items: center; border: 1px dashed rgb(215, 221, 233); display: flex; height: 100%; justify-content: center; left: 0px; position: absolute; top: 0px; width: 100%; z-index: 2; }

.empty-component, .empty-component-min-height { min-height: 100px; pointer-events: none; }

.dividerContainer { width: 100%; }

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

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

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

.text-sm { font-size: 0.875rem; }

.w-full { width: 100%; }

.mr-2 { margin-right: 0.5rem; }

.mt-2 { margin-top: 0.5rem; }

.justify-between { justify-content: space-between; }

.text-lg { font-size: 1.125rem; }

.font-base { font-weight: 400; }

.justify-end { justify-content: flex-end; }

.justify-center { justify-content: center !important; }

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

.centered { align-items: center; display: flex; height: 100%; justify-content: center; width: 100%; }

.mx-auto { margin: 0px auto; }

.default-cursor { cursor: default !important; }

@media only screen and (max-width: 767px) {
  .c-row > .inner { flex-direction: column; }
  .desktop-only { display: none; }
  .c-column, .c-row { width: 100% !important; }
  .c-column, .c-column > .inner, .c-row > .inner, .c-section, .c-section > .inner { padding-left: 0px !important; padding-right: 0px !important; }
  .c-column, .c-column > .inner, .c-row { margin-left: 0px !important; margin-right: 0px !important; }
  .c-row { padding-left: 10px !important; padding-right: 10px !important; }
}

@media only screen and (min-width: 768px) {
  .mobile-only { display: none; }
}

.c-button button { outline: none; position: relative; }

.fa, .fab, .fal, .far, .fas { -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; }

.c-column { flex: 1 1 auto !important; }

.c-column > .inner.horizontal > div { flex: 1 1 0%; }

.c-row > .inner { display: flex; width: 100%; }

.c-nested-column .c-row > .inner { width: 100% !important; }

.c-nested-column .inner { border: none !important; }

.bgCover.bg-fixed::before { background-attachment: fixed !important; background-position: 50% center !important; background-repeat: repeat !important; background-size: cover !important; }

@supports (-webkit-touch-callout:inherit) {
  .bgCover.bg-fixed::before { background-attachment: scroll !important; }
}

.bgCover100.bg-fixed::before { background-size: 100% !important; }

.bgCover100.bg-fixed::before, .bgNoRepeat.bg-fixed::before { background-repeat: no-repeat !important; }

.bgRepeatX.bg-fixed::before { background-repeat: repeat-x !important; }

.bgRepeatY.bg-fixed::before { background-repeat: repeat-y !important; }

.bgRepeatXTop.bg-fixed::before { background-position: center top !important; background-repeat: repeat-x !important; }

.bgRepeatXBottom.bg-fixed::before { background-position: center bottom !important; background-repeat: repeat-x !important; }

.bgCover { background-attachment: fixed !important; background-position: 50% center !important; background-repeat: repeat !important; background-size: cover !important; }

@supports (-webkit-touch-callout:inherit) {
  .bgCover { background-attachment: scroll !important; }
}

.bgCover100 { background-size: 100% !important; }

.bgCover100, .bgNoRepeat { background-repeat: no-repeat !important; }

.bgRepeatX { background-repeat: repeat-x !important; }

.bgRepeatY { background-repeat: repeat-y !important; }

.bgRepeatXTop { background-position: center top !important; }

.bgRepeatXBottom, .bgRepeatXTop { background-repeat: repeat-x !important; }

.bgRepeatXBottom { background-position: center bottom !important; }

.cornersTop { border-bottom-left-radius: 0px !important; border-bottom-right-radius: 0px !important; }

.cornersBottom { border-top-left-radius: 0px !important; border-top-right-radius: 0px !important; }

.radius0 { border-radius: 0px; }

.radius1 { border-radius: 1px; }

.radius2 { border-radius: 2px; }

.radius3 { border-radius: 3px; }

.radius4 { border-radius: 4px; }

.radius5 { border-radius: 5px; }

.radius10 { border-radius: 10px; }

.radius15 { border-radius: 15px; }

.radius20 { border-radius: 20px; }

.radius25 { border-radius: 25px; }

.radius50 { border-radius: 50px; }

.radius75 { border-radius: 75px; }

.radius100 { border-radius: 100px; }

.radius125 { border-radius: 125px; }

.radius150 { border-radius: 150px; }

.borderTopBottom { border-bottom-color: rgba(0, 0, 0, 0.7); border-top-color: rgba(0, 0, 0, 0.7); border-left: none !important; border-right: none !important; }

.borderTop { border-top-color: rgba(0, 0, 0, 0.7); border-bottom: none !important; }

.borderBottom, .borderTop { border-left: none !important; border-right: none !important; }

.borderBottom { border-bottom-color: rgba(0, 0, 0, 0.7); border-top: none !important; }

.borderFull { border-color: rgba(0, 0, 0, 0.7); }

@keyframes rocking { 
  0% { transform: rotate(0deg); }
  25% { transform: rotate(0deg); }
  50% { transform: rotate(2deg); }
  75% { transform: rotate(-2deg); }
  100% { transform: rotate(0deg); }
}

.buttonRocking { animation: 2s ease-out 0s infinite normal none running rocking; transition: 0.2s; }

.buttonPulseGlow { animation: 2s ease-in-out 0s infinite normal none running pulseGlow; }

@keyframes pulseGlow { 
  0% { box-shadow: rgba(255, 255, 255, 0) 0px 0px; }
  25% { box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 2.5px 1px; }
  50% { box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 5px 2px; }
  85% { box-shadow: rgba(255, 255, 255, 0) 0px 0px 5px 5px; }
  100% { box-shadow: rgba(255, 255, 255, 0) 0px 0px; }
}

.buttonBounce { animation: 1.5s ease-in 0s infinite normal none running bounce; transition: 0.2s; }

@keyframes bounce { 
  15% { box-shadow: transparent 0px 0px 0px 0px; transform: translateY(0px); }
  35% { box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 5px -5px; transform: translateY(-35%); }
  45% { box-shadow: transparent 0px 0px 0px 0px; transform: translateY(0px); }
  55% { box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 4px -4px; transform: translateY(-20%); }
  70% { box-shadow: transparent 0px 0px 0px 0px; transform: translateY(0px); }
  80% { box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 3px -3px; transform: translateY(-10%); }
  90% { box-shadow: transparent 0px 0px 0px 0px; transform: translateY(0px); }
  95% { box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px -3px; transform: translateY(-2%); }
  99% { box-shadow: transparent 0px 0px 0px 0px; transform: translateY(0px); }
  100% { box-shadow: transparent 0px 0px 0px 0px; transform: translateY(0px); }
}

@keyframes elevate { 
  0% { box-shadow: transparent 0px 0px 0px 0px; transform: translateY(0px); }
  100% { box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 5px -5px; transform: translateY(-10px); }
}

.buttonElevate:hover { animation: 0.2s ease 0s 1 normal forwards running elevate; }

.buttonElevate { box-shadow: transparent 0px 0px 0px 0px; transition: 0.2s; }

.buttonWobble { transition: 0.3s; }

.buttonWobble:hover { animation: 0.5s ease-in-out 0s 1 normal none running wobble; }

@keyframes wobble { 
  0% { transform: skew(0deg); }
  25% { transform: skew(10deg); }
  50% { transform: skew(0deg); }
  75% { transform: skew(-10deg); }
  100% { transform: skew(0deg); }
}

.image-container img { max-width: 100%; vertical-align: middle; }

.sub-text ::placeholder { color: rgb(0, 0, 0); opacity: 1; }

.image-container { height: 100%; width: 100%; }

.shadow5inner { box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px inset; }

.shadow10inner { box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px inset; }

.shadow20inner { box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px inset; }

.shadow30inner { box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px 2px inset; }

.shadow40inner { box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px 2px inset; }

.shadow5 { box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px; }

.shadow10 { box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px; }

.shadow20 { box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px; }

.shadow30 { box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px 2px; }

.shadow40 { box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px 2px; }

.sub-heading-button { color: rgb(255, 255, 255); font-weight: 400; line-height: normal; opacity: 0.8; text-align: center; }

.wideSection { max-width: 1120px; }

.midWideSection, .wideSection { margin-left: auto !important; margin-right: auto !important; }

.midWideSection { max-width: 960px; }

.midSection { max-width: 720px; margin-left: auto !important; margin-right: auto !important; }

.c-section > .inner { margin-left: auto; margin-right: auto; max-width: 1170px; width: 100%; }

.c-column { padding-left: 15px; padding-right: 15px; }

.feature-img-circle img, .img-circle, .img-circle img { border-radius: 50% !important; }

.feature-img-round-corners img, .img-round-corners, .img-round-corners img { border-radius: 5px; }

.feature-image-dark-border img, .image-dark-border { border: 3px solid rgba(0, 0, 0, 0.7); }

.feature-image-white-border img, .image-white-border { border: 3px solid rgb(255, 255, 255); }

.img-grey, .img-grey img { filter: grayscale(100%); transition: 0.6s; }

.button-shadow1 { box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px; }

.button-shadow2 { box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 5px; }

.button-shadow3 { box-shadow: rgba(0, 0, 0, 0.7) 0px 1px 5px; }

.button-shadow4 { box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 1px; }

.button-shadow5 { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 25px, rgba(0, 0, 0, 0.2) 0px 0px 15px, rgba(0, 0, 0, 0.4) 0px 0px 3px; }

.button-shadow6 { box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 25px, rgba(255, 255, 255, 0.2) 0px 0px 15px, rgba(255, 255, 255, 0.4) 0px 0px 3px; }

.button-shadow-sharp1 { box-shadow: rgba(255, 255, 255, 0.2) 0px 1px inset; }

.button-shadow-sharp2 { box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset; }

.button-shadow-sharp3 { box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 2px inset; }

.button-shadow-highlight { box-shadow: none; }

.button-shadow-highlight:hover { box-shadow: rgba(255, 255, 255, 0.22) 0px 0px inset, rgba(255, 255, 255, 0.12) 0px 233px 233px inset; }

.button-flat-line { border-width: 2px; background-color: transparent !important; }

.button-vp-5 { padding-bottom: 5px !important; padding-top: 5px !important; }

.button-vp-10 { padding-bottom: 10px !important; padding-top: 10px !important; }

.button-vp-15 { padding-bottom: 15px !important; padding-top: 15px !important; }

.button-vp-20 { padding-bottom: 20px !important; padding-top: 20px !important; }

.button-vp-25 { padding-bottom: 25px !important; padding-top: 25px !important; }

.button-vp-30 { padding-bottom: 30px !important; padding-top: 30px !important; }

.button-vp-40 { padding-bottom: 40px !important; padding-top: 40px !important; }

.button-vp-0 { padding-bottom: 0px !important; padding-top: 0px !important; }

.button-hp-5 { padding-left: 5px !important; padding-right: 5px !important; }

.button-hp-10 { padding-left: 10px !important; padding-right: 10px !important; }

.button-hp-15 { padding-left: 15px !important; padding-right: 15px !important; }

.button-hp-20 { padding-left: 20px !important; padding-right: 20px !important; }

.button-hp-25 { padding-left: 25px !important; padding-right: 25px !important; }

.button-hp-30 { padding-left: 30px !important; padding-right: 30px !important; }

.button-hp-40 { padding-left: 40px !important; padding-right: 40px !important; }

.button-hp-0 { padding-left: 0px !important; padding-right: 0px !important; }

.vs__dropdown-toggle { background: rgb(243, 248, 251) !important; border: none !important; height: 43px !important; }

.row-align-center { margin: 0px auto; }

.row-align-left { margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: 0px !important; }

.row-align-right { margin-top: 0px; margin-bottom: 0px; margin-left: auto; margin-right: 0px !important; }

button, input, optgroup, select, textarea { border-radius: unset; font-family: unset; font-size: unset; line-height: unset; margin: unset; text-transform: unset; }

body { overflow-wrap: break-word; font-weight: unset !important; line-height: unset !important; }

*, ::after, ::before { box-sizing: border-box; }

.main-heading-group > div { display: inline-block; }

.c-button span.main-heading-group, .c-button span.sub-heading-group { display: block; }

.time-grid-3 { grid-template-columns: repeat(3, 100px); }

.time-grid-3, .time-grid-4 { display: grid; text-align: center; }

.time-grid-4 { grid-template-columns: repeat(4, 100px); }

@media screen and (max-width: 767px) {
  .time-grid-3 { grid-template-columns: repeat(3, 80px); }
  .time-grid-4 { grid-template-columns: repeat(4, 70px); }
}

.time-grid .timer-box { display: grid; font-size: 15px; grid-template-columns: 1fr; text-align: center; }

.timer-box .label { font-weight: 300; }

.c-button button { cursor: pointer; }

.c-button > a { text-decoration: none; }

.c-button > a, .c-button > a span { display: inline-block; }

.nav-menu-wrapper { display: flex; justify-content: space-between; }

.nav-menu-wrapper.default { flex-direction: row; }

.nav-menu-wrapper.reverse { flex-direction: row-reverse; }

.nav-menu-wrapper .branding { align-items: center; display: flex; }

.nav-menu-wrapper.default .branding { flex-direction: row; }

.nav-menu-wrapper.reverse .branding { flex-direction: row-reverse; }

.nav-menu-wrapper.default .branding .logo, .nav-menu-wrapper.reverse .branding .title { margin-right: 18px; }

.nav-menu-wrapper .branding .title { align-items: center; display: flex; min-height: 50px; min-width: 50px; }

.nav-menu { align-items: center; display: flex; flex-wrap: wrap; list-style: none; margin: 0px; padding: 0px; }

.nav-menu a { text-decoration: none; }

.dropdown { display: inline-block; position: relative; }

.dropdown .dropdown-menu { border: none; box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 5px; }

.dropdown-menu { background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.3125rem; color: rgb(96, 113, 121); display: none; float: left; font-size: 1rem; left: 0px; list-style: none; margin: 0.125rem 0px 0px; min-width: 10rem; padding: 0.5rem 0px; position: absolute; text-align: left; top: 100%; z-index: 1000; }

.nav-menu .nav-menu-item.dropdown:hover > .dropdown-menu { display: block; }

.nav-menu .dropdown-menu { display: none; list-style: none; margin: 0px; padding: 0px; }

.nav-menu-mobile { display: none; }

.nav-menu-mobile i { cursor: pointer; font-size: 24px; }

#nav-menu-popup { background: var(--overlay); display: none; height: 100%; inset: 0px; opacity: 0; position: fixed; transition: opacity 0.3s; width: 100%; z-index: 100; }

#nav-menu-popup.show { opacity: 1; }

#nav-menu-popup .nav-menu-body { background-color: rgb(255, 255, 255); height: 100%; left: 0px; overflow: auto; padding: 45px; position: absolute; top: 0px; width: 100%; }

#nav-menu-popup .nav-menu-body .close-menu { cursor: pointer; position: absolute; right: 20px; top: 20px; z-index: 100; }

#nav-menu-popup .nav-menu-body .close-menu::before { content: ""; }

#nav-menu-popup .nav-menu { align-items: center; display: flex; flex-direction: column; list-style: none; margin: 0px; padding: 0px; }

#nav-menu-popup .nav-menu .nav-menu-item { list-style: none; text-align: left; user-select: none; width: 100%; }

#nav-menu-popup .nav-menu .nav-menu-item .nav-menu-item-content { display: flex; position: relative; }

#nav-menu-popup .nav-menu-item .nav-menu-item-title { flex-grow: 1; margin: 0px 1rem; max-width: calc(100% - 2rem); }

#nav-menu-popup .nav-menu .nav-menu-item .nav-menu-item-content .nav-menu-item-toggle { cursor: pointer; font-size: 24px; position: absolute; right: 0px; top: calc(50% - 12px); }

#nav-menu-popup .nav-menu .nav-menu-item .nav-menu-item-content .nav-menu-item-toggle i { font-size: 24px; transition: transform 0.2s; }

#nav-menu-popup .nav-menu .nav-menu-item .nav-menu-item-content .nav-menu-item-toggle i::before { content: ""; }

#nav-menu-popup .nav-menu .nav-menu-item.active .nav-menu-item-content .nav-menu-item-toggle i { transform: rotate(-180deg); }

#nav-menu-popup .nav-menu .nav-menu-item .nav-dropdown-menu { display: none; max-height: 0px; opacity: 0; overflow: auto; padding: 0px; transition: 0.3s ease-in-out; visibility: hidden; }

#nav-menu-popup .nav-menu .nav-menu-item.active .nav-dropdown-menu { display: block; max-height: 600px; opacity: 1; visibility: visible; }

.form-error { border: 2px solid var(--red); border-radius: 8px; cursor: pointer; font-size: 20px; margin-bottom: 10px; padding: 6px 12px; text-align: center; }

.form-error, .form-error i { color: var(--red); }

.c-bullet-list ul li { line-height: inherit; }

.c-bullet-list ul li.ql-indent-1 { padding-left: 4.5em; }

.c-bullet-list ul li.ql-indent-2 { padding-left: 7.5em; }

.c-bullet-list ul li.ql-indent-3 { padding-left: 10.5em; }

.c-bullet-list ul li.ql-indent-4 { padding-left: 13.5em; }

.c-bullet-list ul li.ql-indent-5 { padding-left: 16.5em; }

.c-bullet-list ul li.ql-indent-6 { padding-left: 19.5em; }

.c-bullet-list ul li.ql-indent-7 { padding-left: 22.5em; }

.c-bullet-list ul li.ql-indent-8 { padding-left: 25.5em; }

.c-rich-text .list-disc { list-style-type: disc; }

.c-rich-text .list-square { list-style-type: square; }

.c-rich-text .list-none { list-style-type: none; }

.c-rich-text .list-circle { list-style-type: circle; }

.c-rich-text .list-decimal { list-style-type: decimal; }

.c-rich-text .list-upper-alpha { list-style-type: upper-alpha; }

.c-rich-text .list-lower-alpha { list-style-type: lower-alpha; }

.c-rich-text .list-upper-roman { list-style-type: upper-roman; }

.c-rich-text .list-lower-roman { list-style-type: lower-roman; }

.text-output ul li { padding-left: 1.5em; }

.text-output ul li::before { display: inline-block; font-weight: 700; margin-left: -1.5em; margin-right: 0.3em; text-align: right; white-space: nowrap; width: 1.2em; }

.svg-component svg { max-height: 100%; max-width: 100%; }

.border1 { border-bottom: 3px solid rgba(0, 0, 0, 0.2) !important; }

.border2 { border: 2px solid rgba(0, 0, 0, 0.55); }

.border3 { border-style: solid; border-color: rgba(0, 0, 0, 0.15); border-image: initial; border-width: 1px 1px 2px; padding: 5px; }

.border4 { border-style: solid; border-color: rgba(0, 0, 0, 0.35); border-image: initial; border-width: 1px 1px 2px; padding: 1px !important; }

.shadow1 { box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 6px -6px; }

.shadow2 { box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 3px, rgba(0, 0, 0, 0.15) 0px 0px 2px; }

.shadow3 { box-shadow: rgb(153, 153, 153) 0px 10px 6px -6px; }

.shadow4 { box-shadow: rgba(33, 33, 33, 0.66) 3px 3px 15px; }

.shadow6 { box-shadow: rgb(221, 221, 221) 0px 10px 1px, rgb(204, 204, 204) 0px 10px 20px; }

.background { background-color: unset !important; }

@keyframes progress-bar-animation { 
  100% { background-position: 0px -3000px; }
}

@keyframes gradient { 
  0% { background-position: 0px 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0px 50%; }
}

h1, h2, h3, h4, h5, h6 { font-weight: 500; margin: unset; }

p { margin: unset; }

.c-bullet-list, .c-faq, .c-heading, .c-image-feature, .c-paragraph, .c-sub-heading { word-break: break-word; }

h1:empty::after, h2:empty::after, h3:empty::after, h4:empty::after, h5:empty::after, h6:empty::after, p:empty::after { content: " "; }

.w-3-4 { width: 75%; }

.w-1-2 { width: 50%; }

.tabs-container { display: flex; }

@media screen and (max-width: 767px) {
  .nav-menu { display: none; }
  .nav-menu-mobile { align-items: center; display: flex; }
  #faq-popup { left: 5px !important; margin-left: 0px !important; width: 98% !important; }
  .video-container { width: 100% !important; }
  .autoplay .vjs-big-play-button { display: none !important; }
  .autoplay:hover .vjs-control-bar { display: flex !important; }
}

@font-face { font-display: swap; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 400; src: url("https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"); }

.far { font-weight: 400; }

@font-face { font-display: swap; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; src: url("https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"); }

.fa, .far, .fas { font-family: "Font Awesome 5 Free"; }

.fa, .fas { font-weight: 900; }

@font-face { font-display: swap; font-family: "Font Awesome 5 Brands"; font-style: normal; font-weight: 400; src: url("https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"); }

.fab { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

:root { --animate-duration: 1s; --animate-delay: 1s; --animate-repeat: 1; }

.animate__animated { animation-duration: var(--animate-duration); animation-fill-mode: both; }

@media (prefers-reduced-motion: reduce), print {
  .animate__animated { animation-duration: 1ms !important; animation-iteration-count: 1 !important; transition-duration: 1ms !important; }
  .animate__animated[class*="Out"] { opacity: 0; }
}

@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.animate__fadeIn { animation-name: fadeIn; }

@keyframes fadeInUp { 
  0% { opacity: 0; transform: translate3d(0px, 100%, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}

.animate__fadeInUp { animation-name: fadeInUp; }

@keyframes fadeInDown { 
  0% { opacity: 0; transform: translate3d(0px, -100%, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}

.animate__fadeInDown { animation-name: fadeInDown; }

@keyframes fadeInLeft { 
  0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}

.animate__fadeInLeft { animation-name: fadeInLeft; }

@keyframes fadeInRight { 
  0% { opacity: 0; transform: translate3d(100%, 0px, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}

.animate__fadeInRight { animation-name: fadeInRight; }

@keyframes slideInUp { 
  0% { opacity: 0; transform: translate3d(0px, 100%, 0px); visibility: visible; }
  100% { opacity: 1; transform: translateZ(0px); }
}

.animate__slideInUp { animation-name: slideInUp; }

@keyframes slideInDown { 
  0% { opacity: 0; transform: translate3d(0px, -100%, 0px); visibility: visible; }
  100% { opacity: 1; transform: translateZ(0px); }
}

.animate__slideInDown { animation-name: slideInDown; }

@keyframes slideInLeft { 
  0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); visibility: visible; }
  100% { opacity: 1; transform: translateZ(0px); }
}

.animate__slideInLeft { animation-name: slideInLeft; }

@keyframes slideInRight { 
  0% { opacity: 0; transform: translate3d(100%, 0px, 0px); visibility: visible; }
  100% { opacity: 1; transform: translateZ(0px); }
}

.animate__slideInRight { animation-name: slideInRight; }

@keyframes bounceIn { 
  0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  20% { transform: scale3d(1.1, 1.1, 1.1); }
  40% { transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); }
  80% { transform: scale3d(0.97, 0.97, 0.97); }
  100% { opacity: 1; transform: scaleX(1); }
}

.animate__bounceIn { animation-duration: calc(var(--animate-duration)*.75); animation-name: bounceIn; }

@keyframes bounceInUp { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, 3000px, 0px) scaleY(5); }
  60% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); }
  75% { transform: translate3d(0px, 10px, 0px) scaleY(0.95); }
  90% { transform: translate3d(0px, -5px, 0px) scaleY(0.985); }
  100% { transform: translateZ(0px); }
}

.animate__bounceInUp { animation-name: bounceInUp; }

@keyframes bounceInDown { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, -3000px, 0px) scaleY(3); }
  60% { opacity: 1; transform: translate3d(0px, 25px, 0px) scaleY(0.9); }
  75% { transform: translate3d(0px, -10px, 0px) scaleY(0.95); }
  90% { transform: translate3d(0px, 5px, 0px) scaleY(0.985); }
  100% { transform: translateZ(0px); }
}

.animate__bounceInDown { animation-name: bounceInDown; }

@keyframes bounceInLeft { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px) scaleX(3); }
  60% { opacity: 1; transform: translate3d(25px, 0px, 0px) scaleX(1); }
  75% { transform: translate3d(-10px, 0px, 0px) scaleX(0.98); }
  90% { transform: translate3d(5px, 0px, 0px) scaleX(0.995); }
  100% { transform: translateZ(0px); }
}

.animate__bounceInLeft { animation-name: bounceInLeft; }

@keyframes bounceInRight { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(3000px, 0px, 0px) scaleX(3); }
  60% { opacity: 1; transform: translate3d(-25px, 0px, 0px) scaleX(1); }
  75% { transform: translate3d(10px, 0px, 0px) scaleX(0.98); }
  90% { transform: translate3d(-5px, 0px, 0px) scaleX(0.995); }
  100% { transform: translateZ(0px); }
}

.animate__bounceInRight { animation-name: bounceInRight; }

@keyframes flip { 
  0% { animation-timing-function: ease-out; opacity: 0; transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(-1turn); }
  40% { animation-timing-function: ease-out; transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); }
  50% { animation-timing-function: ease-in; transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); }
  80% { animation-timing-function: ease-in; transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0px) rotateY(0deg); }
  100% { animation-timing-function: ease-in; opacity: 1; transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(0deg); }
}

.animate__animated.animate__flip { animation-name: flip; backface-visibility: visible; }

@keyframes flipInX { 
  0% { animation-timing-function: ease-in; opacity: 0; transform: perspective(400px) rotateX(90deg); }
  40% { animation-timing-function: ease-in; transform: perspective(400px) rotateX(-20deg); }
  60% { opacity: 1; transform: perspective(400px) rotateX(10deg); }
  80% { transform: perspective(400px) rotateX(-5deg); }
  100% { transform: perspective(400px); }
}

.animate__flipInX { animation-name: flipInX; backface-visibility: visible !important; }

@keyframes flipInY { 
  0% { animation-timing-function: ease-in; opacity: 0; transform: perspective(400px) rotateY(90deg); }
  40% { animation-timing-function: ease-in; transform: perspective(400px) rotateY(-20deg); }
  60% { opacity: 1; transform: perspective(400px) rotateY(10deg); }
  80% { transform: perspective(400px) rotateY(-5deg); }
  100% { transform: perspective(400px); }
}

.animate__flipInY { animation-name: flipInY; backface-visibility: visible !important; }

@keyframes rollIn { 
  0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate(-120deg); }
  100% { opacity: 1; transform: translateZ(0px); }
}

.animate__rollIn { animation-name: rollIn; }

@keyframes zoomIn { 
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; }
}

.animate__zoomIn { animation-name: zoomIn; }

@keyframes lightSpeedInLeft { 
  0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) skew(30deg); }
  60% { opacity: 1; transform: skew(-20deg); }
  80% { transform: skew(5deg); }
  100% { transform: translateZ(0px); }
}

.animate__lightSpeedInLeft { animation-name: lightSpeedInLeft; animation-timing-function: ease-out; }

@keyframes lightSpeedInRight { 
  0% { opacity: 0; transform: translate3d(100%, 0px, 0px) skew(-30deg); }
  60% { opacity: 1; transform: skew(20deg); }
  80% { transform: skew(-5deg); }
  100% { transform: translateZ(0px); }
}

.animate__lightSpeedInRight { animation-name: lightSpeedInRight; animation-timing-function: ease-out; }