:root {
    --header-base-size: 20px;
}

@media screen and (max-width: 1400px) {
    :root {
        --header-base-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    :root {
        --header-base-size: 16px;
    }
}

.ft-Footer {
    background-color: #000;
    padding: calc(3.5 * var(--header-base-size)) 0;
}

@media screen and (max-width: 768px) {
    .ft-Footer {
        padding: calc(2 * var(--header-base-size)) 0;
    }
}

.ft-Footer .Footer_title__h0v1z {
    width: 90%;
    margin: 0 auto calc(1 * var(--header-base-size));
}

@media screen and (max-width: 1023px) {
    .ft-Footer .Footer_title__h0v1z {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .ft-Footer .Footer_title__h0v1z {
        font-size: calc(1 * var(--header-base-size));
    }
}

.ft-Footer .Footer_sub_title__b8Hab {
    width: 70%;
    margin: 0 auto calc(3.2 * var(--header-base-size));
}

@media screen and (max-width: 767px) {
    .ft-Footer .Footer_sub_title__b8Hab {
        width: 100%;
        margin-bottom: calc(2.5 * var(--header-base-size));
    }
}

.ft-Footer .Footer_actionBtns__aJdME {
    margin-bottom: calc(6.6 * var(--header-base-size));
}

@media screen and (max-width: 767px) {
    .ft-Footer .Footer_actionBtns__aJdME {
        margin-bottom: calc(2.5 * var(--header-base-size));
    }

    .ft-Footer .Footer_actionBtns__aJdME .Footer_btn__HieRl {
        width: 100%;
    }
}

/* Main Navigation Row */
.ft-Footer .ft-Footer_navigation_links {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    .ft-Footer .ft-Footer_navigation_links {
        flex-direction: row;
    }
}

/* Logo Area Column */
.ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area {
        margin-bottom: 3rem;
    }
}

@media (min-width: 992px) {
    .ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 0;
        padding: 0 15px !important;
        /* Kept from original CSS */
    }
}

@media (min-width: 1200px) {
    .ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media screen and (max-width: 991px) {
    .ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area {
        flex-basis: 100%;
        padding: 0 15px !important;
    }
}

.ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area .ft-Footer_logo {
    margin-bottom: calc(0.7 * var(--header-base-size));
}

@media screen and (max-width: 991px) {
    .ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area .ft-Footer_logo {
        text-align: center;
    }
}

.ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area .ft-Footer_logo img {
    height: calc(1.5 * var(--header-base-size));
    width: auto;
}

.ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area .ft-Footer_short_description .ft-Footer_social_links {
    display: flex;
    margin-top: calc(1 * var(--header-base-size));
}

.ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area .ft-Footer_short_description .ft-Footer_social_links a {
    margin-right: calc(0.8 * var(--header-base-size)) !important;
    cursor: pointer;
    height: calc(1.5 * var(--header-base-size));
    width: calc(1.5 * var(--header-base-size));
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area .ft-Footer_short_description .ft-Footer_social_links a i,
.ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area .ft-Footer_short_description .ft-Footer_social_links a svg {
    font-size: calc(0.8 * var(--header-base-size));
    height: calc(0.8 * var(--header-base-size));
    width: calc(0.8 * var(--header-base-size));
}

.ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area .ft-Footer_short_description .ft-Footer_rights_info {
    font-size: calc(0.7 * var(--header-base-size));
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #fff;
    margin-top: calc(1 * var(--header-base-size));
}

@media screen and (max-width: 991px) {
    .ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area .ft-Footer_short_description .ft-Footer_social_links {
        justify-content: center;
    }

    .ft-Footer .ft-Footer_navigation_links .ft-Footer_logo_area .ft-Footer_short_description .ft-Footer_rights_info {
        text-align: center;
    }
}

/* Link Lists Column */
.ft-Footer .ft-Footer_navigation_links .ft-Footer_link_lists {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* Original padding override */
    padding: 0 calc(1 * var(--header-base-size));
}

@media (min-width: 992px) {
    .ft-Footer .ft-Footer_navigation_links .ft-Footer_link_lists {
        flex: 0 0 75%;
        max-width: 75%;
        flex-wrap: nowrap;
    }
}

@media (min-width: 1200px) {
    .ft-Footer .ft-Footer_navigation_links .ft-Footer_link_lists {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

/* Each List Item */
.ft-Footer .ft-Footer_navigation_links .ft-Footer_link_lists .ft-Footer_each_list {
    margin-bottom: 3rem;
}

@media (min-width: 576px) {
    .ft-Footer .ft-Footer_navigation_links .ft-Footer_link_lists .ft-Footer_each_list {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .ft-Footer .ft-Footer_navigation_links .ft-Footer_link_lists .ft-Footer_each_list {
        flex: 0 0 45%;
        padding: 0;
        max-width: 45%;
        margin-bottom: calc(1.5 * var(--header-base-size)) !important;
    }
}

.ft-Footer .ft-Footer_navigation_links .ft-Footer_link_lists .ft-Footer_each_list ul {
    padding: 0;
    margin-top: unset;
    margin-bottom: calc(1 * var(--header-base-size));
}

.ft-Footer .ft-Footer_navigation_links .ft-Footer_link_lists .ft-Footer_each_list ul .ft-Footer_list_title {
    font-size: calc(0.8 * var(--header-base-size));
    margin-bottom: calc(0.5 * var(--header-base-size));
    text-transform: uppercase;
    font-weight: 700;
}

.ft-Footer .ft-Footer_navigation_links .ft-Footer_link_lists .ft-Footer_each_list ul li {
    list-style: none;
    margin-top: 0 !important;
    margin-bottom: calc(0.5 * var(--header-base-size));
}

.ft-Footer .ft-Footer_navigation_links .ft-Footer_link_lists .ft-Footer_each_list ul li:last-of-type {
    margin-bottom: 0;
}

.ft-Footer .ft-Footer_navigation_links .ft-Footer_link_lists .ft-Footer_each_list ul li a {
    font-size: calc(0.7 * var(--header-base-size));
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: calc(1.1 * var(--header-base-size));
    letter-spacing: normal;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.ft-Footer .ft-Footer_navigation_links .ft-Footer_link_lists .ft-Footer_each_list ul li a:hover {
    color: #c00;
}

.ft-Footer_list_title {
    color: white;
}

.ft-Footer_navigation_links.row {
    margin: 0 -15px !important;
}

h6.ft-Footer_list_title {
    font-size: calc(1 * var(--header-base-size));
    margin-bottom: calc(0.8 * var(--header-base-size));
    margin-top: 0;
}

/* Scoped Footer Container Styles */
.ft-Footer .footer-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .ft-Footer .footer-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .ft-Footer .footer-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .ft-Footer .footer-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .ft-Footer .footer-container {
        max-width: 1140px;
    }
}

@media screen and (min-width: 1408px) {
    .ft-Footer .footer-container {
        max-width: 1328px;
    }
}