.site_footer {
    background-color: var(--color_dark_blue)
}

.site_footer .site_footer_inner .footer_top_section {
    padding: 120px 0 80px
}

.site_footer .site_footer_inner .footer_top_section,
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .left_section {
    padding-right: 30px;
    width: calc(100% - 210px)
}

.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .left_section .heading_text {
    color: var(--color_white_1);
    margin: 0
}

.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .left_section .heading_text span {
    font-style: italic
}

.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 210px
}

.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section .right_section_inner .back_to_top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section .right_section_inner .back_to_top_title,
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section .right_section_inner .social_links_title {
    color: var(--color_blue_3);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
}

.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section .right_section_inner .social_media_list_section .social_item_list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section .right_section_inner .back_to_top_link {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section .right_section_inner .back_to_top_link,
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section .right_section_inner .social_media_list_section .social_item_list .social_item a {
    background: var(--color_blue_3_opacity_05);
    border-radius: 80px;
    display: flex;
    flex-wrap: wrap;
    padding: 16px
}

.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section .right_section_inner .social_media_list_section .social_item_list .social_item a svg {
    max-height: 24px;
    max-width: 24px
}

.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section .right_section_inner .back_to_top_link:hover,
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section .right_section_inner .social_media_list_section .social_item_list .social_item a:hover {
    background: rgba(130, 197, 251, .25)
}

.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section .right_section_inner .social_media_list_section .social_item_list .social_item a:active {
    background: rgba(130, 197, 251, .15)
}

.site_footer .site_footer_inner .footer_middle_section img {
    width: 100%
}

.site_footer .site_footer_inner .footer_bottom_section {
    border-top: 1px solid var(--color_blue_4);
    padding: 32px 0
}

.site_footer .site_footer_inner .footer_bottom_section .footer_bottom_section_inner {
    display: flex;
    flex-wrap: wrap
}

.site_footer .site_footer_inner .footer_bottom_section .copyright_text {
    color: var(--color_blue_3);
    font-size: 12px;
    letter-spacing: .02em;
    line-height: 16px;
    padding-right: 24px;
    width: 243px
}

.site_footer .site_footer_inner .footer_bottom_section .footer_menu {
    width: calc(100% - 243px)
}

.site_footer .footer_menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.site_footer .footer_menu .menu-item {
    display: flex;
    flex-wrap: wrap;
    line-height: 1
}

.site_footer .footer_menu .menu-item a {
    color: var(--color_blue_3);
    font-size: 12px;
    letter-spacing: .02em;
    line-height: 16px;
    text-decoration: none
}

.site_footer .footer_menu .menu-item a:hover,
.site_footer .footer_menu .menu-item.current_page_item a {
    text-decoration: underline
}

@media (max-width:1359px) {
    .site_footer .site_footer_inner .footer_top_section {
        padding: 100px 0 70px
    }
}

@media (max-width:1199px) {
    .site_footer .site_footer_inner .footer_top_section {
        padding: 80px 0 60px
    }
}

@media (max-width:991px) {
    .site_footer .site_footer_inner .footer_top_section {
        padding: 65px 0 50px
    }
}

@media (max-width:767px) {
    .site_footer {
        padding: 120px 0 40px
    }

    .site_footer .footer_menu .menu-item {
        justify-content: center;
        text-align: center;
        width: 100%
    }

    .site_footer .site_footer_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .site_footer .site_footer_inner .footer_top_section {
        order: 2;
        padding: 40px 0
    }

    .site_footer .site_footer_inner .footer_top_section .footer_top_section_inner {
        justify-content: center
    }

    .site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .left_section {
        margin-bottom: 40px;
        max-width: 185px;
        padding-right: 0;
        text-align: center;
        width: 100%
    }

    .site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .left_section .heading_text {
        font-size: 24px;
        line-height: 32px
    }

    .site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section {
        justify-content: center;
        text-align: center;
        width: 100%
    }

    .site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section .right_section_inner .social_media_list_section .social_item_list {
        justify-content: center
    }

    .site_footer .site_footer_inner .footer_middle_section {
        order: 1
    }

    .site_footer .site_footer_inner .footer_bottom_section {
        order: 3
    }

    .site_footer .site_footer_inner .footer_bottom_section .footer_bottom_section_inner {
        justify-content: center
    }

    .site_footer .site_footer_inner .footer_bottom_section .copyright_text {
        order: 2;
        padding-right: 0;
        text-align: center;
        width: 100%
    }

    .site_footer .site_footer_inner .footer_bottom_section .footer_menu {
        justify-content: center;
        margin-bottom: 24px;
        order: 1;
        width: 100%
    }

    .site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .right_section .right_section_inner .back_to_top {
        align-items: center;
    }
}

/*# sourceMappingURL=footer.css.map */