@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-6f8cccc1 {
    background: #121212;

    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-6f8cccc1::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-9502b286 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
}

.c-f96759a0 {
    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-f96759a0:hover {
    color: #e879f9;
}

.c-ff6bfdcd {
    font-size: 36px;
    color: #e879f9;
    padding: 10px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 12px;
    transition: 160ms ease;
}

.c-f96759a0:hover .c-ff6bfdcd {
    background: #e879f9;
    color: #000000;
    transform: rotate(360deg);
}

.c-7ec89a48 {
    display: flex;
    align-items: center;
}

.c-b2838a8d {
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-39dab1bf {
    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-39dab1bf::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #e879f9;
    transition: 160ms ease;
    transform: translateX(-50%);
}

.c-39dab1bf:hover {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.05);
}

.c-39dab1bf: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-7b4f0c85 {
    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-7b4f0c85:hover {
    background: #e879f9;
    border-color: #e879f9;
}

.c-16b0f966 {
    width: 28px;
    height: 3px;
    background: #ffffff;
    margin: 4px 0;
    transition: 160ms ease;
    border-radius: 2px;
}

.c-7b4f0c85:hover .c-16b0f966 {
    background: #000000;
}

.header__burger--active {
    background: #e879f9;
    border-color: #e879f9;
}

.header__burger--active .c-16b0f966 {
    background: #000000;
}

.header__burger--active .c-16b0f966:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.header__burger--active .c-16b0f966:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-16b0f966:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.c-df777647 {
    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-d1530d9a {
    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-d1530d9a {
    opacity: 1;
    transform: translateX(0);
}

.c-d1530d9a:nth-child(1) {
    transition-delay: 0.1s;
}
.c-d1530d9a:nth-child(2) {
    transition-delay: 0.2s;
}
.c-d1530d9a:nth-child(3) {
    transition-delay: 0.3s;
}
.c-d1530d9a:nth-child(4) {
    transition-delay: 0.4s;
}

.c-d1530d9a:hover {
    color: #e879f9;
    background: rgba(59, 130, 246, 0.1);
    border-left-color: #e879f9;
    transform: translateX(10px);
}

.c-a9e935a3 {
    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-ec24dbc4 {
    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-d7b19308 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.c-4c5932c7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 48px;
}

.c-44458145 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-9e4542e1 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
}

.c-9e4542e1 i {
    font-size: 28px;
}

.c-418d51c3 {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 20px;
}

.c-9f81ea7b {
    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-683a85e1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.c-69820f13 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-d7efa947 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.c-d7efa947::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000000;
}

.c-7600b222 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-2aed0ea4 {
    opacity: 0.8;
    transition: all 160ms ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-2aed0ea4:hover {
    opacity: 1;
    transform: translateX(5px);
}

.c-2aed0ea4 i {
    font-size: 10px;
}

.c-cc4b80f4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-59192334 {
    line-height: 1.6;
    opacity: 0.8;
}

.c-faa01647 {
    position: relative;
    margin-top: 10px;
}

.c-27865fc4 {
    border: 1px solid #121212;
    padding: 20px;
    padding-right: 50px;
    border-radius: 12px;
    color: #000000;
}

.c-27865fc4::placeholder {
    color: #000000;
}

.c-274ca208 {
    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-274ca208:hover {
    background-color: #f472b6;
    color: #000000;
}

.c-61a4b0f2 {
    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-4e26db0c {
    opacity: 0.8;
    font-size: 15px;
}

.c-e9e4a9fb {
    display: flex;
    gap: 30px;
}

.c-09a0d51a {
    opacity: 0.8;
    font-size: 15px;
    transition: opacity 160ms ease;
}

.c-09a0d51a:hover {
    opacity: 1;
}

.c-e2c033e0 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.c-4e7d0a07 {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.c-4c4a5f4b {
    width: 150px;
    height: 150px;
    top: -50px;
    right: 10%;
}

.c-d2ab4394 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 5%;
}

.c-d46f068b {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: 20%;
}

.c-bd12892b {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e1e1e, #2c2c2c);
    padding: 30px;
}

.c-f1971003 {
    text-align: center;
    max-width: 600px;
    opacity: 0;
    transform: translateY(30px);
}

.c-83a7b5ea {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.2;
}

.c-8cf260e4 {
    font-size: 21px;
    color: #e0d4df;
    margin-bottom: 48px;
    line-height: 1.5;
}

.c-d26f9a4c {
    font-size: var(--font-size);
    color: #a89ca9;
    margin-bottom: 64px;
    line-height: 1.6;
}

.c-a7a4ca87 {
    display: inline-block;
    padding: 20px 48px;
    background: #e879f9;
    color: #000000;
    border-radius: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 300ms ease-in;
    box-shadow: 0 4px 12px 0 2px 4px rgba(255, 255, 255, 0.08);
}

.c-a7a4ca87:hover {
    background: #f472b6;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 6px 10px rgba(255, 255, 255, 0.12);
}

.c-a7a4ca87:active {
    transform: translateY(0);
}

.thanks-minimal--animated {
    opacity: 1;
    transform: translateY(0);
    transition: all 500ms ease-out;
}

@media (max-width: 768px) {
    .c-7ec89a48 {
        display: none;
    }

    .c-7b4f0c85 {
        display: flex;
    }

    .c-df777647 {
        width: 100%;
        padding: 120px 20px 20px;
    }
}
@media (max-width: 480px) {
    .c-d1530d9a {
        font-size: var(--font-size-md);
        padding: 20px 30px;
    }
}
@media (max-width: 768px) {
    .c-4c5932c7 {
        grid-template-columns: 1fr;
    }

    .c-683a85e1 {
        grid-template-columns: 1fr;
    }

    .c-61a4b0f2 {
        flex-direction: column;
        text-align: center;
    }

    .c-e9e4a9fb {
        justify-content: center;
    }
}
