@import url(https://fonts.googleapis.com/css?family=Kanit:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #2e1065;
    font-family: 'Kanit', 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-d6374afb {
    background: #2e1065;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #6b21a8;
    overflow: hidden;
}

.c-d6374afb::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.c-0b1acce3 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    position: relative;
}

.c-a388e6e6 {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #f3e8ff;
    font-weight: 900;
    font-size: 24px;
    position: relative;
    z-index: 9999;
}

.c-40ade42b {
    font-size: 32px;
    background: linear-gradient(45deg, #a855f7, #d946ef, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: colorShift 4s ease-in-out infinite;
    filter: drop-shadow(0 2px 4px rgba(59, 130, 246, 0.3));
}

@keyframes colorShift {
    0%,
    100% {
        filter: hue-rotate(0deg) drop-shadow(0 2px 4px rgba(59, 130, 246, 0.3));
    }
    33% {
        filter: hue-rotate(120deg) drop-shadow(0 2px 4px rgba(16, 185, 129, 0.3));
    }
    66% {
        filter: hue-rotate(240deg) drop-shadow(0 2px 4px rgba(139, 92, 246, 0.3));
    }
}

.c-247badc7 {
    display: flex;
    align-items: center;
    gap: 48px;
}

.c-6db977cd {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #2e1065;
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 24px;
    border: 1px solid rgba(226, 232, 240, 0.5);
}

.c-f55abce8 {
    color: #d8b4fe;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 16px;
    transition: 160ms ease;
    position: relative;
    overflow: hidden;
}

.c-f55abce8::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2), transparent);
    transition: 300ms ease-in;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.c-f55abce8:hover::before {
    width: 200px;
    height: 200px;
}

.c-f55abce8:hover {
    color: #a855f7;
    transform: translateY(-2px);
}

.c-d57569a9 {
    background: linear-gradient(135deg, #a855f7, #d946ef);
    color: #2e1065;
    padding: 20px 48px;
    border-radius: 24px;
    font-weight: 700;
    transition: 160ms ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.c-d57569a9::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: 300ms ease-in;
}

.c-d57569a9:hover::before {
    left: 100%;
}

.c-d57569a9:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.c-4fe2a493 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 20px;
    z-index: 1001;
    background: linear-gradient(135deg, #a855f7, #d946ef);
    border: none;
    border-radius: 16px;
    transition: 160ms ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.c-4fe2a493:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.c-eb281d86 {
    width: 26px;
    height: 3px;
    background: #2e1065;
    margin: 3px 0;
    transition: 160ms ease;
    border-radius: 3px;
}

.header__burger--active {
    transform: rotate(180deg);
}

.header__burger--active .c-eb281d86:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.header__burger--active .c-eb281d86:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.header__burger--active .c-eb281d86:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.c-45ef910e {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #2e1065, #4c1d95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    transform: scale(0) rotate(180deg);
    opacity: 0;
    transition: 300ms ease-in;
    z-index: 1000;
}

.header__mobile-menu--active {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.c-a4ddfd2d {
    color: #f3e8ff;
    font-size: 32px;
    font-weight: 800;
    padding: 12px 30px;
    border-radius: 24px;
    transition: 160ms ease;
    opacity: 0;
    transform: rotateY(90deg);
    text-align: center;
    min-width: 280px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
}

.header__mobile-menu--active .c-a4ddfd2d {
    opacity: 1;
    transform: rotateY(0deg);
}

.c-a4ddfd2d:nth-child(1) {
    transition-delay: 0.1s;
}
.c-a4ddfd2d:nth-child(2) {
    transition-delay: 0.2s;
}
.c-a4ddfd2d:nth-child(3) {
    transition-delay: 0.3s;
}
.c-a4ddfd2d:nth-child(4) {
    transition-delay: 0.4s;
}
.c-a4ddfd2d:nth-child(5) {
    transition-delay: 0.5s;
}

.c-a4ddfd2d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #a855f7, #d946ef);
    opacity: 0;
    transition: 160ms ease;
    z-index: -1;
}

.c-a4ddfd2d:hover::before {
    opacity: 1;
}

.c-a4ddfd2d:hover {
    color: #2e1065;
    transform: rotateY(0deg) scale(1.1);
    border-color: #a855f7;
}

.c-6d42d8f4 {
    background: linear-gradient(135deg, #a855f7, #d946ef);
    color: #2e1065;
    padding: 12px 48px;
    border-radius: 24px;
    font-weight: 800;
    font-size: 24px;
    margin-top: 30px;
    transition: 160ms ease;
    opacity: 0;
    transform: rotateY(90deg);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.header__mobile-menu--active .c-6d42d8f4 {
    opacity: 1;
    transform: rotateY(0deg);
    transition-delay: 0.6s;
}

.c-6d42d8f4:hover {
    transform: rotateY(0deg) scale(1.15) rotateZ(5deg);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
}



.c-cfae6dad {
    position: relative;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: #2e1065;
    padding: 48px 0 30px;
    overflow: hidden;
    background: #f3e8ff;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-size: cover;

    background-repeat: no-repeat;
    transform: translateY(-99%);
}

.c-6021d772 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.c-ce3af89b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 48px;
}

.c-19e3f470 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-60fbbc40 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
}

.c-60fbbc40 i {
    font-size: 24px;
}

.c-46f15001 {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 20px;
}

.footer-social {
    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: #2e1065;
    color: #a855f7;
    transform: translateY(-5px);
}

.c-64047b6d {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.c-0c537c57 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-2583b89c {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.c-2583b89c::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #2e1065;
}

.c-583c53cf {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.c-9c2736ec {
    opacity: 0.8;
    transition: all 160ms ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-9c2736ec:hover {
    opacity: 1;
    transform: translateX(5px);
}

.c-9c2736ec i {
    font-size: 10px;
}

.c-8d86566b {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-bbc48b92 {
    line-height: 1.6;
    opacity: 0.8;
}

.c-816b141c {
    position: relative;
    margin-top: 12px;
}

.c-533b6f10 {
    border: 1px solid #2e1065;
    padding: 20px;
    padding-right: 50px;
    border-radius: 10px;
    color: #2e1065;
}

.c-533b6f10::placeholder {
    color: #2e1065;
}

.c-c3ad991e {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #2e1065;
    color: #a855f7;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 160ms ease;
}

.c-c3ad991e:hover {
    background-color: #d946ef;
    color: #2e1065;
}

.c-243b1352 {
    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-c0249c03 {
    opacity: 0.8;
    font-size: 14px;
}

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

.c-a2b8aa2d {
    opacity: 0.8;
    font-size: 14px;
    transition: opacity 160ms ease;
}

.c-a2b8aa2d:hover {
    opacity: 1;
}

.c-248731c4 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.c-5595a0a9 {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.c-3d2811ea {
    width: 150px;
    height: 150px;
    top: -50px;
    right: 10%;
}

.c-d7fed223 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 5%;
}

.c-d8311095 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: 20%;
}



.c-64d994a8 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4c1d95;
    padding: 30px;
}

.c-3ff39547 {
    background: #2e1065;
    border-radius: 24px;
    padding: 48px;
    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 480ms ease;
}

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

.c-3a054f95 {
    font-size: 60px;
    margin-bottom: 30px;
    display: block;
    transform: rotate(-10deg);
    transition: transform 300ms ease-in;
}

.c-3a054f95.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-aeadb968 {
    font-size: 32px;
    font-weight: 700;
    color: #f3e8ff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.c-cc1b23d3 {
    font-size: 18px;
    font-weight: 500;
    color: #22c55e;
    margin-bottom: 30px;
}

.c-0ae606b9 {
    font-size: var(--font-size);
    color: #d8b4fe;
    line-height: 1.6;
    margin-bottom: 64px;
}

.c-6da5152b {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.c-c06694f7 {
    padding: 20px 30px;
    border-radius: 10px;
    font-size: var(--font-size);
    font-weight: 500;
    text-decoration: none;
    transition: all 300ms ease-in;
    flex: 1;
    min-width: 140px;
}

.c-16dde1ed {
    background: linear-gradient(135deg, #a855f7 0%, #d946ef 100%);
    color: #2e1065;
    box-shadow: 0 4px 12px 0 3px 6px rgba(0, 0, 0, 0.08);
}

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

.c-23902aa4 {
    background: #6b21a8;
    color: #d8b4fe;
}

.c-23902aa4:hover {
    background: #f3e8ff;
    color: #2e1065;
}

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

    .c-4fe2a493 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-ce3af89b {
        grid-template-columns: 1fr;
    }

    .c-64047b6d {
        grid-template-columns: 1fr;
    }

    .c-243b1352 {
        flex-direction: column;
        text-align: center;
    }

    .c-1c073914 {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-3ff39547 {
        padding: 48px;
        margin: 20px;
    }

    .c-aeadb968 {
        font-size: 24px;
    }

    .c-6da5152b {
        flex-direction: column;
    }

    .c-c06694f7 {
        flex: none;
    }
}