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

/* Block: category-header (category-header) */
.g-49f3cb3f { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-49f3cb3f .g-2e8ad49e { 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-49f3cb3f .g-ed6e26a6 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-49f3cb3f { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-2e8ad49e { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-cf00cf1d { text-align: center; }
.g-ed6e26a6 { 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-093c7f60 { display: none; position: fixed; bottom: 30px; left: var(--wrapper-padding); width: calc(100% - var(--wrapper-padding) * 2); max-width: 600px; padding: var(--size-m); z-index: 3; }
.g-6092a425 { display: block; }
.g-13eeab7e { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-093c7f60 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-13eeab7e { gap: var(--size-xxs); }
.g-5fd513d4 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-298b2875 { margin-top: var(--size-m); }
.g-202151c9 { margin-top: var(--size-m); }
.g-2a0f372a { margin-top: var(--size-xl); }
.g-3250f010 { align-items: stretch; }
.g-eaec800c { height: auto; }
.g-366a0106 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-366a0106 .g-b956c2b1 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-366a0106 .g-3b23c39a { background: var(--color-primary); transform: scale(1.2); }
.g-a0588661 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-6286e2de { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-f3185d63 { 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-f3185d63.g-40b986d9 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-e571c6c8 { margin-top: var(--section-padding); }
.g-12a401fe { position: relative; background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: -80px; }
.g-044f74e9 { max-width: 510px; }
.g-835e3a90 { max-width: 430px; }
.g-d4672378 { margin-top: var(--size-xs); }
.g-d2424af3 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-5ef0622c { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-3d444a17 { 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-3d444a17:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-ef42088e { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-d95507c4 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-9b5e6185 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-d9590943 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-5bc92f39 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-a0a4737d { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-7cf6f8b7 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-12a401fe { padding: var(--size-m); }
.g-044f74e9 { max-width: initial; }
.g-835e3a90 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-7cf6f8b7 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-08ab4a51 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-12a401fe { gap: var(--size-m); }
.g-d2424af3 { flex-direction: column; gap: var(--size-xxs); }
.g-5ef0622c { width: 100%; }
.g-3d444a17 { width: 100%; }
.g-d9590943 { justify-content: flex-start; align-items: flex-start; }
.g-5bc92f39 { flex-direction: column; justify-content: flex-start; 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;
    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-5c08b0ab { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-5bb6ba8b { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-a046d855 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-64c21a9e { font-size: 34px; margin-right: var(--size-xxs); }
.g-2cfda7a0 { font-size: 24px; font-weight: 600; }
.g-4dc74ef4 { -ms-overflow-style: none; scrollbar-width: none; }
.g-c4126815 { display: none; }
.g-5a05d9ea { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-622ebca8 { 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-622ebca8:hover { opacity: 0.7; }
.g-622ebca8 svg { vertical-align: middle; fill: var(--color-text-light); }
.g-d3a00e6b { display: none; }
.g-45175f5e { display: none; }
.g-14917b3a { display: inline; }
.g-4c4bde92 { display: none; }
.g-663da2ed { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-663da2ed.g-9377741b { display: flex; width: 100%; }
.g-f70144b5 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-64c21a9e { font-size: 28px; }
.g-2cfda7a0 { font-size: 20px; }
.g-5a05d9ea { gap: var(--size-xxs); }
.g-2e895553 { display: none; }
.g-45175f5e { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-748fe689 { padding: var(--section-padding) 0; }
.g-e2e1a00f { display: flex; }
.g-6b3fbd0a { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-3e3a7152 { margin-top: var(--size-s); }
.g-a85d3f95 { margin-top: var(--size-m); }
.g-0afd58ff { flex: 1; }
.g-825e971a { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-e2e1a00f { flex-direction: column; }
.g-6b3fbd0a { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-825e971a { height: 400px; }
 }@media screen and (max-width: 576px) { .g-6b3fbd0a { padding-bottom: var(--size-m); }
.g-825e971a { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-54e84e68 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-a638253f { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-d9af421d { position: relative; padding: var(--size-xl) 0; }
.g-8a78a0c5 { text-align: center; }
.g-51ef7d29 { text-align: center; margin-top: var(--size-s); }
.g-56f84f36 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-56f84f36 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-087a5531 { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-dee3f649 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-5eda16a7 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-5eda16a7::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.41%, #191917 94.77%); }
.g-72c23b30 { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-087a5531 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-087a5531 { padding-bottom: 40px; }
 }

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

.g-a1d50064 .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;
    border: 1px solid var(--color-secondary);
}

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

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

.g-a1d50064 .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

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

.g-a1d50064 .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-a1d50064 .prev,
.g-a1d50064 .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-354b4167 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-354b4167 .g-52ce5140 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-354b4167 .g-52ce5140:hover .g-8ead40f9 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-354b4167 .g-72480e36 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-354b4167 .g-72480e36::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-354b4167 .g-72480e36 img { width: 100%; height: 100%; object-fit: cover; }
.g-354b4167 .g-8ead40f9 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-354b4167 .g-fbb1ea2c { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-354b4167 .g-29b2bb03 { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-354b4167 .g-a1c48ddc { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-354b4167 .g-807ae656 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-354b4167 .g-dd286aa9 { display: flex; align-items: center; gap: 8px; }
.g-354b4167 .g-dd286aa9:hover { text-decoration: underline; }
.g-354b4167 .g-dd286aa9 svg { margin-left: 8px; fill: currentColor; }
.g-354b4167 .g-74d3b08e { white-space: nowrap; opacity: 0.8; }
.g-df65805e { min-height: 600px; }
.g-df65805e .g-52ce5140 { padding: 48px 40px; }
.g-df65805e .g-8ead40f9 { transform: none; }
@media screen and (max-width: 870px) { .g-df65805e { min-height: 368px; }
.g-df65805e .g-52ce5140 { padding: 24px; }
.g-df65805e .g-8ead40f9 { transform: translateY(46px); }
 }

/* 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-f814e8f2 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-f814e8f2 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-f814e8f2 .g-fa43d86b { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-f814e8f2 .g-23ece9bb { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f814e8f2 .g-22b01f5b { margin-top: var(--size-m); }
.g-f814e8f2 .g-b5b5fc47 { margin-top: var(--size-m); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-f814e8f2 .g-06e0bc11 { display: block; text-decoration: none; }
.g-f814e8f2 .g-06e0bc11:hover { text-decoration: underline; }
.g-f814e8f2 .g-c2d4a2bf { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-f814e8f2 { grid-template-columns: 1fr; }
.g-f814e8f2 .g-8b4d2093 { order: 1; }
.g-f814e8f2 .g-e64bb9e2 { order: 2; }
.g-f814e8f2 .g-22b01f5b { margin-top: var(--size-s); }
.g-f814e8f2 .g-b5b5fc47 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-43a054b5 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-92bb6561 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-1be064ec { display: flex; align-items: center; justify-content: center; }
.g-f8ff4105 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-2370ac45 { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-2370ac45:hover { filter: brightness(0.96); }
.g-4f1920e9 { margin-top: var(--size-m); }
.g-2ee81e29 { margin-top: var(--size-s); margin-bottom: auto; }
.g-5e34fe0e { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-43a054b5 { grid-template-columns: 1fr; }
.g-92bb6561 { max-width: 70%; }
.g-1be064ec { max-width: 70%; display: block; }
.g-2370ac45 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-43a054b5 { gap: var(--size-m); }
.g-92bb6561 { max-width: 100%; }
.g-1be064ec { max-width: 100%; }
.g-2ee81e29 { margin-top: var(--size-xs); }
 }

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

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

/* Block: search (search) */
.g-3c5460fa { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-3c5460fa .g-7bf2f4e1 { margin-top: var(--size-m); max-width: 600px; }
.g-5e0c7174 { margin-top: var(--size-xl); }
.g-1fc7a0b1 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-3c5460fa { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-76e17d5a { position: relative; display: inline-block; width: 100%; }
.g-76e17d5a .g-6a00c485 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-76e17d5a .g-0aa2b121 { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-76e17d5a .g-e99b3504 { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-76e17d5a .g-e99b3504:hover { opacity: .7; }
.g-76e17d5a .g-5954fde7 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-76e17d5a .g-5954fde7:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-d880c5e6 { 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-d880c5e6 svg { fill: var(--color-text-light); }
.g-76f749f6 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-d880c5e6 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-c6b11dc5 { padding: var(--section-padding) 0; }
.g-8b49f17d { display: flex; }
.g-586f155b { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-15fb40d7 { margin-top: var(--size-s); }
.g-7df4a853 { margin-top: var(--size-m); }
.g-06e6a2e0 { flex: 1; }
.g-ffb073b5 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-8b49f17d { flex-direction: column; }
.g-586f155b { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-ffb073b5 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-586f155b { padding-bottom: var(--size-m); }
.g-ffb073b5 { height: auto; }
 }

/* Block: front-page::text--0 (text) */
.g-9b781be3 { text-align: center; }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-934bf752 { margin-top: var(--size-m); }
.g-7f70383e { margin-top: var(--size-m); }
.g-b8c917f3 { margin-top: var(--size-xl); }
.g-1d0fef07 { align-items: stretch; }
.g-0d47261e { height: auto; }
.g-2eed8eb7 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-2eed8eb7 .g-7db6998e { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-2eed8eb7 .g-ba119149 { background: var(--color-primary); transform: scale(1.2); }
.g-cacf58e0 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-9de4c386 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-58d464d5 { 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-156369fd { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-54ebae61 { display: flex; justify-content: flex-start; align-items: center; }
.g-f0cbd7d8 { 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-99d2c201 { display: flex; flex-direction: column; }
.g-a6378f29 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-ba9cda35 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-9de4c386 { flex-direction: column-reverse; }
.g-58d464d5 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-a32031ed { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-a32031ed .g-54ebae61 { margin-top: 0; }
.g-54ebae61 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-f0cbd7d8 { margin-right: 0; }
.g-99d2c201 { margin-top: var(--size-xs); }
.g-a6378f29 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-58d464d5 { text-align: center; }
.g-a32031ed { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-54ebae61 { align-items: center; }
.g-62bc38b7 { margin: 0 auto; }
 }

/* Block: expertise::about--0 (about) */
.g-c7ae740c { display: flex; align-items: center; gap: var(--size-m); }
.g-1249db0c { flex: 1; }
.g-4acdfb48 { flex: 1; }
@media screen and (max-width: 768px) { .g-c7ae740c { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-4acdfb48 { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-674291f9 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-674291f9::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-afe9c242 { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-afe9c242::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-5909d8a7::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-d2ff6d5f { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-07e577fd { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-6983350e { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-3fe71803 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-4e7224cc { padding-bottom: 37px; }
.g-4e7224cc::before { bottom: 0; }
.g-ee900f88 { padding-top: 35px; }
.g-ee900f88::before { top: 0; }
@media screen and (max-width: 768px) { .g-674291f9 { flex-direction: column; }
.g-674291f9::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-bf49a276 { width: 50%; }
.g-d2ff6d5f { margin: 0; align-self: initial; }
.g-07e577fd { order: 2; margin-left: auto; align-self: initial; }
.g-6983350e { order: 3; align-self: initial; }
.g-3fe71803 { margin-left: auto; align-self: initial; }
.g-afe9c242 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-afe9c242::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-4e7224cc { padding-bottom: var(--size-xs); }
.g-ee900f88 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-ee900f88::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-674291f9::before { left: 0; }
.g-bf49a276 { width: 100%; }
.g-d2ff6d5f { margin: 0; }
.g-07e577fd { margin: 0; }
.g-6983350e { margin: 0; }
.g-3fe71803 { margin: 0; }
.g-afe9c242 { padding-left: var(--size-s); }
.g-afe9c242::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-4e7224cc { margin: 0; padding-top: 35px; }
.g-ee900f88 { padding-top: 35px; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-5348d325 { display: flex; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: var(--size-xl) 20px; margin-inline: -20px; }
.g-50c7ca9b { width: 50%; }
.g-8445d435 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-b5c5cccd { padding: var(--size-s) var(--size-m); }
.g-7fde9a71 { transform: scale(1.2); }
.g-c1a907eb { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-0b067038 svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-5348d325 { padding: 20px 20px 10px; }
.g-7fde9a71 { transform: none; }
 }@media screen and (max-width: 768px) { .g-50c7ca9b { width: 100%; }
 }@media screen and (max-width: 576px) { .g-5348d325 { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-8445d435 { text-align: center; }
 }

/* Block: expertise::about--1 (about) */
.g-bc173a21 { display: flex; align-items: center; gap: var(--size-m); }
.g-48d25604 { flex: 1; }
.g-514b9bdb { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-bc173a21 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-fe02c320 { text-align: center; }
 }

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

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

/* Block: company_values::gallery--0 (gallery) */
.g-9785b0eb { display: flex; gap: var(--size-s); height: clamp(37.5rem, 58.59375vw + 9.375rem, 56.25rem); }
.g-64528010 { flex: 1; display: flex; flex-direction: column; }
.g-72262bd6 { flex: 0 0 40%; display: flex; flex-direction: column; gap: var(--size-s); }
.g-ba499374 { flex: 1; }
@media screen and (max-width: 768px) { .g-ba499374 { margin-top: var(--size-m); }
.g-9785b0eb { flex-direction: column; height: auto; }
 }

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

/* Block: company_values::text--1 (text) */
.g-abb51a90 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-bda5ca41 { text-align: center; }
.g-abb51a90 { column-count: 1; }
 }