/* Block: categories-list (categories-list) */
.g-19eb12dc { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-19eb12dc .g-4553411e { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-19eb12dc .g-4553411e:hover { filter: brightness(0.96); }
.g-19eb12dc .g-4553411e:hover .g-9059041e { opacity: 1; }
.g-19eb12dc .g-891e7e69 { position: relative; z-index: 1; }
.g-19eb12dc .g-9059041e { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-4553411e { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-9059041e { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-4553411e { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-9059041e { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-4be31b47 { padding: var(--size-m) 0 var(--section-padding); }
.g-4be31b47 .g-ca447070 { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-4be31b47 .g-9141f229 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-ca447070 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-9141f229 { margin-top: var(--size-xs); text-align: center; }
 }

/* Block: comments (comments) */
.comments-block .comments {
    list-style: none;
    padding: 0;
}

.comments-block .comments ul {
    padding: 0;
}

.comments-block .comment {
    list-style: none;
}

.comments-block .comments-title,
.comments-block .comment-reply-title {
    font-size: clamp(1.5rem, 0.8839779006vw + 1.2928176796rem, 2rem);
    font-weight: 600;
    line-height: 120%;
    margin-bottom: var(--size-m);
}

.comments-block .comment-body,
.comments-block .comment-respond {
    margin-top: var(--size-m);
    background-color: var(--color-surface);
    padding: var(--size-s);
    border-radius: var(--b-radius);
}

.comments-block .comment-content {
    margin-top: var(--size-s);
}

.comments-block .comment-metadata {
    margin-top: var(--size-xxs);
}

.comments-block .avatar {
    border-radius: 50%;
    margin-right: var(--size-xs);
}

.comments-block .comment-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xs);
}

.comments-block .comment-form p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xxs);
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"],
.comments-block .comment-form textarea {
    width: 100%;
    border: 0;
    border-radius: var(--b-radius);
    font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem);
    font-weight: 400;
    line-height: 120%;
    color: var(--color-text);
    background-color: var(--color-bg);
    outline: none;
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"] {
    height: var(--size-l);
}

.comments-block .comment-form textarea {
    min-height: 130px;
    resize: vertical;
}

.comments-block .comment-form .submit {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-light);
    padding: 9px 75px;
    min-height: var(--size-l);
    text-decoration: none;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    background-color: var(--color-primary);
    border-radius: var(--b-radius);
}

.comments-block p.comment-form-cookies-consent {
    flex-direction: row;
    align-items: center;
}

/* Block: cookie (cookie) */
.g-450e432f { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-1ebb2a83 { display: block; }
.g-6e05ac0d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-7fbac226 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-b0816365 { width: 100%; }
@media screen and (max-width: 768px) { .g-450e432f { padding: var(--size-s); }
.g-6e05ac0d { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-7fbac226 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-b0816365 { width: auto; }
 }@media screen and (max-width: 576px) { .g-7fbac226 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-bfd991ed { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-85de1381 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-32580fc3 { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-fa7a9c15 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-bfd991ed { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-bfd991ed { grid-template-columns: 1fr; gap: var(--size-l); }
.g-85de1381 { padding: 8px; }
 }

/* Block: footer (footer) */
.g-7f1c2ea6 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-5ba876ff { text-align: center; position: fixed; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%) scale(0.7); padding: var(--size-xs) var(--size-s); border-radius: 14px; background: var(--color-secondary); box-shadow: var(--shadow); color: var(--color-text-light); opacity: 0; visibility: hidden; transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease; z-index: 1000; }
.g-5ba876ff.g-d1500023 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-6d956010 { margin-top: var(--section-padding); }
.g-69b8108e { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-fdbbf8c8 { max-width: 510px; }
.g-ff365a6a { max-width: 430px; }
.g-84c88715 { margin-top: var(--size-xs); }
.g-f8271f2e { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-31b0eb30 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-3af27501 { flex: 1; cursor: pointer; border: 0; background-color: var(--color-secondary); color: var(--text-light); height: 40px; border-radius: 40px; padding: 10px 24px; transition: transform 0.1s ease-in-out; }
.g-3af27501:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-7f2a6779 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-3c19bd5c { transform: scale(1.2); margin-right: var(--size-xs); }
.g-c465b32f { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-17a34624 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-762b4592 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-9c026a32 { margin-top: var(--size-xl); display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-69b8108e { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-fdbbf8c8 { max-width: initial; }
.g-ff365a6a { max-width: initial; }
.g-c465b32f { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-17a34624 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-762b4592 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-9c026a32 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-8b555104 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-69b8108e { gap: var(--size-m); }
.g-f8271f2e { flex-direction: column; gap: var(--size-xxs); }
.g-31b0eb30 { width: 100%; }
.g-3af27501 { width: 100%; }
.g-762b4592 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-76439033 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-77e7fdf2 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-3ec94371 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-d4a081c2 { font-size: 36px; margin-right: var(--size-xs); }
.g-06dca599 { font-size: 24px; font-weight: 600; }
.g-fa6d4dcd { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-1655a1c9 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-17039d41 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-5f67e2e8 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-6cf22ff4 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-6cf22ff4.g-f714d7f6 { display: block; }
.g-fa6d4dcd { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-17039d41 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-6cf22ff4 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-c56a1944 { padding: var(--size-xl) 0; }
.g-98fc2342 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-df991b22 { margin-top: var(--size-s); }
.g-44f198fe { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-df991b22 { margin-top: var(--size-xs); }
.g-44f198fe { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-e92ea6af { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-9088c305 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-436f21f9 { position: relative; padding: var(--size-xl) 0; }
.g-2420d639 { text-align: center; }
.g-ce1a2de2 { text-align: center; margin-top: var(--size-s); }
.g-b0b66446 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-b0b66446 { flex-direction: column; gap: var(--size-xs); }
 }

/* Block: page-content (page-content) */
.g-f7a03a63 { margin: var(--section-padding) 0; }

/* Block: page-header (page-header) */
.g-805a0a2d { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-43083ba7 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-43083ba7::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.41%, #191917 94.77%); }
.g-7d4ed763 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-02158cc6 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-805a0a2d { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-805a0a2d { padding-bottom: 40px; }
 }

/* Block: pagination (pagination) */
.g-d9e217d3 .nav-links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.g-d9e217d3 .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 32px;
    min-width: 32px;
    text-decoration: none;
    font-weight: 500;
}

.g-d9e217d3 .page-numbers:hover {
    text-decoration: underline;
}

.g-d9e217d3 .prev {
    left: calc(var(--size-xs) * -1);
    transform: translateX(-100%);
}

.g-d9e217d3 .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-d9e217d3 .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-d9e217d3 .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-d9e217d3 .prev,
.g-d9e217d3 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-d9e217d3 .prev:hover,
.g-d9e217d3 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

.g-d9e217d3 .current {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

@media screen and (max-width: 768px) {
    .g-d9e217d3 .prev {
        left: 0;
        transform: none;
    }

    .g-d9e217d3 .next {
        right: 0;
        transform: none;
    }

    .g-d9e217d3 .prev,
    .g-d9e217d3 .next {
        position: static;
        margin-top: 0;
    }
}

.g-d9e217d3 { display: flex; justify-content: center; padding: var(--size-l) 0 var(--size-xl); }
@media screen and (max-width: 768px) { .g-d9e217d3 { padding: var(--size-m) 0 var(--size-l); }
 }

/* Block: post-card (post-card) */
.g-42601b5e { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-42601b5e .g-8f66faf0 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-42601b5e .g-b5d72e62 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-42601b5e .g-b5d72e62 img { width: 100%; height: 100%; object-fit: cover; }
.g-42601b5e .g-b82fe03f { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-42601b5e .g-08347f28 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-42601b5e .g-b8b5260e { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-42601b5e .g-854cd82f { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-42601b5e .g-f4a52bdf { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-42601b5e .g-f4a52bdf:hover { text-decoration: underline; }
.g-42601b5e .g-300806f5 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-42601b5e .g-4506461a { margin-top: var(--size-s); }
.g-42601b5e .g-44038e3a { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-2203c22c { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-2203c22c .g-8f66faf0 { position: relative; height: 100%; text-decoration: none; }
.g-2203c22c .g-de9232ad { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-2203c22c .g-d7458e22 { flex-shrink: 0; width: 120px; }
.g-2203c22c .g-b5d72e62 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-2203c22c .g-b5d72e62 img { width: 100%; height: 100%; object-fit: cover; }
.g-2203c22c .g-08347f28 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-2203c22c .g-b8b5260e { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-2203c22c .g-854cd82f { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-2203c22c .g-300806f5 { white-space: nowrap; opacity: 0.8; }
.g-2203c22c .g-44038e3a { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-b82fe03f { padding: 0 8px 8px; }
.g-08347f28 { gap: 0 4px; }
.g-2203c22c { padding: 16px 0; }
.g-2203c22c .g-de9232ad { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-2203c22c .g-d7458e22 { flex-shrink: initial; width: auto; }
.g-2203c22c .g-b5d72e62 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-2203c22c .g-b82fe03f { margin-top: 8px; }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-6f1969a5 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-6f1969a5 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-6f1969a5 .g-a6715c0a { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-6f1969a5 .g-65afb600 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-6f1969a5 .g-c255efd1 { margin-top: var(--size-m); }
.g-6f1969a5 .g-11eb2709 { margin-top: var(--size-m); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-6f1969a5 .g-3bbf4550 { display: block; text-decoration: none; }
.g-6f1969a5 .g-3bbf4550:hover { text-decoration: underline; }
.g-6f1969a5 .g-bec2a6e4 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-6f1969a5 { grid-template-columns: 1fr; }
.g-6f1969a5 .g-c8bcd672 { order: 1; }
.g-6f1969a5 .g-2baf0568 { order: 2; }
.g-6f1969a5 .g-c255efd1 { margin-top: var(--size-s); }
.g-6f1969a5 .g-11eb2709 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-b402f965 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-5967cdbb { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-5b89e302 { display: flex; align-items: center; justify-content: center; }
.g-a9b56d37 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-4afa58fb { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-4afa58fb:hover { filter: brightness(0.96); }
.g-b14f406a { margin-top: var(--size-m); }
.g-9fb0af11 { margin-top: var(--size-s); margin-bottom: auto; }
.g-c56ecee6 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-b402f965 { grid-template-columns: 1fr; }
.g-5967cdbb { max-width: 70%; }
.g-5b89e302 { max-width: 70%; display: block; }
.g-4afa58fb { height: 30px; }
 }@media screen and (max-width: 768px) { .g-b402f965 { gap: var(--size-m); }
.g-5967cdbb { max-width: 100%; }
.g-5b89e302 { max-width: 100%; }
.g-9fb0af11 { margin-top: var(--size-xs); }
 }

/* Block: posts-list (posts-list) */
.g-094ef950 { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
@media screen and (max-width: 1024px) { .g-094ef950 { grid-template-columns: repeat(2, 1fr); }
 }@media screen and (max-width: 768px) { .g-094ef950 { grid-template-columns: 1fr; }
 }

/* Block: recommendation (recommendation) */
.g-3217d263 { text-align: center; }
.g-253f2b39 { position: relative; }
.g-1d0178c0 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-1d0178c0:hover { background-color: var(--color-primary); }
.g-b30ef45a { left: -42px; }
.g-e773be88 { right: -42px; }
@media screen and (max-width: 1024px) { .g-2ea56f7d { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-1d0178c0 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-633346a5 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-435ac641 { margin-top: var(--size-xl); }
.g-b0770c90 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-9388e46a { position: relative; display: inline-block; width: 100%; }
.g-9388e46a .g-c9642a88 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-9388e46a .g-d8054a89 { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-9388e46a .g-ed125ca2 { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-9388e46a .g-ed125ca2:hover { opacity: .7; }
.g-9388e46a .g-4ce4fb2b { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-9388e46a .g-4ce4fb2b:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-7a5bc38c { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-72692306 { fill: var(--color-text-light); }
.g-8ad6757d { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-7a5bc38c { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-86745cf7 { padding: var(--size-xl) 0; }
.g-4f9d5b76 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-ac3b53c7 { margin-top: var(--size-s); }
.g-8117c230 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-ac3b53c7 { margin-top: var(--size-xs); }
.g-8117c230 { margin-top: var(--size-s); }
 }

/* Block: front-page::text--0 (text) */
.g-8e621529 { padding: var(--size-xl); }
@media screen and (max-width: 768px) { .g-8e621529 { text-align: center; padding: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-8e621529 { padding: var(--size-s); }
 }

/* Block: front-page::categories-list (categories-list) */
.g-df2cc280 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-df2cc280 .g-ef6ff495 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-df2cc280 .g-ef6ff495:hover { filter: brightness(0.96); }
.g-df2cc280 .g-ef6ff495:hover .g-0d8a5b89 { opacity: 1; }
.g-df2cc280 .g-46b883eb { position: relative; z-index: 1; }
.g-df2cc280 .g-0d8a5b89 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-ef6ff495 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-0d8a5b89 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-ef6ff495 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-0d8a5b89 { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-43d996c4 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-56b8bfdf { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-a35617a1 { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-90b893a3 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-43d996c4 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-43d996c4 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-56b8bfdf { padding: 8px; }
 }

/* Block: front-page::page-content--0 (page-content) */
.g-ecd8e1d6 { margin: var(--section-padding) 0; }

/* Block: contacts-page::page-content--0 (page-content) */
.g-adf6e3a7 { margin: var(--section-padding) 0; }

/* Block: contacts-page::form--0 (form) */
.g-b48d285d { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-ce18fda2 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-0e8381bc { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-408fc6b8 { display: flex; justify-content: flex-start; align-items: center; }
.g-828526e3 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; margin-right: var(--size-m); }
.g-c8e64584 { display: flex; flex-direction: column; }
.g-ea348f82 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-c6385437 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-b48d285d { flex-direction: column-reverse; }
.g-ce18fda2 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-b99dbe1f { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-b99dbe1f .g-408fc6b8 { margin-top: 0; }
.g-408fc6b8 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-828526e3 { margin-right: 0; }
.g-c8e64584 { margin-top: var(--size-xs); }
.g-ea348f82 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-ce18fda2 { text-align: center; }
.g-b99dbe1f { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-408fc6b8 { align-items: center; }
.g-35ace55c { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-55149bae { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-096a5cd9 { flex: 1; }
.g-10bca77d { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-a304df55 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-24dc9326 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 870px) { .g-55149bae { flex-direction: column; gap: var(--size-m); }
.g-096a5cd9 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-10bca77d { gap: var(--size-s); }
.g-a304df55 { flex-direction: column; gap: var(--size-xxs); }
 }

/* Block: about-page::text--0 (text) */
.g-3426b36e { text-align: center; }

/* Block: about-page::page-content--0 (page-content) */
.g-1e54d536 { margin: var(--section-padding) 0; }

/* Block: expertise::text--0 (text) */
.g-6b531b42 { text-align: center; }

/* Block: expertise::process--0 (process) */
.g-78ad513b { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-6b05a389 { flex: 1; }
.g-bac3b37a { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-5361e6e5 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-surface); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-c63cba78 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-78ad513b { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-6b05a389 { text-align: center; }
.g-c63cba78 { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: expertise::text--1 (text) */
.g-b75c6fe0 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-41632095 { text-align: center; }
.g-b75c6fe0 { column-count: 1; }
 }

/* Block: expertise::about--0 (about) */
.g-26b0062f { display: flex; align-items: center; gap: var(--size-m); }
.g-6d5267b9 { flex: 1; }
.g-5bf63bb9 { flex: 1; }
@media screen and (max-width: 768px) { .g-26b0062f { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-5bf63bb9 { text-align: center; }
 }