/* Block: categories-list (categories-list) */
.g-3c45e34c { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-3c45e34c .g-32a833ad { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-3c45e34c .g-32a833ad:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-ae1f57b6 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-ae1f57b6 .g-9be2cda8 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-ae1f57b6 .g-b5321d79 { font-size: 80px; }
.g-ae1f57b6 .g-d05de098 { margin-top: var(--size-xs); }
.g-ae1f57b6 .g-4706a1af { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-9be2cda8 { padding: var(--size-xs); }
.g-b5321d79 { font-size: 64px; }
.g-4706a1af { 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-966ccf69 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-78559ad6 { display: block; }
.g-6f1cfa62 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-99cc27c5 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-a2ad4dcc { width: 100%; }
@media screen and (max-width: 768px) { .g-966ccf69 { padding: var(--size-s); }
.g-6f1cfa62 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-99cc27c5 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-a2ad4dcc { width: auto; }
 }@media screen and (max-width: 576px) { .g-99cc27c5 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-1341b95a { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-s); align-items: start; }
.g-6b3666fa { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-91b56c35 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-1341b95a { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-1341b95a { grid-template-columns: 1fr; gap: var(--size-l); }
 }

/* Block: footer (footer) */
.g-3c924509 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-d7d8b667 { 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-d7d8b667.g-f944c662 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-94d88125 { margin-top: var(--section-padding); }
.g-8222fcfb { 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-7b441c46 { max-width: 510px; }
.g-319cfaa9 { max-width: 430px; }
.g-1d3180c8 { margin-top: var(--size-xs); }
.g-31162149 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-15d4d345 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-e0b048fc { 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-e0b048fc:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-cb48a345 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-ac5d97b2 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-32143408 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-35222649 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-e19f950e { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-e373f0a5 { 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-8222fcfb { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-7b441c46 { max-width: initial; }
.g-319cfaa9 { max-width: initial; }
.g-32143408 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-35222649 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-e19f950e { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-e373f0a5 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-a5c44964 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-8222fcfb { gap: var(--size-m); }
.g-31162149 { flex-direction: column; gap: var(--size-xxs); }
.g-15d4d345 { width: 100%; }
.g-e0b048fc { width: 100%; }
.g-e19f950e { flex-direction: column; align-items: flex-start; }
 }

/* 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-1a24417a { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-82eb7258 { 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-981133c5 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-f118129c { font-size: 34px; margin-right: var(--size-xxs); }
.g-5db5f1b5 { font-size: 24px; font-weight: 600; }
.g-700aeb54 { -ms-overflow-style: none; scrollbar-width: none; }
.g-1553249b { display: none; }
.g-70872a6f { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-c4f12ee9 { 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-c4f12ee9:hover { transform: scale(1.05); }
.g-c4f12ee9 svg { fill: var(--color-text-light); }
.g-7d1195ca { display: none; }
.g-27298275 { display: none; }
.g-d8f3a76d { display: inline; }
.g-2a0d537f { display: none; }
.g-1921eb56 { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-1921eb56.g-1d95a792 { display: flex; width: 100%; }
.g-7a55b5b1 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-f118129c { font-size: 28px; }
.g-5db5f1b5 { font-size: 20px; }
.g-70872a6f { gap: var(--size-xxs); }
.g-c6f0535c { display: none; }
.g-27298275 { display: block; }
.g-1921eb56.g-1d95a792 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-f9290dd5 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-47f0ce10 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-b1104d4f { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-b1104d4f::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-527f351f { 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-7ec22391 { max-width: 760px; text-align: center; }
.g-7f55f1b3 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-f9290dd5 { min-height: 500px; }
.g-527f351f { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-7ec22391 { text-align: left; }
.g-5a4b3a71 { margin-top: var(--size-xs); }
.g-7f55f1b3 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-35d86946 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-44307ef3 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-de7cc4ef { position: relative; padding: var(--size-xl) 0; }
.g-6e4d26f3 { text-align: center; }
.g-f196ea34 { text-align: center; margin-top: var(--size-s); }
.g-05d345c0 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-05d345c0 { flex-direction: column; gap: var(--size-xs); }
 }

/* Block: page-content (page-content) */
.g-1409d41e { 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-1409d41e { padding: var(--size-xs); }
 }

/* Block: page-header (page-header) */
.g-ab940c71 { padding: var(--size-m) 0 50px; }
.g-ee39890a { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-24903899 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-ee39890a { margin-top: var(--size-xs); }
 }

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

.g-2d3a1cb3 .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-2d3a1cb3 .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

.g-2d3a1cb3 .prev {
    left: 0;
    transform: translateX(calc(-100% - 44px));
    color: var(--color-secondary);
}

.g-2d3a1cb3 .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-2d3a1cb3 .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-2d3a1cb3 .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

.g-2d3a1cb3 .prev,
.g-2d3a1cb3 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

.g-2d3a1cb3 .prev,
.g-2d3a1cb3 .next,
.g-2d3a1cb3 .current {
    box-shadow: 0px 0px 0px 1px var(--color-text);
}

@media screen and (max-width: 768px) {
    .g-2d3a1cb3 .prev,
    .g-2d3a1cb3 .next {
        position: static;
        margin-top: 0;
        transform: none;
    }
}

@media screen and (max-width: 576px) {
    .g-2d3a1cb3 .prev::before,
    .g-2d3a1cb3 .next::after {
        display: none;
    }
}

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

/* Block: post-card (post-card) */
.g-71a0877d { position: relative; overflow: hidden; height: 100%; }
.g-71a0877d .g-cbcef95e { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-71a0877d .g-d3564276 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-71a0877d .g-d3564276 img { width: 100%; height: 100%; object-fit: cover; }
.g-71a0877d .g-ee52dcb9 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-71a0877d .g-dabcbeae { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-71a0877d .g-c5e1b81d { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-71a0877d .g-47d27c8d { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-71a0877d .g-ce50868f { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-71a0877d .g-6e01bc03 { display: flex; align-items: center; gap: 8px; }
.g-71a0877d .g-6e01bc03:hover { text-decoration: underline; }
.g-71a0877d .g-bd82dc6c { white-space: nowrap; opacity: 0.8; }
.g-71a0877d .g-7ed634be { margin-top: var(--size-s); }
.g-71a0877d .g-352c151b { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-925a7a26 { position: relative; overflow: hidden; height: 100%; }
.g-925a7a26 .g-cbcef95e { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-925a7a26 .g-d3564276 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-925a7a26 .g-d3564276 img { width: 100%; height: 100%; object-fit: cover; }
.g-925a7a26 .g-ee52dcb9 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-925a7a26 .g-dabcbeae { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-925a7a26 .g-c5e1b81d { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-925a7a26 .g-47d27c8d { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-925a7a26 .g-ce50868f { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-925a7a26 .g-7ed634be { margin-top: 16px; }
.g-925a7a26 .g-352c151b { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-dabcbeae { gap: 0 4px; }
.g-74be9c54 { flex-direction: column-reverse; }
.g-e7e82b60 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-18609fde { width: 100%; }
 }

/* 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-984d45a3 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-984d45a3 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-984d45a3 blockquote::before { content: ''; position: absolute; top: 8px; left: 8px; display: inline-flex; width: 22px; height: 19px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); box-shadow: 0 0 0 9999px var(--color-surface); }
.g-984d45a3 blockquote::after { content: ''; position: absolute; bottom: 8px; right: 8px; display: inline-flex; width: 22px; height: 19px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); }
.g-984d45a3 .g-ebb69fa5 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-984d45a3 .g-31e18a97 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-984d45a3 .g-71a21c56 { margin-top: var(--size-s); }
.g-984d45a3 .g-d88c78ac { margin-top: var(--size-s); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-984d45a3 .g-3b6e675d { display: block; text-decoration: none; }
.g-984d45a3 .g-3b6e675d:hover { text-decoration: underline; }
.g-984d45a3 .g-245d1635 { position: relative; color: var(--color-text); font-weight: bold; }
.g-984d45a3 .g-245d1635::before { content: ''; position: absolute; top: 0; left: calc((var(--size-s) + 8px) * -1); background-color: var(--color-primary); display: block; width: 16px; height: 16px; border-radius: 50%; }
@media screen and (max-width: 1024px) { .g-984d45a3 { grid-template-columns: 1fr; }
.g-984d45a3 .g-30b154c5 { order: 1; }
.g-984d45a3 .g-486b2cbd { order: 2; }
.g-984d45a3 .g-71a21c56 { margin-top: var(--size-xs); }
.g-984d45a3 .g-d88c78ac { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-984d45a3 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-6476e9f2 { position: relative; }
.g-acc25ddd { width: 100%; }
.g-4ce6fda4 { position: relative; display: flex; flex-direction: column; }
.g-bff4ff3b { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-bff4ff3b::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-012aa7d9 { width: 100%; height: 100%; }
.g-46f406d6 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-d908d7d2 { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-26aa9f1b { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-7ce61c84 { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-7ce61c84:hover { text-decoration: underline; }
.g-4ebd2cbf { margin-top: var(--size-m); }
.g-0541fa5e { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-4ce6fda4 { padding-bottom: 40px; }
.g-26aa9f1b { gap: var(--size-xxs); }
.g-7ce61c84 { height: 31px; padding: 8px 16px; }
.g-4ebd2cbf { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-d908d7d2 { padding-bottom: 0; }
.g-7ce61c84 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-4ce6fda4 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-012aa7d9 { aspect-ratio: auto; height: 100%; }
.g-d908d7d2 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-f8902d58 { text-align: center; }
.g-24ce5989 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-7d7d326f { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-96f7545b { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-96f7545b:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-24ce5989 { margin-top: var(--size-m); }
.g-7d7d326f { border-radius: var(--size-m); }
.g-96f7545b { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-4452c551 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-4452c551 .g-2651d968 { margin-top: var(--size-m); max-width: 600px; }
.g-551bff4b { margin-top: var(--size-xl); }
.g-962011f1 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-4452c551 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-b9feecec { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-b9feecec .g-eb127ff9 { 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-b9feecec .g-88c8159f { 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-b9feecec .g-88c8159f:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-6840200c { 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-6840200c svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-6840200c { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-6f7e68e5 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-67fd8c9b { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-85704fa8 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-85704fa8::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-d09ef3ec { 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-b5a3c01d { max-width: 760px; text-align: center; }
.g-75bb920c { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-6f7e68e5 { min-height: 500px; }
.g-d09ef3ec { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-b5a3c01d { text-align: left; }
.g-23d3fb29 { margin-top: var(--size-xs); }
.g-75bb920c { margin-top: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-35ba1d84 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-35ba1d84 .g-d2acb316 { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-35ba1d84 .g-d2acb316:hover { filter: brightness(0.96); }

/* Block: front-page::featured-posts (featured-posts) */
.g-9590213c { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-s); align-items: start; }
.g-6201bae6 { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-5bdc26a3 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-9590213c { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-9590213c { grid-template-columns: 1fr; gap: var(--size-l); }
 }

/* Block: front-page::page-content--0 (page-content) */
.g-19e8e38c { 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-19e8e38c { padding: var(--size-xs); }
 }

/* Block: contacts-page::page-content--0 (page-content) */
.g-7e9ecf2c { 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-7e9ecf2c { padding: var(--size-xs); }
 }

/* Block: contacts-page::form--0 (form) */
.g-c537428c { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-38264972 { 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-d9aa4a5b { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-612fac06 { display: flex; justify-content: flex-start; align-items: center; }
.g-bc092892 { 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-98225ac4 { display: flex; flex-direction: column; }
.g-feb05fd7 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-d0288c2a { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-c537428c { flex-direction: column-reverse; }
.g-38264972 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-4f7d5fb4 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-4f7d5fb4 .g-612fac06 { margin-top: 0; }
.g-612fac06 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-bc092892 { margin-right: 0; }
.g-98225ac4 { margin-top: var(--size-xs); }
.g-feb05fd7 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-38264972 { text-align: center; }
.g-4f7d5fb4 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-612fac06 { align-items: center; }
.g-f99cf061 { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-29bfd96c { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); gap: var(--size-s); }
.g-af639377 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-af639377::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.g-b7a086fb { position: relative; grid-row: span 2; min-height: 350px; padding: var(--size-s) var(--size-s) var(--size-m); }
.g-a2cbe0fc { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-c1abf229 { padding: var(--size-s) var(--size-s) var(--size-m); }
.g-561660cb { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-9054bc97 { 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-af639377 { position: static; border-radius: var(--b-radius); overflow: hidden; height: auto; }
.g-af639377::after { display: none; }
.g-b7a086fb { border-radius: 0; padding: 0; display: flex; flex-direction: column-reverse; gap: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-29bfd96c { grid-template-columns: 1fr; grid-template-rows: auto; }
.g-b7a086fb { text-align: center; }
.g-a2cbe0fc { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 576px) { .g-2fbdc29a { color: var(--color-text); }
.g-a2cbe0fc { grid-template-columns: 1fr; }
.g-c1abf229 { padding: var(--size-xs); }
.g-561660cb { flex-direction: column-reverse; justify-content: flex-start; align-items: flex-start; gap: var(--size-xs); }
 }

/* Block: about-page::page-content--0 (page-content) */
.g-293fd224 { 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-293fd224 { padding: var(--size-xs); }
 }