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

/* Block: category-header (category-header) */
.g-6902d033 { 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-6902d033 .g-14edb2ad { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-6902d033 .g-e7b9d5f2 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-14edb2ad { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-e7b9d5f2 { 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-c14125d7 { display: none; position: fixed; bottom: 30px; left: var(--wrapper-padding); width: calc(100% - var(--wrapper-padding) * 2); max-width: 600px; padding: var(--size-m); z-index: 3; }
.g-6ab57e6c { display: block; }
.g-6d048d4d { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-c14125d7 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-6d048d4d { gap: var(--size-xxs); }
.g-9faebe69 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-677a33a5 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-63839df9 { 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-63839df9.g-f0513949 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-aaeb8e3c { margin-top: var(--section-padding); }
.g-60ab7515 { 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-76f86743 { max-width: 510px; }
.g-6f6748e1 { max-width: 430px; }
.g-648a3c58 { margin-top: var(--size-xs); }
.g-9be236c1 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d224b03d { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-5f111226 { 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-5f111226:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-98a0f66c { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-1c9af68d { transform: scale(1.2); margin-right: var(--size-xs); }
.g-a32664b9 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-33bf3e19 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-b67ab9d9 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-4a1d9943 { 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-60ab7515 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-76f86743 { max-width: initial; }
.g-6f6748e1 { max-width: initial; }
.g-a32664b9 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-33bf3e19 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-b67ab9d9 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-4a1d9943 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-424aa177 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-60ab7515 { gap: var(--size-m); }
.g-9be236c1 { flex-direction: column; gap: var(--size-xxs); }
.g-d224b03d { width: 100%; }
.g-5f111226 { width: 100%; }
.g-b67ab9d9 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-be616348 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-660a3a75 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-ea624e61 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-939193d1 { font-size: 34px; margin-right: var(--size-xxs); }
.g-fcd2ad11 { font-size: 24px; font-weight: 600; }
.g-6651526b { -ms-overflow-style: none; scrollbar-width: none; }
.g-fba1ab53 { display: none; }
.g-98229ff2 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-1128b8f0 { 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-1128b8f0:hover { opacity: 0.7; }
.g-1128b8f0 svg { vertical-align: middle; fill: var(--color-text-light); }
.g-a4ce24b9 { display: none; }
.g-d7cff5fc { display: none; }
.g-ef1d9d00 { display: inline; }
.g-c8fca63e { display: none; }
.g-b94a6b58 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-b94a6b58.g-19d6ba55 { display: flex; width: 100%; }
.g-f43725fc { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-939193d1 { font-size: 28px; }
.g-fcd2ad11 { font-size: 20px; }
.g-98229ff2 { gap: var(--size-xxs); }
.g-123d3fd8 { display: none; }
.g-d7cff5fc { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-27b3613d { padding: var(--section-padding) 0; }
.g-26690c79 { display: flex; }
.g-fc106df9 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-871e8c71 { margin-top: var(--size-s); }
.g-9419d46f { margin-top: var(--size-m); }
.g-21e33fb7 { flex: 1; }
.g-0b4867cf { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-26690c79 { flex-direction: column; }
.g-fc106df9 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-0b4867cf { height: 400px; }
 }@media screen and (max-width: 576px) { .g-fc106df9 { padding-bottom: var(--size-m); }
.g-0b4867cf { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-8ad381c1 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-60bc7775 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-4844fde3 { text-align: center; margin-top: var(--size-xl); }
.g-b6f9b30c { text-align: center; margin-top: var(--size-s); }
.g-bb5873bd { text-align: center; }
@media screen and (max-width: 768px) { .g-4844fde3 { margin-top: var(--size-m); }
 }

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-617042f3 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-617042f3 .g-ecce846f { position: relative; text-decoration: none; }
.g-617042f3 .g-b6513bc3 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-617042f3 .g-b43dbed4 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-617042f3 .g-b43dbed4 img { width: 100%; height: 100%; object-fit: cover; }
.g-617042f3 .g-6b60aafb { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-617042f3 .g-0e52d2a7 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-617042f3 .g-c77cc674 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-617042f3 .g-d6155412 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-3eaa953c { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-3eaa953c .g-ecce846f { position: relative; text-decoration: none; }
.g-3eaa953c .g-b6513bc3 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-3eaa953c .g-b43dbed4 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-3eaa953c .g-b43dbed4 img { width: 100%; height: 100%; object-fit: cover; }
.g-3eaa953c .g-6b60aafb { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-3eaa953c .g-0e52d2a7 { 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-3eaa953c .g-c77cc674 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-3eaa953c .g-d6155412 { 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-b6513bc3 { 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-9291a927 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-9291a927 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-9291a927 .g-b48beaff { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-9291a927 .g-47f333ef { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-9291a927 .g-7c134dd1 { margin-top: var(--size-m); }
.g-9291a927 .g-5f00c1f1 { 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-9291a927 .g-1f5a99ab { display: block; text-decoration: none; }
.g-9291a927 .g-1f5a99ab:hover { text-decoration: underline; }
.g-9291a927 .g-e5d33cf1 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-9291a927 { grid-template-columns: 1fr; }
.g-9291a927 .g-893ed1f2 { display: none; }
.g-9291a927 .g-7c134dd1 { margin-top: var(--size-s); }
.g-9291a927 .g-5f00c1f1 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-9291a927 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-28c5f979 { position: relative; }
.g-d3c12511 { width: 100%; }
.g-7e30fd7a { position: relative; display: flex; flex-direction: column; }
.g-87b3b19f { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-87b3b19f::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-9b35a991 { width: 100%; height: 100%; }
.g-53c07d49 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-bc0fc65f { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-816f5986 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-e3fcdb4d { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-e3fcdb4d:hover { text-decoration: underline; }
.g-11fabc06 { margin-top: var(--size-m); }
.g-89462452 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-7e30fd7a { padding-bottom: 40px; }
.g-816f5986 { gap: var(--size-xxs); }
.g-e3fcdb4d { height: 31px; padding: 8px 16px; }
.g-11fabc06 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-bc0fc65f { padding-bottom: 0; }
.g-e3fcdb4d { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-7e30fd7a { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-9b35a991 { aspect-ratio: auto; height: 100%; }
.g-bc0fc65f { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-311b3c2e { text-align: center; }
.g-f4917ca8 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-cc89759c { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-c2dfd6ca { 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-c2dfd6ca:hover { background-color: var(--color-primary); }
.g-76900458 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-f4917ca8 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-0719b3be { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-0719b3be .g-3f8d49c9 { margin-top: var(--size-m); max-width: 600px; }
.g-7445892f { margin-top: var(--size-xl); }
.g-26a0e5fd { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-0719b3be { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-6344b0db { position: relative; display: inline-block; width: 100%; }
.g-6344b0db .g-82ae6e4b { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-6344b0db .g-69357c89 { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-6344b0db .g-002dd715 { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-6344b0db .g-002dd715:hover { opacity: .7; }
.g-6344b0db .g-5d71fd72 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-6344b0db .g-5d71fd72:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-ea4dcc1d { padding: var(--section-padding) 0; }
.g-b6c9709d { display: flex; }
.g-163493cc { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-0df62fb2 { margin-top: var(--size-s); }
.g-d8c3e1ac { margin-top: var(--size-m); }
.g-a2a67bf8 { flex: 1; }
.g-911ae151 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-b6c9709d { flex-direction: column; }
.g-163493cc { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-911ae151 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-163493cc { padding-bottom: var(--size-m); }
.g-911ae151 { height: auto; }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-672acd91 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-f299ef5c { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-786477c9 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-48d0daa0 { display: none; }
.g-aaf945a4 { width: 100%; }
.g-4c8beb00 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-a0b3065e { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-0a0e696a { 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-72fce3e2 { fill: var(--color-text); }
.g-96c1fe04 { stroke: var(--color-text); }
.g-4aeb42a9 { stroke: var(--color-text); }
.g-f60f0ee0 { display: flex; flex-direction: column; }
.g-273971ac { width: 100%; height: 300px; }
.g-56e55646 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-672acd91 { flex-direction: column-reverse; }
.g-f299ef5c { flex-direction: column-reverse; justify-content: flex-start; }
.g-786477c9 { flex: 1; }
.g-778d0755 { display: none; }
.g-48d0daa0 { display: block; text-align: center; }
.g-4c8beb00 { justify-content: space-evenly; }
.g-273971ac { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-f299ef5c { width: 100%; }
 }@media screen and (max-width: 768px) { .g-0a0e696a { margin-right: 0; }
.g-f60f0ee0 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-f299ef5c { text-align: center; }
.g-786477c9 { padding: var(--size-s); }
.g-4c8beb00 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-a0b3065e { flex: inherit; align-items: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-641e526f { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-a3f63646 { flex: 0 1 560px; }
.g-032ca8ff { flex: 1 1 630px; }
.g-e25c7b64 { flex: 1; }
.g-bc977cad { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-6a50c46d { flex: 1; }
.g-e84f5f74 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-c12de70f { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 768px) { .g-641e526f { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-a3f63646 { flex: auto; }
.g-032ca8ff { flex: auto; width: 100%; }
.g-bc977cad { margin-top: var(--size-s); }
.g-6a50c46d { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-e84f5f74 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-a3f63646 { text-align: center; }
.g-bc977cad { flex-direction: column; }
.g-6a50c46d { flex: auto; text-align: center; }
.g-e84f5f74 { align-items: center; }
 }

/* Block: about-page::about--0 (about) */
.g-83167dc6 { display: flex; align-items: center; gap: var(--size-m); }
.g-f28a821d { flex: 1; }
.g-4ab58873 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-83167dc6 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-b3b3c857 { text-align: center; }
 }

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

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

/* Block: expertise::process--0 (process) */
.g-913fdf20 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-913fdf20::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-f09687b6 { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-f09687b6::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-86ba96db::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-25406f8e { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-b6256ec5 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-39dce678 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-21280499 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-f0b7a510 { padding-bottom: 37px; }
.g-f0b7a510::before { bottom: 0; }
.g-d3f30d09 { padding-top: 35px; }
.g-d3f30d09::before { top: 0; }
@media screen and (max-width: 768px) { .g-913fdf20 { flex-direction: column; }
.g-913fdf20::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-40773cfe { width: 50%; }
.g-25406f8e { margin: 0; align-self: initial; }
.g-b6256ec5 { order: 2; margin-left: auto; align-self: initial; }
.g-39dce678 { order: 3; align-self: initial; }
.g-21280499 { margin-left: auto; align-self: initial; }
.g-f09687b6 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-f09687b6::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-f0b7a510 { padding-bottom: var(--size-xs); }
.g-d3f30d09 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-d3f30d09::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-913fdf20::before { left: 0; }
.g-40773cfe { width: 100%; }
.g-25406f8e { margin: 0; }
.g-b6256ec5 { margin: 0; }
.g-39dce678 { margin: 0; }
.g-21280499 { margin: 0; }
.g-f09687b6 { padding-left: var(--size-s); }
.g-f09687b6::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-f0b7a510 { margin: 0; padding-top: 35px; }
.g-d3f30d09 { padding-top: 35px; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-2eee3702 { width: 60%; }
.g-04f2a925 { padding: var(--size-s) var(--wrapper-padding); }
.g-71e97a7e { display: flex; justify-content: flex-start; }
.g-71e97a7e svg { fill: var(--color-secondary); }
.g-21a62d10 { justify-content: flex-end; }
.g-3eba38c4 { padding: 0 var(--wrapper-padding); }
.g-24ef42a3 { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-2eee3702 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-b6c0939b { flex-direction: column; }
.g-71e97a7e svg { transform: scale(0.6); }
.g-3eba38c4 { padding: 0 50px 0 50px; }
.g-24ef42a3 { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-3eba38c4 { padding: 0; }
.g-24ef42a3 { padding: 0; }
 }

/* Block: expertise::about--0 (about) */
.g-73209343 { display: flex; align-items: center; gap: var(--size-m); }
.g-cddea255 { flex: 1; }
.g-c1f45c60 { position: relative; padding: var(--size-m); }
.g-c1f45c60::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-3dfaf94d { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-73209343 { flex-direction: column; align-items: stretch; }
.g-cddea255 { flex: auto; }
.g-c1f45c60 { padding: var(--size-m) var(--size-s); }
.g-c1f45c60::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-c1f45c60 { text-align: center; }
 }

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