.toggle .mobile_togglemenu {
    right: 0;
}

.icon:hover {
    fill: #fff;
}

.icon {
    fill: #424352;
    margin-top: 2px;
}

footer .column h5 {
    text-align: left !important;
}

footer:has(.toggle) .list-unstyled li {
    text-align: left !important;
}

.ttmnewsletter-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 30px;
    border-radius: 10px;
}

#footer .column .social-container {
    display: flex !important;
    list-style: none !important;
}
.social-container .sc-icons {
    font-size: 1.325rem;
    color: #fff;
    transition: 0.3s ease;
}
.social-container li {
    position: relative;
}
.social-container a:is(:hover, :focus) > .sc-icons {
    color: #addfeb;
}
.social-container .sc-icons:last-of-type {
    width: 1.325rem;
    margin-top: -0.325rem;
}
.social-container li:not(:last-child) a {
    border-right: 1px solid #ac8c49;
    padding-right: .45rem;
}
.social-container li:not(:first-child) a {
    padding-left: .6rem;
}

.social-container.mb-social-container {
    display: none !important;
}

.social-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.last-footer-container {
    background-color: #424352;
}

.subscribe_button {
    top: unset !important;
    bottom: 0 !important;
}

.ttm-newsletter .control-label {
    display: none;
}

.roadblock-placeholder {
    aspect-ratio: 738/239;
}

.container:has(.copyright-block) {
    text-align: center;
}
.copyright-block {
    float: unset !important;
    font-size: .8rem;
}

#logo {
    width: unset !important;
    height: unset !important;
}
#logo > a {
    height: fit-content;
    display: inline-block;
}

@media only screen and (max-width: 979px) {
    .newsletter-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ttm-social-block {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .ttm_popup_newsletter .ttmnewsletter_popup_inner {
        height: fit-content;
    }

    #roadblock-img {
        /* height: 175px; */
        object-fit: unset;
    }

    .ttm_popup_newsletter .ttmnewsletter_popup_inner #subscribe_email,
    .ttm_popup_newsletter .ttmnewsletter_popup_inner button.btn {
        width: 100%;
        margin: 0;
    }

    .ttm_popup_newsletter .ttmnewsletter_popup_inner .ttmnewsletterpopup-content {
        padding: 20px 0 0;
    }

    .social-container.mb-social-container {
        display: flex !important;
    }

    .footer-logo {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .roadblock-placeholder {
        aspect-ratio: 25/29;
    }
}

@media screen and (max-width: 480px) {
    .social-block {
        margin-top: 1.25rem !important;
        justify-content: center;
    }
}