.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1340 .elementor-element.elementor-element-e805c1d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1340 .elementor-element.elementor-element-e805c1d:not(.elementor-motion-effects-element-type-background), .elementor-1340 .elementor-element.elementor-element-e805c1d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DADADA2B;}.elementor-1340 .elementor-element.elementor-element-8e1f920{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-jet-listing-dynamic-field .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-jet-listing-dynamic-field .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1340 .elementor-element.elementor-element-6e22620 .jet-listing-dynamic-field__content{font-family:"Outfit", Sans-serif;font-size:25px;line-height:25px;text-align:left;}.elementor-1340 .elementor-element.elementor-element-6e22620 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-1340 .elementor-element.elementor-element-6e22620 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-1340 .elementor-element.elementor-element-6e22620 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-1340 .elementor-element.elementor-element-404fe78{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1340 .elementor-element.elementor-element-b3aacc4 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-1340 .elementor-element.elementor-element-b3aacc4 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-1340 .elementor-element.elementor-element-b3aacc4 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-1340 .elementor-element.elementor-element-b3aacc4 .jet-listing-dynamic-field__content{text-align:left;}/* Start custom CSS for container, class: .elementor-element-e805c1d *//* ==============================
   FAQ LIST - REMOVE EXTRA GAPS
================================ */

.faq-list .jet-listing-grid__items {
    row-gap: 6px !important;
}

.faq-list .jet-listing-grid__item {
    margin: 0 !important;
    padding: 0 !important;
}


/* ==============================
   FAQ ITEM
================================ */

.faq-item {
    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid #E2E2E2;
    border-radius: 12px;

    background: #FFFFFF;
    overflow: hidden;

    min-height: 0 !important;
}


/* ==============================
   QUESTION
================================ */

.faq-question {
    margin: 0 !important;

    padding: 17px 20px !important;

    min-height: 0 !important;
    height: auto !important;

    display: flex !important;
    flex-direction: row !important;

    align-items: center !important;
    justify-content: space-between !important;

    gap: 15px;

    cursor: pointer;
    box-sizing: border-box;
}


/* Question widget */
.faq-question .elementor-widget {
    margin: 0 !important;
}


/* ==============================
   ANSWER
================================ */

.faq-answer {
    margin: 0 !important;

    padding: 0 20px !important;

    min-height: 0 !important;

    max-height: 0;
    overflow: hidden;

    opacity: 0;

    transition:
        max-height 0.4s ease,
        opacity 0.25s ease,
        padding 0.3s ease;
}


/* Open answer */
.faq-item.active .faq-answer {
    padding-top: 0 !important;
    padding-bottom: 18px !important;

    opacity: 1;
}


/* ==============================
   ICON
================================ */

.faq-question::after {
    content: "+";

    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    flex: 0 0 36px;

    border: 1px solid #111;
    border-radius: 50%;

    font-size: 20px;
    font-weight: 300;

    line-height: 1;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}


/* Hover */
.faq-item:hover .faq-question::after {
    background: #E4F76D;
    border-color: #E4F76D;
}


/* Open */
.faq-item.active .faq-question::after {
    content: "−";

    background: #E4F76D;
    border-color: #E4F76D;

    transform: rotate(180deg);
}


/* ==============================
   MOBILE
================================ */

@media (max-width: 767px) {

    .faq-list .jet-listing-grid__items {
        row-gap: 5px !important;
    }

    .faq-question {
        padding: 15px 16px !important;
    }

    .faq-answer {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .faq-item.active .faq-answer {
        padding-bottom: 15px !important;
    }

    .faq-question::after {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        font-size: 18px;
    }
}

.faq-question {
    width: 100%;
    box-sizing: border-box;
}

.faq-question .elementor-widget {
    min-width: 0;
}

.faq-question .elementor-widget-container {
    overflow-wrap: anywhere;
}

.faq-question::after {
    flex-shrink: 0;
}/* End custom CSS */