@import url(https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900,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: #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-d6531949 {
    background: #1f1f2e;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: 300ms ease-in-out;
}

.header--scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}

.c-37fa29eb {
    max-width: 1160px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.c-3e7a5a2f {
    position: absolute;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 19px;
    transition: 150ms ease-in-out;
    z-index: 9999;
}

.c-3e7a5a2f:hover {
    transform: scale(1.05);
}

.c-3413b100 {
    font-size: 26px;
    background: linear-gradient(45deg, #a78bfa, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.c-c8d4397d {
    display: flex;
    align-items: center;
}

.c-2fc99079 {
    display: flex;
    align-items: center;
    gap: 48px;
    background: #2c2c3c;
    padding: 10px 30px;
    border-radius: 24px;
    border: 1px solid #3a3a4f;
}

.c-d502fdbb {
    color: #d1d5db;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
    transition: 150ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-d502fdbb::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: 300ms ease-in-out;
}

.c-d502fdbb:hover::before {
    left: 100%;
}

.c-d502fdbb:hover {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.05);
}

.header__menu-link--active {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.1);
}

.header__theme-toggle {
    position: absolute;
    right: 20px;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 150ms ease-in-out;
}

.header__theme-toggle:hover {
    background: #a78bfa;
    color: #111827;
    transform: rotate(180deg);
}


.c-6a16b1d4 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    transition: 150ms ease-in-out;
    position: absolute;
    right: 20px;
}

.c-6a16b1d4:hover {
    background: #a78bfa;
    transform: scale(1.05);
}

.c-2a069d80 {
    width: 18px;
    height: 2px;
    background: #f3f4f6;
    margin: 2px 0;
    transition: 150ms ease-in-out;
    border-radius: 2px;
}

.c-6a16b1d4:hover .c-2a069d80 {
    background: #111827;
}


.header__burger--active {
    background: #a78bfa;
}

.header__burger--active .c-2a069d80 {
    background: #111827;
}

.header__burger--active .c-2a069d80:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.header__burger--active .c-2a069d80:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-2a069d80:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


.c-63ebd40e {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 999;
}

.header__overlay--active {
    opacity: 1;
    visibility: visible;
}


.c-e9ced7e0 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1f1f2e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    transform: scale(0.9) translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 1000;
    overflow-y: auto;
    padding: 48px 20px;
}

.header__mobile-menu--active {
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
}


.c-8c384c6f {
    color: #f3f4f6;
    font-size: 34px;
    font-weight: 600;
    padding: 30px 48px;
    border-radius: 24px;
    transition: 150ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    min-width: 250px;
    background: #2c2c3c;
    border: 1px solid #3a3a4f;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.header__mobile-menu--active .c-8c384c6f {
    opacity: 1;
    transform: translateY(0);
}


.c-8c384c6f:nth-child(1) {
    transition-delay: 0.1s;
}
.c-8c384c6f:nth-child(2) {
    transition-delay: 0.2s;
}
.c-8c384c6f:nth-child(3) {
    transition-delay: 0.3s;
}
.c-8c384c6f:nth-child(4) {
    transition-delay: 0.4s;
}
.c-8c384c6f:nth-child(5) {
    transition-delay: 0.5s;
}


.c-8c384c6f::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: 300ms ease-in-out;
}

.c-8c384c6f:hover::before {
    left: 100%;
}

.c-8c384c6f:hover {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.05);
    transform: scale(1.05);
    border-color: #a78bfa;
}

.header__mobile-menu-link--active {
    color: #a78bfa;
    background: rgba(59, 130, 246, 0.1);
    border-color: #a78bfa;
}






@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutToRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.c-7fa214e0 {
    background-color: #1f1f2e;
    padding: 48px 0;
    border-top: 2px solid #a78bfa;
    position: relative;
}

.c-84223469 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.c-75083578 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 30px;
    transition: transform 300ms ease-in-out;
}

.c-75083578:hover {
    transform: scale(1.05);
}

.c-75083578 i {
    color: #a78bfa;
    font-size: 34px;
}

.c-64477a4b {
    color: #d1d5db;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 48px;
    font-size: 19px;
}

.c-b34cee6e {
    margin-bottom: 48px;
}

.c-cb57a91e {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    margin-bottom: 30px;
}

.c-e88d6956 {
    color: #d1d5db;
    font-weight: 500;
    position: relative;
    transition: color 150ms ease-in-out;
    padding: 10px 0;
}

.c-e88d6956::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #a78bfa;
    transition: all 300ms ease-in-out;
    transform: translateX(-50%);
}

.c-e88d6956:hover {
    color: #a78bfa;
}

.c-e88d6956:hover::after {
    width: 100%;
}

.c-ea14b6f6 {
    background-color: #2c2c3c;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 48px;
    display: inline-block;
    min-width: 300px;
}

.c-1487332e {
    color: #f3f4f6;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 20px;
}

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

.c-859d2115 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #d1d5db;
}

.c-857f6523 {
    color: #a78bfa;
    width: 20px;
    text-align: center;
}

.c-affe7db3 {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #a78bfa, transparent);
    margin: 30px auto;
}

.c-f5968bc8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.c-98cf57e3 {
    color: #9ca3af;
    font-size: 14px;
}

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

.c-b0a7588c {
    color: #9ca3af;
    font-size: 14px;
    transition: color 150ms ease-in-out;
    position: relative;
}

.c-b0a7588c:hover {
    color: #a78bfa;
}

.c-b0a7588c:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: calc(-1 * 30px / 2);
    color: #9ca3af;
}

.c-2ad7904d {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #a78bfa, #f472b6, #a78bfa);
    opacity: 0.8;
}



.c-5b9fb0df {
    max-width: 1160px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Rubik', sans-serif;
    color: #f3f4f6;
    background-color: #1f1f2e;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.04);
    line-height: 1.6;
    font-size: 16px;
}

.c-5b9fb0df h1,
.c-5b9fb0df h2,
.c-5b9fb0df h3,
.c-5b9fb0df h4 {
    color: #f3f4f6;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-5b9fb0df h1 {
    font-size: 42px;
}

.c-5b9fb0df h2 {
    font-size: 34px;
}

.c-5b9fb0df h3 {
    font-size: 26px;
}

.c-5b9fb0df h4 {
    font-size: 19px;
}

.c-5b9fb0df p,
.c-5b9fb0df li {
    color: #d1d5db;
    font-size: 16px;
}

.c-5b9fb0df ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.c-5b9fb0df ul li {
    margin-bottom: 0.5rem;
}

.c-5b9fb0df a {
    color: #a78bfa;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-5b9fb0df a:hover {
    color: #f472b6;
}

.c-5b9fb0df strong {
    color: #f3f4f6;
    font-weight: 600;
}

.c-5b9fb0df code {
    background-color: #3a3a4f;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .c-2fc99079 {
        gap: 20px;
        padding: 4px 20px;
    }

    .c-d502fdbb {
        padding: 4px 10px;
        font-size: 14px;
    }

    .c-3e7a5a2f {
        position: static;
    }

    .header__theme-toggle {
        position: static;
        margin-left: 20px;
    }

    .c-37fa29eb {
        justify-content: space-between;
    }
    .c-c8d4397d,
    .header__theme-toggle {
        display: none;
    }

    .c-6a16b1d4 {
        display: flex;
    }

    .c-37fa29eb {
        justify-content: space-between;
        padding: 20px;
    }

    .c-3e7a5a2f {
        position: static;
        transform: translateX(0);
    }

    .c-2fc99079 {
        display: none;
    }
}
@media (max-width: 480px) {
    .c-8c384c6f {
        font-size: 26px;
        min-width: 200px;
        padding: 20px 30px;
    }

    .c-e9ced7e0 {
        gap: 30px;
        padding: 30px 10px;
    }
}
@media (max-width: 768px) {
    .c-cb57a91e {
        flex-direction: column;
        gap: 20px;
    }

    .c-ea14b6f6 {
        min-width: auto;
        width: 100%;
    }

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

    .c-dc0fdac2 {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .c-b0a7588c:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .c-5b9fb0df {
        padding: 1rem;
        font-size: 14px;
    }

    .c-5b9fb0df h1 {
        font-size: 34px;
    }

    .c-5b9fb0df h2 {
        font-size: 26px;
    }

    .c-5b9fb0df h3 {
        font-size: 19px;
    }
}