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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: cookie (cookie) */
.g-38d501cd { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-47e8659d { display: block; }
.g-3463cdb9 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-f7d6b2c1 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-9a5a5019 { width: 100%; }
@media screen and (max-width: 768px) { .g-38d501cd { padding: var(--size-s); }
.g-3463cdb9 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-f7d6b2c1 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-9a5a5019 { width: auto; }
 }@media screen and (max-width: 576px) { .g-f7d6b2c1 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-0ee4127c { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-51b84e05 { 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-51b84e05.g-369f276f { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-b64e78ec { margin-top: var(--section-padding); }
.g-840bd9fe { 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-543d5658 { max-width: 510px; }
.g-b92cc445 { max-width: 430px; }
.g-9f29f4d5 { margin-top: var(--size-xs); }
.g-aa1d575f { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-cf7b04eb { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-822001bb { 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-822001bb:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-0c3f2fe1 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-94297579 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-1820fa23 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-f2a1a051 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-48ac0039 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-f260b3c2 { 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-840bd9fe { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-543d5658 { max-width: initial; }
.g-b92cc445 { max-width: initial; }
.g-1820fa23 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-f2a1a051 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-48ac0039 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-f260b3c2 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-9e45e2e8 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-840bd9fe { gap: var(--size-m); }
.g-aa1d575f { flex-direction: column; gap: var(--size-xxs); }
.g-cf7b04eb { width: 100%; }
.g-822001bb { width: 100%; }
.g-48ac0039 { 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 {
    position: relative;
    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 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 {
    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 {
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a .g-91de4b97,
#header-nav-desktop .current_page_item a .g-91de4b97,
#header-nav-dropdown .current-menu-item a .g-91de4b97,
#header-nav-dropdown .current_page_item a .g-91de4b97 {
    background-color: var(--color-text);
}

.g-769da650 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-f31ac2f1 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-9ca6674d { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-f581e145 { display: none; }
.g-0827eb1e { font-size: 34px; margin-right: var(--size-xxs); }
.g-d4d017ca { font-size: 24px; font-weight: 600; }
.g-546956a1 { -ms-overflow-style: none; scrollbar-width: none; }
.g-f17f1947 { display: none; }
.g-350662c7 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-91de4b97 { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-251b7af5 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; text-align: center; background-color: transparent; }
.g-251b7af5:hover { transform: scale(1.05); }
.g-95685a2e { display: none; }
.g-07eae870 { display: none; }
.g-92d3d6bf { display: inline; }
.g-3e9e471a { display: none; }
.g-8e421ffe { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-8e421ffe.g-246829c6 { display: flex; width: 100%; }
.g-9e7de674 { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-9e7de674 .g-91de4b97 { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-0827eb1e { font-size: 28px; }
.g-d4d017ca { font-size: 20px; }
.g-350662c7 { gap: var(--size-xxs); }
.g-1820e817 { display: none; }
.g-07eae870 { display: block; }
.g-8e421ffe.g-246829c6 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-c29bf145 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-fe3285d3 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-9f17b59b { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-9f17b59b::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-017fad0f { 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-9f44b5e2 { max-width: 760px; text-align: center; }
.g-c83dce1e { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-c29bf145 { min-height: 500px; }
.g-017fad0f { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-9f44b5e2 { text-align: left; }
.g-7935626d { margin-top: var(--size-xs); }
.g-c83dce1e { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-746e61b5 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-fcf993ac { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-3e083ba2 { text-align: center; margin-top: var(--size-xl); }
.g-186536c9 { text-align: center; margin-top: var(--size-s); }
.g-ba2771ef { text-align: center; }
@media screen and (max-width: 768px) { .g-3e083ba2 { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-dce3d4f1 { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-7b4a4fcb { margin-top: var(--size-xl); text-align: center; }
.g-b9197e03 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-dce3d4f1 { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-dce3d4f1 { padding-bottom: 35px; }
.g-7b4a4fcb { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-592119ca { position: relative; overflow: hidden; height: 100%; }
.g-592119ca .g-68243dba { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-592119ca .g-8f18de91 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-592119ca .g-8f18de91 img { width: 100%; height: 100%; object-fit: cover; }
.g-592119ca .g-92813c19 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-592119ca .g-c8f15840 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-592119ca .g-c19ffced { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-592119ca .g-a6172b89 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-592119ca .g-0b34dbf7 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-592119ca .g-3ae7216e { display: flex; align-items: center; gap: 8px; }
.g-592119ca .g-3ae7216e:hover { text-decoration: underline; }
.g-592119ca .g-6d6d2fd6 { white-space: nowrap; opacity: 0.8; }
.g-592119ca .g-6c4bcaa3 { margin-top: var(--size-s); }
.g-592119ca .g-bdc70443 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-fb5e87ec { position: relative; overflow: hidden; height: 100%; }
.g-fb5e87ec .g-68243dba { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-fb5e87ec .g-8f18de91 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-fb5e87ec .g-8f18de91 img { width: 100%; height: 100%; object-fit: cover; }
.g-fb5e87ec .g-92813c19 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-fb5e87ec .g-c8f15840 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-fb5e87ec .g-c19ffced { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-fb5e87ec .g-a6172b89 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-fb5e87ec .g-0b34dbf7 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-fb5e87ec .g-6c4bcaa3 { margin-top: 16px; }
.g-fb5e87ec .g-bdc70443 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-c8f15840 { gap: 0 4px; }
.g-fcaabd28 { flex-direction: column-reverse; }
.g-473e84c6 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-d0c5b46a { 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-0d47d157 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-0d47d157 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-0d47d157 .g-8fbf3d37 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-0d47d157 .g-6fe580b7 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-0d47d157 .g-d709d27e { margin-top: var(--size-m); }
.g-0d47d157 .g-f415bd0a { 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-0d47d157 .g-5d3eecd2 { display: block; text-decoration: none; }
.g-0d47d157 .g-5d3eecd2:hover { text-decoration: underline; }
.g-0d47d157 .g-bff409c1 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-0d47d157 { grid-template-columns: 1fr; }
.g-0d47d157 .g-694d523f { display: none; }
.g-0d47d157 .g-d709d27e { margin-top: var(--size-s); }
.g-0d47d157 .g-f415bd0a { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-0d47d157 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-d9825031 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-889e03ba { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-3adfd5ea { text-decoration: none; }
.g-3adfd5ea:hover { text-decoration: underline; }
.g-a59506aa { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-9d2d8890 { margin-top: var(--size-s); }
.g-c251e7be { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-d9825031 { gap: var(--size-xs); }
.g-a59506aa { margin-top: var(--size-s); }
.g-c251e7be { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-36c03c3b { text-align: center; }
.g-26dcab06 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-be1d09f3 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-fc92909d { 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-fc92909d:hover { background-color: var(--color-primary); }
.g-fb166730 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-26dcab06 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-8c0d3127 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-f758336f { margin-top: var(--size-xl); }
.g-854fc71a { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-4360dd6c { position: relative; display: inline-block; width: 100%; }
.g-4360dd6c .g-38fbc848 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-4360dd6c .g-75113c27 { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-4360dd6c .g-75113c27:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-61873d0d { 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-61873d0d svg { fill: var(--color-text-light); }
.g-67750cd6 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-61873d0d { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-726eccbc { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-74117525 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-361aeec4 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-361aeec4::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-fcba5534 { 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-70c59905 { max-width: 760px; text-align: center; }
.g-3fabaa8d { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-726eccbc { min-height: 500px; }
.g-fcba5534 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-70c59905 { text-align: left; }
.g-752226d8 { margin-top: var(--size-xs); }
.g-3fabaa8d { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-e65b9a4d { display: flex; align-items: center; gap: var(--size-m); }
.g-5af87de4 { flex: 1; }
.g-5ab6c643 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-e65b9a4d { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-30468fef { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-10ca1e06 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-0598d07b { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-a7ec6018 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-7d4930f6 { display: none; }
.g-898d7fd6 { width: 100%; }
.g-11098be7 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-460a566c { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-7491dc93 { 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-8399c726 { fill: var(--color-text); }
.g-65263bc0 { stroke: var(--color-text); }
.g-9c50b04b { stroke: var(--color-text); }
.g-9a6ab0f0 { display: flex; flex-direction: column; }
.g-36ea0edc { width: 100%; height: 300px; }
.g-46bdd9e6 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-10ca1e06 { flex-direction: column-reverse; }
.g-0598d07b { flex-direction: column-reverse; justify-content: flex-start; }
.g-a7ec6018 { flex: 1; }
.g-209cf0fa { display: none; }
.g-7d4930f6 { display: block; text-align: center; }
.g-11098be7 { justify-content: space-evenly; }
.g-36ea0edc { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-0598d07b { width: 100%; }
 }@media screen and (max-width: 768px) { .g-7491dc93 { margin-right: 0; }
.g-9a6ab0f0 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-0598d07b { text-align: center; }
.g-a7ec6018 { padding: var(--size-s); }
.g-11098be7 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-460a566c { flex: inherit; align-items: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-50e88b09 { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-61ced719 { padding: 0 var(--wrapper-padding); }
.g-e90e874d { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-e90e874d::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-a3da89cc { width: 50%; }
.g-5e611414 { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-5b3c8eae { flex: 1; }
.g-452f7da0 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f0665b5d { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-efc314a8 { padding: var(--section-padding); 0 }
.g-50e88b09 { padding: 0; min-height: auto; gap: var(--size-m); }
.g-61ced719 { display: flex; flex-direction: column-reverse; }
.g-e90e874d { position: relative; margin-top: var(--size-m); }
.g-e90e874d::after { display: none; }
.g-a3da89cc { width: 100%; color: var(--color-text-dark); }
.g-5b3c8eae { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-452f7da0 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-a3da89cc { text-align: center; }
.g-5e611414 { flex-direction: column; }
.g-5b3c8eae { flex: auto; text-align: center; }
.g-452f7da0 { align-items: center; }
 }

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

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

/* Block: approach::process--0 (process) */
.g-3cffc6af { width: 60%; }
.g-cd80e61a { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-40b83622 { flex: 1; }
.g-04928c8e { position: relative; }
.g-04928c8e::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-0caacb73::before { display: none; }
@media screen and (max-width: 870px) { .g-526646f2 { flex-direction: column; }
.g-3cffc6af { width: 100%; }
.g-cd80e61a { display: grid; grid-template-columns: 1fr 1fr; }
.g-cd80e61a::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-cd80e61a::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-04928c8e::before { display: none; }
 }@media screen and (max-width: 576px) { .g-3cffc6af { text-align: center; }
.g-cd80e61a { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-cd80e61a::before { display: none; }
.g-cd80e61a::after { display: none; }
.g-04928c8e::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-0caacb73::before { display: none; }
 }

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

/* Block: approach::faq--0 (faq) */
.g-c39dc212 { position: relative; gap: var(--size-s); }
.g-c39dc212 * { flex: 1; }
.g-45e0ad35 { width: 80%; margin-inline: auto; }
.g-7cc1ee7c { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-c5fb1cac { user-select: none; }
.g-c5fb1cac[open] .g-fe63186c { transform: scaleY(1); }
.g-2707e2a0 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-2707e2a0::-webkit-details-marker { display: none; }
.g-fe63186c { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-fe63186c svg { fill: var(--color-primary); }
.g-723ed5ef { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-2707e2a0 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-723ed5ef { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-c39dc212 { flex-direction: column; }
.g-45e0ad35 { width: 100%; margin-top: var(--size-m); }
.g-7cc1ee7c { margin-right: var(--size-s); }
 }