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

/* Block: category-header (category-header) */
.g-596382db { 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-596382db .g-475aa68d { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-596382db .g-73ee4b9a { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-475aa68d { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-73ee4b9a { 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-7e71e5ce { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-38eee07c { display: block; }
.g-e50b79c0 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-62d4adcf { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-a1beee9e { width: 100%; }
@media screen and (max-width: 768px) { .g-7e71e5ce { padding: var(--size-s); }
.g-e50b79c0 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-62d4adcf { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-a1beee9e { width: auto; }
 }@media screen and (max-width: 576px) { .g-62d4adcf { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-6189c121 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-b86d3318 { 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-b86d3318.g-06e410fc { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-65786265 { margin-top: var(--section-padding); }
.g-5872bcf1 { 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-570c2087 { max-width: 510px; }
.g-396b3471 { max-width: 430px; }
.g-7985cdb5 { margin-top: var(--size-xs); }
.g-2b2b88a8 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-35d1e0f3 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-97a0a67e { 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-97a0a67e:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-9fd6411f { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-4ebd71d5 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-5477fe35 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-e1acc47e { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-33c253df { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-8c0f2dc3 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-dca69d7f { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-5872bcf1 { padding: var(--size-m); }
.g-570c2087 { max-width: initial; }
.g-396b3471 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-dca69d7f { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-61ea66da { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-5872bcf1 { gap: var(--size-m); }
.g-2b2b88a8 { flex-direction: column; gap: var(--size-xxs); }
.g-35d1e0f3 { width: 100%; }
.g-97a0a67e { width: 100%; }
.g-e1acc47e { justify-content: flex-start; align-items: flex-start; }
.g-33c253df { 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-d5fe1f28,
#header-nav-desktop .current_page_item a .g-d5fe1f28,
#header-nav-dropdown .current-menu-item a .g-d5fe1f28,
#header-nav-dropdown .current_page_item a .g-d5fe1f28 {
    background-color: var(--color-text);
}

.g-c65be126 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-a3be1e4a { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-92084b5e { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-3154ee55 { display: none; }
.g-b48b78d1 { font-size: 34px; margin-right: var(--size-xxs); }
.g-9a24e39a { font-size: 24px; font-weight: 600; }
.g-baf60f4f { -ms-overflow-style: none; scrollbar-width: none; }
.g-b4d90ccd { display: none; }
.g-ee6f2fb0 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-d5fe1f28 { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-f1a673e5 { 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-f1a673e5:hover { transform: scale(1.05); }
.g-ce596c65 { display: none; }
.g-ccabb329 { display: none; }
.g-785054c6 { display: inline; }
.g-597d506b { display: none; }
.g-16da26f7 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-16da26f7.g-2fb80505 { display: flex; width: 100%; }
.g-88d53524 { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-88d53524 .g-d5fe1f28 { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-b48b78d1 { font-size: 28px; }
.g-9a24e39a { font-size: 20px; }
.g-ee6f2fb0 { gap: var(--size-xxs); }
.g-b5408d5d { display: none; }
.g-ccabb329 { display: block; }
.g-16da26f7.g-2fb80505 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-de4052ec { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-56ac2ba0 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-d6015b61 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-d6015b61::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-81161264 { 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-7372414f { max-width: 760px; text-align: center; }
.g-5d2f93f7 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-de4052ec { min-height: 500px; }
.g-81161264 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-7372414f { text-align: left; }
.g-2480d182 { margin-top: var(--size-xs); }
.g-5d2f93f7 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-6c6d7093 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-21ffb7cb { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-43493e04 { position: relative; padding: var(--size-xl) 0; }
.g-8b0f3bc4 { text-align: center; }
.g-4bbddebe { text-align: center; margin-top: var(--size-s); }
.g-8d08710b { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-8d08710b { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

.g-c3a2fe9c .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-c3a2fe9c .prev,
.g-c3a2fe9c .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-c3a2fe9c .prev:hover,
.g-c3a2fe9c .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-d7b2943e { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-d7b2943e .g-62374666 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-d7b2943e .g-75d2c97c { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-d7b2943e .g-75d2c97c img { width: 100%; height: 100%; object-fit: cover; }
.g-d7b2943e .g-29b3ff32 { 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-d7b2943e .g-3b97640c { 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-d7b2943e .g-9ff9308a { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-d7b2943e .g-cac8ea96 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-d7b2943e .g-62fa55e7 { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-d7b2943e .g-62fa55e7:hover { text-decoration: underline; }
.g-d7b2943e .g-2d1bf28f { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-d7b2943e .g-00efa771 { margin-top: var(--size-s); }
.g-d7b2943e .g-8750c5d8 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-e1ab3ce7 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-e1ab3ce7 .g-62374666 { position: relative; height: 100%; text-decoration: none; }
.g-e1ab3ce7 .g-79c1d4e2 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-e1ab3ce7 .g-eb2ce426 { flex-shrink: 0; width: 120px; }
.g-e1ab3ce7 .g-75d2c97c { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-e1ab3ce7 .g-75d2c97c img { width: 100%; height: 100%; object-fit: cover; }
.g-e1ab3ce7 .g-3b97640c { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-e1ab3ce7 .g-9ff9308a { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-e1ab3ce7 .g-cac8ea96 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-e1ab3ce7 .g-2d1bf28f { white-space: nowrap; opacity: 0.8; }
.g-e1ab3ce7 .g-8750c5d8 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-29b3ff32 { padding: 0 8px 8px; }
.g-3b97640c { gap: 0 4px; }
.g-e1ab3ce7 { padding: 16px 0; }
.g-e1ab3ce7 .g-79c1d4e2 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-e1ab3ce7 .g-eb2ce426 { flex-shrink: initial; width: auto; }
.g-e1ab3ce7 .g-75d2c97c { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-e1ab3ce7 .g-29b3ff32 { 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-ae475735 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-ae475735 blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-ae475735 blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-ae475735 .g-3f845dad { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-ae475735 .g-18f12ed0 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ae475735 .g-3eea9f7e { margin-top: var(--size-m); }
.g-ae475735 .g-cce21801 { 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-ae475735 .g-a04a02d5 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-ae475735 .g-a04a02d5::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-ae475735 .g-a04a02d5:hover { color: var(--color-text); }
.g-ae475735 .g-bfc9b6f0 { font-weight: bold; }
.g-ae475735 .g-bfc9b6f0::before { color: var(--color-primary); background-color: currentColor; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-ae475735 { grid-template-columns: 1fr; }
.g-ae475735 .g-792114e4 { display: none; }
.g-ae475735 .g-3eea9f7e { margin-top: var(--size-s); }
.g-ae475735 .g-cce21801 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-ae475735 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-ae475735 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-e687b9b9 { position: relative; }
.g-a8917ccc { width: 100%; }
.g-0b7f83ac { position: relative; display: flex; flex-direction: column; }
.g-6d2485ab { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-6d2485ab::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-75d43c20 { width: 100%; height: 100%; }
.g-c0f82fdd { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-30531c35 { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-7c3a0629 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-cca6c001 { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-cca6c001:hover { text-decoration: underline; }
.g-11a2112f { margin-top: var(--size-m); }
.g-3ebf8fd9 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-0b7f83ac { padding-bottom: 40px; }
.g-7c3a0629 { gap: var(--size-xxs); }
.g-cca6c001 { height: 31px; padding: 8px 16px; }
.g-11a2112f { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-30531c35 { padding-bottom: 0; }
.g-cca6c001 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-0b7f83ac { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-75d43c20 { aspect-ratio: auto; height: 100%; }
.g-30531c35 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-1b85d6ed { text-align: center; }
.g-d400200e { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-2023fd78 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-28222ea6 { 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-28222ea6:hover { background-color: var(--color-primary); }
.g-b8b64f8f { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-d400200e { margin-top: var(--size-m); }
 }

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

/* Block: searchform (searchform) */
.g-0747d38d { position: relative; display: inline-block; width: 100%; }
.g-0747d38d .g-5cbeac3d { 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-0747d38d .g-98296291 { 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-0747d38d .g-6abba345 { 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-0747d38d .g-6abba345:hover { opacity: .7; }
.g-0747d38d .g-37dbf4a6 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-0747d38d .g-37dbf4a6:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-8cbd0550 { position: fixed; bottom: 30px; right: 30px; opacity: 0; background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; visibility: hidden; transition: 0.3s opacity ease-in-out; z-index: 4; }
.g-8cbd0550 svg { fill: var(--color-text-light); }
.g-58c2a07e { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-8cbd0550 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-a83508cb { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-6081b229 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-67f9cc7f { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-67f9cc7f::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-8d762edb { 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-7811390d { max-width: 760px; text-align: center; }
.g-1a96f2e4 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-a83508cb { min-height: 500px; }
.g-8d762edb { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-7811390d { text-align: left; }
.g-5d270cee { margin-top: var(--size-xs); }
.g-1a96f2e4 { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-1393fa95 { display: flex; align-items: center; gap: var(--size-m); }
.g-81281d08 { flex: 1; }
.g-bbc8d5f9 { flex: 1; }
@media screen and (max-width: 768px) { .g-1393fa95 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-bbc8d5f9 { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-06998f9d { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-402f05be { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-4be8ea21 { display: flex; justify-content: flex-start; }
.g-0bd99795 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-b868fc48 { display: flex; justify-content: flex-start; align-items: center; }
.g-ce6323a4 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-f0509a5b { fill: var(--color-text); }
.g-795c4c23 { stroke: var(--color-text); }
.g-6cb2fede { stroke: var(--color-text); }
.g-b49fffae { display: flex; flex-direction: column; }
.g-cbf6f451 { flex: 0 0 50%; height: 383px; }
.g-46e23611 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-06998f9d { flex-direction: column; }
.g-402f05be { width: 100%; flex: 0 0 auto; }
.g-4be8ea21 { flex-direction: column; }
.g-0bd99795 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-6b23be4c { width: 100%; display: flex; justify-content: space-between; }
.g-b868fc48 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-ce6323a4 { margin-right: 0; }
.g-b49fffae { margin-top: var(--size-xs); }
.g-cbf6f451 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-402f05be { padding: var(--size-xs); }
.g-6b23be4c { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-b868fc48 { align-items: center; }
.g-b49fffae { text-align: center; }
.g-cbf6f451 { height: 370px; }
 }

/* Block: about-page::text--0 (text) */
.g-51eea3e9 { text-align: center; }

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

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

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

/* Block: reassurance::faq--0 (faq) */
.g-e4d997f2 { display: flex; position: relative; gap: var(--size-s); }
.g-e4d997f2 * { flex: 1; }
.g-8517709c { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-382779b3 { flex-shrink: 0; }
.g-3b1b7c8d { grid-column: span 2; }
.g-e4477e99 { user-select: none; }
.g-e4477e99[open] .g-1b533345 { transform: rotate(45deg); }
.g-17bc0442 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-17bc0442::-webkit-details-marker { display: none; }
.g-1b533345 { 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-1b533345 svg { fill: var(--color-primary); }
.g-69b1bb9c { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-17bc0442 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-1b533345 { width: 24px; height: 24px; }
.g-1b533345 svg { width: 16px; height: 16px; }
.g-69b1bb9c { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e4d997f2 { flex-direction: column; }
.g-8517709c { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-3b1b7c8d { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-e4d997f2 { text-align: center; }
 }

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