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

/* Block: category-header (category-header) */
.g-d596b127 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-d596b127 .g-7fda22c2 { 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-d596b127 .g-cf137da4 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-d596b127 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-7fda22c2 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-971b9d41 { text-align: center; }
.g-cf137da4 { 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-78d5f03c { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-d35b0d58 { display: block; }
.g-a1ac11e0 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-9a366888 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-7dc17c6c { width: 100%; }
@media screen and (max-width: 768px) { .g-78d5f03c { padding: var(--size-s); }
.g-a1ac11e0 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-9a366888 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-7dc17c6c { width: auto; }
 }@media screen and (max-width: 576px) { .g-9a366888 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-aaca5f52 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-69c6a819 { 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-69c6a819.g-5a36e592 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-36958c16 { margin-top: var(--section-padding); }
.g-ae35f06a { border-radius: var(--b-radius); padding: var(--size-m); }
.g-584b35e9 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-5a753b18 { max-width: 524px; }
.g-0d8201bf { max-width: 450px; }
.g-4216fc58 { margin-top: var(--size-xs); }
.g-fa168835 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-b1dfe3b0 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-9cd9814b { 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-9cd9814b:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-b3400816 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-f3509500 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-c1f0b9e1 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-5ea8b94e { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-b3b42c82 { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-5a753b18 { max-width: initial; }
.g-0d8201bf { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-5ea8b94e { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-b3b42c82 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-076e7d27 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-584b35e9 { gap: var(--size-m); }
.g-fa168835 { flex-direction: column; gap: var(--size-xxs); }
.g-b1dfe3b0 { width: 100%; }
.g-9cd9814b { width: 100%; }
.g-5ea8b94e { flex-direction: column; align-items: center; }
 }

/* 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;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color 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-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#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-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-0650b571 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-c401cf38 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-03f9c27a { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-e8c1e163 { font-size: 34px; margin-right: var(--size-xxs); }
.g-1c11b416 { font-size: 24px; font-weight: 600; }
.g-be19aa7d { -ms-overflow-style: none; scrollbar-width: none; }
.g-2785d855 { display: none; }
.g-81cf937c { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-6539262d { cursor: pointer; border: 0; padding: var(--size-xxs); transition: 0.3s opacity ease-in-out; width: 56px; height: 56px; border-radius: var(--size-xl); text-align: center; background-color: var(--color-primary); }
.g-6539262d:hover { opacity: 0.7; }
.g-6539262d svg { vertical-align: middle; fill: var(--color-text-light); }
.g-3e7ad7d8 { display: none; }
.g-61c647a3 { display: none; }
.g-d3291128 { display: inline; }
.g-2e63356a { display: none; }
.g-bab50d39 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-bab50d39.g-3120c3d8 { display: flex; width: 100%; }
.g-4fe9850c { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-e8c1e163 { font-size: 28px; }
.g-1c11b416 { font-size: 20px; }
.g-81cf937c { gap: var(--size-xxs); }
.g-bcae2b81 { display: none; }
.g-61c647a3 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-a3320d64 { padding: var(--section-padding) 0; }
.g-3b2f828b { display: flex; }
.g-946d85d3 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-a32c722d { margin-top: var(--size-s); }
.g-ecee8dad { margin-top: var(--size-m); }
.g-06f79e81 { flex: 1; }
.g-1320d942 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-3b2f828b { flex-direction: column; }
.g-946d85d3 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-1320d942 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-946d85d3 { padding-bottom: var(--size-m); }
.g-1320d942 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-be4e3e50 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-4a8d8720 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-4f1970bb { position: relative; padding: var(--size-xl) 0; }
.g-e406b5ac { text-align: center; }
.g-a13ec330 { text-align: center; margin-top: var(--size-s); }
.g-502ad7e6 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-502ad7e6 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-80408388 { padding: var(--size-m) 0 50px; }
.g-56234d83 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-7f1fcdf5 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-56234d83 { margin-top: var(--size-xs); }
 }

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

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

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

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

.g-35048eb2 .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-35048eb2 .prev,
.g-35048eb2 .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-35048eb2 .prev:hover,
.g-35048eb2 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-0e2e4618 { position: relative; overflow: hidden; height: 100%; }
.g-0e2e4618 .g-9fee3822 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-0e2e4618 .g-fcd70afd { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-0e2e4618 .g-fcd70afd img { width: 100%; height: 100%; object-fit: cover; }
.g-0e2e4618 .g-9f9a64df { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-0e2e4618 .g-2ce5c272 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-0e2e4618 .g-3943e035 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-0e2e4618 .g-d8a1d786 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-0e2e4618 .g-2dc81a8a { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-0e2e4618 .g-cf70ab33 { display: flex; align-items: center; gap: 8px; }
.g-0e2e4618 .g-cf70ab33:hover { text-decoration: underline; }
.g-0e2e4618 .g-aeb145e3 { white-space: nowrap; opacity: 0.8; }
.g-0e2e4618 .g-e4585165 { margin-top: var(--size-s); }
.g-0e2e4618 .g-843fa6bc { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-d4137e19 { position: relative; overflow: hidden; height: 100%; }
.g-d4137e19 .g-9fee3822 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-d4137e19 .g-fcd70afd { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-d4137e19 .g-fcd70afd img { width: 100%; height: 100%; object-fit: cover; }
.g-d4137e19 .g-9f9a64df { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-d4137e19 .g-2ce5c272 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-d4137e19 .g-3943e035 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-d4137e19 .g-d8a1d786 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-d4137e19 .g-2dc81a8a { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-d4137e19 .g-e4585165 { margin-top: 16px; }
.g-d4137e19 .g-843fa6bc { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-2ce5c272 { gap: 0 4px; }
.g-a7ae3b47 { flex-direction: column-reverse; }
.g-c958cc73 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-2bfafb25 { 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-89cccff0 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-89cccff0 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-89cccff0 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-89cccff0 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-89cccff0 .g-9b8edf5a { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-89cccff0 .g-b3661ca1 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-89cccff0 .g-e16f5f24 { margin-top: var(--size-s); }
.g-89cccff0 .g-6b96cbc1 { 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-89cccff0 .g-7ae42c31 { display: block; text-decoration: none; }
.g-89cccff0 .g-7ae42c31:hover { text-decoration: underline; }
.g-89cccff0 .g-875837d3 { position: relative; color: var(--color-text); font-weight: bold; }
.g-89cccff0 .g-875837d3::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-89cccff0 { grid-template-columns: 1fr; }
.g-89cccff0 .g-ccb6cdd4 { order: 1; }
.g-89cccff0 .g-92c5bb54 { order: 2; }
.g-89cccff0 .g-e16f5f24 { margin-top: var(--size-xs); }
.g-89cccff0 .g-6b96cbc1 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-89cccff0 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-e62ea37c { position: relative; height: 800px; }
.g-bbecf3db { height: 100%; display: flex; flex-direction: column; }
.g-f72473d2 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-f72473d2::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-f798a929 { width: 100%; height: 100%; }
.g-a189816f { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-6df4e2f4 { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-985c345e { text-decoration: none; }
.g-985c345e:hover { text-decoration: underline; }
.g-8dc35d06 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-ed336220 { margin-top: var(--size-m); }
.g-a681f03c { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-6df4e2f4 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-ed336220 { margin-top: var(--size-s); }
.g-a681f03c { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-e62ea37c { height: 700px; }
.g-a189816f { width: 95%; }
.g-6df4e2f4 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-f798a929 { aspect-ratio: auto; height: 100%; }
 }

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

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

/* Block: search (search) */
.g-a9ffc588 { margin-top: var(--size-m); max-width: 600px; }
.g-19b475a0 { margin-top: var(--size-m); max-width: 600px; }
.g-a6bac2e1 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-a12ead45 { position: relative; display: inline-block; width: 100%; }
.g-a12ead45 .g-1ab5d84f { 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-a12ead45 .g-1ab5d84f:focus + .g-7dbd9c25 { opacity: 1; }
.g-a12ead45 .g-14b8bfe1 { 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-a12ead45 .g-14b8bfe1:hover { opacity: .7; }
.g-a12ead45 .g-fe7a0e2b { fill: var(--color-primary); }
.g-a12ead45 .g-7dbd9c25 { 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-a12ead45 .g-7dbd9c25:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-9fa0c44e { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-9fa0c44e svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-9fa0c44e { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-24e90b18 { padding: var(--section-padding) 0; }
.g-479147fb { display: flex; }
.g-ddeb0674 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-7171cb34 { margin-top: var(--size-s); }
.g-a5cc26b9 { margin-top: var(--size-m); }
.g-e669b623 { flex: 1; }
.g-9e1a717e { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-479147fb { flex-direction: column; }
.g-ddeb0674 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-9e1a717e { height: 400px; }
 }@media screen and (max-width: 576px) { .g-ddeb0674 { padding-bottom: var(--size-m); }
.g-9e1a717e { height: auto; }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-f547410f { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-604abb63 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-72407da1 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-a8650602 { display: flex; justify-content: flex-start; align-items: center; }
.g-a766e208 { 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-a08e25de { display: flex; flex-direction: column; }
.g-4c59fdd0 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-285eded9 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-f547410f { flex-direction: column-reverse; }
.g-604abb63 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-267c0fb8 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-267c0fb8 .g-a8650602 { margin-top: 0; }
.g-a8650602 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-a766e208 { margin-right: 0; }
.g-a08e25de { margin-top: var(--size-xs); }
.g-4c59fdd0 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-604abb63 { text-align: center; }
.g-267c0fb8 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-a8650602 { align-items: center; }
.g-a8a867ec { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-290a6771 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-6cc1f97f { flex: 1; }
.g-bd718502 { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-68570995 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-22ad0e1f { 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-290a6771 { flex-direction: column; gap: var(--size-m); }
.g-6cc1f97f { text-align: center; }
 }@media screen and (max-width: 576px) { .g-bd718502 { gap: var(--size-s); }
.g-68570995 { flex-direction: column; gap: var(--size-xxs); }
 }

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

/* Block: expertise::about--0 (about) */
.g-1f523791 { padding: 0; }
@media screen and (max-width: 1280px) { .g-04741ba0 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-1f523791 { padding: 0 var(--wrapper-padding); }
.g-998111e6 { column-count: 1; }
.g-04741ba0 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-998111e6 { text-align: center; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-346e035f { display: flex; align-items: stretch; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding-bottom: 10px; }
.g-346e035f li { flex: 1; }
.g-41190597 { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-2b8b8508 { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-346e035f { flex-direction: column; }
.g-41190597 { text-align: center; min-width: auto; }
 }

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

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