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

/* Block: category-header (category-header) */
.g-bc385e57 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-bc385e57 .g-64d8d390 { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-bc385e57 .g-1e0fe0af { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-bc385e57 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-64d8d390 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-b709945b { text-align: center; }
.g-1e0fe0af { margin-top: var(--size-xs); text-align: center; }
 }

/* Block: comments (comments) */
.comments-block .comments {
    list-style: none;
    padding: 0;
}

.comments-block .comments ul {
    padding: 0;
}

.comments-block .comment {
    list-style: none;
}

.comments-block .comments-title,
.comments-block .comment-reply-title {
    font-size: clamp(1.5rem, 0.8839779006vw + 1.2928176796rem, 2rem);
    font-weight: 600;
    line-height: 120%;
    margin-bottom: var(--size-m);
}

.comments-block .comment-body,
.comments-block .comment-respond {
    margin-top: var(--size-m);
    background-color: var(--color-surface);
    padding: var(--size-s);
    border-radius: var(--b-radius);
}

.comments-block .comment-content {
    margin-top: var(--size-s);
}

.comments-block .comment-metadata {
    margin-top: var(--size-xxs);
}

.comments-block .avatar {
    border-radius: 50%;
    margin-right: var(--size-xs);
}

.comments-block .comment-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xs);
}

.comments-block .comment-form p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xxs);
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"],
.comments-block .comment-form textarea {
    width: 100%;
    border: 0;
    border-radius: var(--b-radius);
    font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem);
    font-weight: 400;
    line-height: 120%;
    color: var(--color-text);
    background-color: var(--color-bg);
    outline: none;
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"] {
    height: var(--size-l);
}

.comments-block .comment-form textarea {
    min-height: 130px;
    resize: vertical;
}

.comments-block .comment-form .submit {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-light);
    padding: 9px 75px;
    min-height: var(--size-l);
    text-decoration: none;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    background-color: var(--color-primary);
    border-radius: var(--b-radius);
}

.comments-block p.comment-form-cookies-consent {
    flex-direction: row;
    align-items: center;
}

/* Block: cookie (cookie) */
.g-99fd5aa8 { 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-7a5ef902 { display: block; }
.g-a484a91b { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-99fd5aa8 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-a484a91b { gap: var(--size-xxs); }
.g-a682eaca { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-bddf8daf { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-bde72d48 { 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-bde72d48.g-c257fffc { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-656daafd { margin-top: var(--section-padding); }
.g-fb96c14a { border-radius: var(--b-radius); padding: var(--size-m); }
.g-0f46979d { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-801dc320 { max-width: 524px; }
.g-ac7de833 { max-width: 450px; }
.g-fa873102 { margin-top: var(--size-xs); }
.g-a5d115c0 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-73269dcc { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-3cde46fc { 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-3cde46fc:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-98e54f81 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-0d65b701 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-582a96a0 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-3b0e191c { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-aa06d56e { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-801dc320 { max-width: initial; }
.g-ac7de833 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-3b0e191c { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-aa06d56e { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-e800cc3e { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-0f46979d { gap: var(--size-m); }
.g-a5d115c0 { flex-direction: column; gap: var(--size-xxs); }
.g-73269dcc { width: 100%; }
.g-3cde46fc { width: 100%; }
.g-3b0e191c { flex-direction: column; align-items: center; }
 }

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

.g-bc7de16e { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-ad17966a { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-bd320376 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-5d31e384 { font-size: 34px; margin-right: var(--size-xxs); }
.g-96fad360 { font-size: 24px; font-weight: 600; }
.g-07f30059 { -ms-overflow-style: none; scrollbar-width: none; }
.g-e24df272 { display: none; }
.g-2cdc1a70 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-4cfa14dd { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-4cfa14dd:hover { transform: scale(1.05); }
.g-4cfa14dd svg { fill: var(--color-text-light); }
.g-45041d8e { display: none; }
.g-65d78c9f { display: none; }
.g-ed349c77 { display: inline; }
.g-bb0765fa { display: none; }
.g-e8bf9662 { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-e8bf9662.g-5964ea5c { display: flex; width: 100%; }
.g-39c51159 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-5d31e384 { font-size: 28px; }
.g-96fad360 { font-size: 20px; }
.g-2cdc1a70 { gap: var(--size-xxs); }
.g-9ec653a3 { display: none; }
.g-65d78c9f { display: block; }
.g-e8bf9662.g-5964ea5c { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-e5e0761e { padding: var(--section-padding) 0; }
.g-3867058d { display: flex; }
.g-599d5b7e { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-5fa942fd { width: 100%; height: 100%; }
.g-0b9911bc { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-8110f8bc { margin-top: var(--size-s); }
.g-62bb53b6 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-3867058d { flex-direction: column-reverse; }
.g-599d5b7e { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-5fa942fd { height: 350px; }
.g-0b9911bc { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-5fa942fd { height: auto; }
.g-0b9911bc { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-462af1ab { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-d8b2b4da { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-d0fd0962 { text-align: center; margin-top: var(--size-xl); }
.g-f928d8e1 { text-align: center; margin-top: var(--size-s); }
.g-fedbcdf0 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-d0fd0962 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-fedbcdf0 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-b455fe54 { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-ff3f1f47 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-46c1e2a4 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-46c1e2a4::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-5e7b8f72 { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-b455fe54 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-b455fe54 { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-1b016456 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-1b016456 .g-602b17cb { position: relative; text-decoration: none; }
.g-1b016456 .g-10f754dd { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-1b016456 .g-b9089679 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-1b016456 .g-b9089679 img { width: 100%; height: 100%; object-fit: cover; }
.g-1b016456 .g-be05fbac { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-1b016456 .g-eba4eedb { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-1b016456 .g-8e6b1b97 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-1b016456 .g-e257e104 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-46f84ffd { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-46f84ffd .g-602b17cb { position: relative; text-decoration: none; }
.g-46f84ffd .g-10f754dd { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-46f84ffd .g-b9089679 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-46f84ffd .g-b9089679 img { width: 100%; height: 100%; object-fit: cover; }
.g-46f84ffd .g-be05fbac { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-46f84ffd .g-eba4eedb { 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-46f84ffd .g-8e6b1b97 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-46f84ffd .g-e257e104 { 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-10f754dd { 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-2cce73bb { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-2cce73bb blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-2cce73bb .g-173fa563 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-2cce73bb .g-0c10bbe2 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-2cce73bb .g-e2a69bc9 { margin-top: var(--size-m); }
.g-2cce73bb .g-e151182e { 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-2cce73bb .g-321f1275 { display: block; text-decoration: none; }
.g-2cce73bb .g-321f1275:hover { text-decoration: underline; }
.g-2cce73bb .g-821b8dca { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-2cce73bb { grid-template-columns: 1fr; }
.g-2cce73bb .g-3335e569 { order: 1; }
.g-2cce73bb .g-78c5b829 { order: 2; }
.g-2cce73bb .g-e2a69bc9 { margin-top: var(--size-s); }
.g-2cce73bb .g-e151182e { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-c0bf64f2 { position: relative; height: 800px; }
.g-f9bb1210 { height: 100%; display: flex; flex-direction: column; }
.g-21fa04d7 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-21fa04d7::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-dd5f4223 { width: 100%; height: 100%; }
.g-840dba4f { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-e5e84cd7 { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-b4ad1eee { text-decoration: none; }
.g-b4ad1eee:hover { text-decoration: underline; }
.g-a51d6023 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-2253445c { margin-top: var(--size-m); }
.g-75e68f25 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-e5e84cd7 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-2253445c { margin-top: var(--size-s); }
.g-75e68f25 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-c0bf64f2 { height: 700px; }
.g-840dba4f { width: 95%; }
.g-e5e84cd7 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-dd5f4223 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-75bef401 { text-align: center; }
.g-838e8e1b { position: relative; }
.g-312dbc46 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-312dbc46:hover { color: var(--color-primary); }
.g-17c7271d { left: -42px; }
.g-c2b79907 { right: -42px; }
@media screen and (max-width: 1024px) { .g-4895b348 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-312dbc46 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-9cd71b3c { margin-top: var(--size-m); max-width: 600px; }
.g-0edfb042 { margin-top: var(--size-m); max-width: 600px; }
.g-78d75a83 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-9550bf72 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-9550bf72 .g-5b62ce5a { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-9550bf72 .g-900f8b22 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-9550bf72 .g-900f8b22:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-2bd3a599 { 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-2bd3a599 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-2bd3a599 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-a49538cc { padding: var(--section-padding) 0; }
.g-f75b37fb { display: flex; }
.g-f24905c9 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-8b51face { width: 100%; height: 100%; }
.g-c5072176 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-55a4d55f { margin-top: var(--size-s); }
.g-e4ed825a { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-f75b37fb { flex-direction: column-reverse; }
.g-f24905c9 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-8b51face { height: 350px; }
.g-c5072176 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-8b51face { height: auto; }
.g-c5072176 { padding: var(--size-s); }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-9a767117 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-354eb492 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-70d0816b { display: flex; justify-content: flex-start; }
.g-9f91e951 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-e6363c26 { display: flex; justify-content: flex-start; align-items: center; }
.g-57062ed9 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-8262deb5 { fill: var(--color-text); }
.g-d4e564c7 { stroke: var(--color-text); }
.g-98bb6a48 { stroke: var(--color-text); }
.g-afcd81cb { display: flex; flex-direction: column; }
.g-6f27be4e { flex: 0 0 50%; height: 383px; }
.g-d5d4e30b { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-9a767117 { flex-direction: column; }
.g-354eb492 { width: 100%; flex: 0 0 auto; }
.g-70d0816b { flex-direction: column; }
.g-9f91e951 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-32f9c411 { width: 100%; display: flex; justify-content: space-between; }
.g-e6363c26 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-57062ed9 { margin-right: 0; }
.g-afcd81cb { margin-top: var(--size-xs); }
.g-6f27be4e { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-354eb492 { padding: var(--size-xs); }
.g-32f9c411 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-e6363c26 { align-items: center; }
.g-afcd81cb { text-align: center; }
.g-6f27be4e { height: 370px; }
 }

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

/* Block: approach::process--0 (process) */
.g-a2ca1f18 { width: 60%; }
.g-2001b0cc { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-f6003b3b { flex: 1; }
.g-8b8bc6c8 { position: relative; }
.g-8b8bc6c8::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-148e117e::before { display: none; }
@media screen and (max-width: 870px) { .g-09143bf5 { flex-direction: column; }
.g-a2ca1f18 { width: 100%; }
.g-2001b0cc { display: grid; grid-template-columns: 1fr 1fr; }
.g-2001b0cc::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-2001b0cc::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-secondary); }
.g-8b8bc6c8::before { display: none; }
 }@media screen and (max-width: 576px) { .g-a2ca1f18 { text-align: center; }
.g-2001b0cc { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-2001b0cc::before { display: none; }
.g-2001b0cc::after { display: none; }
.g-8b8bc6c8::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-148e117e::before { display: none; }
 }

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

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

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-43ac9908 { 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-7ca114bf { width: 50%; }
.g-373c4ab9 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-5d46f9e6 { padding: var(--size-s) var(--size-m); }
.g-58e05c2a { transform: scale(1.2); }
.g-8f48a0ab { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-d75c7563 svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-43ac9908 { padding: 20px 20px 10px; }
.g-58e05c2a { transform: none; }
 }@media screen and (max-width: 768px) { .g-7ca114bf { width: 100%; }
 }@media screen and (max-width: 576px) { .g-43ac9908 { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-373c4ab9 { text-align: center; }
 }

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

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