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

/* Block: category-header (category-header) */
.g-439a40c5 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-439a40c5 .g-6adfbb94 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-439a40c5 .g-4fc43539 { font-size: 80px; }
.g-439a40c5 .g-3927420f { margin-top: var(--size-xs); }
.g-439a40c5 .g-e2b68f42 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-6adfbb94 { padding: var(--size-xs); }
.g-4fc43539 { font-size: 64px; }
.g-e2b68f42 { 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-f3bafafe { 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-ff2e1a89 { display: block; }
.g-426d79f5 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-f3bafafe { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-426d79f5 { gap: var(--size-xxs); }
.g-5fe3d016 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-fa2d57b6 { margin-top: var(--size-m); }
.g-94d68a35 { margin-top: var(--size-m); }
.g-4f571002 { margin-top: var(--size-xl); }
.g-b6cf6637 { align-items: stretch; }
.g-8eafdee6 { height: auto; }
.g-8d2caae6 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-8d2caae6 .g-74b9c720 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-8d2caae6 .g-9e30a855 { background: var(--color-primary); transform: scale(1.2); }
.g-515f1f61 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-5b3e884c { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-4654ebbb { 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-4654ebbb.g-554e0847 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-52fcff74 { margin-top: var(--section-padding); }
.g-d93afa54 { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-6d849b64 { max-width: 510px; }
.g-49575802 { max-width: 430px; }
.g-9d393467 { margin-top: var(--size-xs); }
.g-a9ef95bc { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-61dc98ac { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-bdcd2775 { 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-bdcd2775:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-f52b9eac { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-17adf7a1 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-e69fa5ad { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-9179878e { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-f423e034 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-9e82979d { margin-top: var(--size-xl); display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-d93afa54 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-6d849b64 { max-width: initial; }
.g-49575802 { max-width: initial; }
.g-e69fa5ad { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-9179878e { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-f423e034 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-9e82979d { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-7d99b19e { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-d93afa54 { gap: var(--size-m); }
.g-a9ef95bc { flex-direction: column; gap: var(--size-xxs); }
.g-61dc98ac { width: 100%; }
.g-bdcd2775 { width: 100%; }
.g-f423e034 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    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-0f9faa5b,
#header-nav-desktop .current_page_item a .g-0f9faa5b,
#header-nav-dropdown .current-menu-item a .g-0f9faa5b,
#header-nav-dropdown .current_page_item a .g-0f9faa5b {
    background-color: var(--color-text);
}

.g-1dbd5a58 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-fa6bf9be { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-dbaa5cc1 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-f8266453 { display: none; }
.g-5a035be4 { font-size: 34px; margin-right: var(--size-xxs); }
.g-05b32665 { font-size: 24px; font-weight: 600; }
.g-fbecc6cd { -ms-overflow-style: none; scrollbar-width: none; }
.g-d4841505 { display: none; }
.g-1ef3e9ea { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-0f9faa5b { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-b23f647b { 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-b23f647b:hover { transform: scale(1.05); }
.g-e5beaa6a { display: none; }
.g-0a0b2979 { display: none; }
.g-d6b37393 { display: inline; }
.g-79e2445f { display: none; }
.g-63a4ea7e { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-63a4ea7e.g-b55bcefe { display: flex; width: 100%; }
.g-c8adea95 { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-c8adea95 .g-0f9faa5b { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-5a035be4 { font-size: 28px; }
.g-05b32665 { font-size: 20px; }
.g-1ef3e9ea { gap: var(--size-xxs); }
.g-df259d2a { display: none; }
.g-0a0b2979 { display: block; }
.g-63a4ea7e.g-b55bcefe { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-fa75aed0 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-5e66367c { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-07acce05 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-07acce05::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-ee8f2567 { 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-aef5f064 { max-width: 760px; text-align: center; }
.g-3df4aaaf { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-fa75aed0 { min-height: 500px; }
.g-ee8f2567 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-aef5f064 { text-align: left; }
.g-07b0a596 { margin-top: var(--size-xs); }
.g-3df4aaaf { margin-top: var(--size-s); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-0d7144da { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-0d7144da .g-c0ba98ff { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-0d7144da .g-c0ba98ff:hover .g-38f80a43 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-0d7144da .g-b2240aea { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-0d7144da .g-b2240aea::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-0d7144da .g-b2240aea img { width: 100%; height: 100%; object-fit: cover; }
.g-0d7144da .g-38f80a43 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-0d7144da .g-cffb48f1 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-0d7144da .g-430ee11f { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-0d7144da .g-a006feea { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-0d7144da .g-5f329ee9 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-0d7144da .g-87cd361d { display: flex; align-items: center; gap: 8px; }
.g-0d7144da .g-87cd361d:hover { text-decoration: underline; }
.g-0d7144da .g-87cd361d svg { margin-left: 8px; fill: currentColor; }
.g-0d7144da .g-02a6876c { white-space: nowrap; opacity: 0.8; }
.g-703a8601 { min-height: 600px; }
.g-703a8601 .g-c0ba98ff { padding: 48px 40px; }
.g-703a8601 .g-38f80a43 { transform: none; }
@media screen and (max-width: 870px) { .g-703a8601 { min-height: 368px; }
.g-703a8601 .g-c0ba98ff { padding: 24px; }
.g-703a8601 .g-38f80a43 { transform: translateY(46px); }
 }

/* 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-3583818b { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-3583818b blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-3583818b .g-f352dfe2 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-3583818b .g-949d5090 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-3583818b .g-f8604422 { margin-top: var(--size-m); }
.g-3583818b .g-2624dd6a { 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-3583818b .g-17982bb3 { display: block; text-decoration: none; }
.g-3583818b .g-17982bb3:hover { text-decoration: underline; }
.g-3583818b .g-7710d26e { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-3583818b { grid-template-columns: 1fr; }
.g-3583818b .g-edd82346 { order: 1; }
.g-3583818b .g-f5ee4fcd { order: 2; }
.g-3583818b .g-f8604422 { margin-top: var(--size-s); }
.g-3583818b .g-2624dd6a { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-ca135159 { position: relative; height: 800px; }
.g-226863f6 { height: 100%; display: flex; flex-direction: column; }
.g-54f818d4 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-54f818d4::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-10eb5fed { width: 100%; height: 100%; }
.g-d0a3aba5 { 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-49a3cb6c { 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-2690dc73 { text-decoration: none; }
.g-2690dc73:hover { text-decoration: underline; }
.g-32012d14 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-75a1a07e { margin-top: var(--size-m); }
.g-2011857c { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-49a3cb6c { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-75a1a07e { margin-top: var(--size-s); }
.g-2011857c { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-ca135159 { height: 700px; }
.g-d0a3aba5 { width: 95%; }
.g-49a3cb6c { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-10eb5fed { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-b6e26dab { text-align: center; }
.g-e484fc25 { position: relative; }
.g-5ec8d025 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-5ec8d025:hover { background-color: var(--color-primary); }
.g-fc557699 { left: -42px; }
.g-13e0bc2a { right: -42px; }
@media screen and (max-width: 1024px) { .g-095a7302 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-5ec8d025 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-b55d9907 { margin-top: var(--size-m); max-width: 600px; }
.g-f9ccc615 { margin-top: var(--size-m); max-width: 600px; }
.g-ec59cfda { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-4f43881b { position: relative; display: inline-block; width: 100%; }
.g-4f43881b .g-ef360a8a { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-4f43881b .g-0fde1368 { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-4f43881b .g-0fde1368:hover { opacity: .7; }

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

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

/* Block: front-page::faq--0 (faq) */
.g-e0ff8a1f { display: flex; position: relative; gap: var(--size-s); }
.g-e0ff8a1f * { flex: 1; }
.g-ac50f03d { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-17df944c { flex-shrink: 0; }
.g-d933bb24 { grid-column: span 2; }
.g-b955a8fb { user-select: none; }
.g-b955a8fb[open] .g-c46ad8f7 { transform: rotate(45deg); }
.g-b8b0d9b3 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-b8b0d9b3::-webkit-details-marker { display: none; }
.g-c46ad8f7 { 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-c46ad8f7 svg { fill: var(--color-primary); }
.g-ab4c05c9 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-b8b0d9b3 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-c46ad8f7 { width: 24px; height: 24px; }
.g-c46ad8f7 svg { width: 16px; height: 16px; }
.g-ab4c05c9 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e0ff8a1f { flex-direction: column; }
.g-ac50f03d { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-d933bb24 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-e0ff8a1f { text-align: center; }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-8dc11558 { margin-top: var(--size-m); }
.g-9f7a3375 { margin-top: var(--size-m); }
.g-04954e1c { margin-top: var(--size-xl); }
.g-0ac5bb02 { align-items: stretch; }
.g-b16cb1d9 { height: auto; }
.g-b194cbf4 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-b194cbf4 .g-ca4e03ca { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-b194cbf4 .g-034ca056 { background: var(--color-primary); transform: scale(1.2); }
.g-b0282935 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-a4a4f187 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-e9ec1500 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-5c743772 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-8de40da7 { display: flex; justify-content: flex-start; align-items: center; }
.g-e7dc7a90 { 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-99c942c9 { display: flex; flex-direction: column; }
.g-5584f427 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-1d1096f0 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-a4a4f187 { flex-direction: column-reverse; }
.g-e9ec1500 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-46aeaafd { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-46aeaafd .g-8de40da7 { margin-top: 0; }
.g-8de40da7 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-e7dc7a90 { margin-right: 0; }
.g-99c942c9 { margin-top: var(--size-xs); }
.g-5584f427 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-e9ec1500 { text-align: center; }
.g-46aeaafd { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-8de40da7 { align-items: center; }
.g-6dc8c820 { margin: 0 auto; }
 }

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

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