/* Block: categories-list (categories-list) */
.g-6403449b { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-6403449b .g-4186ebc4 { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-6403449b .g-4186ebc4:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-cb3a1441 { padding: var(--size-m) 0 var(--section-padding); }
.g-cb3a1441 .g-6cb7be05 { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-cb3a1441 .g-e037b94a { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-6cb7be05 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-e037b94a { 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-6861bf53 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-ba6c3c04 { display: block; }
.g-e37b1b4c { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-3e19d7e7 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-ab227b24 { width: 100%; }
@media screen and (max-width: 768px) { .g-6861bf53 { padding: var(--size-s); }
.g-e37b1b4c { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-3e19d7e7 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-ab227b24 { width: auto; }
 }@media screen and (max-width: 576px) { .g-3e19d7e7 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-40328c3a { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-272dfd26 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-56e1eefa { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-2aa3f6f9 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-40328c3a { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-40328c3a { grid-template-columns: 1fr; gap: var(--size-l); }
.g-272dfd26 { padding: 8px; }
 }

/* Block: footer (footer) */
.g-0298e402 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-7a242d36 { 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-7a242d36.g-5ef55a21 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-97c70b51 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-f4c58fd5 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-f863deb5 { max-width: 563px; }
.g-dee9f91f { max-width: 465px; }
.g-7798fbb9 { margin-top: var(--size-xs); }
.g-f2635ec0 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-2891f6a3 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-9b3604d8 { 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-9b3604d8:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-57514f8b { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-e3b86abe { transform: scale(1.2); margin-right: var(--size-xs); }
.g-b251bb25 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-b12b064a { display: flex; justify-content: space-between; align-items: center; }
.g-711aa78f { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-0b97b234 { 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-f863deb5 { max-width: 550px; }
.g-dee9f91f { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-b12b064a { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-711aa78f { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-0b97b234 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-0e04c9e1 { order: 3; }
 }@media screen and (max-width: 576px) { .g-f4c58fd5 { gap: var(--size-m); }
.g-f2635ec0 { flex-direction: column; gap: var(--size-xxs); }
.g-2891f6a3 { width: 100%; }
.g-9b3604d8 { width: 100%; }
.g-711aa78f { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out, 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 {
    background-color: var(--color-bg);
    color: var(--color-text);
    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 {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}

.g-69d3f73a { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-151bf894 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-c626cca7 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-797f3e36 { font-size: 34px; margin-right: var(--size-xxs); }
.g-157352e5 { font-size: 24px; font-weight: 600; }
.g-2dc3125c { -ms-overflow-style: none; scrollbar-width: none; }
.g-b8d0125d { display: none; }
.g-a442e7fa { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-bb89f6dd { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-bb89f6dd:hover { transform: scale(1.05); }
.g-bb89f6dd svg { fill: var(--color-text-light); }
.g-cb37a087 { display: none; }
.g-96f60b4e { display: none; }
.g-9f3e9188 { display: inline; }
.g-a1eeb2db { display: none; }
.g-cddbeb6d { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-cddbeb6d.g-b6730b40 { display: flex; width: 100%; }
.g-4787473a { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-797f3e36 { font-size: 28px; }
.g-157352e5 { font-size: 20px; }
.g-a442e7fa { gap: var(--size-xxs); }
.g-b229e838 { display: none; }
.g-96f60b4e { display: block; }
.g-cddbeb6d.g-b6730b40 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-18507996 { padding: var(--section-padding) 0; }
.g-e1f1606f { display: flex; }
.g-7037f10c { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-db410477 { width: 100%; height: 100%; }
.g-ce0e87d5 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-e7b61852 { margin-top: var(--size-s); }
.g-d4d12d90 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-e1f1606f { flex-direction: column-reverse; }
.g-7037f10c { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-db410477 { height: 350px; }
.g-ce0e87d5 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-db410477 { height: auto; }
.g-ce0e87d5 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-955615e5 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-3562aaaf { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-952d069d { position: relative; padding: var(--size-xl) 0; }
.g-2086fea8 { text-align: center; }
.g-fc698198 { text-align: center; margin-top: var(--size-s); }
.g-578a478d { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-578a478d { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-318106f2 { padding: var(--size-m) 0 50px; }
.g-3202ffab { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-5deb98d5 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-3202ffab { margin-top: var(--size-xs); }
 }

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

.g-e4ed0a94 .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 32px;
    min-width: 32px;
    text-decoration: none;
    font-weight: 500;
}

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

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

.g-e4ed0a94 .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

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

.g-e4ed0a94 .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-e4ed0a94 .prev,
.g-e4ed0a94 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-e4ed0a94 .prev:hover,
.g-e4ed0a94 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-2e693e28 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-2e693e28 .g-11002134 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-2e693e28 .g-e94d469c { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-2e693e28 .g-e94d469c img { width: 100%; height: 100%; object-fit: cover; }
.g-2e693e28 .g-cd829ba0 { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-2e693e28 .g-3ee593a0 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-2e693e28 .g-4d56ca32 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-2e693e28 .g-774e05db { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-2e693e28 .g-6755faf8 { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-2e693e28 .g-6755faf8:hover { text-decoration: underline; }
.g-2e693e28 .g-59f4ff50 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-2e693e28 .g-010c8a2c { margin-top: var(--size-s); }
.g-2e693e28 .g-025acd9e { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-0e316f89 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-0e316f89 .g-11002134 { position: relative; height: 100%; text-decoration: none; }
.g-0e316f89 .g-1316c3a9 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-0e316f89 .g-75753aed { flex-shrink: 0; width: 120px; }
.g-0e316f89 .g-e94d469c { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-0e316f89 .g-e94d469c img { width: 100%; height: 100%; object-fit: cover; }
.g-0e316f89 .g-3ee593a0 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-0e316f89 .g-4d56ca32 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-0e316f89 .g-774e05db { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-0e316f89 .g-59f4ff50 { white-space: nowrap; opacity: 0.8; }
.g-0e316f89 .g-025acd9e { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-cd829ba0 { padding: 0 8px 8px; }
.g-3ee593a0 { gap: 0 4px; }
.g-0e316f89 { padding: 16px 0; }
.g-0e316f89 .g-1316c3a9 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-0e316f89 .g-75753aed { flex-shrink: initial; width: auto; }
.g-0e316f89 .g-e94d469c { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-0e316f89 .g-cd829ba0 { margin-top: 8px; }
 }

/* 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-e2a91048 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-e2a91048 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-e2a91048 .g-da0a60a5 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-e2a91048 .g-9ec13d9a { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-e2a91048 .g-ca514602 { margin-top: var(--size-m); }
.g-e2a91048 .g-9493477c { 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-e2a91048 .g-609c047b { display: block; text-decoration: none; }
.g-e2a91048 .g-609c047b:hover { text-decoration: underline; }
.g-e2a91048 .g-0580a211 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-e2a91048 { grid-template-columns: 1fr; }
.g-e2a91048 .g-4917fb1b { display: none; }
.g-e2a91048 .g-ca514602 { margin-top: var(--size-s); }
.g-e2a91048 .g-9493477c { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e2a91048 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-ad4ece12 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-01ea1a13 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-7369080b { text-decoration: none; }
.g-7369080b:hover { text-decoration: underline; }
.g-17b3fe83 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-8d04aed8 { margin-top: var(--size-s); }
.g-68c738ed { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-ad4ece12 { gap: var(--size-xs); }
.g-17b3fe83 { margin-top: var(--size-s); }
.g-68c738ed { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-7079d164 { text-align: center; }
.g-9d25a7e2 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-ce746f11 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-3b1238bd { 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-3b1238bd:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-9d25a7e2 { margin-top: var(--size-m); }
.g-ce746f11 { border-radius: var(--size-m); }
.g-3b1238bd { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-2f865ceb { margin-top: var(--size-m); max-width: 600px; }
.g-252b9a49 { margin-top: var(--size-m); max-width: 600px; }
.g-6cdcd8b1 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-4f35876c { position: relative; display: inline-block; width: 100%; }
.g-4f35876c .g-ec9ed64d { 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-4f35876c .g-899354d0 { 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-4f35876c .g-977c9460 { 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-4f35876c .g-977c9460:hover { opacity: .7; }
.g-4f35876c .g-4792e5db { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-4f35876c .g-4792e5db:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-a90c5c5c { padding: var(--section-padding) 0; }
.g-7d58315e { display: flex; }
.g-bf7f60c2 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-668db158 { width: 100%; height: 100%; }
.g-cf93c357 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-3c177512 { margin-top: var(--size-s); }
.g-e8ccfee5 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-7d58315e { flex-direction: column-reverse; }
.g-bf7f60c2 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-668db158 { height: 350px; }
.g-cf93c357 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-668db158 { height: auto; }
.g-cf93c357 { padding: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-c65a95f1 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-c65a95f1 .g-2067bc47 { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-c65a95f1 .g-2067bc47:hover { filter: brightness(0.96); }

/* Block: front-page::featured-posts (featured-posts) */
.g-3a2cc84f { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-cc6afd5e { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-1ce47c94 { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-82cf33cd { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-3a2cc84f { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-3a2cc84f { grid-template-columns: 1fr; gap: var(--size-l); }
.g-cc6afd5e { padding: 8px; }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-fd0b80ba { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-d3987d59 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-caaeeee2 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-7f4486fd { display: none; }
.g-64a6ed56 { width: 100%; }
.g-77903cc9 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-43adafe6 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-f6e80b21 { 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-79f784c9 { fill: var(--color-text); }
.g-584ebb54 { stroke: var(--color-text); }
.g-bc8c6016 { stroke: var(--color-text); }
.g-e1972c60 { display: flex; flex-direction: column; }
.g-fb3448f2 { width: 100%; height: 300px; }
.g-e6f181e1 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-fd0b80ba { flex-direction: column-reverse; }
.g-d3987d59 { flex-direction: column-reverse; justify-content: flex-start; }
.g-caaeeee2 { flex: 1; }
.g-db278295 { display: none; }
.g-7f4486fd { display: block; text-align: center; }
.g-77903cc9 { justify-content: space-evenly; }
.g-fb3448f2 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-d3987d59 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-f6e80b21 { margin-right: 0; }
.g-e1972c60 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-d3987d59 { text-align: center; }
.g-caaeeee2 { padding: var(--size-s); }
.g-77903cc9 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-43adafe6 { flex: inherit; align-items: center; }
 }

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

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

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

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

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

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

/* Block: approach::faq--0 (faq) */
.g-64c11dbf { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-0a652468 { flex: 0 0 45%; position: relative; }
.g-4b0125a5 { flex: 1; position: relative; z-index: 1; }
.g-0fc1fe95 { user-select: none; }
.g-0fc1fe95[open] .g-b4db4851 { transform: rotate(45deg); }
.g-cf5da003 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-cf5da003::-webkit-details-marker { display: none; }
.g-b4db4851 { 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-b4db4851 svg { fill: var(--color-primary); }
.g-484f8530 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-cf5da003 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-b4db4851 { width: 24px; height: 24px; }
.g-b4db4851 svg { width: 16px; height: 16px; }
.g-484f8530 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-64c11dbf { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-0a652468 { flex: 0; }
.g-4b0125a5 { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-0a652468 { text-align: center; }
.g-4b0125a5 { max-width: inherit; width: 100%; }
 }