.site-footer {
    background: #309748;
    margin-top: 24px;
}

.site-footer .site-footer-inner {
    padding: 36px;
}

.site-footer .footer-menu-container {
    width: 100%;
}

.site-footer .footer-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .footer-menu-container ul.footer-menu {
    border-bottom: 1px solid #fff;
    padding-bottom: 11px;
}

.site-footer .footer-menu-container ul.footer-menu li.menu-item-has-children {
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.8571428571;
    padding-top: 12px;
}

.site-footer .footer-menu-container ul.footer-menu li.menu-item-has-children:not(:first-child) {
    margin-top: 11px;
}

.site-footer .footer-menu-container ul.footer-menu li.open .menu-text .icon::before {
    transform: translate(-50%, -50%) rotate(0deg);
}

.site-footer .footer-menu-container ul .sub-menu li {
    margin-top: 11px;
}

.site-footer .footer-menu-container ul .sub-menu a {
    color: #fff;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.8571428571;
}

.site-footer .footer-menu-container ul .sub-menu a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.site-footer .footer-menu-container ul .menu-text {
    display: block;
    position: relative;
}

.site-footer .footer-menu-container ul .menu-text .icon {
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
}

.site-footer .footer-menu-container ul .menu-text .icon::after,
.site-footer .footer-menu-container ul .menu-text .icon::before {
    background: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
    width: 100%;
}

.site-footer .footer-menu-container ul .menu-text .icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.site-footer .site-info {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.8571428571;
}

.site-footer .site-footer-logos {
    margin-top: 24px;
}

.site-footer .site-footer-logos a {
    align-items: center;
    display: flex;
    justify-content: center;
}

.site-footer .site-footer-logos a .site-footer-logo {
    height: 58px;
    width: 38px;
}

.site-footer .site-footer-logos a .site-footer-sub-logo {
    height: 18.09px;
    margin-left: 24px;
    width: 240px;
}

.site-footer .site-info-address {
    display: block;
    margin-top: 24px;
    padding: 0 14px;
}

.site-footer .site-info-address p {
    color: #fff;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8571428571;
}

.site-footer .social-menu-container {
    margin-top: 24px;
    width: 100%;
}

.site-footer .social-menu-container > ul {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
    list-style: none;
}

.site-footer .social-menu-container > ul > li > a {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: center;
}

.site-footer .social-menu-container > ul > li.instagram > a {
    align-items: center;
    border-radius: 100%;
    display: flex;
    font-size: 1.25rem;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 40px;
}

.site-footer .social-menu-container > ul > li.instagram > a > * {
    position: relative;
    z-index: 10;
}

.site-footer .social-menu-container > ul > li.instagram > a::after,
.site-footer .social-menu-container > ul > li.instagram > a::before {
    content: '';
    display: block;
    position: absolute;
}

.site-footer .social-menu-container > ul > li.instagram > a::before {
    background-color: #fff;
    border-radius: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.site-footer .social-menu-container > ul > li.instagram > a::after {
    background-color: #e1306c;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.site-footer .social-menu-container > ul > li.instagram > a:hover::after {
    background-color: rgba(225, 48, 108, 0.4);
}

.site-footer .social-menu-container > ul > li.line > a {
    align-items: center;
    border-radius: 100%;
    color: #00b900;
    display: flex;
    font-size: 1.875rem;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 40px;
}

.site-footer .social-menu-container > ul > li.line > a > * {
    position: relative;
    z-index: 10;
}

.site-footer .social-menu-container > ul > li.line > a::after,
.site-footer .social-menu-container > ul > li.line > a::before {
    content: '';
    display: block;
    position: absolute;
}

.site-footer .social-menu-container > ul > li.line > a::before {
    background-color: #fff;
    border-radius: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.site-footer .social-menu-container > ul > li.line > a::after {
    background-color: #00b900;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.site-footer .social-menu-container > ul > li.line > a:hover::after {
    background-color: rgba(0, 185, 0, 0.4);
}

.site-footer .social-menu-container > ul > li.line > a > svg {
    height: 25px;
    width: 26px;
}

.site-footer .social-menu-container > ul > li.line > a:hover {
    color: rgba(0, 185, 0, 0.4);
}

.site-footer .social-menu-container > ul > li.youtube > a {
    align-items: center;
    border-radius: 100%;
    display: flex;
    font-size: 1.25rem;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 40px;
}

.site-footer .social-menu-container > ul > li.youtube > a > * {
    position: relative;
    z-index: 10;
}

.site-footer .social-menu-container > ul > li.youtube > a::after,
.site-footer .social-menu-container > ul > li.youtube > a::before {
    content: '';
    display: block;
    position: absolute;
}

.site-footer .social-menu-container > ul > li.youtube > a::before {
    background-color: #fff;
    border-radius: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.site-footer .social-menu-container > ul > li.youtube > a::after {
    background-color: #f00;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.site-footer .social-menu-container > ul > li.youtube > a:hover::after {
    background-color: rgba(255, 0, 0, 0.4);
}

.site-footer .social-menu-container > ul > li.twitter > a {
    align-items: center;
    border-radius: 100%;
    display: flex;
    font-size: 1.25rem;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 40px;
}

.site-footer .social-menu-container > ul > li.twitter > a > * {
    position: relative;
    z-index: 10;
}

.site-footer .social-menu-container > ul > li.twitter > a::after,
.site-footer .social-menu-container > ul > li.twitter > a::before {
    content: '';
    display: block;
    position: absolute;
}

.site-footer .social-menu-container > ul > li.twitter > a::before {
    background-color: #fff;
    border-radius: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.site-footer .social-menu-container > ul > li.twitter > a::after {
    background-color: #1da1f2;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.site-footer .social-menu-container > ul > li.twitter > a:hover::after {
    background-color: rgba(29, 161, 242, 0.4);
}

.site-footer .copyright {
    margin-top: 24px;
    text-align: center;
    width: 100%;
}

.site-footer .copyright small {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2;
    padding: 5px 0;
}

.site-footer .footer-text {
    margin-top: 24px;
    text-align: center;
    width: 100%;
}

.site-footer .footer-text span {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2;
    padding: 5px 11px;
}
@media (min-width: 768px) {

    .site-footer .site-footer-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (min-width: 992px) {

    .site-footer {
        margin-top: 60px;
    }

    .site-footer .site-footer-inner {
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1048px;
        padding: 60px 24px;
    }

    .site-footer .footer-menu-container {
        width: auto;
    }

    .site-footer .footer-menu-container ul.footer-menu {
        border-bottom: none;
        display: flex;
        gap: 36px;
        justify-content: space-between;
        justify-content: flex-start;
        padding-bottom: 0;
    }

    .site-footer .footer-menu-container ul.footer-menu li.menu-item-has-children {
        border-top: none;
        color: rgba(255, 255, 255, 0.6);
        padding-top: 0;
    }

    .site-footer .footer-menu-container ul.footer-menu li.menu-item-has-children:not(:first-child) {
        margin-top: 0;
    }

    .site-footer .footer-menu-container ul .sub-menu {
        display: block;
    }

    .site-footer .footer-menu-container ul .sub-menu a {
        font-size: 1rem;
        line-height: 1.75;
    }

    .site-footer .footer-menu-container ul .menu-text .icon {
        display: none;
    }

    .site-footer .site-info {
        font-size: 1rem;
        line-height: 1.75;
    }

    .site-footer .site-footer-logos {
        margin-right: auto;
        margin-top: 0;
    }

    .site-footer .site-footer-logos a {
        justify-content: flex-start;
    }

    .site-footer .site-info-address {
        margin-top: 36px;
        padding: 0;
    }

    .site-footer .site-info-address p {
        font-size: 1rem;
        line-height: 1.75;
    }

    .site-footer .social-menu-container {
        margin-top: 36px;
    }

    .site-footer .social-menu-container > ul {
        justify-content: flex-start;
    }

    .site-footer .copyright {
        margin-top: 60px;
        text-align: left;
        width: 50%;
    }

    .site-footer .copyright small {
        font-size: 0.875rem;
        line-height: 1.8571428571;
    }

    .site-footer .footer-text {
        margin-top: 60px;
        text-align: right;
        width: 50%;
    }

    .site-footer .footer-text span {
        display: inline-block;
        font-size: 0.875rem;
        line-height: 1.8571428571;
    }
}
@media (max-width: 991.98px) {

    .site-footer .footer-menu-container ul.footer-menu li.open .sub-menu li a {
        line-height: inherit;
        margin-top: 0;
        opacity: 1;
        transition: line-height 0.3s ease-out, opacity 0.2s linear 0.1s, visibility 0.1s linear 0.1s;
        visibility: visible;
    }

    .site-footer .footer-menu-container ul .sub-menu a {
        line-height: 0;
        margin-top: -10px;
        opacity: 0;
        transition: line-height 0.3s ease-out, opacity 0.2s linear, visibility 0.1s linear;
        visibility: hidden;
    }

    .site-footer .footer-menu-container ul .menu-text {
        position: relative;
    }
}
