.sr-footer-04 {
    position: relative;
}
.sr-footer-04 .button__container {
    position: absolute;
    bottom: 15px;
    right: 15px;
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.sr-footer-04 .button__container:hover {
    filter: brightness(1.2);
}
.sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3.125rem;
    row-gap: 1rem;
}
.sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul:has(.hs-menu-children-wrapper) {
    column-gap: 158px;
    row-gap: 3.125rem;
}

.sr-footer-04 .sr-footer-nav li a:not(:hover) {
    color: inherit;
}

.sr-footer-04 .social {
    list-style: none;
    padding: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin: 48px 0 0;
}
.sr-footer-04 .social li {
    display: inline-block;
    text-align: center;
}
.sr-footer-04 .social li a {
    border-bottom: none;
    font-size: 1.4em;
}
.sr-footer-04 ul.social li i {
    border-radius: 50%;
    width: 2.3rem;
    height: 2.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
}
.sr-footer-04 .footer-logo {
    margin-bottom: 32px;
}
.contact-item {
    display: flex;
    align-items: center;
    column-gap: 22px;
    margin-bottom: 16px;
}
.contact-item span.icon {
    width: 20px;
    height: 20px;
}

.contact-item .label-text {
    min-width: 70px;
        font-weight: 500;
}
.sr-footer-04 ul.hs-menu-children-wrapper {
    font-size: .875rem;
    line-height: 1.14;
    list-style-type: none;
    padding: 0 0 0 20px;
    display: flex!important;
    flex-direction: column!important;
    gap: 16px;
    margin-top: 24px;
}

.sr-footer-04 .row.footer-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sr-footer-04 .footer-logo-social img {
    max-width: 100%;
    height: auto;
}

.sr-footer-04 .footer-logo-social a:not(:hover) {
    color: inherit;
}

.sr-footer-04 ul:has(.hs-menu-children-wrapper) li.hs-menu-depth-1>a {
    font-weight: 500;
    line-height: 1.12;
}
.sr-footer-04 ul:has(.hs-menu-children-wrapper) li.hs-menu-depth-1>a:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
   {# background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_1092_550)'%3E%3Cpath d='M6 4L10 8L6 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1092_550'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); #}
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px; 
    vertical-align: middle; 
}
.sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul:has(.hs-menu-children-wrapper) li {
    min-width: 150px;
}
.footer-bottom-row {
    padding-top: 88px;
}
.copyright-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
}

.copyright-links ul li a {
    text-decoration: underline;
}
.footer-social {
    padding-left: 0;
}
.footer-copyright p.small {
    margin: 0;
}
@media only screen and (max-width: 1199px) {
    .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul:has(.hs-menu-children-wrapper) {
        column-gap: 30px;
        justify-content: space-between; 
    }
}
@media only screen and (max-width: 991px) {
    .row.footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .sr-footer-04 ul.social li {
        margin-right: 1rem;
        margin-left: 0;
    }
    .sr-footer-04 .social {
        padding-bottom: 2rem;
        padding-top: 0;
    }

    .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul li, .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul li a {
        line-height: 3;
    }
    .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul:has(.hs-menu-children-wrapper) li,
    .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul:has(.hs-menu-children-wrapper) li a {
        line-height: 1.5;
    }
    .footer-bottom-row {
        padding-top: 50px;
        gap: 20px;
    }
    .copyright-links ul {
        justify-content: flex-start;
    }
}