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

/* Block: category-header (category-header) */
.g-55d6c760 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-55d6c760 .g-51252ec2 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-55d6c760 .g-a5330354 { font-size: 80px; }
.g-55d6c760 .g-1f8de8bd { margin-top: var(--size-xs); }
.g-55d6c760 .g-3d737245 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-51252ec2 { padding: var(--size-xs); }
.g-a5330354 { font-size: 64px; }
.g-3d737245 { margin-top: var(--size-xs); }
 }

/* 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-e7c2bf4b { display: none; position: fixed; bottom: 30px; left: var(--wrapper-padding); width: calc(100% - var(--wrapper-padding) * 2); max-width: 600px; padding: var(--size-m); z-index: 3; }
.g-368ee311 { display: block; }
.g-4bd8118c { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-e7c2bf4b { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-4bd8118c { gap: var(--size-xxs); }
.g-6eda9fbf { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-7ec02f93 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-61347e59 { 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-61347e59.g-821c43aa { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-018a6f25 { margin-top: var(--section-padding); }
.g-8ca45ce7 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-b7edc2ff { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-3470d36b { max-width: 524px; }
.g-44277c7a { max-width: 450px; }
.g-8a32b66d { margin-top: var(--size-xs); }
.g-64d3141c { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-15d853ef { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-f7e96b30 { 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-f7e96b30:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-47943b03 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-35f8468a { transform: scale(1.2); margin-right: var(--size-xs); }
.g-f177767b { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-3105e954 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-9919b816 { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-3470d36b { max-width: initial; }
.g-44277c7a { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-3105e954 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-9919b816 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-176d33a1 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-b7edc2ff { gap: var(--size-m); }
.g-64d3141c { flex-direction: column; gap: var(--size-xxs); }
.g-15d853ef { width: 100%; }
.g-f7e96b30 { width: 100%; }
.g-3105e954 { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out, 0.1s text-shadow ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}

.g-7d2018de { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-141b62cb { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-94a86a66 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-d9412baf { font-size: 34px; margin-right: var(--size-xxs); }
.g-b3763e10 { font-size: 24px; font-weight: 600; }
.g-d157a5c8 { -ms-overflow-style: none; scrollbar-width: none; }
.g-1cda3e0e { display: none; }
.g-0e0834d6 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-7c8059a6 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-7c8059a6:hover { transform: scale(1.05); }
.g-7c8059a6 svg { fill: var(--color-text-light); }
.g-7a8eb5b6 { display: none; }
.g-6ea7f9f0 { display: none; }
.g-db68ba74 { display: inline; }
.g-49a2c5c7 { display: none; }
.g-7669d710 { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-7669d710.g-f24d5733 { display: flex; width: 100%; }
.g-00d52ea7 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-d9412baf { font-size: 28px; }
.g-b3763e10 { font-size: 20px; }
.g-0e0834d6 { gap: var(--size-xxs); }
.g-44cdc92b { display: none; }
.g-6ea7f9f0 { display: block; }
.g-7669d710.g-f24d5733 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-9e97dcb6 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-17f0f57c { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-b6f4e9b0 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-b6f4e9b0::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-7e2bde29 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-5337f3af { max-width: 760px; text-align: center; }
.g-42c68d0f { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-9e97dcb6 { min-height: 500px; }
.g-7e2bde29 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-5337f3af { text-align: left; }
.g-b4e5063f { margin-top: var(--size-xs); }
.g-42c68d0f { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-e5142b2e { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-7de316b9 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-5736d8e9 { position: relative; padding: var(--size-xl) 0; }
.g-1da9c98a { text-align: center; }
.g-28bcc7ad { text-align: center; margin-top: var(--size-s); }
.g-dc5c44bd { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-dc5c44bd { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-0758c3ba { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-d57955c6 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-09ad29bf { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-09ad29bf::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-4294e90a { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-0758c3ba { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-0758c3ba { padding-bottom: 40px; }
 }

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

.g-a0349a04 .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-a0349a04 .page-numbers:hover {
    text-decoration: underline;
}

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

.g-a0349a04 .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-a0349a04 .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-a0349a04 .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-a0349a04 .prev,
.g-a0349a04 .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-a0349a04 .prev:hover,
.g-a0349a04 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-ad51f699 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-ad51f699 .g-723bb9a7 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-ad51f699 .g-d619620e { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-ad51f699 .g-d619620e img { width: 100%; height: 100%; object-fit: cover; }
.g-ad51f699 .g-44e6e5a0 { 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-ad51f699 .g-686da7ed { 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-ad51f699 .g-601c50ab { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-ad51f699 .g-27bd469c { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-ad51f699 .g-43020884 { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-ad51f699 .g-43020884:hover { text-decoration: underline; }
.g-ad51f699 .g-7e61ebc1 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-ad51f699 .g-83de8fa0 { margin-top: var(--size-s); }
.g-ad51f699 .g-ce719a4e { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-bf25a6a6 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-bf25a6a6 .g-723bb9a7 { position: relative; height: 100%; text-decoration: none; }
.g-bf25a6a6 .g-a6a28f66 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-bf25a6a6 .g-7a4fb1f2 { flex-shrink: 0; width: 120px; }
.g-bf25a6a6 .g-d619620e { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-bf25a6a6 .g-d619620e img { width: 100%; height: 100%; object-fit: cover; }
.g-bf25a6a6 .g-686da7ed { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-bf25a6a6 .g-601c50ab { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-bf25a6a6 .g-27bd469c { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-bf25a6a6 .g-7e61ebc1 { white-space: nowrap; opacity: 0.8; }
.g-bf25a6a6 .g-ce719a4e { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-44e6e5a0 { padding: 0 8px 8px; }
.g-686da7ed { gap: 0 4px; }
.g-bf25a6a6 { padding: 16px 0; }
.g-bf25a6a6 .g-a6a28f66 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-bf25a6a6 .g-7a4fb1f2 { flex-shrink: initial; width: auto; }
.g-bf25a6a6 .g-d619620e { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-bf25a6a6 .g-44e6e5a0 { 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-61ddb4da { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-61ddb4da blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-61ddb4da .g-13b457d1 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-61ddb4da .g-fc5eeaa4 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-61ddb4da .g-36c3ea38 { margin-top: var(--size-m); }
.g-61ddb4da .g-64e06aa0 { 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-61ddb4da .g-32359053 { display: block; text-decoration: none; }
.g-61ddb4da .g-32359053:hover { text-decoration: underline; }
.g-61ddb4da .g-dac67805 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-61ddb4da { grid-template-columns: 1fr; }
.g-61ddb4da .g-0df5caff { order: 1; }
.g-61ddb4da .g-d33c8ae3 { order: 2; }
.g-61ddb4da .g-36c3ea38 { margin-top: var(--size-s); }
.g-61ddb4da .g-64e06aa0 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-4113d1c5 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-42b70d89 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-1bd6c1dd { display: flex; align-items: center; justify-content: center; }
.g-6d6183ce { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-8db3d909 { 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-8db3d909:hover { filter: brightness(0.96); }
.g-fa98760b { margin-top: var(--size-m); }
.g-a5dd981e { margin-top: var(--size-s); margin-bottom: auto; }
.g-e5450e41 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-4113d1c5 { grid-template-columns: 1fr; }
.g-42b70d89 { max-width: 70%; }
.g-1bd6c1dd { max-width: 70%; display: block; }
.g-8db3d909 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-4113d1c5 { gap: var(--size-m); }
.g-42b70d89 { max-width: 100%; }
.g-1bd6c1dd { max-width: 100%; }
.g-a5dd981e { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-f04a5c88 { text-align: center; }
.g-fecea086 { position: relative; }
.g-ed6749b3 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-ed6749b3:hover { color: var(--color-primary); }
.g-5c60abc3 { left: -42px; }
.g-2df6659e { right: -42px; }
@media screen and (max-width: 1024px) { .g-c11ddb73 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-ed6749b3 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-8aea661b { text-align: center; max-width: 430px; margin: 0 auto; }
.g-6f220a78 { margin-top: var(--size-xl); }
.g-35389579 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-25c6105b { position: relative; display: inline-block; width: 100%; }
.g-25c6105b .g-05c6842b { 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) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-25c6105b .g-05c6842b:focus + .g-4f72ed93 { opacity: 1; }
.g-25c6105b .g-bb52b081 { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-25c6105b .g-bb52b081:hover { opacity: .7; }
.g-25c6105b .g-dbfe42d8 { fill: var(--color-primary); }
.g-25c6105b .g-4f72ed93 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-25c6105b .g-4f72ed93:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-c8aeb6d7 { 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-3052b929 { fill: var(--color-text-light); }
.g-4855b727 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-c8aeb6d7 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-fa23aea6 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-1a22fe43 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-f8975e00 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-f8975e00::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-4b61b0d4 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-217b64f8 { max-width: 760px; text-align: center; }
.g-9601b318 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-fa23aea6 { min-height: 500px; }
.g-4b61b0d4 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-217b64f8 { text-align: left; }
.g-83c9eff4 { margin-top: var(--size-xs); }
.g-9601b318 { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-a0c32101 { display: flex; align-items: center; gap: var(--size-m); }
.g-93df8bfe { flex: 1; }
.g-1a25e67c { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-a0c32101 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-21230d56 { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-b79ba20f { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-294b72e6 { 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-f11a86fc { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-4ff14647 { display: flex; justify-content: flex-start; align-items: center; }
.g-b8776dd5 { 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-1348c14e { display: flex; flex-direction: column; }
.g-bbc2ee24 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-fd9349c4 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-b79ba20f { flex-direction: column-reverse; }
.g-294b72e6 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-a4651778 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-a4651778 .g-4ff14647 { margin-top: 0; }
.g-4ff14647 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-b8776dd5 { margin-right: 0; }
.g-1348c14e { margin-top: var(--size-xs); }
.g-bbc2ee24 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-294b72e6 { text-align: center; }
.g-a4651778 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-4ff14647 { align-items: center; }
.g-dabfefc5 { margin: 0 auto; }
 }

/* Block: approach::about--0 (about) */
.g-ca2d99fb { padding: 0; }
@media screen and (max-width: 1280px) { .g-5711fb1f { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-ca2d99fb { padding: 0 var(--wrapper-padding); }
.g-b6d78e68 { column-count: 1; }
.g-5711fb1f { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-b6d78e68 { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-b1522b5b { width: 60%; }
.g-ef40f079 { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-ef40f079::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-5ce2a295 { flex: 1; }
.g-ad3697ad { position: relative; height: 100%; }
.g-ad3697ad::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-38df7e20 { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-9920020a { flex-direction: column; }
.g-b1522b5b { width: 100%; }
.g-ef40f079 { flex-direction: column; }
.g-ef40f079::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-ad3697ad { display: flex; justify-content: flex-start; align-items: center; }
.g-ad3697ad::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-38df7e20 { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-b1522b5b { text-align: center; }
.g-ef40f079::before { left: 57px; }
.g-ad3697ad::before { left: 50px; }
.g-38df7e20 { font-size: 32px; flex: 0 0 75px; }
 }

/* Block: approach::text--0 (text) */
.g-86922936 { text-align: center; }

/* Block: approach::about--1 (about) */
.g-65de70ec { display: flex; align-items: center; gap: var(--size-m); }
.g-85139b6d { flex: 1; }
.g-7c698ff9 { flex: 1; }
@media screen and (max-width: 768px) { .g-65de70ec { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-7c698ff9 { text-align: center; }
 }

/* Block: approach::faq--0 (faq) */
.g-ed4d9e8d { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-13de9e17 { flex: 0 0 45%; position: relative; }
.g-931816a7 { flex: 1; position: relative; z-index: 1; }
.g-eac21ada { user-select: none; }
.g-eac21ada[open] .g-51173454 { transform: rotate(45deg); }
.g-b63f6031 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-b63f6031::-webkit-details-marker { display: none; }
.g-51173454 { 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-51173454 svg { fill: var(--color-primary); }
.g-44d1813e { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-b63f6031 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-51173454 { width: 24px; height: 24px; }
.g-51173454 svg { width: 16px; height: 16px; }
.g-44d1813e { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-ed4d9e8d { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-13de9e17 { flex: 0; }
.g-931816a7 { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-13de9e17 { text-align: center; }
.g-931816a7 { max-width: inherit; width: 100%; }
 }

/* Block: benefits::about--0 (about) */
.g-a41654c3 { display: flex; align-items: center; gap: var(--size-m); }
.g-7021ada1 { flex: 1; }
.g-edd547a6 { flex: 1; }
@media screen and (max-width: 768px) { .g-a41654c3 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-edd547a6 { text-align: center; }
 }

/* Block: benefits::highlights--0 (highlights) */
.g-178f59f7 { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); gap: var(--size-s); }
.g-707a5a32 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-707a5a32::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.g-86ad0477 { position: relative; grid-row: span 2; min-height: 350px; padding: var(--size-s) var(--size-s) var(--size-m); }
.g-e6a368d8 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-cc8ff8b0 { padding: var(--size-s) var(--size-s) var(--size-m); }
.g-7adf9bc5 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-b4ba2c39 { 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-707a5a32 { position: static; border-radius: var(--b-radius); overflow: hidden; height: auto; }
.g-707a5a32::after { display: none; }
.g-86ad0477 { border-radius: 0; padding: 0; display: flex; flex-direction: column-reverse; gap: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-178f59f7 { grid-template-columns: 1fr; grid-template-rows: auto; }
.g-86ad0477 { text-align: center; }
.g-e6a368d8 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 576px) { .g-65ca8372 { color: var(--color-text); }
.g-e6a368d8 { grid-template-columns: 1fr; }
.g-cc8ff8b0 { padding: var(--size-xs); }
.g-7adf9bc5 { flex-direction: column-reverse; justify-content: flex-start; align-items: flex-start; gap: var(--size-xs); }
 }

/* Block: benefits::about--1 (about) */
.g-64c23139 { display: flex; align-items: center; gap: var(--size-m); }
.g-052d1380 { flex: 1; }
.g-784c73ea { position: relative; padding: var(--size-m); }
.g-784c73ea::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-aa94a308 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-64c23139 { flex-direction: column; align-items: stretch; }
.g-052d1380 { flex: auto; }
.g-784c73ea { padding: var(--size-m) var(--size-s); }
.g-784c73ea::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-784c73ea { text-align: center; }
 }

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

/* Block: benefits::about--2 (about) */
.g-b9821dc5 { display: flex; align-items: center; gap: var(--size-m); }
.g-cd43285c { flex: 1; }
.g-98e9ab71 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-b9821dc5 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-4e680411 { text-align: center; }
 }