.footer {
    border-top: .0625rem solid #ccc
}

.footer__container {
    background-color: #fff;
    box-sizing: border-box;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    max-width: 90rem;
    padding: 1rem
}

@media only screen and (min-width:48rem) {
    .footer__container {
        padding: 3rem 1.5rem 1.5rem
    }
}

.footer--minimized {
    padding: 1rem 3rem
}

.footer__tagline {
    grid-column: 1/-1;
    grid-row: 1/2;
    margin-bottom: 2rem
}

@media only screen and (min-width:33rem) {
    .footer__tagline {
        grid-column: 1/span 6;
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width:48rem) {
    .footer__tagline {
        grid-column: 1/span 4
    }
}

.footer__language-selector {
    grid-column: 1/-1;
    grid-row: 2/3;
    margin-bottom: 2.5rem
}

@media only screen and (min-width:33rem) {
    .footer__language-selector {
        align-self: center;
        grid-column: 9/-1;
        grid-row: 1/2
    }
}

@media only screen and (min-width:48rem) {
    .footer__language-selector {
        grid-column: 1/span 3;
        grid-row: 2/3;
        margin-bottom: 0
    }
}

@media only screen and (min-width:64rem) {
    .footer__language-selector {
        grid-column: 1/span 2
    }
}

.footer__links-container {
    grid-column: 1/-1;
    grid-row: 3/4
}

@media only screen and (min-width:48rem) {
    .footer__links-container {
        grid-column: 6/-1;
        grid-row: 1/3
    }
}

@media only screen and (min-width:64rem) {
    .footer__links-container {
        grid-column: 7/-1
    }
}

.footer__separator {
    background-color: #ccc;
    grid-column: 1/-1;
    grid-row: 4/5;
    height: .0625rem;
    margin: 2rem 0;
    width: 100%
}

@media only screen and (min-width:48rem) {
    .footer__separator {
        grid-row: 3/4;
        margin-bottom: 1.5rem;
        margin-top: 3rem
    }
}

.footer__bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    grid-column: 1/-1;
    grid-row: 5/6;
    justify-content: space-between
}

@media only screen and (min-width:48rem) {
    .footer__bottom {
        grid-row: 4/5
    }
}

@media only screen and (min-width:33rem) {
    .footer__bottom {
        flex-direction: row
    }
}

.footer__legal--minimized {
    grid-column: 1/-1
}

.language-selector {
    position: relative;
    visibility: visible
}

.language-selector--hidden {
    visibility: hidden
}

.language-selector__button {
    align-items: center;
    background-color: #fff;
    border: .0625rem solid #666;
    border-radius: .5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    min-height: 2rem;
    padding: 0 0 0 .5rem;
    position: relative;
    width: 100%;
    z-index: 1
}

.language-selector__button:has(:focus-visible) {
    outline: .125rem solid #5f5de4;
    outline-offset: .0625rem;
    transition: outline .15s
}

.language-selector__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    height: 100%;
    left: 0;
    line-height: inherit;
    margin: 0;
    opacity: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.language-selector__icon {
    align-items: center;
    display: flex;
    margin-right: .5rem
}

.language-selector__language {
    align-items: center;
    color: #000;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: .875rem
}

.language-selector__language:focus-visible {
    border-radius: .125rem;
    outline: .125rem solid #5f5de4;
    outline-offset: .0625rem;
    transition: outline .15s
}

.legal-section {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    font-family: Inter, sans-serif;
    justify-content: space-between;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    width: 100%
}

@media only screen and (min-width:33rem) {
    .legal-section {
        display: block;
        margin-bottom: 0;
        margin-right: .5rem
    }
}

.legal-section__link {
    color: #000;
    font-size: 1rem;
    margin-bottom: .5rem;
    margin-right: 1.5rem;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

@media only screen and (min-width:33rem) {
    .legal-section__link {
        font-size: .75rem
    }
}

.legal-section__link:before {
    background-color: #000;
    bottom: 0;
    content: "";
    height: .0625rem;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-in-out;
    width: 100%
}

.legal-section__link:hover:before {
    transform: scaleX(1);
    transform-origin: left
}

.legal-section__link:focus-visible {
    border-radius: .125rem;
    outline: .125rem solid #5f5de4;
    outline-offset: .0625rem;
    transition: outline .15s
}

@media only screen and (min-width:33rem) {
    .legal-section__link {
        margin-bottom: 0
    }
}

.legal-section__link:last-child {
    margin-right: 0
}

.links-section {
    display: grid;
    gap: 2rem 1rem;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between
}

@media only screen and (min-width:33rem) {
    .links-section {
        grid-template-columns: repeat(3, 1fr)
    }
}

.links-group {
    color: #000;
    font-family: Inter, sans-serif;
    line-height: 1.6
}

.links-group__title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1.5rem
}

@media only screen and (min-width:33rem) {
    .links-group__title {
        font-size: .875rem;
        margin-bottom: .5rem
    }
}

.links-group__list-container {
    margin: 0;
    padding: 0
}

.links-group__list-item {
    list-style: none;
    margin-bottom: 1.5rem
}

.links-group__list-item:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:33rem) {
    .links-group__list-item {
        margin-bottom: .5rem
    }
}

.links-group__link {
    color: #000;
    font-size: 1rem;
    position: relative;
    text-decoration: none
}

@media only screen and (min-width:33rem) {
    .links-group__link {
        font-size: .75rem
    }
}

.links-group__link:before {
    background-color: #000;
    bottom: 0;
    content: "";
    height: .0625rem;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-in-out;
    width: 100%
}

.links-group__link:hover:before {
    transform: scaleX(1);
    transform-origin: left
}

.links-group__link:focus-visible {
    border-radius: .125rem;
    outline: .125rem solid #5f5de4;
    outline-offset: .0625rem;
    transition: outline .15s
}

.social-media-section {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media only screen and (min-width:48rem) {
    .social-media-section {
        justify-content: flex-end
    }
}

.social-media-section__link {
    align-items: center;
    background-color: #f5f5ff;
    border-radius: 624.9375rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-right: .5rem;
    padding: .75rem;
    transition: background-color .2s
}

@media only screen and (min-width:48rem) {
    .social-media-section__link {
        margin-right: 2rem
    }
}

.social-media-section__link:hover {
    background-color: #e5e5fe
}

.social-media-section__link:active {
    background-color: #d7d7ff
}

.social-media-section__link:last-child {
    margin-right: 0
}

.social-media-section__link:focus-visible {
    outline: .125rem solid #5f5de4;
    outline-offset: .0625rem;
    transition: outline .15s
}

.tagline-section {
    color: #000;
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 1.3
}

.tagline-section__logo {
    align-items: center;
    display: flex;
    margin-bottom: 1rem
}

.tagline-section__logo>svg {
    height: 2.5rem;
    width: 2.5rem
}

@media only screen and (min-width:48rem) {
    .tagline-section__logo {
        margin-bottom: .5rem
    }
}

@media only screen and (min-width:64rem) {
    .tagline-section__logo {
        margin-bottom: 1rem
    }
    .tagline-section__logo>svg {
        height: 3.5rem;
        width: 3.5rem
    }
}

.tagline-section__heading {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 1rem
}

@media only screen and (min-width:33rem) {
    .tagline-section__heading {
        margin-bottom: .5rem
    }
}

@media only screen and (min-width:64rem) {
    .tagline-section__heading {
        flex-direction: row
    }
}

.tagline-section__heading>span {
    display: block;
    margin-right: .5rem;
    white-space: nowrap
}

.tagline-section__heading>span:last-child {
    margin-right: 0
}

.tagline-section__company {
    font-size: 1rem;
    margin-bottom: 1rem
}

@media only screen and (min-width:33rem) {
    .tagline-section__company {
        margin-bottom: .5rem
    }
}

@media only screen and (min-width:48rem) {
    .tagline-section__company {
        margin-bottom: .5rem
    }
}

.tagline-section__description {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0
}

@media only screen and (min-width:33rem) {
    .tagline-section__description {
        font-size: .75rem
    }
}