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

/* Block: category-header (category-header) */
.g-a4e83532 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-a4e83532 .g-a5fd1e1e { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-a4e83532 .g-891e883f { font-size: 80px; }
.g-a4e83532 .g-a78f21ec { margin-top: var(--size-xs); }
.g-a4e83532 .g-67533de4 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-a5fd1e1e { padding: var(--size-xs); }
.g-891e883f { font-size: 64px; }
.g-67533de4 { 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-b1941924 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-b695531b { display: block; }
.g-1c30393d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-a94c8962 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-394b459b { width: 100%; }
@media screen and (max-width: 768px) { .g-b1941924 { padding: var(--size-s); }
.g-1c30393d { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-a94c8962 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-394b459b { width: auto; }
 }@media screen and (max-width: 576px) { .g-a94c8962 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-43f0ffb7 { display: grid; grid-template-columns: minmax(0, 1fr) 564px; gap: var(--size-s); align-items: start; }
.g-08ee8bb9 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-3da13aa9 { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-70aa73b3 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-43f0ffb7 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-43f0ffb7 { grid-template-columns: 1fr; gap: var(--size-l); }
 }@media screen and (max-width: 576px) { .g-08ee8bb9 { gap: var(--size-xs); }
 }

/* Block: footer (footer) */
.g-fbb05cac { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-23767696 { 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-23767696.g-fb89773f { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-54420334 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-7568575b { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-f004ece3 { max-width: 563px; }
.g-7faaa3ff { max-width: 465px; }
.g-49f38417 { margin-top: var(--size-xs); }
.g-ddcb6166 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-9d456adb { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-17535620 { 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-17535620:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-3002a079 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-967c7509 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-3bc13f10 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-2c0ed077 { display: flex; justify-content: space-between; align-items: center; }
.g-8e1b69ab { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-0727946a { 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-f004ece3 { max-width: 550px; }
.g-7faaa3ff { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-2c0ed077 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-8e1b69ab { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-0727946a { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-2d5b5ed2 { order: 3; }
 }@media screen and (max-width: 576px) { .g-7568575b { gap: var(--size-m); }
.g-ddcb6166 { flex-direction: column; gap: var(--size-xxs); }
.g-9d456adb { width: 100%; }
.g-17535620 { width: 100%; }
.g-8e1b69ab { 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;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color 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-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#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-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-17a070ea { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-9a964430 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-bc590c34 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-e64da79b { font-size: 34px; margin-right: var(--size-xxs); }
.g-6f809ee5 { font-size: 24px; font-weight: 600; }
.g-c7bddd72 { -ms-overflow-style: none; scrollbar-width: none; }
.g-270c8b72 { display: none; }
.g-97e1c267 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-7d307e8a { cursor: pointer; border: 0; padding: var(--size-xxs); transition: 0.3s opacity ease-in-out; width: 56px; height: 56px; border-radius: var(--size-xl); text-align: center; background-color: var(--color-primary); }
.g-7d307e8a:hover { opacity: 0.7; }
.g-7d307e8a svg { vertical-align: middle; fill: var(--color-text-light); }
.g-7bff4f7e { display: none; }
.g-952a682e { display: none; }
.g-96b58afa { display: inline; }
.g-9a5915ca { display: none; }
.g-1d5f27e0 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-1d5f27e0.g-988ed80d { display: flex; width: 100%; }
.g-7c75624b { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-e64da79b { font-size: 28px; }
.g-6f809ee5 { font-size: 20px; }
.g-97e1c267 { gap: var(--size-xxs); }
.g-b7f1dfd3 { display: none; }
.g-952a682e { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-c8b8dac3 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-9882458c { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-b1db61eb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-b1db61eb::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-31e6a3d1 { 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-b2d4da8e { max-width: 760px; text-align: center; }
.g-788c2fa4 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-c8b8dac3 { min-height: 500px; }
.g-31e6a3d1 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-b2d4da8e { text-align: left; }
.g-86ef1904 { margin-top: var(--size-xs); }
.g-788c2fa4 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-68e1c5f6 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-c21e4ae7 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-b196bb96 { text-align: center; margin-top: var(--size-xl); }
.g-848a76ab { text-align: center; margin-top: var(--size-s); }
.g-4bfa94d9 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-b196bb96 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-4bfa94d9 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

.g-622ee45c .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-622ee45c .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-622ee45c .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-622ee45c .prev,
.g-622ee45c .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

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

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

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

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

/* Block: post-card (post-card) */
.g-7d664855 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-7d664855 .g-b71ba166 { position: relative; text-decoration: none; }
.g-7d664855 .g-07a0c846 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-7d664855 .g-1e04b68a { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-7d664855 .g-1e04b68a img { width: 100%; height: 100%; object-fit: cover; }
.g-7d664855 .g-3c37d74a { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-7d664855 .g-0277f9a0 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-7d664855 .g-eb8a36c0 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-7d664855 .g-aa96d1ec { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-2aa5dbe4 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-2aa5dbe4 .g-b71ba166 { position: relative; text-decoration: none; }
.g-2aa5dbe4 .g-07a0c846 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-2aa5dbe4 .g-1e04b68a { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-2aa5dbe4 .g-1e04b68a img { width: 100%; height: 100%; object-fit: cover; }
.g-2aa5dbe4 .g-3c37d74a { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-2aa5dbe4 .g-0277f9a0 { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-2aa5dbe4 .g-eb8a36c0 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-2aa5dbe4 .g-aa96d1ec { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-07a0c846 { gap: 0 4px; }
 }

/* 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-06b89d93 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-06b89d93 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-06b89d93 .g-50de60e9 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-06b89d93 .g-d3e49ab4 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-06b89d93 .g-34bb008d { margin-top: var(--size-m); }
.g-06b89d93 .g-ef264254 { 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-06b89d93 .g-d6f825e5 { display: block; text-decoration: none; }
.g-06b89d93 .g-d6f825e5:hover { text-decoration: underline; }
.g-06b89d93 .g-b20d3327 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-06b89d93 { grid-template-columns: 1fr; }
.g-06b89d93 .g-a3bd4ec2 { order: 1; }
.g-06b89d93 .g-93836c5c { order: 2; }
.g-06b89d93 .g-34bb008d { margin-top: var(--size-s); }
.g-06b89d93 .g-ef264254 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-fba36efe { position: relative; height: 800px; }
.g-41cafb75 { height: 100%; display: flex; flex-direction: column; }
.g-afde8f3e { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-afde8f3e::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-35a85e0f { width: 100%; height: 100%; }
.g-9ab7ccda { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-dcacc231 { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-c3d1d07a { text-decoration: none; }
.g-c3d1d07a:hover { text-decoration: underline; }
.g-5e730a71 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-330099e3 { margin-top: var(--size-m); }
.g-01479e94 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-dcacc231 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-330099e3 { margin-top: var(--size-s); }
.g-01479e94 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-fba36efe { height: 700px; }
.g-9ab7ccda { width: 95%; }
.g-dcacc231 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-35a85e0f { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-4ee3dffa { text-align: center; }
.g-759601fe { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-c1debbd6 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-acbec98b { 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-acbec98b:hover { background-color: var(--color-primary); }
.g-374f9825 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-759601fe { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-7aaafca7 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-7aaafca7 .g-3b641702 { margin-top: var(--size-m); max-width: 600px; }
.g-c659318f { margin-top: var(--size-xl); }
.g-da6a0a11 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-7aaafca7 { padding: var(--size-s); }
 }

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

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

/* Block: front-page::hero-search (hero-search) */
.g-9327e272 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-51f9838a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-944eda27 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-944eda27::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-8b3efac3 { 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-8784c051 { max-width: 760px; text-align: center; }
.g-71aab513 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-9327e272 { min-height: 500px; }
.g-8b3efac3 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-8784c051 { text-align: left; }
.g-4ed1ddd2 { margin-top: var(--size-xs); }
.g-71aab513 { margin-top: var(--size-s); }
 }

/* Block: front-page::text--0 (text) */
.g-a55587dc { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-da34ee1e { text-align: center; }
.g-a55587dc { column-count: 1; }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-8dcd67aa { display: grid; grid-template-columns: minmax(0, 1fr) 564px; gap: var(--size-s); align-items: start; }
.g-0ff8b3aa { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-a2fb07ad { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-dcc34c82 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-8dcd67aa { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-8dcd67aa { grid-template-columns: 1fr; gap: var(--size-l); }
 }@media screen and (max-width: 576px) { .g-0ff8b3aa { gap: var(--size-xs); }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-4da821f4 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-27777436 { 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-f7a5aae9 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-2bbda571 { display: flex; justify-content: flex-start; align-items: center; }
.g-a5845743 { 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-f339c732 { display: flex; flex-direction: column; }
.g-8e758a4f { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-d4dde310 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-4da821f4 { flex-direction: column-reverse; }
.g-27777436 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-5bd64916 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-5bd64916 .g-2bbda571 { margin-top: 0; }
.g-2bbda571 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-a5845743 { margin-right: 0; }
.g-f339c732 { margin-top: var(--size-xs); }
.g-8e758a4f { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-27777436 { text-align: center; }
.g-5bd64916 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-2bbda571 { align-items: center; }
.g-42063527 { margin: 0 auto; }
 }

/* Block: about-page::about--0 (about) */
.g-ad2ed967 { padding: 0; }
@media screen and (max-width: 1280px) { .g-1a7530f1 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-ad2ed967 { padding: 0 var(--wrapper-padding); }
.g-6fa74f64 { column-count: 1; }
.g-1a7530f1 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-6fa74f64 { text-align: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-fdc2852f { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-adc2ba4f { flex: 1; }
.g-87a0fe82 { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-d46817b6 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-a1587abd { 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-fdc2852f { flex-direction: column; gap: var(--size-m); }
.g-adc2ba4f { text-align: center; }
 }@media screen and (max-width: 576px) { .g-87a0fe82 { gap: var(--size-s); }
.g-d46817b6 { flex-direction: column; gap: var(--size-xxs); }
 }

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-73c8002e { 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-6e4b74cf { width: 50%; }
.g-b925bb83 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-8aa134f5 { padding: var(--size-s) var(--size-m); }
.g-e26dd861 { transform: scale(1.2); }
.g-5ae0a75f { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-bb323e7f svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-73c8002e { padding: 20px 20px 10px; }
.g-e26dd861 { transform: none; }
 }@media screen and (max-width: 768px) { .g-6e4b74cf { width: 100%; }
 }@media screen and (max-width: 576px) { .g-73c8002e { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-b925bb83 { text-align: center; }
 }

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

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