.osd-footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #000;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.osd-footer::before {
    content: "";
    position: absolute;
    width: 160vw;
    height: 239vw;
    border-radius: 50%;
    filter: blur(120px);
    left: 50%;
    bottom: 0;
    background: linear-gradient(210deg, #8a2be2 -17%, #40e0d0 90%);
    transform: translate(-50%, 40%);
}
.osd-footer::after {
    content: "";
    position: absolute;
    width: 250vw;
    height: 239vw;
    border-radius: 50%;
    filter: blur(120px);
    left: 50%;
    top: 0;
    background: linear-gradient(330deg, #8a2be2 -37%, #40e0d0 170%);
    transform: translate(-50%, -40%);
    z-index: -1;
}
html[xmlns*=""] body:last-child .osd-footer::before,
html[xmlns*=""] body:last-child .osd-footer::after {
    display: none;
}
*|html[xmlns*=""] .osd-footer::before,
*|html[xmlns*=""] .osd-footer::after {
    display: none;
}
.osd-footer__container {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #fff;
}
.osd-footer__container-link h4,
.osd-footer__container-link h4 a {
    color: #fff;
    line-height: 30px;
    margin: 0 0 20px 0;
}
.osd-footer__container-link h4 a:hover {
    color: #fff;
    text-decoration: none;
}
.osd-footer__container-link ul {
    margin: 0;
    padding: 0;
}
.osd-footer__container-link ul li {
    list-style-type: none;
    line-height: 1.2;
    margin-bottom: 12px;
}
.osd-footer .osd-hr {
    margin: 60px 15px;
    border-bottom: 1px solid #ffffff4d;
}
.osd-footer__container-info .osd-contact-info__title {
    padding: 0;
    line-height: 30px;
    color: #2563eb;
    margin-bottom: 0;
    text-align: left;
}
.osd-footer__container-info .osd-contact-info__meta {
    flex: 1 1 calc(100% - 24px);
    max-width: calc(100% - 24px);
    padding-left: 15px;
    color: #fff;
}
.osd-footer__container-info .osd-contact-info a {
    text-decoration: underline;
}
.osd-footer__container-info .iso-logo {
    width: 100%;
}
.logo-cert {
    width: 70px;
    height: 70px;
}
.osd-footer a,
.osd-footer a:hover {
    color: #fff;
}
@media (min-width: 365px) {
    .osd-footer__container-info .iso-logo {
        width: 350px;
    }
}
@media (min-width: 600px) {
    .osd-footer::before {
        background: linear-gradient(210deg, #8a2be2 -17%, #40e0d0 90%);
        transform: translate(-50%, 89%);
    }
    .osd-footer .osd-hr {
        margin: 80px 15px;
    }
    .logo-cert {
        width: 60px;
        height: 60px;
    }
    .osd-footer::after {
        display: none;
    }
}
@media (min-width: 992px) {
    .osd-footer__container-link {
        flex: 1 1 20%;
        max-width: 20%;
    }
}
