@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-130c9c32 {
    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-1fb3fef8 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-fea75c39 {
    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-fea75c39:hover {
    transform: translateY(-2px);
}

.c-8c1e09d1 {
    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-1ae851cf {
    display: flex;
    align-items: center;
    gap: 40px;
}

.c-fdefa0a0 {
    display: flex;
    align-items: center;
    gap: 28px;
}

.c-65a80c8f {
    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-65a80c8f::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-65a80c8f:hover::before {
    transform: translateX(0);
}

.c-65a80c8f:hover {
    color: #450a0a;
    backdrop-filter: blur(10px);
}

.c-120924e1 {
    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-120924e1: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-08829a09 {
    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-08829a09:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.c-b7a580b3 {
    width: 24px;
    height: 3px;
    background: #450a0a;
    margin: 3px 0;
    transition: 140ms ease-in-out;
    border-radius: 2px;
}

.header__burger--active .c-b7a580b3:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.header__burger--active .c-b7a580b3:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-b7a580b3:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.c-7b942db2 {
    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-51c28e4a {
    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-51c28e4a {
    opacity: 1;
    transform: translateY(0);
}

.c-51c28e4a:nth-child(1) {
    transition-delay: 0.1s;
}
.c-51c28e4a:nth-child(2) {
    transition-delay: 0.2s;
}
.c-51c28e4a:nth-child(3) {
    transition-delay: 0.3s;
}
.c-51c28e4a:nth-child(4) {
    transition-delay: 0.4s;
}
.c-51c28e4a:nth-child(5) {
    transition-delay: 0.5s;
}

.c-51c28e4a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.c-bfc97ff3 {
    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-bfc97ff3 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.c-bfc97ff3:hover {
    background: #450a0a;
    transform: scale(1.1);
}

.c-809eeaee {
    background-color: #1c1917;
    padding: 40px 0;
    border-top: 2px solid #ef4444;
    position: relative;
}

.c-7aee677f {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.c-0dc0a498 {
    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-0dc0a498:hover {
    transform: scale(1.05);
}

.c-0dc0a498 i {
    color: #ef4444;
    font-size: 30px;
}

.c-bdeef552 {
    color: #fecaca;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 18px;
}

.c-f7b909f4 {
    margin-bottom: 40px;
}

.c-0c418b72 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 28px;
}

.c-b6fda569 {
    color: #fecaca;
    font-weight: 500;
    position: relative;
    transition: color 140ms ease-in-out;
    padding: 10px 0;
}

.c-b6fda569::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-b6fda569:hover {
    color: #ef4444;
}

.c-b6fda569:hover::after {
    width: 100%;
}

.c-74eef238 {
    background-color: #292524;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 40px;
    display: inline-block;
    min-width: 300px;
}

.c-34866acd {
    color: #fef2f2;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.c-81852035 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-d05f8921 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fecaca;
}

.c-a710bfab {
    color: #ef4444;
    width: 20px;
    text-align: center;
}

.c-0256762b {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ef4444, transparent);
    margin: 28px auto;
}

.c-1e4865b7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.c-0f6f5379 {
    color: #fca5a5;
    font-size: 13px;
}

.c-1fbf83f2 {
    display: flex;
    gap: 28px;
}

.c-2b7c3464 {
    color: #fca5a5;
    font-size: 13px;
    transition: color 140ms ease-in-out;
    position: relative;
}

.c-2b7c3464:hover {
    color: #ef4444;
}

.c-2b7c3464:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: calc(-1 * 28px / 2);
    color: #fca5a5;
}

.c-e71cc706 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ef4444, #f97316, #ef4444);
    opacity: 0.8;
}

.c-950f44de {
    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-950f44de h1,
.c-950f44de h2,
.c-950f44de h3,
.c-950f44de h4 {
    color: #fef2f2;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.c-950f44de h1 {
    font-size: 36px;
}

.c-950f44de h2 {
    font-size: 30px;
}

.c-950f44de h3 {
    font-size: 24px;
}

.c-950f44de h4 {
    font-size: 18px;
}

.c-950f44de p,
.c-950f44de li {
    color: #fecaca;
    font-size: 15px;
}

.c-950f44de ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.c-950f44de ul li {
    margin-bottom: 0.5rem;
}

.c-950f44de a {
    color: #ef4444;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.c-950f44de a:hover {
    color: #f97316;
}

.c-950f44de strong {
    color: #fef2f2;
    font-weight: 600;
}

.c-950f44de code {
    background-color: #3f3f46;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 13px;
}

@media (max-width: 768px) {
    .c-1ae851cf {
        display: none;
    }

    .c-08829a09 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-0c418b72 {
        flex-direction: column;
        gap: 20px;
    }

    .c-74eef238 {
        min-width: auto;
        width: 100%;
    }

    .c-1e4865b7 {
        flex-direction: column;
        gap: 20px;
    }

    .c-1fbf83f2 {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .c-2b7c3464:not(:last-child)::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .c-950f44de {
        padding: 1rem;
        font-size: 13px;
    }

    .c-950f44de h1 {
        font-size: 30px;
    }

    .c-950f44de h2 {
        font-size: 24px;
    }

    .c-950f44de h3 {
        font-size: 18px;
    }
}
