@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-3abfcba8 {
    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-003870d3 {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-b540c5e2 {
    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-b540c5e2:hover {
    transform: translateY(-2px);
}

.c-dabacc88 {
    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-05c2aef3 {
    display: flex;
    align-items: center;
    gap: 32px;
}

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

.c-aadf82b7 {
    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-aadf82b7::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-aadf82b7:hover::before {
    transform: translateX(0);
}

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

.c-e53d6032 {
    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-e53d6032: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-678a768e {
    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-678a768e:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

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

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

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

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

.c-4545c601 {
    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-0ed4fd1e {
    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-0ed4fd1e {
    opacity: 1;
    transform: translateY(0);
}

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

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

.c-690d2e8d {
    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-690d2e8d {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

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



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

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

.c-c31f7d62 {
    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-c31f7d62:hover {
    transform: scale(1.05);
}

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

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

.c-317227b0 {
    margin-bottom: 32px;
}

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

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

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

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

.c-444421b4:hover::after {
    width: 100%;
}

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

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

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

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

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

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

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

.c-1acd0865 {
    color: #9ca3af;
    font-size: 14px;
}

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

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

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

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

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



.c-446f9489 {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
}

.c-b1eb3f39 {
    background: linear-gradient(135deg, #334155 0%, #3b82f6 100%);
    color: #ffffff;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.c-b1eb3f39::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: contactsV4Float 20s ease-in-out infinite;
}

@keyframes contactsV4Float {
    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        transform: translate(-20px, -20px) rotate(120deg);
    }
    66% {
        transform: translate(20px, -10px) rotate(240deg);
    }
}

.c-9d4908f9 {
    position: relative;
    z-index: 1;
}

.c-2594c0ef {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
}

.c-e7ef680c {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 48px;
}

.c-cf9d86ce {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.c-0c8fc5e6 {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    opacity: 0.9;
}

.c-aa0082f4 {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #3b82f6;
    font-weight: bold;
}

.c-51dc19aa {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f8fafc;
}

.c-081122e9 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.c-7724b409 {
    text-align: center;
    margin-bottom: 48px;
}

.c-68de98e7 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.c-d020bd88 {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.5;
}

.c-43a6affd {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #ffffff;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.c-4f10f360 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

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

.contacts-v4__field--full {
    grid-column: 1 / -1;
}

.c-a64aa0a5 {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
}

.c-523f58ae,
.c-00209324 {
    padding: 16px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 16px;
    color: #1a1a1a;
    background: #ffffff;
    transition: all 0.3s ease;
    outline: none;
}

.c-523f58ae:focus,
.c-00209324:focus {
    border-color: var(--border-focus);
    box-shadow: 0 0 0 3px var(--accent-primary-light);
    transform: translateY(-1px);
}

.c-523f58ae.error {
    border: 1px solid #ef4444 !important;
    background: var(--error-light);
    animation: contactsV4Shake 0.5s ease-in-out;
}

@keyframes contactsV4Shake {
    0%,
    100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
}

.c-00209324 {
    min-height: 100px;
    resize: vertical;
    font-family: inherit;
    line-height: 1.5;
}

.c-778cc923 {
    position: relative;
}

.c-0ce2f518 {
    padding: 16px 32px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.c-0ce2f518::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.c-0ce2f518:hover::before {
    width: 600px;
    height: 600px;
}

.c-0ce2f518:hover {
    transform: translateY(-2px);
}

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


.c-446f9489 .iti {
    width: 100%;
}

.c-446f9489 .iti__flag-container {
    border-right: 1px solid var(--border-color);
}

.c-446f9489 .iti__selected-flag {
    padding: 0 8px;
}

.c-446f9489 .iti__country-list {
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}





.c-1ed5d010 {
    color: #9ca3af;
    opacity: 0.8;
    line-height: 1.4;
}

.c-1e506f2e {
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-4a925608 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.c-64eb2098 {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, #3b82f6, #8b5cf6);
    opacity: 0.1;
    animation: cta-morph-float 20s ease-in-out infinite;
    filter: blur(1px);
}

.c-64eb2098:nth-child(1) {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.c-64eb2098:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 50%;
    right: 20%;
    animation-delay: 5s;
}

.c-64eb2098:nth-child(3) {
    width: 400px;
    height: 400px;
    bottom: 10%;
    left: 30%;
    animation-delay: 10s;
}

.c-c9f589fc {
    text-align: center;
    z-index: 10;
    position: relative;
    transform: translateZ(0);
}

.c-eccbe269 {
    font-size: clamp(2rem, 8vw, 4.5rem);
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 24px;
    background: linear-gradient(45deg, #3b82f6, #8b5cf6, #f59e0b);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cta-gradient-shift 4s ease-in-out infinite;
    line-height: 1.1;
}

.c-0fa648ef {
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #1a1a1a;
    margin-bottom: 48px;
    opacity: 0.9;
    line-height: 1.4;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.c-902b0ab5 {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    padding: 24px 32px;
    border: 2px solid transparent;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.c-902b0ab5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #3b82f6, #8b5cf6, #f59e0b, #3b82f6);
    background-size: 300% 300%;
    border-radius: 12px;
    z-index: -2;
    animation: cta-border-flow 3s ease-in-out infinite;
}

.c-902b0ab5::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #334155;
    border-radius: calc(12px - 2px);
    z-index: -1;
}

.c-902b0ab5:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.c-902b0ab5:hover::after {
    background: transparent;
}

@keyframes cta-morph-float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
        border-radius: 50%;
    }
    25% {
        transform: translateY(-30px) rotate(90deg) scale(1.1);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        transform: translateY(-60px) rotate(180deg) scale(0.9);
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    75% {
        transform: translateY(-30px) rotate(270deg) scale(1.2);
        border-radius: 40% 60% 60% 40% / 60% 40% 40% 60%;
    }
}

@keyframes cta-gradient-shift {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes cta-border-flow {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.c-04042be9 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 24px;
}

.c-04042be9.policy-modal--visible {
    opacity: 1;
    visibility: visible;
}

.c-074ae3f5 {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transform: scale(0.8) translateY(50px);
    transition: transform 0.3s ease;
    position: relative;
}

.c-04042be9.policy-modal--visible .c-074ae3f5 {
    transform: scale(1) translateY(0);
}

.c-55a45f93 {
    text-align: center;
    margin-bottom: 32px;
}

.c-0b41607f {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 40px;
}

.c-233280c7 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.c-337f76fb {
    color: #4a5568;
    font-size: 16px;
}

.c-dc16e549 {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 32px;
    text-align: center;
}

.c-f6512afc {
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 32px;
}

.c-0bc646c2 {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    text-align: center;
}

.c-2c1c44d6 {
    display: grid;
    gap: 16px;
}

.c-61fcda78 {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #ffffff;
    border-radius: 8px;
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.15s ease;
    border: 2px solid transparent;
}

.c-61fcda78:hover {
    border-color: #3b82f6;
    transform: translateX(4px);
}

.c-3860d3d1 {
    width: 24px;
    height: 24px;
    background: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    color: #ffffff;
    font-size: 12px;
}

.c-8277851a {
    flex: 1;
}

.c-7fd57d0b {
    font-weight: 600;
    margin-bottom: 2px;
}

.c-9699ee8c {
    font-size: 14px;
    color: #9ca3af;
}

.c-0ec8f543 {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.c-3e4367ed {
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    border: 2px solid transparent;
    min-width: 140px;
}

.c-12b6da9e {
    background: #3b82f6;
    color: #ffffff;
}

.c-12b6da9e:hover {
    background: #8b5cf6;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

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

    .c-678a768e {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-d37abc58 {
        flex-direction: column;
        gap: 16px;
    }

    .c-8b289580 {
        min-width: auto;
        width: 100%;
    }

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

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

    .c-29c4810d:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 1024px) {
    .c-446f9489 {
        grid-template-columns: 1fr;
    }

    .c-b1eb3f39 {
        padding: 24px;
        text-align: center;
    }

    .c-51dc19aa {
        padding: 24px;
    }
}
@media (max-width: 768px) {
    .c-4f10f360 {
        grid-template-columns: 1fr;
    }

    .c-43a6affd {
        padding: 24px;
    }
}
@media (max-width: 640px) {
    .c-074ae3f5 {
        padding: 24px;
        margin: 16px;
    }

    .c-0ec8f543 {
        flex-direction: column;
    }
}