/* Block: categories-list (categories-list) */
.g-740e3628 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-740e3628 .g-2a1e4987 { 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-740e3628 .g-2a1e4987: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-740e3628 .g-2a1e4987:hover .g-2493e67e { opacity: 1; }
.g-740e3628 .g-ac710038 { position: relative; z-index: 1; }
.g-740e3628 .g-2493e67e { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-740e3628 .g-4a1b082c { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-740e3628 .g-4a1b082c .g-2493e67e { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-2a1e4987 { min-height: 144px; padding-bottom: 82px; }
.g-2493e67e { font-size: 72px; }
.g-4a1b082c { padding-bottom: 120px; min-height: 159px; }
.g-4a1b082c .g-2493e67e { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-740e3628 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-2a1e4987 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-2493e67e { font-size: 56px; right: 16px; bottom: 16px; }
.g-4a1b082c { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-4a1b082c .g-2493e67e { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-0559a799 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-0559a799 .g-6752cec1 { 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-0559a799 .g-3756ffc2 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-0559a799 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-6752cec1 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-c41a1976 { text-align: center; }
.g-3756ffc2 { 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-4b13d02e { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-0e562627 { display: block; }
.g-3cff8549 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-61611bd7 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-f836cef3 { width: 100%; }
@media screen and (max-width: 768px) { .g-4b13d02e { padding: var(--size-s); }
.g-3cff8549 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-61611bd7 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-f836cef3 { width: auto; }
 }@media screen and (max-width: 576px) { .g-61611bd7 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-f9d2ed7d { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-a82c3401 { 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-a82c3401.g-3acf2b06 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-44df2a9e { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-406ec2ba { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-bb72e854 { max-width: 563px; }
.g-16c040a9 { max-width: 465px; }
.g-fcbf3a4f { margin-top: var(--size-xs); }
.g-d3aa22b1 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-5d4c4626 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-8f193efa { 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-8f193efa:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-0802e122 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-dabd6292 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-f85ffc61 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-552fd013 { display: flex; justify-content: space-between; align-items: center; }
.g-48c46590 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-7a2f019d { 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-bb72e854 { max-width: 550px; }
.g-16c040a9 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-552fd013 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-48c46590 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-7a2f019d { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-dae0c622 { order: 3; }
 }@media screen and (max-width: 576px) { .g-406ec2ba { gap: var(--size-m); }
.g-d3aa22b1 { flex-direction: column; gap: var(--size-xxs); }
.g-5d4c4626 { width: 100%; }
.g-8f193efa { width: 100%; }
.g-48c46590 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out, 0.1s text-shadow ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}

.g-8e9097ac { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-d7ce6018 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-1f008080 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-1bf8803b { font-size: 34px; margin-right: var(--size-xxs); }
.g-2cba25b6 { font-size: 24px; font-weight: 600; }
.g-b04af4cf { -ms-overflow-style: none; scrollbar-width: none; }
.g-88dd385e { display: none; }
.g-f23d5a67 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-84a3b9bb { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-84a3b9bb:hover { transform: scale(1.05); }
.g-84a3b9bb svg { fill: var(--color-text-light); }
.g-0cb68ca8 { display: none; }
.g-2e17b0fb { display: none; }
.g-361960d7 { display: inline; }
.g-1fd6fa85 { display: none; }
.g-3a8a653d { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-3a8a653d.g-6d43d6a3 { display: flex; width: 100%; }
.g-06bfedbc { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-1bf8803b { font-size: 28px; }
.g-2cba25b6 { font-size: 20px; }
.g-f23d5a67 { gap: var(--size-xxs); }
.g-43ed69a6 { display: none; }
.g-2e17b0fb { display: block; }
.g-3a8a653d.g-6d43d6a3 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-458091d7 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-bfc49899 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-6bb79695 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-6bb79695::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-d13dc771 { 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-6e012b7a { max-width: 760px; text-align: center; }
.g-31f506c7 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-458091d7 { min-height: 500px; }
.g-d13dc771 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-6e012b7a { text-align: left; }
.g-d8921c80 { margin-top: var(--size-xs); }
.g-31f506c7 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-a2c23ce3 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-eccf596f { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-e0e09644 { text-align: center; margin-top: var(--size-xl); }
.g-47b3e6c5 { text-align: center; margin-top: var(--size-s); }
.g-56ea1420 { text-align: center; }
@media screen and (max-width: 768px) { .g-e0e09644 { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-09a5d1ef { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-51fc251d { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-51fc251d::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-fa580d80 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-80a4df1a { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-09a5d1ef { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-09a5d1ef { padding-bottom: 40px; }
 }

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

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

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

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

.g-36d01958 .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-36d01958 .prev,
.g-36d01958 .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-a0b4d187 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-a0b4d187 .g-155513d0 { position: relative; text-decoration: none; }
.g-a0b4d187 .g-d7d6d726 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-a0b4d187 .g-7083a046 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-a0b4d187 .g-7083a046 img { width: 100%; height: 100%; object-fit: cover; }
.g-a0b4d187 .g-d4260272 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-a0b4d187 .g-8609a0e2 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-a0b4d187 .g-2a06d5cd { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-a0b4d187 .g-9bd6aa61 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-4000bcb0 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-4000bcb0 .g-155513d0 { position: relative; text-decoration: none; }
.g-4000bcb0 .g-d7d6d726 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-4000bcb0 .g-7083a046 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-4000bcb0 .g-7083a046 img { width: 100%; height: 100%; object-fit: cover; }
.g-4000bcb0 .g-d4260272 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-4000bcb0 .g-8609a0e2 { 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-4000bcb0 .g-2a06d5cd { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-4000bcb0 .g-9bd6aa61 { 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-d7d6d726 { 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-683e0a2a { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-683e0a2a blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-683e0a2a .g-a8115f4d { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-683e0a2a .g-9feafefa { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-683e0a2a .g-f9ef9400 { margin-top: var(--size-m); }
.g-683e0a2a .g-7819300a { 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-683e0a2a .g-d77a560f { display: block; text-decoration: none; }
.g-683e0a2a .g-d77a560f:hover { text-decoration: underline; }
.g-683e0a2a .g-f458fd25 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-683e0a2a { grid-template-columns: 1fr; }
.g-683e0a2a .g-926a800e { order: 1; }
.g-683e0a2a .g-8d20e9ba { order: 2; }
.g-683e0a2a .g-f9ef9400 { margin-top: var(--size-s); }
.g-683e0a2a .g-7819300a { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-30adf8b1 { position: relative; height: 800px; }
.g-77541fcc { height: 100%; display: flex; flex-direction: column; }
.g-f0769c5f { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-f0769c5f::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-b69f5b51 { width: 100%; height: 100%; }
.g-cc4b09ca { 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-9dd53a02 { 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-4cd7f797 { text-decoration: none; }
.g-4cd7f797:hover { text-decoration: underline; }
.g-8c4c79e2 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-c668af39 { margin-top: var(--size-m); }
.g-ec7033d1 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-9dd53a02 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-c668af39 { margin-top: var(--size-s); }
.g-ec7033d1 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-30adf8b1 { height: 700px; }
.g-cc4b09ca { width: 95%; }
.g-9dd53a02 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-b69f5b51 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-9c26f0cb { text-align: center; }
.g-2020261d { position: relative; }
.g-31f9843f { position: absolute; top: 50%; z-index: 10; margin-top: -16px; 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-31f9843f:hover { background-color: var(--color-primary); }
.g-6ada4325 { left: -42px; }
.g-d3883ca1 { right: -42px; }
@media screen and (max-width: 1024px) { .g-d6de1931 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-31f9843f { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-665c1f11 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-665c1f11 .g-95513743 { margin-top: var(--size-m); max-width: 600px; }
.g-89442bec { margin-top: var(--size-xl); }
.g-13a54b11 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-665c1f11 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-a019a318 { position: relative; display: inline-block; width: 100%; }
.g-a019a318 .g-47495110 { 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-a019a318 .g-43a50820 { 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-a019a318 .g-43a50820:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-e499d4bd { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-282c6363 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-da7a12fc { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-da7a12fc::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-3f70ebe9 { 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-8ff3bf19 { max-width: 760px; text-align: center; }
.g-e9af08d7 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-e499d4bd { min-height: 500px; }
.g-3f70ebe9 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-8ff3bf19 { text-align: left; }
.g-6abf2ef0 { margin-top: var(--size-xs); }
.g-e9af08d7 { margin-top: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-e7e090c9 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-e7e090c9 .g-af52e9cc { 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-e7e090c9 .g-af52e9cc: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-e7e090c9 .g-af52e9cc:hover .g-29487ec0 { opacity: 1; }
.g-e7e090c9 .g-c9942b48 { position: relative; z-index: 1; }
.g-e7e090c9 .g-29487ec0 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-e7e090c9 .g-024e9243 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-e7e090c9 .g-024e9243 .g-29487ec0 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-af52e9cc { min-height: 144px; padding-bottom: 82px; }
.g-29487ec0 { font-size: 72px; }
.g-024e9243 { padding-bottom: 120px; min-height: 159px; }
.g-024e9243 .g-29487ec0 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-e7e090c9 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-af52e9cc { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-29487ec0 { font-size: 56px; right: 16px; bottom: 16px; }
.g-024e9243 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-024e9243 .g-29487ec0 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-331d33ad { position: relative; z-index: 1; }
.g-43ec31e4 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-379227e0 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-b940d858 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-0a186a82 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-31cbcd0a { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-e45d9e21 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-c962e473 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-2c5e6801 { fill: var(--color-text); }
.g-648d2b8a { stroke: var(--color-text); }
.g-951398be { stroke: var(--color-text); }
.g-2d4a1ad7 { display: flex; flex-direction: column; }
.g-8c915961 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-43ec31e4 { flex-direction: column; }
.g-8f0dceb6 { margin-top: 0; }
.g-b940d858 { flex: 1; }
.g-8c915961 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-2d4a1ad7 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-379227e0 { align-items: center; text-align: center; }
.g-b940d858 { padding: var(--size-s); }
.g-0a186a82 { transform: translateY(var(--size-xl)); }
.g-31cbcd0a { flex-direction: column; align-items: center; }
.g-8c915961 { height: 370px; }
 }

/* Block: about-page::text--0 (text) */
.g-4da87b4a { text-align: center; }

/* Block: about-page::highlights--0 (highlights) */
.g-ee4dc1aa { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-564241ab { flex: 0 1 560px; }
.g-a0f9baf5 { flex: 1 1 630px; }
.g-029d54c6 { flex: 1; }
.g-7cef5120 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-4c1a9ae2 { flex: 1; }
.g-dca756da { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-a61eb4ff { 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-ee4dc1aa { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-564241ab { flex: auto; }
.g-a0f9baf5 { flex: auto; width: 100%; }
.g-7cef5120 { margin-top: var(--size-s); }
.g-4c1a9ae2 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-dca756da { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-564241ab { text-align: center; }
.g-7cef5120 { flex-direction: column; }
.g-4c1a9ae2 { flex: auto; text-align: center; }
.g-dca756da { align-items: center; }
 }

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

/* Block: expertise::about--0 (about) */
.g-4080a2dc { display: flex; align-items: center; gap: var(--size-m); }
.g-ff417514 { flex: 1; }
.g-646c2a82 { flex: 1; }
@media screen and (max-width: 768px) { .g-4080a2dc { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-646c2a82 { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-ce2460a6 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-1129daa5 { flex: 1; }
.g-51bab6d0 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-0461102f { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-secondary); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-b9b48d52 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-ce2460a6 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-1129daa5 { text-align: center; }
.g-b9b48d52 { font-size: 32px; flex: 0 0 35px; }
 }

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

/* Block: expertise::about--1 (about) */
.g-c9331159 { display: flex; align-items: center; gap: var(--size-m); }
.g-84377079 { flex: 1; }
.g-7dfe5129 { position: relative; padding: var(--size-m); }
.g-7dfe5129::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-db0ae578 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-c9331159 { flex-direction: column; align-items: stretch; }
.g-84377079 { flex: auto; }
.g-7dfe5129 { padding: var(--size-m) var(--size-s); }
.g-7dfe5129::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-7dfe5129 { text-align: center; }
 }

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