/* Block: categories-list (categories-list) */
.g-2bc39923 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-2bc39923 .g-4b9a87ca { 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-2bc39923 .g-4b9a87ca:hover { filter: brightness(0.96); }
.g-2bc39923 .g-bd19e5fb { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-2bc39923 .g-6fef0403 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-2bc39923 { gap: var(--size-s); }
.g-4b9a87ca { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-2bc39923 { gap: var(--size-xs); }
.g-4b9a87ca { min-height: 40px; padding: 8px 16px; }
.g-bd19e5fb { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-cf4d8bde { padding: var(--size-m) 0 var(--section-padding); }
.g-cf4d8bde .g-0622278f { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-cf4d8bde .g-c99f31a9 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-0622278f { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-c99f31a9 { margin-top: var(--size-xs); text-align: center; }
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: cookie (cookie) */
.g-e23b433e { 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-690d09b9 { display: block; }
.g-5f346afc { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-e23b433e { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-5f346afc { gap: var(--size-xxs); }
.g-cf1fc186 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-c5a4e7cc { margin-top: var(--size-m); }
.g-fab02d34 { margin-top: var(--size-m); }
.g-b908a97c { margin-top: var(--size-xl); }
.g-312221f7 { align-items: stretch; }
.g-4e935978 { height: auto; }
.g-db8e02aa { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-db8e02aa .g-ab5cd7f9 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-db8e02aa .g-3ee9a9b3 { background: var(--color-primary); transform: scale(1.2); }
.g-ea3c44b3 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-edee27a0 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-b58f65f7 { 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-b58f65f7.g-4fad619d { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-ddfa037e { margin-top: var(--section-padding); }
.g-3f777e65 { 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-d66d7c98 { max-width: 510px; }
.g-5333de66 { max-width: 430px; }
.g-7be0ff38 { margin-top: var(--size-xs); }
.g-5f0203cb { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-064c7d8b { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-36b35960 { 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-36b35960:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-c2291605 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-9c3845c7 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-a8625121 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-e6d63b78 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-f8462b27 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-0a8ae061 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-553bef3f { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-3f777e65 { padding: var(--size-m); }
.g-d66d7c98 { max-width: initial; }
.g-5333de66 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-553bef3f { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-99db779a { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-3f777e65 { gap: var(--size-m); }
.g-5f0203cb { flex-direction: column; gap: var(--size-xxs); }
.g-064c7d8b { width: 100%; }
.g-36b35960 { width: 100%; }
.g-e6d63b78 { justify-content: flex-start; align-items: flex-start; }
.g-f8462b27 { 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 {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-6f195566 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-4eaec315 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-a1d8a3ec { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-487e4900 { font-size: 34px; margin-right: var(--size-xxs); }
.g-b2f9746e { font-size: 24px; font-weight: 600; }
.g-4e137c5d { -ms-overflow-style: none; scrollbar-width: none; }
.g-83a9554a { display: none; }
.g-66b6bb4b { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-11f1ace7 { cursor: pointer; border: 0; padding: var(--size-xxs); transition: 0.3s opacity ease-in-out; width: 56px; height: 56px; border-radius: var(--size-xl); text-align: center; background-color: var(--color-primary); }
.g-11f1ace7:hover { opacity: 0.7; }
.g-11f1ace7 svg { vertical-align: middle; fill: var(--color-text-light); }
.g-d6da205e { display: none; }
.g-01bb650a { display: none; }
.g-025b024f { display: inline; }
.g-524b10c1 { display: none; }
.g-d7aeee5f { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-d7aeee5f.g-26c60d53 { display: flex; width: 100%; }
.g-b7bd5ba8 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-487e4900 { font-size: 28px; }
.g-b2f9746e { font-size: 20px; }
.g-66b6bb4b { gap: var(--size-xxs); }
.g-b7a217da { display: none; }
.g-01bb650a { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-54a81767 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-cd552129 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-cf5494dd { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-cf5494dd::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-20ea40dd { 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-3a3870aa { max-width: 760px; text-align: center; }
.g-8b9d879a { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-54a81767 { min-height: 500px; }
.g-20ea40dd { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-3a3870aa { text-align: left; }
.g-7009bcad { margin-top: var(--size-xs); }
.g-8b9d879a { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-d02a8d0d { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-0cd86903 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-10c2bcbc { text-align: center; margin-top: var(--size-xl); }
.g-8582b90a { text-align: center; margin-top: var(--size-s); }
.g-1e643b1f { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-10c2bcbc { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-1e643b1f { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-4c7d9927 { padding: var(--size-m) 0 50px; }
.g-71fc6c33 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-37d8d0d0 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-71fc6c33 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-04fbb767 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-04fbb767 .g-3c68235a { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-04fbb767 .g-3c68235a:hover .g-ce3b9e07 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-04fbb767 .g-a2bb5848 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-04fbb767 .g-a2bb5848::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-04fbb767 .g-a2bb5848 img { width: 100%; height: 100%; object-fit: cover; }
.g-04fbb767 .g-ce3b9e07 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-04fbb767 .g-97a4f90e { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-04fbb767 .g-b21c9006 { 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-04fbb767 .g-aeb90426 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-04fbb767 .g-4cbb79e9 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-04fbb767 .g-b2b99e61 { display: flex; align-items: center; gap: 8px; }
.g-04fbb767 .g-b2b99e61:hover { text-decoration: underline; }
.g-04fbb767 .g-b2b99e61 svg { margin-left: 8px; fill: currentColor; }
.g-04fbb767 .g-00a47262 { white-space: nowrap; opacity: 0.8; }
.g-a542f695 { min-height: 600px; }
.g-a542f695 .g-3c68235a { padding: 48px 40px; }
.g-a542f695 .g-ce3b9e07 { transform: none; }
@media screen and (max-width: 870px) { .g-a542f695 { min-height: 368px; }
.g-a542f695 .g-3c68235a { padding: 24px; }
.g-a542f695 .g-ce3b9e07 { 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-f6934c52 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-f6934c52 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-f6934c52 .g-020d08cd { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-f6934c52 .g-0960318d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f6934c52 .g-e12c7a08 { margin-top: var(--size-m); }
.g-f6934c52 .g-95e1aaa1 { 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-f6934c52 .g-a9af9888 { display: block; text-decoration: none; }
.g-f6934c52 .g-a9af9888:hover { text-decoration: underline; }
.g-f6934c52 .g-eee1d10a { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-f6934c52 { grid-template-columns: 1fr; }
.g-f6934c52 .g-86ed9ec9 { display: none; }
.g-f6934c52 .g-e12c7a08 { margin-top: var(--size-s); }
.g-f6934c52 .g-95e1aaa1 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-f6934c52 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-367b2be0 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-c5feeacc { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-7d735c68 { text-decoration: none; }
.g-7d735c68:hover { text-decoration: underline; }
.g-f40d3ef9 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-d9b8ec1e { margin-top: var(--size-s); }
.g-ab418847 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-367b2be0 { gap: var(--size-xs); }
.g-f40d3ef9 { margin-top: var(--size-s); }
.g-ab418847 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-b5880796 { text-align: center; }
.g-928ffcd9 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-74ba17a9 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-23b0c4ec { 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-23b0c4ec:hover { background-color: var(--color-primary); }
.g-a85310e4 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-928ffcd9 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-f53debd0 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-f53debd0 .g-24c3cb2b { text-align: center; max-width: 500px; margin: 0 auto; }
.g-f53debd0 .g-dace6308 { margin-top: var(--size-m); }
.g-c3d90cfd { margin-top: var(--size-xl); }
.g-179a99a1 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-f53debd0 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-46287eb6 { position: relative; display: inline-block; width: 100%; }
.g-46287eb6 .g-13608a14 { 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-46287eb6 .g-13608a14:focus + .g-ca025f28 { opacity: 1; }
.g-46287eb6 .g-611e7c2b { 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-46287eb6 .g-611e7c2b:hover { opacity: .7; }
.g-46287eb6 .g-888ef6dd { fill: var(--color-primary); }
.g-46287eb6 .g-ca025f28 { 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-46287eb6 .g-ca025f28:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-ea2f1d79 { 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-52e34880 { fill: var(--color-text-light); }
.g-4f146113 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-ea2f1d79 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-76ac7ed9 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-6696a3e0 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-afa1d0ea { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-afa1d0ea::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-fe51c159 { 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-6f303d66 { max-width: 760px; text-align: center; }
.g-d4e82ced { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-76ac7ed9 { min-height: 500px; }
.g-fe51c159 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-6f303d66 { text-align: left; }
.g-f59fe09b { margin-top: var(--size-xs); }
.g-d4e82ced { margin-top: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-3a707bdd { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-3a707bdd .g-ba1a1f76 { 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-3a707bdd .g-ba1a1f76:hover { filter: brightness(0.96); }
.g-3a707bdd .g-2cb16131 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-3a707bdd .g-bd6e3125 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-3a707bdd { gap: var(--size-s); }
.g-ba1a1f76 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-3a707bdd { gap: var(--size-xs); }
.g-ba1a1f76 { min-height: 40px; padding: 8px 16px; }
.g-2cb16131 { gap: 8px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-709049f7 { margin-top: var(--size-m); }
.g-18c7ac52 { margin-top: var(--size-m); }
.g-90ca00c7 { margin-top: var(--size-xl); }
.g-fa77936d { align-items: stretch; }
.g-6b9f2d42 { height: auto; }
.g-90af5d3e { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-90af5d3e .g-8128a854 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-90af5d3e .g-4b437e1d { background: var(--color-primary); transform: scale(1.2); }
.g-63721c4f { 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-dbf3a17f { 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-dbf3a17f { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-4867be91 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-979b541d { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-7c241ded { display: flex; justify-content: flex-start; }
.g-a8113cc7 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-e218fde9 { display: flex; justify-content: flex-start; align-items: center; }
.g-d7c87ee0 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-c730592e { fill: var(--color-text); }
.g-24ea3254 { stroke: var(--color-text); }
.g-152c3a17 { stroke: var(--color-text); }
.g-fc6c44d3 { display: flex; flex-direction: column; }
.g-1a3218d6 { flex: 0 0 50%; height: 383px; }
.g-217d486c { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-4867be91 { flex-direction: column; }
.g-979b541d { width: 100%; flex: 0 0 auto; }
.g-7c241ded { flex-direction: column; }
.g-a8113cc7 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-2d66c837 { width: 100%; display: flex; justify-content: space-between; }
.g-e218fde9 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-d7c87ee0 { margin-right: 0; }
.g-fc6c44d3 { margin-top: var(--size-xs); }
.g-1a3218d6 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-979b541d { padding: var(--size-xs); }
.g-2d66c837 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-e218fde9 { align-items: center; }
.g-fc6c44d3 { text-align: center; }
.g-1a3218d6 { height: 370px; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-aac1e0c7 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-71d8f7b1 { flex: 1; }
.g-b65f2329 { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-546cf300 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-99ab4505 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 870px) { .g-aac1e0c7 { flex-direction: column; gap: var(--size-m); }
.g-71d8f7b1 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-b65f2329 { gap: var(--size-s); }
.g-546cf300 { flex-direction: column; gap: var(--size-xxs); }
 }

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

/* Block: approach::about--0 (about) */
.g-8bd4952a { display: flex; align-items: center; gap: var(--size-m); }
.g-ba040822 { flex: 1; }
.g-655f494b { flex: 1; }
@media screen and (max-width: 768px) { .g-8bd4952a { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-655f494b { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-4f226892 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-dda58c01 { flex: 1; }
.g-a39d88d1 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-1bd3bdaf { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-secondary); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-03fe69b8 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-4f226892 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-dda58c01 { text-align: center; }
.g-03fe69b8 { font-size: 32px; flex: 0 0 35px; }
 }

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

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

/* Block: approach::faq--0 (faq) */
.g-83cf1b4f { display: flex; position: relative; gap: var(--size-s); }
.g-83cf1b4f * { flex: 1; }
.g-bc6e9bd1 { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-5a74adce { flex-shrink: 0; }
.g-75b613ee { grid-column: span 2; }
.g-3cb117ae { user-select: none; }
.g-3cb117ae[open] .g-7fc497ba { transform: rotate(45deg); }
.g-ee0764f4 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-ee0764f4::-webkit-details-marker { display: none; }
.g-7fc497ba { 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-7fc497ba svg { fill: var(--color-primary); }
.g-a6fde9bc { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-ee0764f4 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-7fc497ba { width: 24px; height: 24px; }
.g-7fc497ba svg { width: 16px; height: 16px; }
.g-a6fde9bc { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-83cf1b4f { flex-direction: column; }
.g-bc6e9bd1 { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-75b613ee { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-83cf1b4f { text-align: center; }
 }