/* Block: categories-list (categories-list) */
.g-f10b03e9 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-f10b03e9 .g-92d17a26 { 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-f10b03e9 .g-92d17a26:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-a614f0df { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-a614f0df .g-27d6e134 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-a614f0df .g-e6eb979e { font-size: 80px; }
.g-a614f0df .g-187bd730 { margin-top: var(--size-xs); }
.g-a614f0df .g-c04e8da8 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-27d6e134 { padding: var(--size-xs); }
.g-e6eb979e { font-size: 64px; }
.g-c04e8da8 { 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-25667dc6 { 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-29d3c6c8 { display: block; }
.g-894bba8f { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-25667dc6 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-894bba8f { gap: var(--size-xxs); }
.g-98dda786 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-ef9767a5 { margin-top: var(--size-m); }
.g-6856693e { margin-top: var(--size-m); }
.g-db786fcf { margin-top: var(--size-xl); }
.g-effa72c3 { align-items: stretch; }
.g-646d4cec { height: auto; }
.g-2143c106 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-2143c106 .g-9ecacf5a { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-2143c106 .g-fdf23d79 { background: var(--color-primary); transform: scale(1.2); }
.g-1dd93c45 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-c3393e3e { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-8be41e40 { 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-8be41e40.g-68a5b3c9 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-0eeb7ece { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-71364267 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-cbfb1697 { max-width: 563px; }
.g-d2d623c1 { max-width: 465px; }
.g-c2dbaef7 { margin-top: var(--size-xs); }
.g-08a3704e { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-250022ce { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-2bc12f85 { 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-2bc12f85:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-9b6b5770 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-7d85e642 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-5a508a4d { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-85e7a7db { display: flex; justify-content: space-between; align-items: center; }
.g-6bb43f09 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-c4ee3f4e { 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-cbfb1697 { max-width: 550px; }
.g-d2d623c1 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-85e7a7db { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-6bb43f09 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-c4ee3f4e { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-b1657dd1 { order: 3; }
 }@media screen and (max-width: 576px) { .g-71364267 { gap: var(--size-m); }
.g-08a3704e { flex-direction: column; gap: var(--size-xxs); }
.g-250022ce { width: 100%; }
.g-2bc12f85 { width: 100%; }
.g-6bb43f09 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs);
    display: flex;
    align-items: center;
}
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a {
    height: 100%;
    justify-content: center;
}
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    height: 50px;
    justify-content: flex-start;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-sidebar .menu-item a:hover,
#header-nav-sidebar .page_item a:hover {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-sidebar .current-menu-item a,
#header-nav-sidebar .current_page_item a {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a::after,
#header-nav-desktop .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
}
#header-nav-sidebar .current-menu-item a::after,
#header-nav-sidebar .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--wrapper-padding));
    width: 4px;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 870px) {
    #header-nav-desktop .menu-item a,
    #header-nav-desktop .page_item a {
        justify-content: flex-start;
    }
}

.g-9adef7c6 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-2a91a0e4 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-ecf474d6 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-582d0a14 { font-size: 34px; margin-right: var(--size-xxs); }
.g-43da284b { font-size: 24px; font-weight: 600; }
.g-036c66f0 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-3241960d { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-3241960d:hover { opacity: 0.7; }
.g-3241960d svg { fill: var(--color-text); }
.g-4f90534c { display: none; }
.g-7476ca66 { position: fixed; z-index: 6; width: 100%; height: 100%; top: 0; left: 0; clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
.g-4f4fea33 { clip-path: inherit; }
.g-4f4fea33 .g-5d69039d { background-color: rgba(0, 0, 0, 0.2); }
.g-4f4fea33 .g-0bd5d110 { opacity: 1; transform: translateX(0); }
.g-68154474 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-5543b360 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-5543b360:hover { opacity: 0.7; }
.g-5543b360 svg { fill: var(--color-text); }
.g-5d69039d { transition: 0.3s background-color ease-in-out; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0); }
.g-0bd5d110 { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; min-width: 260px; width: 100%; max-width: 30%; height: 100%; box-shadow: 4px 0px 20px rgba(23, 23, 28, 0.1); opacity: 0; transform: translateX(-100%); transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; padding: 0 var(--size-m) 0 var(--wrapper-padding); }
@media screen and (max-width: 375px) { .g-3241960d { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-582d0a14 { font-size: 28px; }
.g-43da284b { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-2a91a0e4 { justify-content: flex-start; }
.g-036c66f0 { gap: var(--size-m); }
.g-8a93137a { display: none; }
.g-4f90534c { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-3acfd317 { padding: var(--section-padding) 0; }
.g-d59727fc { display: flex; }
.g-90465b9a { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-ca1e2686 { margin-top: var(--size-s); }
.g-4e0dc250 { margin-top: var(--size-m); }
.g-efe17649 { flex: 1; }
.g-c983367f { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-d59727fc { flex-direction: column; }
.g-90465b9a { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-c983367f { height: 400px; }
 }@media screen and (max-width: 576px) { .g-90465b9a { padding-bottom: var(--size-m); }
.g-c983367f { height: auto; }
 }

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

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

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

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

.g-4a2f70ec .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 32px;
    min-width: 32px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid var(--color-secondary);
}

.g-4a2f70ec .page-numbers:hover {
    text-decoration: underline;
}

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

.g-4a2f70ec .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

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

.g-4a2f70ec .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-4a2f70ec .prev,
.g-4a2f70ec .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-941d9586 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-941d9586 .g-eedb1b1b { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-941d9586 .g-eedb1b1b:hover .g-b8554aff { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-941d9586 .g-de50d859 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-941d9586 .g-de50d859::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-941d9586 .g-de50d859 img { width: 100%; height: 100%; object-fit: cover; }
.g-941d9586 .g-b8554aff { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-941d9586 .g-12b2af57 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-941d9586 .g-9d0147c4 { 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-941d9586 .g-b91a2732 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-941d9586 .g-b5a6985f { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-941d9586 .g-a5751152 { display: flex; align-items: center; gap: 8px; }
.g-941d9586 .g-a5751152:hover { text-decoration: underline; }
.g-941d9586 .g-a5751152 svg { margin-left: 8px; fill: currentColor; }
.g-941d9586 .g-ccb2d137 { white-space: nowrap; opacity: 0.8; }
.g-bebe3abd { min-height: 600px; }
.g-bebe3abd .g-eedb1b1b { padding: 48px 40px; }
.g-bebe3abd .g-b8554aff { transform: none; }
@media screen and (max-width: 870px) { .g-bebe3abd { min-height: 368px; }
.g-bebe3abd .g-eedb1b1b { padding: 24px; }
.g-bebe3abd .g-b8554aff { 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-a39f2d5d { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-a39f2d5d 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-a39f2d5d 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-a39f2d5d .g-46ba684c { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-a39f2d5d .g-37efa0e9 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a39f2d5d .g-799378de { margin-top: var(--size-m); }
.g-a39f2d5d .g-764c4c20 { 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-a39f2d5d .g-7bb06e2d { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-a39f2d5d .g-7bb06e2d::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-a39f2d5d .g-7bb06e2d:hover { color: var(--color-text); }
.g-a39f2d5d .g-2fa7ad70 { font-weight: bold; }
.g-a39f2d5d .g-2fa7ad70::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-a39f2d5d { grid-template-columns: 1fr; }
.g-a39f2d5d .g-97ee9866 { display: none; }
.g-a39f2d5d .g-799378de { margin-top: var(--size-s); }
.g-a39f2d5d .g-764c4c20 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-a39f2d5d blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-a39f2d5d blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-582f0169 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-58627dca { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-916757a6 { text-decoration: none; }
.g-916757a6:hover { text-decoration: underline; }
.g-0e4d05d7 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-fcd65bc4 { margin-top: var(--size-s); }
.g-4804a181 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-582f0169 { gap: var(--size-xs); }
.g-0e4d05d7 { margin-top: var(--size-s); }
.g-4804a181 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-ce8a7871 { text-align: center; }
.g-3aa72ba1 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-b674736f { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-b6eec275 { 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-b6eec275:hover { background-color: var(--color-primary); }
.g-58c76e8e { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-3aa72ba1 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-1d8d8afd { text-align: center; max-width: 430px; margin: 0 auto; }
.g-d6cc6556 { margin-top: var(--size-xl); }
.g-32becb8b { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-7f3ea61a { position: relative; display: inline-block; width: 100%; }
.g-7f3ea61a .g-c8bd8343 { 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-7f3ea61a .g-c8bd8343:focus + .g-834d559c { opacity: 1; }
.g-7f3ea61a .g-7fe81323 { 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-7f3ea61a .g-7fe81323:hover { opacity: .7; }
.g-7f3ea61a .g-8887245b { fill: var(--color-primary); }
.g-7f3ea61a .g-834d559c { 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-7f3ea61a .g-834d559c:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-d12b2709 { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-d12b2709 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-d12b2709 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-d7260cc1 { padding: var(--section-padding) 0; }
.g-c36b2bc9 { display: flex; }
.g-43fe5b29 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-71161c28 { margin-top: var(--size-s); }
.g-9fa2488c { margin-top: var(--size-m); }
.g-2954de80 { flex: 1; }
.g-e2dde895 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-c36b2bc9 { flex-direction: column; }
.g-43fe5b29 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-e2dde895 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-43fe5b29 { padding-bottom: var(--size-m); }
.g-e2dde895 { height: auto; }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-72b5176a { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-72b5176a .g-3f44b8c0 { 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-72b5176a .g-3f44b8c0:hover { filter: brightness(0.96); }

/* Block: front-page::featured-posts (featured-posts) */
.g-d54f257a { margin-top: var(--size-m); }
.g-13890c61 { margin-top: var(--size-m); }
.g-2a27e3b3 { margin-top: var(--size-xl); }
.g-4c5e1dbf { align-items: stretch; }
.g-add10a14 { height: auto; }
.g-a8ca4ae4 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-a8ca4ae4 .g-43a265a6 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-a8ca4ae4 .g-987ac4db { background: var(--color-primary); transform: scale(1.2); }
.g-792f0ae7 { 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-1ac362c8 { 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-1ac362c8 { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-871decbd { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-362e5d49 { 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-683a19e2 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-37aa2af5 { display: flex; justify-content: flex-start; align-items: center; }
.g-9af59da5 { 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-c20a9133 { display: flex; flex-direction: column; }
.g-199c865f { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-877ae49b { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-871decbd { flex-direction: column-reverse; }
.g-362e5d49 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-7503647c { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-7503647c .g-37aa2af5 { margin-top: 0; }
.g-37aa2af5 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-9af59da5 { margin-right: 0; }
.g-c20a9133 { margin-top: var(--size-xs); }
.g-199c865f { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-362e5d49 { text-align: center; }
.g-7503647c { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-37aa2af5 { align-items: center; }
.g-aa5a437f { margin: 0 auto; }
 }

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

/* Block: about-page::highlights--0 (highlights) */
.g-6d54b3b5 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-9b1265d8 { flex: 0 1 560px; }
.g-4888d980 { flex: 1 1 630px; }
.g-409c8170 { flex: 1; }
.g-889b9316 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-cbc0427a { flex: 1; }
.g-39583a96 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-2920fcc1 { 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: 768px) { .g-6d54b3b5 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-9b1265d8 { flex: auto; }
.g-4888d980 { flex: auto; width: 100%; }
.g-889b9316 { margin-top: var(--size-s); }
.g-cbc0427a { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-39583a96 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-9b1265d8 { text-align: center; }
.g-889b9316 { flex-direction: column; }
.g-cbc0427a { flex: auto; text-align: center; }
.g-39583a96 { align-items: center; }
 }

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

/* Block: approach::about--0 (about) */
.g-27ba850c { display: flex; align-items: center; gap: var(--size-m); }
.g-5aa215ae { flex: 1; }
.g-90748933 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-27ba850c { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-d041c6b0 { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-c647b299 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-61b96c3c { flex: 1; }
.g-e20b4a0e { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-74dad4ed { 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-812c47d2 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-c647b299 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-61b96c3c { text-align: center; }
.g-812c47d2 { font-size: 32px; flex: 0 0 35px; }
 }

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

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

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