/* Block: categories-list (categories-list) */
.g-af70b880 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-af70b880 .g-c535c2a6 { 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-af70b880 .g-c535c2a6:hover { filter: brightness(0.96); }
.g-af70b880 .g-e4d32a82 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-af70b880 .g-6842eff2 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-af70b880 { gap: var(--size-s); }
.g-c535c2a6 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-af70b880 { gap: var(--size-xs); }
.g-c535c2a6 { min-height: 40px; padding: 8px 16px; }
.g-e4d32a82 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-ee165893 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-ee165893 .g-42960a11 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-ee165893 .g-975091c6 { font-size: 80px; }
.g-ee165893 .g-698fbb3d { margin-top: var(--size-xs); }
.g-ee165893 .g-8907c421 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-42960a11 { padding: var(--size-xs); }
.g-975091c6 { font-size: 64px; }
.g-8907c421 { margin-top: var(--size-xs); }
 }

/* 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-a8e71629 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-ed2d4278 { display: block; }
.g-a552ece4 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-c34f6d83 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-d103907e { width: 100%; }
@media screen and (max-width: 768px) { .g-a8e71629 { padding: var(--size-s); }
.g-a552ece4 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-c34f6d83 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-d103907e { width: auto; }
 }@media screen and (max-width: 576px) { .g-c34f6d83 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-6d770a56 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-636d8542 { 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-636d8542.g-6fdeb4b1 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-199ff66e { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-388da747 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-0b00c6e2 { max-width: 563px; }
.g-dd38e4b3 { max-width: 465px; }
.g-67a0fe06 { margin-top: var(--size-xs); }
.g-e7e1dc33 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-5b1f60c6 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-6eba3acf { 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-6eba3acf:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-1e34b2d4 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-d1ce22cc { transform: scale(1.2); margin-right: var(--size-xs); }
.g-7f29d59d { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-11c9d389 { display: flex; justify-content: space-between; align-items: center; }
.g-d4d1270c { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-bcb610ba { 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-0b00c6e2 { max-width: 550px; }
.g-dd38e4b3 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-11c9d389 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-d4d1270c { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-bcb610ba { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-5cf73ed6 { order: 3; }
 }@media screen and (max-width: 576px) { .g-388da747 { gap: var(--size-m); }
.g-e7e1dc33 { flex-direction: column; gap: var(--size-xxs); }
.g-5b1f60c6 { width: 100%; }
.g-6eba3acf { width: 100%; }
.g-d4d1270c { 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-2bb74a2a { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-774e11bc { 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-1ba2382a { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-f650e309 { font-size: 34px; margin-right: var(--size-xxs); }
.g-a0f9880e { font-size: 24px; font-weight: 600; }
.g-e2a71ccb { -ms-overflow-style: none; scrollbar-width: none; }
.g-84ee052e { display: none; }
.g-6f12254c { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-1b69a721 { 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-1b69a721:hover { transform: scale(1.05); }
.g-1b69a721 svg { fill: var(--color-text-light); }
.g-49636278 { display: none; }
.g-9dc2f9a5 { display: none; }
.g-89c2ec2a { display: inline; }
.g-ad692037 { display: none; }
.g-f72dff56 { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-f72dff56.g-410abf6b { display: flex; width: 100%; }
.g-8281dc6f { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-f650e309 { font-size: 28px; }
.g-a0f9880e { font-size: 20px; }
.g-6f12254c { gap: var(--size-xxs); }
.g-e88ae644 { display: none; }
.g-9dc2f9a5 { display: block; }
.g-f72dff56.g-410abf6b { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-cea08f6c { padding: var(--section-padding) 0; }
.g-7830c1c1 { display: flex; }
.g-d9ec5651 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-0ee0e33e { margin-top: var(--size-s); }
.g-70305d84 { margin-top: var(--size-m); }
.g-73711e16 { flex: 1; }
.g-f7855e44 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-7830c1c1 { flex-direction: column; }
.g-d9ec5651 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-f7855e44 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-d9ec5651 { padding-bottom: var(--size-m); }
.g-f7855e44 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-0d7e6f00 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-1da051d6 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-b5d5c995 { text-align: center; margin-top: var(--size-xl); }
.g-151e0c78 { text-align: center; margin-top: var(--size-s); }
.g-940d83e2 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-b5d5c995 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-940d83e2 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-0a586cc1 { padding: var(--size-m) 0 50px; }
.g-cb7ee5a8 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-433879b8 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-cb7ee5a8 { margin-top: var(--size-xs); }
 }

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

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

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

.g-fe481f2e .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-fe481f2e .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-fe481f2e .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-fe481f2e .prev,
.g-fe481f2e .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

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

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

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

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

/* Block: post-card (post-card) */
.g-78dbb430 { position: relative; overflow: hidden; height: 100%; }
.g-78dbb430 .g-bdedfd04 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-78dbb430 .g-4b0e435b { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-78dbb430 .g-4b0e435b img { width: 100%; height: 100%; object-fit: cover; }
.g-78dbb430 .g-ce7aa63f { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-78dbb430 .g-5cab554c { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-78dbb430 .g-8c6874d4 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-78dbb430 .g-568e6820 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-78dbb430 .g-c3a66991 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-78dbb430 .g-4351ef0b { display: flex; align-items: center; gap: 8px; }
.g-78dbb430 .g-4351ef0b:hover { text-decoration: underline; }
.g-78dbb430 .g-f82893f5 { white-space: nowrap; opacity: 0.8; }
.g-78dbb430 .g-0b848ead { margin-top: var(--size-s); }
.g-78dbb430 .g-0f78ade9 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-7beb901d { position: relative; overflow: hidden; height: 100%; }
.g-7beb901d .g-bdedfd04 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-7beb901d .g-4b0e435b { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-7beb901d .g-4b0e435b img { width: 100%; height: 100%; object-fit: cover; }
.g-7beb901d .g-ce7aa63f { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-7beb901d .g-5cab554c { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-7beb901d .g-8c6874d4 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-7beb901d .g-568e6820 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-7beb901d .g-c3a66991 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-7beb901d .g-0b848ead { margin-top: 16px; }
.g-7beb901d .g-0f78ade9 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-5cab554c { gap: 0 4px; }
.g-a5caec6d { flex-direction: column-reverse; }
.g-92d0ac10 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-f32ad8fa { 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-6b536d93 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-6b536d93 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-6b536d93 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-6b536d93 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-6b536d93 .g-5f78f4a6 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-6b536d93 .g-64e853b1 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-6b536d93 .g-c92e66c6 { margin-top: var(--size-s); }
.g-6b536d93 .g-0924c4d5 { 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-6b536d93 .g-b7253d14 { display: block; text-decoration: none; }
.g-6b536d93 .g-b7253d14:hover { text-decoration: underline; }
.g-6b536d93 .g-10571def { position: relative; color: var(--color-text); font-weight: bold; }
.g-6b536d93 .g-10571def::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-6b536d93 { grid-template-columns: 1fr; }
.g-6b536d93 .g-3948b0ec { order: 1; }
.g-6b536d93 .g-f97970ab { order: 2; }
.g-6b536d93 .g-c92e66c6 { margin-top: var(--size-xs); }
.g-6b536d93 .g-0924c4d5 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-6b536d93 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-ebfb2791 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-03204ebc { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-cec6d279 { text-decoration: none; }
.g-cec6d279:hover { text-decoration: underline; }
.g-8400a7bf { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-15664756 { margin-top: var(--size-s); }
.g-0308862c { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-ebfb2791 { gap: var(--size-xs); }
.g-8400a7bf { margin-top: var(--size-s); }
.g-0308862c { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-041e9036 { text-align: center; }
.g-1d94c25e { position: relative; }
.g-d94a98df { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-d94a98df:hover { color: var(--color-primary); }
.g-5da9ba84 { left: -42px; }
.g-75b44c2a { right: -42px; }
@media screen and (max-width: 1024px) { .g-b68d240e { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-d94a98df { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-2034ea05 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-2034ea05 .g-b194895f { margin-top: var(--size-m); max-width: 600px; }
.g-52f14646 { margin-top: var(--size-xl); }
.g-a0a2d429 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-2034ea05 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-6d4adfe6 { position: relative; display: inline-block; width: 100%; }
.g-6d4adfe6 .g-64f7a233 { 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) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-6d4adfe6 .g-64f7a233:focus + .g-52d4d26b { opacity: 1; }
.g-6d4adfe6 .g-ba5bc6bc { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-6d4adfe6 .g-ba5bc6bc:hover { opacity: .7; }
.g-6d4adfe6 .g-2beb5f4e { fill: var(--color-primary); }
.g-6d4adfe6 .g-52d4d26b { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-6d4adfe6 .g-52d4d26b:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-31d92906 { position: fixed; bottom: 30px; right: 30px; opacity: 0; background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; visibility: hidden; transition: 0.3s opacity ease-in-out; z-index: 4; }
.g-31d92906 svg { fill: var(--color-text-light); }
.g-b0af3204 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-31d92906 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-5b59913e { padding: var(--section-padding) 0; }
.g-fee2fba9 { display: flex; }
.g-5d7b9367 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-9621a06d { margin-top: var(--size-s); }
.g-fd665133 { margin-top: var(--size-m); }
.g-1fd973d5 { flex: 1; }
.g-ef2a76f3 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-fee2fba9 { flex-direction: column; }
.g-5d7b9367 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-ef2a76f3 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-5d7b9367 { padding-bottom: var(--size-m); }
.g-ef2a76f3 { height: auto; }
 }

/* Block: front-page::faq--0 (faq) */
.g-cfeb6b9e { display: flex; position: relative; gap: var(--size-s); }
.g-cfeb6b9e * { flex: 1; }
.g-627309bc { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-763726eb { flex-shrink: 0; }
.g-982f70b5 { grid-column: span 2; }
.g-a95432d0 { user-select: none; }
.g-a95432d0[open] .g-7dae678f { transform: rotate(45deg); }
.g-7d223835 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-7d223835::-webkit-details-marker { display: none; }
.g-7dae678f { 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-7dae678f svg { fill: var(--color-primary); }
.g-43860edd { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-7d223835 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-7dae678f { width: 24px; height: 24px; }
.g-7dae678f svg { width: 16px; height: 16px; }
.g-43860edd { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-cfeb6b9e { flex-direction: column; }
.g-627309bc { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-982f70b5 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-cfeb6b9e { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-1bbc6724 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-1bbc6724 .g-a5f8daa9 { 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-1bbc6724 .g-a5f8daa9:hover { filter: brightness(0.96); }
.g-1bbc6724 .g-cef117df { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-1bbc6724 .g-30c75538 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-1bbc6724 { gap: var(--size-s); }
.g-a5f8daa9 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-1bbc6724 { gap: var(--size-xs); }
.g-a5f8daa9 { min-height: 40px; padding: 8px 16px; }
.g-cef117df { gap: 8px; }
 }

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

/* Block: front-page::page-content--0 (page-content) */
.g-83c37eda { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-m); margin: var(--section-padding) 0; }
@media screen and (max-width: 768px) { .g-83c37eda { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-d6aec0cf { position: relative; z-index: 1; }
.g-0e7f2080 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-beb2ac22 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-f757e6cd { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-bbe3f7a5 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-7dbb1e20 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-664acb24 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-a3386d91 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-31e415a1 { fill: var(--color-text); }
.g-77684aa5 { stroke: var(--color-text); }
.g-528e5ae0 { stroke: var(--color-text); }
.g-c6cfb60f { display: flex; flex-direction: column; }
.g-825f8ced { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-0e7f2080 { flex-direction: column; }
.g-fec4dafd { margin-top: 0; }
.g-f757e6cd { flex: 1; }
.g-825f8ced { height: 430px; }
 }@media screen and (max-width: 768px) { .g-c6cfb60f { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-beb2ac22 { align-items: center; text-align: center; }
.g-f757e6cd { padding: var(--size-s); }
.g-bbe3f7a5 { transform: translateY(var(--size-xl)); }
.g-7dbb1e20 { flex-direction: column; align-items: center; }
.g-825f8ced { height: 370px; }
 }

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

/* Block: about-page::highlights--0 (highlights) */
.g-742580b5 { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-29dce1ac { padding: 0 var(--wrapper-padding); }
.g-39096c5e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-39096c5e::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-fed15729 { width: 50%; }
.g-203ea41a { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-c24d260a { flex: 1; }
.g-89c4af75 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-9883e320 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-939405c0 { padding: var(--section-padding); 0 }
.g-742580b5 { padding: 0; min-height: auto; gap: var(--size-m); }
.g-29dce1ac { display: flex; flex-direction: column-reverse; }
.g-39096c5e { position: relative; margin-top: var(--size-m); }
.g-39096c5e::after { display: none; }
.g-fed15729 { width: 100%; color: var(--color-text-dark); }
.g-c24d260a { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-89c4af75 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-fed15729 { text-align: center; }
.g-203ea41a { flex-direction: column; }
.g-c24d260a { flex: auto; text-align: center; }
.g-89c4af75 { align-items: center; }
 }

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

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

/* Block: approach::process--0 (process) */
.g-616016ab { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-91dacb68 { flex: 1; }
.g-07f8016b { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-ee62f619 { 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-fe34bd2a { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-616016ab { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-91dacb68 { text-align: center; }
.g-fe34bd2a { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: approach::about--1 (about) */
.g-42f8c6b0 { display: flex; align-items: center; gap: var(--size-m); }
.g-c2ce334c { flex: 1; }
.g-db1ea7f1 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-42f8c6b0 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-b2847794 { text-align: center; }
 }

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

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