@media screen and (min-width:1024px) {
    .is-hidden-desktop {
        display: none !important;
    }
}

@media screen and (max-width:1023px) {
    .is-hidden-touch {
        display: none !important
    }
}

@media screen and (max-width: 1025px) {
    .footer-navbar .navbar-dropdown {
        position: static;
    }

    .footer-navbar .navbar-item,
    .footer-navbar .navbar-link {
        display: block;
    }
}

/* layout */
.footer-navbar {
    background-color: #f7f8f9;
    padding: 32px 0 24px;
}

.footer-navbar ul {
    padding-left: 0;
    list-style: none;
}

@media screen and (min-width: 1025px) {
    .footer-navbar {
        padding: 80px 0 58px;
    }

    .footer-navbar .container {
        display: flex;
    }

    .footer-navbar .left {
        flex: 0 0 46%;
    }

    .footer-navbar .right {
        flex: 1;
    }
}


/* logo */
.footer-logo {
    margin-bottom: 40px;
}

.footer-logo svg {
    width: 172px;
    height: 24px;
}

@media screen and (min-width: 1025px) {
    .footer-logo {
        margin-bottom: 88px;
    }

    .footer-logo svg {
        width: 271px;
        height: 38px;
    }
}

/* contact */
.footer-contact p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 16px;
}

.footer-contact>* {
    margin-bottom: 48px;
}

.footer-contact ul li {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    letter-spacing: 1.5px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 16px;
}

@media screen and (min-width: 835px) and (max-width: 1024px) {
    .footer-contact {
        display: flex;
    }

    .footer-contact>* {
        flex: 1;
    }
}

@media screen and (min-width: 1025px) {
    .footer-contact>* {
        margin-bottom: 56px;
    }

    /* .footer-contact > *:last-of-type {
margin-bottom: 180px;
}  */
}

/* email */
.footer-email p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 16px;
}

.footer-email>* {
    margin-bottom: 48px;
}

.footer-email ul li {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    letter-spacing: 1.5px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 16px;
}

@media screen and (min-width: 835px) and (max-width: 1024px) {
    .footer-email {
        display: flex;
    }

    .footer-email>* {
        flex: 1;
    }
}

@media screen and (min-width: 1025px) {
    .footer-email>* {
        margin-bottom: 56px;
    }

    .footer-email>*:last-of-type {
        margin-bottom: 180px;
    }
}

/* social media */
.footer-social_media .social-media {
    height: 24px;
}

.footer-social_media .qr-code {
    margin-bottom: 16px;
}

.footer-social_media .social-media a {
    display: inline-block;
    height: 24px;
    margin-right: 24px;
}

@media screen and (max-width: 1024px) {
    .footer-social_media .social-media {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1025px) {
    .footer-social_media {
        position: absolute !important;
        bottom: 70px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-social_media {
        position: absolute !important;
        bottom: 260px !important;
    }
}

/**
* menu
*/
/* layout */
.footer-primary-menu .navbar-dropdown,
.footer-primary-menu .navbar-dropdown .navbar-item,
.footer-primary-menu .navbar-dropdown .navbar-dropdown {
    padding: 0;
}

.footer-primary-menu .navbar-item,
.footer-primary-menu .navbar-link {
    /* word-break: break-all; */
    /* white-space: initial; */
    white-space: break-spaces;
    text-decoration: none;
}

@media screen and (max-width: 1025px) {

    /* show / hide dropdown */
    .footer-primary-menu>.navbar-item.has-dropdown .navbar-dropdown {
        display: none;
    }

    .footer-primary-menu>.navbar-item.has-dropdown.active .navbar-dropdown {
        display: initial;
    }
}

@media screen and (min-width: 1025px) {
    .footer-primary-menu {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 16px;
        margin-left: 3%;
    }
    .footer-contact {
        margin-top: -125px;
    }

    .footer-primary-menu .navbar-dropdown {
        position: static;
        display: flex;
        flex-direction: column;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
}

@media screen and (max-width: 1025px) {

    /* plus icon */
    .footer-primary-menu>.navbar-item.has-dropdown {
        position: relative;
    }

    .footer-primary-menu>.navbar-item.has-dropdown::before {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 16px;
        right: 0;
        background: url("/wp-content/plugins/public-footer/resource/images/icon-common-add.svg") no-repeat scroll center / contain;
    }

    .rtl .footer-primary-menu>.navbar-item.has-dropdown::before {
        left: 0;
        right: inherit;
    }

    .footer-primary-menu>.navbar-item.has-dropdown.active::before {
        background-image: url("/wp-content/plugins/public-footer/resource/images/icon-common-subtract.svg");
    }
}

/* menu item */
.footer-primary-menu a.navbar-item:focus,
.footer-primary-menu a.navbar-item:hover,
.footer-primary-menu a.navbar-item.is-active,
.footer-primary-menu .navbar-link:focus,
.footer-primary-menu .navbar-link:hover,
.footer-primary-menu .navbar-link.is-active {
    background-color: transparent;
    color: var(--color-brand-standard);
}

.footer-primary-menu .navbar-item.has-dropdown:focus .navbar-link,
.footer-primary-menu .navbar-item.has-dropdown:hover .navbar-link,
.footer-primary-menu .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent;
}

@media screen and (max-width: 1025px) {
    .footer-primary-menu>.navbar-item {
        border: 1px solid #e4e4e4;
        border-left: 0;
        border-right: 0;
        padding: 16px 0;
    }

    .footer-primary-menu>.navbar-item.has-dropdown.active {
        padding-bottom: 8px;
    }
}

@media screen and (min-width: 1025px) {
    .footer-primary-menu .navbar-item.has-dropdown {
        display: flex;
        flex-direction: column;
    }
}

/* level 1 */
.footer-primary-menu>.navbar-item>.navbar-link {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1.5px;
    color: var(--color-brand-Auxiliary);
    background-color: transparent !important;
    padding: 0 27px 0 0;
    text-decoration: none;
}

.rtl .footer-primary-menu>.navbar-item>.navbar-link {
    padding: 0 0 0 27px;
}

@media screen and (min-width: 1025px) {
    .footer-primary-menu>.navbar-item>.navbar-link {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1024px) {

    .footer-primary-menu .navbar-item,
    .footer-primary-menu .navbar-link {
        white-space: initial;
    }
}

/* link */
.footer-primary-menu .navbar-item:not(.has-dropdown) {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    letter-spacing: 1.5px;
    color: var(--color-brand-Auxiliary);
    padding: 8px 0;
}

@media screen and (max-width: 1025px) {
    .footer-primary-menu>.navbar-item.has-dropdown>.navbar-dropdown>.navbar-item:not(.has-dropdown):first-of-type {
        margin-top: 8px;
    }
}

@media screen and (min-width: 1025px) {
    .footer-primary-menu .navbar-item:not(.has-dropdown) {
        margin-bottom: 16px;
        padding: 0;
    }

    .footer-primary-menu .navbar-item:not(.has-dropdown):last-of-type {
        margin-bottom: 0;
    }
}

/* level 2 */
.footer-primary-menu .navbar-dropdown .navbar-item.has-dropdown .navbar-link {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #000000;
    border-left: 2px solid var(--color-brand-standard);
    margin: 24px 0 8px;
    padding: 0 0 0 8px;
}

.footer-primary-menu .navbar-dropdown .navbar-item.has-dropdown .partnership {
    margin: 16px 0 !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1.5px;
    color: var(--color-brand-Auxiliary);
    background-color: transparent !important;
    border-left: 0px;
    padding: 0 27px 0 0;
    text-decoration: none;
}

.rtl .footer-primary-menu .navbar-dropdown .navbar-item.has-dropdown .navbar-link {
    padding: 0 8px 0 0;
}

@media screen and (max-width: 1025px) {
    .footer-primary-menu>.navbar-item.has-dropdown>.navbar-dropdown>.navbar-item.has-dropdown:first-of-type>.navbar-link {
        margin-top: 16px;
    }
}

@media screen and (min-width: 1025px) {
    .footer-primary-menu .navbar-dropdown .navbar-item.has-dropdown .navbar-link {
        margin: 0 0 16px;
    }

    .footer-primary-menu .navbar-dropdown .navbar-item.has-dropdown:not(:first-of-type) .navbar-link {
        margin-top: 32px;
    }
}

.rtl .footer-primary-menu .navbar-dropdown .navbar-item.has-dropdown .navbar-link {
    border-left: inherit;
    border-right: 2px solid var(--color-brand-standard);
}

/* svg use */
svg.footer_social_width_24 {
    width: 24px;
    height: 24px;
}

svg.footer_social_width_24 path {
    fill: #000018;
}

/* compliance risk disclosure */
.footer-compliance {
    background-color: #eff1f3;
    padding: 24px 8px;
}

.footer-compliance .compliance-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 14px;
}

.footer-compliance .ip-detection {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    letter-spacing: 1.5px;
    color: #16a0ff;
    margin-bottom: 16px;
}

.footer-compliance .compliance-content p {
    /* font-size: 14px; */
    font-weight: normal;
    line-height: 1.71;
    letter-spacing: 1.5px;
    color: var(--color-brand-Auxiliary);
}

.footer-compliance .compliance-content p:not(:last-of-type) {
    margin-bottom: 12px;
}

@media screen and (min-width: 1025px) {
    .footer-compliance {
        padding: 40px 0 48px;
    }
}

/* compliance type */
.footer-entities .entity-title,
.footer-entities .entity-link a {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.75px;
}

.footer-entities .entity-content p {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 1.75px;
    color: #36383b;
    margin-bottom: 16px;
}

.footer-entities .entity-content p:not(:last-of-type) {
    margin-bottom: 16px;
}

.footer-entities .entity-title {
    margin-bottom: 16px;
    color: var(--color-brand-Auxiliary);
}

.footer-entities .entity-link a {
    color: var(--color-brand-standard);
    margin-bottom: 8px;
}

@media screen and (min-width: 1025px) {
    .footer-tab {
        background-color: #eff1f3;
    }

    .footer-tab .tab-links {
        border: 1px solid #e4e4e4;
        border-left: 0;
        border-right: 0;
        padding: 16px 0;
    }

    .footer-tab .tab-link {
        cursor: pointer;
        position: relative;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.71;
        letter-spacing: 1.5px;
        color: var(--color-brand-Auxiliary);
    }

    .footer-tab .tab-link:not(:last-of-type) {
        margin-right: 96px;
    }

    .rtl .footer-tab .tab-link:not(:last-of-type) {
        margin-left: 96px;
        margin-right: inherit;
    }

    .footer-tab .tab-link::after {
        content: "";
        position: absolute;
        bottom: -17.5px;
        left: calc(50% - 24px);
        width: 48px;
        height: 2px;
        background-color: var(--color-brand-standard);
        display: none;
    }

    .footer-tab .tab-link.active::after {
        display: block;
    }

    .footer-tab .tab-content {
        display: none;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.71;
        letter-spacing: 1.5px;
        color: var(--color-brand-Auxiliary);
        margin-top: 28px;
    }

    .footer-tab .tab-content.active {
        display: block;
    }

    .footer-tab .tab-content p:not(:last-of-type) {
        margin-bottom: 12px;
    }

    /* footer entities */
    .footer-entities {
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px 24px;
    }

    .footer-entities.active {
        display: grid !important;
        margin-top: 44px;
    }

    .footer-entities .entity-title {
        margin-bottom: 24px;
        color: var(--color-brand-Auxiliary);
    }

    .footer-entities .entity-content {
        margin-bottom: 24px;
    }

    .footer-entities .entity-content p:not(:last-of-type) {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1025px) {
    .footer-accordion {
        background-color: #eff1f3;
        padding: 0 8px;
    }

    .footer-accordion h6 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 1.5px;
        color: var(--color-brand-Auxiliary);
    }

    .rtl .footer-accordion h6 {
        letter-spacing: inherit;
    }


    .footer-accordion p {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.71;
        letter-spacing: 1.5px;
        color: var(--color-brand-Auxiliary);
    }

    .footer-accordion .ahead {
        cursor: pointer;
        position: relative;
        border-top: 1px solid #e4e4e4;
        padding: 16px 27px 16px 0;
    }

    .rtl .footer-accordion .ahead {
        padding: 16px 0 16px 27px;
    }

    .footer-accordion .ahead.open+.abody {
        transition: all 0.2s ease-out;
        max-height: 3000px;
    }

    .footer-accordion .ahead::before {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 16px;
        right: 0;
        background: url("/wp-content/plugins/public-footer/resource/images/icon-common-add.svg") no-repeat scroll center / contain;
    }

    .rtl .footer-accordion .ahead::before {
        left: 0;
        right: inherit;
    }

    .footer-accordion .ahead.open::before {
        background-image: url("/wp-content/plugins/public-footer/resource/images/icon-common-subtract.svg");
    }

    .footer-accordion .abody {
        border-bottom: 1px solid #e4e4e4;
        overflow: hidden;
        transition: all 0.2s ease-out;
        max-height: 0;
        height: auto;
    }

    .footer-accordion .abody p {
        margin-bottom: 8px;
    }

    .footer-accordion .abody p:last-of-type {
        margin-bottom: 16px;
    }

    /* footer entities */
    .footer-entities .entity {
        margin-bottom: 32px;
    }

    .footer-entities .entity:first-of-type {
        margin-top: 16px;
    }
}

/* compliance document */
.footer-bottom-nav {
    background-color: #eff1f3;
    padding: 32px 0;
}

.footer-bottom-nav ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
    list-style-type: none;
    padding: 0 8px;
}

.footer-bottom-nav ul li {
    position: relative;
    padding: 8px 16px;
}

.footer-bottom-nav ul li a {
    color: #36383b;
}

.footer-bottom-nav ul li a:hover {
    color: var(--color-brand-standard);
}

.footer-bottom-nav ul li:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 1px;
    height: 8px;
    background-color: #36383b;
}

@media screen and (max-width: 375px) {

    .rtl .footer-bottom-nav ul li:nth-child(1)::after,
    .rtl .footer-bottom-nav ul li:nth-child(2)::after,
    .rtl .footer-bottom-nav ul li:nth-child(5)::after,
    .rtl .footer-bottom-nav ul li:nth-child(7)::after {
        width: 0px;
    }
}

@media screen and (max-width: 834px) {
    .rtl .footer-bottom-nav ul li:not(:last-of-type)::after {
        left: 0;
        right: inherit;
        transform: translate(0, -50%);
    }
}


@media screen and (min-width: 1025px) {
    .footer-bottom-nav {
        padding: 72px 0 24px;
    }

    .footer-bottom-nav ul {
        justify-content: center;
    }
}

.footer-copyright {
    background-color: var(--color-brand-Auxiliary);
}

.footer-copyright p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    letter-spacing: 1.5px;
    color: #f5f5f5;
    padding: 24px 8px;
}

@media screen and (min-width: 835px) {
    .footer-copyright p {
        text-align: center;
        padding: 18px 0;
    }
}

@media screen and (min-width: 1025px) {
    .isMobile {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .isDesktop {
        display: none !important;
    }
}

#site-footer {
    padding-top: 0;
}