/* Block: categories-list (categories-list) */
.g-610b5af2 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-610b5af2 .g-7f526abf { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-610b5af2 .g-7f526abf:hover { filter: brightness(0.96); }
.g-610b5af2 .g-7f526abf:hover .g-33fe8c2d { opacity: 1; }
.g-610b5af2 .g-8d793d87 { position: relative; z-index: 1; }
.g-610b5af2 .g-33fe8c2d { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-7f526abf { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-33fe8c2d { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-7f526abf { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-33fe8c2d { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-93861af5 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-93861af5 .g-7f2b250d { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-93861af5 .g-a4488d0e { font-size: 80px; }
.g-93861af5 .g-19ea05a5 { margin-top: var(--size-xs); }
.g-93861af5 .g-5eefeaf5 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-7f2b250d { padding: var(--size-xs); }
.g-a4488d0e { font-size: 64px; }
.g-5eefeaf5 { 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-d3734015 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-8c6cd47c { display: block; }
.g-982587a0 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-aa5a858f { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-258d66ab { width: 100%; }
@media screen and (max-width: 768px) { .g-d3734015 { padding: var(--size-s); }
.g-982587a0 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-aa5a858f { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-258d66ab { width: auto; }
 }@media screen and (max-width: 576px) { .g-aa5a858f { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-d2fa088d { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-e771ed75 { 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-e771ed75.g-95e2110e { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-9dfea5a7 { margin-top: var(--section-padding); }
.g-781b9fb7 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-0fc720a0 { 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-c29be1d4 { max-width: 524px; }
.g-c8155d4c { max-width: 450px; }
.g-550e1457 { margin-top: var(--size-xs); }
.g-b8ce5f2f { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-c546a9a9 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-82009db1 { 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-82009db1:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-dd2ba6ee { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-63ad4a86 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-9071509c { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-8c8a02d7 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-afc6ce13 { 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-c29be1d4 { max-width: initial; }
.g-c8155d4c { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-8c8a02d7 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-afc6ce13 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-02736f22 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-0fc720a0 { gap: var(--size-m); }
.g-b8ce5f2f { flex-direction: column; gap: var(--size-xxs); }
.g-c546a9a9 { width: 100%; }
.g-82009db1 { width: 100%; }
.g-8c8a02d7 { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#navigation-modal .menu-item a,
#navigation-modal .page_item a {
    text-decoration: none;
}
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item a:hover {
    text-decoration: underline;
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-4920aeed { position: relative; z-index: 5; }
.g-0c43388d { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-e2eb11aa { position: sticky; top: -1px; z-index: 5; }
.g-b11c772c { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-b11c772c::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-efa49aba { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-327ca325 { font-size: 34px; margin-right: var(--size-xxs); }
.g-bd3be79e { font-size: 24px; font-weight: 600; }
.g-de37adea { display: block; }
.g-11050cab { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-93aab5be { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-93aab5be:hover { text-decoration: underline; }
.g-7628be93 { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-6ca27c61 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-4920aeed { position: sticky; top: 0; }
.g-0c43388d { justify-content: space-between; height: 65px; }
.g-5e9e6daa { top: 65px; height: 0; }
.g-b11c772c::after { display: none; }
.g-efa49aba { margin: 0; }
.g-de37adea { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-de37adea.g-c60b4aef { display: block; }
.g-11050cab { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-7628be93 { display: flex; }
 }@media screen and (max-width: 576px) { .g-327ca325 { font-size: 28px; }
.g-bd3be79e { font-size: 20px; }
.g-de37adea { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-9e2ffa6d { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-1e7ed247 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-5aa747bb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-5aa747bb::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-0d91c035 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-a0721080 { max-width: 760px; text-align: center; }
.g-8eae2043 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-9e2ffa6d { min-height: 500px; }
.g-0d91c035 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-a0721080 { text-align: left; }
.g-07b05964 { margin-top: var(--size-xs); }
.g-8eae2043 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-3910a5d9 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-696a0dab { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-4cbb429e { position: relative; padding: var(--size-xl) 0; }
.g-b1ebd039 { text-align: center; }
.g-8b72eade { text-align: center; margin-top: var(--size-s); }
.g-3ec64220 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-3ec64220 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-560a00f8 { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-cecd412c { margin-top: var(--size-xl); text-align: center; }
.g-50456bdc { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-560a00f8 { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-560a00f8 { padding-bottom: 35px; }
.g-cecd412c { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-dcb6f8b6 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-dcb6f8b6 .g-d197d8f6 { position: relative; text-decoration: none; }
.g-dcb6f8b6 .g-04777364 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-dcb6f8b6 .g-27e61b50 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-dcb6f8b6 .g-27e61b50 img { width: 100%; height: 100%; object-fit: cover; }
.g-dcb6f8b6 .g-020c030d { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-dcb6f8b6 .g-9d2e1786 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-dcb6f8b6 .g-1027394a { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-dcb6f8b6 .g-2ed093c7 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-aac8f3b7 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-aac8f3b7 .g-d197d8f6 { position: relative; text-decoration: none; }
.g-aac8f3b7 .g-04777364 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-aac8f3b7 .g-27e61b50 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-aac8f3b7 .g-27e61b50 img { width: 100%; height: 100%; object-fit: cover; }
.g-aac8f3b7 .g-020c030d { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-aac8f3b7 .g-9d2e1786 { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-aac8f3b7 .g-1027394a { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-aac8f3b7 .g-2ed093c7 { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-04777364 { gap: 0 4px; }
 }

/* 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-841123a7 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-841123a7 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-841123a7 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-841123a7 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-841123a7 .g-fe743714 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-841123a7 .g-a7930cad { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-841123a7 .g-72459687 { margin-top: var(--size-s); }
.g-841123a7 .g-0d41990b { 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-841123a7 .g-a35b6d68 { display: block; text-decoration: none; }
.g-841123a7 .g-a35b6d68:hover { text-decoration: underline; }
.g-841123a7 .g-a91da492 { position: relative; color: var(--color-text); font-weight: bold; }
.g-841123a7 .g-a91da492::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-841123a7 { grid-template-columns: 1fr; }
.g-841123a7 .g-bc1cd2ed { order: 1; }
.g-841123a7 .g-4741b8b3 { order: 2; }
.g-841123a7 .g-72459687 { margin-top: var(--size-xs); }
.g-841123a7 .g-0d41990b { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-841123a7 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-04a9d4ed { position: relative; }
.g-fefc32df { width: 100%; }
.g-7fdc41e7 { position: relative; display: flex; flex-direction: column; }
.g-99bdcc42 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-99bdcc42::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-3cce2700 { width: 100%; height: 100%; }
.g-13384976 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-dc9263b4 { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-1578a31f { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-b0f5b75c { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-b0f5b75c:hover { text-decoration: underline; }
.g-45126dcc { margin-top: var(--size-m); }
.g-e443a756 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-7fdc41e7 { padding-bottom: 40px; }
.g-1578a31f { gap: var(--size-xxs); }
.g-b0f5b75c { height: 31px; padding: 8px 16px; }
.g-45126dcc { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-dc9263b4 { padding-bottom: 0; }
.g-b0f5b75c { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-7fdc41e7 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-3cce2700 { aspect-ratio: auto; height: 100%; }
.g-dc9263b4 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-676670a3 { text-align: center; }
.g-a2218930 { position: relative; }
.g-685a5ef8 { 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-685a5ef8:hover { color: var(--color-primary); }
.g-23c2c074 { left: -42px; }
.g-0f6a3747 { right: -42px; }
@media screen and (max-width: 1024px) { .g-61575e22 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-685a5ef8 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-4dfd5466 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-4dfd5466 .g-fdd88051 { margin-top: var(--size-m); max-width: 600px; }
.g-aa8853f5 { margin-top: var(--size-xl); }
.g-b1c3c0de { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-4dfd5466 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-ebb1a3ad { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-ebb1a3ad .g-bb4c56cf { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-ebb1a3ad .g-4f175134 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-ebb1a3ad .g-4f175134:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-beae7d38 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-3e285498 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-c7f09915 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-c7f09915::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-effbbffe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-a3e5e9c3 { max-width: 760px; text-align: center; }
.g-f789c2f5 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-beae7d38 { min-height: 500px; }
.g-effbbffe { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-a3e5e9c3 { text-align: left; }
.g-44d22ef5 { margin-top: var(--size-xs); }
.g-f789c2f5 { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-9dde9f7f { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-d89eb782 { flex: 0 0 45%; position: relative; }
.g-0262b386 { flex: 1; position: relative; z-index: 1; }
.g-86629bf2 { user-select: none; }
.g-86629bf2[open] .g-026db86f { transform: rotate(45deg); }
.g-0c71be35 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-0c71be35::-webkit-details-marker { display: none; }
.g-026db86f { 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-026db86f svg { fill: var(--color-primary); }
.g-54d0e86c { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-0c71be35 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-026db86f { width: 24px; height: 24px; }
.g-026db86f svg { width: 16px; height: 16px; }
.g-54d0e86c { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-9dde9f7f { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-d89eb782 { flex: 0; }
.g-0262b386 { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-d89eb782 { text-align: center; }
.g-0262b386 { max-width: inherit; width: 100%; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-443e25f7 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-443e25f7 .g-3fb4f391 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-443e25f7 .g-3fb4f391:hover { filter: brightness(0.96); }
.g-443e25f7 .g-3fb4f391:hover .g-dc183939 { opacity: 1; }
.g-443e25f7 .g-eabdee4a { position: relative; z-index: 1; }
.g-443e25f7 .g-dc183939 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-3fb4f391 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-dc183939 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-3fb4f391 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-dc183939 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-55797c66 { position: relative; z-index: 1; }
.g-f006c99d { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-a3bc92b0 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-234577a8 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-916bddb6 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-35df40fd { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-7e320736 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-34d47922 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-4c9eb958 { fill: var(--color-text); }
.g-5c065c31 { stroke: var(--color-text); }
.g-0a9ba18f { stroke: var(--color-text); }
.g-b7631839 { display: flex; flex-direction: column; }
.g-fe26507f { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-f006c99d { flex-direction: column; }
.g-dd276909 { margin-top: 0; }
.g-234577a8 { flex: 1; }
.g-fe26507f { height: 430px; }
 }@media screen and (max-width: 768px) { .g-b7631839 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-a3bc92b0 { align-items: center; text-align: center; }
.g-234577a8 { padding: var(--size-s); }
.g-916bddb6 { transform: translateY(var(--size-xl)); }
.g-35df40fd { flex-direction: column; align-items: center; }
.g-fe26507f { height: 370px; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-3d544fea { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-e96af5a3 { flex: 0 1 560px; }
.g-448d5a10 { flex: 1 1 630px; }
.g-b94315a6 { flex: 1; }
.g-0069b4d4 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-8255b22f { flex: 1; }
.g-fb5afebd { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-ae798f89 { 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: 768px) { .g-3d544fea { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-e96af5a3 { flex: auto; }
.g-448d5a10 { flex: auto; width: 100%; }
.g-0069b4d4 { margin-top: var(--size-s); }
.g-8255b22f { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-fb5afebd { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-e96af5a3 { text-align: center; }
.g-0069b4d4 { flex-direction: column; }
.g-8255b22f { flex: auto; text-align: center; }
.g-fb5afebd { align-items: center; }
 }

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-1965268c { width: 60%; }
.g-e6bea9e1 { padding: var(--size-s) var(--wrapper-padding); }
.g-cac22bc2 { display: flex; justify-content: flex-start; }
.g-cac22bc2 svg { fill: var(--color-secondary); }
.g-09276d91 { justify-content: flex-end; }
.g-977e41e6 { padding: 0 var(--wrapper-padding); }
.g-bdd574da { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-1965268c { width: 100%; }
 }@media screen and (max-width: 576px) { .g-1bdf32d4 { flex-direction: column; }
.g-cac22bc2 svg { transform: scale(0.6); }
.g-977e41e6 { padding: 0 50px 0 50px; }
.g-bdd574da { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-977e41e6 { padding: 0; }
.g-bdd574da { padding: 0; }
 }

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

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