@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-25182144 {
    background: #121212;

    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-25182144::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    background: #e879f9;
    width: var(--header-line-width, 0%);
    transform: translateX(-50%);
    transition: width 0.3s ease;
    z-index: 1001;
}

.c-5462ad98 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
}

.c-a87a32f3 {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ffffff;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -0.5px;
    transition: 160ms ease;
    position: relative;
    z-index: 99999;
}

.c-a87a32f3:hover {
    color: #e879f9;
}

.c-7c1105e3 {
    font-size: 36px;
    color: #e879f9;
    padding: 10px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 12px;
    transition: 160ms ease;
}

.c-a87a32f3:hover .c-7c1105e3 {
    background: #e879f9;
    color: #000000;
    transform: rotate(360deg);
}

.c-bde74e8a {
    display: flex;
    align-items: center;
}

.c-ddf326da {
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-e4b6a744 {
    color: #e0d4df;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 6px;
    transition: 160ms ease;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.c-e4b6a744::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #e879f9;
    transition: 160ms ease;
    transform: translateX(-50%);
}

.c-e4b6a744:hover {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.05);
}

.c-e4b6a744:hover::after {
    width: 80%;
}

.header__menu-link--active {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.1);
}

.header__menu-link--active::after {
    width: 80%;
}

.c-04adec21 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 20px;
    z-index: 1001;
    background: #1e1e1e;
    border: 2px solid #2c2c2c;
    border-radius: 12px;
    transition: 160ms ease;
}

.c-04adec21:hover {
    background: #e879f9;
    border-color: #e879f9;
}

.c-016c1331 {
    width: 28px;
    height: 3px;
    background: #ffffff;
    margin: 4px 0;
    transition: 160ms ease;
    border-radius: 2px;
}

.c-04adec21:hover .c-016c1331 {
    background: #000000;
}

.header__burger--active {
    background: #e879f9;
    border-color: #e879f9;
}

.header__burger--active .c-016c1331 {
    background: #000000;
}

.header__burger--active .c-016c1331:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.header__burger--active .c-016c1331:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-016c1331:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.c-54599002 {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100vh;
    background: #121212;
    border-left: 3px solid #e879f9;
    display: flex;
    flex-direction: column;
    padding: 120px 48px 48px;
    gap: 30px;
    transform: translateX(100%);
    transition: 300ms ease-in;
    z-index: 1000;
    box-shadow: -5px 0 20px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.header__mobile-menu--active {
    transform: translateX(0);
}

.c-f63825f9 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    padding: 30px 48px;
    border-radius: 12px;
    transition: 160ms ease;
    opacity: 0;
    transform: translateX(30px);
    text-align: left;
    background: #1e1e1e;
    border-left: 4px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.header__mobile-menu--active .c-f63825f9 {
    opacity: 1;
    transform: translateX(0);
}

.c-f63825f9:nth-child(1) {
    transition-delay: 0.1s;
}
.c-f63825f9:nth-child(2) {
    transition-delay: 0.2s;
}
.c-f63825f9:nth-child(3) {
    transition-delay: 0.3s;
}
.c-f63825f9:nth-child(4) {
    transition-delay: 0.4s;
}

.c-f63825f9:hover {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.1);
    border-left-color: #e879f9;
    transform: translateX(10px);
}

.c-62d1b9fb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in;
    z-index: 999;
}

.header__overlay--active {
    opacity: 1;
    visibility: visible;
}

.c-5ebc891d {
    position: relative;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: #000000;
    padding: 48px 0 30px;
    overflow: hidden;
    background: #ffffff;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-size: cover;

    background-repeat: no-repeat;
    transform: translateY(-99%);
}

.c-8b27c95a {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.c-13bb9668 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 48px;
}

.c-f36a40ae {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-cffe07ec {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
}

.c-cffe07ec i {
    font-size: 28px;
}

.c-28b21b58 {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 20px;
}

.c-8f0ba9d1 {
    display: flex;
    gap: 20px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 160ms ease;
}

.footer-social-link:hover {
    background-color: #000000;
    color: #e879f9;
    transform: translateY(-5px);
}

.c-726b3a9f {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.c-f4d51d88 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-ab89768d {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.c-ab89768d::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000000;
}

.c-b6addda6 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-19effc79 {
    opacity: 0.8;
    transition: all 160ms ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-19effc79:hover {
    opacity: 1;
    transform: translateX(5px);
}

.c-19effc79 i {
    font-size: 10px;
}

.c-7ad3b46a {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-e9f74806 {
    line-height: 1.6;
    opacity: 0.8;
}

.c-db65ed2b {
    position: relative;
    margin-top: 10px;
}

.c-652c36db {
    border: 1px solid #121212;
    padding: 20px;
    padding-right: 50px;
    border-radius: 12px;
    color: #000000;
}

.c-652c36db::placeholder {
    color: #000000;
}

.c-2ed99a69 {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #000000;
    color: #e879f9;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 160ms ease;
}

.c-2ed99a69:hover {
    background-color: #f472b6;
    color: #000000;
}

.c-ebb780c2 {
    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-6f4d3cbd {
    opacity: 0.8;
    font-size: 15px;
}

.c-34020833 {
    display: flex;
    gap: 30px;
}

.c-6ce7c4b7 {
    opacity: 0.8;
    font-size: 15px;
    transition: opacity 160ms ease;
}

.c-6ce7c4b7:hover {
    opacity: 1;
}

.c-cb88315d {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.c-2fa1642d {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.c-f98eb8fc {
    width: 150px;
    height: 150px;
    top: -50px;
    right: 10%;
}

.c-2238a2c0 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 5%;
}

.c-d1866ee5 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: 20%;
}

.c-be62fdb7 {
    min-height: 100vh;
    background: linear-gradient(135deg, #e879f9 0%, #f472b6 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.c-be62fdb7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.c-299a0908 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.c-75185515 {
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px #1e1e1e;
    opacity: 0;
    transform: translateY(30px);
}

.c-46bd4b69 {
    font-size: 28px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 64px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform: translateY(30px);
}

.c-ea7016e4 {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(30px);
}

.c-29818e00 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 48px;
    border-radius: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all 300ms ease-in;
    cursor: pointer;
    border: 2px solid transparent;
    font-size: 21px;
    min-width: 160px;
}

.c-cbb65d14 {
    background: #000000;
    color: #e879f9;
    box-shadow: 0 4px 15px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-cbb65d14:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px 0 6px 10px rgba(255, 255, 255, 0.12);
}

.c-fb0030ac {
    background: transparent;
    color: #000000;
    border-color: #000000;
}

.c-fb0030ac:hover {
    background: #000000;
    color: #e879f9;
    transform: translateY(-2px);
}

.c-b03b8bcb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.hero__particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50%;
    opacity: 0.6;
}

.c-5d65edb5 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-196c7e87 {
    padding: 48px 0;
    background: #1e1e1e;
}

.c-d140ee34 {
    text-align: center;
    margin-bottom: 64px;
}

.c-ec92de53 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.c-255c08cd {
    font-size: 21px;
    color: #e0d4df;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.c-24753b48 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 48px;
}

.c-7c418b1d {
    background: #121212;
    padding: 48px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 6px 0 1px 1px rgba(255, 255, 255, 0.04);
    transition: all 300ms ease-in;
    border: 1px solid #2c2c2c;
}

.c-7c418b1d:hover {
    transform: var(--card-hover-transform);
    box-shadow: 0 12px 30px 0 2px 4px rgba(255, 255, 255, 0.08);
    border-color: #e879f9;
}

.c-04c63984 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
}

.c-7c418b1d:nth-child(1) .c-04c63984 {
    background: #e879f9;
}

.c-7c418b1d:nth-child(2) .c-04c63984 {
    background: #34d399;
}

.c-7c418b1d:nth-child(3) .c-04c63984 {
    background: #f472b6;
}

.c-7c418b1d:nth-child(4) .c-04c63984 {
    background: #fde047;
}

.c-fd7eaa69 {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.c-16fc0838 {
    font-size: var(--font-size);
    color: #e0d4df;
    line-height: 1.6;
}

.c-86d960bb {
    background: #121212;
    padding: 64px;
    border-radius: 32px;
    text-align: center;
    box-shadow: 0 8px 25px 0 1px 1px rgba(255, 255, 255, 0.04);
    margin-bottom: 64px;
}

.c-24e930e2 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
}

.c-1e8281a9 {
    font-size: 21px;
    color: #e0d4df;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.c-9c5d3e6b {
    color: #e879f9;
    font-weight: 600;
}

.c-952564a7 {
    opacity: 0;
    transition: all 500ms ease-out;
}

.c-d476ae4d {
    transform: translateY(30px);
}

.c-d476ae4d.about-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-244c02ba {
    transform: translateY(50px);
}

.c-244c02ba.about-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-slide-left {
    transform: translateX(-50px);
}

.about-slide-left.about-visible {
    opacity: 1;
    transform: translateX(0);
}

.about-slide-right {
    transform: translateX(50px);
}

.about-slide-right.about-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-f48b27ca {
    transform: scale(0.8);
}

.c-f48b27ca.about-visible {
    opacity: 1;
    transform: scale(1);
}

.about-rotate-in {
    transform: rotateY(90deg);
}

.about-rotate-in.about-visible {
    opacity: 1;
    transform: rotateY(0deg);
}

.c-813c30b2 {
    transition-delay: 0.1s;
}

.c-4ca21640 {
    transition-delay: 0.2s;
}

.c-1492ed9e {
    transition-delay: 0.3s;
}

.c-678bedad {
    transition-delay: 0.4s;
}

.c-bb06e893 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-e2ed0c49 {
    padding: 48px 0;
}

.c-043473f5 {
    text-align: center;
    margin-bottom: 64px;
}

.c-30ff10a3 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.c-b52edbae {
    font-size: 21px;
    color: #e0d4df;
    max-width: 700px;
    margin: 0 auto;
}

.c-4f5b9cd5 {
    background: #121212;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 8px 25px 0 1px 1px rgba(255, 255, 255, 0.04);
    border: 1px solid #2c2c2c;
}

.c-10ca7a56 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background: #2c2c2c;
    color: #ffffff;
}

.c-53a63205 {
    padding: 30px 48px;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
}

.c-53a63205:first-child {
    text-align: left;
}

.c-e7c5b76e {
    display: grid;
    grid-template-columns: 1fr;
}

.c-ff4876ca {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid #2c2c2c;
    transition: all 300ms ease-in;
}

.c-ff4876ca:hover {
    background: #1e1e1e;
}

.c-ff4876ca:last-child {
    border-bottom: none;
}

.c-9787c1c1 {
    padding: 30px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.c-9787c1c1:first-child {
    justify-content: flex-start;
    text-align: left;
}

.c-d84f0d6f {
    font-weight: 600;
    color: #ffffff;
}

.c-777d3f39 {
    color: #e0d4df;
    font-size: 15px;
    margin-top: 4px;
}

.c-5887560a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000000;
}

.c-5887560a.c-b63415a0 {
    background: #34d399;
}

.c-5887560a.c-f18a2a24 {
    background: #f87171;
}

.c-5887560a.c-e0655457 {
    background: #fde047;
}

.c-77272fe2 {
    background: #1e1e1e;
    padding: 64px;
    border-radius: 32px;
    margin-top: 64px;
    text-align: center;
}

.c-5366c5b2 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
}

.c-33c1fc12 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 48px;
}

.c-75b6b904 {
    background: #121212;
    padding: 30px;
    border-radius: 20px;
    transition: all 300ms ease-in;
}

.c-75b6b904:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-5569ecb5 {
    font-size: 36px;
    font-weight: 700;
    color: #e879f9;
    display: block;
    margin-bottom: 4px;
}

.c-ba0fdfb0 {
    color: #e0d4df;
    font-size: 15px;
}

.c-ddd247e4 {
    opacity: 0;
    transition: all 500ms ease-out;
}

.c-52b2e702 {
    transform: translateY(30px);
}

.c-52b2e702.benefits-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-15b21d09 {
    transform: translateY(50px);
}

.c-15b21d09.benefits-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-30043396 {
    transform: scale(0.9);
}

.c-30043396.benefits-visible {
    opacity: 1;
    transform: scale(1);
}

.c-4059d407 {
    transform: translateX(-20px);
}

.c-4059d407.benefits-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-f857b8dc {
    transition-delay: 0.1s;
}

.c-a8fc3b4b {
    transition-delay: 0.2s;
}

.c-4e6b5b72 {
    transition-delay: 0.3s;
}

.c-362a9750 {
    transition-delay: 0.4s;
}

.benefits-stagger-delay-5 {
    transition-delay: 0.5s;
}

.c-bce1328d {
    padding: 64px 0;
    background: #121212;
}

.c-bdc2e3fc {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-6a2771ff {
    text-align: center;
    margin-bottom: 64px;
}

.c-7be274d2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.c-5e357b21 {
    font-size: 21px;
    color: #e0d4df;
}

.c-a853feaa {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 64px;
    align-items: start;
}

.c-73eaf66b {
    background: #1e1e1e;
    border-radius: 32px;
    padding: 48px;
}

.c-1139aa91 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}

.c-da98447c {
    margin-bottom: 48px;
}

.c-de183b41 {
    font-size: 21px;
    font-weight: 600;
    color: #e879f9;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e879f9;
}

.c-291e07b7 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin-bottom: 10px;
    background: #121212;
    border-radius: 12px;
    transition: all 300ms ease-in;
    cursor: pointer;
}

.c-291e07b7:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 15px 0 1px 1px rgba(255, 255, 255, 0.04);
}

.c-083f981b {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
}

.c-d2cad510 {
    background: #34d399;
    color: #000000;
}

.c-f7cac4c9 {
    background: #e879f9;
    color: #000000;
}

.c-0b571e52 {
    background: #f472b6;
    color: #000000;
}

.c-df45b57c {
    background: #ffffff;
    color: #000000;
}

.c-fee52821 {
    flex: 1;
}

.c-29ec886d {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
}

.c-e2f90c6b {
    font-size: 15px;
    color: #e0d4df;
}

.c-dfeb45a6 {
    position: sticky;
    top: 30px;
    color: #ffffff;
}

.c-3b3f629b {
    background: #121212;
    border-radius: 32px;
    padding: 48px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px 0 1px 1px rgba(255, 255, 255, 0.04);
    text-align: center;
    transition: all 300ms ease-in;
    border: 2px solid #2c2c2c;
}

.c-3b3f629b:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px 0 2px 4px rgba(255, 255, 255, 0.08);
    border-color: #e879f9;
}

.c-248b9210 {
    background: linear-gradient(135deg, #e879f9, #f472b6);
    color: #000000;
    transform: scale(1.05);
    border-color: #e879f9;
}

.c-248b9210:hover {
    transform: scale(1.05) translateY(-5px);
}

.c-300609aa {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.c-1f56245f {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 4px;
}

.c-248b9210 .c-1f56245f {
    color: #000000;
}

.c-d3e6c8b3 {
    font-size: 15px;
    color: #a89ca9;
    margin-bottom: 30px;
}

.c-248b9210 .c-d3e6c8b3 {
    color: rgba(255, 255, 255, 0.8);
}

.c-efdcd695 {
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 160ms ease;
    background: #e879f9;
    color: #000000;
    margin-bottom: 20px;
}

.c-248b9210 .c-efdcd695 {
    background: #000000;
    color: #e879f9;
}

.c-efdcd695:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-eb9f3ad1 {
    font-size: 15px;
    color: #a89ca9;
    font-style: italic;
}

.c-248b9210 .c-eb9f3ad1 {
    color: rgba(255, 255, 255, 0.7);
}

.c-13882e8f {
    width: 100vw;
    height: 100vh;
    background: #121212;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-1ed2508c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c-35b4863e {
    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-35b4863e:nth-child(1) {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.c-35b4863e:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 50%;
    right: 20%;
    animation-delay: 5s;
}

.c-35b4863e:nth-child(3) {
    width: 400px;
    height: 400px;
    bottom: 10%;
    left: 30%;
    animation-delay: 10s;
}

.c-a25a785d {
    text-align: center;
    z-index: 10;
    position: relative;
    transform: translateZ(0);
}

.c-4ca3686a {
    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-2b36a88c {
    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-a4fcad5c {
    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-a4fcad5c::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-a4fcad5c::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #ffffff;
    border-radius: calc(20px - 2px);
    z-index: -1;
}

.c-a4fcad5c:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.c-a4fcad5c: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-8bc94cc4 {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background: #ffffff;
    color: #000000;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 300ms ease-in;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 30px 0 6px 10px rgba(255, 255, 255, 0.12);
}

.c-8bc94cc4.policy-sidebar--visible {
    transform: translateX(0);
}

.c-0436e6bd {
    padding: 48px;
    background: linear-gradient(135deg, #ffffff, #e879f9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.c-419dd1ff {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-bbada5de {
    opacity: 0.8;
    font-size: 15px;
}

.c-2330005a {
    flex: 1;
    padding: 48px;
    overflow-y: auto;
}

.c-9c14aa0d {
    margin-bottom: 48px;
    line-height: 1.6;
    opacity: 0.9;
}

.c-1a315aef {
    margin-bottom: 48px;
}

.c-0af9d1c5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
}

.c-afc318e9 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-b2b4fdae {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #000000;
    text-decoration: none;
    transition: all 160ms ease;
    border: 1px solid transparent;
}

.c-b2b4fdae:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #e879f9;
    transform: translateX(-4px);
}

.c-a1bd81fb {
    font-size: 20px;
    margin-right: 20px;
    width: 24px;
    text-align: center;
}

.c-a64da7cd {
    flex: 1;
}

.c-af851ed8 {
    font-weight: 600;
    margin-bottom: 2px;
}

.c-14f79c32 {
    font-size: 15px;
    opacity: 0.7;
}

.c-76f1b36d {
    padding: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.c-ba83e404 {
    display: flex;
    gap: 20px;
}

.c-a0861dff {
    flex: 1;
    padding: 20px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 600;
    cursor: pointer;
    transition: all 160ms ease;
    border: 2px solid transparent;
}

.c-15a3bc2c {
    background: #e879f9;
    color: #000000;
}

.c-15a3bc2c:hover {
    background: #f472b6;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.c-c4984a72 {
    background: transparent;
    color: #000000;
    border-color: rgba(255, 255, 255, 0.3);
}

.c-c4984a72:hover {
    border-color: #000000;
    background: rgba(255, 255, 255, 0.1);
}

.c-8e0c6996 {
    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;
}

.c-8e0c6996.policy-sidebar__overlay--visible {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .c-bde74e8a {
        display: none;
    }

    .c-04adec21 {
        display: flex;
    }

    .c-54599002 {
        width: 100%;
        padding: 120px 20px 20px;
    }
}
@media (max-width: 480px) {
    .c-f63825f9 {
        font-size: var(--font-size-md);
        padding: 20px 30px;
    }
}
@media (max-width: 768px) {
    .c-13bb9668 {
        grid-template-columns: 1fr;
    }

    .c-726b3a9f {
        grid-template-columns: 1fr;
    }

    .c-ebb780c2 {
        flex-direction: column;
        text-align: center;
    }

    .c-34020833 {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-ea7016e4 {
        flex-direction: column;
        align-items: center;
    }

    .c-29818e00 {
        width: 100%;
        max-width: 280px;
    }
}
@media (max-width: 768px) {
    .c-196c7e87 {
        padding: 60px 0;
    }

    .c-24753b48 {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .c-ec92de53 {
        font-size: 28px;
    }

    .c-86d960bb {
        padding: 48px;
    }
}
@media (max-width: 768px) {
    .c-10ca7a56,
    .c-ff4876ca {
        grid-template-columns: 1fr;
    }

    .c-53a63205,
    .c-9787c1c1 {
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .c-53a63205:not(:first-child) {
        display: none;
    }

    .c-9787c1c1:not(:first-child) {
        padding-left: calc(48px + 20px);
        font-size: 15px;
    }

    .c-9787c1c1:not(:first-child)::before {
        content: attr(data-label) ': ';
        font-weight: 600;
        margin-right: 10px;
    }

    .c-33c1fc12 {
        grid-template-columns: repeat(2, 1fr);
    }

    .c-30ff10a3 {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    .c-a853feaa {
        grid-template-columns: 1fr;
    }

    .c-dfeb45a6 {
        position: static;
    }

    .c-248b9210 {
        transform: none;
    }

    .c-248b9210:hover {
        transform: translateY(-5px);
    }
}
@media (max-width: 480px) {
    .c-8bc94cc4 {
        width: 100%;
    }
}
