/* Block: categories-list (categories-list) */
.g-d47fd68d { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-d47fd68d .g-0c445ff4 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-d47fd68d .g-0c445ff4:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-d47fd68d .g-0c445ff4:hover .g-b89414b0 { opacity: 1; }
.g-d47fd68d .g-aaeaf0ab { position: relative; z-index: 1; }
.g-d47fd68d .g-b89414b0 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-d47fd68d .g-df047b21 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-d47fd68d .g-df047b21 .g-b89414b0 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-0c445ff4 { min-height: 144px; padding-bottom: 82px; }
.g-b89414b0 { font-size: 72px; }
.g-df047b21 { padding-bottom: 120px; min-height: 159px; }
.g-df047b21 .g-b89414b0 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-d47fd68d { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-0c445ff4 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-b89414b0 { font-size: 56px; right: 16px; bottom: 16px; }
.g-df047b21 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-df047b21 .g-b89414b0 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-681428b5 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-681428b5 .g-fa295100 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-681428b5 .g-4b2d174e { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-fa295100 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-4b2d174e { 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-9699a9a3 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-ecb85dfc { display: block; }
.g-60dfb0df { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-56953d3c { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-3fdba1eb { width: 100%; }
@media screen and (max-width: 768px) { .g-9699a9a3 { padding: var(--size-s); }
.g-60dfb0df { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-56953d3c { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-3fdba1eb { width: auto; }
 }@media screen and (max-width: 576px) { .g-56953d3c { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-ef90ded5 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-a73cb6d5 { 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-a73cb6d5.g-e082d109 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-9c070a84 { margin-top: var(--section-padding); }
.g-5a8c684f { 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: var(--size-xl); }
.g-0a9f3b9b { max-width: 510px; }
.g-b92117c8 { max-width: 430px; }
.g-794b2dd4 { margin-top: var(--size-xs); }
.g-cd0b45a5 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-542ea7fb { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-b8478998 { 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-b8478998:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-92f3b780 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-12969edb { transform: scale(1.2); margin-right: var(--size-xs); }
.g-cd3bfd14 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-d7bc63fd { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-5ad62093 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-a9be18e9 { margin-top: var(--size-xl); display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-5a8c684f { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-0a9f3b9b { max-width: initial; }
.g-b92117c8 { max-width: initial; }
.g-cd3bfd14 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-d7bc63fd { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-5ad62093 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-a9be18e9 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-8932e53a { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-5a8c684f { gap: var(--size-m); }
.g-cd0b45a5 { flex-direction: column; gap: var(--size-xxs); }
.g-542ea7fb { width: 100%; }
.g-b8478998 { width: 100%; }
.g-5ad62093 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs);
    display: flex;
    align-items: center;
}
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a {
    height: 100%;
    justify-content: center;
}
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    height: 50px;
    justify-content: flex-start;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-sidebar .menu-item a:hover,
#header-nav-sidebar .page_item a:hover {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-sidebar .current-menu-item a,
#header-nav-sidebar .current_page_item a {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a::after,
#header-nav-desktop .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
}
#header-nav-sidebar .current-menu-item a::after,
#header-nav-sidebar .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--wrapper-padding));
    width: 4px;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 870px) {
    #header-nav-desktop .menu-item a,
    #header-nav-desktop .page_item a {
        justify-content: flex-start;
    }
}

.g-c62038a5 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-1cb52e3c { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-aa81863d { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-1d9e5ac4 { font-size: 34px; margin-right: var(--size-xxs); }
.g-71f1e7ce { font-size: 24px; font-weight: 600; }
.g-bd3e8100 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-80527921 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-80527921:hover { opacity: 0.7; }
.g-80527921 svg { fill: var(--color-text); }
.g-05482a76 { display: none; }
.g-bf8520a4 { position: fixed; z-index: 6; width: 100%; height: 100%; top: 0; left: 0; clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
.g-79510d85 { clip-path: inherit; }
.g-79510d85 .g-5e4fa428 { background-color: rgba(0, 0, 0, 0.2); }
.g-79510d85 .g-5603b842 { opacity: 1; transform: translateX(0); }
.g-69f9f84c { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-92554090 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-92554090:hover { opacity: 0.7; }
.g-92554090 svg { fill: var(--color-text); }
.g-5e4fa428 { transition: 0.3s background-color ease-in-out; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0); }
.g-5603b842 { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; min-width: 260px; width: 100%; max-width: 30%; height: 100%; box-shadow: 4px 0px 20px rgba(23, 23, 28, 0.1); opacity: 0; transform: translateX(-100%); transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; padding: 0 var(--size-m) 0 var(--wrapper-padding); }
@media screen and (max-width: 375px) { .g-80527921 { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-1d9e5ac4 { font-size: 28px; }
.g-71f1e7ce { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-1cb52e3c { justify-content: flex-start; }
.g-bd3e8100 { gap: var(--size-m); }
.g-7675e4ad { display: none; }
.g-05482a76 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-9c92d873 { padding: var(--section-padding) 0; }
.g-d1212326 { display: flex; }
.g-97f0f23b { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-548c45bd { width: 100%; height: 100%; }
.g-acdec6cf { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-18a38680 { margin-top: var(--size-s); }
.g-53d5e0b0 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-d1212326 { flex-direction: column-reverse; }
.g-97f0f23b { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-548c45bd { height: 350px; }
.g-acdec6cf { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-548c45bd { height: auto; }
.g-acdec6cf { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-a3b681b9 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-3e953440 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-c01feb05 { text-align: center; margin-top: var(--size-xl); }
.g-348c61ac { text-align: center; margin-top: var(--size-s); }
.g-e1c2d342 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-c01feb05 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-e1c2d342 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

.g-10f5c23b .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

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

.g-10f5c23b .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-f849f780 { position: relative; overflow: hidden; height: 100%; }
.g-f849f780 .g-60158483 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-f849f780 .g-2dc0e3b6 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-f849f780 .g-2dc0e3b6 img { width: 100%; height: 100%; object-fit: cover; }
.g-f849f780 .g-9c5b5712 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-f849f780 .g-08550943 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-f849f780 .g-b097bd21 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-f849f780 .g-c7f18a87 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-f849f780 .g-e696810c { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-f849f780 .g-86d4fbd5 { display: flex; align-items: center; gap: 8px; }
.g-f849f780 .g-86d4fbd5:hover { text-decoration: underline; }
.g-f849f780 .g-def6e2d0 { white-space: nowrap; opacity: 0.8; }
.g-f849f780 .g-6c45cd9d { margin-top: var(--size-s); }
.g-f849f780 .g-7a8b7452 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-f226eade { position: relative; overflow: hidden; height: 100%; }
.g-f226eade .g-60158483 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-f226eade .g-2dc0e3b6 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-f226eade .g-2dc0e3b6 img { width: 100%; height: 100%; object-fit: cover; }
.g-f226eade .g-9c5b5712 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-f226eade .g-08550943 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-f226eade .g-b097bd21 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-f226eade .g-c7f18a87 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-f226eade .g-e696810c { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-f226eade .g-6c45cd9d { margin-top: 16px; }
.g-f226eade .g-7a8b7452 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-08550943 { gap: 0 4px; }
.g-4a4e75c7 { flex-direction: column-reverse; }
.g-a57158d9 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-db5036f1 { 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-0116f5fa { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-0116f5fa blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-0116f5fa .g-fb77b9c8 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-0116f5fa .g-d6079abe { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-0116f5fa .g-80083971 { margin-top: var(--size-m); }
.g-0116f5fa .g-185e43b2 { 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-0116f5fa .g-eca46475 { display: block; text-decoration: none; }
.g-0116f5fa .g-eca46475:hover { text-decoration: underline; }
.g-0116f5fa .g-cce48008 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-0116f5fa { grid-template-columns: 1fr; }
.g-0116f5fa .g-d2f189cf { display: none; }
.g-0116f5fa .g-80083971 { margin-top: var(--size-s); }
.g-0116f5fa .g-185e43b2 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-0116f5fa blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-58c953e2 { position: relative; height: 800px; }
.g-0f36d8ca { height: 100%; display: flex; flex-direction: column; }
.g-486d6a3d { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-486d6a3d::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-cfc7a2b4 { width: 100%; height: 100%; }
.g-47d6c2ca { 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-7eb4219d { 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-5f20a5a8 { text-decoration: none; }
.g-5f20a5a8:hover { text-decoration: underline; }
.g-e7d43e4f { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-5e59ede4 { margin-top: var(--size-m); }
.g-d8e8ee22 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-7eb4219d { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-5e59ede4 { margin-top: var(--size-s); }
.g-d8e8ee22 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-58c953e2 { height: 700px; }
.g-47d6c2ca { width: 95%; }
.g-7eb4219d { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-cfc7a2b4 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-91cc7a8e { text-align: center; }
.g-d6a51f08 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-5002f20c { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-0eb20da0 { width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-0eb20da0:hover { background-color: var(--color-primary); }
.g-03a02e51 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-d6a51f08 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-7d4c5f40 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-7d4c5f40 .g-4051d617 { margin-top: var(--size-m); max-width: 600px; }
.g-ebd4877d { margin-top: var(--size-xl); }
.g-04a65272 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-7d4c5f40 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-69054cc7 { position: relative; display: inline-block; width: 100%; }
.g-69054cc7 .g-4ea6325a { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-69054cc7 .g-10ce0fbb { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-69054cc7 .g-10ce0fbb:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-e2255cc7 { 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-e2255cc7 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-e2255cc7 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-168bf7ec { padding: var(--section-padding) 0; }
.g-04c3ef53 { display: flex; }
.g-1810c267 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-bfc61ec8 { width: 100%; height: 100%; }
.g-00d660fc { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-b4b759ae { margin-top: var(--size-s); }
.g-9d6f53e8 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-04c3ef53 { flex-direction: column-reverse; }
.g-1810c267 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-bfc61ec8 { height: 350px; }
.g-00d660fc { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-bfc61ec8 { height: auto; }
.g-00d660fc { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-11e39ee1 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-90252ad8 { flex: 0 0 45%; position: relative; }
.g-a7c3a5e5 { flex: 1; position: relative; z-index: 1; }
.g-77012724 { user-select: none; }
.g-77012724[open] .g-f6946e52 { transform: rotate(45deg); }
.g-88bbf55a { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-88bbf55a::-webkit-details-marker { display: none; }
.g-f6946e52 { 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-f6946e52 svg { fill: var(--color-primary); }
.g-5751d5f8 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-88bbf55a { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-f6946e52 { width: 24px; height: 24px; }
.g-f6946e52 svg { width: 16px; height: 16px; }
.g-5751d5f8 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-11e39ee1 { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-90252ad8 { flex: 0; }
.g-a7c3a5e5 { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-90252ad8 { text-align: center; }
.g-a7c3a5e5 { max-width: inherit; width: 100%; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-dfc995f0 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-dfc995f0 .g-87ed5833 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-dfc995f0 .g-87ed5833:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-dfc995f0 .g-87ed5833:hover .g-b74a8fa4 { opacity: 1; }
.g-dfc995f0 .g-7d3eb5e6 { position: relative; z-index: 1; }
.g-dfc995f0 .g-b74a8fa4 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-dfc995f0 .g-0341e80e { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-dfc995f0 .g-0341e80e .g-b74a8fa4 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-87ed5833 { min-height: 144px; padding-bottom: 82px; }
.g-b74a8fa4 { font-size: 72px; }
.g-0341e80e { padding-bottom: 120px; min-height: 159px; }
.g-0341e80e .g-b74a8fa4 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-dfc995f0 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-87ed5833 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-b74a8fa4 { font-size: 56px; right: 16px; bottom: 16px; }
.g-0341e80e { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-0341e80e .g-b74a8fa4 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-aea6977d { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-24e873b3 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-52e0ce1c { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-36d57ddd { display: none; }
.g-20e8d233 { width: 100%; }
.g-3e7d4458 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-d96644ad { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-eea90145 { 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-dc2488f4 { fill: var(--color-text); }
.g-12ce79ca { stroke: var(--color-text); }
.g-b9d434e9 { stroke: var(--color-text); }
.g-ce470b31 { display: flex; flex-direction: column; }
.g-f528709d { width: 100%; height: 300px; }
.g-5eed619c { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-aea6977d { flex-direction: column-reverse; }
.g-24e873b3 { flex-direction: column-reverse; justify-content: flex-start; }
.g-52e0ce1c { flex: 1; }
.g-375feeb5 { display: none; }
.g-36d57ddd { display: block; text-align: center; }
.g-3e7d4458 { justify-content: space-evenly; }
.g-f528709d { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-24e873b3 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-eea90145 { margin-right: 0; }
.g-ce470b31 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-24e873b3 { text-align: center; }
.g-52e0ce1c { padding: var(--size-s); }
.g-3e7d4458 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-d96644ad { flex: inherit; align-items: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-20ece0fa { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-112224d9 { flex: 0 1 560px; }
.g-231e0ebf { flex: 1 1 630px; }
.g-8ac9870a { flex: 1; }
.g-75945f37 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-a131fe2d { flex: 1; }
.g-8853a486 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-04a3e516 { 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-20ece0fa { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-112224d9 { flex: auto; }
.g-231e0ebf { flex: auto; width: 100%; }
.g-75945f37 { margin-top: var(--size-s); }
.g-a131fe2d { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-8853a486 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-112224d9 { text-align: center; }
.g-75945f37 { flex-direction: column; }
.g-a131fe2d { flex: auto; text-align: center; }
.g-8853a486 { align-items: center; }
 }

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

/* Block: expertise::text--0 (text) */
.g-b4deb70b { text-align: center; }

/* Block: expertise::reviews--0 (reviews) */
.g-349a91be { 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-52a748ae { width: 50%; }
.g-1a2f0c55 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-1634bdb4 { padding: var(--size-s) var(--size-m); }
.g-6a3c360a { transform: scale(1.2); }
.g-9236b9f3 { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-087a5ba5 svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-349a91be { padding: 20px 20px 10px; }
.g-6a3c360a { transform: none; }
 }@media screen and (max-width: 768px) { .g-52a748ae { width: 100%; }
 }@media screen and (max-width: 576px) { .g-349a91be { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-1a2f0c55 { text-align: center; }
 }

/* Block: expertise::about--0 (about) */
.g-4f80ada2 { display: flex; align-items: center; gap: var(--size-m); }
.g-a65448e3 { flex: 1; }
.g-6bb2d6e0 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-4f80ada2 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-d88441ca { text-align: center; }
 }

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