/* Block: categories-list (categories-list) */
.g-85dbdb15 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-85dbdb15 .g-70eb3ec0 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-85dbdb15 .g-70eb3ec0:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-85dbdb15 .g-70eb3ec0:hover .g-2b589e8f { opacity: 1; }
.g-85dbdb15 .g-56e9cb6f { position: relative; z-index: 1; }
.g-85dbdb15 .g-2b589e8f { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-85dbdb15 .g-d5d30749 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-85dbdb15 .g-d5d30749 .g-2b589e8f { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-70eb3ec0 { min-height: 144px; padding-bottom: 82px; }
.g-2b589e8f { font-size: 72px; }
.g-d5d30749 { padding-bottom: 120px; min-height: 159px; }
.g-d5d30749 .g-2b589e8f { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-85dbdb15 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-70eb3ec0 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-2b589e8f { font-size: 56px; right: 16px; bottom: 16px; }
.g-d5d30749 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-d5d30749 .g-2b589e8f { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-d4044067 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-d4044067 .g-3d48ac78 { 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-d4044067 .g-085bb5ed { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-d4044067 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-3d48ac78 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-43bfa329 { text-align: center; }
.g-085bb5ed { 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-3de13098 { 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-b9cfa877 { display: block; }
.g-170f2e78 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-3de13098 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-170f2e78 { gap: var(--size-xxs); }
.g-43643f78 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-93454d72 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-0c412438 { 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-0c412438.g-77f0f527 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-234ee838 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-540a44b9 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-474c5469 { max-width: 563px; }
.g-f6a57e3e { max-width: 465px; }
.g-67d15c6e { margin-top: var(--size-xs); }
.g-7792de1c { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d2e2fa64 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-919e7e24 { 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-919e7e24:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-fd9431cc { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-2616e6f9 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-75c7201b { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-336251c0 { display: flex; justify-content: space-between; align-items: center; }
.g-b9ca4e04 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-bff90d38 { 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-474c5469 { max-width: 550px; }
.g-f6a57e3e { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-336251c0 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-b9ca4e04 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-bff90d38 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-1d34d841 { order: 3; }
 }@media screen and (max-width: 576px) { .g-540a44b9 { gap: var(--size-m); }
.g-7792de1c { flex-direction: column; gap: var(--size-xxs); }
.g-d2e2fa64 { width: 100%; }
.g-919e7e24 { width: 100%; }
.g-b9ca4e04 { 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-f269df71 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-92df94bb { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-841a56c4 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-ac3ef3ea { font-size: 34px; margin-right: var(--size-xxs); }
.g-e84043b8 { font-size: 24px; font-weight: 600; }
.g-9ed46603 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-9b6361d0 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-9b6361d0:hover { opacity: 0.7; }
.g-9b6361d0 svg { fill: var(--color-text); }
.g-eadc935e { display: none; }
.g-bc9e231b { 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-f27f7cdb { clip-path: inherit; }
.g-f27f7cdb .g-3d7ee546 { background-color: rgba(0, 0, 0, 0.2); }
.g-f27f7cdb .g-2dff62fd { opacity: 1; transform: translateX(0); }
.g-692504ee { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-8e8f791f { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-8e8f791f:hover { opacity: 0.7; }
.g-8e8f791f svg { fill: var(--color-text); }
.g-3d7ee546 { 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-2dff62fd { 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-9b6361d0 { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-ac3ef3ea { font-size: 28px; }
.g-e84043b8 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-92df94bb { justify-content: flex-start; }
.g-9ed46603 { gap: var(--size-m); }
.g-937c282d { display: none; }
.g-eadc935e { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-b0daa6bc { padding: var(--size-xl) 0; }
.g-a6c52967 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-9e6501c6 { margin-top: var(--size-s); }
.g-f17a1760 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-9e6501c6 { margin-top: var(--size-xs); }
.g-f17a1760 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-55510807 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-be5767f3 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-29b4e518 { text-align: center; margin-top: var(--size-xl); }
.g-f9a5ebcc { text-align: center; margin-top: var(--size-s); }
.g-d2c82be3 { text-align: center; }
@media screen and (max-width: 768px) { .g-29b4e518 { margin-top: var(--size-m); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-74d8fd96 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-74d8fd96 .g-7f84a5f3 { position: relative; text-decoration: none; }
.g-74d8fd96 .g-048ad5ec { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-74d8fd96 .g-bee175a4 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-74d8fd96 .g-bee175a4 img { width: 100%; height: 100%; object-fit: cover; }
.g-74d8fd96 .g-8d87696a { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-74d8fd96 .g-a7eb45f3 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-74d8fd96 .g-73f6ed13 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-74d8fd96 .g-204bb1f7 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-5af68250 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-5af68250 .g-7f84a5f3 { position: relative; text-decoration: none; }
.g-5af68250 .g-048ad5ec { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-5af68250 .g-bee175a4 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-5af68250 .g-bee175a4 img { width: 100%; height: 100%; object-fit: cover; }
.g-5af68250 .g-8d87696a { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-5af68250 .g-a7eb45f3 { 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-5af68250 .g-73f6ed13 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-5af68250 .g-204bb1f7 { 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-048ad5ec { 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-b0fcd914 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-b0fcd914 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-b0fcd914 .g-5e9e535f { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-b0fcd914 .g-a7e28ec7 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-b0fcd914 .g-e6387d90 { margin-top: var(--size-m); }
.g-b0fcd914 .g-df94c4d9 { 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-b0fcd914 .g-2b799817 { display: block; text-decoration: none; }
.g-b0fcd914 .g-2b799817:hover { text-decoration: underline; }
.g-b0fcd914 .g-2b56fdd1 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-b0fcd914 { grid-template-columns: 1fr; }
.g-b0fcd914 .g-19b607e1 { order: 1; }
.g-b0fcd914 .g-59c22c24 { order: 2; }
.g-b0fcd914 .g-e6387d90 { margin-top: var(--size-s); }
.g-b0fcd914 .g-df94c4d9 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-32e57deb { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-8c394449 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-9885cbc9 { text-decoration: none; }
.g-9885cbc9:hover { text-decoration: underline; }
.g-e2fbc522 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-01aa759f { margin-top: var(--size-s); }
.g-7bcff9ae { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-32e57deb { gap: var(--size-xs); }
.g-e2fbc522 { margin-top: var(--size-s); }
.g-7bcff9ae { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-755d8a44 { text-align: center; }
.g-04f837bd { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-559fe86a { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-568b73b0 { 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-568b73b0:hover { background-color: var(--color-primary); }
.g-75126434 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-04f837bd { margin-top: var(--size-m); }
 }

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

/* Block: searchform (searchform) */
.g-b4ef7f8a { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-b4ef7f8a .g-34a96173 { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-b4ef7f8a .g-93b8ea2a { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-b4ef7f8a .g-93b8ea2a:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-2bd02ace { padding: var(--size-xl) 0; }
.g-0341f2a9 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-bb4a18e3 { margin-top: var(--size-s); }
.g-a3b053e6 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-bb4a18e3 { margin-top: var(--size-xs); }
.g-a3b053e6 { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-a6cef97e { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-dbe7b752 { flex: 0 0 45%; position: relative; }
.g-76789afe { flex: 1; position: relative; z-index: 1; }
.g-4759d14c { user-select: none; }
.g-4759d14c[open] .g-5c7e0b33 { transform: rotate(45deg); }
.g-bfdbb8f4 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-bfdbb8f4::-webkit-details-marker { display: none; }
.g-5c7e0b33 { 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-5c7e0b33 svg { fill: var(--color-primary); }
.g-98ee3177 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-bfdbb8f4 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-5c7e0b33 { width: 24px; height: 24px; }
.g-5c7e0b33 svg { width: 16px; height: 16px; }
.g-98ee3177 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-a6cef97e { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-dbe7b752 { flex: 0; }
.g-76789afe { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-dbe7b752 { text-align: center; }
.g-76789afe { max-width: inherit; width: 100%; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-0fb5f360 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-0fb5f360 .g-f42be53e { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-0fb5f360 .g-f42be53e:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-0fb5f360 .g-f42be53e:hover .g-e13f4b78 { opacity: 1; }
.g-0fb5f360 .g-af2335a5 { position: relative; z-index: 1; }
.g-0fb5f360 .g-e13f4b78 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-0fb5f360 .g-c9fc12f3 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-0fb5f360 .g-c9fc12f3 .g-e13f4b78 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-f42be53e { min-height: 144px; padding-bottom: 82px; }
.g-e13f4b78 { font-size: 72px; }
.g-c9fc12f3 { padding-bottom: 120px; min-height: 159px; }
.g-c9fc12f3 .g-e13f4b78 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-0fb5f360 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-f42be53e { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-e13f4b78 { font-size: 56px; right: 16px; bottom: 16px; }
.g-c9fc12f3 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-c9fc12f3 .g-e13f4b78 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-488fc131 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-d7f8c767 { 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-6b6f2c3b { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-733f5c54 { display: flex; justify-content: flex-start; align-items: center; }
.g-4da07335 { 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-ca03e209 { display: flex; flex-direction: column; }
.g-4d942475 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-89ed857d { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-488fc131 { flex-direction: column-reverse; }
.g-d7f8c767 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-3c725bc4 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-3c725bc4 .g-733f5c54 { margin-top: 0; }
.g-733f5c54 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-4da07335 { margin-right: 0; }
.g-ca03e209 { margin-top: var(--size-xs); }
.g-4d942475 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-d7f8c767 { text-align: center; }
.g-3c725bc4 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-733f5c54 { align-items: center; }
.g-05113ced { margin: 0 auto; }
 }

/* Block: approach::about--0 (about) */
.g-2b4360ae { padding: 0; }
@media screen and (max-width: 1280px) { .g-d75872da { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-2b4360ae { padding: 0 var(--wrapper-padding); }
.g-71650a12 { column-count: 1; }
.g-d75872da { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-71650a12 { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-6028bc1b { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-6028bc1b::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: 1; }
.g-4adada19 { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-4adada19::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-6a673d12::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-91668f7d { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-770f5d84 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-e9c04e9c { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-9da50ce4 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-0adb91a5 { padding-bottom: 37px; }
.g-0adb91a5::before { bottom: 0; }
.g-6b0d86e5 { padding-top: 35px; }
.g-6b0d86e5::before { top: 0; }
@media screen and (max-width: 768px) { .g-6028bc1b { flex-direction: column; }
.g-6028bc1b::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-2a541e2b { width: 50%; }
.g-91668f7d { margin: 0; align-self: initial; }
.g-770f5d84 { order: 2; margin-left: auto; align-self: initial; }
.g-e9c04e9c { order: 3; align-self: initial; }
.g-9da50ce4 { margin-left: auto; align-self: initial; }
.g-4adada19 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-4adada19::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-0adb91a5 { padding-bottom: var(--size-xs); }
.g-6b0d86e5 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-6b0d86e5::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-6028bc1b::before { left: 0; }
.g-2a541e2b { width: 100%; }
.g-91668f7d { margin: 0; }
.g-770f5d84 { margin: 0; }
.g-e9c04e9c { margin: 0; }
.g-9da50ce4 { margin: 0; }
.g-4adada19 { padding-left: var(--size-s); }
.g-4adada19::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-0adb91a5 { margin: 0; padding-top: 35px; }
.g-6b0d86e5 { padding-top: 35px; }
 }

/* Block: approach::about--1 (about) */
.g-e116fc78 { display: flex; align-items: center; gap: var(--size-m); }
.g-e8788fbe { flex: 1; }
.g-8a4543e1 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-e116fc78 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-24f5c9c6 { text-align: center; }
 }

/* Block: approach::text--0 (text) */
.g-1fb8c321 { text-align: center; }

/* Block: approach::faq--0 (faq) */
.g-fe6e0a57 { position: relative; gap: var(--size-s); }
.g-fe6e0a57 * { flex: 1; }
.g-17a3c8f0 { width: 80%; margin-inline: auto; }
.g-25e26d26 { 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-46b7e5eb { user-select: none; }
.g-46b7e5eb[open] .g-5a276e4d { transform: scaleY(1); }
.g-ec12f003 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-ec12f003::-webkit-details-marker { display: none; }
.g-5a276e4d { 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-5a276e4d svg { fill: var(--color-primary); }
.g-300d4b54 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-ec12f003 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-300d4b54 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-fe6e0a57 { flex-direction: column; }
.g-17a3c8f0 { width: 100%; margin-top: var(--size-m); }
.g-25e26d26 { margin-right: var(--size-s); }
 }

/* Block: about-page::text--0 (text) */
.g-8253bcd1 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-dde12fad { text-align: center; }
.g-8253bcd1 { column-count: 1; }
 }

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