/* Block: categories-list (categories-list) */
.g-8911e5dc { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-8911e5dc .g-b1b6352d { 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-8911e5dc .g-b1b6352d:hover { filter: brightness(0.96); }
.g-8911e5dc .g-b1b6352d:hover .g-07875514 { opacity: 1; }
.g-8911e5dc .g-a9259669 { position: relative; z-index: 1; }
.g-8911e5dc .g-07875514 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-b1b6352d { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-07875514 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-b1b6352d { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-07875514 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-b68f3414 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-b68f3414 .g-b5d651bf { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-b68f3414 .g-8c5ae24d { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-b68f3414 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-b5d651bf { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-ec2afa17 { text-align: center; }
.g-8c5ae24d { 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-64a224ac { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-24424c63 { display: block; }
.g-116ea93b { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-e6d5007b { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-98332f65 { width: 100%; }
@media screen and (max-width: 768px) { .g-64a224ac { padding: var(--size-s); }
.g-116ea93b { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-e6d5007b { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-98332f65 { width: auto; }
 }@media screen and (max-width: 576px) { .g-e6d5007b { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-118805e8 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-eb411745 { 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-eb411745.g-f04e65a7 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-53d07287 { margin-top: var(--section-padding); }
.g-0e480248 { position: relative; 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: -80px; }
.g-2f2fcc45 { max-width: 510px; }
.g-c970b7c3 { max-width: 430px; }
.g-c4b6318c { margin-top: var(--size-xs); }
.g-b9822e35 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-5ad6aacb { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-234a61ba { 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-234a61ba:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-8e103e1b { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-b068a921 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-d97df164 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-da43d829 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-a255f711 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-f7aac0ac { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-532334f3 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-0e480248 { padding: var(--size-m); }
.g-2f2fcc45 { max-width: initial; }
.g-c970b7c3 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-532334f3 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-b714fb4e { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-0e480248 { gap: var(--size-m); }
.g-b9822e35 { flex-direction: column; gap: var(--size-xxs); }
.g-5ad6aacb { width: 100%; }
.g-234a61ba { width: 100%; }
.g-da43d829 { justify-content: flex-start; align-items: flex-start; }
.g-a255f711 { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#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-e0ea3bec { position: relative; z-index: 5; }
.g-46506f6f { width: 100%; }
.g-d335e17e { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-d8c79d8d { position: sticky; top: -1px; z-index: 5; }
.g-6abcec94 { display: block; }
.g-a1051cbe { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-a1051cbe::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-9e688668 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-7c4161a9 { font-size: 34px; margin-right: var(--size-xxs); }
.g-42f72528 { font-size: 24px; font-weight: 600; }
.g-5f9d6c8e { display: block; }
.g-6df5088b { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-f4ccb5ae { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-f4ccb5ae:hover { text-decoration: underline; }
.g-e9f93a4b { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-0d34ea08 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-e0ea3bec { position: sticky; top: 0; }
.g-d335e17e { justify-content: space-between; height: 65px; }
.g-2dcde99a { top: 65px; height: 0; }
.g-a1051cbe::after { display: none; }
.g-9e688668 { margin: 0; }
.g-5f9d6c8e { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-5f9d6c8e.g-9d6494e7 { display: block; }
.g-6df5088b { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-e9f93a4b { display: flex; }
 }@media screen and (max-width: 576px) { .g-7c4161a9 { font-size: 28px; }
.g-42f72528 { font-size: 20px; }
.g-5f9d6c8e { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-ddbb33d6 { padding: var(--section-padding) 0; }
.g-83461ea6 { display: flex; }
.g-46e1021d { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-05f5fec0 { width: 100%; height: 100%; }
.g-238771a0 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-9638c4f0 { margin-top: var(--size-s); }
.g-d8cbcfb1 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-83461ea6 { flex-direction: column-reverse; }
.g-46e1021d { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-05f5fec0 { height: 350px; }
.g-238771a0 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-05f5fec0 { height: auto; }
.g-238771a0 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-5d31b1a3 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-05590e2f { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-5fdbc774 { position: relative; padding: var(--size-xl) 0; }
.g-679f947d { text-align: center; }
.g-f63a70b5 { text-align: center; margin-top: var(--size-s); }
.g-89a0e9ff { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-89a0e9ff { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-c26cd7a5 { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-0f248119 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-0f248119::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-38d9faac { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-d0afb8be { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-c26cd7a5 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-c26cd7a5 { padding-bottom: 40px; }
 }

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

.g-be2ecb48 .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;
    border: 1px solid var(--color-secondary);
}

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

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

.g-be2ecb48 .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

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

.g-be2ecb48 .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-be2ecb48 .prev,
.g-be2ecb48 .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-31bd8901 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-31bd8901 .g-58c8205a { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-31bd8901 .g-93aee1e6 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-31bd8901 .g-93aee1e6 img { width: 100%; height: 100%; object-fit: cover; }
.g-31bd8901 .g-3ece7184 { 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-31bd8901 .g-a7f4a386 { 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-31bd8901 .g-8e36ac54 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-31bd8901 .g-10e53e65 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-31bd8901 .g-a15b7cfa { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-31bd8901 .g-a15b7cfa:hover { text-decoration: underline; }
.g-31bd8901 .g-a10bd12a { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-31bd8901 .g-97fb4e39 { margin-top: var(--size-s); }
.g-31bd8901 .g-0de27576 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-62fd5d3a { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-62fd5d3a .g-58c8205a { position: relative; height: 100%; text-decoration: none; }
.g-62fd5d3a .g-6a1643fa { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-62fd5d3a .g-cbbcb7f9 { flex-shrink: 0; width: 120px; }
.g-62fd5d3a .g-93aee1e6 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-62fd5d3a .g-93aee1e6 img { width: 100%; height: 100%; object-fit: cover; }
.g-62fd5d3a .g-a7f4a386 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-62fd5d3a .g-8e36ac54 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-62fd5d3a .g-10e53e65 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-62fd5d3a .g-a10bd12a { white-space: nowrap; opacity: 0.8; }
.g-62fd5d3a .g-0de27576 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-3ece7184 { padding: 0 8px 8px; }
.g-a7f4a386 { gap: 0 4px; }
.g-62fd5d3a { padding: 16px 0; }
.g-62fd5d3a .g-6a1643fa { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-62fd5d3a .g-cbbcb7f9 { flex-shrink: initial; width: auto; }
.g-62fd5d3a .g-93aee1e6 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-62fd5d3a .g-3ece7184 { 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-c813df19 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-c813df19 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-c813df19 .g-1608a824 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-c813df19 .g-8ba01633 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-c813df19 .g-c43f7e6c { margin-top: var(--size-m); }
.g-c813df19 .g-5987001c { 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-c813df19 .g-0f704bc3 { display: block; text-decoration: none; }
.g-c813df19 .g-0f704bc3:hover { text-decoration: underline; }
.g-c813df19 .g-ad8d5af5 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-c813df19 { grid-template-columns: 1fr; }
.g-c813df19 .g-17451457 { order: 1; }
.g-c813df19 .g-906b724a { order: 2; }
.g-c813df19 .g-c43f7e6c { margin-top: var(--size-s); }
.g-c813df19 .g-5987001c { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-f7a9f3a8 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-c5b4bab2 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-f6f946a0 { text-decoration: none; }
.g-f6f946a0:hover { text-decoration: underline; }
.g-6d8a1e4f { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-75dfad9c { margin-top: var(--size-s); }
.g-d6370a3c { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-f7a9f3a8 { gap: var(--size-xs); }
.g-6d8a1e4f { margin-top: var(--size-s); }
.g-d6370a3c { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-bde760e6 { text-align: center; }
.g-1a281d78 { position: relative; }
.g-76ad3af2 { 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-76ad3af2:hover { background-color: var(--color-primary); }
.g-c625a563 { left: -42px; }
.g-04a640f1 { right: -42px; }
@media screen and (max-width: 1024px) { .g-fd99d15f { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-76ad3af2 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-d516b42c { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-d516b42c .g-293c6b94 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-d516b42c .g-8e95374b { margin-top: var(--size-m); }
.g-8098367c { margin-top: var(--size-xl); }
.g-f6acfaf4 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-d516b42c { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-f4acfa25 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-f4acfa25 .g-92ca3ae8 { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-f4acfa25 .g-bd2a29a9 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-f4acfa25 .g-bd2a29a9:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-cfd2c36f { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-cfd2c36f svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-cfd2c36f { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-7d89ddfa { padding: var(--section-padding) 0; }
.g-5b3fab4f { display: flex; }
.g-df8b7ddd { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-70927da0 { width: 100%; height: 100%; }
.g-afa75a01 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-886fd9d1 { margin-top: var(--size-s); }
.g-7c30235b { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-5b3fab4f { flex-direction: column-reverse; }
.g-df8b7ddd { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-70927da0 { height: 350px; }
.g-afa75a01 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-70927da0 { height: auto; }
.g-afa75a01 { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-9e9e7436 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-6ed021e3 { flex: 0 0 45%; position: relative; }
.g-0b87fb25 { flex: 1; position: relative; z-index: 1; }
.g-55905f6b { user-select: none; }
.g-55905f6b[open] .g-833a89cd { transform: rotate(45deg); }
.g-f72e4cb0 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-f72e4cb0::-webkit-details-marker { display: none; }
.g-833a89cd { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-833a89cd svg { fill: var(--color-primary); }
.g-4c288a3d { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-f72e4cb0 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-833a89cd { width: 24px; height: 24px; }
.g-833a89cd svg { width: 16px; height: 16px; }
.g-4c288a3d { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-9e9e7436 { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-6ed021e3 { flex: 0; }
.g-0b87fb25 { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-6ed021e3 { text-align: center; }
.g-0b87fb25 { max-width: inherit; width: 100%; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-53654db9 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-53654db9 .g-039cf8d2 { 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-53654db9 .g-039cf8d2:hover { filter: brightness(0.96); }
.g-53654db9 .g-039cf8d2:hover .g-3de53fff { opacity: 1; }
.g-53654db9 .g-5d200cb4 { position: relative; z-index: 1; }
.g-53654db9 .g-3de53fff { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-039cf8d2 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-3de53fff { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-039cf8d2 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-3de53fff { font-size: 56px; }
 }

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

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

/* Block: contacts-page::page-content--0 (page-content) */
.g-7b7be4c4 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-m); margin: var(--section-padding) 0; }
@media screen and (max-width: 768px) { .g-7b7be4c4 { padding: var(--size-xs); }
 }

/* Block: contacts-page::form--0 (form) */
.g-993c5546 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-f7d31154 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-999b756f { display: flex; justify-content: flex-start; }
.g-3044384f { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-d4efac74 { display: flex; justify-content: flex-start; align-items: center; }
.g-099fa1e1 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-00bb8bc0 { fill: var(--color-text); }
.g-42ebcee6 { stroke: var(--color-text); }
.g-0f0ca6ff { stroke: var(--color-text); }
.g-5ed10f29 { display: flex; flex-direction: column; }
.g-02f0d6da { flex: 0 0 50%; height: 383px; }
.g-95fb8762 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-993c5546 { flex-direction: column; }
.g-f7d31154 { width: 100%; flex: 0 0 auto; }
.g-999b756f { flex-direction: column; }
.g-3044384f { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-c04a6b55 { width: 100%; display: flex; justify-content: space-between; }
.g-d4efac74 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-099fa1e1 { margin-right: 0; }
.g-5ed10f29 { margin-top: var(--size-xs); }
.g-02f0d6da { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-f7d31154 { padding: var(--size-xs); }
.g-c04a6b55 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-d4efac74 { align-items: center; }
.g-5ed10f29 { text-align: center; }
.g-02f0d6da { height: 370px; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-362b5905 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-2678ff47 { flex: 1; }
.g-c4dcf79c { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-e6a7f65e { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-57701b90 { 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-362b5905 { flex-direction: column; gap: var(--size-m); }
.g-2678ff47 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-c4dcf79c { gap: var(--size-s); }
.g-e6a7f65e { flex-direction: column; gap: var(--size-xxs); }
 }

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-8a752f3f { display: flex; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: var(--size-xl) 20px; margin-inline: -20px; }
.g-0cd46a33 { width: 50%; }
.g-8c5bd0e1 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-db1358f6 { padding: var(--size-s) var(--size-m); }
.g-f4bd64a1 { transform: scale(1.2); }
.g-f39f0341 { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-8a5f9740 svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-8a752f3f { padding: 20px 20px 10px; }
.g-f4bd64a1 { transform: none; }
 }@media screen and (max-width: 768px) { .g-0cd46a33 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-8a752f3f { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-8c5bd0e1 { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-2f7122ab { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-60d5bb49 { flex: 1; }
.g-4474ef7e { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-bb13790d { 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-957b35df { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-2f7122ab { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-60d5bb49 { text-align: center; }
.g-957b35df { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: expertise::about--0 (about) */
.g-28e8d624 { display: flex; align-items: center; gap: var(--size-m); }
.g-d8d6200d { flex: 1; }
.g-e8858a18 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-28e8d624 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-99e33c04 { text-align: center; }
 }

/* Block: expertise::text--1 (text) */
.g-aba666d6 { padding: var(--size-xl); }
@media screen and (max-width: 768px) { .g-aba666d6 { text-align: center; padding: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-aba666d6 { padding: var(--size-s); }
 }