/* Block: categories-list (categories-list) */
.g-fb64412d { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-fb64412d .g-1028f15c { 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-fb64412d .g-1028f15c:hover { filter: brightness(0.96); }
.g-fb64412d .g-1028f15c:hover .g-a451392d { opacity: 1; }
.g-fb64412d .g-e462da8c { position: relative; z-index: 1; }
.g-fb64412d .g-a451392d { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-1028f15c { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-a451392d { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-1028f15c { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-a451392d { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-2814110d { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-2814110d .g-7e193e6f { 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-2814110d .g-4714ee0f { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-2814110d { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-7e193e6f { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-3656a558 { text-align: center; }
.g-4714ee0f { 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-2323c451 { 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-3813ebd7 { display: block; }
.g-88b0d0b0 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-2323c451 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-88b0d0b0 { gap: var(--size-xxs); }
.g-d4675047 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-26f0e9f4 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-cc948bf7 { 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-cc948bf7.g-7da72c2f { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-f80f18b3 { margin-top: var(--section-padding); }
.g-6cf16fc3 { position: relative; background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: -80px; }
.g-90705911 { max-width: 510px; }
.g-5a38f75b { max-width: 430px; }
.g-f6c38781 { margin-top: var(--size-xs); }
.g-72bad891 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-50b9595c { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-2eac0009 { 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-2eac0009:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-51dc096a { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-07ce9d2f { transform: scale(1.2); margin-right: var(--size-xs); }
.g-ca73e1a9 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-f9aef49a { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-0ec4995d { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-6c2870f4 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-f5989548 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-6cf16fc3 { padding: var(--size-m); }
.g-90705911 { max-width: initial; }
.g-5a38f75b { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-f5989548 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-52789a04 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-6cf16fc3 { gap: var(--size-m); }
.g-72bad891 { flex-direction: column; gap: var(--size-xxs); }
.g-50b9595c { width: 100%; }
.g-2eac0009 { width: 100%; }
.g-f9aef49a { justify-content: flex-start; align-items: flex-start; }
.g-0ec4995d { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    transition: 0.1s text-shadow ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a .g-be92a013,
#header-nav-desktop .current_page_item a .g-be92a013,
#header-nav-dropdown .current-menu-item a .g-be92a013,
#header-nav-dropdown .current_page_item a .g-be92a013 {
    background-color: var(--color-text);
}

.g-d75736a1 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-318b9a7e { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-d6d00632 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-55af55ae { display: none; }
.g-d002f419 { font-size: 34px; margin-right: var(--size-xxs); }
.g-27e103e4 { font-size: 24px; font-weight: 600; }
.g-456a5146 { -ms-overflow-style: none; scrollbar-width: none; }
.g-916ad6c3 { display: none; }
.g-53363dcb { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-be92a013 { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-0179946b { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; text-align: center; background-color: transparent; }
.g-0179946b:hover { transform: scale(1.05); }
.g-fbb503c8 { display: none; }
.g-c157ae36 { display: none; }
.g-0932016a { display: inline; }
.g-9d46cec1 { display: none; }
.g-dd689cf4 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-dd689cf4.g-790706ec { display: flex; width: 100%; }
.g-88a0710b { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-88a0710b .g-be92a013 { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-d002f419 { font-size: 28px; }
.g-27e103e4 { font-size: 20px; }
.g-53363dcb { gap: var(--size-xxs); }
.g-cf44fd95 { display: none; }
.g-c157ae36 { display: block; }
.g-dd689cf4.g-790706ec { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-64ceecdd { padding: var(--size-xl) 0; }
.g-3da94147 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-4605d5a3 { margin-top: var(--size-s); }
.g-23701937 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-4605d5a3 { margin-top: var(--size-xs); }
.g-23701937 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-b7f390ac { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-c94cc45c { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-377548e9 { text-align: center; margin-top: var(--size-xl); }
.g-456e212a { text-align: center; margin-top: var(--size-s); }
.g-8aec3d60 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-377548e9 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-8aec3d60 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-fc2a7250 { position: relative; overflow: hidden; height: 100%; }
.g-fc2a7250 .g-b620b396 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-fc2a7250 .g-af0f1d6f { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-fc2a7250 .g-af0f1d6f img { width: 100%; height: 100%; object-fit: cover; }
.g-fc2a7250 .g-7e13981c { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-fc2a7250 .g-fae6b691 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-fc2a7250 .g-7774d3ad { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-fc2a7250 .g-07c7b972 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-fc2a7250 .g-ef3384ad { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-fc2a7250 .g-50a1e991 { display: flex; align-items: center; gap: 8px; }
.g-fc2a7250 .g-50a1e991:hover { text-decoration: underline; }
.g-fc2a7250 .g-5bca7afc { white-space: nowrap; opacity: 0.8; }
.g-fc2a7250 .g-10aba6c1 { margin-top: var(--size-s); }
.g-fc2a7250 .g-e46669a0 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-5f36a9f9 { position: relative; overflow: hidden; height: 100%; }
.g-5f36a9f9 .g-b620b396 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-5f36a9f9 .g-af0f1d6f { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-5f36a9f9 .g-af0f1d6f img { width: 100%; height: 100%; object-fit: cover; }
.g-5f36a9f9 .g-7e13981c { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-5f36a9f9 .g-fae6b691 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-5f36a9f9 .g-7774d3ad { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-5f36a9f9 .g-07c7b972 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-5f36a9f9 .g-ef3384ad { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-5f36a9f9 .g-10aba6c1 { margin-top: 16px; }
.g-5f36a9f9 .g-e46669a0 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-fae6b691 { gap: 0 4px; }
.g-0320bc88 { flex-direction: column-reverse; }
.g-8ed219f4 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-0431d3b9 { width: 100%; }
 }

/* 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-441ff27e { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-441ff27e blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-441ff27e .g-3d9fb7d3 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-441ff27e .g-db77546a { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-441ff27e .g-a4e2581f { margin-top: var(--size-m); }
.g-441ff27e .g-c813ee64 { 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-441ff27e .g-c6a15fcf { display: block; text-decoration: none; }
.g-441ff27e .g-c6a15fcf:hover { text-decoration: underline; }
.g-441ff27e .g-b0b72e8c { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-441ff27e { grid-template-columns: 1fr; }
.g-441ff27e .g-23554bb1 { order: 1; }
.g-441ff27e .g-9742da33 { order: 2; }
.g-441ff27e .g-a4e2581f { margin-top: var(--size-s); }
.g-441ff27e .g-c813ee64 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-8653e518 { position: relative; height: 800px; }
.g-01c87191 { height: 100%; display: flex; flex-direction: column; }
.g-25ea9190 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-25ea9190::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-7180a35c { width: 100%; height: 100%; }
.g-a1ee9799 { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-055f84bd { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-011061b5 { text-decoration: none; }
.g-011061b5:hover { text-decoration: underline; }
.g-2eab3f6c { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-6d440ce2 { margin-top: var(--size-m); }
.g-c2cecbbd { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-055f84bd { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-6d440ce2 { margin-top: var(--size-s); }
.g-c2cecbbd { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-8653e518 { height: 700px; }
.g-a1ee9799 { width: 95%; }
.g-055f84bd { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-7180a35c { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-20e8a223 { text-align: center; }
.g-7930cb2a { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-bbe12bf8 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-e713c11a { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-e713c11a:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-7930cb2a { margin-top: var(--size-m); }
.g-bbe12bf8 { border-radius: var(--size-m); }
.g-e713c11a { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-5c09de4b { margin-top: var(--size-m); max-width: 600px; }
.g-8c1269a1 { margin-top: var(--size-m); max-width: 600px; }
.g-783c7488 { margin-top: var(--size-xl); }

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

/* Block: toTop (toTop) */
.g-621178fe { 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-621178fe svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-621178fe { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-6eb32208 { padding: var(--size-xl) 0; }
.g-4885acf7 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-e0a184c6 { margin-top: var(--size-s); }
.g-ac84f60e { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-e0a184c6 { margin-top: var(--size-xs); }
.g-ac84f60e { margin-top: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-4cb1a869 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-4cb1a869 .g-f624f145 { 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-4cb1a869 .g-f624f145:hover { filter: brightness(0.96); }
.g-4cb1a869 .g-f624f145:hover .g-5b2ebd1a { opacity: 1; }
.g-4cb1a869 .g-38980bd7 { position: relative; z-index: 1; }
.g-4cb1a869 .g-5b2ebd1a { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-f624f145 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-5b2ebd1a { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-f624f145 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-5b2ebd1a { font-size: 56px; }
 }

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

/* Block: front-page::page-content--0 (page-content) */
.g-68528baa { margin: var(--section-padding) 0; }

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

/* Block: contacts-page::form--0 (form) */
.g-e9f74e8a { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-2b6e1579 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-dfa211ab { display: flex; justify-content: flex-start; }
.g-59271df8 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-7044fc5b { display: flex; justify-content: flex-start; align-items: center; }
.g-e93e9407 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-bbc94050 { fill: var(--color-text); }
.g-bf7e3511 { stroke: var(--color-text); }
.g-ed571983 { stroke: var(--color-text); }
.g-bb292083 { display: flex; flex-direction: column; }
.g-97ba99ef { flex: 0 0 50%; height: 383px; }
.g-d55ee9fe { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-e9f74e8a { flex-direction: column; }
.g-2b6e1579 { width: 100%; flex: 0 0 auto; }
.g-dfa211ab { flex-direction: column; }
.g-59271df8 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-cb81c693 { width: 100%; display: flex; justify-content: space-between; }
.g-7044fc5b { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-e93e9407 { margin-right: 0; }
.g-bb292083 { margin-top: var(--size-xs); }
.g-97ba99ef { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-2b6e1579 { padding: var(--size-xs); }
.g-cb81c693 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-7044fc5b { align-items: center; }
.g-bb292083 { text-align: center; }
.g-97ba99ef { height: 370px; }
 }

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

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

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

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

/* Block: approach::process--0 (process) */
.g-df021506 { width: 60%; }
.g-f2073aaf { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-1784fa41 { flex: 1; }
.g-ceee3fed { position: relative; }
.g-ceee3fed::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-3d545c9c::before { display: none; }
@media screen and (max-width: 870px) { .g-9cff0ee2 { flex-direction: column; }
.g-df021506 { width: 100%; }
.g-f2073aaf { display: grid; grid-template-columns: 1fr 1fr; }
.g-f2073aaf::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-f2073aaf::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-ceee3fed::before { display: none; }
 }@media screen and (max-width: 576px) { .g-df021506 { text-align: center; }
.g-f2073aaf { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-f2073aaf::before { display: none; }
.g-f2073aaf::after { display: none; }
.g-ceee3fed::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-3d545c9c::before { display: none; }
 }

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

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

/* Block: approach::about--1 (about) */
.g-ff643c74 { padding: 0; }
@media screen and (max-width: 1280px) { .g-834efa17 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-ff643c74 { padding: 0 var(--wrapper-padding); }
.g-6ffe4e7e { column-count: 1; }
.g-834efa17 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-6ffe4e7e { text-align: center; }
 }