@import url(https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #121212;
    font-family: 'Work Sans', 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-b1f6ae9b {
    background: #121212;
    padding: 20px 0;
    box-shadow: 0 1px 3px 0 2px 4px rgba(255, 255, 255, 0.08);
    font-family: 'Work Sans', sans-serif;
    position: relative;
    z-index: 99999;
}

.c-686853cd {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-de771514 {
    font-size: 28px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-de771514 i {
    color: #e879f9;
}

.c-eedc4ecf {
    display: flex;
    gap: 30px;
}

.c-eedc4ecf a {
    color: #e0d4df;
    text-decoration: none;
    font-size: var(--font-size);
    padding-bottom: 2px;
    position: relative;
    transition: color 300ms ease-in;
}

.c-eedc4ecf a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 100%;
    background-color: #e879f9;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 160ms ease;
}

.c-eedc4ecf a:hover::after,
.c-eedc4ecf a.active::after {
    transform: scaleX(1);
}

.c-eedc4ecf a:hover {
    color: #e879f9;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    color: #ffffff;
}



.c-e6af66fc {
    background-color: #ffffff;
    color: #000000;
    padding: 48px 0;
}

.c-57f60d2b {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-f2e5c742 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 48px;
    margin-bottom: 48px;
}

.c-a21c8bcb {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-b5ccf1fd {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
}

.c-b5ccf1fd i {
    color: #e879f9;
    font-size: 28px;
}

.c-60ae66ba {
    color: #a89ca9;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-8877b964 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.c-8877b964::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #e879f9;
}

.c-fc5dbe99 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-0ad558c9 {
    color: #a89ca9;
    transition: color 160ms ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-0ad558c9:hover {
    color: #e879f9;
    transform: translateX(5px);
}

.c-0ad558c9 i {
    font-size: 10px;
}

.c-87985309 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.c-9331b2a7 {
    color: #e879f9;
    margin-top: 3px;
}

.c-27acda59 {
    color: #a89ca9;
    line-height: 1.5;
}

.c-4a19ffb7 {
    margin-top: 10px;
}

.c-7621a1af {
    color: #a89ca9;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-7894337f {
    display: flex;
    gap: 10px;
}

.c-1777cd0d {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 6px;
    color: #000000;
}

.c-1777cd0d::placeholder {
    color: #a89ca9;
}

.c-bf9f36b5 {
    background-color: #e879f9;
    color: #000000;
    padding: 10px 20px;
    border-radius: 6px;
    transition: background-color 160ms ease;
}

.c-bf9f36b5:hover {
    background-color: #f472b6;
}

.footer-social {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #a89ca9;
    transition: all 160ms ease;
}

.footer-social-link:hover {
    background-color: #e879f9;
    color: #000000;
    transform: translateY(-3px);
}

.c-c7cdd5f1 {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-04da40ab {
    color: #a89ca9;
    font-size: 15px;
}

.c-86c73d98 {
    display: flex;
    gap: 30px;
}

.c-92c52866 {
    color: #a89ca9;
    font-size: 15px;
    transition: color 160ms ease;
}

.c-92c52866:hover {
    color: #e879f9;
}



.c-8cab3a8e {
    min-height: 100vh;
}

.c-382643dc {
    padding: 64px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.c-382643dc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/placeholder.svg?height=600&width=1200') center/cover;
    opacity: 0.1;
    z-index: 0;
}

.c-70f5f5d3 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.c-fe7e96ab {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
}

.c-f0183ef9 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.c-c3f581ca {
    font-size: 21px;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 48px;
}

.c-3e1321f7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 48px;
    margin-top: 48px;
}

.c-5e4c3327 {
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
}

.c-9905f715 {
    font-size: 3rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.c-c1cdf8f1 {
    font-size: 21px;
    opacity: 0.9;
}

.c-7912b16d {
    padding: 64px 0;
    background: #1e1e1e;
}

.c-994bcb8c {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-1806477e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin-bottom: 64px;
}

.c-aecc8255 {
    background: #121212;
    padding: 48px;
    border-radius: 32px;
    box-shadow: 0 4px 20px 0 1px 1px rgba(255, 255, 255, 0.04);
    opacity: 0;
    transform: translateX(30px);
}

.c-2a5f311d {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-10fdbb74 {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #e879f9, #f472b6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
}

.c-96ecfa46 {
    list-style: none;
}

.c-ce6823a1 {
    padding: 20px 0;
    border-bottom: 1px solid #2c2c2c;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-ce6823a1:last-child {
    border-bottom: none;
}

.c-7d269afe {
    width: 24px;
    height: 24px;
    background: #34d399;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.c-1a7aada9 {
    color: #e0d4df;
}

.c-82f2489a {
    background: #121212;
    padding: 48px;
    border-radius: 32px;
    box-shadow: 0 4px 20px 0 1px 1px rgba(255, 255, 255, 0.04);
    opacity: 0;
    transform: translateX(-30px);
}

.c-849e28fa {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-4faf5be8 {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #e879f9, #f472b6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: 700;
}

.c-1c3879ea {
    margin-bottom: 30px;
}

.c-1c3879ea:last-child {
    margin-bottom: 0;
}

.c-e4836047 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.c-b904be8f {
    font-weight: 500;
    color: #ffffff;
}

.c-ad7e08f7 {
    font-size: 15px;
    color: #a89ca9;
    font-weight: 500;
}

.c-2920b5e7 {
    height: 8px;
    background: #2c2c2c;
    border-radius: 6px;
    overflow: hidden;
}

.c-837294a4 {
    height: 100%;
    background: #e879f9;
    border-radius: 6px;
    width: 0;
    transition: width 1.5s ease;
}

.c-4edb2308 {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
}

.c-bd9eed9b {
    width: 100%;
    max-width: 600px;
    height: 300px;
    border-radius: 32px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 8px 30px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-bd9eed9b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-stats--animated .c-fe7e96ab {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
}

.about-stats--animated .c-5e4c3327 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}

.about-stats--animated .c-5e4c3327:nth-child(1) {
    transition-delay: 0.2s;
}
.about-stats--animated .c-5e4c3327:nth-child(2) {
    transition-delay: 0.3s;
}
.about-stats--animated .c-5e4c3327:nth-child(3) {
    transition-delay: 0.4s;
}
.about-stats--animated .c-5e4c3327:nth-child(4) {
    transition-delay: 0.5s;
}

.about-stats--animated .c-aecc8255 {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s ease 0.3s;
}

.about-stats--animated .c-82f2489a {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s ease 0.5s;
}

.about-stats--animated .c-4edb2308 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease 0.7s;
}



.c-ba820797 {
    width: 100vw;
    height: 100vh;
    background: #121212;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-3c72c9b8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c-d66843fd {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, #e879f9, #f472b6);
    opacity: 0.1;
    animation: cta-morph-float 20s ease-in-out infinite;
    filter: blur(1px);
}

.c-d66843fd:nth-child(1) {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.c-d66843fd:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 50%;
    right: 20%;
    animation-delay: 5s;
}

.c-d66843fd:nth-child(3) {
    width: 400px;
    height: 400px;
    bottom: 10%;
    left: 30%;
    animation-delay: 10s;
}

.c-4f1b7afa {
    text-align: center;
    z-index: 10;
    position: relative;
    transform: translateZ(0);
}

.c-38920126 {
    font-size: clamp(2rem, 8vw, 4.5rem);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #e879f9, #f472b6, #fde047);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cta-gradient-shift 4s ease-in-out infinite;
    line-height: 1.1;
}

.c-643a3fe9 {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #ffffff;
    margin-bottom: 64px;
    opacity: 0.9;
    line-height: 1.4;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.c-eb13fc36 {
    display: inline-block;
    background: transparent;
    color: #000000;
    padding: 30px 48px;
    border: 2px solid transparent;
    border-radius: 20px;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in;
}

.c-eb13fc36::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #e879f9, #f472b6, #fde047, #e879f9);
    background-size: 300% 300%;
    border-radius: 20px;
    z-index: -2;
    animation: cta-border-flow 3s ease-in-out infinite;
}

.c-eb13fc36::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #ffffff;
    border-radius: calc(20px - 2px);
    z-index: -1;
}

.c-eb13fc36:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.c-eb13fc36:hover::after {
    background: transparent;
}

@keyframes cta-morph-float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
        border-radius: 50%;
    }
    25% {
        transform: translateY(-30px) rotate(90deg) scale(1.1);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        transform: translateY(-60px) rotate(180deg) scale(0.9);
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    75% {
        transform: translateY(-30px) rotate(270deg) scale(1.2);
        border-radius: 40% 60% 60% 40% / 60% 40% 40% 60%;
    }
}

@keyframes cta-gradient-shift {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes cta-border-flow {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.c-2665bae0 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #121212;
    border-top: 2px solid #e879f9;
    box-shadow: 0 -4px 20px 0 2px 4px rgba(255, 255, 255, 0.08);
    padding: 30px;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 300ms ease-in;
}

.c-2665bae0.policy-agreement--visible {
    transform: translateY(0);
}

.c-595a7c65 {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.c-20dcdeb7 {
    flex: 1;
    min-width: 300px;
}

.c-7d76df53 {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.c-876c6fe4 {
    color: #e0d4df;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-e63ffcaa {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.c-ae135574 {
    color: #e879f9;
    text-decoration: underline;
    font-size: 15px;
    transition: color 160ms ease;
}

.c-ae135574:hover {
    color: #f472b6;
}

.c-1288628e {
    display: flex;
    gap: 20px;
    align-items: center;
}

.c-65843033 {
    background: #e879f9;
    color: #000000;
    border: none;
    padding: 20px 48px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 500;
    cursor: pointer;
    transition: all 160ms ease;
    white-space: nowrap;
}

.c-65843033:hover {
    background: #f472b6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-65843033:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .c-eedc4ecf {
        display: none;
        flex-direction: column;
        gap: 20px;
        position: absolute;
        right: 20px;
        top: 60px;
        background: #1e1e1e;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 8px 0 6px 10px rgba(255, 255, 255, 0.12);
    }

    .c-eedc4ecf.show {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }
}
@media (max-width: 768px) {
    .c-c7cdd5f1 {
        flex-direction: column;
    }

    .c-86c73d98 {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .c-1806477e {
        grid-template-columns: 1fr;
    }

    .c-9905f715 {
        font-size: 2.5rem;
    }
}
@media (max-width: 768px) {
    .c-595a7c65 {
        flex-direction: column;
        text-align: center;
    }

    .c-20dcdeb7 {
        min-width: auto;
    }

    .c-e63ffcaa {
        justify-content: center;
    }
}