@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: #fff8fc;
    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-1b46dec6 {
    background: #fff8fc;
    box-shadow: 0 2px 10px 0 2px 4px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: 300ms ease-in-out;
}

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

.c-a75a98ae {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2a1a2f;
    font-weight: 600;
    font-size: 18px;
    transition: 140ms ease-in-out;
}

.c-a75a98ae:hover {
    color: #d65db1;
    transform: translateY(-1px);
}

.c-3c4d73b7 {
    font-size: 24px;
    color: #d65db1;
}

.c-38fc362c {
    display: flex;
    align-items: center;
    gap: 48px;
}

.c-dacefae3 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.c-433ae1c8 {
    position: relative;
}

.c-b7e1d838 {
    color: #6e4e6e;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 12px;
    transition: 140ms ease-in-out;
    position: relative;
}

.c-b7e1d838:hover {
    color: #d65db1;
    background: #fbe9f2;
}

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

.c-b7e1d838:hover::after {
    width: 80%;
}

.c-dec46f53 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-698c148f {
    padding: 10px 30px;
    border-radius: 12px;
    font-weight: 500;
    transition: 140ms ease-in-out;
    cursor: pointer;
}

.c-aea90b14 {
    background: #d65db1;
    color: #ffffff;
}

.c-aea90b14:hover {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px 0 2px 4px rgba(0, 0, 0, 0.08);
}

.header__btn--secondary {
    color: #6e4e6e;
    border: 1px solid #eed7e6;
}

.header__btn--secondary:hover {
    background: #fbe9f2;
    color: #2a1a2f;
}

.c-a45b84f1 {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.c-a45b84f1 span {
    display: block;
    height: 3px;
    width: 100%;
    background: #2a1a2f;
    border-radius: 2px;
    transition: 0.3s;
}

.c-1b46dec6.open .c-a45b84f1 span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.c-1b46dec6.open .c-a45b84f1 span:nth-child(2) {
    opacity: 0;
}
.c-1b46dec6.open .c-a45b84f1 span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}



.c-70b069b4 {
    background-color: #fbe9f2;
    padding: 30px 0;
    border-top: 1px solid #eed7e6;
}

.c-b395ea72 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.c-2725a257 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2a1a2f;
    font-weight: 600;
    font-size: 18px;
}

.c-2725a257 i {
    color: #d65db1;
    font-size: 24px;
}

.c-7253d899 {
    display: flex;
    gap: 48px;
}

.c-99357a0f {
    color: #6e4e6e;
    transition: color 140ms ease-in-out;
}

.c-99357a0f:hover {
    color: #d65db1;
}

.footer-social {
    display: flex;
    gap: 20px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #eed7e6;
    color: #6e4e6e;
    transition: all 140ms ease-in-out;
}

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

.c-d54acb33 {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid #eed7e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-3352a857 {
    color: #bfa3c3;
    font-size: 14px;
}

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

.c-72f14f6f {
    color: #bfa3c3;
    font-size: 14px;
    transition: color 140ms ease-in-out;
}

.c-72f14f6f:hover {
    color: #d65db1;
}



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

.c-dc81019b h1,
.c-dc81019b h2,
.c-dc81019b h3,
.c-dc81019b h4 {
    color: #2a1a2f;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-dc81019b h1 {
    font-size: 40px;
}

.c-dc81019b h2 {
    font-size: 32px;
}

.c-dc81019b h3 {
    font-size: 24px;
}

.c-dc81019b h4 {
    font-size: 18px;
}

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

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

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

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

.c-dc81019b a:hover {
    color: #ff6f91;
}

.c-dc81019b strong {
    color: #2a1a2f;
    font-weight: 600;
}

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

@media (max-width: 768px) {
    .c-dacefae3 {
        display: none;
    }

    .c-dec46f53 {
        gap: 10px;
    }

    .c-698c148f {
        padding: 4px 20px;
        font-size: 14px;
    }

    .c-a45b84f1 {
        display: flex;
    }

    .c-dacefae3 {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #fff8fc;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        display: none;
    }

    .c-1b46dec6.open .c-dacefae3 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-a2644672 {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .c-d54acb33 {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .c-dc81019b {
        padding: 1rem;
        font-size: 14px;
    }

    .c-dc81019b h1 {
        font-size: 32px;
    }

    .c-dc81019b h2 {
        font-size: 24px;
    }

    .c-dc81019b h3 {
        font-size: 18px;
    }
}