.Footer_main__1SS7y {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 100px 0 45px;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Footer_placeholder__G7TwY {
    margin-top: 145px; /* top + bottom of footer */
    height: 111px;
}

.Footer_content__uamXL {
    max-width: 1280px;
    width: 100%;
}

.Footer_top__L0mTd {
    display: flex;
    gap: 100px;
}

.Footer_delim__dDzLN {
    width: 100%;
    height: 1px;
    margin: 25px 0;
    background-color: #212121;
}

.Footer_bottom__JSAfy {
    width: 100%;
    min-height: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    row-gap: 15px;
}

.Footer_copyright__W8ZKy {
    color: #686868;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.Footer_socials__uhB6v {
    display: flex;
    gap: 24px;
}

.Footer_socials__uhB6v button {
    width: 34px;
    height: 34px;
}

.Footer_socials__uhB6v svg {
    width: 24px !important;
    height: 24px !important;
}


.Footer_logo__S4PwH {
    min-width: 123px;
    width: 123px;
}

.Footer_links__g0H7R {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.Footer_link__ZIL7i {
    color: #686868;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.48px;
    transition-duration: .3s;
    cursor: pointer;
}

.Footer_link__ZIL7i:hover {
    color: #FFF;
    filter: drop-shadow(0 0 24px rgb(255 255 255 / 50%));
}

@media screen and (max-width: 720px) {
    .Footer_main__1SS7y {
        margin-top: 50px;
    }

    .Footer_placeholder__G7TwY {
        height: 256px;
        margin-top: 95px;
    }

    .Footer_top__L0mTd {
        flex-direction: column;
        gap: 20px;
    }

    .Footer_links__g0H7R {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

@media screen and (max-width: 421px) {
    .Footer_placeholder__G7TwY {
        height: 287px;
    }
}

@media screen and (max-width: 289px) {
    .Footer_placeholder__G7TwY {
        height: 303px;
    }
}

body.light .Footer_delim__dDzLN {
    background-color: #CBCBCB;
}

body.light .Footer_link__ZIL7i:hover {
    color: #000;
    filter: drop-shadow(0 0 24px rgb(0 0 0 / 50%));
}
