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

/* Block: category-header (category-header) */
.g-0f9e32b1 { 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-0f9e32b1 .g-53ad29f6 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-0f9e32b1 .g-a9964bbf { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-53ad29f6 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-a9964bbf { 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-46c09c3c { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-f89bb2fd { display: block; }
.g-f19d7e96 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-df23314f { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-df8d5b1e { width: 100%; }
@media screen and (max-width: 768px) { .g-46c09c3c { padding: var(--size-s); }
.g-f19d7e96 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-df23314f { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-df8d5b1e { width: auto; }
 }@media screen and (max-width: 576px) { .g-df23314f { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-bfe150a3 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-eb269746 { 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-eb269746.g-51317941 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-3f61d62c { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-5316fa5b { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-dbf219e7 { max-width: 563px; }
.g-64f6181d { max-width: 465px; }
.g-6983796d { margin-top: var(--size-xs); }
.g-8b167553 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-875392ed { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-4fe32dcc { 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-4fe32dcc:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-faba7222 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-a3f021e1 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-30163831 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-fe54a30e { display: flex; justify-content: space-between; align-items: center; }
.g-51331446 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-ad930ee5 { 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-dbf219e7 { max-width: 550px; }
.g-64f6181d { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-fe54a30e { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-51331446 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-ad930ee5 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-932e14b0 { order: 3; }
 }@media screen and (max-width: 576px) { .g-5316fa5b { gap: var(--size-m); }
.g-8b167553 { flex-direction: column; gap: var(--size-xxs); }
.g-875392ed { width: 100%; }
.g-4fe32dcc { width: 100%; }
.g-51331446 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs);
    display: flex;
    align-items: center;
}
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a {
    height: 100%;
    justify-content: center;
}
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    height: 50px;
    justify-content: flex-start;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-sidebar .menu-item a:hover,
#header-nav-sidebar .page_item a:hover {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-sidebar .current-menu-item a,
#header-nav-sidebar .current_page_item a {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a::after,
#header-nav-desktop .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
}
#header-nav-sidebar .current-menu-item a::after,
#header-nav-sidebar .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--wrapper-padding));
    width: 4px;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 870px) {
    #header-nav-desktop .menu-item a,
    #header-nav-desktop .page_item a {
        justify-content: flex-start;
    }
}

.g-7bdc8661 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-44c459ff { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-155cf5e4 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-91a10174 { font-size: 34px; margin-right: var(--size-xxs); }
.g-ba783abb { font-size: 24px; font-weight: 600; }
.g-1e7d0ccf { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-ff5e4a97 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-ff5e4a97:hover { opacity: 0.7; }
.g-ff5e4a97 svg { fill: var(--color-text); }
.g-330eb9c2 { display: none; }
.g-1a846ce4 { position: fixed; z-index: 6; width: 100%; height: 100%; top: 0; left: 0; clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
.g-21e4fd02 { clip-path: inherit; }
.g-21e4fd02 .g-fa87dcb9 { background-color: rgba(0, 0, 0, 0.2); }
.g-21e4fd02 .g-b2298501 { opacity: 1; transform: translateX(0); }
.g-8846ff05 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-7102efc7 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-7102efc7:hover { opacity: 0.7; }
.g-7102efc7 svg { fill: var(--color-text); }
.g-fa87dcb9 { transition: 0.3s background-color ease-in-out; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0); }
.g-b2298501 { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; min-width: 260px; width: 100%; max-width: 30%; height: 100%; box-shadow: 4px 0px 20px rgba(23, 23, 28, 0.1); opacity: 0; transform: translateX(-100%); transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; padding: 0 var(--size-m) 0 var(--wrapper-padding); }
@media screen and (max-width: 375px) { .g-ff5e4a97 { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-91a10174 { font-size: 28px; }
.g-ba783abb { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-44c459ff { justify-content: flex-start; }
.g-1e7d0ccf { gap: var(--size-m); }
.g-ac74f5d2 { display: none; }
.g-330eb9c2 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-8559ef40 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-25ef5d0a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-c30a0036 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-c30a0036::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-3cea5baf { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-5f58c87d { max-width: 760px; text-align: center; }
.g-18743601 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-8559ef40 { min-height: 500px; }
.g-3cea5baf { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-5f58c87d { text-align: left; }
.g-0ff91cc6 { margin-top: var(--size-xs); }
.g-18743601 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-e26546eb { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-a58cacb6 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-74eab29e { text-align: center; margin-top: var(--size-xl); }
.g-1b4632d1 { text-align: center; margin-top: var(--size-s); }
.g-85cd19f2 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-74eab29e { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-85cd19f2 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

.g-9f083269 .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;
    border: 1px solid var(--color-secondary);
}

.g-9f083269 .page-numbers:hover {
    text-decoration: underline;
}

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

.g-9f083269 .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

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

.g-9f083269 .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-9f083269 .prev,
.g-9f083269 .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-dfdb1ee2 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-dfdb1ee2 .g-b5eb329c { position: relative; text-decoration: none; }
.g-dfdb1ee2 .g-fea03d8f { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-dfdb1ee2 .g-48858511 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-dfdb1ee2 .g-48858511 img { width: 100%; height: 100%; object-fit: cover; }
.g-dfdb1ee2 .g-96adeee7 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-dfdb1ee2 .g-815c9864 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-dfdb1ee2 .g-daa9d79a { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-dfdb1ee2 .g-b14f06cd { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-3a0173f9 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-3a0173f9 .g-b5eb329c { position: relative; text-decoration: none; }
.g-3a0173f9 .g-fea03d8f { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-3a0173f9 .g-48858511 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-3a0173f9 .g-48858511 img { width: 100%; height: 100%; object-fit: cover; }
.g-3a0173f9 .g-96adeee7 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-3a0173f9 .g-815c9864 { 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-3a0173f9 .g-daa9d79a { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-3a0173f9 .g-b14f06cd { 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-fea03d8f { 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-f9f54d49 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-f9f54d49 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-f9f54d49 .g-73073ac9 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-f9f54d49 .g-c294d96d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f9f54d49 .g-0430436c { margin-top: var(--size-m); }
.g-f9f54d49 .g-65d564f3 { 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-f9f54d49 .g-4de9b306 { display: block; text-decoration: none; }
.g-f9f54d49 .g-4de9b306:hover { text-decoration: underline; }
.g-f9f54d49 .g-60e86cf2 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-f9f54d49 { grid-template-columns: 1fr; }
.g-f9f54d49 .g-3c338bf7 { order: 1; }
.g-f9f54d49 .g-c2fce837 { order: 2; }
.g-f9f54d49 .g-0430436c { margin-top: var(--size-s); }
.g-f9f54d49 .g-65d564f3 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-48af43e8 { position: relative; }
.g-b3aeabcf { width: 100%; }
.g-16e51cc9 { position: relative; display: flex; flex-direction: column; }
.g-98af834f { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-98af834f::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-358f1b6f { width: 100%; height: 100%; }
.g-feb28a60 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-078632f9 { 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-17abc53e { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-fc79ea4d { 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-fc79ea4d:hover { text-decoration: underline; }
.g-207f97b4 { margin-top: var(--size-m); }
.g-1615dcee { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-16e51cc9 { padding-bottom: 40px; }
.g-17abc53e { gap: var(--size-xxs); }
.g-fc79ea4d { height: 31px; padding: 8px 16px; }
.g-207f97b4 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-078632f9 { padding-bottom: 0; }
.g-fc79ea4d { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-16e51cc9 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-358f1b6f { aspect-ratio: auto; height: 100%; }
.g-078632f9 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-9042ada4 { text-align: center; }
.g-c59e6484 { position: relative; }
.g-164d8103 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; 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-164d8103:hover { background-color: var(--color-primary); }
.g-538b03ec { left: -42px; }
.g-2581f700 { right: -42px; }
@media screen and (max-width: 1024px) { .g-6777c68c { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-164d8103 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-347fcc22 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-347fcc22 .g-668e8692 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-347fcc22 .g-49bf488f { margin-top: var(--size-m); }
.g-622a4671 { margin-top: var(--size-xl); }
.g-d0093e55 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-347fcc22 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-73e91a7f { position: relative; display: inline-block; width: 100%; }
.g-73e91a7f .g-0bd7ef71 { 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) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-73e91a7f .g-0bd7ef71:focus + .g-d36b9e75 { opacity: 1; }
.g-73e91a7f .g-6f429a93 { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-73e91a7f .g-6f429a93:hover { opacity: .7; }
.g-73e91a7f .g-d90ebde5 { fill: var(--color-primary); }
.g-73e91a7f .g-d36b9e75 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-73e91a7f .g-d36b9e75:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-4eac2e99 { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-4eac2e99 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-4eac2e99 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-e9b7cf64 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-12431b9d { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-2cdccf4c { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-2cdccf4c::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-15dfb093 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-6b5cfacf { max-width: 760px; text-align: center; }
.g-6a7f8dd9 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-e9b7cf64 { min-height: 500px; }
.g-15dfb093 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-6b5cfacf { text-align: left; }
.g-4bab9fa6 { margin-top: var(--size-xs); }
.g-6a7f8dd9 { margin-top: var(--size-s); }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-8fe4b383 { position: relative; z-index: 1; }
.g-77d2740c { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-cab2596a { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-abd2542c { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-d8fc0381 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-68d866e3 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-ce85f1b4 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-8857daee { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-2e9b5ecb { fill: var(--color-text); }
.g-f0436127 { stroke: var(--color-text); }
.g-68555e3a { stroke: var(--color-text); }
.g-e57a81eb { display: flex; flex-direction: column; }
.g-2c7ec589 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-77d2740c { flex-direction: column; }
.g-4270c75e { margin-top: 0; }
.g-abd2542c { flex: 1; }
.g-2c7ec589 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-e57a81eb { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-cab2596a { align-items: center; text-align: center; }
.g-abd2542c { padding: var(--size-s); }
.g-d8fc0381 { transform: translateY(var(--size-xl)); }
.g-68d866e3 { flex-direction: column; align-items: center; }
.g-2c7ec589 { height: 370px; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-0aed6e7b { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-ef11aa01 { flex: 1; }
.g-e5a82985 { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-827572a8 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-98781916 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 870px) { .g-0aed6e7b { flex-direction: column; gap: var(--size-m); }
.g-ef11aa01 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-e5a82985 { gap: var(--size-s); }
.g-827572a8 { flex-direction: column; gap: var(--size-xxs); }
 }

/* Block: about-page::about--0 (about) */
.g-7daabceb { display: flex; align-items: center; gap: var(--size-m); }
.g-c05cde02 { flex: 1; }
.g-0b03a5be { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-7daabceb { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-480fa0d9 { text-align: center; }
 }

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

/* Block: expertise::about--0 (about) */
.g-60ee538e { position: relative; display: flex; align-items: center; gap: var(--size-m); min-height: 550px; padding: var(--size-xl); }
.g-c7d15b22 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.g-e70bdeca { position: relative; z-index: 2; width: 60%; margin-left: auto; padding: var(--size-m); }
@media screen and (max-width: 870px) { .g-e70bdeca { width: 100%; }
 }@media screen and (max-width: 576px) { .g-60ee538e { padding: 0; flex-direction: column-reverse; }
.g-c7d15b22 { position: static; border-radius: 0; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.g-e70bdeca { text-align: center; }
 }

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

/* Block: expertise::about--1 (about) */
.g-e9c91ae0 { padding: 0; }
@media screen and (max-width: 1280px) { .g-81afe029 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-e9c91ae0 { padding: 0 var(--wrapper-padding); }
.g-d80159b0 { column-count: 1; }
.g-81afe029 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-d80159b0 { text-align: center; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-368066b9 { display: flex; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: var(--size-xl) 20px; margin-inline: -20px; }
.g-bc009019 { width: 50%; }
.g-e088b521 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-68ef9d30 { padding: var(--size-s) var(--size-m); }
.g-6a2e4c15 { transform: scale(1.2); }
.g-cf20a758 { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-50c588f8 svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-368066b9 { padding: 20px 20px 10px; }
.g-6a2e4c15 { transform: none; }
 }@media screen and (max-width: 768px) { .g-bc009019 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-368066b9 { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-e088b521 { text-align: center; }
 }