:root {
  --primary: #37ca37;
  --secondary: #188bf6;
  --white: #ffffff;
  --gray: #cbd5e0;
  --black: #000000;
  --red: #e93d3d;
  --orange: #f6ad55;
  --yellow: #faf089;
  --green: #9ae6b4;
  --teal: #81e6d9;
  --malibu: #63b3ed;
  --indigo: #757bbd;
  --purple: #d6bcfa;
  --pink: #fbb6ce;
  --transparent: transparent;
  --overlay: rgba(0, 0, 0, 0.5);
  --color-lq7k073j: #eff2ff;
  --color-lq7lblc6: #5b5b5b;
  --color-lq7mz8bh: #2446f5;
  --color-lq7pfsbn: #4f4f4f;
  --color-lq7ph54i: #ececec;
  --color-lq7uozq5: #7a7a7a;
  --color-lxbohai4: #f4f7f9;
  --color-lxbojme3: #d0e7fd;
  --color-mcc8xvvd: #0ad283;
  --color-mcc92ot9: #0fa457;
  --color-mcc96ocf: #f6effc;
  --color-mccaepeo: #ecfff6;
  --arial: "Arial";
  --lato: "Lato";
  --open-sans: "Open Sans";
  --montserrat: "Montserrat";
  --roboto: "Roboto";
  --inter: "Inter";
  --dm-sans: "DM Sans";
  --headlinefont: "DM Sans";
  --contentfont: "DM Sans";
  --text-color: #000000;
  --link-color: #188bf6;
}

.bg-fixed {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  overflow: auto;
  background-color: var(--white);
}

.drop-zone-draggable .hl_main_popup {
  padding: 20px;
  margin-top: 0;
  border-color: var(--gray);
  border-width: 10px;
  border-style: solid;
  background-color: var(--white);
  width: 720px;
}

.drop-zone-draggable .row-1cxqUinSpB {
  margin: 0 auto;
}

.drop-zone-draggable .row-1cxqUinSpB {
  box-shadow: none;
  padding: 10px 5px;
  background-color: var(--transparent);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  width: 100%;
}

.drop-zone-draggable .col-prcUNzWKoA {
  box-shadow: none;
  padding: 10px 5px;
  background-color: var(--transparent);
  width: 100%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0;
}

.drop-zone-draggable .form-EXpSkqCOaK {
  margin: 0;
}

.drop-zone-draggable .cform-EXpSkqCOaK {
  padding: 0;
}

#hl_main_popup.popup-body {
  position: absolute !important;
  left: 50% !important;
  bottom: auto !important;
  transform: translate(-50%, 0) !important;
  right: auto !important;
  padding: 20px;
  margin-top: 0;
  border-color: var(--gray);
  border-width: 10px;
  border-style: solid;
  background-color: var(--white);
  width: 720px;
}

.--mobile #hl_main_popup.popup-body {
  width: 380px !important;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  #hl_main_popup.popup-body {
    width: 380px !important;
  }
}

#col-prcUNzWKoA>.inner {
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  flex-wrap: nowrap;
}

.drop-zone-draggable .hl_main_popup-4GLCGjd_4J {
  padding: 20px;
  margin-top: 0;
  border-color: var(--gray);
  border-width: 10px;
  border-style: solid;
  background-color: var(--white);
  width: 720px;
}

.drop-zone-draggable .row-1cxqUinSpB {
  margin: 0 auto;
}

.drop-zone-draggable .row-1cxqUinSpB {
  box-shadow: none;
  padding: 10px 5px;
  background-color: var(--transparent);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  width: 100%;
}

.drop-zone-draggable .col-prcUNzWKoA {
  box-shadow: none;
  padding: 10px 5px;
  background-color: var(--transparent);
  width: 100%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0;
}

.drop-zone-draggable .form-KlRhrT-zSC {
  margin: 0;
}

.drop-zone-draggable .cform-KlRhrT-zSC {
  padding: 0;
}

#hl_main_popup-4GLCGjd_4J.popup-body {
  position: absolute !important;
  left: 50% !important;
  bottom: auto !important;
  transform: translate(-50%, 0) !important;
  right: auto !important;
  padding: 20px;
  margin-top: 0;
  border-color: var(--gray);
  border-width: 10px;
  border-style: solid;
  background-color: var(--white);
  width: 720px;
}

.--mobile #hl_main_popup-4GLCGjd_4J.popup-body {
  width: 380px !important;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  #hl_main_popup-4GLCGjd_4J.popup-body {
    width: 380px !important;
  }
}

#col-prcUNzWKoA>.inner {
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {

  /* Adjust this breakpoint as needed */
  .mobile-column-reverse {
    /* Target the parent container */
    display: flex !important;
    flex-direction: column-reverse !important;
    /* Reverse the column order */
  }

  .LogoContainer {
    max-width: 240px;
    margin-bottom: 8px;
  }
}

/* ---- Section styles ----- */
:root {
  --white: #ffffff;
  --black: #000000;
  --transparent: transparent;
}

.hl_page-preview--content .section-da8_I8CtU1 {
  padding: 20px 0;
  margin-top: 0;
  background-color: var(--black);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
}

.hl_page-preview--content .row-8x4QS1Ypgl {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.hl_page-preview--content .col-oL6ERhJBMA,
.hl_page-preview--content .csub-heading-mQAiv_ufCs,
.hl_page-preview--content .row-8x4QS1Ypgl {
  background-color: var(--transparent);
  padding: 0;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
}

.hl_page-preview--content .col-oL6ERhJBMA {
  width: 100%;
  margin: 0;
}

.hl_page-preview--content #sub-heading-mQAiv_ufCs {
  margin-top: 0;
  margin-bottom: 0;
}

.hl_page-preview--content .csub-heading-mQAiv_ufCs {
  font-family: var(--headlinefont);
  color: var(--white);
  icon-color: var(--text-color);
  font-weight: 400;
  opacity: 1;
  text-shadow: 0 0 0 transparent;
  line-height: 1.3em;
  letter-spacing: 0;
  text-align: center;
}

#section-da8_I8CtU1>.inner {
  max-width: 1170px;
}

#col-oL6ERhJBMA>.inner {
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  flex-wrap: nowrap;
}

.sub-heading-mQAiv_ufCs {
  font-weight: undefined;
}

.sub-heading-mQAiv_ufCs strong {
  color: var(--white);
}

.sub-heading-mQAiv_ufCs em,
.sub-heading-mQAiv_ufCs u {
  color: var(--text-color);
}

.sub-heading-mQAiv_ufCs a,
.sub-heading-mQAiv_ufCs a * {
  color: var(--link-color);
  text-decoration: none;
}

.sub-heading-mQAiv_ufCs a u,
.sub-heading-mQAiv_ufCs a:hover {
  text-decoration: underline;
}

.sub-heading-mQAiv_ufCs a s {
  text-decoration: line-through;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .sub-heading-mQAiv_ufCs h1,
  .sub-heading-mQAiv_ufCs h2,
  .sub-heading-mQAiv_ufCs h3,
  .sub-heading-mQAiv_ufCs h4,
  .sub-heading-mQAiv_ufCs h5,
  .sub-heading-mQAiv_ufCs h6,
  .sub-heading-mQAiv_ufCs ul li,
  .sub-heading-mQAiv_ufCs.text-output {
    font-size: 19px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .sub-heading-mQAiv_ufCs h1,
  .sub-heading-mQAiv_ufCs h2,
  .sub-heading-mQAiv_ufCs h3,
  .sub-heading-mQAiv_ufCs h4,
  .sub-heading-mQAiv_ufCs h5,
  .sub-heading-mQAiv_ufCs h6,
  .sub-heading-mQAiv_ufCs ul li,
  .sub-heading-mQAiv_ufCs.text-output {
    font-size: 21px !important;
    font-weight: undefined;
  }
}

.sub-heading-mQAiv_ufCs.text-output h1:first-child:before,
.sub-heading-mQAiv_ufCs.text-output h2:first-child:before,
.sub-heading-mQAiv_ufCs.text-output h3:first-child:before,
.sub-heading-mQAiv_ufCs.text-output h4:first-child:before,
.sub-heading-mQAiv_ufCs.text-output h5:first-child:before,
.sub-heading-mQAiv_ufCs.text-output h6:first-child:before,
.sub-heading-mQAiv_ufCs.text-output p:first-child:before {
  color: var(--text-color);
  content: '\';
 font-family: '';
  margin-right: 5px;
  font-weight: 700
}

/* ---- Section styles ----- */
:root {
  --white: #ffffff;
  --black: #000000;
  --green: #9ae6b4;
  --transparent: transparent;
  --color-mcc92ot9: #0fa457
}

.hl_page-preview--content .section-K3LTWrDX8t {
  padding: 50px 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--white);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid
}

@media screen and (min-width:0px) and (max-width:480px) {
  .hl_page-preview--content .section-K3LTWrDX8t {
    padding-top: 10px
  }
}

.hl_page-preview--content .col-Kr66Q6UNtR,
.hl_page-preview--content .row-R1deSRivdP {
  margin: 0 auto;
  box-shadow: none;
  padding: 15px 0;
  background-color: var(--transparent);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  width: 100%
}

.hl_page-preview--content .col-Kr66Q6UNtR {
  padding: 10px 5px;
  margin: 0
}

.hl_page-preview--content #paragraph-Rjw46tRPKZ,
.hl_page-preview--content #sub-heading-FrFNwPNZfK {
  margin: 0
}

.hl_page-preview--content .cparagraph-Rjw46tRPKZ {
  font-family: var(--contentfont);
  color: var(--text-color);
  icon-color: var(--text-color);
  font-weight: medium;
  padding: 20px;
  opacity: 1;
  text-shadow: none;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: 0;
  text-align: left
}

.hl_page-preview--content .col--aI7qk-KrG,
.hl_page-preview--content .cparagraph-Rjw46tRPKZ,
.hl_page-preview--content .csub-heading-FrFNwPNZfK {
  box-shadow: none;
  background-color: var(--transparent);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid
}

.hl_page-preview--content .csub-heading-FrFNwPNZfK {
  font-family: var(--headlinefont);
  color: var(--text-color);
  icon-color: var(--text-color);
  font-weight: 400;
  padding: 0 0 0 20px;
  opacity: 1;
  text-shadow: none;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: 0;
  text-align: left
}

.hl_page-preview--content .col--aI7qk-KrG {
  padding: 10px 5px;
  width: 100%;
  margin: 0
}

.hl_page-preview--content .image-VelYqZsIvv {
  margin: 0
}

.hl_page-preview--content .image-VelYqZsIvv .image-container img {
  box-shadow: none;
  width: auto;
  height: 500px
}

.hl_page-preview--content .cimage-VelYqZsIvv {
  padding: 10px;
  background-color: var(--transparent);
  opacity: 1;
  text-align: center
}

@media screen and (min-width:0px) and (max-width:480px) {
  .hl_page-preview--content .image-VelYqZsIvv .image-container img {
    box-shadow: undefined;
    height: auto
  }
}

.hl_page-preview--content .col-T5YoZcHPsx,
.hl_page-preview--content .row-BWA2_nKo9L {
  padding: 0;
  background-color: var(--transparent);
  width: 100%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid
}

.hl_page-preview--content .row-BWA2_nKo9L {
  margin-top: 0;
  margin-bottom: 0
}

.hl_page-preview--content .col-T5YoZcHPsx {
  margin: 0
}

.hl_page-preview--content .button-csTiFtm7h5 {
  margin-top: 40px;
  text-align: center
}

.hl_page-preview--content .cbutton-csTiFtm7h5 {
  font-family: var(--headlinefont);
  background-color: var(--color-mcc92ot9);
  color: var(--white);
  secondary-color: var(--white);
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 700;
  border-color: var(--green);
  border-width: 2px;
  border-style: solid;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 0 0 transparent;
  width: auto%
}

@media screen and (min-width:0px) and (max-width:480px) {
  .hl_page-preview--content .cbutton-csTiFtm7h5 {
    padding-top: 0
  }
}

.hl_page-preview--content .video-SUUl7h0LDe {
  margin: 0
}

.hl_page-preview--content .cvideo-SUUl7h0LDe {
  box-shadow: none;
  padding: 10px;
  background-color: var(--transparent);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid
}

.hl_page-preview--content .button-m1V1LvQ7dV {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center
}

.hl_page-preview--content .cbutton-m1V1LvQ7dV {
  font-family: var(--headlinefont);
  background-color: var(--color-mcc92ot9);
  color: var(--white);
  secondary-color: var(--white);
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 700;
  border-color: var(--green);
  border-width: 2px;
  border-style: solid;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 0 0 transparent;
  width: auto%
}

.hl_page-preview--content #sub-heading-61qC-63rM_ {
  margin-top: 20px;
  margin-bottom: 0
}

.hl_page-preview--content .cheading-sr8n_MP8yv,
.hl_page-preview--content .csub-heading-61qC-63rM_ {
  font-family: var(--headlinefont);
  background-color: var(--transparent);
  color: var(--text-color);
  icon-color: var(--text-color);
  font-weight: 400;
  padding: 0;
  opacity: 1;
  text-shadow: 0 0 0 transparent;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  line-height: 1.3em;
  letter-spacing: 0;
  text-align: center
}

.hl_page-preview--content #heading-sr8n_MP8yv {
  margin-top: 10px;
  margin-bottom: 0
}

.hl_page-preview--content .image-WuNMU7FMzO {
  margin-top: 0;
  margin-bottom: 0
}

.hl_page-preview--content .image-WuNMU7FMzO .image-container img {
  box-shadow: undefined;
  width: 400px
}

.hl_page-preview--content .cimage-WuNMU7FMzO {
  padding: 10px;
  background-color: var(--transparent);
  opacity: 1;
  text-align: center
}

#section-K3LTWrDX8t>.inner {
  max-width: 1170px
}

#col--aI7qk-KrG>.inner,
#col-Kr66Q6UNtR>.inner,
#col-T5YoZcHPsx>.inner {
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  flex-wrap: nowrap
}

.paragraph-Rjw46tRPKZ {
  font-weight: 500
}

.heading-sr8n_MP8yv em,
.heading-sr8n_MP8yv strong,
.heading-sr8n_MP8yv u,
.paragraph-Rjw46tRPKZ em,
.paragraph-Rjw46tRPKZ strong,
.paragraph-Rjw46tRPKZ u,
.sub-heading-61qC-63rM_ em,
.sub-heading-61qC-63rM_ strong,
.sub-heading-61qC-63rM_ u,
.sub-heading-FrFNwPNZfK em,
.sub-heading-FrFNwPNZfK strong,
.sub-heading-FrFNwPNZfK u {
  color: var(--text-color)
}

.heading-sr8n_MP8yv a,
.heading-sr8n_MP8yv a *,
.paragraph-Rjw46tRPKZ a,
.paragraph-Rjw46tRPKZ a *,
.sub-heading-61qC-63rM_ a,
.sub-heading-61qC-63rM_ a *,
.sub-heading-FrFNwPNZfK a,
.sub-heading-FrFNwPNZfK a * {
  color: var(--link-color);
  text-decoration: none
}

.heading-sr8n_MP8yv a u,
.heading-sr8n_MP8yv a:hover,
.paragraph-Rjw46tRPKZ a u,
.paragraph-Rjw46tRPKZ a:hover,
.sub-heading-61qC-63rM_ a u,
.sub-heading-61qC-63rM_ a:hover,
.sub-heading-FrFNwPNZfK a u,
.sub-heading-FrFNwPNZfK a:hover {
  text-decoration: underline
}

.heading-sr8n_MP8yv a s,
.paragraph-Rjw46tRPKZ a s,
.sub-heading-61qC-63rM_ a s,
.sub-heading-FrFNwPNZfK a s {
  text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {

  .paragraph-Rjw46tRPKZ h1,
  .paragraph-Rjw46tRPKZ h2,
  .paragraph-Rjw46tRPKZ h3,
  .paragraph-Rjw46tRPKZ h4,
  .paragraph-Rjw46tRPKZ h5,
  .paragraph-Rjw46tRPKZ h6,
  .paragraph-Rjw46tRPKZ ul li,
  .paragraph-Rjw46tRPKZ.text-output {
    font-size: 20px !important;
    font-weight: 500
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .paragraph-Rjw46tRPKZ h1,
  .paragraph-Rjw46tRPKZ h2,
  .paragraph-Rjw46tRPKZ h3,
  .paragraph-Rjw46tRPKZ h4,
  .paragraph-Rjw46tRPKZ h5,
  .paragraph-Rjw46tRPKZ h6,
  .paragraph-Rjw46tRPKZ ul li,
  .paragraph-Rjw46tRPKZ.text-output {
    font-size: 20px !important;
    font-weight: 500
  }
}

.heading-sr8n_MP8yv.text-output h1:first-child:before,
.heading-sr8n_MP8yv.text-output h2:first-child:before,
.heading-sr8n_MP8yv.text-output h3:first-child:before,
.heading-sr8n_MP8yv.text-output h4:first-child:before,
.heading-sr8n_MP8yv.text-output h5:first-child:before,
.heading-sr8n_MP8yv.text-output h6:first-child:before,
.heading-sr8n_MP8yv.text-output p:first-child:before,
.paragraph-Rjw46tRPKZ.text-output h1:first-child:before,
.paragraph-Rjw46tRPKZ.text-output h2:first-child:before,
.paragraph-Rjw46tRPKZ.text-output h3:first-child:before,
.paragraph-Rjw46tRPKZ.text-output h4:first-child:before,
.paragraph-Rjw46tRPKZ.text-output h5:first-child:before,
.paragraph-Rjw46tRPKZ.text-output h6:first-child:before,
.paragraph-Rjw46tRPKZ.text-output p:first-child:before,
.sub-heading-61qC-63rM_.text-output h1:first-child:before,
.sub-heading-61qC-63rM_.text-output h2:first-child:before,
.sub-heading-61qC-63rM_.text-output h3:first-child:before,
.sub-heading-61qC-63rM_.text-output h4:first-child:before,
.sub-heading-61qC-63rM_.text-output h5:first-child:before,
.sub-heading-61qC-63rM_.text-output h6:first-child:before,
.sub-heading-61qC-63rM_.text-output p:first-child:before,
.sub-heading-FrFNwPNZfK.text-output h1:first-child:before,
.sub-heading-FrFNwPNZfK.text-output h2:first-child:before,
.sub-heading-FrFNwPNZfK.text-output h3:first-child:before,
.sub-heading-FrFNwPNZfK.text-output h4:first-child:before,
.sub-heading-FrFNwPNZfK.text-output h5:first-child:before,
.sub-heading-FrFNwPNZfK.text-output h6:first-child:before,
.sub-heading-FrFNwPNZfK.text-output p:first-child:before {
  color: var(--text-color);
  content: '\';
 font-family: "";
  margin-right: 5px;
  font-weight: 700;
}

.sub-heading-FrFNwPNZfK {
  font-weight: 400;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .sub-heading-FrFNwPNZfK h1,
  .sub-heading-FrFNwPNZfK h2,
  .sub-heading-FrFNwPNZfK h3,
  .sub-heading-FrFNwPNZfK h4,
  .sub-heading-FrFNwPNZfK h5,
  .sub-heading-FrFNwPNZfK h6,
  .sub-heading-FrFNwPNZfK ul li,
  .sub-heading-FrFNwPNZfK.text-output {
    font-size: 23px !important;
    font-weight: 400;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .sub-heading-FrFNwPNZfK h1,
  .sub-heading-FrFNwPNZfK h2,
  .sub-heading-FrFNwPNZfK h3,
  .sub-heading-FrFNwPNZfK h4,
  .sub-heading-FrFNwPNZfK h5,
  .sub-heading-FrFNwPNZfK h6,
  .sub-heading-FrFNwPNZfK ul li,
  .sub-heading-FrFNwPNZfK.text-output {
    font-size: 23px !important;
    font-weight: 400;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .button-csTiFtm7h5 .button-icon-end,
  .button-csTiFtm7h5 .button-icon-start,
  .button-csTiFtm7h5 .main-heading-button {
    font-size: 22px;
    font-weight: undefined;
  }

  .button-csTiFtm7h5 .button-icon-start {
    margin-right: 5px;
  }

  .button-csTiFtm7h5 .button-icon-end {
    margin-left: 5px;
  }

  .button-csTiFtm7h5 .sub-heading-button {
    font-size: 18px;
    color: var(--white);
    font-weight: undefined;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .button-csTiFtm7h5 .button-icon-end,
  .button-csTiFtm7h5 .button-icon-start,
  .button-csTiFtm7h5 .main-heading-button {
    font-size: 18px;
    font-weight: undefined;
  }

  .button-csTiFtm7h5 .button-icon-start {
    margin-right: 5px;
  }

  .button-csTiFtm7h5 .button-icon-end {
    margin-left: 5px;
  }

  .button-csTiFtm7h5 .sub-heading-button {
    font-size: 18px;
    color: var(--white);
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .button-m1V1LvQ7dV .button-icon-end,
  .button-m1V1LvQ7dV .button-icon-start,
  .button-m1V1LvQ7dV .main-heading-button {
    font-size: 22px;
    font-weight: undefined;
  }

  .button-m1V1LvQ7dV .button-icon-start {
    margin-right: 5px;
  }

  .button-m1V1LvQ7dV .button-icon-end {
    margin-left: 5px;
  }

  .button-m1V1LvQ7dV .sub-heading-button {
    font-size: 18px;
    color: var(--white);
    font-weight: undefined;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .button-m1V1LvQ7dV .button-icon-end,
  .button-m1V1LvQ7dV .button-icon-start,
  .button-m1V1LvQ7dV .main-heading-button {
    font-size: 18px;
    font-weight: undefined;
  }

  .button-m1V1LvQ7dV .button-icon-start {
    margin-right: 5px;
  }

  .button-m1V1LvQ7dV .button-icon-end {
    margin-left: 5px;
  }

  .button-m1V1LvQ7dV .sub-heading-button {
    font-size: 18px;
    color: var(--white);
    font-weight: undefined;
  }
}

.heading-sr8n_MP8yv,
.sub-heading-61qC-63rM_ {
  font-weight: undefined;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .sub-heading-61qC-63rM_ h1,
  .sub-heading-61qC-63rM_ h2,
  .sub-heading-61qC-63rM_ h3,
  .sub-heading-61qC-63rM_ h4,
  .sub-heading-61qC-63rM_ h5,
  .sub-heading-61qC-63rM_ h6,
  .sub-heading-61qC-63rM_ ul li,
  .sub-heading-61qC-63rM_.text-output {
    font-size: 18px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .sub-heading-61qC-63rM_ h1,
  .sub-heading-61qC-63rM_ h2,
  .sub-heading-61qC-63rM_ h3,
  .sub-heading-61qC-63rM_ h4,
  .sub-heading-61qC-63rM_ h5,
  .sub-heading-61qC-63rM_ h6,
  .sub-heading-61qC-63rM_ ul li,
  .sub-heading-61qC-63rM_.text-output {
    font-size: 21px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .heading-sr8n_MP8yv h1,
  .heading-sr8n_MP8yv h2,
  .heading-sr8n_MP8yv h3,
  .heading-sr8n_MP8yv h4,
  .heading-sr8n_MP8yv h5,
  .heading-sr8n_MP8yv h6,
  .heading-sr8n_MP8yv ul li,
  .heading-sr8n_MP8yv.text-output {
    font-size: 30px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .heading-sr8n_MP8yv h1,
  .heading-sr8n_MP8yv h2,
  .heading-sr8n_MP8yv h3,
  .heading-sr8n_MP8yv h4,
  .heading-sr8n_MP8yv h5,
  .heading-sr8n_MP8yv h6,
  .heading-sr8n_MP8yv ul li,
  .heading-sr8n_MP8yv.text-output {
    font-size: 45px !important;
    font-weight: undefined;
  }
}

/* ---- Section styles ----- */
:root {
  --black: #000000;
  --transparent: transparent;
  --color-mccaepeo: #ecfff6;
}

.hl_page-preview--content .section-DM0683HPIm {
  padding: 65px 70px 70px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--color-mccaepeo);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
}

.hl_page-preview--content .col-zIKF8UwN_C,
.hl_page-preview--content .row-owsTZ1--Ao {
  background-color: var(--transparent);
  width: 100%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
}

.hl_page-preview--content .row-owsTZ1--Ao {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}

.hl_page-preview--content .col-zIKF8UwN_C {
  padding: 10px;
  margin: 0;
}

.hl_page-preview--content .image-9sTAjYoP9g {
  margin-top: 0;
  margin-bottom: 0;
}

.hl_page-preview--content .image-9sTAjYoP9g .image-container img {
  box-shadow: undefined;
  width: 204px;
  height: 135px;
}

.hl_page-preview--content .cimage-9sTAjYoP9g {
  padding: 0;
  background-color: var(--transparent);
  opacity: 1;
  text-align: center;
}

.hl_page-preview--content .col-dByCKONXV- {
  padding: 10px;
  background-color: var(--transparent);
  width: 100%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0;
}

.hl_page-preview--content .image-tpomUddR3r {
  margin-top: 0;
  margin-bottom: 0;
}

.hl_page-preview--content .image-tpomUddR3r .image-container img {
  box-shadow: undefined;
  width: 204px;
  height: 70px;
}

.hl_page-preview--content .cimage-tpomUddR3r {
  padding: 0;
  background-color: var(--transparent);
  opacity: 1;
  text-align: center;
}

.hl_page-preview--content .col-0Mf552olsz {
  padding: 10px;
  background-color: var(--transparent);
  width: 100%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0;
}

.hl_page-preview--content .image-vD-BE7vJCt {
  margin-top: 0;
  margin-bottom: 0;
}

.hl_page-preview--content .image-vD-BE7vJCt .image-container img {
  box-shadow: undefined;
  width: 204px;
  height: 85px;
}

.hl_page-preview--content .cimage-vD-BE7vJCt {
  padding: 0;
  background-color: var(--transparent);
  opacity: 1;
  text-align: center;
}

.hl_page-preview--content .col-JWmWnw4h-1 {
  padding: 10px;
  background-color: var(--transparent);
  width: 100%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0;
}

.hl_page-preview--content #heading-pIaeK32Cc-,
.hl_page-preview--content .image--RR-NgWrV- {
  margin-top: 0;
  margin-bottom: 0;
}

.hl_page-preview--content .image--RR-NgWrV- .image-container img {
  box-shadow: undefined;
  width: auto;
  height: auto;
}

.hl_page-preview--content .cimage--RR-NgWrV- {
  padding: 0;
  background-color: var(--transparent);
  opacity: 1;
  text-align: center;
}

.hl_page-preview--content .row-5UUGQ5d6kV {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

.hl_page-preview--content .cheading-pIaeK32Cc-,
.hl_page-preview--content .col-zCiFvql2NG,
.hl_page-preview--content .row-5UUGQ5d6kV {
  background-color: var(--transparent);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
}

.hl_page-preview--content .col-zCiFvql2NG {
  padding: 0;
  width: 100%;
  margin: 0;
}

.hl_page-preview--content .cheading-pIaeK32Cc- {
  font-family: var(--headlinefont);
  color: var(--text-color);
  icon-color: var(--text-color);
  font-weight: 400;
  padding: 0 0 10px;
  opacity: 1;
  text-shadow: 0 0 0 transparent;
  line-height: 1.3em;
  letter-spacing: 0;
  text-align: center;
}

#section-DM0683HPIm>.inner {
  max-width: 1170px;
}

#col-0Mf552olsz>.inner,
#col-JWmWnw4h-1>.inner,
#col-dByCKONXV->.inner,
#col-zCiFvql2NG>.inner,
#col-zIKF8UwN_C>.inner {
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  flex-wrap: nowrap;
}

.heading-pIaeK32Cc- {
  font-weight: undefined;
}

.heading-pIaeK32Cc- em,
.heading-pIaeK32Cc- strong,
.heading-pIaeK32Cc- u {
  color: var(--text-color);
}

.heading-pIaeK32Cc- a,
.heading-pIaeK32Cc- a * {
  color: var(--link-color);
  text-decoration: none;
}

.heading-pIaeK32Cc- a u,
.heading-pIaeK32Cc- a:hover {
  text-decoration: underline;
}

.heading-pIaeK32Cc- a s {
  text-decoration: line-through;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .heading-pIaeK32Cc- h1,
  .heading-pIaeK32Cc- h2,
  .heading-pIaeK32Cc- h3,
  .heading-pIaeK32Cc- h4,
  .heading-pIaeK32Cc- h5,
  .heading-pIaeK32Cc- h6,
  .heading-pIaeK32Cc- ul li,
  .heading-pIaeK32Cc-.text-output {
    font-size: 35px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .heading-pIaeK32Cc- h1,
  .heading-pIaeK32Cc- h2,
  .heading-pIaeK32Cc- h3,
  .heading-pIaeK32Cc- h4,
  .heading-pIaeK32Cc- h5,
  .heading-pIaeK32Cc- h6,
  .heading-pIaeK32Cc- ul li,
  .heading-pIaeK32Cc-.text-output {
    font-size: 45px !important;
    font-weight: undefined;
  }
}

.heading-pIaeK32Cc-.text-output h1:first-child:before,
.heading-pIaeK32Cc-.text-output h2:first-child:before,
.heading-pIaeK32Cc-.text-output h3:first-child:before,
.heading-pIaeK32Cc-.text-output h4:first-child:before,
.heading-pIaeK32Cc-.text-output h5:first-child:before,
.heading-pIaeK32Cc-.text-output h6:first-child:before,
.heading-pIaeK32Cc-.text-output p:first-child:before {
  color: var(--text-color);
  content: '\';
 font-family: '';
  margin-right: 5px;
  font-weight: 700
}

/* ---- Section styles ----- */
:root {
  --white: #ffffff;
  --black: #000000;
  --green: #9ae6b4;
  --transparent: transparent;
  --color-lq7lblc6: #5B5B5B;
  --color-mcc92ot9: #0fa457
}

.hl_page-preview--content .section-p5lSFflYu4 {
  padding: 80px 70px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--white);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid
}

@media screen and (min-width:0px) and (max-width:480px) {
  .hl_page-preview--content .section-p5lSFflYu4 {
    padding-top: 10px;
    padding-bottom: 20px
  }
}

.hl_page-preview--content .col-x_k749ZsBn,
.hl_page-preview--content .row-LaLdyBWQTD {
  background-color: var(--transparent);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid
}

.hl_page-preview--content .row-LaLdyBWQTD {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 0 0;
  width: 100%
}

.hl_page-preview--content .col-x_k749ZsBn {
  padding: 0;
  width: 46.2%;
  margin: 0
}

.hl_page-preview--content .image-BdjJvL7DYq {
  margin-top: 0;
  margin-bottom: 10px
}

.hl_page-preview--content .image-BdjJvL7DYq .image-container img {
  box-shadow: undefined;
  width: 459px
}

.hl_page-preview--content .cimage-BdjJvL7DYq {
  padding: 10px;
  background-color: var(--transparent);
  opacity: 1;
  text-align: center
}

.hl_page-preview--content .col-gr1CkPoWga {
  padding: 0;
  background-color: var(--transparent);
  width: 53.8%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0
}

.hl_page-preview--content .button-Su5vpDUmSd {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center
}

.hl_page-preview--content .cbutton-Su5vpDUmSd {
  font-family: var(--headlinefont);
  background-color: var(--color-mcc92ot9);
  color: var(--white);
  secondary-color: var(--white);
  text-decoration: none;
  padding: 25px 15px;
  font-weight: 700;
  border-color: var(--green);
  border-width: 2px;
  border-style: solid;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 0 0 transparent;
  width: auto%
}

.hl_page-preview--content .button-cUSoHpY18L {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center
}

.hl_page-preview--content .cbutton-cUSoHpY18L {
  font-family: var(--headlinefont);
  background-color: var(--color-mcc92ot9);
  color: var(--white);
  secondary-color: var(--white);
  text-decoration: none;
  padding: 25px 60px;
  font-weight: 700;
  border-color: var(--green);
  border-width: 2px;
  border-style: solid;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 0 0 transparent;
  width: auto%
}

.hl_page-preview--content #paragraph-b_Opnh8PIa {
  margin-top: 0;
  margin-bottom: 0
}

.hl_page-preview--content .cheading-IaIln8PLNT,
.hl_page-preview--content .cparagraph-b_Opnh8PIa,
.hl_page-preview--content .csub-heading-KnVHxrxWFq,
.hl_page-preview--content .csub-heading-wokWt1mXSN {
  background-color: var(--transparent);
  icon-color: var(--text-color);
  font-weight: 400;
  padding: 0;
  opacity: 1;
  text-shadow: 0 0 0 transparent;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  line-height: 1.3em;
  text-align: left
}

.hl_page-preview--content .cparagraph-b_Opnh8PIa {
  font-family: var(--contentfont);
  color: var(--color-lq7lblc6);
  letter-spacing: 0
}

.hl_page-preview--content #heading-IaIln8PLNT,
.hl_page-preview--content #sub-heading-KnVHxrxWFq,
.hl_page-preview--content #sub-heading-wokWt1mXSN {
  margin-top: 0;
  margin-bottom: 20px
}

.hl_page-preview--content .cheading-IaIln8PLNT,
.hl_page-preview--content .csub-heading-KnVHxrxWFq,
.hl_page-preview--content .csub-heading-wokWt1mXSN {
  font-family: var(--headlinefont);
  color: var(--text-color)
}

.hl_page-preview--content .csub-heading-KnVHxrxWFq {
  text-transform: none;
  letter-spacing: 1px
}

.hl_page-preview--content .cheading-IaIln8PLNT,
.hl_page-preview--content .csub-heading-wokWt1mXSN {
  letter-spacing: 0
}

#section-p5lSFflYu4>.inner {
  max-width: 1170px
}

#col-x_k749ZsBn>.inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap
}

@media only screen and (min-width:768px) {
  #col-gr1CkPoWga>.inner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .button-Su5vpDUmSd .button-icon-end,
  .button-Su5vpDUmSd .button-icon-start,
  .button-Su5vpDUmSd .main-heading-button {
    font-size: 20px;
    font-weight: undefined
  }

  .button-Su5vpDUmSd .button-icon-start {
    margin-right: 5px
  }

  .button-Su5vpDUmSd .button-icon-end {
    margin-left: 5px
  }

  .button-Su5vpDUmSd .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined
  }
}

@media screen and (min-width:0px) and (max-width:480px) {

  .button-Su5vpDUmSd .button-icon-end,
  .button-Su5vpDUmSd .button-icon-start,
  .button-Su5vpDUmSd .main-heading-button {
    font-size: 20px;
    font-weight: undefined
  }

  .button-Su5vpDUmSd .button-icon-start {
    margin-right: 5px
  }

  .button-Su5vpDUmSd .button-icon-end {
    margin-left: 5px
  }

  .button-Su5vpDUmSd .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .button-cUSoHpY18L .button-icon-end,
  .button-cUSoHpY18L .button-icon-start,
  .button-cUSoHpY18L .main-heading-button {
    font-size: 20px;
    font-weight: undefined
  }

  .button-cUSoHpY18L .button-icon-start {
    margin-right: 5px
  }

  .button-cUSoHpY18L .button-icon-end {
    margin-left: 5px
  }

  .button-cUSoHpY18L .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined
  }
}

@media screen and (min-width:0px) and (max-width:480px) {

  .button-cUSoHpY18L .button-icon-end,
  .button-cUSoHpY18L .button-icon-start,
  .button-cUSoHpY18L .main-heading-button {
    font-size: 20px;
    font-weight: undefined
  }

  .button-cUSoHpY18L .button-icon-start {
    margin-right: 5px
  }

  .button-cUSoHpY18L .button-icon-end {
    margin-left: 5px
  }

  .button-cUSoHpY18L .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined
  }
}

.heading-IaIln8PLNT,
.paragraph-b_Opnh8PIa,
.sub-heading-KnVHxrxWFq,
.sub-heading-wokWt1mXSN {
  font-weight: undefined
}

.heading-IaIln8PLNT em,
.heading-IaIln8PLNT strong,
.heading-IaIln8PLNT u,
.paragraph-b_Opnh8PIa em,
.paragraph-b_Opnh8PIa strong,
.paragraph-b_Opnh8PIa u,
.sub-heading-KnVHxrxWFq em,
.sub-heading-KnVHxrxWFq strong,
.sub-heading-KnVHxrxWFq u,
.sub-heading-wokWt1mXSN em,
.sub-heading-wokWt1mXSN strong,
.sub-heading-wokWt1mXSN u {
  color: var(--text-color)
}

.heading-IaIln8PLNT a,
.heading-IaIln8PLNT a *,
.paragraph-b_Opnh8PIa a,
.paragraph-b_Opnh8PIa a *,
.sub-heading-KnVHxrxWFq a,
.sub-heading-KnVHxrxWFq a *,
.sub-heading-wokWt1mXSN a,
.sub-heading-wokWt1mXSN a * {
  color: var(--link-color);
  text-decoration: none
}

.heading-IaIln8PLNT a u,
.heading-IaIln8PLNT a:hover,
.paragraph-b_Opnh8PIa a u,
.paragraph-b_Opnh8PIa a:hover,
.sub-heading-KnVHxrxWFq a u,
.sub-heading-KnVHxrxWFq a:hover,
.sub-heading-wokWt1mXSN a u,
.sub-heading-wokWt1mXSN a:hover {
  text-decoration: underline
}

.heading-IaIln8PLNT a s,
.paragraph-b_Opnh8PIa a s,
.sub-heading-KnVHxrxWFq a s,
.sub-heading-wokWt1mXSN a s {
  text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {

  .paragraph-b_Opnh8PIa h1,
  .paragraph-b_Opnh8PIa h2,
  .paragraph-b_Opnh8PIa h3,
  .paragraph-b_Opnh8PIa h4,
  .paragraph-b_Opnh8PIa h5,
  .paragraph-b_Opnh8PIa h6,
  .paragraph-b_Opnh8PIa ul li,
  .paragraph-b_Opnh8PIa.text-output {
    font-size: 18px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .paragraph-b_Opnh8PIa h1,
  .paragraph-b_Opnh8PIa h2,
  .paragraph-b_Opnh8PIa h3,
  .paragraph-b_Opnh8PIa h4,
  .paragraph-b_Opnh8PIa h5,
  .paragraph-b_Opnh8PIa h6,
  .paragraph-b_Opnh8PIa ul li,
  .paragraph-b_Opnh8PIa.text-output {
    font-size: 20px !important;
    font-weight: undefined
  }
}

.heading-IaIln8PLNT.text-output h1:first-child:before,
.heading-IaIln8PLNT.text-output h2:first-child:before,
.heading-IaIln8PLNT.text-output h3:first-child:before,
.heading-IaIln8PLNT.text-output h4:first-child:before,
.heading-IaIln8PLNT.text-output h5:first-child:before,
.heading-IaIln8PLNT.text-output h6:first-child:before,
.heading-IaIln8PLNT.text-output p:first-child:before,
.paragraph-b_Opnh8PIa.text-output h1:first-child:before,
.paragraph-b_Opnh8PIa.text-output h2:first-child:before,
.paragraph-b_Opnh8PIa.text-output h3:first-child:before,
.paragraph-b_Opnh8PIa.text-output h4:first-child:before,
.paragraph-b_Opnh8PIa.text-output h5:first-child:before,
.paragraph-b_Opnh8PIa.text-output h6:first-child:before,
.paragraph-b_Opnh8PIa.text-output p:first-child:before,
.sub-heading-KnVHxrxWFq.text-output h1:first-child:before,
.sub-heading-KnVHxrxWFq.text-output h2:first-child:before,
.sub-heading-KnVHxrxWFq.text-output h3:first-child:before,
.sub-heading-KnVHxrxWFq.text-output h4:first-child:before,
.sub-heading-KnVHxrxWFq.text-output h5:first-child:before,
.sub-heading-KnVHxrxWFq.text-output h6:first-child:before,
.sub-heading-KnVHxrxWFq.text-output p:first-child:before,
.sub-heading-wokWt1mXSN.text-output h1:first-child:before,
.sub-heading-wokWt1mXSN.text-output h2:first-child:before,
.sub-heading-wokWt1mXSN.text-output h3:first-child:before,
.sub-heading-wokWt1mXSN.text-output h4:first-child:before,
.sub-heading-wokWt1mXSN.text-output h5:first-child:before,
.sub-heading-wokWt1mXSN.text-output h6:first-child:before,
.sub-heading-wokWt1mXSN.text-output p:first-child:before {
  color: var(--text-color);
  content: '\';
 font-family: "";
  margin-right: 5px;
  font-weight: 700;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .sub-heading-KnVHxrxWFq h1,
  .sub-heading-KnVHxrxWFq h2,
  .sub-heading-KnVHxrxWFq h3,
  .sub-heading-KnVHxrxWFq h4,
  .sub-heading-KnVHxrxWFq h5,
  .sub-heading-KnVHxrxWFq h6,
  .sub-heading-KnVHxrxWFq ul li,
  .sub-heading-KnVHxrxWFq.text-output {
    font-size: 25px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .sub-heading-KnVHxrxWFq h1,
  .sub-heading-KnVHxrxWFq h2,
  .sub-heading-KnVHxrxWFq h3,
  .sub-heading-KnVHxrxWFq h4,
  .sub-heading-KnVHxrxWFq h5,
  .sub-heading-KnVHxrxWFq h6,
  .sub-heading-KnVHxrxWFq ul li,
  .sub-heading-KnVHxrxWFq.text-output {
    font-size: 22px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .heading-IaIln8PLNT h1,
  .heading-IaIln8PLNT h2,
  .heading-IaIln8PLNT h3,
  .heading-IaIln8PLNT h4,
  .heading-IaIln8PLNT h5,
  .heading-IaIln8PLNT h6,
  .heading-IaIln8PLNT ul li,
  .heading-IaIln8PLNT.text-output {
    font-size: 35px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .heading-IaIln8PLNT h1,
  .heading-IaIln8PLNT h2,
  .heading-IaIln8PLNT h3,
  .heading-IaIln8PLNT h4,
  .heading-IaIln8PLNT h5,
  .heading-IaIln8PLNT h6,
  .heading-IaIln8PLNT ul li,
  .heading-IaIln8PLNT.text-output {
    font-size: 45px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .sub-heading-wokWt1mXSN h1,
  .sub-heading-wokWt1mXSN h2,
  .sub-heading-wokWt1mXSN h3,
  .sub-heading-wokWt1mXSN h4,
  .sub-heading-wokWt1mXSN h5,
  .sub-heading-wokWt1mXSN h6,
  .sub-heading-wokWt1mXSN ul li,
  .sub-heading-wokWt1mXSN.text-output {
    font-size: 24px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .sub-heading-wokWt1mXSN h1,
  .sub-heading-wokWt1mXSN h2,
  .sub-heading-wokWt1mXSN h3,
  .sub-heading-wokWt1mXSN h4,
  .sub-heading-wokWt1mXSN h5,
  .sub-heading-wokWt1mXSN h6,
  .sub-heading-wokWt1mXSN ul li,
  .sub-heading-wokWt1mXSN.text-output {
    font-size: 24px !important;
    font-weight: undefined;
  }
}

/* ---- Section styles ----- */
:root {
  --white: #ffffff;
  --black: #000000;
  --green: #9ae6b4;
  --transparent: transparent;
  --color-lq7lblc6: #5b5b5b;
  --color-mcc92ot9: #0fa457;
}

.hl_page-preview--content .section-sphz1eD5NM {
  padding: 80px 70px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--white);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .section-sphz1eD5NM {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.hl_page-preview--content .col-s6deq4q5pY,
.hl_page-preview--content .row-2FzitMduAm {
  background-color: var(--transparent);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
}

.hl_page-preview--content .row-2FzitMduAm {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 0 0;
  width: 100%;
}

.hl_page-preview--content .col-s6deq4q5pY {
  padding: 0 60px 25px;
  width: 46.2%;
  margin: 0;
}

.hl_page-preview--content .image-D79gjRrIkn {
  margin: 0;
}

.hl_page-preview--content .image-D79gjRrIkn .image-container img {
  box-shadow: none;
  width: auto;
  height: auto;
}

.hl_page-preview--content .cimage-D79gjRrIkn {
  padding: 10px;
  background-color: var(--transparent);
  opacity: 1;
  text-align: center;
}

.hl_page-preview--content .col-9wuxFRc5X2 {
  padding: 0 50px 0 0;
  background-color: var(--transparent);
  width: 53.8%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0;
}

.hl_page-preview--content .button-nf_dUukWwr {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}

.hl_page-preview--content .cbutton-nf_dUukWwr {
  font-family: var(--headlinefont);
  background-color: var(--color-mcc92ot9);
  color: var(--white);
  secondary-color: var(--white);
  text-decoration: none;
  padding: 25px 60px;
  font-weight: 700;
  border-color: var(--green);
  border-width: 2px;
  border-style: solid;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 0 0 transparent;
  width: auto%;
}

.hl_page-preview--content #paragraph-pxS-p9sHN- {
  margin-top: 0;
  margin-bottom: 0;
}

.hl_page-preview--content .cheading-UbtbDN9yFu,
.hl_page-preview--content .cparagraph-pxS-p9sHN-,
.hl_page-preview--content .csub-heading-mRIfwgBcsE,
.hl_page-preview--content .csub-heading-oJRJn6ZUEX {
  font-family: var(--contentfont);
  background-color: var(--transparent);
  color: var(--color-lq7lblc6);
  icon-color: var(--text-color);
  font-weight: 400;
  padding: 0;
  opacity: 1;
  text-shadow: 0 0 0 transparent;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  line-height: 1.3em;
  letter-spacing: 0;
  text-align: left;
}

.hl_page-preview--content #heading-UbtbDN9yFu,
.hl_page-preview--content #sub-heading-mRIfwgBcsE,
.hl_page-preview--content #sub-heading-oJRJn6ZUEX {
  margin-top: 0;
  margin-bottom: 20px;
}

.hl_page-preview--content .cheading-UbtbDN9yFu,
.hl_page-preview--content .csub-heading-mRIfwgBcsE,
.hl_page-preview--content .csub-heading-oJRJn6ZUEX {
  font-family: var(--headlinefont);
  color: var(--text-color);
  letter-spacing: 1px;
}

.hl_page-preview--content .cheading-UbtbDN9yFu,
.hl_page-preview--content .csub-heading-oJRJn6ZUEX {
  letter-spacing: 0;
}

#section-sphz1eD5NM>.inner {
  max-width: 1170px;
}

#col-s6deq4q5pY>.inner {
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 768px) {
  #col-9wuxFRc5X2>.inner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .button-nf_dUukWwr .button-icon-end,
  .button-nf_dUukWwr .button-icon-start,
  .button-nf_dUukWwr .main-heading-button {
    font-size: 20px;
    font-weight: undefined;
  }

  .button-nf_dUukWwr .button-icon-start {
    margin-right: 5px;
  }

  .button-nf_dUukWwr .button-icon-end {
    margin-left: 5px;
  }

  .button-nf_dUukWwr .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .button-nf_dUukWwr .button-icon-end,
  .button-nf_dUukWwr .button-icon-start,
  .button-nf_dUukWwr .main-heading-button {
    font-size: 20px;
    font-weight: undefined;
  }

  .button-nf_dUukWwr .button-icon-start {
    margin-right: 5px;
  }

  .button-nf_dUukWwr .button-icon-end {
    margin-left: 5px;
  }

  .button-nf_dUukWwr .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined;
  }
}

.heading-UbtbDN9yFu,
.paragraph-pxS-p9sHN-,
.sub-heading-mRIfwgBcsE,
.sub-heading-oJRJn6ZUEX {
  font-weight: undefined;
}

.heading-UbtbDN9yFu em,
.heading-UbtbDN9yFu strong,
.heading-UbtbDN9yFu u,
.paragraph-pxS-p9sHN- em,
.paragraph-pxS-p9sHN- strong,
.paragraph-pxS-p9sHN- u,
.sub-heading-mRIfwgBcsE em,
.sub-heading-mRIfwgBcsE strong,
.sub-heading-mRIfwgBcsE u,
.sub-heading-oJRJn6ZUEX em,
.sub-heading-oJRJn6ZUEX strong,
.sub-heading-oJRJn6ZUEX u {
  color: var(--text-color);
}

.heading-UbtbDN9yFu a,
.heading-UbtbDN9yFu a *,
.paragraph-pxS-p9sHN- a,
.paragraph-pxS-p9sHN- a *,
.sub-heading-mRIfwgBcsE a,
.sub-heading-mRIfwgBcsE a *,
.sub-heading-oJRJn6ZUEX a,
.sub-heading-oJRJn6ZUEX a * {
  color: var(--link-color);
  text-decoration: none;
}

.heading-UbtbDN9yFu a u,
.heading-UbtbDN9yFu a:hover,
.paragraph-pxS-p9sHN- a u,
.paragraph-pxS-p9sHN- a:hover,
.sub-heading-mRIfwgBcsE a u,
.sub-heading-mRIfwgBcsE a:hover,
.sub-heading-oJRJn6ZUEX a u,
.sub-heading-oJRJn6ZUEX a:hover {
  text-decoration: underline;
}

.heading-UbtbDN9yFu a s,
.paragraph-pxS-p9sHN- a s,
.sub-heading-mRIfwgBcsE a s,
.sub-heading-oJRJn6ZUEX a s {
  text-decoration: line-through;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .paragraph-pxS-p9sHN- h1,
  .paragraph-pxS-p9sHN- h2,
  .paragraph-pxS-p9sHN- h3,
  .paragraph-pxS-p9sHN- h4,
  .paragraph-pxS-p9sHN- h5,
  .paragraph-pxS-p9sHN- h6,
  .paragraph-pxS-p9sHN- ul li,
  .paragraph-pxS-p9sHN-.text-output {
    font-size: 18px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .paragraph-pxS-p9sHN- h1,
  .paragraph-pxS-p9sHN- h2,
  .paragraph-pxS-p9sHN- h3,
  .paragraph-pxS-p9sHN- h4,
  .paragraph-pxS-p9sHN- h5,
  .paragraph-pxS-p9sHN- h6,
  .paragraph-pxS-p9sHN- ul li,
  .paragraph-pxS-p9sHN-.text-output {
    font-size: 20px !important;
    font-weight: undefined;
  }
}

.heading-UbtbDN9yFu.text-output h1:first-child:before,
.heading-UbtbDN9yFu.text-output h2:first-child:before,
.heading-UbtbDN9yFu.text-output h3:first-child:before,
.heading-UbtbDN9yFu.text-output h4:first-child:before,
.heading-UbtbDN9yFu.text-output h5:first-child:before,
.heading-UbtbDN9yFu.text-output h6:first-child:before,
.heading-UbtbDN9yFu.text-output p:first-child:before,
.paragraph-pxS-p9sHN-.text-output h1:first-child:before,
.paragraph-pxS-p9sHN-.text-output h2:first-child:before,
.paragraph-pxS-p9sHN-.text-output h3:first-child:before,
.paragraph-pxS-p9sHN-.text-output h4:first-child:before,
.paragraph-pxS-p9sHN-.text-output h5:first-child:before,
.paragraph-pxS-p9sHN-.text-output h6:first-child:before,
.paragraph-pxS-p9sHN-.text-output p:first-child:before,
.sub-heading-mRIfwgBcsE.text-output h1:first-child:before,
.sub-heading-mRIfwgBcsE.text-output h2:first-child:before,
.sub-heading-mRIfwgBcsE.text-output h3:first-child:before,
.sub-heading-mRIfwgBcsE.text-output h4:first-child:before,
.sub-heading-mRIfwgBcsE.text-output h5:first-child:before,
.sub-heading-mRIfwgBcsE.text-output h6:first-child:before,
.sub-heading-mRIfwgBcsE.text-output p:first-child:before,
.sub-heading-oJRJn6ZUEX.text-output h1:first-child:before,
.sub-heading-oJRJn6ZUEX.text-output h2:first-child:before,
.sub-heading-oJRJn6ZUEX.text-output h3:first-child:before,
.sub-heading-oJRJn6ZUEX.text-output h4:first-child:before,
.sub-heading-oJRJn6ZUEX.text-output h5:first-child:before,
.sub-heading-oJRJn6ZUEX.text-output h6:first-child:before,
.sub-heading-oJRJn6ZUEX.text-output p:first-child:before {
  color: var(--text-color);
  content: '\';
 font-family: '';
  margin-right: 5px;
  font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {

  .sub-heading-mRIfwgBcsE h1,
  .sub-heading-mRIfwgBcsE h2,
  .sub-heading-mRIfwgBcsE h3,
  .sub-heading-mRIfwgBcsE h4,
  .sub-heading-mRIfwgBcsE h5,
  .sub-heading-mRIfwgBcsE h6,
  .sub-heading-mRIfwgBcsE ul li,
  .sub-heading-mRIfwgBcsE.text-output {
    font-size: 22px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .sub-heading-mRIfwgBcsE h1,
  .sub-heading-mRIfwgBcsE h2,
  .sub-heading-mRIfwgBcsE h3,
  .sub-heading-mRIfwgBcsE h4,
  .sub-heading-mRIfwgBcsE h5,
  .sub-heading-mRIfwgBcsE h6,
  .sub-heading-mRIfwgBcsE ul li,
  .sub-heading-mRIfwgBcsE.text-output {
    font-size: 22px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:0px) and (max-width:480px) {

  .heading-UbtbDN9yFu h1,
  .heading-UbtbDN9yFu h2,
  .heading-UbtbDN9yFu h3,
  .heading-UbtbDN9yFu h4,
  .heading-UbtbDN9yFu h5,
  .heading-UbtbDN9yFu h6,
  .heading-UbtbDN9yFu ul li,
  .heading-UbtbDN9yFu.text-output {
    font-size: 35px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .heading-UbtbDN9yFu h1,
  .heading-UbtbDN9yFu h2,
  .heading-UbtbDN9yFu h3,
  .heading-UbtbDN9yFu h4,
  .heading-UbtbDN9yFu h5,
  .heading-UbtbDN9yFu h6,
  .heading-UbtbDN9yFu ul li,
  .heading-UbtbDN9yFu.text-output {
    font-size: 45px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:0px) and (max-width:480px) {

  .sub-heading-oJRJn6ZUEX h1,
  .sub-heading-oJRJn6ZUEX h2,
  .sub-heading-oJRJn6ZUEX h3,
  .sub-heading-oJRJn6ZUEX h4,
  .sub-heading-oJRJn6ZUEX h5,
  .sub-heading-oJRJn6ZUEX h6,
  .sub-heading-oJRJn6ZUEX ul li,
  .sub-heading-oJRJn6ZUEX.text-output {
    font-size: 25px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .sub-heading-oJRJn6ZUEX h1,
  .sub-heading-oJRJn6ZUEX h2,
  .sub-heading-oJRJn6ZUEX h3,
  .sub-heading-oJRJn6ZUEX h4,
  .sub-heading-oJRJn6ZUEX h5,
  .sub-heading-oJRJn6ZUEX h6,
  .sub-heading-oJRJn6ZUEX ul li,
  .sub-heading-oJRJn6ZUEX.text-output {
    font-size: 24px !important;
    font-weight: undefined
  }
}

/* ---- Section styles ----- */
:root {
  --white: #ffffff;
  --black: #000000;
  --green: #9ae6b4;
  --transparent: transparent;
  --color-mcc92ot9: #0fa457;
  --color-mccaepeo: #ecfff6
}

.hl_page-preview--content .section-1qw9rHzmJB {
  padding: 70px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--color-mccaepeo);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid
}

.hl_page-preview--content .col-sQRRGOTqIp,
.hl_page-preview--content .row-EBLK9a10yo {
  padding: 0;
  background-color: var(--transparent);
  width: 100%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid
}

.hl_page-preview--content .row-EBLK9a10yo {
  margin-top: 0;
  margin-bottom: 0
}

.hl_page-preview--content .col-sQRRGOTqIp {
  margin: 0
}

.hl_page-preview--content .button-kGRzszQxfk {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center
}

.hl_page-preview--content .cbutton-kGRzszQxfk {
  font-family: var(--headlinefont);
  background-color: var(--color-mcc92ot9);
  color: var(--white);
  secondary-color: var(--white);
  text-decoration: none;
  padding: 25px 60px;
  font-weight: 700;
  border-color: var(--green);
  border-width: 2px;
  border-style: solid;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 0 0 transparent;
  width: auto%
}

.hl_page-preview--content .button-2FrRXMyKrD {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center
}

.hl_page-preview--content .cbutton-2FrRXMyKrD,
.hl_page-preview--content .cheading-Zz_gBNg3B7 {
  font-family: var(--headlinefont);
  text-shadow: 0 0 0 transparent;
  border-width: 2px;
  border-style: solid;
  letter-spacing: 0
}

.hl_page-preview--content .cbutton-2FrRXMyKrD {
  background-color: var(--color-mcc92ot9);
  color: var(--white);
  secondary-color: var(--white);
  text-decoration: none;
  padding: 25px 15px;
  font-weight: 700;
  border-color: var(--green);
  text-transform: none;
  width: auto%
}

.hl_page-preview--content #heading-Zz_gBNg3B7 {
  margin-top: 0;
  margin-bottom: 0
}

.hl_page-preview--content .cheading-Zz_gBNg3B7 {
  background-color: var(--transparent);
  color: var(--text-color);
  icon-color: var(--text-color);
  font-weight: 400;
  padding: 0;
  opacity: 1;
  border-color: var(--black);
  line-height: 1.3em;
  text-align: center
}

#section-1qw9rHzmJB>.inner {
  max-width: 1170px
}

#col-sQRRGOTqIp>.inner {
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  flex-wrap: nowrap
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .button-kGRzszQxfk .button-icon-end,
  .button-kGRzszQxfk .button-icon-start,
  .button-kGRzszQxfk .main-heading-button {
    font-size: 20px;
    font-weight: undefined
  }

  .button-kGRzszQxfk .button-icon-start {
    margin-right: 5px
  }

  .button-kGRzszQxfk .button-icon-end {
    margin-left: 5px
  }

  .button-kGRzszQxfk .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined
  }
}

@media screen and (min-width:0px) and (max-width:480px) {

  .button-kGRzszQxfk .button-icon-end,
  .button-kGRzszQxfk .button-icon-start,
  .button-kGRzszQxfk .main-heading-button {
    font-size: 20px;
    font-weight: undefined
  }

  .button-kGRzszQxfk .button-icon-start {
    margin-right: 5px
  }

  .button-kGRzszQxfk .button-icon-end {
    margin-left: 5px
  }

  .button-kGRzszQxfk .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .button-2FrRXMyKrD .button-icon-end,
  .button-2FrRXMyKrD .button-icon-start,
  .button-2FrRXMyKrD .main-heading-button {
    font-size: 20px;
    font-weight: undefined
  }

  .button-2FrRXMyKrD .button-icon-start {
    margin-right: 5px
  }

  .button-2FrRXMyKrD .button-icon-end {
    margin-left: 5px
  }

  .button-2FrRXMyKrD .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined
  }
}

@media screen and (min-width:0px) and (max-width:480px) {

  .button-2FrRXMyKrD .button-icon-end,
  .button-2FrRXMyKrD .button-icon-start,
  .button-2FrRXMyKrD .main-heading-button {
    font-size: 20px;
    font-weight: undefined
  }

  .button-2FrRXMyKrD .button-icon-start {
    margin-right: 5px
  }

  .button-2FrRXMyKrD .button-icon-end {
    margin-left: 5px
  }

  .button-2FrRXMyKrD .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined
  }
}

.heading-Zz_gBNg3B7 {
  font-weight: undefined
}

.heading-Zz_gBNg3B7 strong {
  color: var(--black)
}

.heading-Zz_gBNg3B7 em,
.heading-Zz_gBNg3B7 u {
  color: var(--text-color)
}

.heading-Zz_gBNg3B7 a,
.heading-Zz_gBNg3B7 a * {
  color: var(--link-color);
  text-decoration: none
}

.heading-Zz_gBNg3B7 a u,
.heading-Zz_gBNg3B7 a:hover {
  text-decoration: underline
}

.heading-Zz_gBNg3B7 a s {
  text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {

  .heading-Zz_gBNg3B7 h1,
  .heading-Zz_gBNg3B7 h2,
  .heading-Zz_gBNg3B7 h3,
  .heading-Zz_gBNg3B7 h4,
  .heading-Zz_gBNg3B7 h5,
  .heading-Zz_gBNg3B7 h6,
  .heading-Zz_gBNg3B7 ul li,
  .heading-Zz_gBNg3B7.text-output {
    font-size: 40px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .heading-Zz_gBNg3B7 h1,
  .heading-Zz_gBNg3B7 h2,
  .heading-Zz_gBNg3B7 h3,
  .heading-Zz_gBNg3B7 h4,
  .heading-Zz_gBNg3B7 h5,
  .heading-Zz_gBNg3B7 h6,
  .heading-Zz_gBNg3B7 ul li,
  .heading-Zz_gBNg3B7.text-output {
    font-size: 45px !important;
    font-weight: undefined
  }
}

.heading-Zz_gBNg3B7.text-output h1:first-child:before,
.heading-Zz_gBNg3B7.text-output h2:first-child:before,
.heading-Zz_gBNg3B7.text-output h3:first-child:before,
.heading-Zz_gBNg3B7.text-output h4:first-child:before,
.heading-Zz_gBNg3B7.text-output h5:first-child:before,
.heading-Zz_gBNg3B7.text-output h6:first-child:before,
.heading-Zz_gBNg3B7.text-output p:first-child:before {
  color: var(--text-color);
  content: '\';
 font-family: "";
  margin-right: 5px;
  font-weight: 700;
}

/* ---- Section styles ----- */
:root {
  --white: #ffffff;
  --black: #000000;
  --green: #9ae6b4;
  --transparent: transparent;
  --color-lq7lblc6: #5b5b5b;
  --color-mcc92ot9: #0fa457;
}

.hl_page-preview--content .section-HKYoLVQRVo {
  padding: 80px 70px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--white);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .section-HKYoLVQRVo {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.hl_page-preview--content .col-f3zQvj_feN,
.hl_page-preview--content .row-5psOCi4maE {
  background-color: var(--transparent);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
}

.hl_page-preview--content .row-5psOCi4maE {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 0 0;
  width: 100%;
}

.hl_page-preview--content .col-f3zQvj_feN {
  padding: 0;
  width: 45.6%;
  margin: 0;
}

.hl_page-preview--content .image-gTkOVbQ91- {
  margin-top: 15px;
  margin-bottom: 0;
}

.hl_page-preview--content .image-gTkOVbQ91- .image-container img {
  box-shadow: undefined;
  width: 459px;
}

.hl_page-preview--content .cimage-gTkOVbQ91- {
  padding: 0;
  background-color: var(--transparent);
  opacity: 1;
  text-align: center;
}

.hl_page-preview--content .col-Pq-eHrHq2M {
  padding: 0;
  background-color: var(--transparent);
  width: 54.4%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0;
}

.hl_page-preview--content .button-qnbAo5f596 {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .button-qnbAo5f596 {
    text-align: center;
  }
}

.hl_page-preview--content .cbutton-qnbAo5f596 {
  font-family: var(--headlinefont);
  background-color: var(--color-mcc92ot9);
  color: var(--white);
  secondary-color: var(--white);
  text-decoration: none;
  padding: 25px 15px;
  font-weight: 700;
  border-color: var(--green);
  border-width: 2px;
  border-style: solid;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 0 0 transparent;
  width: auto%;
}

.hl_page-preview--content .button-CQKFjCb8YY {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: left;
}

.hl_page-preview--content .cbutton-CQKFjCb8YY {
  font-family: var(--headlinefont);
  background-color: var(--color-mcc92ot9);
  color: var(--white);
  secondary-color: var(--white);
  text-decoration: none;
  padding: 25px 60px;
  font-weight: 700;
  border-color: var(--green);
  border-width: 2px;
  border-style: solid;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 0 0 transparent;
  width: auto%;
}

.hl_page-preview--content #paragraph-wP8ad46VXy {
  margin-top: 0;
  margin-bottom: 0;
}

.hl_page-preview--content .cheading-NBp8xFKPe7,
.hl_page-preview--content .cparagraph-wP8ad46VXy,
.hl_page-preview--content .csub-heading--Hya1zw3_U,
.hl_page-preview--content .csub-heading-ka4PvyOQcJ {
  font-family: var(--contentfont);
  background-color: var(--transparent);
  color: var(--color-lq7lblc6);
  icon-color: var(--text-color);
  font-weight: 400;
  padding: 0;
  opacity: 1;
  text-shadow: 0 0 0 transparent;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  line-height: 1.3em;
  letter-spacing: 0;
  text-align: left;
}

.hl_page-preview--content #heading-NBp8xFKPe7,
.hl_page-preview--content #sub-heading--Hya1zw3_U,
.hl_page-preview--content #sub-heading-ka4PvyOQcJ {
  margin-top: 0;
  margin-bottom: 20px;
}

.hl_page-preview--content .cheading-NBp8xFKPe7,
.hl_page-preview--content .csub-heading--Hya1zw3_U,
.hl_page-preview--content .csub-heading-ka4PvyOQcJ {
  font-family: var(--headlinefont);
  color: var(--text-color);
  letter-spacing: 1px;
}

.hl_page-preview--content .cheading-NBp8xFKPe7,
.hl_page-preview--content .csub-heading--Hya1zw3_U {
  letter-spacing: 0;
}

#section-HKYoLVQRVo>.inner {
  max-width: 1170px;
}

#col-f3zQvj_feN>.inner {
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 768px) {
  #col-Pq-eHrHq2M>.inner {
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .button-qnbAo5f596 .button-icon-end,
  .button-qnbAo5f596 .button-icon-start,
  .button-qnbAo5f596 .main-heading-button {
    font-size: 20px;
    font-weight: undefined;
  }

  .button-qnbAo5f596 .button-icon-start {
    margin-right: 5px;
  }

  .button-qnbAo5f596 .button-icon-end {
    margin-left: 5px;
  }

  .button-qnbAo5f596 .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .button-qnbAo5f596 .button-icon-end,
  .button-qnbAo5f596 .button-icon-start,
  .button-qnbAo5f596 .main-heading-button {
    font-size: 20px;
    font-weight: undefined;
  }

  .button-qnbAo5f596 .button-icon-start {
    margin-right: 5px;
  }

  .button-qnbAo5f596 .button-icon-end {
    margin-left: 5px;
  }

  .button-qnbAo5f596 .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .button-CQKFjCb8YY .button-icon-end,
  .button-CQKFjCb8YY .button-icon-start,
  .button-CQKFjCb8YY .main-heading-button {
    font-size: 20px;
    font-weight: undefined;
  }

  .button-CQKFjCb8YY .button-icon-start {
    margin-right: 5px;
  }

  .button-CQKFjCb8YY .button-icon-end {
    margin-left: 5px;
  }

  .button-CQKFjCb8YY .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .button-CQKFjCb8YY .button-icon-end,
  .button-CQKFjCb8YY .button-icon-start,
  .button-CQKFjCb8YY .main-heading-button {
    font-size: 20px;
    font-weight: undefined;
  }

  .button-CQKFjCb8YY .button-icon-start {
    margin-right: 5px;
  }

  .button-CQKFjCb8YY .button-icon-end {
    margin-left: 5px;
  }

  .button-CQKFjCb8YY .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined;
  }
}

.heading-NBp8xFKPe7,
.paragraph-wP8ad46VXy,
.sub-heading--Hya1zw3_U,
.sub-heading-ka4PvyOQcJ {
  font-weight: undefined;
}

.heading-NBp8xFKPe7 em,
.heading-NBp8xFKPe7 strong,
.heading-NBp8xFKPe7 u,
.paragraph-wP8ad46VXy em,
.paragraph-wP8ad46VXy strong,
.paragraph-wP8ad46VXy u,
.sub-heading--Hya1zw3_U em,
.sub-heading--Hya1zw3_U strong,
.sub-heading--Hya1zw3_U u,
.sub-heading-ka4PvyOQcJ em,
.sub-heading-ka4PvyOQcJ strong,
.sub-heading-ka4PvyOQcJ u {
  color: var(--text-color);
}

.heading-NBp8xFKPe7 a,
.heading-NBp8xFKPe7 a *,
.paragraph-wP8ad46VXy a,
.paragraph-wP8ad46VXy a *,
.sub-heading--Hya1zw3_U a,
.sub-heading--Hya1zw3_U a *,
.sub-heading-ka4PvyOQcJ a,
.sub-heading-ka4PvyOQcJ a * {
  color: var(--link-color);
  text-decoration: none;
}

.heading-NBp8xFKPe7 a u,
.heading-NBp8xFKPe7 a:hover,
.paragraph-wP8ad46VXy a u,
.paragraph-wP8ad46VXy a:hover,
.sub-heading--Hya1zw3_U a u,
.sub-heading--Hya1zw3_U a:hover,
.sub-heading-ka4PvyOQcJ a u,
.sub-heading-ka4PvyOQcJ a:hover {
  text-decoration: underline;
}

.heading-NBp8xFKPe7 a s,
.paragraph-wP8ad46VXy a s,
.sub-heading--Hya1zw3_U a s,
.sub-heading-ka4PvyOQcJ a s {
  text-decoration: line-through;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .paragraph-wP8ad46VXy h1,
  .paragraph-wP8ad46VXy h2,
  .paragraph-wP8ad46VXy h3,
  .paragraph-wP8ad46VXy h4,
  .paragraph-wP8ad46VXy h5,
  .paragraph-wP8ad46VXy h6,
  .paragraph-wP8ad46VXy ul li,
  .paragraph-wP8ad46VXy.text-output {
    font-size: 18px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .paragraph-wP8ad46VXy h1,
  .paragraph-wP8ad46VXy h2,
  .paragraph-wP8ad46VXy h3,
  .paragraph-wP8ad46VXy h4,
  .paragraph-wP8ad46VXy h5,
  .paragraph-wP8ad46VXy h6,
  .paragraph-wP8ad46VXy ul li,
  .paragraph-wP8ad46VXy.text-output {
    font-size: 20px !important;
    font-weight: undefined;
  }
}

.heading-NBp8xFKPe7.text-output h1:first-child:before,
.heading-NBp8xFKPe7.text-output h2:first-child:before,
.heading-NBp8xFKPe7.text-output h3:first-child:before,
.heading-NBp8xFKPe7.text-output h4:first-child:before,
.heading-NBp8xFKPe7.text-output h5:first-child:before,
.heading-NBp8xFKPe7.text-output h6:first-child:before,
.heading-NBp8xFKPe7.text-output p:first-child:before,
.paragraph-wP8ad46VXy.text-output h1:first-child:before,
.paragraph-wP8ad46VXy.text-output h2:first-child:before,
.paragraph-wP8ad46VXy.text-output h3:first-child:before,
.paragraph-wP8ad46VXy.text-output h4:first-child:before,
.paragraph-wP8ad46VXy.text-output h5:first-child:before,
.paragraph-wP8ad46VXy.text-output h6:first-child:before,
.paragraph-wP8ad46VXy.text-output p:first-child:before,
.sub-heading--Hya1zw3_U.text-output h1:first-child:before,
.sub-heading--Hya1zw3_U.text-output h2:first-child:before,
.sub-heading--Hya1zw3_U.text-output h3:first-child:before,
.sub-heading--Hya1zw3_U.text-output h4:first-child:before,
.sub-heading--Hya1zw3_U.text-output h5:first-child:before,
.sub-heading--Hya1zw3_U.text-output h6:first-child:before,
.sub-heading--Hya1zw3_U.text-output p:first-child:before,
.sub-heading-ka4PvyOQcJ.text-output h1:first-child:before,
.sub-heading-ka4PvyOQcJ.text-output h2:first-child:before,
.sub-heading-ka4PvyOQcJ.text-output h3:first-child:before,
.sub-heading-ka4PvyOQcJ.text-output h4:first-child:before,
.sub-heading-ka4PvyOQcJ.text-output h5:first-child:before,
.sub-heading-ka4PvyOQcJ.text-output h6:first-child:before,
.sub-heading-ka4PvyOQcJ.text-output p:first-child:before {
  color: var(--text-color);
  content: '\';
 font-family: '';
  margin-right: 5px;
  font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {

  .sub-heading-ka4PvyOQcJ h1,
  .sub-heading-ka4PvyOQcJ h2,
  .sub-heading-ka4PvyOQcJ h3,
  .sub-heading-ka4PvyOQcJ h4,
  .sub-heading-ka4PvyOQcJ h5,
  .sub-heading-ka4PvyOQcJ h6,
  .sub-heading-ka4PvyOQcJ ul li,
  .sub-heading-ka4PvyOQcJ.text-output {
    font-size: 25px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .sub-heading-ka4PvyOQcJ h1,
  .sub-heading-ka4PvyOQcJ h2,
  .sub-heading-ka4PvyOQcJ h3,
  .sub-heading-ka4PvyOQcJ h4,
  .sub-heading-ka4PvyOQcJ h5,
  .sub-heading-ka4PvyOQcJ h6,
  .sub-heading-ka4PvyOQcJ ul li,
  .sub-heading-ka4PvyOQcJ.text-output {
    font-size: 22px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:0px) and (max-width:480px) {

  .heading-NBp8xFKPe7 h1,
  .heading-NBp8xFKPe7 h2,
  .heading-NBp8xFKPe7 h3,
  .heading-NBp8xFKPe7 h4,
  .heading-NBp8xFKPe7 h5,
  .heading-NBp8xFKPe7 h6,
  .heading-NBp8xFKPe7 ul li,
  .heading-NBp8xFKPe7.text-output {
    font-size: 35px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .heading-NBp8xFKPe7 h1,
  .heading-NBp8xFKPe7 h2,
  .heading-NBp8xFKPe7 h3,
  .heading-NBp8xFKPe7 h4,
  .heading-NBp8xFKPe7 h5,
  .heading-NBp8xFKPe7 h6,
  .heading-NBp8xFKPe7 ul li,
  .heading-NBp8xFKPe7.text-output {
    font-size: 45px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:0px) and (max-width:480px) {

  .sub-heading--Hya1zw3_U h1,
  .sub-heading--Hya1zw3_U h2,
  .sub-heading--Hya1zw3_U h3,
  .sub-heading--Hya1zw3_U h4,
  .sub-heading--Hya1zw3_U h5,
  .sub-heading--Hya1zw3_U h6,
  .sub-heading--Hya1zw3_U ul li,
  .sub-heading--Hya1zw3_U.text-output {
    font-size: 25px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .sub-heading--Hya1zw3_U h1,
  .sub-heading--Hya1zw3_U h2,
  .sub-heading--Hya1zw3_U h3,
  .sub-heading--Hya1zw3_U h4,
  .sub-heading--Hya1zw3_U h5,
  .sub-heading--Hya1zw3_U h6,
  .sub-heading--Hya1zw3_U ul li,
  .sub-heading--Hya1zw3_U.text-output {
    font-size: 24px !important;
    font-weight: undefined
  }
}

/* ---- Section styles ----- */
:root {
  --black: #000000;
  --transparent: transparent;
  --color-lq7lblc6: #5B5B5B;
  --color-mcc92ot9: #0fa457;
  --color-mccaepeo: #ecfff6
}

.hl_page-preview--content .section-Gyw2h_cPfW {
  padding: 70px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--color-mccaepeo);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid
}

@media screen and (min-width:0px) and (max-width:480px) {
  .hl_page-preview--content .section-Gyw2h_cPfW {
    padding-bottom: 20px;
    padding-top: 20px
  }
}

.hl_page-preview--content .col-x4uF7WFBdB,
.hl_page-preview--content .row--RVEz5JVc_ {
  padding: 0;
  background-color: var(--transparent);
  width: 100%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid
}

.hl_page-preview--content .row--RVEz5JVc_ {
  margin-top: 0;
  margin-bottom: 0
}

.hl_page-preview--content .col-x4uF7WFBdB {
  margin: 0
}

.hl_page-preview--content #bulletList-LrhChx0aWe {
  margin-top: 0;
  margin-bottom: 0
}

.hl_page-preview--content .cbulletList-LrhChx0aWe,
.hl_page-preview--content .cheading-GJ2EuLyFpV {
  font-family: var(--headlinefont);
  background-color: var(--transparent);
  opacity: 1;
  text-shadow: 0 0 0 transparent;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  letter-spacing: 0
}

.hl_page-preview--content .cbulletList-LrhChx0aWe {
  color: var(--color-lq7lblc6);
  icon-color: var(--color-mcc92ot9);
  padding: 20px;
  line-height: 1.5em;
  text-transform: none;
  text-align: left
}

.hl_page-preview--content #heading-GJ2EuLyFpV {
  margin-top: 0;
  margin-bottom: 20px
}

.hl_page-preview--content .cheading-GJ2EuLyFpV {
  color: var(--text-color);
  icon-color: var(--text-color);
  font-weight: 400;
  padding: 0;
  line-height: 1.3em;
  text-align: center
}

#section-Gyw2h_cPfW>.inner {
  max-width: 1170px
}

#col-x4uF7WFBdB>.inner {
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  flex-wrap: nowrap
}

.bulletList-LrhChx0aWe,
.heading-GJ2EuLyFpV {
  font-weight: undefined
}

.bulletList-LrhChx0aWe em,
.bulletList-LrhChx0aWe strong,
.bulletList-LrhChx0aWe u,
.heading-GJ2EuLyFpV em,
.heading-GJ2EuLyFpV strong,
.heading-GJ2EuLyFpV u {
  color: var(--text-color)
}

.bulletList-LrhChx0aWe a,
.bulletList-LrhChx0aWe a *,
.heading-GJ2EuLyFpV a,
.heading-GJ2EuLyFpV a * {
  color: var(--link-color);
  text-decoration: none
}

.bulletList-LrhChx0aWe a u,
.bulletList-LrhChx0aWe a:hover,
.heading-GJ2EuLyFpV a u,
.heading-GJ2EuLyFpV a:hover {
  text-decoration: underline
}

.bulletList-LrhChx0aWe a s,
.heading-GJ2EuLyFpV a s {
  text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {

  .bulletList-LrhChx0aWe h1,
  .bulletList-LrhChx0aWe h2,
  .bulletList-LrhChx0aWe h3,
  .bulletList-LrhChx0aWe h4,
  .bulletList-LrhChx0aWe h5,
  .bulletList-LrhChx0aWe h6,
  .bulletList-LrhChx0aWe ul li,
  .bulletList-LrhChx0aWe.text-output {
    font-size: 18px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .bulletList-LrhChx0aWe h1,
  .bulletList-LrhChx0aWe h2,
  .bulletList-LrhChx0aWe h3,
  .bulletList-LrhChx0aWe h4,
  .bulletList-LrhChx0aWe h5,
  .bulletList-LrhChx0aWe h6,
  .bulletList-LrhChx0aWe ul li,
  .bulletList-LrhChx0aWe.text-output {
    font-size: 22px !important;
    font-weight: undefined
  }
}

.bulletList-LrhChx0aWe.text-output ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1.5em
}

.bulletList-LrhChx0aWe.text-output ol {
  padding-left: 1.5em
}

.bulletList-LrhChx0aWe.text-output ol li,
.bulletList-LrhChx0aWe.text-output ul li {
  padding-inline-start: .5em
}

.bulletList-LrhChx0aWe.text-output li {
  list-style-type: ""
}

.bulletList-LrhChx0aWe.text-output li::marker {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--color-mcc92ot9);
  margin-right: .3em;
  margin-left: -1.5em;
  text-align: right
}

@media screen and (min-width:0px) and (max-width:480px) {

  .heading-GJ2EuLyFpV h1,
  .heading-GJ2EuLyFpV h2,
  .heading-GJ2EuLyFpV h3,
  .heading-GJ2EuLyFpV h4,
  .heading-GJ2EuLyFpV h5,
  .heading-GJ2EuLyFpV h6,
  .heading-GJ2EuLyFpV ul li,
  .heading-GJ2EuLyFpV.text-output {
    font-size: 35px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .heading-GJ2EuLyFpV h1,
  .heading-GJ2EuLyFpV h2,
  .heading-GJ2EuLyFpV h3,
  .heading-GJ2EuLyFpV h4,
  .heading-GJ2EuLyFpV h5,
  .heading-GJ2EuLyFpV h6,
  .heading-GJ2EuLyFpV ul li,
  .heading-GJ2EuLyFpV.text-output {
    font-size: 45px !important;
    font-weight: undefined
  }
}

.heading-GJ2EuLyFpV.text-output h1:first-child:before,
.heading-GJ2EuLyFpV.text-output h2:first-child:before,
.heading-GJ2EuLyFpV.text-output h3:first-child:before,
.heading-GJ2EuLyFpV.text-output h4:first-child:before,
.heading-GJ2EuLyFpV.text-output h5:first-child:before,
.heading-GJ2EuLyFpV.text-output h6:first-child:before,
.heading-GJ2EuLyFpV.text-output p:first-child:before {
  color: var(--text-color);
  content: '\';
 font-family: "";
  margin-right: 5px;
  font-weight: 700;
}

/* ---- Section styles ----- */
:root {
  --white: #ffffff;
  --black: #000000;
  --transparent: transparent;
  --color-lq7pfsbn: #4f4f4f;
  --color-mcc92ot9: #0fa457;
}

.hl_page-preview--content .section-03i3xpyYoM {
  padding: 70px 70px 60px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--white);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
}

/* sub-headeing CSS starts */
.sub-heading-container {
  margin: 15px 0px 25px 0px;
}

/* sub-headeing CSS ends */

/* the problem section starts */
.problem-section {
  background: #ffffff;
  padding: 10px 5%;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
}

.problem-container {
  max-width: 900px;
  margin: 0 auto;
}

.problem-title {
  text-align: center;
  font-size: calc(16px + 1.5vw);
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.problem-title .alert {
  font-size: calc(30px + 1.5vw);
  vertical-align: middle;
  margin-bottom: 22px;
}

.problem-list {
  list-style: none;
  padding: 0;

}

.problem-list li {
  display: flex;
  align-items: center;
  font-size: calc(10px + 1vw);
  line-height: 1.6;
  margin-bottom: 14px;
}

.problem-list em {
  font-style: italic;
  color: #333;
}

.icon {
  width: 22px;
  height: 22px;
  background: #e63946;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 4px;
}

.content-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.sub-heading {
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 800;
  margin-bottom: 24px;
}

.problem-list.secondary {
  display: flex;
  flex-direction: column;

}

.cross {
  color: #ff4d6d;

  font-weight: bold;
  flex-shrink: 0;
  margin-right: 15px;
}

/* Responsive */
@media (max-width: 600px) {
  .problem-list li {
    font-size: calc(10px + 1vw);
  }

  .problem-list li {
    gap: 3px;
    align-items: center;
    margin-top: 10px;
  }

  .icon {
    width: 7%;
  }

  .problem-title .alert {
    font-size: calc(20px + 1.5vw);
    vertical-align: middle;
    margin-bottom: 6px;
  }
}

/* the problem section ends */

/* Solution Section Starts */
.solution-section {
  background: #fff;
  padding: 10px 5%;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
}

.solution-container {
  max-width: 900px;
  margin: 0px auto;
}

.solution-title,
.work-title {
  text-align: center;
  font-size: calc(16px + 1.5vw);
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.emoji {
  font-size: calc(30px + 1.5vw);
  vertical-align: middle;
}

.solution-list li {
  display: flex;
  align-items: center;
  font-size: calc(10px + 1vw);
  line-height: 1.7;
  margin-bottom: 14px;
}

.check {
  width: 22px;
  height: 22px;
  background: #4caf50;
  color: #fff;
  border-radius: 4px;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 2px 15px 0px 0px;
}

.work-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
  text-align: left;
}


.work-list li {
  font-size: calc(10px + 1vw);
  margin-bottom: 14px;
}

.work-list li span {
  margin-right: 15px;
}


/* MOBILE */
@media (max-width: 600px) {

  .solution-list,
  .work-list {
    max-width: 100%;
  }

  .check {
    width: 20px;
    height: 18px;
  }
}

/* Solution Section ends */

/* Our-Solution Section Starts */
.solution-problem-style {
  background: #ffffff;
  padding: 0px 5%;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
}

.solution-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

/* INTRO TEXT */
.solution-intro {
  text-align: center;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600;
  margin-bottom: 50px;
}

.solution-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
}

/* ICON — same shape, different color */
.dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 4px;
  margin-right: 15px;
}

.dot.green {
  background: #2ecc71;
  color: #fff;
}

/* Our-Solution Section ends */

/* Expected Outcome Section Starts */

/*Case Study One Starts*/

/*Case Study One ends*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #000;
}

.caseStudyPara {
  text-align: justify;
  font-size: 20px;
}

.content-section {
  padding: 10px 5%;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.divider {
  border: none;
  border-top: 1px solid #dcdcdc;
  margin: 30px 0;
}

.section-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

/* Icon list */
.icon-list {
  list-style: none;
  display: flex;
  flex-direction: column;

  gap: 15px;
}

.icon-list li {
  display: flex;
  align-items: center;
  font-size: calc(10px + 1vw);
}

.icon {

  display: inline-flex;
  justify-content: center;
  margin-right: 15px;
}

/* Numbered list */
.numbered-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.numbered-list li {
  display: flex;
  align-items: flex-start;
  font-size: calc(10px + 1vw);
}

.number {
  width: 22px;
  height: 22px;
  background: #1a73e8;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  padding: 10px;
}

/* Expected Outcome Section Starts */
@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .section-03i3xpyYoM {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .caseStudyPara {
    text-align: left;
    font-size: 18px;
  }

}

.hl_page-preview--content .col-ccChjc3Cbu,
.hl_page-preview--content .row-FI61Culzkr {
  padding: 0;
  background-color: var(--transparent);
  width: 100%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
}

.hl_page-preview--content .row-FI61Culzkr {
  margin-top: 0;
  margin-bottom: 0;
}

.hl_page-preview--content .col-ccChjc3Cbu {
  margin: 0;
}

.hl_page-preview--content .calendar-ZBCdXyqywC {
  margin: 0;
}

.hl_page-preview--content .ccalendar-ZBCdXyqywC {
  padding: 0;
}

.hl_page-preview--content #bulletList-JetRPLpguM,
.hl_page-preview--content #bulletList-UDvdtq5l90,
.hl_page-preview--content #bulletList-WtCSRq1IWW {
  margin-top: 0;
  margin-bottom: 0;
}

.hl_page-preview--content .cbulletList-JetRPLpguM,
.hl_page-preview--content .cbulletList-UDvdtq5l90,
.hl_page-preview--content .cbulletList-WtCSRq1IWW,
.hl_page-preview--content .cheading-hmGr37LTSi,
.hl_page-preview--content .csub-heading-kzz7o7W7aq {
  font-family: var(--headlinefont);
  background-color: var(--transparent);
  color: var(--color-lq7pfsbn);
  icon-color: var(--color-mcc92ot9);
  padding: 20px;
  opacity: 1;
  text-shadow: 0 0 0 transparent;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  line-height: 1em;
  letter-spacing: 0;
  text-align: left;
}

.hl_page-preview--content #sub-heading-kzz7o7W7aq {
  margin-top: 10px;
  margin-bottom: 30px;
}

.hl_page-preview--content .cheading-hmGr37LTSi,
.hl_page-preview--content .csub-heading-kzz7o7W7aq {
  color: var(--text-color);
  icon-color: var(--text-color);
  font-weight: 400;
  padding: 0;
  line-height: 1.3em;
  text-align: center;
}

.hl_page-preview--content #heading-hmGr37LTSi {
  margin-top: 0;
  margin-bottom: 0;
}

#section-03i3xpyYoM>.inner {
  max-width: 1170px;
}

#col-ccChjc3Cbu>.inner {
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  flex-wrap: nowrap;
}

.bulletList-JetRPLpguM,
.bulletList-UDvdtq5l90,
.bulletList-WtCSRq1IWW,
.heading-hmGr37LTSi,
.sub-heading-kzz7o7W7aq {
  font-weight: undefined;
}

.bulletList-JetRPLpguM em,
.bulletList-JetRPLpguM strong,
.bulletList-JetRPLpguM u,
.bulletList-UDvdtq5l90 em,
.bulletList-UDvdtq5l90 strong,
.bulletList-UDvdtq5l90 u,
.bulletList-WtCSRq1IWW em,
.bulletList-WtCSRq1IWW strong,
.bulletList-WtCSRq1IWW u,
.heading-hmGr37LTSi em,
.heading-hmGr37LTSi strong,
.heading-hmGr37LTSi u,
.sub-heading-kzz7o7W7aq em,
.sub-heading-kzz7o7W7aq strong,
.sub-heading-kzz7o7W7aq u {
  color: var(--text-color);
}

.bulletList-JetRPLpguM a,
.bulletList-JetRPLpguM a *,
.bulletList-UDvdtq5l90 a,
.bulletList-UDvdtq5l90 a *,
.bulletList-WtCSRq1IWW a,
.bulletList-WtCSRq1IWW a *,
.heading-hmGr37LTSi a,
.heading-hmGr37LTSi a *,
.sub-heading-kzz7o7W7aq a,
.sub-heading-kzz7o7W7aq a * {
  color: var(--link-color);
  text-decoration: none;
}

.bulletList-JetRPLpguM a u,
.bulletList-JetRPLpguM a:hover,
.bulletList-UDvdtq5l90 a u,
.bulletList-UDvdtq5l90 a:hover,
.bulletList-WtCSRq1IWW a u,
.bulletList-WtCSRq1IWW a:hover,
.heading-hmGr37LTSi a u,
.heading-hmGr37LTSi a:hover,
.sub-heading-kzz7o7W7aq a u,
.sub-heading-kzz7o7W7aq a:hover {
  text-decoration: underline;
}

.bulletList-JetRPLpguM a s,
.bulletList-UDvdtq5l90 a s,
.bulletList-WtCSRq1IWW a s,
.heading-hmGr37LTSi a s,
.sub-heading-kzz7o7W7aq a s {
  text-decoration: line-through;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .bulletList-WtCSRq1IWW h1,
  .bulletList-WtCSRq1IWW h2,
  .bulletList-WtCSRq1IWW h3,
  .bulletList-WtCSRq1IWW h4,
  .bulletList-WtCSRq1IWW h5,
  .bulletList-WtCSRq1IWW h6,
  .bulletList-WtCSRq1IWW ul li,
  .bulletList-WtCSRq1IWW.text-output {
    font-size: 18px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .bulletList-WtCSRq1IWW h1,
  .bulletList-WtCSRq1IWW h2,
  .bulletList-WtCSRq1IWW h3,
  .bulletList-WtCSRq1IWW h4,
  .bulletList-WtCSRq1IWW h5,
  .bulletList-WtCSRq1IWW h6,
  .bulletList-WtCSRq1IWW ul li,
  .bulletList-WtCSRq1IWW.text-output {
    font-size: 22px !important;
    font-weight: undefined;
  }
}

.bulletList-JetRPLpguM.text-output ul,
.bulletList-UDvdtq5l90.text-output ul,
.bulletList-WtCSRq1IWW.text-output ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1.5em;
}

.bulletList-JetRPLpguM.text-output ol,
.bulletList-UDvdtq5l90.text-output ol,
.bulletList-WtCSRq1IWW.text-output ol {
  padding-left: 1.5em;
}

.bulletList-WtCSRq1IWW.text-output ol li,
.bulletList-WtCSRq1IWW.text-output ul li {
  padding-inline-start: 0.5em;
}

.bulletList-JetRPLpguM.text-output li,
.bulletList-UDvdtq5l90.text-output li,
.bulletList-WtCSRq1IWW.text-output li {
  list-style-type: "";
}

.bulletList-WtCSRq1IWW.text-output li::marker {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--color-mcc92ot9);
  margin-right: 0.3em;
  margin-left: -1.5em;
  text-align: right;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .bulletList-JetRPLpguM h1,
  .bulletList-JetRPLpguM h2,
  .bulletList-JetRPLpguM h3,
  .bulletList-JetRPLpguM h4,
  .bulletList-JetRPLpguM h5,
  .bulletList-JetRPLpguM h6,
  .bulletList-JetRPLpguM ul li,
  .bulletList-JetRPLpguM.text-output {
    font-size: 18px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .bulletList-JetRPLpguM h1,
  .bulletList-JetRPLpguM h2,
  .bulletList-JetRPLpguM h3,
  .bulletList-JetRPLpguM h4,
  .bulletList-JetRPLpguM h5,
  .bulletList-JetRPLpguM h6,
  .bulletList-JetRPLpguM ul li,
  .bulletList-JetRPLpguM.text-output {
    font-size: 22px !important;
    font-weight: undefined;
  }
}

.bulletList-JetRPLpguM.text-output ol li,
.bulletList-JetRPLpguM.text-output ul li {
  padding-inline-start: 0.5em;
}

.bulletList-JetRPLpguM.text-output li::marker {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--color-mcc92ot9);
  margin-right: 0.3em;
  margin-left: -1.5em;
  text-align: right;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .bulletList-UDvdtq5l90 h1,
  .bulletList-UDvdtq5l90 h2,
  .bulletList-UDvdtq5l90 h3,
  .bulletList-UDvdtq5l90 h4,
  .bulletList-UDvdtq5l90 h5,
  .bulletList-UDvdtq5l90 h6,
  .bulletList-UDvdtq5l90 ul li,
  .bulletList-UDvdtq5l90.text-output {
    font-size: 18px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .bulletList-UDvdtq5l90 h1,
  .bulletList-UDvdtq5l90 h2,
  .bulletList-UDvdtq5l90 h3,
  .bulletList-UDvdtq5l90 h4,
  .bulletList-UDvdtq5l90 h5,
  .bulletList-UDvdtq5l90 h6,
  .bulletList-UDvdtq5l90 ul li,
  .bulletList-UDvdtq5l90.text-output {
    font-size: 22px !important;
    font-weight: undefined;
  }
}

.bulletList-UDvdtq5l90.text-output ol li,
.bulletList-UDvdtq5l90.text-output ul li {
  padding-inline-start: 0.5em;
}

.bulletList-UDvdtq5l90.text-output li::marker {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--color-mcc92ot9);
  margin-right: 0.3em;
  margin-left: -1.5em;
  text-align: right;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

  .sub-heading-kzz7o7W7aq h1,
  .sub-heading-kzz7o7W7aq h2,
  .sub-heading-kzz7o7W7aq h3,
  .sub-heading-kzz7o7W7aq h4,
  .sub-heading-kzz7o7W7aq h5,
  .sub-heading-kzz7o7W7aq h6,
  .sub-heading-kzz7o7W7aq ul li,
  .sub-heading-kzz7o7W7aq.text-output {
    font-size: 25px !important;
    font-weight: undefined;
  }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {

  .sub-heading-kzz7o7W7aq h1,
  .sub-heading-kzz7o7W7aq h2,
  .sub-heading-kzz7o7W7aq h3,
  .sub-heading-kzz7o7W7aq h4,
  .sub-heading-kzz7o7W7aq h5,
  .sub-heading-kzz7o7W7aq h6,
  .sub-heading-kzz7o7W7aq ul li,
  .sub-heading-kzz7o7W7aq.text-output {
    font-size: 28px !important;
    font-weight: undefined;
  }
}

.heading-hmGr37LTSi.text-output h1:first-child:before,
.heading-hmGr37LTSi.text-output h2:first-child:before,
.heading-hmGr37LTSi.text-output h3:first-child:before,
.heading-hmGr37LTSi.text-output h4:first-child:before,
.heading-hmGr37LTSi.text-output h5:first-child:before,
.heading-hmGr37LTSi.text-output h6:first-child:before,
.heading-hmGr37LTSi.text-output p:first-child:before,
.sub-heading-kzz7o7W7aq.text-output h1:first-child:before,
.sub-heading-kzz7o7W7aq.text-output h2:first-child:before,
.sub-heading-kzz7o7W7aq.text-output h3:first-child:before,
.sub-heading-kzz7o7W7aq.text-output h4:first-child:before,
.sub-heading-kzz7o7W7aq.text-output h5:first-child:before,
.sub-heading-kzz7o7W7aq.text-output h6:first-child:before,
.sub-heading-kzz7o7W7aq.text-output p:first-child:before {
  color: var(--text-color);
  content: '\';
 font-family: '';
  margin-right: 5px;
  font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {

  .heading-hmGr37LTSi h1,
  .heading-hmGr37LTSi h2,
  .heading-hmGr37LTSi h3,
  .heading-hmGr37LTSi h4,
  .heading-hmGr37LTSi h5,
  .heading-hmGr37LTSi h6,
  .heading-hmGr37LTSi ul li,
  .heading-hmGr37LTSi.text-output {
    font-size: 35px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .heading-hmGr37LTSi h1,
  .heading-hmGr37LTSi h2,
  .heading-hmGr37LTSi h3,
  .heading-hmGr37LTSi h4,
  .heading-hmGr37LTSi h5,
  .heading-hmGr37LTSi h6,
  .heading-hmGr37LTSi ul li,
  .heading-hmGr37LTSi.text-output {
    font-size: 45px !important;
    font-weight: undefined
  }
}

/* ---- Section styles ----- */
:root {
  --black: #000000;
  --transparent: transparent;
  --color-mccaepeo: #ecfff6
}

.hl_page-preview--content .section-w_Rhts2FQ3 {
  padding: 20px 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--color-mccaepeo);
  border-color: var(--black);
  border-width: 2px;
  border-style: solid
}

.hl_page-preview--content .row-PonvH634_d {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%
}

.hl_page-preview--content .col-SSfaBGSM5v,
.hl_page-preview--content .csub-heading-IeYVqMyD5H,
.hl_page-preview--content .row-PonvH634_d {
  background-color: var(--transparent);
  padding: 0;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid
}

.hl_page-preview--content .col-SSfaBGSM5v {
  width: 100%;
  margin: 0
}

.hl_page-preview--content #sub-heading-IeYVqMyD5H {
  margin-top: 10px;
  margin-bottom: 10px
}

.hl_page-preview--content .csub-heading-IeYVqMyD5H {
  font-family: var(--headlinefont);
  color: var(--black);
  icon-color: var(--text-color);
  font-weight: 400;
  opacity: 1;
  text-shadow: 0 0 0 transparent;
  line-height: 1.3em;
  letter-spacing: 0;
  text-align: center
}

#section-w_Rhts2FQ3>.inner {
  max-width: 1170px
}

#col-SSfaBGSM5v>.inner {
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  flex-wrap: nowrap
}

.sub-heading-IeYVqMyD5H {
  font-weight: undefined
}

.sub-heading-IeYVqMyD5H em,
.sub-heading-IeYVqMyD5H strong,
.sub-heading-IeYVqMyD5H u {
  color: var(--text-color)
}

.sub-heading-IeYVqMyD5H a,
.sub-heading-IeYVqMyD5H a * {
  color: var(--link-color);
  text-decoration: none
}

.sub-heading-IeYVqMyD5H a u,
.sub-heading-IeYVqMyD5H a:hover {
  text-decoration: underline
}

.sub-heading-IeYVqMyD5H a s {
  text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {

  .sub-heading-IeYVqMyD5H h1,
  .sub-heading-IeYVqMyD5H h2,
  .sub-heading-IeYVqMyD5H h3,
  .sub-heading-IeYVqMyD5H h4,
  .sub-heading-IeYVqMyD5H h5,
  .sub-heading-IeYVqMyD5H h6,
  .sub-heading-IeYVqMyD5H ul li,
  .sub-heading-IeYVqMyD5H.text-output {
    font-size: 15px !important;
    font-weight: undefined
  }
}

@media screen and (min-width:481px) and (max-width:10000px) {

  .sub-heading-IeYVqMyD5H h1,
  .sub-heading-IeYVqMyD5H h2,
  .sub-heading-IeYVqMyD5H h3,
  .sub-heading-IeYVqMyD5H h4,
  .sub-heading-IeYVqMyD5H h5,
  .sub-heading-IeYVqMyD5H h6,
  .sub-heading-IeYVqMyD5H ul li,
  .sub-heading-IeYVqMyD5H.text-output {
    font-size: 15px !important;
    font-weight: undefined
  }
}

.sub-heading-IeYVqMyD5H.text-output h1:first-child:before,
.sub-heading-IeYVqMyD5H.text-output h2:first-child:before,
.sub-heading-IeYVqMyD5H.text-output h3:first-child:before,
.sub-heading-IeYVqMyD5H.text-output h4:first-child:before,
.sub-heading-IeYVqMyD5H.text-output h5:first-child:before,
.sub-heading-IeYVqMyD5H.text-output h6:first-child:before,
.sub-heading-IeYVqMyD5H.text-output p:first-child:before {
  color: var(--text-color);
  content: '\';
 font-family: "";
  margin-right: 5px;
  font-weight: 700;
}

@media (max-width: 768px) {

  /* Adjust this breakpoint as needed */
  .mobile-column-reverse {
    /* Target the parent container */
    display: flex !important;
    flex-direction: column-reverse !important;
    /* Reverse the column order */
  }
}

:root {
  --appointment_widgets-primary-color: #0fa457ff !important;
  --appointment_widgets-background-color: #ffffff !important;
  --appointment_widgets-border-color: #1018281a !important;
  --appointment_widgets-light-primary-color: #0fa45712 !important;
  --appointment_widgets-text-color: #101828 !important;
  --appointment_widgets-light-text-color: #10182899 !important;
  --appointment_widgets-blur-color: #ffffffb3 !important;
}

.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: 0 !important;
  padding-right: 0 !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 (-webkit-min-device-pixel-ratio: 2),
(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: 0;
  }

  .hl_page-creator--menu {
    left: 0;
    top: 0;
    z-index: 10;
  }

  .hl_wrapper {
    padding-left: 0;
  }
}

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

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

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

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

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

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

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

.progress0 {
  width: 0;
}

.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: #f5f5f5;
}

.progressbarOffsetTransparentWhite {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.progressbarOffsetBlack {
  background: #333;
}

.progressbarOffsetTransparentBlack {
  background-color: hsla(0, 0%, 49%, 0.5);
}

.text-white {
  color: #fff;
}

.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: #e25950;
  display: flex;
  font-size: 13px;
  justify-content: flex-start;
  padding: 10px 0;
  text-align: center;
}

.card-el-error-msg svg {
  color: #f87171;
  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 #d1d5db;
  border-radius: 15px;
  color: #3b82f6;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 1em 0;
  padding: 5px 15px;
}

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

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

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

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

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

@keyframes v-moonStretchDelay {
  to {
    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: #fff;
  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: #000;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spotlight {
  background: linear-gradient(45deg, #00dc82, #36e4da 50%, #0047e1);
  bottom: -30vh;
  filter: blur(20vh);
  height: 40vh;
}

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

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.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: 0;
    padding-right: 0;
  }
}

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

.fill-width {
  background-size: 100% auto !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: top !important;
  background-repeat: repeat-x !important;
}

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

#overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
}

#overlay.show {
  opacity: 1;
}

.popup-body {
  background-color: #fff;
  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-row>.inner {
  display: flex;

  justify-content: center;
  width: 100%;
}

.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(100vh - 170px);
  margin: auto;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}

.c-element {
  position: relative;
}

.c-column {
  flex: 1;
}

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

p+p {
  margin-top: auto;
}

.hl_page-creator--row.active {
  border-color: #188bf6;
}

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

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

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

.active-drop-area:before {
  color: grey;
  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 #d7dde9;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  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: 0 auto;
}

@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: 0 !important;
    padding-right: 0 !important;
  }

  .c-column,
  .c-column>.inner,
  .c-row {
    margin-left: 0 !important;
    margin-right: 0 !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;
}

.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% !important;
  background-repeat: repeat !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

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

.bgCover100.bg-fixed:before {
  background-size: 100% auto !important;
  -webkit-background-size: 100% auto !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: top !important;
  background-repeat: repeat-x !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.radius0 {
  border-radius: 0;
}

.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-left: none !important;
  border-right: none !important;
  border-top-color: rgba(0, 0, 0, 0.7);
}

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

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

  to {
    transform: rotate(0deg);
  }
}

.buttonRocking {
  animation: rocking 2s infinite;
  animation-timing-function: ease-out;
  transition: 0.2s;
}

.buttonPulseGlow {
  animation: pulseGlow 2s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  }

  25% {
    box-shadow: 0 0 2.5px 1px hsla(0, 0%, 100%, 0.25);
  }

  50% {
    box-shadow: 0 0 5px 2px hsla(0, 0%, 100%, 0.5);
  }

  85% {
    box-shadow: 0 0 5px 5px hsla(0, 0%, 100%, 0);
  }

  to {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  }
}

.buttonBounce {
  animation: bounce 1.5s infinite;
  animation-timing-function: ease-in;
  transition: 0.2s;
}

@keyframes bounce {
  15% {
    box-shadow: 0 0 0 0 transparent;
    transform: translateY(0);
  }

  35% {
    box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.25);
    transform: translateY(-35%);
  }

  45% {
    box-shadow: 0 0 0 0 transparent;
    transform: translateY(0);
  }

  55% {
    box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.25);
    transform: translateY(-20%);
  }

  70% {
    box-shadow: 0 0 0 0 transparent;
    transform: translateY(0);
  }

  80% {
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.25);
    transform: translateY(-10%);
  }

  90% {
    box-shadow: 0 0 0 0 transparent;
    transform: translateY(0);
  }

  95% {
    box-shadow: 0 2px 3px -3px rgba(0, 0, 0, 0.25);
    transform: translateY(-2%);
  }

  99% {
    box-shadow: 0 0 0 0 transparent;
    transform: translateY(0);
  }

  to {
    box-shadow: 0 0 0 0 transparent;
    transform: translateY(0);
  }
}

@keyframes elevate {
  0% {
    box-shadow: 0 0 0 0 transparent;
    transform: translateY(0);
  }

  to {
    box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px);
  }
}

.buttonElevate:hover {
  animation: elevate 0.2s forwards;
}

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

.buttonWobble {
  transition: 0.3s;
}

.buttonWobble:hover {
  animation: wobble 0.5s 1;
  animation-timing-function: ease-in-out;
}

@keyframes wobble {
  0% {
    transform: skewX(0deg);
  }

  25% {
    transform: skewX(10deg);
  }

  50% {
    transform: skewX(0deg);
  }

  75% {
    transform: skewX(-10deg);
  }

  to {
    transform: skewX(0deg);
  }
}

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

.sub-text ::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.sub-text ::placeholder {
  color: #000;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.sub-heading-button {
  color: #fff;
  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 {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 720px;
}

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

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

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

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

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

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

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

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

.button-shadow-sharp1 {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.2);
}

.button-shadow-sharp2 {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.2);
}

.button-shadow-sharp3 {
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.2);
}

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

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

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

.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: 0 !important;
  padding-top: 0 !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: 0 !important;
  padding-right: 0 !important;
}

.vs__dropdown-toggle {
  background: #f3f8fb !important;
  border: none !important;
  height: 43px !important;
}

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

.row-align-left {
  margin: 0 auto;
  margin-left: 0 !important;
}

.row-align-right {
  margin: 0 auto;
  margin-right: 0 !important;
}

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

body {
  font-weight: unset !important;
  line-height: unset !important;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

*,
: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;
}

.LogoContainer {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoImg {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: 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: 0;
  padding: 0;
}

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

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

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

.dropdown-menu {
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
  color: #607179;
  display: none;
  float: left;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  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: 0;
  padding: 0;
}

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

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

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

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

#nav-menu-popup .nav-menu-body {
  background-color: #fff;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 45px;
  position: absolute;
  top: 0;
  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: "\f00d";
}

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

#nav-menu-popup .nav-menu .nav-menu-item {
  list-style: none;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  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: 0 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: 0;
  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 ease;
}

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

#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: 0;
  opacity: 0;
  overflow: auto;
  padding: 0;
  transition: all 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: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 1px 2px;
  padding: 5px;
}

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

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

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

.shadow3 {
  box-shadow: 0 10px 6px -6px #999;
}

.shadow4 {
  box-shadow: 3px 3px 15px #212121a8;
}

.shadow6 {
  box-shadow: 0 10px 1px #ddd, 0 10px 20px #ccc;
}

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

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

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

  50% {
    background-position: 100% 50%;
  }

  to {
    background-position: 0 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: "\00A0";
}

.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: 0 !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.eot);
  src: url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    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"),
    url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.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.eot);
  src: url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    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"),
    url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.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.eot);
  src: url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    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"),
    url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

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

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

.animate__animated {
  animation-duration: 1s;
  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;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  animation-name: fadeIn;
}

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

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInUp {
  animation-name: fadeInUp;
}

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

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInDown {
  animation-name: fadeInDown;
}

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

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInLeft {
  animation-name: fadeInLeft;
}

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

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__fadeInRight {
  animation-name: fadeInRight;
}

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

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__slideInUp {
  animation-name: slideInUp;
}

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

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__slideInDown {
  animation-name: slideInDown;
}

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

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__slideInLeft {
  animation-name: slideInLeft;
}

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

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.animate__slideInRight {
  animation-name: slideInRight;
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    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);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

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

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translateZ(0);
  }
}

.animate__bounceInRight {
  animation-name: bounceInRight;
}

@keyframes flip {
  0% {
    animation-timing-function: ease-out;
    opacity: 0;
    transform: perspective(400px) scaleX(1) translateZ(0) 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(0) rotateY(0deg);
  }

  to {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: perspective(400px) scaleX(1) translateZ(0) 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);
  }

  to {
    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);
  }

  to {
    transform: perspective(400px);
  }
}

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

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

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.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%, 0, 0) skewX(30deg);
  }

  60% {
    opacity: 1;
    transform: skewX(-20deg);
  }

  80% {
    transform: skewX(5deg);
  }

  to {
    transform: translateZ(0);
  }
}

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

@keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }

  60% {
    opacity: 1;
    transform: skewX(20deg);
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translateZ(0);
  }
}

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

.video-container[data-v-2f714085] {
  background-position: 50% !important;
  background-size: cover !important;
  margin: auto;
  position: relative;
  text-align: center;
}

.thumbnail-container[data-v-2f714085],
.video-overlay[data-v-2f714085] {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 1;
  z-index: 1;
}

.iframe-container[data-v-2f714085] {
  position: relative;
}

.iframe-container[data-v-2f714085],
iframe[data-v-2f714085] {
  background-color: #000;
  margin: auto;
  width: 100%;
}

iframe[data-v-2f714085] {
  border: none;
  box-shadow: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

.figure[data-v-2f714085] {
  margin: auto;
}

.figure span[data-v-2f714085] {
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
}

.figure span[data-v-2f714085]:focus:after,
.figure span[data-v-2f714085]:hover:after {
  background-color: #87cefa;
  opacity: 1;
}

.figure.youtube span[data-v-2f714085]:focus:after,
.figure.youtube span[data-v-2f714085]:hover:after {
  background-color: red;
}

.figure span[data-v-2f714085]:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  bottom: 0;
  color: #fff;
  content: "▶";
  display: block;
  font-size: 25px;
  height: 50px;
  left: 0;
  line-height: 2;
  margin: auto;
  opacity: 0.75;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: background-color 0.25s, opacity 0.25s;
  width: 75px;
}

.video-icon[data-v-2f714085]:before {
  color: #fff;
  content: "\f03d";
  font-family: Font Awesome\5 Free;
  font-size: 20px;
  font-weight: 700;
  left: 50%;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.service-header-classic {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
}

.service-header-classic-left {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  text-align: left;
  width: 50%;
}

.service-header-classic-right {
  text-align: right;
  width: 50%;
}

.service-widget-action-container {
  align-items: flex-end;
  background: #fff;
  border-top: 1px solid var(--appointment_widgets-border-color);
  bottom: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1220px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 1rem;
  position: sticky;
  width: 100%;
}

.service-widget-action-container>div {
  align-items: center;
  display: flex;
  gap: 5px;
  margin-left: 20px;
  width: 100%;
}

.service-widget-action-container svg {
  height: 0.8rem;
  margin-right: 0.3rem;
}

.service-back-link {
  align-items: center;
  color: #004eeb !important;
  cursor: pointer;
  display: flex;
  font-weight: 700;
}

@media (max-width: 982px) {
  .service-widget-action-container {
    max-width: 768px;
    width: 100%;
  }
}

@media (max-width: 726px) {
  .service-widget-action-container {
    border-bottom: 1px solid var(--appointment_widgets-border-color);
    border-radius: 0;
    border-top: none;
    bottom: 0;
    justify-content: flex-start;
    max-width: 726px;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    width: 100%;
  }

  .service-widget-action-container>div {
    align-items: center;
    display: flex;
    flex: 0 0 13.33333%;
    gap: 5px;
    justify-content: center;
    max-width: 33.33333%;
  }

  .service-header-classic {
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-header-classic-left {
    width: 100%;
  }

  .service-header-classic-right {
    margin-top: 10px;
    text-align: left;
    width: 100%;
  }

  .service-header-classic-right .business-info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .service-header-classic-right .business-address {
    width: 100%;
  }
}

.calendars-ellipsis-loader {
  align-items: center;
  display: flex;
  height: 700px;
  justify-content: center;
  padding: 15px 32px;
  width: 100%;
}

.calendars-ellipsis-loader .bt-spinner {
  animation: spin 1s linear infinite;
  background-color: transparent;
  border: 4px solid #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}