/* Block: categories-list (categories-list) */
.g-594acfa0 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-594acfa0 .g-8ca48856 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-594acfa0 .g-8ca48856:hover { filter: brightness(0.96); }
.g-594acfa0 .g-ed89b5a5 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-594acfa0 .g-7cc83eb7 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-594acfa0 { gap: var(--size-s); }
.g-8ca48856 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-594acfa0 { gap: var(--size-xs); }
.g-8ca48856 { min-height: 40px; padding: 8px 16px; }
.g-ed89b5a5 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-9aea5df1 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-9aea5df1 .g-e4dad519 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-9aea5df1 .g-a906cf03 { font-size: 80px; }
.g-9aea5df1 .g-e83a71d0 { margin-top: var(--size-xs); }
.g-9aea5df1 .g-a1e108e4 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-e4dad519 { padding: var(--size-xs); }
.g-a906cf03 { font-size: 64px; }
.g-a1e108e4 { 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-efd39be3 { 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-8b8d61da { display: block; }
.g-189fb6c5 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-efd39be3 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-189fb6c5 { gap: var(--size-xxs); }
.g-453739b9 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-9ec5dab4 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-be3584a7 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-e92b0b9c { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-ff3b40bc { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-9ec5dab4 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-9ec5dab4 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-be3584a7 { padding: 8px; }
 }

/* Block: footer (footer) */
.g-76a972d6 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-8c651058 { 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-8c651058.g-9e32116c { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-6bec51a7 { margin-top: var(--section-padding); }
.g-9165b58f { 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-eaa96008 { max-width: 510px; }
.g-703bf304 { max-width: 430px; }
.g-b2dc3f3a { margin-top: var(--size-xs); }
.g-affa1f0f { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d92d1441 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-bcf296d9 { 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-bcf296d9:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-cddb8d64 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-91b7e14e { transform: scale(1.2); margin-right: var(--size-xs); }
.g-5fcdbe0a { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-37a70d69 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-f22cff22 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-2cf804a6 { 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-9165b58f { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-eaa96008 { max-width: initial; }
.g-703bf304 { max-width: initial; }
.g-5fcdbe0a { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-37a70d69 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-f22cff22 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-2cf804a6 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-21ac3212 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-9165b58f { gap: var(--size-m); }
.g-affa1f0f { flex-direction: column; gap: var(--size-xxs); }
.g-d92d1441 { width: 100%; }
.g-bcf296d9 { width: 100%; }
.g-f22cff22 { 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-9e4a7c1b { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-8654f7fc { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-f4f5d816 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-7cd3c934 { font-size: 34px; margin-right: var(--size-xxs); }
.g-c9ff3555 { font-size: 24px; font-weight: 600; }
.g-2f42a42d { -ms-overflow-style: none; scrollbar-width: none; }
.g-ece5b210 { display: none; }
.g-03ad94d6 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-c4d6b55a { 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-c4d6b55a:hover { opacity: 0.7; }
.g-c4d6b55a svg { vertical-align: middle; fill: var(--color-text-light); }
.g-5d3be724 { display: none; }
.g-3a75ac4b { display: none; }
.g-f7e78d48 { display: inline; }
.g-2c10d04d { display: none; }
.g-b1bcc724 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-b1bcc724.g-ec895ca6 { display: flex; width: 100%; }
.g-38a60ebd { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-7cd3c934 { font-size: 28px; }
.g-c9ff3555 { font-size: 20px; }
.g-03ad94d6 { gap: var(--size-xxs); }
.g-451ae8c2 { display: none; }
.g-3a75ac4b { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-0adfc5b6 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-74693afc { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-b422e505 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-b422e505::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-43210a30 { 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-4c8184f3 { max-width: 760px; text-align: center; }
.g-428bc56c { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-0adfc5b6 { min-height: 500px; }
.g-43210a30 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-4c8184f3 { text-align: left; }
.g-c9e12e5f { margin-top: var(--size-xs); }
.g-428bc56c { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-a0351d32 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-435ebdff { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-43f798da { position: relative; padding: var(--size-xl) 0; }
.g-de081888 { text-align: center; }
.g-0b9427f0 { text-align: center; margin-top: var(--size-s); }
.g-a6253a1c { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-a6253a1c { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

.g-b69fe292 .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-b69fe292 .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-b69fe292 .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-b69fe292 .prev,
.g-b69fe292 .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-7265595c { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-7265595c .g-2d0566f5 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-7265595c .g-ccb55fab { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-7265595c .g-ccb55fab img { width: 100%; height: 100%; object-fit: cover; }
.g-7265595c .g-ca40b896 { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-7265595c .g-7acab7c9 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-7265595c .g-36e0597b { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-7265595c .g-6cf3660e { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-7265595c .g-be2a4cd9 { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-7265595c .g-be2a4cd9:hover { text-decoration: underline; }
.g-7265595c .g-e228477e { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-7265595c .g-5345e71e { margin-top: var(--size-s); }
.g-7265595c .g-27bf3ac5 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-c3af9be7 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-c3af9be7 .g-2d0566f5 { position: relative; height: 100%; text-decoration: none; }
.g-c3af9be7 .g-4305ec15 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-c3af9be7 .g-d212935c { flex-shrink: 0; width: 120px; }
.g-c3af9be7 .g-ccb55fab { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-c3af9be7 .g-ccb55fab img { width: 100%; height: 100%; object-fit: cover; }
.g-c3af9be7 .g-7acab7c9 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-c3af9be7 .g-36e0597b { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-c3af9be7 .g-6cf3660e { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-c3af9be7 .g-e228477e { white-space: nowrap; opacity: 0.8; }
.g-c3af9be7 .g-27bf3ac5 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-ca40b896 { padding: 0 8px 8px; }
.g-7acab7c9 { gap: 0 4px; }
.g-c3af9be7 { padding: 16px 0; }
.g-c3af9be7 .g-4305ec15 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-c3af9be7 .g-d212935c { flex-shrink: initial; width: auto; }
.g-c3af9be7 .g-ccb55fab { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-c3af9be7 .g-ca40b896 { margin-top: 8px; }
 }

/* 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-ef93c53e { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-ef93c53e blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-ef93c53e .g-1a7160f5 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-ef93c53e .g-1dd390f2 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ef93c53e .g-92283a8c { margin-top: var(--size-m); }
.g-ef93c53e .g-ccf5e582 { 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-ef93c53e .g-5f0125a3 { display: block; text-decoration: none; }
.g-ef93c53e .g-5f0125a3:hover { text-decoration: underline; }
.g-ef93c53e .g-8af28b22 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-ef93c53e { grid-template-columns: 1fr; }
.g-ef93c53e .g-f83c83ff { display: none; }
.g-ef93c53e .g-92283a8c { margin-top: var(--size-s); }
.g-ef93c53e .g-ccf5e582 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-ef93c53e blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-24150253 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-e4b53296 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-45dbe2c8 { text-decoration: none; }
.g-45dbe2c8:hover { text-decoration: underline; }
.g-cda25d54 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-e159e92a { margin-top: var(--size-s); }
.g-f0868d20 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-24150253 { gap: var(--size-xs); }
.g-cda25d54 { margin-top: var(--size-s); }
.g-f0868d20 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-21e6f074 { text-align: center; }
.g-145645d9 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-824ac478 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-0a8a39c6 { 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-0a8a39c6:hover { background-color: var(--color-primary); }
.g-6eb8921a { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-145645d9 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-0edbb2a5 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-0edbb2a5 .g-ec6c6b1d { margin-top: var(--size-m); max-width: 600px; }
.g-d0d0c971 { margin-top: var(--size-xl); }
.g-1bb4b1f5 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-0edbb2a5 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-1e94955c { position: relative; display: inline-block; width: 100%; }
.g-1e94955c .g-4f79a6a4 { 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-1e94955c .g-8d99c999 { 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-1e94955c .g-a9eb0bf6 { 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-1e94955c .g-a9eb0bf6:hover { opacity: .7; }
.g-1e94955c .g-46dc4fb3 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-1e94955c .g-46dc4fb3:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-7de2baaa { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-d04d3493 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-c4f14e5d { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-c4f14e5d::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-d0ab9f52 { 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-7da5ec19 { max-width: 760px; text-align: center; }
.g-8f13466a { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-7de2baaa { min-height: 500px; }
.g-d0ab9f52 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-7da5ec19 { text-align: left; }
.g-585fe523 { margin-top: var(--size-xs); }
.g-8f13466a { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-a4f69da2 { padding: 0; }
@media screen and (max-width: 1280px) { .g-1c9b55e7 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-a4f69da2 { padding: 0 var(--wrapper-padding); }
.g-ac771695 { column-count: 1; }
.g-1c9b55e7 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-ac771695 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-05066c0c { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-05066c0c .g-b4adcf6e { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-05066c0c .g-b4adcf6e:hover { filter: brightness(0.96); }
.g-05066c0c .g-bf53bffc { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-05066c0c .g-751944a1 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-05066c0c { gap: var(--size-s); }
.g-b4adcf6e { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-05066c0c { gap: var(--size-xs); }
.g-b4adcf6e { min-height: 40px; padding: 8px 16px; }
.g-bf53bffc { gap: 8px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-c45a5342 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-66f24d82 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-99268b9f { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-a79f14d0 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-c45a5342 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-c45a5342 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-66f24d82 { padding: 8px; }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-4b0a6d51 { position: relative; z-index: 1; }
.g-52827eb8 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-138783ed { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-7e535e1c { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-bc8f52f5 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-3006efcb { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-c81e9ab6 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-f43edf7b { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-15755af8 { fill: var(--color-text); }
.g-00671c01 { stroke: var(--color-text); }
.g-74ea3c27 { stroke: var(--color-text); }
.g-57c50f25 { display: flex; flex-direction: column; }
.g-66d0468f { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-52827eb8 { flex-direction: column; }
.g-0be4aa7d { margin-top: 0; }
.g-7e535e1c { flex: 1; }
.g-66d0468f { height: 430px; }
 }@media screen and (max-width: 768px) { .g-57c50f25 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-138783ed { align-items: center; text-align: center; }
.g-7e535e1c { padding: var(--size-s); }
.g-bc8f52f5 { transform: translateY(var(--size-xl)); }
.g-3006efcb { flex-direction: column; align-items: center; }
.g-66d0468f { height: 370px; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-adb2717e { display: flex; align-items: stretch; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding-bottom: 10px; }
.g-adb2717e li { flex: 1; }
.g-e499c3d0 { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-153770d6 { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-adb2717e { flex-direction: column; }
.g-e499c3d0 { text-align: center; min-width: auto; }
 }

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

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

/* Block: approach::about--0 (about) */
.g-4dcb5655 { display: flex; align-items: center; gap: var(--size-m); }
.g-b06c8a8d { flex: 1; }
.g-6bc78b36 { flex: 1; }
@media screen and (max-width: 768px) { .g-4dcb5655 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-6bc78b36 { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-e19e687a { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-a5c9c831 { flex: 1; }
.g-3d43601a { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-497742a2 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-surface); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-db287258 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-e19e687a { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-a5c9c831 { text-align: center; }
.g-db287258 { font-size: 32px; flex: 0 0 35px; }
 }

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

/* Block: approach::faq--0 (faq) */
.g-a46991e8 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-c1d9e63a { flex: 0 0 45%; position: relative; }
.g-26c8a152 { flex: 1; position: relative; z-index: 1; }
.g-03d0a6c4 { user-select: none; }
.g-03d0a6c4[open] .g-15a4832d { transform: rotate(45deg); }
.g-d5c68936 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-d5c68936::-webkit-details-marker { display: none; }
.g-15a4832d { 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-15a4832d svg { fill: var(--color-primary); }
.g-c4b024a9 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-d5c68936 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-15a4832d { width: 24px; height: 24px; }
.g-15a4832d svg { width: 16px; height: 16px; }
.g-c4b024a9 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-a46991e8 { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-c1d9e63a { flex: 0; }
.g-26c8a152 { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-c1d9e63a { text-align: center; }
.g-26c8a152 { max-width: inherit; width: 100%; }
 }