.footer__label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
    margin-top: 25px;
}
.footer .wrapper_footer__silicon {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    overflow: hidden;
    height: 17vw;
}
.footer .footer__silicon {
    font-size: 20.7vw;
    color: #5914e6;
    font-weight: 700;
    line-height: 1;
}
.footer .footer__silicon span {
    color: transparent;
    -webkit-text-stroke: 3px #5914e6;
}
@media only screen and (min-width: 744px) {
    .footer__bookend {
        font-size: 1.2rem;
        font-weight: 400;
        margin-top: 50px;
    }
    .footer__info {
        width: calc((100% / 10) * 3);
    }
    .footer__info:last-child {
        margin-left: calc((100% / 10) - 40px);
    }
    .footer .footer__silicon span {
        -webkit-text-stroke: 7px #5914e6;
    }
}
.footer__legalsEl a {
    text-decoration: underline!important;
}
.footer__legalsEl a::before {
    content: none;
}
.footer__navEl {
    font-weight: 300;
}
.footer__navEl:not(:last-child) {
    margin-bottom: 12px;
}
.footer__navEl:not(:first-child) {
    margin-top: .5rem
}
.footer {
    position: relative;
    padding-top: 100px;
    padding-bottom: 18vw;
    font-family: Poppins,sans-serif;
    font-size: clamp(1.4rem,1.146vw,1.966rem);
    font-weight: 500;
    background-color: #ECECEC;
}
.footer ul,
.footer ol {
    list-style: none;
}
.footer .wrapper_columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.footer .bg_wave {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 0;
}
@media screen and (min-width: 768px) {
    .footer .wrapper_columns {
        flex-direction: row;
        margin-bottom: 0;
    }
}
.footer .container {
    position: relative;
    z-index: 2;
}
.footer a:not(.snList a) {
    position: relative;
    transition: color .6s
}
.footer a:not(.snList a):before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .1em;
    background-color: currentColor;
    transform-origin: left;
    transform: scaleX(0) translateZ(0);
    transition: transform .4s cubic-bezier(.215,.61,.355,1)
}
.footer_social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.footer_social_img {
    max-width: 20px;
    width: 100%;
    height: 100%;
    max-height: 20px;
    margin-right: 5px;
}
.footer_social_link::after {
    content: none!important;
}