.scope-8ae97d5521860ab0fdc125e9b82835f6.root {
    background-color: #262626;
}

.scope-8ae97d5521860ab0fdc125e9b82835f6.top {
    padding: 40px;
    border: 1px solid #444;
}

.scope-8ae97d5521860ab0fdc125e9b82835f6.top-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.scope-8ae97d5521860ab0fdc125e9b82835f6.top-card {
    background-color: #FFF;
    border-radius: 4px;
    padding: 24px 40px 24px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.scope-8ae97d5521860ab0fdc125e9b82835f6.top-card-text {
    border-left: 1px solid #DEDEDE;
    padding-left: 24px;
}

.scope-8ae97d5521860ab0fdc125e9b82835f6.top-card-text-1 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 6px;
}

.scope-8ae97d5521860ab0fdc125e9b82835f6.top-card-text-2 {
    line-height: 18px;
}

.scope-8ae97d5521860ab0fdc125e9b82835f6.top-card-icon svg {
    fill: #3D71D9;
}

.scope-8ae97d5521860ab0fdc125e9b82835f6.bottom {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}

.scope-8ae97d5521860ab0fdc125e9b82835f6.bottom-logo {
    margin-right: 12px;
}

.scope-8ae97d5521860ab0fdc125e9b82835f6.bottom-links {
    display: flex;
    flex: 1 1 0;
}

.scope-8ae97d5521860ab0fdc125e9b82835f6.bottom-link {
    color: #FFF;
    font-size: 14px;
    padding: 12px;
}

.scope-8ae97d5521860ab0fdc125e9b82835f6.bottom-copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 600px) {
    .scope-8ae97d5521860ab0fdc125e9b82835f6.top {
        padding: 28px 14px;
    }

    .scope-8ae97d5521860ab0fdc125e9b82835f6.top-cards {
        flex-direction: column;
        gap: 10px;
    }

    .scope-8ae97d5521860ab0fdc125e9b82835f6.top-card {
        padding: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .scope-8ae97d5521860ab0fdc125e9b82835f6.top-card-text {
        padding-left: 10px;
        display: flex;
        align-items: center;
    }

    .scope-8ae97d5521860ab0fdc125e9b82835f6.top-card-text-1 {
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 0;
    }

    .scope-8ae97d5521860ab0fdc125e9b82835f6.top-card-text-2 {
        font-size: 12px;
        line-height: inherit;
        margin-left: 10px;
    }

    .scope-8ae97d5521860ab0fdc125e9b82835f6.top-card-icon svg {
        width: 20px;
        height: 20px;
    }

    .scope-8ae97d5521860ab0fdc125e9b82835f6.top-card:first-child .top-card-icon svg {
        width: 24px;
        height: 24px;
    }

    .scope-8ae97d5521860ab0fdc125e9b82835f6.bottom {
        height: auto;
        flex-direction: column;
        align-items: center;
        padding: 28px 14px;
    }
}
