@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #0f172a;
    font-family: 'IBM Plex Sans', 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-febe58e0 {
    background: #1e293b;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    color: #f1f5f9;
}

.c-2067229d {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-f405a5f9 {
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    z-index: 9999;
}

.c-5f268299 {
    margin-right: 10px;
    color: #0ea5e9;
}


.c-21e7f192 {
    display: flex;
    align-items: center;
}

.c-8053fc5d {
    display: flex;
    margin-right: 48px;
}

.c-f1b7ab7d {
    margin-left: 30px;
    position: relative;
}

.c-f5745a4f {
    display: flex;
    align-items: center;
    padding: 10px;
    transition: 150ms ease-in-out;
}

.c-f5745a4f:hover {
    color: #0ea5e9;
}

.c-f5745a4f i {
    margin-left: 10px;
}


.header__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #1e293b;
    border-radius: 12px;
    padding: 10px;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 300ms ease-in-out;
}

.c-f1b7ab7d:hover .header__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header__dropdown-item {
    padding: 10px;
    border-radius: 6px;
    transition: 150ms ease-in-out;
    white-space: nowrap;
}

.header__dropdown-item:hover {
    background: #334155;
    color: #0ea5e9;
}


.header__search {
    display: flex;
    align-items: center;
    background: #334155;
    border-radius: 24px;
    padding: 10px;
}

.header__search-icon {
    margin-right: 10px;
    color: #cbd5e1;
}

.header__search-input {
    background: none;
    border: none;
    outline: none;
    color: #f1f5f9;
}

.header__search-input::placeholder {
    color: #cbd5e1;
}
.c-f8b9c440 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: none;
    border: none;
}

.c-f3852c42 {
    width: 24px;
    height: 2px;
    background: #f1f5f9;
    margin: 3px 0;
    transition: 150ms ease-in-out;
    border-radius: 2px;
}

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

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

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

.c-03923be1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0f172a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
    gap: 30px;
    transform: translateX(-100%);
    transition: 300ms ease-in-out;
    z-index: 1000;
    overflow-y: auto;
}

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

.c-78b1b89f {
    width: 90%;
    max-width: 300px;
}

.c-25d032f4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #f1f5f9;
    font-size: 19px;
    font-weight: 600;
    padding: 30px;
    border-radius: 18px;
    transition: 150ms ease-in-out;
    opacity: 0;
    transform: translateY(20px);
    width: 100%;
    background: #1e293b;
    margin-bottom: 10px;
}

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

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

.c-25d032f4:hover {
    color: #0ea5e9;
    background: #0ea5e9;
    color: #0f172a;
    transform: scale(1.02);
}

.header__mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: 300ms ease-in-out;
    background: #334155;
    border-radius: 12px;
    margin-top: 10px;
}

.header__mobile-submenu--active {
    max-height: 300px;
}

.header__mobile-submenu-item {
    padding: 20px 30px;
    color: #cbd5e1;
    border-bottom: 1px solid #1e293b;
    transition: 150ms ease-in-out;
}

.header__mobile-submenu-item:last-child {
    border-bottom: none;
}

.header__mobile-submenu-item:hover {
    background: #1e293b;
    color: #0ea5e9;
}

.header__mobile-search {
    width: 90%;
    max-width: 300px;
    display: flex;
    align-items: center;
    background: #1e293b;
    border-radius: 24px;
    padding: 20px;
    margin-top: 30px;
}

.header__mobile-search-input {
    background: transparent;
    border: none;
    outline: none;
    padding: 4px;
    color: #f1f5f9;
    width: 100%;
}

.c-007d1d1b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
    z-index: 999;
}

.header__overlay--active {
    opacity: 1;
    visibility: visible;
}




.c-3227f367 {
    background-color: #1e293b;
    padding: 48px 0;
    border-top: 1px solid #334155;
}

.c-2f6ad2e3 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-495871ed {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    margin-bottom: 48px;
}

.c-795f6522 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-e10225d2 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f1f5f9;
    font-weight: 600;
    font-size: 26px;
}

.c-e10225d2 i {
    color: #0ea5e9;
    font-size: 34px;
}

.c-9e2e006f {
    color: #cbd5e1;
    line-height: 1.6;
}

.c-00f433d0 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.c-dd758383 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cbd5e1;
}

.c-a4ca803f {
    color: #0ea5e9;
    width: 20px;
    text-align: center;
}

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

.c-7b9d9045 {
    display: flex;
    flex-direction: column;
}

.c-0e779cd1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    border-bottom: 1px solid #334155;
}

.c-4897b9c2 {
    color: #f1f5f9;
    font-weight: 600;
    font-size: 19px;
}

.c-969c9e33 {
    color: #0ea5e9;
    transition: transform 300ms ease-in-out;
    display: none;
}

.c-400f1cb3 {
    padding: 20px 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
}

.c-33f54003 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-58118ccd {
    color: #cbd5e1;
    transition: all 150ms ease-in-out;
    padding: 4px 0;
    position: relative;
    padding-left: 20px;
}

.c-58118ccd::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #0ea5e9;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 150ms ease-in-out;
}

.c-58118ccd:hover {
    color: #0ea5e9;
    padding-left: 30px;
}

.c-58118ccd:hover::before {
    transform: translateY(-50%) scale(1);
}

.c-38546cf7 {
    margin-top: 20px;
}

.c-463f2238 {
    color: #cbd5e1;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-d63f46c4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-7ff519a5 {
    background-color: #0f172a;
    border: 1px solid #334155;
    padding: 20px;
    border-radius: 6px;
    color: #f1f5f9;
    transition: border-color 150ms ease-in-out;
}

.c-7ff519a5:focus {
    outline: none;
    border-color: #0ea5e9;
}

.c-7ff519a5::placeholder {
    color: #94a3b8;
}

.c-6020e438 {
    background-color: #0ea5e9;
    color: #0f172a;
    padding: 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 150ms ease-in-out;
}

.c-6020e438:hover {
    background-color: #38bdf8;
}

.c-ca3f0de3 {
    padding-top: 20px;
    border-top: 1px solid #334155;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.c-b8a7d0f6 {
    color: #94a3b8;
    font-size: 14px;
}

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

.c-7865c0d5 {
    color: #94a3b8;
    font-size: 14px;
    transition: color 150ms ease-in-out;
}

.c-7865c0d5:hover {
    color: #0ea5e9;
}






.c-47213b95 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #f1f5f9;
    background-color: #0f172a;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
    font-size: 16px;
}

.c-47213b95 h1,
.c-47213b95 h2,
.c-47213b95 h3,
.c-47213b95 h4 {
    color: #f1f5f9;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-47213b95 h1 {
    font-size: 42px;
}

.c-47213b95 h2 {
    font-size: 34px;
}

.c-47213b95 h3 {
    font-size: 26px;
}

.c-47213b95 h4 {
    font-size: 19px;
}

.c-47213b95 p,
.c-47213b95 li {
    color: #cbd5e1;
    font-size: 16px;
}

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

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

.c-47213b95 a {
    color: #0ea5e9;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-47213b95 a:hover {
    color: #38bdf8;
}

.c-47213b95 strong {
    color: #f1f5f9;
    font-weight: 600;
}

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

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

    .c-f8b9c440 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-495871ed {
        grid-template-columns: 1fr;
    }

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

    .c-969c9e33 {
        display: block;
    }

    .c-400f1cb3 {
        max-height: 0;
        padding: 0;
    }

    .c-7b9d9045.footer-section-active .c-400f1cb3 {
        max-height: 300px;
        padding: 20px 0;
    }

    .c-7b9d9045.footer-section-active .c-969c9e33 {
        transform: rotate(180deg);
    }

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

    .c-4bf13b87 {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media (min-width: 769px) {
    .c-400f1cb3 {
        max-height: none !important;
        padding: 20px 0 !important;
    }
}
@media (max-width: 768px) {
    .c-47213b95 {
        padding: 1rem;
        font-size: 14px;
    }

    .c-47213b95 h1 {
        font-size: 34px;
    }

    .c-47213b95 h2 {
        font-size: 26px;
    }

    .c-47213b95 h3 {
        font-size: 19px;
    }
}