.vxr_ft76_main_box {
    background: #050d1a;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.vxr_ft76_top {
    padding: 72px 0 48px;
    border-top: 1px solid rgba(50,168,214,0.06);
}

.vxr_ft76_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.vxr_ft76_grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;
}

.vxr_ft76_logo {
    display: inline-block;
    margin-bottom: 16px;
}

.vxr_ft76_logo img {
    height: 67px;
    width: auto;
    border-radius: 6px;
}

.vxr_ft76_about_text {
    font-size: 14px;
    color: #5a7190;
    line-height: 1.7;
    margin: 0 0 20px;
}

.vxr_ft76_socials {
    display: flex;
    gap: 10px;
}

.vxr_ft76_socials a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(50,168,214,0.07);
    border: 1px solid rgba(50,168,214,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5a7190;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.vxr_ft76_socials a:hover {
    background: rgba(50,168,214,0.14);
    color: #32A8D6;
    border-color: rgba(50,168,214,0.25);
}

.vxr_ft76_col_title {
    font-size: 15px;
    font-weight: 600;
    color: #dfe8f0;
    margin: 0 0 18px;
    letter-spacing: 0.3px;
}

.vxr_ft76_link {
    display: block;
    font-size: 14px;
    color: #5a7190;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s, padding-left 0.3s;
}

.vxr_ft76_link:hover {
    color: #32A8D6;
    padding-left: 4px;
}

.vxr_ft76_contact_row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #5a7190;
    line-height: 1.5;
}

.vxr_ft76_contact_row i {
    color: #32A8D6;
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}

.vxr_ft76_contact_row a {
    color: #5a7190;
    text-decoration: none;
    transition: color 0.3s;
}

.vxr_ft76_contact_row a:hover {
    color: #32A8D6;
}

.vxr_ft76_bottom {
    border-top: 1px solid rgba(50,168,214,0.06);
    padding: 20px 0;
}

.vxr_ft76_bottom .vxr_ft76_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vxr_ft76_copy {
    font-size: 13px;
    color: #3e5570;
    margin: 0;
}

.vxr_ft76_bottom_links {
    display: flex;
    gap: 20px;
}

.vxr_ft76_bottom_links a {
    font-size: 13px;
    color: #3e5570;
    text-decoration: none;
    transition: color 0.3s;
}

.vxr_ft76_bottom_links a:hover {
    color: #32A8D6;
}

@media (max-width: 1024px) {
    .vxr_ft76_grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}

@media (max-width: 768px) {
    .vxr_ft76_top { padding: 48px 0 32px; }
    .vxr_ft76_container { padding: 0 16px; }
    .vxr_ft76_grid { grid-template-columns: 1fr; gap: 28px; }
    .vxr_ft76_bottom .vxr_ft76_container { flex-direction: column; gap: 10px; text-align: center; }
    .vxr_ft76_bottom_links { justify-content: center; }
}

.vxr3361D {
    color: rgb(110, 135, 160);
    font-family: sans-serif;
    background-color: transparent;
}

.vxr_ct74_info_link.vxr91F0E {
    color: rgb(110, 135, 160);
    font-family: sans-serif;
    background-color: transparent;
}

.vxr9FDE4 {
    background-color: transparent;
}