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

/* Block: category-header (category-header) */
.g-0613073c { 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-0613073c .g-0fb9bcad { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-0613073c .g-70ef9b87 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-0fb9bcad { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-70ef9b87 { 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-749bbc47 { 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-52a13b2f { display: block; }
.g-dce256e1 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-749bbc47 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-dce256e1 { gap: var(--size-xxs); }
.g-8f8eec77 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-ee59dfd7 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-9d434640 { 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-9d434640.g-810a65f4 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-99ca7bf8 { margin-top: var(--section-padding); }
.g-19e03904 { position: relative; 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: -80px; }
.g-960e1ecb { max-width: 510px; }
.g-c8c7a7d3 { max-width: 430px; }
.g-118c2465 { margin-top: var(--size-xs); }
.g-da57779b { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-aac55fa8 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-00f5ee84 { 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-00f5ee84:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-a153d361 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-7064c6c3 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-fa5916c2 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-60e6c210 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-b495eec2 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-b186e631 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-7e7bfe93 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-19e03904 { padding: var(--size-m); }
.g-960e1ecb { max-width: initial; }
.g-c8c7a7d3 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-7e7bfe93 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-b777875a { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-19e03904 { gap: var(--size-m); }
.g-da57779b { flex-direction: column; gap: var(--size-xxs); }
.g-aac55fa8 { width: 100%; }
.g-00f5ee84 { width: 100%; }
.g-60e6c210 { justify-content: flex-start; align-items: flex-start; }
.g-b495eec2 { flex-direction: column; justify-content: flex-start; 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 {
    position: relative;
    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 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 {
    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 {
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a .g-a5cb605b,
#header-nav-desktop .current_page_item a .g-a5cb605b,
#header-nav-dropdown .current-menu-item a .g-a5cb605b,
#header-nav-dropdown .current_page_item a .g-a5cb605b {
    background-color: var(--color-text);
}

.g-6a1d5a40 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-4108bb41 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-521d99b3 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-59b09444 { display: none; }
.g-5c7c551b { font-size: 34px; margin-right: var(--size-xxs); }
.g-76c0c949 { font-size: 24px; font-weight: 600; }
.g-eaa36cd0 { -ms-overflow-style: none; scrollbar-width: none; }
.g-e6e320cb { display: none; }
.g-c0ece5b9 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-a5cb605b { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-f079fc23 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; text-align: center; background-color: transparent; }
.g-f079fc23:hover { transform: scale(1.05); }
.g-3519155a { display: none; }
.g-ad69baa8 { display: none; }
.g-59b825f4 { display: inline; }
.g-66b30f11 { display: none; }
.g-a7597ac1 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-a7597ac1.g-a0b3a80e { display: flex; width: 100%; }
.g-7ed3c64f { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-7ed3c64f .g-a5cb605b { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-5c7c551b { font-size: 28px; }
.g-76c0c949 { font-size: 20px; }
.g-c0ece5b9 { gap: var(--size-xxs); }
.g-ad1c4127 { display: none; }
.g-ad69baa8 { display: block; }
.g-a7597ac1.g-a0b3a80e { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-9d098be1 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-e0425c50 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-fb160748 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-fb160748::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-33bdab9c { 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-96f2fb90 { max-width: 760px; text-align: center; }
.g-9d1f1282 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-9d098be1 { min-height: 500px; }
.g-33bdab9c { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-96f2fb90 { text-align: left; }
.g-a5d6874b { margin-top: var(--size-xs); }
.g-9d1f1282 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-cdb97e7c { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-427640e7 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-18e2bb38 { position: relative; padding: var(--size-xl) 0; }
.g-fcdc249b { text-align: center; }
.g-0c918eaf { text-align: center; margin-top: var(--size-s); }
.g-3a8d0962 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-3a8d0962 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-7ba94537 { padding: var(--size-m) 0 50px; }
.g-85fabae0 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-c22052e0 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-85fabae0 { margin-top: var(--size-xs); }
 }

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

.g-980eebca .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 32px;
    min-width: 32px;
    text-decoration: none;
    font-weight: 500;
}

.g-980eebca .page-numbers:hover {
    text-decoration: underline;
}

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

.g-980eebca .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

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

.g-980eebca .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' 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='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-980eebca .prev,
.g-980eebca .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-980eebca .prev:hover,
.g-980eebca .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-055e72d7 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-055e72d7 .g-ff6ebeb5 { position: relative; text-decoration: none; }
.g-055e72d7 .g-0cd72042 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-055e72d7 .g-f29c39f3 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-055e72d7 .g-f29c39f3 img { width: 100%; height: 100%; object-fit: cover; }
.g-055e72d7 .g-25abceb8 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-055e72d7 .g-ae35edf8 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-055e72d7 .g-59a7e885 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-055e72d7 .g-b8f3647b { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-c0ba19cb { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-c0ba19cb .g-ff6ebeb5 { position: relative; text-decoration: none; }
.g-c0ba19cb .g-0cd72042 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-c0ba19cb .g-f29c39f3 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-c0ba19cb .g-f29c39f3 img { width: 100%; height: 100%; object-fit: cover; }
.g-c0ba19cb .g-25abceb8 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-c0ba19cb .g-ae35edf8 { 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-c0ba19cb .g-59a7e885 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-c0ba19cb .g-b8f3647b { 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-0cd72042 { 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-58e86baf { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-58e86baf blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-58e86baf .g-f91fd253 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-58e86baf .g-4595d1bb { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-58e86baf .g-97b4fcc7 { margin-top: var(--size-m); }
.g-58e86baf .g-ad7675bf { 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-58e86baf .g-f369e845 { display: block; text-decoration: none; }
.g-58e86baf .g-f369e845:hover { text-decoration: underline; }
.g-58e86baf .g-a15974aa { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-58e86baf { grid-template-columns: 1fr; }
.g-58e86baf .g-d36e8a60 { display: none; }
.g-58e86baf .g-97b4fcc7 { margin-top: var(--size-s); }
.g-58e86baf .g-ad7675bf { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-58e86baf blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-a84e08eb { position: relative; height: 800px; }
.g-ac9e6e6f { height: 100%; display: flex; flex-direction: column; }
.g-2b8d975a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-2b8d975a::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-cbebb12a { width: 100%; height: 100%; }
.g-9e79cf6c { 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-d23823c6 { 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-85994b10 { text-decoration: none; }
.g-85994b10:hover { text-decoration: underline; }
.g-b83fa5c8 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-eae12fc7 { margin-top: var(--size-m); }
.g-e4e19bb7 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-d23823c6 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-eae12fc7 { margin-top: var(--size-s); }
.g-e4e19bb7 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-a84e08eb { height: 700px; }
.g-9e79cf6c { width: 95%; }
.g-d23823c6 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-cbebb12a { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-68272efe { text-align: center; }
.g-1d9228c6 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-719793ac { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-b907b701 { 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-b907b701:hover { background-color: var(--color-primary); }
.g-2483d69e { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-1d9228c6 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-af8d79a9 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-61826405 { margin-top: var(--size-xl); }
.g-b1ec1627 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-5b4e8505 { position: relative; display: inline-block; width: 100%; }
.g-5b4e8505 .g-95cec96a { 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-5b4e8505 .g-95cec96a:focus + .g-e3e63527 { opacity: 1; }
.g-5b4e8505 .g-2aa3482a { 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-5b4e8505 .g-2aa3482a:hover { opacity: .7; }
.g-5b4e8505 .g-6bbb949c { fill: var(--color-primary); }
.g-5b4e8505 .g-e3e63527 { 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-5b4e8505 .g-e3e63527:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-aa262a55 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-f6f06621 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-43573d0c { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-43573d0c::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-6d4806cd { 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-c71257b0 { max-width: 760px; text-align: center; }
.g-04f89df5 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-aa262a55 { min-height: 500px; }
.g-6d4806cd { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-c71257b0 { text-align: left; }
.g-20dc6081 { margin-top: var(--size-xs); }
.g-04f89df5 { margin-top: var(--size-s); }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-6024a1a2 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-021ed000 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-0cbe9826 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-60805cd9 { display: none; }
.g-c6ce6280 { width: 100%; }
.g-5dcfe683 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-4bc3249b { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-a2e7b0e5 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; margin-right: var(--size-m); }
.g-f0fffe1f { fill: var(--color-text); }
.g-fee41046 { stroke: var(--color-text); }
.g-ead5d2c7 { stroke: var(--color-text); }
.g-1144e22d { display: flex; flex-direction: column; }
.g-5c0f9eb2 { width: 100%; height: 300px; }
.g-715567b7 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-6024a1a2 { flex-direction: column-reverse; }
.g-021ed000 { flex-direction: column-reverse; justify-content: flex-start; }
.g-0cbe9826 { flex: 1; }
.g-ebf836cd { display: none; }
.g-60805cd9 { display: block; text-align: center; }
.g-5dcfe683 { justify-content: space-evenly; }
.g-5c0f9eb2 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-021ed000 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-a2e7b0e5 { margin-right: 0; }
.g-1144e22d { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-021ed000 { text-align: center; }
.g-0cbe9826 { padding: var(--size-s); }
.g-5dcfe683 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-4bc3249b { flex: inherit; align-items: center; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-5b49b3df { 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-9994dcc4 { width: 50%; }
.g-31b78496 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-70cc9ae1 { padding: var(--size-s) var(--size-m); }
.g-d0be6c9d { transform: scale(1.2); }
.g-412e885a { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-2b7accde svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-5b49b3df { padding: 20px 20px 10px; }
.g-d0be6c9d { transform: none; }
 }@media screen and (max-width: 768px) { .g-9994dcc4 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-5b49b3df { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-31b78496 { text-align: center; }
 }

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

/* Block: expertise::process--0 (process) */
.g-a6eea9ec { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-a6eea9ec::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-07d5a611 { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-07d5a611::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-a081ae9a::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-23a7c9ed { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-7fd23b44 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-29de1496 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-82d5d66b { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-9ec5c2d7 { padding-bottom: 37px; }
.g-9ec5c2d7::before { bottom: 0; }
.g-96109898 { padding-top: 35px; }
.g-96109898::before { top: 0; }
@media screen and (max-width: 768px) { .g-a6eea9ec { flex-direction: column; }
.g-a6eea9ec::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-0a1e9f6b { width: 50%; }
.g-23a7c9ed { margin: 0; align-self: initial; }
.g-7fd23b44 { order: 2; margin-left: auto; align-self: initial; }
.g-29de1496 { order: 3; align-self: initial; }
.g-82d5d66b { margin-left: auto; align-self: initial; }
.g-07d5a611 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-07d5a611::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-9ec5c2d7 { padding-bottom: var(--size-xs); }
.g-96109898 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-96109898::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-a6eea9ec::before { left: 0; }
.g-0a1e9f6b { width: 100%; }
.g-23a7c9ed { margin: 0; }
.g-7fd23b44 { margin: 0; }
.g-29de1496 { margin: 0; }
.g-82d5d66b { margin: 0; }
.g-07d5a611 { padding-left: var(--size-s); }
.g-07d5a611::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-9ec5c2d7 { margin: 0; padding-top: 35px; }
.g-96109898 { padding-top: 35px; }
 }

/* Block: expertise::text--1 (text) */
.g-7a7ad6c0 { text-align: center; }

/* Block: reassurance::text--0 (text) */
.g-09c6af40 { text-align: center; }

/* Block: reassurance::faq--0 (faq) */
.g-5a080b46 { position: relative; gap: var(--size-s); }
.g-5a080b46 * { flex: 1; }
.g-633ce056 { width: 80%; margin-inline: auto; }
.g-01d2e3ee { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-ed4c0b17 { user-select: none; }
.g-ed4c0b17[open] .g-0adf395a { transform: scaleY(1); }
.g-10f31f67 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-10f31f67::-webkit-details-marker { display: none; }
.g-0adf395a { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-0adf395a svg { fill: var(--color-primary); }
.g-0d5d512a { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-10f31f67 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-0d5d512a { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-5a080b46 { flex-direction: column; }
.g-633ce056 { width: 100%; margin-top: var(--size-m); }
.g-01d2e3ee { margin-right: var(--size-s); }
 }

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