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

/* Block: category-header (category-header) */
.g-9790ba2a { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-9790ba2a .g-761afe1d { 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-9790ba2a .g-83d4ed0b { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-9790ba2a { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-761afe1d { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-3c38545a { text-align: center; }
.g-83d4ed0b { 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-d25c827e { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-95cf5ad0 { display: block; }
.g-a8ea4968 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-e645df62 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-4b2b7994 { width: 100%; }
@media screen and (max-width: 768px) { .g-d25c827e { padding: var(--size-s); }
.g-a8ea4968 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-e645df62 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-4b2b7994 { width: auto; }
 }@media screen and (max-width: 576px) { .g-e645df62 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-91709556 { margin-top: var(--size-m); }
.g-0a3cefee { margin-top: var(--size-m); }
.g-0846e05b { margin-top: var(--size-xl); }
.g-4be20c55 { align-items: stretch; }
.g-16bdfc1e { height: auto; }
.g-ab482e57 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-ab482e57 .g-122443d5 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-ab482e57 .g-1e9e3bbb { background: var(--color-primary); transform: scale(1.2); }
.g-f01a85c3 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-6475b8b9 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-b4c99d48 { 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-b4c99d48.g-a1eacef2 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-696bf764 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-3b2be2af { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-ca034553 { max-width: 563px; }
.g-d83eaf7e { max-width: 465px; }
.g-c4ae00af { margin-top: var(--size-xs); }
.g-b3150cbd { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-14c3d7f0 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-ed719121 { 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-ed719121:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-40c55a2a { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-cdc78578 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-c7dd5e5d { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-31a733ec { display: flex; justify-content: space-between; align-items: center; }
.g-94df2722 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-673eede4 { 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-ca034553 { max-width: 550px; }
.g-d83eaf7e { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-31a733ec { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-94df2722 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-673eede4 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-b8bd680f { order: 3; }
 }@media screen and (max-width: 576px) { .g-3b2be2af { gap: var(--size-m); }
.g-b3150cbd { flex-direction: column; gap: var(--size-xxs); }
.g-14c3d7f0 { width: 100%; }
.g-ed719121 { width: 100%; }
.g-94df2722 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-ba9f0669 { position: relative; z-index: 5; }
.g-e8e34b3f { width: 100%; }
.g-95edefe2 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-5a3ce399 { position: sticky; top: -1px; z-index: 5; }
.g-37b798a9 { display: block; }
.g-5e305f31 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-5e305f31::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-132aee93 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-73e7de29 { font-size: 34px; margin-right: var(--size-xxs); }
.g-60f60487 { font-size: 24px; font-weight: 600; }
.g-6c546a00 { display: block; }
.g-fb528201 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-2a8373a7 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-2a8373a7:hover { text-decoration: underline; }
.g-03b2de8e { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-dca465ba { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-ba9f0669 { position: sticky; top: 0; }
.g-95edefe2 { justify-content: space-between; height: 65px; }
.g-55a04642 { top: 65px; height: 0; }
.g-5e305f31::after { display: none; }
.g-132aee93 { margin: 0; }
.g-6c546a00 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-6c546a00.g-b9588168 { display: block; }
.g-fb528201 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-03b2de8e { display: flex; }
 }@media screen and (max-width: 576px) { .g-73e7de29 { font-size: 28px; }
.g-60f60487 { font-size: 20px; }
.g-6c546a00 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-c165717b { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-74aefe65 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-1ced774b { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-1ced774b::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-b7e65298 { 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-d111fd7f { max-width: 760px; text-align: center; }
.g-9077b679 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-c165717b { min-height: 500px; }
.g-b7e65298 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-d111fd7f { text-align: left; }
.g-3608331b { margin-top: var(--size-xs); }
.g-9077b679 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-a66fa2d8 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-0a0036ad { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-1aca52f7 { text-align: center; margin-top: var(--size-xl); }
.g-65e313d6 { text-align: center; margin-top: var(--size-s); }
.g-8d3b713e { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-1aca52f7 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-8d3b713e { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-3c4f1693 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-3c4f1693 .g-45f743fa { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-3c4f1693 .g-45f743fa:hover .g-1ee7c05d { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-3c4f1693 .g-557222d7 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-3c4f1693 .g-557222d7::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-3c4f1693 .g-557222d7 img { width: 100%; height: 100%; object-fit: cover; }
.g-3c4f1693 .g-1ee7c05d { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-3c4f1693 .g-46124a7b { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-3c4f1693 .g-5a9c1acf { 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-3c4f1693 .g-95bd6111 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-3c4f1693 .g-68ea4a79 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-3c4f1693 .g-0508849f { display: flex; align-items: center; gap: 8px; }
.g-3c4f1693 .g-0508849f:hover { text-decoration: underline; }
.g-3c4f1693 .g-0508849f svg { margin-left: 8px; fill: currentColor; }
.g-3c4f1693 .g-eefc01f2 { white-space: nowrap; opacity: 0.8; }
.g-cb2a98b9 { min-height: 600px; }
.g-cb2a98b9 .g-45f743fa { padding: 48px 40px; }
.g-cb2a98b9 .g-1ee7c05d { transform: none; }
@media screen and (max-width: 870px) { .g-cb2a98b9 { min-height: 368px; }
.g-cb2a98b9 .g-45f743fa { padding: 24px; }
.g-cb2a98b9 .g-1ee7c05d { 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-55c36a88 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-55c36a88 blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-55c36a88 blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-55c36a88 .g-172e26ed { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-55c36a88 .g-c6330211 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-55c36a88 .g-68f1ed3f { margin-top: var(--size-m); }
.g-55c36a88 .g-6dff4517 { 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-55c36a88 .g-8a3d429b { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-55c36a88 .g-8a3d429b::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-55c36a88 .g-8a3d429b:hover { color: var(--color-text); }
.g-55c36a88 .g-6a9ca2f9 { font-weight: bold; }
.g-55c36a88 .g-6a9ca2f9::before { color: var(--color-primary); background-color: currentColor; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-55c36a88 { grid-template-columns: 1fr; }
.g-55c36a88 .g-d479b581 { display: none; }
.g-55c36a88 .g-68f1ed3f { margin-top: var(--size-s); }
.g-55c36a88 .g-6dff4517 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-55c36a88 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-55c36a88 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-e9f960d6 { position: relative; }
.g-53444355 { width: 100%; }
.g-09e17ecd { position: relative; display: flex; flex-direction: column; }
.g-2c3f0153 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-2c3f0153::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-cdcd9f48 { width: 100%; height: 100%; }
.g-4c09794b { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-e9d15150 { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-70768eef { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-fb6670c3 { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-fb6670c3:hover { text-decoration: underline; }
.g-6d03e9a3 { margin-top: var(--size-m); }
.g-efe5a8f0 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-09e17ecd { padding-bottom: 40px; }
.g-70768eef { gap: var(--size-xxs); }
.g-fb6670c3 { height: 31px; padding: 8px 16px; }
.g-6d03e9a3 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-e9d15150 { padding-bottom: 0; }
.g-fb6670c3 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-09e17ecd { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-cdcd9f48 { aspect-ratio: auto; height: 100%; }
.g-e9d15150 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-f2fc00e5 { text-align: center; }
.g-5243d4ff { position: relative; }
.g-5c384bfd { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-5c384bfd:hover { color: var(--color-primary); }
.g-b13f4c6c { left: -42px; }
.g-6935820a { right: -42px; }
@media screen and (max-width: 1024px) { .g-ef6f31f3 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-5c384bfd { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-502f1c71 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-05506b9f { margin-top: var(--size-xl); }
.g-0f7e2685 { max-width: 430px; margin-inline: auto; text-align: center; }

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

/* Block: toTop (toTop) */
.g-67a5b7ac { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-b4a879c6 { fill: var(--color-text-light); }
.g-798b588c { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-67a5b7ac { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-b72083ac { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-97ff2345 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-1a3e9629 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-1a3e9629::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-939ac06c { 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-f65005e2 { max-width: 760px; text-align: center; }
.g-aa7dcb3f { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-b72083ac { min-height: 500px; }
.g-939ac06c { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-f65005e2 { text-align: left; }
.g-0ef576e3 { margin-top: var(--size-xs); }
.g-aa7dcb3f { margin-top: var(--size-s); }
 }

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

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

/* Block: front-page::featured-posts (featured-posts) */
.g-92579a0a { margin-top: var(--size-m); }
.g-a52c2c04 { margin-top: var(--size-m); }
.g-0b378898 { margin-top: var(--size-xl); }
.g-5959f593 { align-items: stretch; }
.g-1fdb42fd { height: auto; }
.g-d0006002 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-d0006002 .g-32d074c7 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-d0006002 .g-da13ab1d { background: var(--color-primary); transform: scale(1.2); }
.g-75cc654d { 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-aa3d62bf { 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-aa3d62bf { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-63f4edbe { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-5c7c83b8 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-395ac67e { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-a8d480a5 { display: none; }
.g-ab1f174a { width: 100%; }
.g-5be2209d { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-70f1bcda { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-4aea5a81 { 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-e0fcc293 { fill: var(--color-text); }
.g-d2a19cbe { stroke: var(--color-text); }
.g-a220ffc5 { stroke: var(--color-text); }
.g-08ddce81 { display: flex; flex-direction: column; }
.g-4ac74037 { width: 100%; height: 300px; }
.g-08bb8030 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-63f4edbe { flex-direction: column-reverse; }
.g-5c7c83b8 { flex-direction: column-reverse; justify-content: flex-start; }
.g-395ac67e { flex: 1; }
.g-27e855a1 { display: none; }
.g-a8d480a5 { display: block; text-align: center; }
.g-5be2209d { justify-content: space-evenly; }
.g-4ac74037 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-5c7c83b8 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-4aea5a81 { margin-right: 0; }
.g-08ddce81 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-5c7c83b8 { text-align: center; }
.g-395ac67e { padding: var(--size-s); }
.g-5be2209d { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-70f1bcda { flex: inherit; align-items: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-df582a8e { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-08350651 { flex: 1; }
.g-9312e6db { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-f92cafe0 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-807a29e8 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 870px) { .g-df582a8e { flex-direction: column; gap: var(--size-m); }
.g-08350651 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-9312e6db { gap: var(--size-s); }
.g-f92cafe0 { flex-direction: column; gap: var(--size-xxs); }
 }

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

/* Block: approach::about--0 (about) */
.g-4836abae { display: flex; align-items: center; gap: var(--size-m); }
.g-c46452f0 { flex: 1; }
.g-2012d334 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-4836abae { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-c0f5dbdf { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-6cde617a { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-6cde617a::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-b899b814 { 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-b899b814::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-06826598::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-25fdb5dc { 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-706744f8 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-8dd64250 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-df7cb60c { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-a173d57e { padding-bottom: 37px; }
.g-a173d57e::before { bottom: 0; }
.g-672656d9 { padding-top: 35px; }
.g-672656d9::before { top: 0; }
@media screen and (max-width: 768px) { .g-6cde617a { flex-direction: column; }
.g-6cde617a::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-96a9ae8f { width: 50%; }
.g-25fdb5dc { margin: 0; align-self: initial; }
.g-706744f8 { order: 2; margin-left: auto; align-self: initial; }
.g-8dd64250 { order: 3; align-self: initial; }
.g-df7cb60c { margin-left: auto; align-self: initial; }
.g-b899b814 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-b899b814::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-a173d57e { padding-bottom: var(--size-xs); }
.g-672656d9 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-672656d9::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-6cde617a::before { left: 0; }
.g-96a9ae8f { width: 100%; }
.g-25fdb5dc { margin: 0; }
.g-706744f8 { margin: 0; }
.g-8dd64250 { margin: 0; }
.g-df7cb60c { margin: 0; }
.g-b899b814 { padding-left: var(--size-s); }
.g-b899b814::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-a173d57e { margin: 0; padding-top: 35px; }
.g-672656d9 { padding-top: 35px; }
 }

/* Block: approach::about--1 (about) */
.g-975d6992 { padding: 0; }
@media screen and (max-width: 1280px) { .g-3d75a04f { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-975d6992 { padding: 0 var(--wrapper-padding); }
.g-9d516e8d { column-count: 1; }
.g-3d75a04f { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-9d516e8d { text-align: center; }
 }

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

/* Block: approach::about--2 (about) */
.g-ae3c6b2b { display: flex; align-items: center; gap: var(--size-m); }
.g-075fd7de { flex: 1; }
.g-47512624 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-ae3c6b2b { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-959a2c5a { text-align: center; }
 }