@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-f4dcccd8 {
    background: #fefefc;
    box-shadow: 0 2px 10px 0 1px 2px rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 0;
    z-index: 999999;
}

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

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

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

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

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

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

.c-4a5d0021:hover {
    color: #f472b6;
    background-color: #fff1f2;
}

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

.c-76885f2b i {
    font-size: 10px;
}

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

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

.c-0df39fc0 {
    color: #a8a8b3;
    line-height: 1.5;
}

.c-9c2ac652 {
    margin-top: 10px;
}

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

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

.c-3f8ab2e0 {
    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-3f8ab2e0::placeholder {
    color: #a8a8b3;
}

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

.c-44480682: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-8f9b05ac {
    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-8a173df4 {
    color: #a8a8b3;
    font-size: 14px;
}

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

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

.c-2eacb9bd:hover {
    color: #f472b6;
}



.c-aa6db6bb {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff1f2;
    padding: 28px;
}

.c-3caab600 {
    background: #fefefc;
    border-radius: 28px;
    padding: 44px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 40px 0 6px 12px rgba(0, 0, 0, 0.12);
    transform: scale(0.9);
    opacity: 0;
    transition: all 450ms ease-in-out;
}

.c-3caab600.gratitude-show {
    transform: scale(1);
    opacity: 1;
}

.c-b55a15d5 {
    font-size: 60px;
    margin-bottom: 28px;
    display: block;
    transform: rotate(-10deg);
    transition: transform 280ms ease-in-out;
}

.c-b55a15d5.gratitude-bounce {
    animation: gratitudeBounce 0.6s ease-in-out;
}

@keyframes gratitudeBounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) rotate(-10deg);
    }
    40% {
        transform: translateY(-15px) rotate(-5deg);
    }
    60% {
        transform: translateY(-8px) rotate(-8deg);
    }
}

.c-8fc23ff2 {
    font-size: 34px;
    font-weight: 700;
    color: #3c3a3a;
    margin-bottom: 18px;
    line-height: 1.2;
}

.c-791d16a0 {
    font-size: 20px;
    font-weight: 500;
    color: #34d399;
    margin-bottom: 28px;
}

.c-e932b11c {
    font-size: var(--font-size);
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 60px;
}

.c-7cff08ce {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.c-96cde974 {
    padding: 18px 28px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 500;
    text-decoration: none;
    transition: all 280ms ease-in-out;
    flex: 1;
    min-width: 140px;
}

.c-bf64fecf {
    background: linear-gradient(135deg, #f472b6 0%, #a78bfa 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px 0 3px 6px rgba(0, 0, 0, 0.08);
}

.c-bf64fecf:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px 0 6px 12px rgba(0, 0, 0, 0.12);
}

.c-f7d2c8e1 {
    background: #fde2e4;
    color: #6b7280;
}

.c-f7d2c8e1:hover {
    background: #2d2a2a;
    color: #ffffff;
}

@media (max-width: 768px) {
    .c-1b1e3ea4 {
        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-1b1e3ea4.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

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

    .c-4a5d0021 {
        padding: 16px;
        text-align: center;
    }

    .c-63456d63 {
        display: block;
    }

    .c-92ef59b3 {
        margin-top: 18px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .c-8f9b05ac {
        flex-direction: column;
    }

    .c-d5142ff7 {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .c-3caab600 {
        padding: 44px;
        margin: 18px;
    }

    .c-8fc23ff2 {
        font-size: 26px;
    }

    .c-7cff08ce {
        flex-direction: column;
    }

    .c-96cde974 {
        flex: none;
    }
}