: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-l7ysgeqj: #4182F9;
    --color-l7ysjm68: #333333ff;
    --color-l801lzkt: #004998;
    --color-l8098de4: #F1F8FF;
    --color-mdsbjglc: #e0eaf9ff;
    --color-mdse47tp: #4081f940;
    --color-mdse83fy: #f0f6ffff;
    --color-mdsfe9ho: #58c887ff;
    --color-mdsff71r: #d8201fff;
    --color-mdsk1xf6: #7d7d7dff;
    --color-lx2qgvbk: #565A7C;
    --arial: 'Arial';
    --lato: 'Lato';
    --open-sans: 'Open Sans';
    --montserrat: 'Montserrat';
    --roboto: 'Roboto';
    --inter: 'Inter';
    --muli: 'Muli';
    --poppins: 'Poppins';
    --headlinefont: 'Inter';
    --contentfont: 'Inter';
    --text-color: #000000;
    --link-color: #188bf6;
}

/* Announcement bar (non-sticky) */
.qb5-announce{
  background:#f7faff;
  border-bottom:1px solid #e7eef9;
  font: 500 13px/1 Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color:#666;
}
.qb5-announce-inner{
  max-width: 1200px;      /* match your site container if needed */
  margin: 0 auto;
  height: 38px;
  padding: 0 14px;
  display:flex;
  align-items:center;
  justify-content:flex-end;   /* right aligned on desktop */
}

/* Language links */
.qb5-lang a{
  color:#666;
  text-decoration:none;
  transition:color .2s ease;
}
.qb5-lang a:hover{ color:#111; }
.qb5-lang a.active{ color:#000; font-weight:600; }
.qb5-lang span{ margin:0 6px; color:#b9c2d3; }

/* Mobile: center it and give a touch more height */
@media (max-width:768px){
  .qb5-announce-inner{
    height: 42px;
    justify-content:center;
  }
  .qb5-lang{ font-size:12.5px; }
}

/* If you had older in-hero switches, hide them to avoid duplicates */
#button-1CUm1qmgi6 .lang-switch,
#button-vdUuhnM-jY .lang-switch{ display:none !important; }

.contact-section {
    padding: 40px 20px;
    text-align: center;
    background: #f9f9f9;
}

.contact-section h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    margin: 10px 0;
    font-size: 1.1rem;
}

.sc-acd02e1-1 {
    display: none !important;
}

section#contact {
    font-family: 'Inter';
    color: black !important;
}

a {
    color: #000;
    transition: color 0.2s ease;
}

a:hover {
    color: #444;
    text-decoration: underline;
}

/* Bloc mentions / description */
.legal-section {
    max-width: 900px;
    margin: auto;
    padding: 20px;
    line-height: 1.6;
    font-family: "Inter", "Open Sans", sans-serif;
    color: #333;
}

.legal-section h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111;
}

.legal-section p {
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.legal-section h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000;
}

.hl-faq-child-panel {
    margin-left: 15px;
}

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


#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
    }
}

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


#hl_main_popup-Oeqo3SPMbX.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-Oeqo3SPMbX.popup-body {
    width: 380px !important
}

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

/* Box fluid */
.box-fluid {
    height: auto !important;
    min-height: auto !important;
    flex: none !important;
    align-self: flex-start !important;
}

/* Animation bouton CTA */
.cta-principal {
    position: relative;
    overflow: hidden;
    animation: growPulse 3s ease-in-out infinite;
}

/* Animation d’agrandissement */
@keyframes growPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* Halo lumineux flat */
.cta-principal::before {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transform: skewX(-20deg);
    animation: lightSweep 5s ease-in-out infinite;
    pointer-events: none;
}

/* Passage halo légèrement plus rapide (~2s) */
@keyframes lightSweep {
    0% {
        left: -60%;
        opacity: 0;
    }

    10% {
        opacity: 1;
        left: -60%;
    }

    45% {
        left: 120%;
        opacity: 1;
    }

    55% {
        opacity: 0;
        left: 120%;
    }

    100% {
        opacity: 0;
        left: 120%;
    }
}

.cta-secondaire {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-secondaire:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(64, 129, 249, 0.15);
}

.cta-secondaire::before {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transform: skewX(-20deg);
    animation: lightSweepSecondary 5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes lightSweepSecondary {
    0% {
        left: -60%;
        opacity: 0;
    }

    10% {
        opacity: 1;
        left: -60%;
    }

    45% {
        left: 120%;
        opacity: 1;
    }

    55% {
        opacity: 0;
        left: 120%;
    }

    100% {
        opacity: 0;
        left: 120%;
    }
}


/* Boutons WhatsApp */
.whatsapp {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(64, 129, 249, 0.15);
}

/* Logos partenaires qui défilent en gris */
.logo_partenaires img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

/* ---- Header styles ----- */
:root {
    --white: #ffffff;
    --black: #000000;
    --transparent: transparent;
    --color-l7ysgeqj: #4182F9;
    --color-mdse47tp: #4081f940;
    --color-mdse83fy: #f0f6ffff
}

.hl_page-preview--content .section-QDvNUXjs6v {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: var(--transparent);
    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-QDvNUXjs6v {
        padding-bottom: 10px
    }
}

.hl_page-preview--content .col-HtTVlq9_H5>.inner,
.hl_page-preview--content .row-iH9I_YtGGb {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 20px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-iH9I_YtGGb {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.hl_page-preview--content .col-HtTVlq9_H5 {
    width: 100%
}

.hl_page-preview--content .col-HtTVlq9_H5>.inner {
    padding: 5px
}

.hl_page-preview--content .button-vdUuhnM-jY {
    margin: 0 0 0 auto;
    text-align: right
}

.hl_page-preview--content .cbutton-vdUuhnM-jY {
    font-family: var(--headlinefont);
    background-color: var(--color-mdse83fy);
    color: var(--color-l7ysgeqj);
    secondary-color: var(--white);
    padding: 10px 20px;
    border-color: var(--color-mdse47tp);
    border-width: 1px;
    border-style: solid;
    letter-spacing: -1px;
    text-transform: none;
    width: auto%;
    box-shadow: none;
    icon-color: var(--color-l7ysgeqj);
    text-decoration: none
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .cbutton-vdUuhnM-jY {
        padding: 6px 10px 7px
    }
}

.hl_page-preview--content .button-1CUm1qmgi6 {
    margin: 0 0 0 auto;
    text-align: right
}

.hl_page-preview--content .cbutton-QGfV0ejGdr {
    font-family: var(--headlinefont);
    background-color: var(--color-mdse83fy);
    color: var(--color-l7ysgeqj);
    secondary-color: var(--white);
    padding: 10px 20px;
    border-color: var(--color-mdse47tp);
    border-width: 1px;
    border-style: solid;
    letter-spacing: -1px;
    text-transform: none;
    width: auto%;
    box-shadow: none;
    icon-color: var(--color-l7ysgeqj);
    text-decoration: none
}

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

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

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

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

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

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

#col-HtTVlq9_H5>.inner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.button-1CUm1qmgi6 .button-icon-start:before,
.button-vdUuhnM-jY .button-icon-start:before {
    content: "";
    font-family: "Font Awesome 5 Brands";
    font-weight: 700;
    color: var(--color-l7ysgeqj)
}

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

    .button-vdUuhnM-jY .button-icon-end,
    .button-vdUuhnM-jY .button-icon-start,
    .button-vdUuhnM-jY .main-heading-button {
        font-size: 16px;
        font-weight: 600
    }

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

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

    .button-vdUuhnM-jY .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

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

    .button-vdUuhnM-jY .button-icon-end,
    .button-vdUuhnM-jY .button-icon-start,
    .button-vdUuhnM-jY .main-heading-button {
        font-size: 12.5px;
        font-weight: 600
    }

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

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

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

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

    .button-1CUm1qmgi6 .button-icon-end,
    .button-1CUm1qmgi6 .button-icon-start,
    .button-1CUm1qmgi6 .main-heading-button {
        font-size: 16px;
        font-weight: 600
    }

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

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

    .button-1CUm1qmgi6 .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

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

    .button-1CUm1qmgi6 .button-icon-end,
    .button-1CUm1qmgi6 .button-icon-start,
    .button-1CUm1qmgi6 .main-heading-button {
        font-size: 12px;
        font-weight: 600
    }

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

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

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

/* ---- Section styles ----- */
:root {
    --white: #ffffff;
    --black: #000000;
    --transparent: transparent;
    --color-l7ysgeqj: #4182F9;
    --color-l7ysjm68: #333333ff;
    --color-mdse47tp: #4081f940;
    --color-mdse83fy: #f0f6ffff
}

.hl_page-preview--content .section-J3yrILQz22 {
    padding: 0 0 10px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: var(--transparent);
    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-J3yrILQz22 {
        padding-bottom: 10px
    }
}

.hl_page-preview--content .row-qVt8NBavoK {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0 15px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-qVt8NBavoK {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.hl_page-preview--content .col-JaLoPqVxAa {
    width: 49.7%
}

.hl_page-preview--content .col-JaLoPqVxAa>.inner {
    padding: 60px 5px 40px;
    background-color: var(--white);
    width: 49.7%;
    border-color: var(--color-mdse47tp);
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 12px 3px #e0eaf9ff;
    margin-top: 55px;
    margin-bottom: auto
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-JaLoPqVxAa>.inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 40px;
        padding-bottom: 20px;
        margin-top: 40px
    }
}

.hl_page-preview--content .image-uwyCGttOR9 {
    margin: 10px 0 0
}

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

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

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

    .hl_page-preview--content .cimage-uwyCGttOR9 {
        padding-left: 10px;
        padding-right: 10px
    }
}

.hl_page-preview--content #heading-9L-9bYEYcG {
    margin-top: 60px;
    margin-bottom: 0
}

.hl_page-preview--content .cheading-9L-9bYEYcG {
    font-family: var(--headlinefont);
    background-color: var(--transparent);
    color: var(--text-color);
    icon-color: var(--color-l7ysgeqj);
    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;
    inline-colors: var(--black)
}

.hl_page-preview--content .button-jpL3ZpewgD {
    margin: 20px auto 10px;
    text-align: center
}

.hl_page-preview--content .cbutton-jpL3ZpewgD {
    font-family: var(--headlinefont);
    background-color: var(--color-l7ysgeqj);
    color: var(--white);
    secondary-color: var(--white);
    padding: 15px 30px;
    border-color: var(--transparent);
    border-width: 1px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto%;
    box-shadow: none;
    icon-color: var(--white);
    text-decoration: none
}

.hl_page-preview--content #heading-pLkfDeZDdL,
.hl_page-preview--content #paragraph--1gYhG98jC {
    margin-top: 0;
    margin-bottom: 0
}

.hl_page-preview--content .cheading-pLkfDeZDdL,
.hl_page-preview--content .col-9K2_lw0faa>.inner {
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

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

.hl_page-preview--content .col-9K2_lw0faa {
    width: 50.3%
}

.hl_page-preview--content .col-9K2_lw0faa>.inner {
    padding: 10px 5px;
    width: 50.3%;
    margin-top: 0;
    margin-bottom: 0
}

.hl_page-preview--content .image-BhG4D1REgy {
    margin: 30px 0 15px
}

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

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

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

.hl_page-preview--content .cparagraph--1gYhG98jC,
.hl_page-preview--content .cparagraph-AfEiQveMKE,
.hl_page-preview--content .cparagraph-fOWvgDxW2l {
    font-family: var(--contentfont);
    background-color: var(--transparent);
    color: var(--color-l7ysjm68);
    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.4em;
    letter-spacing: 0;
    text-align: left;
    inline-colors: var(--color-l7ysgeqj)
}

.hl_page-preview--content #paragraph-AfEiQveMKE,
.hl_page-preview--content #paragraph-fOWvgDxW2l {
    margin-top: 0;
    margin-bottom: 10px
}

.hl_page-preview--content #heading-5MRClws40K {
    margin-top: 0;
    margin-bottom: 15px
}

.hl_page-preview--content .cheading-5MRClws40K,
.hl_page-preview--content .csub-heading-XmjeUE5XMf {
    font-family: var(--headlinefont);
    icon-color: var(--text-color);
    font-weight: 400;
    opacity: 1;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0
}

.hl_page-preview--content .cheading-5MRClws40K {
    background-color: var(--transparent);
    color: var(--text-color);
    padding: 0;
    text-shadow: 0 0 0 transparent;
    border-color: var(--black);
    border-width: 2px;
    text-align: left
}

.hl_page-preview--content #sub-heading-XmjeUE5XMf {
    margin: 0 auto 15px 0
}

.hl_page-preview--content .csub-heading-XmjeUE5XMf {
    background-color: var(--color-mdse83fy);
    color: var(--color-l7ysgeqj);
    padding: 5px 10px;
    border-color: var(--transparent);
    border-width: 1px;
    text-align: center;
    inline-colors: var(--color-l7ysgeqj)
}

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

#col-9K2_lw0faa>.inner,
#col-JaLoPqVxAa>.inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: inherit;
    flex-wrap: nowrap
}

.heading-9L-9bYEYcG,
.heading-pLkfDeZDdL {
    font-weight: 400
}

.heading-5MRClws40K a,
.heading-5MRClws40K a *,
.heading-9L-9bYEYcG a,
.heading-9L-9bYEYcG a *,
.heading-pLkfDeZDdL a,
.heading-pLkfDeZDdL a *,
.paragraph--1gYhG98jC a,
.paragraph--1gYhG98jC a *,
.paragraph-AfEiQveMKE a,
.paragraph-AfEiQveMKE a *,
.paragraph-fOWvgDxW2l a,
.paragraph-fOWvgDxW2l a *,
.sub-heading-XmjeUE5XMf a,
.sub-heading-XmjeUE5XMf a * {
    color: var(--link-color);
    text-decoration: none
}

.heading-5MRClws40K a u,
.heading-5MRClws40K a:hover,
.heading-9L-9bYEYcG a u,
.heading-9L-9bYEYcG a:hover,
.heading-pLkfDeZDdL a u,
.heading-pLkfDeZDdL a:hover,
.paragraph--1gYhG98jC a u,
.paragraph--1gYhG98jC a:hover,
.paragraph-AfEiQveMKE a u,
.paragraph-AfEiQveMKE a:hover,
.paragraph-fOWvgDxW2l a u,
.paragraph-fOWvgDxW2l a:hover,
.sub-heading-XmjeUE5XMf a u,
.sub-heading-XmjeUE5XMf a:hover {
    text-decoration: underline
}

.heading-5MRClws40K a s,
.heading-9L-9bYEYcG a s,
.heading-pLkfDeZDdL a s,
.paragraph--1gYhG98jC a s,
.paragraph-AfEiQveMKE a s,
.paragraph-fOWvgDxW2l a s,
.sub-heading-XmjeUE5XMf a s {
    text-decoration: line-through
}

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

    .heading-9L-9bYEYcG h1,
    .heading-9L-9bYEYcG h2,
    .heading-9L-9bYEYcG h3,
    .heading-9L-9bYEYcG h4,
    .heading-9L-9bYEYcG h5,
    .heading-9L-9bYEYcG h6,
    .heading-9L-9bYEYcG ul li,
    .heading-9L-9bYEYcG.text-output {
        font-size: 16px !important;
        font-weight: 400
    }
}

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

    .heading-9L-9bYEYcG h1,
    .heading-9L-9bYEYcG h2,
    .heading-9L-9bYEYcG h3,
    .heading-9L-9bYEYcG h4,
    .heading-9L-9bYEYcG h5,
    .heading-9L-9bYEYcG h6,
    .heading-9L-9bYEYcG ul li,
    .heading-9L-9bYEYcG.text-output {
        font-size: 16px !important;
        font-weight: 400
    }
}

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

.button-jpL3ZpewgD .button-icon-start:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: var(--white)
}

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

    .button-jpL3ZpewgD .button-icon-end,
    .button-jpL3ZpewgD .button-icon-start,
    .button-jpL3ZpewgD .main-heading-button {
        font-size: 23px;
        font-weight: 700
    }

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

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

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

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

    .button-jpL3ZpewgD .button-icon-end,
    .button-jpL3ZpewgD .button-icon-start,
    .button-jpL3ZpewgD .main-heading-button {
        font-size: 21px;
        font-weight: 700
    }

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

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

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

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

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

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

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

.heading-pLkfDeZDdL.text-output h1:first-child:before,
.heading-pLkfDeZDdL.text-output h2:first-child:before,
.heading-pLkfDeZDdL.text-output h3:first-child:before,
.heading-pLkfDeZDdL.text-output h4:first-child:before,
.heading-pLkfDeZDdL.text-output h5:first-child:before,
.heading-pLkfDeZDdL.text-output h6:first-child:before,
.heading-pLkfDeZDdL.text-output p:first-child:before {
    color: var(--color-l7ysgeqj);
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    font-weight: 700
}

.paragraph--1gYhG98jC,
.paragraph-AfEiQveMKE,
.paragraph-fOWvgDxW2l {
    font-weight: undefined
}

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

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

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

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

.heading-5MRClws40K.text-output h1:first-child:before,
.heading-5MRClws40K.text-output h2:first-child:before,
.heading-5MRClws40K.text-output h3:first-child:before,
.heading-5MRClws40K.text-output h4:first-child:before,
.heading-5MRClws40K.text-output h5:first-child:before,
.heading-5MRClws40K.text-output h6:first-child:before,
.heading-5MRClws40K.text-output p:first-child:before,
.paragraph--1gYhG98jC.text-output h1:first-child:before,
.paragraph--1gYhG98jC.text-output h2:first-child:before,
.paragraph--1gYhG98jC.text-output h3:first-child:before,
.paragraph--1gYhG98jC.text-output h4:first-child:before,
.paragraph--1gYhG98jC.text-output h5:first-child:before,
.paragraph--1gYhG98jC.text-output h6:first-child:before,
.paragraph--1gYhG98jC.text-output p:first-child:before,
.paragraph-AfEiQveMKE.text-output h1:first-child:before,
.paragraph-AfEiQveMKE.text-output h2:first-child:before,
.paragraph-AfEiQveMKE.text-output h3:first-child:before,
.paragraph-AfEiQveMKE.text-output h4:first-child:before,
.paragraph-AfEiQveMKE.text-output h5:first-child:before,
.paragraph-AfEiQveMKE.text-output h6:first-child:before,
.paragraph-AfEiQveMKE.text-output p:first-child:before,
.paragraph-fOWvgDxW2l.text-output h1:first-child:before,
.paragraph-fOWvgDxW2l.text-output h2:first-child:before,
.paragraph-fOWvgDxW2l.text-output h3:first-child:before,
.paragraph-fOWvgDxW2l.text-output h4:first-child:before,
.paragraph-fOWvgDxW2l.text-output h5:first-child:before,
.paragraph-fOWvgDxW2l.text-output h6:first-child:before,
.paragraph-fOWvgDxW2l.text-output p:first-child:before,
.sub-heading-XmjeUE5XMf.text-output h1:first-child:before,
.sub-heading-XmjeUE5XMf.text-output h2:first-child:before,
.sub-heading-XmjeUE5XMf.text-output h3:first-child:before,
.sub-heading-XmjeUE5XMf.text-output h4:first-child:before,
.sub-heading-XmjeUE5XMf.text-output h5:first-child:before,
.sub-heading-XmjeUE5XMf.text-output h6:first-child:before,
.sub-heading-XmjeUE5XMf.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) {

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

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

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

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

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

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

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

.heading-5MRClws40K {
    font-weight: 400
}

.heading-5MRClws40K strong {
    color: var(--color-l7ysgeqj)
}

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

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

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

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

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

.sub-heading-XmjeUE5XMf {
    font-weight: 700
}

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

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

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

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

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

.hl_page-preview--content .section-IxuHOWXlNr {
    padding: 0 0 10px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: var(--transparent);
    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-IxuHOWXlNr {
        padding-bottom: 10px
    }
}

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

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-sS5hVaFgBD {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

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

.hl_page-preview--content .clogo-showcase-0SLGaWdoMK {
    width: 50%;
    logo-width: 75px;
    padding: 0;
    background-color: var(--transparent);
    box-shadow: none;
    border-width: 0;
    border-style: solid;
    border-radius: 8px;
    border-color: #000
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .clogo-showcase-0SLGaWdoMK {
        width: 100%
    }
}

.hl_page-preview--content .col-GNMn016Iza>.inner,
.hl_page-preview--content .row-qoh4qP88wy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

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

.hl_page-preview--content .col-GNMn016Iza {
    width: 21.2%
}

.hl_page-preview--content .col-GNMn016Iza>.inner {
    padding: 10px 5px 0;
    width: 21.2%
}

.hl_page-preview--content #sub-heading-OsWAGND-oV {
    margin: 0
}

.hl_page-preview--content .csub-heading-OsWAGND-oV {
    font-family: var(--headlinefont);
    background-color: var(--transparent);
    color: var(--text-color);
    icon-color: var(--text-color);
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    opacity: .5;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    text-align: center
}

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

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

#logo-showcase-0SLGaWdoMK .logo-showcase-track {
    animation-duration: 20s
}

#logo-showcase-0SLGaWdoMK .logo-showcase-content {
    gap: 20px
}

#logo-showcase-0SLGaWdoMK .logo-item img {
    width: 75px;
    height: auto;
    object-fit: contain;
    display: block
}

#col-GNMn016Iza>.inner {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap
}

.sub-heading-OsWAGND-oV {
    font-weight: 400
}

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

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

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

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

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

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

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

.sub-heading-OsWAGND-oV.text-output h1:first-child:before,
.sub-heading-OsWAGND-oV.text-output h2:first-child:before,
.sub-heading-OsWAGND-oV.text-output h3:first-child:before,
.sub-heading-OsWAGND-oV.text-output h4:first-child:before,
.sub-heading-OsWAGND-oV.text-output h5:first-child:before,
.sub-heading-OsWAGND-oV.text-output h6:first-child:before,
.sub-heading-OsWAGND-oV.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;
    --red: #e93d3d;
    --transparent: transparent;
    --color-l7ysgeqj: #4182F9;
    --color-l7ysjm68: #333333ff;
    --color-mdse83fy: #f0f6ffff;
    --color-mdsfe9ho: #58c887ff
}

.hl_page-preview--content .section-wZ3GRyWO2A {
    padding: 30px 0 20px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: var(--color-mdse83fy);
    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-wZ3GRyWO2A {
        padding-bottom: 30px
    }
}

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

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-Uwo_CsrW-r {
        padding-top: 20px
    }
}

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

.hl_page-preview--content .button-883L9iSJp5 {
    margin: 0 auto;
    text-align: center
}

.hl_page-preview--content .cbutton-883L9iSJp5 {
    font-family: var(--headlinefont);
    background-color: var(--color-l7ysgeqj);
    color: var(--white);
    secondary-color: var(--white);
    padding: 15px 30px;
    border-color: var(--transparent);
    border-width: 1px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto%;
    box-shadow: none;
    icon-color: var(--white);
    text-decoration: none
}

.hl_page-preview--content .row-1IdlpU2qr9 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 85%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-1IdlpU2qr9 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 10px
    }
}

.hl_page-preview--content .col-dUD8UPZ4Dj {
    width: 100%
}

.hl_page-preview--content .col-dUD8UPZ4Dj>.inner {
    padding: 20px;
    background-color: var(--white);
    width: 100%;
    border-color: var(--transparent);
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 9px 0#e3e3e3ff;
    margin-top: 0;
    margin-bottom: 15px
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-dUD8UPZ4Dj>.inner {
        margin-bottom: 0;
        margin-top: 20px
    }
}

.hl_page-preview--content #bulletList-0fl_CGAMck,
.hl_page-preview--content #bulletList-WaTUXowRKe,
.hl_page-preview--content #bulletList-sZFV5PxSYx {
    margin: 0
}

.hl_page-preview--content .cbulletList-sZFV5PxSYx {
    font-family: var(--headlinefont);
    background-color: var(--transparent);
    color: var(--text-color);
    icon-color: var(--red);
    padding: 20px 20px 10px;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 2em;
    text-transform: none;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .col-rTqx6yUW8A {
    width: 100%
}

.hl_page-preview--content .col-rTqx6yUW8A>.inner {
    padding: 20px;
    background-color: var(--white);
    width: 100%;
    border-color: var(--transparent);
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 9px 0#e3e3e3ff;
    margin-top: 0;
    margin-bottom: 15px
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-rTqx6yUW8A>.inner {
        margin-bottom: 0
    }
}

.hl_page-preview--content .cbulletList-0fl_CGAMck,
.hl_page-preview--content .row-1p6oy9K9pQ {
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .cbulletList-0fl_CGAMck {
    font-family: var(--headlinefont);
    color: var(--text-color);
    icon-color: var(--color-mdsfe9ho);
    padding: 20px 20px 10px;
    opacity: 1;
    text-shadow: none;
    line-height: 2em;
    text-transform: none;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .row-1p6oy9K9pQ {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    width: 50%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-1p6oy9K9pQ {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 10px
    }
}

.hl_page-preview--content .col-JYFx3U-pNH {
    width: 100%
}

.hl_page-preview--content .col-JYFx3U-pNH>.inner {
    padding: 20px;
    background-color: var(--white);
    width: 100%;
    border-color: var(--transparent);
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 9px 0#e3e3e3ff;
    margin-top: 0;
    margin-bottom: 15px
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-JYFx3U-pNH>.inner {
        margin-bottom: 0
    }
}

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

.hl_page-preview--content .cbulletList-WaTUXowRKe {
    icon-color: var(--color-l7ysgeqj);
    padding: 10px 20px;
    text-shadow: none;
    line-height: 2em;
    text-transform: none;
    text-align: left
}

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

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

.hl_page-preview--content .col-0zyxdghHiX>.inner,
.hl_page-preview--content .row-kpwhPO4fxC {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-0zyxdghHiX {
    width: 100%
}

.hl_page-preview--content .col-0zyxdghHiX>.inner {
    padding: 10px 5px
}

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

.hl_page-preview--content .cheading-LNPc-sdcOa,
.hl_page-preview--content .cheading-Wfaj_m_kLj {
    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-LNPc-sdcOa {
    margin-top: 0;
    margin-bottom: 0
}

.hl_page-preview--content .cheading-LNPc-sdcOa {
    inline-colors: var(--color-l7ysjm68), var(--black)
}

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

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

.button-883L9iSJp5 .button-icon-start:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: var(--white)
}

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

    .button-883L9iSJp5 .button-icon-end,
    .button-883L9iSJp5 .button-icon-start,
    .button-883L9iSJp5 .main-heading-button {
        font-size: 20px;
        font-weight: 700
    }

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

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

    .button-883L9iSJp5 .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

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

    .button-883L9iSJp5 .button-icon-end,
    .button-883L9iSJp5 .button-icon-start,
    .button-883L9iSJp5 .main-heading-button {
        font-size: 19px;
        font-weight: 700
    }

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

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

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

#col-JYFx3U-pNH>.inner,
#col-dUD8UPZ4Dj>.inner,
#col-rTqx6yUW8A>.inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: inherit;
    flex-wrap: nowrap
}

.bulletList-0fl_CGAMck,
.bulletList-WaTUXowRKe,
.bulletList-sZFV5PxSYx {
    font-weight: 400
}

.bulletList-0fl_CGAMck a,
.bulletList-0fl_CGAMck a *,
.bulletList-WaTUXowRKe a,
.bulletList-WaTUXowRKe a *,
.bulletList-sZFV5PxSYx a,
.bulletList-sZFV5PxSYx a *,
.heading-LNPc-sdcOa a,
.heading-LNPc-sdcOa a *,
.heading-Wfaj_m_kLj a,
.heading-Wfaj_m_kLj a *,
.heading-p9JgX9BXM0 a,
.heading-p9JgX9BXM0 a * {
    color: var(--link-color);
    text-decoration: none
}

.bulletList-0fl_CGAMck a u,
.bulletList-0fl_CGAMck a:hover,
.bulletList-WaTUXowRKe a u,
.bulletList-WaTUXowRKe a:hover,
.bulletList-sZFV5PxSYx a u,
.bulletList-sZFV5PxSYx a:hover,
.heading-LNPc-sdcOa a u,
.heading-LNPc-sdcOa a:hover,
.heading-Wfaj_m_kLj a u,
.heading-Wfaj_m_kLj a:hover,
.heading-p9JgX9BXM0 a u,
.heading-p9JgX9BXM0 a:hover {
    text-decoration: underline
}

.bulletList-0fl_CGAMck a s,
.bulletList-WaTUXowRKe a s,
.bulletList-sZFV5PxSYx a s,
.heading-LNPc-sdcOa a s,
.heading-Wfaj_m_kLj a s,
.heading-p9JgX9BXM0 a s {
    text-decoration: line-through
}

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

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

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

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

.bulletList-0fl_CGAMck.text-output ul,
.bulletList-WaTUXowRKe.text-output ul,
.bulletList-sZFV5PxSYx.text-output ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 1.5em
}

.bulletList-0fl_CGAMck.text-output ol,
.bulletList-WaTUXowRKe.text-output ol,
.bulletList-sZFV5PxSYx.text-output ol {
    padding-left: 1.5em
}

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

.bulletList-sZFV5PxSYx.text-output li {
    list-style-type: ""
}

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

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

    .bulletList-0fl_CGAMck h1,
    .bulletList-0fl_CGAMck h2,
    .bulletList-0fl_CGAMck h3,
    .bulletList-0fl_CGAMck h4,
    .bulletList-0fl_CGAMck h5,
    .bulletList-0fl_CGAMck h6,
    .bulletList-0fl_CGAMck ul li,
    .bulletList-0fl_CGAMck.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

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

    .bulletList-0fl_CGAMck h1,
    .bulletList-0fl_CGAMck h2,
    .bulletList-0fl_CGAMck h3,
    .bulletList-0fl_CGAMck h4,
    .bulletList-0fl_CGAMck h5,
    .bulletList-0fl_CGAMck h6,
    .bulletList-0fl_CGAMck ul li,
    .bulletList-0fl_CGAMck.text-output {
        font-size: 16px !important;
        font-weight: 400
    }
}

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

.bulletList-0fl_CGAMck.text-output li {
    list-style-type: ""
}

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

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

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

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

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

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

.bulletList-WaTUXowRKe.text-output li {
    list-style-type: ""
}

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

.heading-LNPc-sdcOa,
.heading-Wfaj_m_kLj,
.heading-p9JgX9BXM0 {
    font-weight: undefined
}

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

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

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

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

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

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

.heading-Wfaj_m_kLj strong {
    color: var(--color-l7ysgeqj)
}

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

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

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

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

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

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

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

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

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

/* ---- Section styles ----- */
:root {
    --white: #ffffff;
    --black: #000000;
    --transparent: transparent;
    --color-l7ysgeqj: #4182F9;
    --color-l7ysjm68: #333333ff
}

.hl_page-preview--content .section-EwoUxzFLoj {
    padding: 30px 0 20px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: var(--transparent);
    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-EwoUxzFLoj {
        padding-bottom: 30px
    }
}

.hl_page-preview--content .col-iC-Xtbu_nC,
.hl_page-preview--content .row-CJqJjQklqI {
    margin: 0 auto;
    padding: 10px 5px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-iC-Xtbu_nC {
    margin: 0
}

.hl_page-preview--content .button-HtsHCGZ8lk {
    margin: 0 auto;
    text-align: center
}

.hl_page-preview--content .cbutton-HtsHCGZ8lk {
    font-family: var(--headlinefont);
    background-color: var(--color-l7ysgeqj);
    color: var(--white);
    secondary-color: var(--white);
    padding: 15px 30px;
    border-color: var(--transparent);
    border-width: 1px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto%;
    box-shadow: none;
    icon-color: var(--white);
    text-decoration: none
}

.hl_page-preview--content .col-goIsnwtyJO>.inner,
.hl_page-preview--content .row-cMeGIjuVYF {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0 15px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-cMeGIjuVYF {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 0
    }
}

.hl_page-preview--content .col-goIsnwtyJO {
    width: 54.5%
}

.hl_page-preview--content .col-goIsnwtyJO>.inner {
    padding: 30px 40px 20px;
    width: 54.5%;
    border-color: var(--transparent);
    border-width: 1px
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-goIsnwtyJO>.inner {
        padding-bottom: 10px;
        padding-top: 10px
    }
}

.hl_page-preview--content #bulletList-raF3_Ud-xy,
.hl_page-preview--content #paragraph-et7iUEB5Mo,
.hl_page-preview--content #paragraph-mXEq7UU27B {
    margin: 0
}

.hl_page-preview--content .cbulletList-raF3_Ud-xy,
.hl_page-preview--content .cparagraph-mXEq7UU27B {
    background-color: var(--transparent);
    color: var(--text-color);
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.7em;
    text-transform: none;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .cparagraph-mXEq7UU27B {
    font-family: var(--contentfont);
    icon-color: var(--text-color);
    font-weight: medium;
    padding: 0
}

.hl_page-preview--content .cbulletList-raF3_Ud-xy {
    font-family: var(--headlinefont);
    icon-color: var(--color-l7ysgeqj);
    padding: 10px 20px
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .cbulletList-raF3_Ud-xy {
        padding: 15px 10px
    }
}

.hl_page-preview--content .cheading-BrcgoCi8FG,
.hl_page-preview--content .cparagraph-et7iUEB5Mo {
    background-color: var(--transparent);
    color: var(--text-color);
    icon-color: var(--text-color);
    padding: 0;
    opacity: 1;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .cparagraph-et7iUEB5Mo {
    font-family: var(--contentfont);
    font-weight: medium;
    text-shadow: none;
    line-height: 1.7em;
    text-transform: none
}

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

.hl_page-preview--content .cheading-BrcgoCi8FG {
    font-family: var(--headlinefont);
    font-weight: 400;
    line-height: 1.3em
}

.hl_page-preview--content .col-WiEPfTLPxo {
    width: 45.5%
}

.hl_page-preview--content .col-WiEPfTLPxo>.inner {
    padding: 0 10px 20px;
    background-color: var(--transparent);
    width: 45.5%;
    border-color: var(--transparent);
    border-width: 1px;
    border-style: solid;
    margin-top: 0;
    margin-bottom: 0
}

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

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

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

.hl_page-preview--content .col-BYbiT3ax0f>.inner,
.hl_page-preview--content .row-opM6uWsVwK {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-BYbiT3ax0f {
    width: 100%
}

.hl_page-preview--content .col-BYbiT3ax0f>.inner {
    padding: 10px 5px 0
}

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

.hl_page-preview--content .cheading-J2bXfrWJBb,
.hl_page-preview--content .cheading-rHUToNIJM5 {
    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-rHUToNIJM5 {
    margin-top: 0;
    margin-bottom: 0
}

.hl_page-preview--content .cheading-rHUToNIJM5 {
    inline-colors: var(--color-l7ysjm68), var(--black)
}

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

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

.button-HtsHCGZ8lk .button-icon-start:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: var(--white)
}

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

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

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

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

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

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

    .button-HtsHCGZ8lk .button-icon-end,
    .button-HtsHCGZ8lk .button-icon-start,
    .button-HtsHCGZ8lk .main-heading-button {
        font-size: 19px;
        font-weight: 700
    }

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

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

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

#col-goIsnwtyJO>.inner {
    justify-content: flex-start
}

.bulletList-raF3_Ud-xy,
.paragraph-et7iUEB5Mo,
.paragraph-mXEq7UU27B {
    font-weight: 400
}

.bulletList-raF3_Ud-xy a,
.bulletList-raF3_Ud-xy a *,
.heading-BrcgoCi8FG a,
.heading-BrcgoCi8FG a *,
.heading-J2bXfrWJBb a,
.heading-J2bXfrWJBb a *,
.heading-rHUToNIJM5 a,
.heading-rHUToNIJM5 a *,
.paragraph-et7iUEB5Mo a,
.paragraph-et7iUEB5Mo a *,
.paragraph-mXEq7UU27B a,
.paragraph-mXEq7UU27B a * {
    color: var(--link-color);
    text-decoration: none
}

.bulletList-raF3_Ud-xy a u,
.bulletList-raF3_Ud-xy a:hover,
.heading-BrcgoCi8FG a u,
.heading-BrcgoCi8FG a:hover,
.heading-J2bXfrWJBb a u,
.heading-J2bXfrWJBb a:hover,
.heading-rHUToNIJM5 a u,
.heading-rHUToNIJM5 a:hover,
.paragraph-et7iUEB5Mo a u,
.paragraph-et7iUEB5Mo a:hover,
.paragraph-mXEq7UU27B a u,
.paragraph-mXEq7UU27B a:hover {
    text-decoration: underline
}

.bulletList-raF3_Ud-xy a s,
.heading-BrcgoCi8FG a s,
.heading-J2bXfrWJBb a s,
.heading-rHUToNIJM5 a s,
.paragraph-et7iUEB5Mo a s,
.paragraph-mXEq7UU27B a s {
    text-decoration: line-through
}

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

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

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

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

.heading-BrcgoCi8FG.text-output h1:first-child:before,
.heading-BrcgoCi8FG.text-output h2:first-child:before,
.heading-BrcgoCi8FG.text-output h3:first-child:before,
.heading-BrcgoCi8FG.text-output h4:first-child:before,
.heading-BrcgoCi8FG.text-output h5:first-child:before,
.heading-BrcgoCi8FG.text-output h6:first-child:before,
.heading-BrcgoCi8FG.text-output p:first-child:before,
.heading-J2bXfrWJBb.text-output h1:first-child:before,
.heading-J2bXfrWJBb.text-output h2:first-child:before,
.heading-J2bXfrWJBb.text-output h3:first-child:before,
.heading-J2bXfrWJBb.text-output h4:first-child:before,
.heading-J2bXfrWJBb.text-output h5:first-child:before,
.heading-J2bXfrWJBb.text-output h6:first-child:before,
.heading-J2bXfrWJBb.text-output p:first-child:before,
.heading-rHUToNIJM5.text-output h1:first-child:before,
.heading-rHUToNIJM5.text-output h2:first-child:before,
.heading-rHUToNIJM5.text-output h3:first-child:before,
.heading-rHUToNIJM5.text-output h4:first-child:before,
.heading-rHUToNIJM5.text-output h5:first-child:before,
.heading-rHUToNIJM5.text-output h6:first-child:before,
.heading-rHUToNIJM5.text-output p:first-child:before,
.paragraph-et7iUEB5Mo.text-output h1:first-child:before,
.paragraph-et7iUEB5Mo.text-output h2:first-child:before,
.paragraph-et7iUEB5Mo.text-output h3:first-child:before,
.paragraph-et7iUEB5Mo.text-output h4:first-child:before,
.paragraph-et7iUEB5Mo.text-output h5:first-child:before,
.paragraph-et7iUEB5Mo.text-output h6:first-child:before,
.paragraph-et7iUEB5Mo.text-output p:first-child:before,
.paragraph-mXEq7UU27B.text-output h1:first-child:before,
.paragraph-mXEq7UU27B.text-output h2:first-child:before,
.paragraph-mXEq7UU27B.text-output h3:first-child:before,
.paragraph-mXEq7UU27B.text-output h4:first-child:before,
.paragraph-mXEq7UU27B.text-output h5:first-child:before,
.paragraph-mXEq7UU27B.text-output h6:first-child:before,
.paragraph-mXEq7UU27B.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) {

    .bulletList-raF3_Ud-xy h1,
    .bulletList-raF3_Ud-xy h2,
    .bulletList-raF3_Ud-xy h3,
    .bulletList-raF3_Ud-xy h4,
    .bulletList-raF3_Ud-xy h5,
    .bulletList-raF3_Ud-xy h6,
    .bulletList-raF3_Ud-xy ul li,
    .bulletList-raF3_Ud-xy.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

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

    .bulletList-raF3_Ud-xy h1,
    .bulletList-raF3_Ud-xy h2,
    .bulletList-raF3_Ud-xy h3,
    .bulletList-raF3_Ud-xy h4,
    .bulletList-raF3_Ud-xy h5,
    .bulletList-raF3_Ud-xy h6,
    .bulletList-raF3_Ud-xy ul li,
    .bulletList-raF3_Ud-xy.text-output {
        font-size: 16px !important;
        font-weight: 400
    }
}

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

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

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

.bulletList-raF3_Ud-xy.text-output li {
    list-style-type: ""
}

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

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

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

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

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

.heading-BrcgoCi8FG,
.heading-J2bXfrWJBb,
.heading-rHUToNIJM5 {
    font-weight: undefined
}

.heading-BrcgoCi8FG strong,
.heading-J2bXfrWJBb strong {
    color: var(--color-l7ysgeqj)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---- Section styles ----- */
:root {
    --white: #ffffff;
    --black: #000000;
    --transparent: transparent;
    --color-l7ysgeqj: #4182F9;
    --color-l7ysjm68: #333333ff;
    --color-mdse83fy: #f0f6ffff
}

.hl_page-preview--content .section-p3L-FwW16y {
    padding: 40px 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: var(--color-mdse83fy);
    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-p3L-FwW16y {
        padding-top: 30px
    }
}

.hl_page-preview--content .row-vvPSNbCXXc {
    margin: 0 auto
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-vvPSNbCXXc {
        margin-top: 20px
    }
}

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

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

.hl_page-preview--content .button-keSJSHXR3I {
    margin: 0 auto;
    text-align: center
}

.hl_page-preview--content .cbutton-keSJSHXR3I {
    font-family: var(--headlinefont);
    background-color: var(--color-l7ysgeqj);
    color: var(--white);
    secondary-color: var(--white);
    padding: 15px 30px;
    border-color: var(--transparent);
    border-width: 1px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto%;
    box-shadow: none;
    icon-color: var(--white);
    text-decoration: none
}

.hl_page-preview--content .row-xNmO5VScBp {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-xNmO5VScBp {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.hl_page-preview--content .col-Em8hpQvBCN {
    width: 100%
}

.hl_page-preview--content .col-Em8hpQvBCN>.inner {
    padding: 20px 30px;
    background-color: var(--white);
    width: 100%;
    border-color: var(--transparent);
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 9px 0#d0d0d0ff;
    margin-top: 0;
    margin-bottom: 15px
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-Em8hpQvBCN>.inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: 20px;
        margin-bottom: 0
    }
}

.hl_page-preview--content #paragraph-M6JuQ1NHIb {
    margin: 0 0 auto
}

.hl_page-preview--content .cheading-4G5EkbLqRp,
.hl_page-preview--content .cparagraph-M6JuQ1NHIb,
.hl_page-preview--content .csub-heading-uMU8hEXMHp {
    background-color: var(--transparent);
    color: var(--text-color);
    icon-color: var(--text-color);
    padding: 0;
    opacity: 1;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content .cparagraph-M6JuQ1NHIb {
    font-family: var(--contentfont);
    font-weight: medium;
    text-shadow: none;
    text-transform: none
}

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

.hl_page-preview--content .cheading-4G5EkbLqRp,
.hl_page-preview--content .csub-heading-uMU8hEXMHp {
    font-family: var(--headlinefont);
    font-weight: 400
}

.hl_page-preview--content #sub-heading-uMU8hEXMHp {
    margin: 0 auto
}

.hl_page-preview--content .csub-heading-uMU8hEXMHp {
    background-color: var(--color-mdse83fy);
    color: var(--color-l7ysgeqj);
    padding: 5px 15px;
    border-color: var(--transparent);
    border-width: 1px;
    inline-colors: var(--color-l7ysgeqj)
}

.hl_page-preview--content .col-opCS0N3xLM {
    width: 100%
}

.hl_page-preview--content .col-opCS0N3xLM>.inner {
    padding: 20px 30px;
    background-color: var(--white);
    width: 100%;
    border-color: var(--transparent);
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 9px 0#e3e3e3ff;
    margin: 0 0 15px
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-opCS0N3xLM>.inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.hl_page-preview--content #paragraph-thOxnsu9RH {
    margin: 0 0 auto
}

.hl_page-preview--content .cheading-bxvZrs7rtX,
.hl_page-preview--content .cparagraph-thOxnsu9RH,
.hl_page-preview--content .csub-heading-kRitCI6nXV {
    background-color: var(--transparent);
    color: var(--text-color);
    icon-color: var(--text-color);
    padding: 0;
    opacity: 1;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content .cparagraph-thOxnsu9RH {
    font-family: var(--contentfont);
    font-weight: medium;
    text-shadow: none;
    text-transform: none
}

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

.hl_page-preview--content .cheading-bxvZrs7rtX,
.hl_page-preview--content .csub-heading-kRitCI6nXV {
    font-family: var(--headlinefont);
    font-weight: 400
}

.hl_page-preview--content #sub-heading-kRitCI6nXV {
    margin: 0 auto
}

.hl_page-preview--content .csub-heading-kRitCI6nXV {
    background-color: var(--color-mdse83fy);
    color: var(--color-l7ysgeqj);
    padding: 5px 15px;
    border-color: var(--transparent);
    border-width: 1px;
    inline-colors: var(--color-l7ysgeqj)
}

.hl_page-preview--content .col-JTMeDUNN3p {
    width: 100%
}

.hl_page-preview--content .col-JTMeDUNN3p>.inner {
    padding: 20px 30px;
    background-color: var(--white);
    width: 100%;
    border-color: var(--transparent);
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 9px 0#e3e3e3ff;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-JTMeDUNN3p>.inner {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.hl_page-preview--content #paragraph-pMFnK_Gw3P {
    margin: 0 0 auto
}

.hl_page-preview--content .cheading-K9QG78Hwrd,
.hl_page-preview--content .cparagraph-pMFnK_Gw3P,
.hl_page-preview--content .csub-heading-XYyacUGEau {
    background-color: var(--transparent);
    color: var(--text-color);
    icon-color: var(--text-color);
    padding: 0;
    opacity: 1;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content .cparagraph-pMFnK_Gw3P {
    font-family: var(--contentfont);
    font-weight: medium;
    text-shadow: none;
    text-transform: none
}

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

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #heading-K9QG78Hwrd {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.hl_page-preview--content .cheading-K9QG78Hwrd,
.hl_page-preview--content .csub-heading-XYyacUGEau {
    font-family: var(--headlinefont);
    font-weight: 400
}

.hl_page-preview--content #sub-heading-XYyacUGEau {
    margin: 0 auto
}

.hl_page-preview--content .csub-heading-XYyacUGEau {
    background-color: var(--color-mdse83fy);
    color: var(--color-l7ysgeqj);
    padding: 5px 15px;
    border-color: var(--transparent);
    border-width: 1px;
    inline-colors: var(--color-l7ysgeqj)
}

.hl_page-preview--content .col-HYOKwH26-x>.inner,
.hl_page-preview--content .row-FRGmZY1Z39 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-HYOKwH26-x {
    width: 100%
}

.hl_page-preview--content .col-HYOKwH26-x>.inner {
    padding: 10px 5px
}

.hl_page-preview--content #heading-4BMPCBRSM7 {
    margin-top: -8px;
    margin-bottom: 0
}

.hl_page-preview--content .cheading-4BMPCBRSM7,
.hl_page-preview--content .cheading-aMN_77_I3F {
    font-family: var(--headlinefont);
    background-color: var(--transparent);
    color: var(--text-color);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0;
    opacity: 1;
    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-aMN_77_I3F {
    margin-top: 0;
    margin-bottom: 0
}

.hl_page-preview--content .cheading-aMN_77_I3F {
    text-shadow: 0 0 0 transparent;
    inline-colors: var(--color-l7ysjm68), var(--black)
}

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

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

.button-keSJSHXR3I .button-icon-start:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: var(--white)
}

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

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

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

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

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

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

    .button-keSJSHXR3I .button-icon-end,
    .button-keSJSHXR3I .button-icon-start,
    .button-keSJSHXR3I .main-heading-button {
        font-size: 19px;
        font-weight: 700
    }

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

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

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

#col-Em8hpQvBCN>.inner,
#col-JTMeDUNN3p>.inner,
#col-opCS0N3xLM>.inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: inherit;
    flex-wrap: nowrap
}

.paragraph-M6JuQ1NHIb {
    font-weight: 400
}

.heading-4BMPCBRSM7 a,
.heading-4BMPCBRSM7 a *,
.heading-4G5EkbLqRp a,
.heading-4G5EkbLqRp a *,
.heading-K9QG78Hwrd a,
.heading-K9QG78Hwrd a *,
.heading-aMN_77_I3F a,
.heading-aMN_77_I3F a *,
.heading-bxvZrs7rtX a,
.heading-bxvZrs7rtX a *,
.paragraph-M6JuQ1NHIb a,
.paragraph-M6JuQ1NHIb a *,
.paragraph-pMFnK_Gw3P a,
.paragraph-pMFnK_Gw3P a *,
.paragraph-thOxnsu9RH a,
.paragraph-thOxnsu9RH a *,
.sub-heading-XYyacUGEau a,
.sub-heading-XYyacUGEau a *,
.sub-heading-kRitCI6nXV a,
.sub-heading-kRitCI6nXV a *,
.sub-heading-uMU8hEXMHp a,
.sub-heading-uMU8hEXMHp a * {
    color: var(--link-color);
    text-decoration: none
}

.heading-4BMPCBRSM7 a u,
.heading-4BMPCBRSM7 a:hover,
.heading-4G5EkbLqRp a u,
.heading-4G5EkbLqRp a:hover,
.heading-K9QG78Hwrd a u,
.heading-K9QG78Hwrd a:hover,
.heading-aMN_77_I3F a u,
.heading-aMN_77_I3F a:hover,
.heading-bxvZrs7rtX a u,
.heading-bxvZrs7rtX a:hover,
.paragraph-M6JuQ1NHIb a u,
.paragraph-M6JuQ1NHIb a:hover,
.paragraph-pMFnK_Gw3P a u,
.paragraph-pMFnK_Gw3P a:hover,
.paragraph-thOxnsu9RH a u,
.paragraph-thOxnsu9RH a:hover,
.sub-heading-XYyacUGEau a u,
.sub-heading-XYyacUGEau a:hover,
.sub-heading-kRitCI6nXV a u,
.sub-heading-kRitCI6nXV a:hover,
.sub-heading-uMU8hEXMHp a u,
.sub-heading-uMU8hEXMHp a:hover {
    text-decoration: underline
}

.heading-4BMPCBRSM7 a s,
.heading-4G5EkbLqRp a s,
.heading-K9QG78Hwrd a s,
.heading-aMN_77_I3F a s,
.heading-bxvZrs7rtX a s,
.paragraph-M6JuQ1NHIb a s,
.paragraph-pMFnK_Gw3P a s,
.paragraph-thOxnsu9RH a s,
.sub-heading-XYyacUGEau a s,
.sub-heading-kRitCI6nXV a s,
.sub-heading-uMU8hEXMHp a s {
    text-decoration: line-through
}

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

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

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

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

.heading-4BMPCBRSM7.text-output h1:first-child:before,
.heading-4BMPCBRSM7.text-output h2:first-child:before,
.heading-4BMPCBRSM7.text-output h3:first-child:before,
.heading-4BMPCBRSM7.text-output h4:first-child:before,
.heading-4BMPCBRSM7.text-output h5:first-child:before,
.heading-4BMPCBRSM7.text-output h6:first-child:before,
.heading-4BMPCBRSM7.text-output p:first-child:before,
.heading-4G5EkbLqRp.text-output h1:first-child:before,
.heading-4G5EkbLqRp.text-output h2:first-child:before,
.heading-4G5EkbLqRp.text-output h3:first-child:before,
.heading-4G5EkbLqRp.text-output h4:first-child:before,
.heading-4G5EkbLqRp.text-output h5:first-child:before,
.heading-4G5EkbLqRp.text-output h6:first-child:before,
.heading-4G5EkbLqRp.text-output p:first-child:before,
.heading-K9QG78Hwrd.text-output h1:first-child:before,
.heading-K9QG78Hwrd.text-output h2:first-child:before,
.heading-K9QG78Hwrd.text-output h3:first-child:before,
.heading-K9QG78Hwrd.text-output h4:first-child:before,
.heading-K9QG78Hwrd.text-output h5:first-child:before,
.heading-K9QG78Hwrd.text-output h6:first-child:before,
.heading-K9QG78Hwrd.text-output p:first-child:before,
.heading-aMN_77_I3F.text-output h1:first-child:before,
.heading-aMN_77_I3F.text-output h2:first-child:before,
.heading-aMN_77_I3F.text-output h3:first-child:before,
.heading-aMN_77_I3F.text-output h4:first-child:before,
.heading-aMN_77_I3F.text-output h5:first-child:before,
.heading-aMN_77_I3F.text-output h6:first-child:before,
.heading-aMN_77_I3F.text-output p:first-child:before,
.heading-bxvZrs7rtX.text-output h1:first-child:before,
.heading-bxvZrs7rtX.text-output h2:first-child:before,
.heading-bxvZrs7rtX.text-output h3:first-child:before,
.heading-bxvZrs7rtX.text-output h4:first-child:before,
.heading-bxvZrs7rtX.text-output h5:first-child:before,
.heading-bxvZrs7rtX.text-output h6:first-child:before,
.heading-bxvZrs7rtX.text-output p:first-child:before,
.paragraph-M6JuQ1NHIb.text-output h1:first-child:before,
.paragraph-M6JuQ1NHIb.text-output h2:first-child:before,
.paragraph-M6JuQ1NHIb.text-output h3:first-child:before,
.paragraph-M6JuQ1NHIb.text-output h4:first-child:before,
.paragraph-M6JuQ1NHIb.text-output h5:first-child:before,
.paragraph-M6JuQ1NHIb.text-output h6:first-child:before,
.paragraph-M6JuQ1NHIb.text-output p:first-child:before,
.paragraph-pMFnK_Gw3P.text-output h1:first-child:before,
.paragraph-pMFnK_Gw3P.text-output h2:first-child:before,
.paragraph-pMFnK_Gw3P.text-output h3:first-child:before,
.paragraph-pMFnK_Gw3P.text-output h4:first-child:before,
.paragraph-pMFnK_Gw3P.text-output h5:first-child:before,
.paragraph-pMFnK_Gw3P.text-output h6:first-child:before,
.paragraph-pMFnK_Gw3P.text-output p:first-child:before,
.paragraph-thOxnsu9RH.text-output h1:first-child:before,
.paragraph-thOxnsu9RH.text-output h2:first-child:before,
.paragraph-thOxnsu9RH.text-output h3:first-child:before,
.paragraph-thOxnsu9RH.text-output h4:first-child:before,
.paragraph-thOxnsu9RH.text-output h5:first-child:before,
.paragraph-thOxnsu9RH.text-output h6:first-child:before,
.paragraph-thOxnsu9RH.text-output p:first-child:before,
.sub-heading-XYyacUGEau.text-output h1:first-child:before,
.sub-heading-XYyacUGEau.text-output h2:first-child:before,
.sub-heading-XYyacUGEau.text-output h3:first-child:before,
.sub-heading-XYyacUGEau.text-output h4:first-child:before,
.sub-heading-XYyacUGEau.text-output h5:first-child:before,
.sub-heading-XYyacUGEau.text-output h6:first-child:before,
.sub-heading-XYyacUGEau.text-output p:first-child:before,
.sub-heading-kRitCI6nXV.text-output h1:first-child:before,
.sub-heading-kRitCI6nXV.text-output h2:first-child:before,
.sub-heading-kRitCI6nXV.text-output h3:first-child:before,
.sub-heading-kRitCI6nXV.text-output h4:first-child:before,
.sub-heading-kRitCI6nXV.text-output h5:first-child:before,
.sub-heading-kRitCI6nXV.text-output h6:first-child:before,
.sub-heading-kRitCI6nXV.text-output p:first-child:before,
.sub-heading-uMU8hEXMHp.text-output h1:first-child:before,
.sub-heading-uMU8hEXMHp.text-output h2:first-child:before,
.sub-heading-uMU8hEXMHp.text-output h3:first-child:before,
.sub-heading-uMU8hEXMHp.text-output h4:first-child:before,
.sub-heading-uMU8hEXMHp.text-output h5:first-child:before,
.sub-heading-uMU8hEXMHp.text-output h6:first-child:before,
.sub-heading-uMU8hEXMHp.text-output p:first-child:before {
    color: var(--text-color);
    content: '\';
font-family: '';
    margin-right: 5px;
    font-weight: 700
}

.heading-4G5EkbLqRp {
    font-weight: undefined
}

.heading-4BMPCBRSM7 strong,
.heading-4G5EkbLqRp strong,
.heading-K9QG78Hwrd strong,
.heading-bxvZrs7rtX strong {
    color: var(--color-l7ysgeqj)
}

.heading-4BMPCBRSM7 em,
.heading-4BMPCBRSM7 u,
.heading-4G5EkbLqRp em,
.heading-4G5EkbLqRp u,
.heading-K9QG78Hwrd em,
.heading-K9QG78Hwrd u,
.heading-bxvZrs7rtX em,
.heading-bxvZrs7rtX u {
    color: var(--text-color)
}

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

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

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

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

.paragraph-thOxnsu9RH,
.sub-heading-uMU8hEXMHp {
    font-weight: 400
}

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

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

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

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

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

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

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

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

.heading-bxvZrs7rtX {
    font-weight: undefined
}

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

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

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

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

.paragraph-pMFnK_Gw3P,
.sub-heading-kRitCI6nXV {
    font-weight: 400
}

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

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

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

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

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

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

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

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

.heading-K9QG78Hwrd {
    font-weight: undefined
}

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

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

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

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

.sub-heading-XYyacUGEau {
    font-weight: 400
}

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

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

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

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

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

.heading-4BMPCBRSM7,
.heading-aMN_77_I3F {
    font-weight: undefined
}

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

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

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

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

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

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

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

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

/* ---- Section styles ----- */
:root {
    --white: #ffffff;
    --gray: #cbd5e0;
    --black: #000000;
    --transparent: transparent;
    --color-l7ysgeqj: #4182F9;
    --color-l7ysjm68: #333333ff
}

.hl_page-preview--content .section-R-oVfCf5Z5 {
    padding: 30px 0 40px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-xaMWpn9aQE,
.hl_page-preview--content .row-E-XL8nAeYu {
    margin: 0 auto;
    padding: 10px 5px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

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

.hl_page-preview--content .button-g6U2EHemls {
    margin: 0 auto;
    text-align: center
}

.hl_page-preview--content .cbutton-g6U2EHemls {
    font-family: var(--headlinefont);
    background-color: var(--color-l7ysgeqj);
    color: var(--white);
    secondary-color: var(--white);
    padding: 15px 30px;
    border-color: var(--transparent);
    border-width: 1px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto%;
    box-shadow: none;
    icon-color: var(--white);
    text-decoration: none
}

.hl_page-preview--content .col-A3NySCPQ4k>.inner,
.hl_page-preview--content .col-TgBOLPYLOA>.inner,
.hl_page-preview--content .row-QfmkTJQvJN {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 65%
}

.hl_page-preview--content .col-TgBOLPYLOA {
    width: 100%
}

.hl_page-preview--content .col-A3NySCPQ4k>.inner,
.hl_page-preview--content .col-TgBOLPYLOA>.inner {
    padding: 10px 5px 0;
    width: 100%
}

.hl_page-preview--content .cfaq-KdoLmAanZg {
    font-family: var(--contentfont);
    faq-open-title-text-color: var(--color-l7ysgeqj);
    faq-open-title-background-color: var(--white);
    faq-divider-color: var(--gray);
    faq-content-text-color: var(--black);
    faq-open-background-color: var(--white);
    faq-closed-title-text-color: #111827;
    faq-closed-title-background-color: var(--white);
    faq-expand-all-button-text-color: var(--color-l7ysgeqj);
    faq-expand-all-button-border-color: #d1d5db;
    faq-expand-all-button-background-color: var(--transparent);
    link-text-color: var(--color-l7ysgeqj);
    faq-heading-font-family: var(--headlinefont);
    faq-content-font-family: var(--contentfont);
    padding: 10px;
    margin: 0;
    border-color: var(--black);
    border-style: solid;
    border-width: 2px;
    font-weight: 700
}

.hl_page-preview--content .row-IXQ7ce_v1F {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-A3NySCPQ4k {
    width: 100%
}

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

.hl_page-preview--content .cheading-TAv8hykrOH,
.hl_page-preview--content .cheading-W9EK6HfrRT {
    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-W9EK6HfrRT {
    margin-top: 0;
    margin-bottom: 0
}

.hl_page-preview--content .cheading-W9EK6HfrRT {
    inline-colors: var(--color-l7ysjm68), var(--black)
}

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

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

.button-g6U2EHemls .button-icon-start:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: var(--white)
}

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

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

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

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

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

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

    .button-g6U2EHemls .button-icon-end,
    .button-g6U2EHemls .button-icon-start,
    .button-g6U2EHemls .main-heading-button {
        font-size: 19px;
        font-weight: 700
    }

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

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

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

#faq-KdoLmAanZg .hl-faq-child-heading-text {
    font-size: 17px
}

#faq-KdoLmAanZg .hl-faq-child-heading-text .ProseMirror h4,
#faq-KdoLmAanZg .hl-faq-child-heading-text h4 {
    font-weight: 700 !important
}

#faq-KdoLmAanZg .hl-faq-child-item-text {
    font-size: 16px
}

#faq-KdoLmAanZg .hl-faq-child-item-text .ProseMirror p,
#faq-KdoLmAanZg .hl-faq-child-item-text p {
    font-weight: 400 !important
}

#faq-KdoLmAanZg .faq-separated-child {
    border: 1.5px solid var(--gray);
    border-radius: 10px
}

#faq-KdoLmAanZg .faq-separated-child.active {
    border: 1.5px solid var(--gray)
}

#faq-KdoLmAanZg .faq-contained-child {
    border: 1px solid var(--gray)
}

#faq-KdoLmAanZg .faq-simple-child .hl-faq-child-heading {
    border-top: 1px solid var(--gray)
}

#faq-KdoLmAanZg .faq-separated-child .hl-faq-child-heading {
    border-radius: 10px
}

#faq-KdoLmAanZg .faq-separated-child .hl-faq-child-heading.active {
    border-radius: 10px 10px 0 0
}

#faq-KdoLmAanZg .hl-faq-child-heading,
#faq-KdoLmAanZg .hl-faq-child-heading.active {
    background-color: var(--white)
}

#faq-KdoLmAanZg .hl-faq-child-heading .hl-faq-child-head .hl-faq-child-heading-text,
#faq-KdoLmAanZg .hl-faq-child-heading .hl-faq-child-heading-icon {
    color: #111827
}

#faq-KdoLmAanZg .hl-faq-child-heading.active .hl-faq-child-head .hl-faq-child-heading-text,
#faq-KdoLmAanZg .hl-faq-child-heading.active .hl-faq-child-heading-icon,
.heading-TAv8hykrOH strong {
    color: var(--color-l7ysgeqj)
}

#faq-KdoLmAanZg .hl-faq-child-heading .hl-faq-child-head .hl-faq-child-heading-text {
    line-height: 1.5;
    font-family: var(--headlinefont)
}

#faq-KdoLmAanZg .hl-faq-child .hl-faq-child-panel {
    background-color: var(--white)
}

#faq-KdoLmAanZg .faq-separated-child .hl-faq-child-panel {
    border-radius: 0
}

#faq-KdoLmAanZg .faq-separated-child.active .hl-faq-child-panel {
    border-radius: 0 0 10px 10px
}

#faq-KdoLmAanZg .hl-faq-child .hl-faq-child-panel .hl-faq-child-item-text {
    color: var(--black);
    line-height: 1.5
}

#faq-KdoLmAanZg .hl-faq-child-panel {
    display: flex;
    padding: 15px;
    overflow: hidden
}

#faq-KdoLmAanZg .hl-faq-child-panel .item-text {
    min-width: 80%;
    margin: 0;
    font-family: var(--contentfont)
}

#faq-KdoLmAanZg .hl-faq-child-panel .item-img {
    padding: .5em;
    max-width: 20%;
    height: 100%
}

@media screen and (min-width:0px) and (max-width:480px) {
    #faq-KdoLmAanZg .hl-faq-child-panel {
        display: grid;
        padding: 15px
    }

    #faq-KdoLmAanZg .hl-faq-child-panel .item-img {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto
    }

    #faq-KdoLmAanZg .hl-faq-child-panel .item-text {
        max-width: 100%;
        width: 100%;
        margin: 0;
        height: auto;
        padding: 0 0 5px
    }

    #faq-KdoLmAanZg .hl-faq-child-heading-text {
        font-size: 17px
    }

    #faq-KdoLmAanZg .hl-faq-child-heading-text .ProseMirror h4,
    #faq-KdoLmAanZg .hl-faq-child-heading-text h4,
    #faq-KdoLmAanZg .hl-faq-child-item-text .ProseMirror p,
    #faq-KdoLmAanZg .hl-faq-child-item-text p {
        font-weight: undefined !important
    }

    #faq-KdoLmAanZg .hl-faq-child-item-text {
        font-size: 15px
    }
}

#faq-KdoLmAanZg .hl-faq-child-heading .hl-faq-child-heading-icon:before {
    content: "" !important;
    font-family: "Font Awesome 5 Free"
}

#faq-KdoLmAanZg .hl-faq-child-heading.active .hl-faq-child-heading-icon:before {
    content: "" !important;
    font-family: "Font Awesome 5 Free"
}

#faq-KdoLmAanZg .expand-collapse-all-button {
    color: var(--color-l7ysgeqj);
    border: 1px solid #d1d5db;
    background-color: var(--transparent)
}

#faq-KdoLmAanZg a {
    color: var(--color-l7ysgeqj) !important;
    text-decoration: none !important
}

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

.heading-TAv8hykrOH,
.heading-W9EK6HfrRT {
    font-weight: undefined
}

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

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

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

.heading-TAv8hykrOH a s,
.heading-W9EK6HfrRT a s {
    text-decoration: line-through
}

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

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

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

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

.heading-TAv8hykrOH.text-output h1:first-child:before,
.heading-TAv8hykrOH.text-output h2:first-child:before,
.heading-TAv8hykrOH.text-output h3:first-child:before,
.heading-TAv8hykrOH.text-output h4:first-child:before,
.heading-TAv8hykrOH.text-output h5:first-child:before,
.heading-TAv8hykrOH.text-output h6:first-child:before,
.heading-TAv8hykrOH.text-output p:first-child:before,
.heading-W9EK6HfrRT.text-output h1:first-child:before,
.heading-W9EK6HfrRT.text-output h2:first-child:before,
.heading-W9EK6HfrRT.text-output h3:first-child:before,
.heading-W9EK6HfrRT.text-output h4:first-child:before,
.heading-W9EK6HfrRT.text-output h5:first-child:before,
.heading-W9EK6HfrRT.text-output h6:first-child:before,
.heading-W9EK6HfrRT.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-W9EK6HfrRT h1,
    .heading-W9EK6HfrRT h2,
    .heading-W9EK6HfrRT h3,
    .heading-W9EK6HfrRT h4,
    .heading-W9EK6HfrRT h5,
    .heading-W9EK6HfrRT h6,
    .heading-W9EK6HfrRT ul li,
    .heading-W9EK6HfrRT.text-output {
        font-size: 24px !important;
        font-weight: undefined
    }
}

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

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

/* ---- Section styles ----- */
:root {
    --white: #ffffff;
    --black: #000000;
    --transparent: transparent;
    --color-l7ysgeqj: #4182F9;
    --color-mdse83fy: #f0f6ffff
}

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

.hl_page-preview--content .col-58XknUxhNG>.inner,
.hl_page-preview--content .col-YQI8r58vWL>.inner,
.hl_page-preview--content .row-dQiViRHZ8h {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 75%
}

.hl_page-preview--content .col-58XknUxhNG {
    width: 100%
}

.hl_page-preview--content .col-58XknUxhNG>.inner,
.hl_page-preview--content .col-YQI8r58vWL>.inner {
    padding: 10px 5px;
    width: 100%
}

.hl_page-preview--content .button-x_X_dx987N {
    margin: 0 auto;
    text-align: right
}

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

.hl_page-preview--content .cbutton-x_X_dx987N {
    font-family: var(--headlinefont);
    background-color: var(--color-mdse83fy);
    color: var(--color-l7ysgeqj);
    secondary-color: var(--white);
    padding: 10px 20px;
    border-color: var(--transparent);
    border-width: 1px;
    border-style: solid;
    letter-spacing: -1px;
    text-transform: none;
    width: auto%;
    box-shadow: none;
    icon-color: var(--color-l7ysgeqj);
    text-decoration: none
}

.hl_page-preview--content .col-YQI8r58vWL {
    width: 100%
}

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

.hl_page-preview--content .csub-heading-MAJI-TvCei {
    font-family: var(--headlinefont);
    background-color: var(--transparent);
    color: var(--white);
    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
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .csub-heading-MAJI-TvCei {
        text-align: center
    }
}

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

.hl_page-preview--content .cheading-pcfrdfh83A {
    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: left
}

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

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

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

.button-x_X_dx987N .button-icon-start:before {
    content: "";
    font-family: "Font Awesome 5 Brands";
    font-weight: 700;
    color: var(--color-l7ysgeqj)
}

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

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

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

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

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

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

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

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

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

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

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

.heading-pcfrdfh83A,
.sub-heading-MAJI-TvCei {
    font-weight: undefined
}

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

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

.heading-pcfrdfh83A a u,
.heading-pcfrdfh83A a:hover,
.sub-heading-MAJI-TvCei a u,
.sub-heading-MAJI-TvCei a:hover {
    text-decoration: underline
}

.heading-pcfrdfh83A a s,
.sub-heading-MAJI-TvCei a s {
    text-decoration: line-through
}

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

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

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

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

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

.heading-pcfrdfh83A strong {
    color: var(--white)
}

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

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

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

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

/* ---- footer styles ----- */
:root {
    --black: #000000;
    --transparent: transparent;
    --color-l7ysgeqj: #4182F9;
    --color-l8098de4: #F1F8FF;
    --color-mdsk1xf6: #7d7d7dff
}

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

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

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

.hl_page-preview--content #paragraph-L7Kb8Kc5RP {
    margin: 0
}

.hl_page-preview--content .cparagraph-L7Kb8Kc5RP,
.hl_page-preview--content .cparagraph-gq2Jc3BkW0,
.hl_page-preview--content .cparagraph-ilrWu1kFMW {
    font-family: var(--contentfont);
    background-color: var(--transparent);
    color: var(--color-mdsk1xf6);
    icon-color: var(--text-color);
    padding: 0;
    opacity: 1;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content .cparagraph-L7Kb8Kc5RP {
    font-weight: medium;
    box-shadow: none;
    text-shadow: none;
    text-transform: none
}

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

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #paragraph-ilrWu1kFMW {
        margin-bottom: 15px
    }
}

.hl_page-preview--content .cparagraph-gq2Jc3BkW0,
.hl_page-preview--content .cparagraph-ilrWu1kFMW {
    font-weight: 400;
    text-shadow: 0 0 0 transparent
}

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

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #paragraph-gq2Jc3BkW0 {
        margin-bottom: 15px
    }
}

.hl_page-preview--content .row-oGSQ1C5uNZ {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 70%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-oGSQ1C5uNZ {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.hl_page-preview--content .col-CyrgtWfl8N {
    width: 0%
}

.hl_page-preview--content .col-4BCgAX9kEn>.inner,
.hl_page-preview--content .col-5tH3hVUdgi>.inner,
.hl_page-preview--content .col-CyrgtWfl8N>.inner {
    padding: 10px 5px;
    background-color: var(--transparent);
    width: 0%;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    margin-top: 0;
    margin-bottom: 0
}

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

.hl_page-preview--content .image-1xz_Zn10Lf .image-container img,
.hl_page-preview--content .image-9DxPfY_fz9 .image-container img,
.hl_page-preview--content .image-dXoMepdgnT .image-container img {
    box-shadow: undefined
}

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

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

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

.hl_page-preview--content #paragraph-Lu2iYtZWFs,
.hl_page-preview--content .image-9DxPfY_fz9 {
    margin-top: 0;
    margin-bottom: 0
}

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

.hl_page-preview--content .col-5tH3hVUdgi {
    width: 37.7%
}

.hl_page-preview--content .col-4BCgAX9kEn>.inner,
.hl_page-preview--content .col-5tH3hVUdgi>.inner {
    width: 37.7%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #paragraph-Lu2iYtZWFs {
        margin-bottom: 0
    }
}

.hl_page-preview--content .cparagraph-Lu2iYtZWFs {
    font-family: var(--contentfont);
    background-color: var(--transparent);
    color: var(--text-color);
    icon-color: var(--color-l7ysgeqj);
    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
}

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

.hl_page-preview--content #paragraph-drtt1jMe4J {
    margin-top: 0;
    margin-bottom: 5px
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #paragraph-drtt1jMe4J {
        margin-bottom: 10px
    }
}

.hl_page-preview--content .cparagraph-drtt1jMe4J {
    font-family: var(--contentfont);
    background-color: var(--transparent);
    color: var(--text-color);
    icon-color: var(--color-l7ysgeqj);
    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
}

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

.hl_page-preview--content .col-4BCgAX9kEn {
    width: 62.3%
}

.hl_page-preview--content .col-4BCgAX9kEn>.inner {
    width: 62.3%
}

.hl_page-preview--content .image-3Zn6hrL9bS {
    margin: 0
}

.hl_page-preview--content .image-3Zn6hrL9bS .image-container img {
    box-shadow: none;
    width: 120px;
    height: auto
}

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

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

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

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

.paragraph-L7Kb8Kc5RP {
    font-weight: 400
}

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

.paragraph-L7Kb8Kc5RP a u,
.paragraph-L7Kb8Kc5RP a:hover,
.paragraph-Lu2iYtZWFs a u,
.paragraph-Lu2iYtZWFs a:hover,
.paragraph-drtt1jMe4J a u,
.paragraph-drtt1jMe4J a:hover,
.paragraph-gq2Jc3BkW0 a u,
.paragraph-gq2Jc3BkW0 a:hover,
.paragraph-ilrWu1kFMW a u,
.paragraph-ilrWu1kFMW a:hover {
    text-decoration: underline
}

.paragraph-L7Kb8Kc5RP a s,
.paragraph-Lu2iYtZWFs a s,
.paragraph-drtt1jMe4J a s,
.paragraph-gq2Jc3BkW0 a s,
.paragraph-ilrWu1kFMW a s {
    text-decoration: line-through
}

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

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

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

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

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

.paragraph-Lu2iYtZWFs,
.paragraph-drtt1jMe4J,
.paragraph-gq2Jc3BkW0,
.paragraph-ilrWu1kFMW {
    font-weight: undefined
}

.paragraph-Lu2iYtZWFs em,
.paragraph-Lu2iYtZWFs strong,
.paragraph-Lu2iYtZWFs u,
.paragraph-drtt1jMe4J em,
.paragraph-drtt1jMe4J strong,
.paragraph-drtt1jMe4J u,
.paragraph-gq2Jc3BkW0 em,
.paragraph-gq2Jc3BkW0 strong,
.paragraph-gq2Jc3BkW0 u,
.paragraph-ilrWu1kFMW em,
.paragraph-ilrWu1kFMW strong,
.paragraph-ilrWu1kFMW u {
    color: var(--text-color)
}

.paragraph-ilrWu1kFMW a,
.paragraph-ilrWu1kFMW a * {
    color: var(--color-mdsk1xf6);
    text-decoration: none
}

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

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

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

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

.paragraph-Lu2iYtZWFs a,
.paragraph-Lu2iYtZWFs a *,
.paragraph-drtt1jMe4J a,
.paragraph-drtt1jMe4J a *,
.paragraph-gq2Jc3BkW0 a,
.paragraph-gq2Jc3BkW0 a * {
    color: var(--link-color);
    text-decoration: none
}

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

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

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

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

#col-CyrgtWfl8N>.inner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

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

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

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

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

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

.paragraph-Lu2iYtZWFs.text-output h1:first-child:before,
.paragraph-Lu2iYtZWFs.text-output h2:first-child:before,
.paragraph-Lu2iYtZWFs.text-output h3:first-child:before,
.paragraph-Lu2iYtZWFs.text-output h4:first-child:before,
.paragraph-Lu2iYtZWFs.text-output h5:first-child:before,
.paragraph-Lu2iYtZWFs.text-output h6:first-child:before,
.paragraph-Lu2iYtZWFs.text-output p:first-child:before {
    color: var(--color-l7ysgeqj);
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    font-weight: 700
}

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

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

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

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

.paragraph-drtt1jMe4J.text-output h1:first-child:before,
.paragraph-drtt1jMe4J.text-output h2:first-child:before,
.paragraph-drtt1jMe4J.text-output h3:first-child:before,
.paragraph-drtt1jMe4J.text-output h4:first-child:before,
.paragraph-drtt1jMe4J.text-output h5:first-child:before,
.paragraph-drtt1jMe4J.text-output h6:first-child:before,
.paragraph-drtt1jMe4J.text-output p:first-child:before {
    color: var(--color-l7ysgeqj);
    content: "";
    font-family: "Font Awesome 5 Brands";
    margin-right: 5px;
    font-weight: 700
}

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

/* Box fluid */
.box-fluid {
    height: auto !important;
    min-height: auto !important;
    flex: none !important;
    align-self: flex-start !important;
}

/* Animation bouton CTA */
.cta-principal {
    position: relative;
    overflow: hidden;
    animation: growPulse 3s ease-in-out infinite;
}

/* Animation d’agrandissement */
@keyframes growPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* Halo lumineux flat */
.cta-principal::before {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transform: skewX(-20deg);
    animation: lightSweep 5s ease-in-out infinite;
    pointer-events: none;
}

/* Passage halo légèrement plus rapide (~2s) */
@keyframes lightSweep {
    0% {
        left: -60%;
        opacity: 0;
    }

    10% {
        opacity: 1;
        left: -60%;
    }

    45% {
        left: 120%;
        opacity: 1;
    }

    55% {
        opacity: 0;
        left: 120%;
    }

    100% {
        opacity: 0;
        left: 120%;
    }
}

.cta-secondaire {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-secondaire:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(64, 129, 249, 0.15);
}

.cta-secondaire::before {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transform: skewX(-20deg);
    animation: lightSweepSecondary 5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes lightSweepSecondary {
    0% {
        left: -60%;
        opacity: 0;
    }

    10% {
        opacity: 1;
        left: -60%;
    }

    45% {
        left: 120%;
        opacity: 1;
    }

    55% {
        opacity: 0;
        left: 120%;
    }

    100% {
        opacity: 0;
        left: 120%;
    }
}


/* Boutons WhatsApp */
.whatsapp {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(64, 129, 249, 0.15);
}

/* Logos partenaires qui défilent en gris */
.logo_partenaires img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.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: .3rem
}

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

.relative {
    position: relative
}

.gap-2 {
    gap: .625rem
}

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

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

.ml-3 {
    margin-left: .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, .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, .15);
    color: #fff;
    float: left;
    font-size: 14px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    transition: width .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%, .5)
}

.progressbarOffsetBlack {
    background: #333
}

.progressbarOffsetTransparentBlack {
    background-color: hsla(0, 0%, 49%, .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 .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 .2s ease
}

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

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

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

.v-spinner .v-moon3 {
    opacity: .1
}

@keyframes v-moonStretchDelay {
    to {
        transform: rotate(1turn)
    }
}

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

#faq-overlay {
    background: var(--overlay);
    height: 100vh;
    opacity: .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 .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 .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;
    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 .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: .875rem
}

.w-full {
    width: 100%
}

.mr-2 {
    margin-right: .5rem
}

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

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

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

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

.borderFull {
    border-color: rgba(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: .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%, .25)
    }

    50% {
        box-shadow: 0 0 5px 2px hsla(0, 0%, 100%, .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: .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, .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, .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, .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, .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, .25);
        transform: translateY(-10px)
    }
}

.buttonElevate:hover {
    animation: elevate .2s forwards
}

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

.buttonWobble {
    transition: .3s
}

.buttonWobble:hover {
    animation: wobble .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, .05)
}

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

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

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

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

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

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

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

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

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

.sub-heading-button {
    color: #fff;
    font-weight: 400;
    line-height: normal;
    opacity: .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, .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 .6s ease
}

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

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

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

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

.button-shadow5 {
    box-shadow: 0 0 25px rgba(0, 0, 0, .2), 0 0 15px rgba(0, 0, 0, .2), 0 0 3px rgba(0, 0, 0, .4)
}

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

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

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

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

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

.button-shadow-highlight:hover {
    box-shadow: inset 0 0 0 0 hsla(0, 0%, 100%, .22), inset 0 233px 233px 0 hsla(0, 0%, 100%, .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
}

.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, .1)
}

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

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

.border3 {
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 1px 2px;
    padding: 5px
}

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

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

.shadow2 {
    box-shadow: 0 4px 3px rgba(0, 0, 0, .15), 0 0 2px rgba(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: block;
    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: block;
    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: block;
    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% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    animation-name: slideInUp
}

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

    to {
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    animation-name: slideInDown
}

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

    to {
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    animation-name: slideInLeft
}

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

    to {
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    animation-name: slideInRight
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

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

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

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

    75% {
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }

    90% {
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

    75% {
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }

    90% {
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .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(.98)
    }

    90% {
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .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(.98)
    }

    90% {
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    animation-name: bounceInRight
}

@keyframes flip {
    0% {
        animation-timing-function: ease-out;
        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(.95, .95, .95) translateZ(0) rotateY(0deg)
    }

    to {
        animation-timing-function: ease-in;
        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(.3, .3, .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
}

.logo-showcase-container {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.logo-showcase-track {
    animation: scroll linear infinite;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    will-change: transform
}

.logo-showcase-track.paused {
    animation-play-state: paused
}

.logo-showcase-content {
    align-items: center;
    display: flex;
    gap: 20px;
    width: -moz-max-content;
    width: max-content
}

.logo-item {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center
}

.logo-item .logo-item-image img,
.logo-item img {
    display: block;
    height: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(-100%/var(--total-sets, 3)))
    }
}