/* Block: categories-list (categories-list) */
.g-72579d15 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-72579d15 .g-0dc1dad6 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-72579d15 .g-0dc1dad6:hover { filter: brightness(0.96); }
.g-72579d15 .g-0dc1dad6:hover .g-ec9620f8 { opacity: 1; }
.g-72579d15 .g-db32d3b2 { position: relative; z-index: 1; }
.g-72579d15 .g-ec9620f8 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-0dc1dad6 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-ec9620f8 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-0dc1dad6 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-ec9620f8 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-3f75fe49 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-3f75fe49 .g-1228687f { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-3f75fe49 .g-b3327f26 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-3f75fe49 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-1228687f { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-c3d18f06 { text-align: center; }
.g-b3327f26 { 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-4eaaec3d { 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-59f7e9c6 { display: block; }
.g-323bd71b { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-4eaaec3d { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-323bd71b { gap: var(--size-xxs); }
.g-d5c89027 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-6662a87c { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-7c4cd3c8 { 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-7c4cd3c8.g-05ed6ed3 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-a05d7eb6 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-24c97e82 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-640f101b { max-width: 563px; }
.g-a83bddb2 { max-width: 465px; }
.g-9aa35b4c { margin-top: var(--size-xs); }
.g-3d1ec624 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-7a725c8e { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-81bd3348 { 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-81bd3348:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-9d86578b { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-c8be453f { transform: scale(1.2); margin-right: var(--size-xs); }
.g-3923a897 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-5353bfe6 { display: flex; justify-content: space-between; align-items: center; }
.g-6e1f3243 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-27c17672 { 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-640f101b { max-width: 550px; }
.g-a83bddb2 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-5353bfe6 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-6e1f3243 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-27c17672 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-9ff8f704 { order: 3; }
 }@media screen and (max-width: 576px) { .g-24c97e82 { gap: var(--size-m); }
.g-3d1ec624 { flex-direction: column; gap: var(--size-xxs); }
.g-7a725c8e { width: 100%; }
.g-81bd3348 { width: 100%; }
.g-6e1f3243 { 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-cb1f2184 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-29983c5e { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-9d1c0e65 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-3b10bbb5 { font-size: 34px; margin-right: var(--size-xxs); }
.g-c4d66adf { font-size: 24px; font-weight: 600; }
.g-16eebd9d { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-ef99ba0c { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-ef99ba0c:hover { opacity: 0.7; }
.g-ef99ba0c svg { fill: var(--color-text); }
.g-f9d1db7c { display: none; }
.g-662c75f9 { 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-b3a9fa00 { clip-path: inherit; }
.g-b3a9fa00 .g-b1ecfd33 { background-color: rgba(0, 0, 0, 0.2); }
.g-b3a9fa00 .g-815aac76 { opacity: 1; transform: translateX(0); }
.g-948e3507 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-1749bca0 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-1749bca0:hover { opacity: 0.7; }
.g-1749bca0 svg { fill: var(--color-text); }
.g-b1ecfd33 { 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-815aac76 { 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-ef99ba0c { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-3b10bbb5 { font-size: 28px; }
.g-c4d66adf { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-29983c5e { justify-content: flex-start; }
.g-16eebd9d { gap: var(--size-m); }
.g-40b9dfd3 { display: none; }
.g-f9d1db7c { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-902a6fa2 { padding: var(--size-xl) 0; }
.g-28a992a7 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-137df5cc { margin-top: var(--size-s); }
.g-37749896 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-137df5cc { margin-top: var(--size-xs); }
.g-37749896 { margin-top: var(--size-s); }
 }

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

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

/* Block: page-header (page-header) */
.g-fe0a9306 { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-b89b7ab1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-b89b7ab1::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-304891f6 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-76263684 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-fe0a9306 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-fe0a9306 { padding-bottom: 40px; }
 }

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

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

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

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

.g-c9c39df5 .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-c9c39df5 .prev,
.g-c9c39df5 .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-9c40f1bb { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-9c40f1bb .g-ef10c9b1 { position: relative; text-decoration: none; }
.g-9c40f1bb .g-3ba3410c { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-9c40f1bb .g-f11828f0 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-9c40f1bb .g-f11828f0 img { width: 100%; height: 100%; object-fit: cover; }
.g-9c40f1bb .g-27d61aa6 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-9c40f1bb .g-c83af019 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-9c40f1bb .g-7b18b069 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-9c40f1bb .g-5fa3d99d { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-5631628f { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-5631628f .g-ef10c9b1 { position: relative; text-decoration: none; }
.g-5631628f .g-3ba3410c { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-5631628f .g-f11828f0 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-5631628f .g-f11828f0 img { width: 100%; height: 100%; object-fit: cover; }
.g-5631628f .g-27d61aa6 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-5631628f .g-c83af019 { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-5631628f .g-7b18b069 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-5631628f .g-5fa3d99d { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-3ba3410c { gap: 0 4px; }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-c1750eaa { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-c1750eaa 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-c1750eaa 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-c1750eaa .g-dedb1e68 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-c1750eaa .g-b60770fe { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-c1750eaa .g-167abe47 { margin-top: var(--size-m); }
.g-c1750eaa .g-3c2726f1 { 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-c1750eaa .g-d44853af { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-c1750eaa .g-d44853af::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-c1750eaa .g-d44853af:hover { color: var(--color-text); }
.g-c1750eaa .g-796d9ea5 { font-weight: bold; }
.g-c1750eaa .g-796d9ea5::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-c1750eaa { grid-template-columns: 1fr; }
.g-c1750eaa .g-58d4ff0f { display: none; }
.g-c1750eaa .g-167abe47 { margin-top: var(--size-s); }
.g-c1750eaa .g-3c2726f1 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-c1750eaa blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-c1750eaa blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-ac27069b { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-b450d46d { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-43edd8e0 { text-decoration: none; }
.g-43edd8e0:hover { text-decoration: underline; }
.g-9e922c0a { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-de924aaf { margin-top: var(--size-s); }
.g-5fc94a20 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-ac27069b { gap: var(--size-xs); }
.g-9e922c0a { margin-top: var(--size-s); }
.g-5fc94a20 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-f11d3804 { text-align: center; }
.g-d7e4254f { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-f8f2b9d1 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-37874adb { 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-37874adb:hover { background-color: var(--color-primary); }
.g-d4af0d9e { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-d7e4254f { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-53d61c76 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-53d61c76 .g-4b25233d { margin-top: var(--size-m); max-width: 600px; }
.g-986f570e { margin-top: var(--size-xl); }
.g-a9e57260 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-53d61c76 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-1246442f { position: relative; display: inline-block; width: 100%; }
.g-1246442f .g-52e7f23f { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-1246442f .g-caf01a1e { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-1246442f .g-aa710af2 { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-1246442f .g-aa710af2:hover { opacity: .7; }
.g-1246442f .g-65d743a6 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-1246442f .g-65d743a6:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-75a587c7 { 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-ccc7e278 { fill: var(--color-text-light); }
.g-7cacbf71 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-75a587c7 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-1ece0835 { padding: var(--size-xl) 0; }
.g-76586321 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-cc5d8277 { margin-top: var(--size-s); }
.g-18a0dda4 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-cc5d8277 { margin-top: var(--size-xs); }
.g-18a0dda4 { margin-top: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-d09d9a4a { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-d09d9a4a .g-7ee1593a { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-d09d9a4a .g-7ee1593a:hover { filter: brightness(0.96); }
.g-d09d9a4a .g-7ee1593a:hover .g-c320c86f { opacity: 1; }
.g-d09d9a4a .g-8d23a8d0 { position: relative; z-index: 1; }
.g-d09d9a4a .g-c320c86f { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-7ee1593a { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-c320c86f { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-7ee1593a { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-c320c86f { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-c666cd11 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-89405f6c { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-9bbfffbd { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-62c90e07 { display: none; }
.g-6422c43b { width: 100%; }
.g-970ecfd1 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-5669f5d8 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-ffde7fbd { 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-a826cab6 { fill: var(--color-text); }
.g-70a7f95b { stroke: var(--color-text); }
.g-5d6fc139 { stroke: var(--color-text); }
.g-d1d50d06 { display: flex; flex-direction: column; }
.g-9bfff4d5 { width: 100%; height: 300px; }
.g-191831b2 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-c666cd11 { flex-direction: column-reverse; }
.g-89405f6c { flex-direction: column-reverse; justify-content: flex-start; }
.g-9bbfffbd { flex: 1; }
.g-909a45b0 { display: none; }
.g-62c90e07 { display: block; text-align: center; }
.g-970ecfd1 { justify-content: space-evenly; }
.g-9bfff4d5 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-89405f6c { width: 100%; }
 }@media screen and (max-width: 768px) { .g-ffde7fbd { margin-right: 0; }
.g-d1d50d06 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-89405f6c { text-align: center; }
.g-9bbfffbd { padding: var(--size-s); }
.g-970ecfd1 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-5669f5d8 { flex: inherit; align-items: center; }
 }

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

/* Block: about-page::highlights--0 (highlights) */
.g-a4b82b84 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-cbddb23c { flex: 1; }
.g-9d1608d6 { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-8e981652 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-7a6bd46b { 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-a4b82b84 { flex-direction: column; gap: var(--size-m); }
.g-cbddb23c { text-align: center; }
 }@media screen and (max-width: 576px) { .g-9d1608d6 { gap: var(--size-s); }
.g-8e981652 { flex-direction: column; gap: var(--size-xxs); }
 }

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

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

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

/* Block: reassurance::about--1 (about) */
.g-2aaf27c9 { display: flex; align-items: center; gap: var(--size-m); }
.g-e188656e { flex: 1; }
.g-34b387b0 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-2aaf27c9 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-416ad0e1 { text-align: center; }
 }

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