/* Block: categories-list (categories-list) */
.g-09bfe5ff { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-09bfe5ff .g-018d247b { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-09bfe5ff .g-018d247b:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-09bfe5ff .g-018d247b:hover .g-6a799193 { opacity: 1; }
.g-09bfe5ff .g-d2a2806b { position: relative; z-index: 1; }
.g-09bfe5ff .g-6a799193 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-09bfe5ff .g-e8d5d022 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-09bfe5ff .g-e8d5d022 .g-6a799193 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-018d247b { min-height: 144px; padding-bottom: 82px; }
.g-6a799193 { font-size: 72px; }
.g-e8d5d022 { padding-bottom: 120px; min-height: 159px; }
.g-e8d5d022 .g-6a799193 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-09bfe5ff { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-018d247b { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-6a799193 { font-size: 56px; right: 16px; bottom: 16px; }
.g-e8d5d022 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-e8d5d022 .g-6a799193 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-f03a930e { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-f03a930e .g-8358ea07 { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-f03a930e .g-6a1e3170 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-f03a930e { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-8358ea07 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-b00bada2 { text-align: center; }
.g-6a1e3170 { 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-44b85b5f { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-5e005e21 { display: block; }
.g-892582bf { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-8eac2ef6 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-15135f74 { width: 100%; }
@media screen and (max-width: 768px) { .g-44b85b5f { padding: var(--size-s); }
.g-892582bf { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-8eac2ef6 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-15135f74 { width: auto; }
 }@media screen and (max-width: 576px) { .g-8eac2ef6 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-1cb93037 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-853cabef { 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-853cabef.g-d50a54d8 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-c3e9a1b7 { margin-top: var(--section-padding); }
.g-64b1b043 { 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-16e23130 { max-width: 510px; }
.g-8a12aaf8 { max-width: 430px; }
.g-82521dd8 { margin-top: var(--size-xs); }
.g-1a74fd5c { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-3dbb696f { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-1ed434af { 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-1ed434af:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-c71f25bc { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-3d88613c { transform: scale(1.2); margin-right: var(--size-xs); }
.g-0ba1a0c5 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-56de3a47 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-884e010e { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-d0b3014c { 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-64b1b043 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-16e23130 { max-width: initial; }
.g-8a12aaf8 { max-width: initial; }
.g-0ba1a0c5 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-56de3a47 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-884e010e { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-d0b3014c { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-e697aed5 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-64b1b043 { gap: var(--size-m); }
.g-1a74fd5c { flex-direction: column; gap: var(--size-xxs); }
.g-3dbb696f { width: 100%; }
.g-1ed434af { width: 100%; }
.g-884e010e { 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-5f6ea140,
#header-nav-desktop .current_page_item a .g-5f6ea140,
#header-nav-dropdown .current-menu-item a .g-5f6ea140,
#header-nav-dropdown .current_page_item a .g-5f6ea140 {
    background-color: var(--color-text);
}

.g-aaffc9ea { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-a65df98e { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-29aa02cf { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-d4f17a69 { display: none; }
.g-72ea368d { font-size: 34px; margin-right: var(--size-xxs); }
.g-369cd315 { font-size: 24px; font-weight: 600; }
.g-217ea77a { -ms-overflow-style: none; scrollbar-width: none; }
.g-a84fedea { display: none; }
.g-5e9b4a6f { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-5f6ea140 { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-d797a096 { 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-d797a096:hover { transform: scale(1.05); }
.g-5b829dca { display: none; }
.g-324507ea { display: none; }
.g-c7de7a5d { display: inline; }
.g-efb00805 { display: none; }
.g-77ff5487 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-77ff5487.g-d52a4669 { display: flex; width: 100%; }
.g-01f24494 { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-01f24494 .g-5f6ea140 { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-72ea368d { font-size: 28px; }
.g-369cd315 { font-size: 20px; }
.g-5e9b4a6f { gap: var(--size-xxs); }
.g-5dab2c93 { display: none; }
.g-324507ea { display: block; }
.g-77ff5487.g-d52a4669 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-67e6053b { padding: var(--section-padding) 0; }
.g-bc936cf2 { display: flex; }
.g-51bafed3 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-89860ea7 { margin-top: var(--size-s); }
.g-516b3b72 { margin-top: var(--size-m); }
.g-f52fb38e { flex: 1; }
.g-cacaffe8 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-bc936cf2 { flex-direction: column; }
.g-51bafed3 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-cacaffe8 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-51bafed3 { padding-bottom: var(--size-m); }
.g-cacaffe8 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-0a1472d2 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-40a603d2 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-4e781cb2 { position: relative; padding: var(--size-xl) 0; }
.g-547093eb { text-align: center; }
.g-d473a7fe { text-align: center; margin-top: var(--size-s); }
.g-73284253 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-73284253 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

.g-9a7ec7d0 .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

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

.g-9a7ec7d0 .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-9a7ec7d0 .prev,
.g-9a7ec7d0 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-9a7ec7d0 .prev:hover,
.g-9a7ec7d0 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-d725c2bb { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-d725c2bb .g-42b11cfd { position: relative; text-decoration: none; }
.g-d725c2bb .g-509aa62b { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-d725c2bb .g-04d3b1df { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-d725c2bb .g-04d3b1df img { width: 100%; height: 100%; object-fit: cover; }
.g-d725c2bb .g-f018b4f9 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-d725c2bb .g-621723d4 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-d725c2bb .g-d5c1a0ff { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-d725c2bb .g-abbcff2b { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-3c8b51d0 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-3c8b51d0 .g-42b11cfd { position: relative; text-decoration: none; }
.g-3c8b51d0 .g-509aa62b { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-3c8b51d0 .g-04d3b1df { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-3c8b51d0 .g-04d3b1df img { width: 100%; height: 100%; object-fit: cover; }
.g-3c8b51d0 .g-f018b4f9 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-3c8b51d0 .g-621723d4 { 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-3c8b51d0 .g-d5c1a0ff { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-3c8b51d0 .g-abbcff2b { 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-509aa62b { 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-4c87e13c { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-4c87e13c blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-4c87e13c .g-82f6bb37 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-4c87e13c .g-6031a945 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-4c87e13c .g-a83fac40 { margin-top: var(--size-m); }
.g-4c87e13c .g-0d8aa17c { 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-4c87e13c .g-95dbb459 { display: block; text-decoration: none; }
.g-4c87e13c .g-95dbb459:hover { text-decoration: underline; }
.g-4c87e13c .g-23fc30d5 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-4c87e13c { grid-template-columns: 1fr; }
.g-4c87e13c .g-90418d1d { order: 1; }
.g-4c87e13c .g-3f467ff9 { order: 2; }
.g-4c87e13c .g-a83fac40 { margin-top: var(--size-s); }
.g-4c87e13c .g-0d8aa17c { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-fc32480f { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-3e84c7a6 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-492aed9f { display: flex; align-items: center; justify-content: center; }
.g-fe7b2168 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-9f41ead3 { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-9f41ead3:hover { filter: brightness(0.96); }
.g-11b1e1c0 { margin-top: var(--size-m); }
.g-60daac8c { margin-top: var(--size-s); margin-bottom: auto; }
.g-36e2f17d { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-fc32480f { grid-template-columns: 1fr; }
.g-3e84c7a6 { max-width: 70%; }
.g-492aed9f { max-width: 70%; display: block; }
.g-9f41ead3 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-fc32480f { gap: var(--size-m); }
.g-3e84c7a6 { max-width: 100%; }
.g-492aed9f { max-width: 100%; }
.g-60daac8c { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-d5dd79c4 { text-align: center; }
.g-9c723dba { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-3d9a7833 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-6394944a { 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-6394944a:hover { background-color: var(--color-primary); }
.g-bbf39dc4 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-9c723dba { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-f3aa5c41 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-fe43a111 { margin-top: var(--size-xl); }
.g-d93b1c8f { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-743fe488 { position: relative; display: inline-block; width: 100%; }
.g-743fe488 .g-5f921a53 { 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-743fe488 .g-a285a3ed { 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-743fe488 .g-a285a3ed:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-7de2966d { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-85c82977 { fill: var(--color-text-light); }
.g-c7e23023 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-7de2966d { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-a449f629 { padding: var(--section-padding) 0; }
.g-c4c90176 { display: flex; }
.g-3758300e { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-99742018 { margin-top: var(--size-s); }
.g-9c8b70d1 { margin-top: var(--size-m); }
.g-3aeafbe5 { flex: 1; }
.g-a7202887 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-c4c90176 { flex-direction: column; }
.g-3758300e { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-a7202887 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-3758300e { padding-bottom: var(--size-m); }
.g-a7202887 { height: auto; }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-e64257e8 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-e64257e8 .g-c1d145ac { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-e64257e8 .g-c1d145ac:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-e64257e8 .g-c1d145ac:hover .g-b8c56920 { opacity: 1; }
.g-e64257e8 .g-3cd0d204 { position: relative; z-index: 1; }
.g-e64257e8 .g-b8c56920 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-e64257e8 .g-a2fb529b { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-e64257e8 .g-a2fb529b .g-b8c56920 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-c1d145ac { min-height: 144px; padding-bottom: 82px; }
.g-b8c56920 { font-size: 72px; }
.g-a2fb529b { padding-bottom: 120px; min-height: 159px; }
.g-a2fb529b .g-b8c56920 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-e64257e8 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-c1d145ac { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-b8c56920 { font-size: 56px; right: 16px; bottom: 16px; }
.g-a2fb529b { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-a2fb529b .g-b8c56920 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-49637038 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-dc955b5a { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-f5fb38cf { display: flex; justify-content: flex-start; }
.g-c52f7a26 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-fee3ea31 { display: flex; justify-content: flex-start; align-items: center; }
.g-70eb3140 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-a3c2d93e { fill: var(--color-text); }
.g-6529e36d { stroke: var(--color-text); }
.g-550ac16c { stroke: var(--color-text); }
.g-2556899a { display: flex; flex-direction: column; }
.g-2dd2e513 { flex: 0 0 50%; height: 383px; }
.g-a59dbe1a { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-49637038 { flex-direction: column; }
.g-dc955b5a { width: 100%; flex: 0 0 auto; }
.g-f5fb38cf { flex-direction: column; }
.g-c52f7a26 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-d2383d43 { width: 100%; display: flex; justify-content: space-between; }
.g-fee3ea31 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-70eb3140 { margin-right: 0; }
.g-2556899a { margin-top: var(--size-xs); }
.g-2dd2e513 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-dc955b5a { padding: var(--size-xs); }
.g-d2383d43 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-fee3ea31 { align-items: center; }
.g-2556899a { text-align: center; }
.g-2dd2e513 { height: 370px; }
 }

/* Block: approach::about--0 (about) */
.g-7bd3c541 { padding: 0; }
@media screen and (max-width: 1280px) { .g-526e98ea { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-7bd3c541 { padding: 0 var(--wrapper-padding); }
.g-2252cc02 { column-count: 1; }
.g-526e98ea { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-2252cc02 { text-align: center; }
 }

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

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

/* Block: approach::about--1 (about) */
.g-119602a7 { padding: 0; }
@media screen and (max-width: 1280px) { .g-37dfe8f2 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-119602a7 { padding: 0 var(--wrapper-padding); }
.g-4c8e9c10 { column-count: 1; }
.g-37dfe8f2 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-4c8e9c10 { text-align: center; }
 }

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