@import url(https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900,300italic,italic,500italic,600italic,700italic,800italic,900italic);

:root {
    --container-width: 1160px;

    --text-primary: #f3f4f6;
    --text-secondary: #d1d5db;
    --text-muted: #9ca3af;
    --text-inverse: #111827;

    --bg-primary: #1f1f2e;
    --bg-secondary: #2c2c3c;
    --bg-tertiary: #3a3a4f;
    --bg-dark: #f3f4f6;

    --accent-primary: #a78bfa;
    --accent-secondary: #f472b6;
    --accent-success: #10b981;
    --accent-warning: #f59e0b;
    --accent-danger: #dc2626;

    --shadow-light: 0 1px 2px rgba(255, 255, 255, 0.04);
    --shadow-medium: 0 3px 6px rgba(255, 255, 255, 0.08);
    --shadow-strong: 0 6px 10px rgba(255, 255, 255, 0.1);

    --font-family: 'Rubik', sans-serif;
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-base: 16px;
    --font-size-lg: 19px;
    --font-size-xl: 26px;
    --font-size-2xl: 34px;
    --font-size-3xl: 42px;

    --gap-xs: 4px;
    --gap-sm: 10px;
    --gap-md: 20px;
    --gap-lg: 30px;
    --gap-xl: 48px;
    --gap-2xl: 64px;

    --padding-xs: 4px;
    --padding-sm: 10px;
    --padding-md: 20px;
    --padding-lg: 30px;
    --padding-xl: 48px;

    --radius-sm: 5px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;

    --transition-fast: 150ms ease-in-out;
    --transition-normal: 300ms ease-in-out;
    --transition-slow: 500ms ease;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #1f1f2e;
    font-family: 'Rubik', sans-serif;
    font-size: var(--font-size);
}
body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}
input,
textarea {
    width: 100%;
}
label {
    display: inline-block;
}
button,
select,
option {
    cursor: pointer;
}
a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

main {
    overflow-x: hidden;
}

.c-7ee33d1e {
    background: #1f1f2e;
    box-shadow: 0 2px 10px 0 1px 2px rgba(255, 255, 255, 0.04);
    position: sticky;
    top: 0;
    z-index: 999999;
}

.c-4906b252 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.c-338af5c3 {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 26px;
}

.c-5b064673 {
    color: #a78bfa;
    font-size: 28px;
}

.c-2ca44e4f {
    display: flex;
    align-items: center;
    gap: 48px;
}

.c-c0f0e161 {
    display: flex;
    list-style: none;
    gap: 30px;
}

.c-5d479974 {
    text-decoration: none;
    color: #d1d5db;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
}

.c-5d479974:hover {
    color: #a78bfa;
    background-color: #2c2c3c;
}

.c-f3d73c00 {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #f3f4f6;
    cursor: pointer;
}

.c-a5d1c7db {
    background: #a78bfa;
    color: #111827;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    transition: all 300ms ease-in-out;
}

.c-a5d1c7db:hover {
    background: #f472b6;
    transform: translateY(-2px);
}

.c-7471444d {
    background: linear-gradient(135deg, #2c2c3c 0%, #3a3a4f 100%);
    padding: 48px 0;
    position: relative;
    overflow: hidden;
}

.c-7471444d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #a78bfa, transparent);
}

.c-388efe66 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.c-970ff6b3 {
    text-align: center;
    margin-bottom: 48px;
}

.c-a805dcd9 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.c-a805dcd9 i {
    color: #a78bfa;
    font-size: 34px;
}

.c-f58545ee {
    color: #d1d5db;
    font-size: 19px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.c-8633414b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 48px;
}

.c-0de2b8d2 {
    background-color: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 6px var(--card-shadow);
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-0de2b8d2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #a78bfa, #f472b6);
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
}

.c-0de2b8d2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px 0 3px 6px rgba(255, 255, 255, 0.08);
}

.c-0de2b8d2:hover::before {
    transform: scaleX(1);
}

.c-b7330433 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.c-aeee0226 {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    font-size: 19px;
}

.c-96daf6f1 {
    color: #f3f4f6;
    font-weight: 600;
    font-size: 19px;
}

.c-a8b1edbb {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-61bc9347 {
    color: #d1d5db;
    transition: all 150ms ease-in-out;
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}

.c-61bc9347:hover {
    color: #a78bfa;
    background-color: #2c2c3c;
    padding-left: 10px;
}

.c-61bc9347 i {
    font-size: 12px;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

.c-61bc9347:hover i {
    opacity: 1;
}

.c-374afadd {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d1d5db;
    padding: 4px 0;
}

.c-f9a97644 {
    color: #a78bfa;
    width: 20px;
    text-align: center;
}

.c-2d6e974e {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.c-fbf74ca7 {
    background-color: #2c2c3c;
    border: 1px solid var(--card-border);
    padding: 20px;
    border-radius: 5px;
    color: #f3f4f6;
    transition: all 150ms ease-in-out;
}

.c-fbf74ca7:focus {
    outline: none;
    border-color: #a78bfa;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.c-fbf74ca7::placeholder {
    color: #9ca3af;
}

.c-368f6bd7 {
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    color: #111827;
    padding: 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 150ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-368f6bd7::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 500ms ease;
}

.c-368f6bd7:hover::before {
    left: 100%;
}

.c-368f6bd7:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.c-ed7fb4fb {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid var(--card-border);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.c-48f3138d {
    color: #9ca3af;
    font-size: 14px;
}

.c-8280904f {
    display: flex;
    gap: 30px;
}

.c-03f8db20 {
    color: #9ca3af;
    font-size: 14px;
    transition: color 150ms ease-in-out;
    position: relative;
}

.c-03f8db20::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #a78bfa;
    transition: width 150ms ease-in-out;
}

.c-03f8db20:hover {
    color: #a78bfa;
}

.c-03f8db20:hover::after {
    width: 100%;
}

.c-75ed3ae9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.c-57474b7b {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, #a78bfa, #f472b6);
    opacity: 0.03;
}

.c-74b85d35 {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;
}

.c-e7caa2ff {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
}

.c-ca1b154a {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-e80758a4 {
    padding: 64px 0;
    background: #2c2c3c;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.c-13701347 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-92dc544a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.c-c8d25912 {
    opacity: 0;
    transform: translateX(50px);
}

.c-3284646a {
    font-size: 34px;
    font-weight: 700;
    color: #f3f4f6;
    margin-bottom: 30px;
    position: relative;
}

.c-3284646a::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 4px;
    background: var(--about-gradient);
    border-radius: 5px;
}

.c-9441abff {
    font-size: 19px;
    color: #a78bfa;
    margin-bottom: 20px;
    font-weight: 500;
}

.c-b7cd02c5 {
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 30px;
}

.c-e75fdc22 {
    display: flex;
    gap: 48px;
    margin-top: 30px;
}

.c-6ea3cbce {
    text-align: center;
}

.c-d6dcc3e7 {
    font-size: 26px;
    font-weight: 700;
    color: #a78bfa;
    display: block;
}

.c-67a15f79 {
    font-size: 14px;
    color: #9ca3af;
    margin-top: 4px;
}

.c-ebd947d4 {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
}

.c-f663ae18 {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 20px 40px 0 3px 6px rgba(255, 255, 255, 0.08);
}

.c-ebd947d4::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    background: var(--about-gradient);
    border-radius: 24px;
    z-index: -1;
    opacity: 0.3;
}

.about-classic--animated .c-c8d25912 {
    opacity: 1 !important;
    transform: translateX(0);
    transition: all 0.8s ease;
}

.about-classic--animated .c-ebd947d4 {
    opacity: 1 !important;
    transform: translateX(0);
    transition: all 0.8s ease 0.2s;
}

.about-classic--animated .c-3284646a::after {
    width: 60px;
    transition: width 0.8s ease 0.5s;
}

.c-75813242 {
    background: #1f1f2e;
    padding: 48px;
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    text-align: left;
    max-width: 450px;
    width: 100%;
    transition: all 300ms ease-in-out;
    border: 1px solid #3a3a4f;
    margin: 40px auto;
}

.c-75813242:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-5px);
}

.c-a0a95d18 {
    width: 60px;
    height: 60px;
    background: #a78bfa;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 26px;
}

.c-a0a95d18::before {
    content: '📞';
}

.c-4e124911 {
    font-size: 26px;
    font-weight: 700;
    color: #f3f4f6;
    margin-bottom: 10px;
    line-height: 1.3;
}

.c-7af5be59 {
    font-size: var(--font-size);
    color: #d1d5db;
    margin-bottom: 48px;
    line-height: 1.6;
}

.c-9e5980a6 {
    list-style: none;
    margin-bottom: 48px;
}

.c-9e5980a6 li {
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.c-9e5980a6 li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #a78bfa;
    font-weight: bold;
}

.c-81385259 {
    display: inline-flex;
    align-items: center;
    background: #a78bfa;
    color: #111827;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: var(--font-size);
    font-weight: 600;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    gap: 10px;
}

.c-81385259::after {
    content: '→';
    transition: transform 150ms ease-in-out;
}

.c-81385259:hover {
    background: #f472b6;
    transform: translateX(2px);
}

.c-81385259:hover::after {
    transform: translateX(3px);
}

.c-87e0d9de {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background: #f3f4f6;
    color: #111827;
    z-index: 1000000;
    transform: translateX(100%);
    transition: transform 300ms ease-in-out;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 30px 0 6px 10px rgba(255, 255, 255, 0.1);
}

.c-87e0d9de.policy-sidebar--visible {
    transform: translateX(0);
}

.c-c01f8ff9 {
    padding: 48px;
    background: linear-gradient(135deg, #f3f4f6, #a78bfa);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.c-b097547c {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-70613ec4 {
    opacity: 0.8;
    font-size: 14px;
}

.c-7ab652c0 {
    flex: 1;
    padding: 48px;
    overflow-y: auto;
}

.c-88e69043 {
    margin-bottom: 48px;
    line-height: 1.6;
    opacity: 0.9;
}

.c-9cce21c5 {
    margin-bottom: 48px;
}

.c-4c3896f6 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #111827;
}

.c-8a6d7d67 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-ee5de638 {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #111827;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    border: 1px solid transparent;
}

.c-ee5de638:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #a78bfa;
    transform: translateX(-4px);
}

.c-c3aa44d1 {
    font-size: 20px;
    margin-right: 20px;
    width: 24px;
    text-align: center;
}

.c-1b47a9b4 {
    flex: 1;
}

.c-7c534a26 {
    font-weight: 600;
    margin-bottom: 2px;
}

.c-c3286982 {
    font-size: 14px;
    opacity: 0.7;
}

.c-5aa0188b {
    padding: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.c-0e5e3af3 {
    display: flex;
    gap: 20px;
}

.c-319b576a {
    flex: 1;
    padding: 20px;
    border-radius: 10px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    border: 2px solid transparent;
}

.c-88954309 {
    background: #a78bfa;
    color: #111827;
}

.c-88954309:hover {
    background: #f472b6;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.c-93c03d92 {
    background: transparent;
    color: #111827;
    border-color: rgba(255, 255, 255, 0.3);
}

.c-93c03d92:hover {
    border-color: #111827;
    background: rgba(255, 255, 255, 0.1);
}

.c-ed7a5e4d {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
}

.c-ed7a5e4d.policy-sidebar__overlay--visible {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .c-2ca44e4f {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: #1f1f2e;
        flex-direction: column;
        padding: 30px;
        box-shadow: 0 5px 20px 0 3px 6px rgba(255, 255, 255, 0.08);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 300ms ease-in-out;
    }

    .c-2ca44e4f.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .c-c0f0e161 {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .c-5d479974 {
        padding: 16px;
        text-align: center;
    }

    .c-f3d73c00 {
        display: block;
    }

    .c-a5d1c7db {
        margin-top: 20px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .c-8633414b {
        grid-template-columns: 1fr;
    }

    .c-ed7fb4fb {
        flex-direction: column;
        text-align: center;
    }

    .c-8280904f {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-92dc544a {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .c-e75fdc22 {
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .c-87e0d9de {
        width: 100%;
    }
}
