.elementor-154 .elementor-element.elementor-element-84c7a12:not(.elementor-motion-effects-element-type-background), .elementor-154 .elementor-element.elementor-element-84c7a12 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F0E0D;}.elementor-154 .elementor-element.elementor-element-84c7a12{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 60px 40px 60px;}.elementor-154 .elementor-element.elementor-element-84c7a12 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-cd77b43 */.soul-footer {
    width: 100%;
    font-family: "Jost", sans-serif;
}

.soul-footer__top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.soul-footer__brand {
    min-width: 0;
    text-align: left;
}

.soul-footer__logo {
    display: block;
    width: auto !important;
    height: 36px !important;
    max-width: 180px !important;
    margin: 0 auto 20px 0 !important;
    object-fit: contain;
    object-position: left center;
}

.soul-footer__brand img {
    display: block;
    width: auto !important;
    height: 36px !important;
    max-width: 180px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.soul-footer__description {
    max-width: 360px;
    margin: 0;
    color: rgba(247, 243, 238, 0.45);
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
}

.soul-footer__heading {
    margin: 0 0 20px;
    color: #8bad98;
    font-family: "Jost", sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.soul-footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.soul-footer__links li {
    margin: 0 0 10px;
    padding: 0;
}

.soul-footer__links li:last-child {
    margin-bottom: 0;
}

.soul-footer__links a {
    color: rgba(247, 243, 238, 0.6);
    font-family: "Jost", sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.25s ease;
}

.soul-footer__links a:hover {
    color: #8bad98;
}

.soul-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-top: 32px;
}

.soul-footer__bottom p {
    margin: 0;
    color: rgba(247, 243, 238, 0.35);
    font-family: "Jost", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.6;
}

.soul-footer__bottom a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.soul-footer__bottom a:hover {
    color: #8bad98;
}

/* Tablet */
@media (max-width: 1024px) {
    .soul-footer__top {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 40px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .soul-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 30px;
        padding-bottom: 40px;
    }

    .soul-footer__brand {
        grid-column: 1 / -1;
        text-align: left;
    }

    .soul-footer__logo,
    .soul-footer__brand img {
        width: auto !important;
        height: 36px !important;
        max-width: 180px !important;
        margin: 0 auto 20px 0 !important;
    }

    .soul-footer__description {
        max-width: 100%;
        text-align: left;
    }

    .soul-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 12px;
        padding-top: 24px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .soul-footer__top {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .soul-footer__brand {
        grid-column: auto;
    }

    .soul-footer__logo,
    .soul-footer__brand img {
        width: auto !important;
        height: 36px !important;
        max-width: 180px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .soul-footer__bottom p {
        font-size: 0.75rem;
    }
}/* End custom CSS */