/* Block: categories-list (categories-list) */
.g-e5e35617 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-e5e35617 .g-a1def7b8 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-e5e35617 .g-a1def7b8:hover { filter: brightness(0.96); }
.g-e5e35617 .g-45af8f68 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-e5e35617 .g-b8032670 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-e5e35617 { gap: var(--size-s); }
.g-a1def7b8 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-e5e35617 { gap: var(--size-xs); }
.g-a1def7b8 { min-height: 40px; padding: 8px 16px; }
.g-45af8f68 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-43384925 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-43384925 .g-49a3a641 { 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-43384925 .g-0d5b143d { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-43384925 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-49a3a641 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-c648d38e { text-align: center; }
.g-0d5b143d { 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-57035bcc { 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-37a4e5c4 { display: block; }
.g-9b7ee054 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-57035bcc { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-9b7ee054 { gap: var(--size-xxs); }
.g-69c279d6 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-2ed02799 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-09edc808 { 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-09edc808.g-2b9d4078 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-0b39fd00 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-14454f19 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-c9b6fa75 { max-width: 563px; }
.g-3bba198a { max-width: 465px; }
.g-a8d6c410 { margin-top: var(--size-xs); }
.g-d7f2cf1c { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-c3ce5529 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-36664d6c { 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-36664d6c:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-cccecd0f { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-51c3f805 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-99190d75 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-1eca5a51 { display: flex; justify-content: space-between; align-items: center; }
.g-cb0c9a10 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-6c30093a { 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-c9b6fa75 { max-width: 550px; }
.g-3bba198a { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-1eca5a51 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-cb0c9a10 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-6c30093a { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-eebbde73 { order: 3; }
 }@media screen and (max-width: 576px) { .g-14454f19 { gap: var(--size-m); }
.g-d7f2cf1c { flex-direction: column; gap: var(--size-xxs); }
.g-c3ce5529 { width: 100%; }
.g-36664d6c { width: 100%; }
.g-cb0c9a10 { 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-bd63f4ae { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-9d862b5d { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-3072b8fe { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-ff835e3d { font-size: 34px; margin-right: var(--size-xxs); }
.g-353aae64 { font-size: 24px; font-weight: 600; }
.g-32ece6a2 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-a9457eb1 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-a9457eb1:hover { opacity: 0.7; }
.g-a9457eb1 svg { fill: var(--color-text); }
.g-919472de { display: none; }
.g-77271ba9 { 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-aa47ef16 { clip-path: inherit; }
.g-aa47ef16 .g-af7f9c13 { background-color: rgba(0, 0, 0, 0.2); }
.g-aa47ef16 .g-ef9dabc0 { opacity: 1; transform: translateX(0); }
.g-75b27f78 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-1c20b74a { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-1c20b74a:hover { opacity: 0.7; }
.g-1c20b74a svg { fill: var(--color-text); }
.g-af7f9c13 { 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-ef9dabc0 { 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-a9457eb1 { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-ff835e3d { font-size: 28px; }
.g-353aae64 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-9d862b5d { justify-content: flex-start; }
.g-32ece6a2 { gap: var(--size-m); }
.g-8e9c3c50 { display: none; }
.g-919472de { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-09ef3caa { padding: var(--section-padding) 0; }
.g-830f797e { display: flex; }
.g-0faa737a { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-a48b1173 { width: 100%; height: 100%; }
.g-107cda32 { 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-4cd7f750 { margin-top: var(--size-s); }
.g-f54c2b48 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-830f797e { flex-direction: column-reverse; }
.g-0faa737a { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-a48b1173 { height: 350px; }
.g-107cda32 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-a48b1173 { height: auto; }
.g-107cda32 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-d132ba7c { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-52ee7088 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-38cd85c2 { text-align: center; margin-top: var(--size-xl); }
.g-6510a752 { text-align: center; margin-top: var(--size-s); }
.g-e9de9e6e { text-align: center; }
@media screen and (max-width: 768px) { .g-38cd85c2 { margin-top: var(--size-m); }
 }

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

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

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

.g-db5a7ede .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-db5a7ede .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

.g-db5a7ede .prev {
    left: 0;
    transform: translateX(calc(-100% - 44px));
    color: var(--color-secondary);
}

.g-db5a7ede .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-db5a7ede .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-db5a7ede .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

.g-db5a7ede .prev,
.g-db5a7ede .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

.g-db5a7ede .prev,
.g-db5a7ede .next,
.g-db5a7ede .current {
    box-shadow: 0px 0px 0px 1px var(--color-text);
}

@media screen and (max-width: 768px) {
    .g-db5a7ede .prev,
    .g-db5a7ede .next {
        position: static;
        margin-top: 0;
        transform: none;
    }
}

@media screen and (max-width: 576px) {
    .g-db5a7ede .prev::before,
    .g-db5a7ede .next::after {
        display: none;
    }
}

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

/* Block: post-card (post-card) */
.g-f36226ed { position: relative; overflow: hidden; height: 100%; }
.g-f36226ed .g-f1b9a1e2 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-f36226ed .g-b06e92b2 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-f36226ed .g-b06e92b2 img { width: 100%; height: 100%; object-fit: cover; }
.g-f36226ed .g-b09d73e5 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-f36226ed .g-af164be7 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-f36226ed .g-ee4c425f { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-f36226ed .g-91cdb806 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-f36226ed .g-3050a348 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-f36226ed .g-eafb5b61 { display: flex; align-items: center; gap: 8px; }
.g-f36226ed .g-eafb5b61:hover { text-decoration: underline; }
.g-f36226ed .g-64708023 { white-space: nowrap; opacity: 0.8; }
.g-f36226ed .g-277d65a8 { margin-top: var(--size-s); }
.g-f36226ed .g-fe49b605 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-a556bd05 { position: relative; overflow: hidden; height: 100%; }
.g-a556bd05 .g-f1b9a1e2 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-a556bd05 .g-b06e92b2 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-a556bd05 .g-b06e92b2 img { width: 100%; height: 100%; object-fit: cover; }
.g-a556bd05 .g-b09d73e5 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-a556bd05 .g-af164be7 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-a556bd05 .g-ee4c425f { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-a556bd05 .g-91cdb806 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-a556bd05 .g-3050a348 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-a556bd05 .g-277d65a8 { margin-top: 16px; }
.g-a556bd05 .g-fe49b605 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-af164be7 { gap: 0 4px; }
.g-68b5f301 { flex-direction: column-reverse; }
.g-aa9e4dff { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-3a491c02 { 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-06b92d4e { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-06b92d4e blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-06b92d4e blockquote::before { content: ''; position: absolute; top: 8px; left: 8px; display: inline-flex; width: 22px; height: 19px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); box-shadow: 0 0 0 9999px var(--color-surface); }
.g-06b92d4e blockquote::after { content: ''; position: absolute; bottom: 8px; right: 8px; display: inline-flex; width: 22px; height: 19px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); }
.g-06b92d4e .g-ede620dd { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-06b92d4e .g-d2c9ad25 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-06b92d4e .g-7e4df6d8 { margin-top: var(--size-s); }
.g-06b92d4e .g-b755ba06 { margin-top: var(--size-s); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-06b92d4e .g-8d3a90d2 { display: block; text-decoration: none; }
.g-06b92d4e .g-8d3a90d2:hover { text-decoration: underline; }
.g-06b92d4e .g-4f032546 { position: relative; color: var(--color-text); font-weight: bold; }
.g-06b92d4e .g-4f032546::before { content: ''; position: absolute; top: 0; left: calc((var(--size-s) + 8px) * -1); background-color: var(--color-primary); display: block; width: 16px; height: 16px; border-radius: 50%; }
@media screen and (max-width: 1024px) { .g-06b92d4e { grid-template-columns: 1fr; }
.g-06b92d4e .g-2b1f0a36 { order: 1; }
.g-06b92d4e .g-9bc90a6e { order: 2; }
.g-06b92d4e .g-7e4df6d8 { margin-top: var(--size-xs); }
.g-06b92d4e .g-b755ba06 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-06b92d4e { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-38d9d4a5 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-98549a3a { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-970993bf { text-decoration: none; }
.g-970993bf:hover { text-decoration: underline; }
.g-6a7a0abd { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-488d2afb { margin-top: var(--size-s); }
.g-727796fd { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-38d9d4a5 { gap: var(--size-xs); }
.g-6a7a0abd { margin-top: var(--size-s); }
.g-727796fd { margin-top: var(--size-m); }
 }

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

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

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

/* Block: searchform (searchform) */
.g-5292bbd6 { position: relative; display: inline-block; width: 100%; }
.g-5292bbd6 .g-2b70a202 { 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-5292bbd6 .g-5ce303f0 { 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-5292bbd6 .g-5ce303f0:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-6fc94209 { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-b7059860 { fill: var(--color-text-light); }
.g-6466931b { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-6fc94209 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-bfdf65c5 { padding: var(--section-padding) 0; }
.g-99ad1659 { display: flex; }
.g-74d2ddec { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-789d32a0 { width: 100%; height: 100%; }
.g-8691ec88 { 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-70c2c658 { margin-top: var(--size-s); }
.g-966922cd { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-99ad1659 { flex-direction: column-reverse; }
.g-74d2ddec { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-789d32a0 { height: 350px; }
.g-8691ec88 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-789d32a0 { height: auto; }
.g-8691ec88 { padding: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-787c3bd2 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-787c3bd2 .g-79402a7c { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-787c3bd2 .g-79402a7c:hover { filter: brightness(0.96); }
.g-787c3bd2 .g-736cdbf1 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-787c3bd2 .g-8aa4ead6 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-787c3bd2 { gap: var(--size-s); }
.g-79402a7c { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-787c3bd2 { gap: var(--size-xs); }
.g-79402a7c { min-height: 40px; padding: 8px 16px; }
.g-736cdbf1 { gap: 8px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-93e70cad { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-943a3e78 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-d7ebf98d { display: flex; justify-content: flex-start; }
.g-629cf294 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-e397a638 { display: flex; justify-content: flex-start; align-items: center; }
.g-8c125912 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-35413fb1 { fill: var(--color-text); }
.g-bb8c5153 { stroke: var(--color-text); }
.g-bb401894 { stroke: var(--color-text); }
.g-52fee2d6 { display: flex; flex-direction: column; }
.g-c7de139d { flex: 0 0 50%; height: 383px; }
.g-29a9dc4c { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-93e70cad { flex-direction: column; }
.g-943a3e78 { width: 100%; flex: 0 0 auto; }
.g-d7ebf98d { flex-direction: column; }
.g-629cf294 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-05946b4e { width: 100%; display: flex; justify-content: space-between; }
.g-e397a638 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-8c125912 { margin-right: 0; }
.g-52fee2d6 { margin-top: var(--size-xs); }
.g-c7de139d { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-943a3e78 { padding: var(--size-xs); }
.g-05946b4e { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-e397a638 { align-items: center; }
.g-52fee2d6 { text-align: center; }
.g-c7de139d { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-ac936609 { display: flex; align-items: center; gap: var(--size-m); }
.g-e9f1153e { flex: 1; }
.g-9d4243ce { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-ac936609 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-8318626f { text-align: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-5db2ed78 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-7669a486 { flex: 1; }
.g-c0e479ed { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-66b16788 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-9513e47c { 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-5db2ed78 { flex-direction: column; gap: var(--size-m); }
.g-7669a486 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-c0e479ed { gap: var(--size-s); }
.g-66b16788 { flex-direction: column; gap: var(--size-xxs); }
 }

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

/* Block: approach::about--0 (about) */
.g-93da770e { display: flex; align-items: center; gap: var(--size-m); }
.g-49d0ee1a { flex: 1; }
.g-7a3b4ad1 { flex: 1; }
@media screen and (max-width: 768px) { .g-93da770e { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-7a3b4ad1 { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-dc7d4ae3 { width: 60%; }
.g-ff663b33 { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-ff663b33::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-cf190e4e { flex: 1; }
.g-67cd5cd2 { position: relative; height: 100%; }
.g-67cd5cd2::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-df4edc3c { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-f8fd9c69 { flex-direction: column; }
.g-dc7d4ae3 { width: 100%; }
.g-ff663b33 { flex-direction: column; }
.g-ff663b33::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-67cd5cd2 { display: flex; justify-content: flex-start; align-items: center; }
.g-67cd5cd2::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-df4edc3c { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-dc7d4ae3 { text-align: center; }
.g-ff663b33::before { left: 57px; }
.g-67cd5cd2::before { left: 50px; }
.g-df4edc3c { font-size: 32px; flex: 0 0 75px; }
 }

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

/* Block: approach::faq--0 (faq) */
.g-1250028f { position: relative; gap: var(--size-s); }
.g-1250028f * { flex: 1; }
.g-5e0bf5b4 { width: 80%; margin-inline: auto; }
.g-d719f9f0 { 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-99ded1f0 { user-select: none; }
.g-99ded1f0[open] .g-35fca375 { transform: scaleY(1); }
.g-1016dfbc { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-1016dfbc::-webkit-details-marker { display: none; }
.g-35fca375 { 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-35fca375 svg { fill: var(--color-primary); }
.g-4e5ab1da { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-1016dfbc { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-4e5ab1da { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-1250028f { flex-direction: column; }
.g-5e0bf5b4 { width: 100%; margin-top: var(--size-m); }
.g-d719f9f0 { margin-right: var(--size-s); }
 }