@import url(https://fonts.googleapis.com/css?family=Quicksand:300,regular,500,600,700);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #fefefc;
    font-family: 'Quicksand', 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-03c5881b {
    background: #fefefc;
    box-shadow: 0 2px 10px 0 1px 2px rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 0;
    z-index: 999999;
}

.c-cf55fde9 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.c-a14e9d03 {
    display: flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    color: #3c3a3a;
    font-weight: 600;
    font-size: 26px;
}

.c-3df06e99 {
    color: #f472b6;
    font-size: 28px;
}

.c-f7a8c5fc {
    display: flex;
    align-items: center;
    gap: 44px;
}

.c-6eb7ecc6 {
    display: flex;
    list-style: none;
    gap: 28px;
}

.c-54f0c4ab {
    text-decoration: none;
    color: #6b7280;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 12px;
    transition: all 280ms ease-in-out;
}

.c-54f0c4ab:hover {
    color: #f472b6;
    background-color: #fff1f2;
}

.c-ddc6e33c {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #3c3a3a;
    cursor: pointer;
}

.c-28267cd6 {
    background: #f472b6;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    transition: all 280ms ease-in-out;
}

.c-28267cd6:hover {
    background: #a78bfa;
    transform: translateY(-2px);
}



.c-9506fe5f {
    background-color: #2d2a2a;
    color: #ffffff;
    padding: 44px 0;
}

.c-ca6e3398 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 18px;
}

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

.c-479e2dc0 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

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

.c-c9d2e8a5 i {
    color: #f472b6;
    font-size: 26px;
}

.c-7731ea44 {
    color: #a8a8b3;
    line-height: 1.5;
    margin-bottom: 18px;
}

.c-c1ae55d7 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

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

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

.c-999788e1 {
    color: #a8a8b3;
    transition: color 120ms ease-in-out;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-999788e1:hover {
    color: #f472b6;
    transform: translateX(5px);
}

.c-999788e1 i {
    font-size: 10px;
}

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

.c-18935f4a {
    color: #f472b6;
    margin-top: 3px;
}

.c-912bb725 {
    color: #a8a8b3;
    line-height: 1.5;
}

.c-2c6004b5 {
    margin-top: 10px;
}

.c-a8237e1c {
    color: #a8a8b3;
    line-height: 1.5;
    margin-bottom: 18px;
}

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

.c-884a16e7 {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 18px;
    border-radius: 6px;
    color: #ffffff;
}

.c-884a16e7::placeholder {
    color: #a8a8b3;
}

.c-823b7c08 {
    background-color: #f472b6;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 6px;
    transition: background-color 120ms ease-in-out;
}

.c-823b7c08:hover {
    background-color: #a78bfa;
}

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

.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: #a8a8b3;
    transition: all 120ms ease-in-out;
}

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

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

.c-c2b32c22 {
    color: #a8a8b3;
    font-size: 14px;
}

.c-443f55df {
    display: flex;
    gap: 28px;
}

.c-76571553 {
    color: #a8a8b3;
    font-size: 14px;
    transition: color 120ms ease-in-out;
}

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



.c-ef21c988 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Quicksand', sans-serif;
    color: #3c3a3a;
    background-color: #fefefc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    line-height: 1.6;
    font-size: 16px;
}

.c-ef21c988 h1,
.c-ef21c988 h2,
.c-ef21c988 h3,
.c-ef21c988 h4 {
    color: #3c3a3a;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

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

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

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

.c-ef21c988 h4 {
    font-size: 20px;
}

.c-ef21c988 p,
.c-ef21c988 li {
    color: #6b7280;
    font-size: 16px;
}

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

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

.c-ef21c988 a {
    color: #f472b6;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-ef21c988 a:hover {
    color: #a78bfa;
}

.c-ef21c988 strong {
    color: #3c3a3a;
    font-weight: 600;
}

.c-ef21c988 code {
    background-color: #fde2e4;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .c-f7a8c5fc {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: #fefefc;
        flex-direction: column;
        padding: 28px;
        box-shadow: 0 5px 20px 0 3px 6px rgba(0, 0, 0, 0.08);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 280ms ease-in-out;
    }

    .c-f7a8c5fc.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .c-6eb7ecc6 {
        flex-direction: column;
        width: 100%;
        gap: 18px;
    }

    .c-54f0c4ab {
        padding: 16px;
        text-align: center;
    }

    .c-ddc6e33c {
        display: block;
    }

    .c-28267cd6 {
        margin-top: 18px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .c-75f89703 {
        flex-direction: column;
    }

    .c-443f55df {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .c-ef21c988 {
        padding: 1rem;
        font-size: 14px;
    }

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

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

    .c-ef21c988 h3 {
        font-size: 20px;
    }
}