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



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #ffffff;
    font-family: Roboto;
    font-size: 16px;
}
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-e22e8f17 {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.c-97a12697 {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-5dcdea9c {
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: 0.15s ease;
    position: relative;
    z-index: 99999;
}

.c-5dcdea9c:hover {
    transform: translateY(-2px);
}

.c-f6c0fcd4 {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.9);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

.c-f2b93b61 {
    display: flex;
    align-items: center;
    gap: 32px;
}

.c-044166dc {
    display: flex;
    align-items: center;
    gap: 24px;
}

.c-b1233808 {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 16px 24px;
    border-radius: 16px;
    transition: 0.15s ease;
    position: relative;
    overflow: hidden;
}

.c-b1233808::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: 0.3s ease;
}

.c-b1233808:hover::before {
    transform: translateX(0);
}

.c-b1233808:hover {
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.c-bff3263a {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: 0.15s ease;
    backdrop-filter: blur(10px);
}

.c-bff3263a:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.c-43eced69 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    transition: 0.15s ease;
}

.c-43eced69:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.c-353b6d76 {
    width: 24px;
    height: 3px;
    background: #ffffff;
    margin: 3px 0;
    transition: 0.15s ease;
    border-radius: 2px;
}

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

.header__burger--active .c-353b6d76:nth-child(2) {
    opacity: 0;
}

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

.c-5d06b151 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    transform: translateY(-100%);
    transition: 0.3s ease;
    z-index: 1000;
}

.header__mobile-menu--active {
    transform: translateY(0);
}

.c-9ae464ad {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 16px;
    transition: 0.15s ease;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.header__mobile-menu--active .c-9ae464ad {
    opacity: 1;
    transform: translateY(0);
}

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

.c-9ae464ad:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.c-8c45df89 {
    background: rgba(255, 255, 255, 0.9);
    color: #3b82f6;
    padding: 8px 24px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 24px;
    margin-top: 32px;
    transition: 0.15s ease;
    opacity: 0;
    transform: translateY(30px);
}

.header__mobile-menu--active .c-8c45df89 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.c-8c45df89:hover {
    background: #ffffff;
    transform: scale(1.1);
}



.c-d2c7d430 {
    background-color: #ffffff;
    padding: 32px 0;
    border-top: 2px solid #3b82f6;
    position: relative;
}

.c-fc823dab {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.c-f2537465 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
    transition: transform 0.3s ease;
}

.c-f2537465:hover {
    transform: scale(1.05);
}

.c-f2537465 i {
    color: #3b82f6;
    font-size: 32px;
}

.c-4dff32df {
    color: #4a5568;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 32px;
    font-size: 18px;
}

.c-fd02c58c {
    margin-bottom: 32px;
}

.c-546deb08 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-bottom: 24px;
}

.c-2e8c277e {
    color: #4a5568;
    font-weight: 500;
    position: relative;
    transition: color 0.15s ease;
    padding: 8px 0;
}

.c-2e8c277e::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #3b82f6;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.c-2e8c277e:hover {
    color: #3b82f6;
}

.c-2e8c277e:hover::after {
    width: 100%;
}

.c-9620e0e2 {
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 32px;
    display: inline-block;
    min-width: 300px;
}

.c-0d200292 {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
}

.c-4be300b7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.c-e3c0e340 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #4a5568;
}

.c-b7a402b1 {
    color: #3b82f6;
    width: 20px;
    text-align: center;
}

.c-844e19a4 {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
    margin: 24px auto;
}

.c-baba6105 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.c-11e18d8d {
    color: #9ca3af;
    font-size: 14px;
}

.c-b5bea299 {
    display: flex;
    gap: 24px;
}

.c-c1b64a36 {
    color: #9ca3af;
    font-size: 14px;
    transition: color 0.15s ease;
    position: relative;
}

.c-c1b64a36:hover {
    color: #3b82f6;
}

.c-c1b64a36:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: calc(-1 * 24px / 2);
    color: #9ca3af;
}

.c-8fc5db96 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #3b82f6);
    opacity: 0.8;
}



.c-9488cba8 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    padding: 24px;
}

.c-e8d730c0 {
    text-align: center;
    max-width: 600px;
    opacity: 0;
    transform: translateY(30px);
}

.c-5f56042d {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    line-height: 1.2;
}

.c-3fd471eb {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 32px;
    line-height: 1.5;
}

.c-ebd8e733 {
    font-size: 16px;
    color: #9ca3af;
    margin-bottom: 48px;
    line-height: 1.6;
}

.c-828fb7bc {
    display: inline-block;
    padding: 16px 32px;
    background: #3b82f6;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.c-828fb7bc:hover {
    background: #8b5cf6;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.c-828fb7bc:active {
    transform: translateY(0);
}

.thanks-minimal--animated {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease;
}

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

    .c-43eced69 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-546deb08 {
        flex-direction: column;
        gap: 16px;
    }

    .c-9620e0e2 {
        min-width: auto;
        width: 100%;
    }

    .c-baba6105 {
        flex-direction: column;
        gap: 16px;
    }

    .c-b5bea299 {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .c-c1b64a36:not(:last-child)::after {
        display: none;
    }
}