@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-273116c4 {
    background: #2e1065;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #6b21a8;
    overflow: hidden;
}

.c-273116c4::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-d631fc9e {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    position: relative;
}

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

.c-ecfe2612 {
    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-6f6224d1 {
    display: flex;
    align-items: center;
    gap: 48px;
}

.c-fef1cd64 {
    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-f25192f0 {
    color: #d8b4fe;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 16px;
    transition: 160ms ease;
    position: relative;
    overflow: hidden;
}

.c-f25192f0::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-f25192f0:hover::before {
    width: 200px;
    height: 200px;
}

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

.c-70ad342c {
    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-70ad342c::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-70ad342c:hover::before {
    left: 100%;
}

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

.c-be8ba385 {
    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-be8ba385:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.c-552518c3 {
    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-552518c3:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

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

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

.c-88f0f079 {
    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-2c2d6d4c {
    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-2c2d6d4c {
    opacity: 1;
    transform: rotateY(0deg);
}

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

.c-2c2d6d4c::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-2c2d6d4c:hover::before {
    opacity: 1;
}

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

.c-1535c418 {
    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-1535c418 {
    opacity: 1;
    transform: rotateY(0deg);
    transition-delay: 0.6s;
}

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



.c-0aaaf563 {
    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-1e756448 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

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

.c-153f4fd6 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.c-5e9e6702 i {
    font-size: 24px;
}

.c-b6419481 {
    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-5fdeeffc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.c-9ec912dc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

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

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

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

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

.c-096dc694 i {
    font-size: 10px;
}

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

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

.c-95980af9 {
    position: relative;
    margin-top: 12px;
}

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

.c-4fc8e74c::placeholder {
    color: #2e1065;
}

.c-15b7aea2 {
    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-15b7aea2:hover {
    background-color: #d946ef;
    color: #2e1065;
}

.c-eaf4a7ea {
    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-56bdbfca {
    opacity: 0.8;
    font-size: 14px;
}

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

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

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

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

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

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

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

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



.c-1623a753 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Kanit', sans-serif;
    color: #f3e8ff;
    background-color: #2e1065;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
    font-size: 16px;
}

.c-1623a753 h1,
.c-1623a753 h2,
.c-1623a753 h3,
.c-1623a753 h4 {
    color: #f3e8ff;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

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

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

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

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

.c-1623a753 p,
.c-1623a753 li {
    color: #d8b4fe;
    font-size: 16px;
}

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

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

.c-1623a753 a {
    color: #a855f7;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-1623a753 a:hover {
    color: #d946ef;
}

.c-1623a753 strong {
    color: #f3e8ff;
    font-weight: 600;
}

.c-1623a753 code {
    background-color: #6b21a8;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 14px;
}

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

    .c-be8ba385 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-2d7bfb3e {
        grid-template-columns: 1fr;
    }

    .c-5fdeeffc {
        grid-template-columns: 1fr;
    }

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

    .c-c2fadcfd {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-1623a753 {
        padding: 1rem;
        font-size: 14px;
    }

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

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

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