@import url(https://fonts.googleapis.com/css?family=Fira+Sans: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: #1c1917;
    font-family: 'Fira 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-aac947e1 {
    background: linear-gradient(135deg, #ef4444, #f97316);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.c-ce1510bd {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-f2f84041 {
    display: flex;
    align-items: center;
    gap: 20px;
    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: 140ms ease-in-out;
    position: relative;
    z-index: 99999;
}

.c-f2f84041:hover {
    transform: translateY(-2px);
}

.c-c7a94a4e {
    font-size: 30px;
    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-2a0324ab {
    display: flex;
    align-items: center;
    gap: 40px;
}

.c-1baf629c {
    display: flex;
    align-items: center;
    gap: 28px;
}

.c-61677aec {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 20px 28px;
    border-radius: 28px;
    transition: 140ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-61677aec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: 280ms ease-in-out;
}

.c-61677aec:hover::before {
    transform: translateX(0);
}

.c-61677aec:hover {
    color: #450a0a;
    backdrop-filter: blur(10px);
}

.c-47ec17da {
    background: rgba(255, 255, 255, 0.2);
    color: #450a0a;
    padding: 20px 40px;
    border-radius: 28px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: 140ms ease-in-out;
    backdrop-filter: blur(10px);
}

.c-47ec17da: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-0b261954 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: 140ms ease-in-out;
}

.c-0b261954:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.c-160c0f5c {
    width: 24px;
    height: 3px;
    background: #450a0a;
    margin: 3px 0;
    transition: 140ms ease-in-out;
    border-radius: 2px;
}

.header__burger--active .c-160c0f5c:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.header__burger--active .c-160c0f5c:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-160c0f5c:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.c-8db6176e {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #ef4444, #f97316);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 56px;
    transform: translateY(-100%);
    transition: 280ms ease-in-out;
    z-index: 1000;
}

.header__mobile-menu--active {
    transform: translateY(0);
}

.c-fb3a844c {
    color: #450a0a;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 28px;
    transition: 140ms ease-in-out;
    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-fb3a844c {
    opacity: 1;
    transform: translateY(0);
}

.c-fb3a844c:nth-child(1) {
    transition-delay: 0.1s;
}
.c-fb3a844c:nth-child(2) {
    transition-delay: 0.2s;
}
.c-fb3a844c:nth-child(3) {
    transition-delay: 0.3s;
}
.c-fb3a844c:nth-child(4) {
    transition-delay: 0.4s;
}
.c-fb3a844c:nth-child(5) {
    transition-delay: 0.5s;
}

.c-fb3a844c:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.c-612f7ec1 {
    background: rgba(255, 255, 255, 0.9);
    color: #ef4444;
    padding: 10px 28px;
    border-radius: 28px;
    font-weight: 700;
    font-size: 24px;
    margin-top: 40px;
    transition: 140ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
}

.header__mobile-menu--active .c-612f7ec1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.c-612f7ec1:hover {
    background: #450a0a;
    transform: scale(1.1);
}

.c-42ff8f1f {
    background-color: #1c1917;
    padding: 40px 0;
    border-top: 2px solid #ef4444;
    position: relative;
}

.c-7ffa3dc2 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.c-5f217d50 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fef2f2;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 28px;
    transition: transform 280ms ease-in-out;
}

.c-5f217d50:hover {
    transform: scale(1.05);
}

.c-5f217d50 i {
    color: #ef4444;
    font-size: 30px;
}

.c-d7aa7750 {
    color: #fecaca;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 18px;
}

.c-32e347bd {
    margin-bottom: 40px;
}

.c-46b6dc2d {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 28px;
}

.c-5cfd355b {
    color: #fecaca;
    font-weight: 500;
    position: relative;
    transition: color 140ms ease-in-out;
    padding: 10px 0;
}

.c-5cfd355b::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ef4444;
    transition: all 280ms ease-in-out;
    transform: translateX(-50%);
}

.c-5cfd355b:hover {
    color: #ef4444;
}

.c-5cfd355b:hover::after {
    width: 100%;
}

.c-663019c7 {
    background-color: #292524;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 40px;
    display: inline-block;
    min-width: 300px;
}

.c-a020e420 {
    color: #fef2f2;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.c-e53492b0 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-aa1f6cc1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fecaca;
}

.c-906e76e6 {
    color: #ef4444;
    width: 20px;
    text-align: center;
}

.c-c618acc3 {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ef4444, transparent);
    margin: 28px auto;
}

.c-48ae7b79 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.c-9d2cea18 {
    color: #fca5a5;
    font-size: 13px;
}

.c-a4a1ab9b {
    display: flex;
    gap: 28px;
}

.c-a32a6c11 {
    color: #fca5a5;
    font-size: 13px;
    transition: color 140ms ease-in-out;
    position: relative;
}

.c-a32a6c11:hover {
    color: #ef4444;
}

.c-a32a6c11:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: calc(-1 * 28px / 2);
    color: #fca5a5;
}

.c-2ddfd7d6 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ef4444, #f97316, #ef4444);
    opacity: 0.8;
}

.c-263c8de8 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Fira Sans', sans-serif;
    color: #fef2f2;
    background-color: #1c1917;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.04);
    line-height: 1.6;
    font-size: 15px;
}

.c-263c8de8 h1,
.c-263c8de8 h2,
.c-263c8de8 h3,
.c-263c8de8 h4 {
    color: #fef2f2;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-263c8de8 h1 {
    font-size: 36px;
}

.c-263c8de8 h2 {
    font-size: 30px;
}

.c-263c8de8 h3 {
    font-size: 24px;
}

.c-263c8de8 h4 {
    font-size: 18px;
}

.c-263c8de8 p,
.c-263c8de8 li {
    color: #fecaca;
    font-size: 15px;
}

.c-263c8de8 ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.c-263c8de8 ul li {
    margin-bottom: 0.5rem;
}

.c-263c8de8 a {
    color: #ef4444;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-263c8de8 a:hover {
    color: #f97316;
}

.c-263c8de8 strong {
    color: #fef2f2;
    font-weight: 600;
}

.c-263c8de8 code {
    background-color: #3f3f46;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 13px;
}

@media (max-width: 768px) {
    .c-2a0324ab {
        display: none;
    }

    .c-0b261954 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-46b6dc2d {
        flex-direction: column;
        gap: 20px;
    }

    .c-663019c7 {
        min-width: auto;
        width: 100%;
    }

    .c-48ae7b79 {
        flex-direction: column;
        gap: 20px;
    }

    .c-a4a1ab9b {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .c-a32a6c11:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .c-263c8de8 {
        padding: 1rem;
        font-size: 13px;
    }

    .c-263c8de8 h1 {
        font-size: 30px;
    }

    .c-263c8de8 h2 {
        font-size: 24px;
    }

    .c-263c8de8 h3 {
        font-size: 18px;
    }
}
