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

/* Block: category-header (category-header) */
.g-3f5b8c16 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-3f5b8c16 .g-40f1eb7a { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-3f5b8c16 .g-227a58e5 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-40f1eb7a { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-227a58e5 { 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-97e7f388 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-85e78912 { display: block; }
.g-56caf854 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-588c7779 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-990a6dfe { width: 100%; }
@media screen and (max-width: 768px) { .g-97e7f388 { padding: var(--size-s); }
.g-56caf854 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-588c7779 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-990a6dfe { width: auto; }
 }@media screen and (max-width: 576px) { .g-588c7779 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-83d63e25 { margin-top: var(--size-m); }
.g-fdf39b7a { margin-top: var(--size-m); }
.g-e22a8cc2 { margin-top: var(--size-xl); }
.g-bb1bc86f { align-items: stretch; }
.g-8efcb4f6 { height: auto; }
.g-d184787c { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-d184787c .g-21a2e991 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-d184787c .g-298f9792 { background: var(--color-primary); transform: scale(1.2); }
.g-3732839b { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-919c14b9 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-fa6fcb10 { 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-fa6fcb10.g-d82975b2 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-25b5f4df { margin-top: var(--section-padding); }
.g-5131c475 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-7292b93e { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-7855ea15 { max-width: 524px; }
.g-11843a87 { max-width: 450px; }
.g-3ad54316 { margin-top: var(--size-xs); }
.g-b2c89485 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d8178df3 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-a89c3937 { 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-a89c3937:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-72a5edeb { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-ddf172cb { transform: scale(1.2); margin-right: var(--size-xs); }
.g-c461e72f { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-6dd3917b { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-8a0fd962 { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-7855ea15 { max-width: initial; }
.g-11843a87 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-6dd3917b { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-8a0fd962 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-53408c55 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-7292b93e { gap: var(--size-m); }
.g-b2c89485 { flex-direction: column; gap: var(--size-xxs); }
.g-d8178df3 { width: 100%; }
.g-a89c3937 { width: 100%; }
.g-6dd3917b { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    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-b5f99d44 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-bf8393d4 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-9336f649 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-f9b6687b { font-size: 34px; margin-right: var(--size-xxs); }
.g-5a2f8bb4 { font-size: 24px; font-weight: 600; }
.g-f899b4f8 { -ms-overflow-style: none; scrollbar-width: none; }
.g-d39a0fbc { display: none; }
.g-5b23227f { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-831b54c2 { 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-831b54c2:hover { opacity: 0.7; }
.g-831b54c2 svg { vertical-align: middle; fill: var(--color-text-light); }
.g-3982fdfb { display: none; }
.g-b5355246 { display: none; }
.g-4d05edfc { display: inline; }
.g-c65e3a7a { display: none; }
.g-9809b924 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-9809b924.g-54ba0a45 { display: flex; width: 100%; }
.g-73438a74 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-f9b6687b { font-size: 28px; }
.g-5a2f8bb4 { font-size: 20px; }
.g-5b23227f { gap: var(--size-xxs); }
.g-6e8242b2 { display: none; }
.g-b5355246 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-fc503c82 { padding: var(--section-padding) 0; }
.g-76096c32 { display: flex; }
.g-d12dbab6 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-3d4e054d { width: 100%; height: 100%; }
.g-c701317d { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-c7613098 { margin-top: var(--size-s); }
.g-8c59409f { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-76096c32 { flex-direction: column-reverse; }
.g-d12dbab6 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-3d4e054d { height: 350px; }
.g-c701317d { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-3d4e054d { height: auto; }
.g-c701317d { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-111893b7 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-46d2fada { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-8f1f96ed { text-align: center; margin-top: var(--size-xl); }
.g-35e77564 { text-align: center; margin-top: var(--size-s); }
.g-c4b5a364 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-8f1f96ed { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-c4b5a364 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-b08eb382 { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-2b939fc3 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-2b939fc3::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-c126ae19 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-21439d98 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-b08eb382 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-b08eb382 { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-20803a33 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-20803a33 .g-e58db0d5 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-20803a33 .g-e58db0d5:hover .g-3c963598 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-20803a33 .g-e07c9eeb { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-20803a33 .g-e07c9eeb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-20803a33 .g-e07c9eeb img { width: 100%; height: 100%; object-fit: cover; }
.g-20803a33 .g-3c963598 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-20803a33 .g-7a1a4007 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-20803a33 .g-4b768dee { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-20803a33 .g-7e7c4017 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-20803a33 .g-65d47eda { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-20803a33 .g-002b2ffc { display: flex; align-items: center; gap: 8px; }
.g-20803a33 .g-002b2ffc:hover { text-decoration: underline; }
.g-20803a33 .g-002b2ffc svg { margin-left: 8px; fill: currentColor; }
.g-20803a33 .g-e29e494a { white-space: nowrap; opacity: 0.8; }
.g-8d4c8ac1 { min-height: 600px; }
.g-8d4c8ac1 .g-e58db0d5 { padding: 48px 40px; }
.g-8d4c8ac1 .g-3c963598 { transform: none; }
@media screen and (max-width: 870px) { .g-8d4c8ac1 { min-height: 368px; }
.g-8d4c8ac1 .g-e58db0d5 { padding: 24px; }
.g-8d4c8ac1 .g-3c963598 { transform: translateY(46px); }
 }

/* 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-39fee588 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-39fee588 blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-39fee588 blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-39fee588 .g-394dc089 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-39fee588 .g-7713c030 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-39fee588 .g-3050167a { margin-top: var(--size-m); }
.g-39fee588 .g-c60addc0 { 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-39fee588 .g-a3855604 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-39fee588 .g-a3855604::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-39fee588 .g-a3855604:hover { color: var(--color-text); }
.g-39fee588 .g-c6df16f4 { font-weight: bold; }
.g-39fee588 .g-c6df16f4::before { color: var(--color-primary); background-color: currentColor; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-39fee588 { grid-template-columns: 1fr; }
.g-39fee588 .g-a0990e6b { display: none; }
.g-39fee588 .g-3050167a { margin-top: var(--size-s); }
.g-39fee588 .g-c60addc0 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-39fee588 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-39fee588 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-9a1e0e44 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-6090d9b7 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-3b5eb381 { display: flex; align-items: center; justify-content: center; }
.g-47e7866f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-406cf4dc { 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-406cf4dc:hover { filter: brightness(0.96); }
.g-7a4d54bf { margin-top: var(--size-m); }
.g-514afc75 { margin-top: var(--size-s); margin-bottom: auto; }
.g-16f8713a { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-9a1e0e44 { grid-template-columns: 1fr; }
.g-6090d9b7 { max-width: 70%; }
.g-3b5eb381 { max-width: 70%; display: block; }
.g-406cf4dc { height: 30px; }
 }@media screen and (max-width: 768px) { .g-9a1e0e44 { gap: var(--size-m); }
.g-6090d9b7 { max-width: 100%; }
.g-3b5eb381 { max-width: 100%; }
.g-514afc75 { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-6428945a { text-align: center; }
.g-cbf6e90b { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-7746a2c8 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-59ac5e02 { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-59ac5e02:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-cbf6e90b { margin-top: var(--size-m); }
.g-7746a2c8 { border-radius: var(--size-m); }
.g-59ac5e02 { width: var(--size-m); height: var(--size-m); }
 }

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

/* Block: searchform (searchform) */
.g-144b462b { position: relative; display: inline-block; width: 100%; }
.g-144b462b .g-d0bd5a1f { 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-144b462b .g-c0be350b { 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-144b462b .g-c0be350b:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-7466b6a8 { position: fixed; bottom: 0; opacity: 0; right: 35px; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 40px; height: 62px; border-radius: 20px; cursor: pointer; z-index: 4; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; }
.g-84ccf818 { fill: var(--color-text-light); }
.g-4e9fec22 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-7466b6a8 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-861d8989 { padding: var(--section-padding) 0; }
.g-e2a9cea7 { display: flex; }
.g-4c300ac1 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-9f342cc8 { width: 100%; height: 100%; }
.g-216e5c6d { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-1fb0b66a { margin-top: var(--size-s); }
.g-76610a92 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-e2a9cea7 { flex-direction: column-reverse; }
.g-4c300ac1 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-9f342cc8 { height: 350px; }
.g-216e5c6d { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-9f342cc8 { height: auto; }
.g-216e5c6d { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-abfa2783 { display: flex; position: relative; gap: var(--size-s); }
.g-abfa2783 * { flex: 1; }
.g-db967f17 { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-d02b2a52 { flex-shrink: 0; }
.g-868805a0 { grid-column: span 2; }
.g-9e659006 { user-select: none; }
.g-9e659006[open] .g-918c2305 { transform: rotate(45deg); }
.g-a6512794 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-a6512794::-webkit-details-marker { display: none; }
.g-918c2305 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-918c2305 svg { fill: var(--color-primary); }
.g-c9abd00e { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-a6512794 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-918c2305 { width: 24px; height: 24px; }
.g-918c2305 svg { width: 16px; height: 16px; }
.g-c9abd00e { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-abfa2783 { flex-direction: column; }
.g-db967f17 { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-868805a0 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-abfa2783 { text-align: center; }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-6cc0f9c6 { margin-top: var(--size-m); }
.g-44a85fd4 { margin-top: var(--size-m); }
.g-6bfd807a { margin-top: var(--size-xl); }
.g-85f67ae2 { align-items: stretch; }
.g-a5c12290 { height: auto; }
.g-d615bce5 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-d615bce5 .g-1823b89d { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-d615bce5 .g-7435cfe7 { background: var(--color-primary); transform: scale(1.2); }
.g-bde2cca2 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-88a42fac { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-e7841422 { 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-60d9e4a1 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-9c4e6f6d { display: flex; justify-content: flex-start; align-items: center; }
.g-93f7b615 { 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-1782be3e { display: flex; flex-direction: column; }
.g-174c7696 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-8fd2b137 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-88a42fac { flex-direction: column-reverse; }
.g-e7841422 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-28536989 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-28536989 .g-9c4e6f6d { margin-top: 0; }
.g-9c4e6f6d { align-items: flex-start; flex-direction: column; flex: 1; }
.g-93f7b615 { margin-right: 0; }
.g-1782be3e { margin-top: var(--size-xs); }
.g-174c7696 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-e7841422 { text-align: center; }
.g-28536989 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-9c4e6f6d { align-items: center; }
.g-35b580f1 { margin: 0 auto; }
 }

/* Block: approach::about--0 (about) */
.g-3daf461a { display: flex; align-items: center; gap: var(--size-m); }
.g-5043a145 { flex: 1; }
.g-5fc77f54 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-3daf461a { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-f6506f98 { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-46d7bcb2 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-502deab1 { flex: 1; }
.g-4bf17b6e { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-0897d798 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-secondary); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-7d49a4cf { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-46d7bcb2 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-502deab1 { text-align: center; }
.g-7d49a4cf { font-size: 32px; flex: 0 0 35px; }
 }

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

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

/* Block: expertise::about--0 (about) */
.g-03168f02 { display: flex; align-items: center; gap: var(--size-m); }
.g-04812ce6 { flex: 1; }
.g-21462aa3 { flex: 1; }
@media screen and (max-width: 768px) { .g-03168f02 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-21462aa3 { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-b3c48c14 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-388faaf5 { flex: 1; }
.g-db0d6aaf { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-6bb3e810 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-secondary); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-34bf8bd5 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-b3c48c14 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-388faaf5 { text-align: center; }
.g-34bf8bd5 { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-c7a41c77 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-165d32b4 { padding: var(--size-m); box-shadow: var(--shadow); }
.g-85c653e2 svg { fill: var(--color-text); }
@media screen and (max-width: 768px) { .g-c7a41c77 { grid-template-columns: 1fr; }
 }

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

/* Block: expertise::about--1 (about) */
.g-00024f90 { display: flex; align-items: center; gap: var(--size-m); }
.g-95b28974 { flex: 1; }
.g-ef925fb9 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-00024f90 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-0ac755d4 { text-align: center; }
 }