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

/* Block: category-header (category-header) */
.g-14ae8632 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-14ae8632 .g-0f36b734 { 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-14ae8632 .g-c25fbb55 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-14ae8632 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-0f36b734 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-86dca864 { text-align: center; }
.g-c25fbb55 { 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-de46f400 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-d651f537 { display: block; }
.g-bcdc8a97 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-ab1fd495 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-e0d17d6a { width: 100%; }
@media screen and (max-width: 768px) { .g-de46f400 { padding: var(--size-s); }
.g-bcdc8a97 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-ab1fd495 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-e0d17d6a { width: auto; }
 }@media screen and (max-width: 576px) { .g-ab1fd495 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-d83e4b64 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-47f142d9 { 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-47f142d9.g-cee4e5c5 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-4bf9eddc { margin-top: var(--section-padding); }
.g-a466c28e { border-radius: var(--b-radius); padding: var(--size-m); }
.g-c67d1c0b { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-028dc881 { max-width: 524px; }
.g-f7ea3395 { max-width: 450px; }
.g-c02a7807 { margin-top: var(--size-xs); }
.g-1926ed2b { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-039759c2 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-f9405f17 { 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-f9405f17:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-c2c57280 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-6291300c { transform: scale(1.2); margin-right: var(--size-xs); }
.g-16295c62 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-04c30e7e { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-63144d8f { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-028dc881 { max-width: initial; }
.g-f7ea3395 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-04c30e7e { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-63144d8f { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-ea6bc0ab { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-c67d1c0b { gap: var(--size-m); }
.g-1926ed2b { flex-direction: column; gap: var(--size-xxs); }
.g-039759c2 { width: 100%; }
.g-f9405f17 { width: 100%; }
.g-04c30e7e { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#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-f3711f63 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-25346099 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-e969c0fc { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-a7b6e0b2 { font-size: 36px; margin-right: var(--size-xs); }
.g-8b8740e6 { font-size: 24px; font-weight: 600; }
.g-cc6f53f4 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-100bac9c { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-f0b2f5f1 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-9ab4a2c8 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-f46e476a { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-f46e476a.g-6277c59b { display: block; }
.g-cc6f53f4 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-f0b2f5f1 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-f46e476a { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-e33091a2 { padding: var(--size-xl) 0; }
.g-7ebbb890 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-485fc80c { margin-top: var(--size-s); }
.g-6a7a2f17 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-485fc80c { margin-top: var(--size-xs); }
.g-6a7a2f17 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-94c28e5d { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-d3b60d39 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-a2b1c06e { text-align: center; margin-top: var(--size-xl); }
.g-1e1bfb80 { text-align: center; margin-top: var(--size-s); }
.g-e71a66d1 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-a2b1c06e { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-e71a66d1 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-eb610cb9 { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-25c9707a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-87a2b6e7 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-87a2b6e7::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-293c7b16 { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-eb610cb9 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-eb610cb9 { padding-bottom: 40px; }
 }

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

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

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

.g-fb4f5098 .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-fb4f5098 .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-fb4f5098 .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-fb4f5098 .prev,
.g-fb4f5098 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

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

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

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

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

/* Block: post-card (post-card) */
.g-537bedf7 { position: relative; overflow: hidden; height: 100%; }
.g-537bedf7 .g-aaff8daf { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-537bedf7 .g-5b1599b9 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-537bedf7 .g-5b1599b9 img { width: 100%; height: 100%; object-fit: cover; }
.g-537bedf7 .g-6a844f33 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-537bedf7 .g-66b0c2d9 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-537bedf7 .g-5ff20039 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-537bedf7 .g-0aedd85b { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-537bedf7 .g-cce5e353 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-537bedf7 .g-98498d2f { display: flex; align-items: center; gap: 8px; }
.g-537bedf7 .g-98498d2f:hover { text-decoration: underline; }
.g-537bedf7 .g-a5c88e07 { white-space: nowrap; opacity: 0.8; }
.g-537bedf7 .g-377e584d { margin-top: var(--size-s); }
.g-537bedf7 .g-d5095cc5 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-67631f1d { position: relative; overflow: hidden; height: 100%; }
.g-67631f1d .g-aaff8daf { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-67631f1d .g-5b1599b9 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-67631f1d .g-5b1599b9 img { width: 100%; height: 100%; object-fit: cover; }
.g-67631f1d .g-6a844f33 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-67631f1d .g-66b0c2d9 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-67631f1d .g-5ff20039 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-67631f1d .g-0aedd85b { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-67631f1d .g-cce5e353 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-67631f1d .g-377e584d { margin-top: 16px; }
.g-67631f1d .g-d5095cc5 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-66b0c2d9 { gap: 0 4px; }
.g-b26d34c2 { flex-direction: column-reverse; }
.g-ceb86b1e { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-3f78348b { 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-10524198 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-10524198 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-10524198 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-10524198 .g-7d6b41ff { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-10524198 .g-389217bd { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-10524198 .g-8727a0fd { margin-top: var(--size-m); }
.g-10524198 .g-53bc262f { 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-10524198 .g-84217b40 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-10524198 .g-84217b40::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-10524198 .g-84217b40:hover { color: var(--color-text); }
.g-10524198 .g-692b6302 { font-weight: bold; }
.g-10524198 .g-692b6302::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-10524198 { grid-template-columns: 1fr; }
.g-10524198 .g-37cd6019 { display: none; }
.g-10524198 .g-8727a0fd { margin-top: var(--size-s); }
.g-10524198 .g-53bc262f { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-10524198 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-10524198 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-06226663 { position: relative; height: 800px; }
.g-98fc8207 { height: 100%; display: flex; flex-direction: column; }
.g-908f36ae { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-908f36ae::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-d09f3d25 { width: 100%; height: 100%; }
.g-e3dd55f8 { 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-5cf172ce { 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-0f9f0455 { text-decoration: none; }
.g-0f9f0455:hover { text-decoration: underline; }
.g-451df512 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-45ba74b3 { margin-top: var(--size-m); }
.g-83870a38 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-5cf172ce { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-45ba74b3 { margin-top: var(--size-s); }
.g-83870a38 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-06226663 { height: 700px; }
.g-e3dd55f8 { width: 95%; }
.g-5cf172ce { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-d09f3d25 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-dda05fa2 { text-align: center; }
.g-3385e9be { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-0402306d { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-af67a645 { 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-af67a645:hover { background-color: var(--color-primary); }
.g-f9f2c718 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-3385e9be { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-8b88dc6f { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-8b88dc6f .g-d291b94a { margin-top: var(--size-m); max-width: 600px; }
.g-1bd72283 { margin-top: var(--size-xl); }
.g-726cce52 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-8b88dc6f { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-6b68436f { position: relative; display: inline-block; width: 100%; }
.g-6b68436f .g-7f7a15d2 { 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-6b68436f .g-55b67741 { 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-6b68436f .g-55b67741:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-2c44d7ad { padding: var(--size-xl) 0; }
.g-c98efed0 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-c7a3d62c { margin-top: var(--size-s); }
.g-2b6c3849 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-c7a3d62c { margin-top: var(--size-xs); }
.g-2b6c3849 { margin-top: var(--size-s); }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-2758975a { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-ecf58e73 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-46ccdee5 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-fcb12ce1 { display: none; }
.g-e94574e2 { width: 100%; }
.g-7483ddde { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-01d5a441 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-e1b526c1 { 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-6840dabf { fill: var(--color-text); }
.g-3fcd8af0 { stroke: var(--color-text); }
.g-85da9293 { stroke: var(--color-text); }
.g-58ecadbc { display: flex; flex-direction: column; }
.g-58aec870 { width: 100%; height: 300px; }
.g-58c72bc1 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-2758975a { flex-direction: column-reverse; }
.g-ecf58e73 { flex-direction: column-reverse; justify-content: flex-start; }
.g-46ccdee5 { flex: 1; }
.g-96728f98 { display: none; }
.g-fcb12ce1 { display: block; text-align: center; }
.g-7483ddde { justify-content: space-evenly; }
.g-58aec870 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-ecf58e73 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-e1b526c1 { margin-right: 0; }
.g-58ecadbc { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-ecf58e73 { text-align: center; }
.g-46ccdee5 { padding: var(--size-s); }
.g-7483ddde { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-01d5a441 { flex: inherit; align-items: center; }
 }

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

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

/* Block: approach::about--0 (about) */
.g-64a3f9c0 { padding: 0; }
@media screen and (max-width: 1280px) { .g-14b820d2 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-64a3f9c0 { padding: 0 var(--wrapper-padding); }
.g-122e2eb4 { column-count: 1; }
.g-14b820d2 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-122e2eb4 { text-align: center; }
 }

/* Block: approach::text--1 (text) */
.g-09d25d73 { text-align: center; }

/* Block: approach::faq--0 (faq) */
.g-83cf10ce { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-31a472e8 { flex: 0 0 45%; position: relative; }
.g-eada9ab0 { flex: 1; position: relative; z-index: 1; }
.g-6defaf29 { user-select: none; }
.g-6defaf29[open] .g-5ba82f52 { transform: rotate(45deg); }
.g-4e51d222 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-4e51d222::-webkit-details-marker { display: none; }
.g-5ba82f52 { 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-5ba82f52 svg { fill: var(--color-primary); }
.g-5a7ff552 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-4e51d222 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-5ba82f52 { width: 24px; height: 24px; }
.g-5ba82f52 svg { width: 16px; height: 16px; }
.g-5a7ff552 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-83cf10ce { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-31a472e8 { flex: 0; }
.g-eada9ab0 { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-31a472e8 { text-align: center; }
.g-eada9ab0 { max-width: inherit; width: 100%; }
 }

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

/* Block: reassurance::faq--0 (faq) */
.g-8be1680d { position: relative; }
.g-6336233b::before { content: ""; position: absolute; top: 0; left: 0; width: clamp(30.3125rem, 47.0703125vw + 7.71875rem, 45.375rem); height: 100%; background-color: var(--color-secondary); z-index: -1; }
.g-a675e175 { padding: 80px 0; display: flex; justify-content: flex-start; align-items: center; }
.g-8120f1ef { flex: 0 0 clamp(26.75rem, 45.3125vw + 5rem, 41.25rem); padding-right: clamp(10rem, 7.8125vw + 6.25rem, 12.5rem); position: relative; }
.g-80833e32 { flex: 1; padding: 0 0 0 clamp(1rem, 7.8125vw + -2.75rem, 3.5rem); margin-left: clamp(-7.0625rem, -3.3203125vw + -5.46875rem, -8.125rem); position: relative; z-index: 1; }
.g-80833e32 li:last-child .g-738cccd3 { border-bottom: none; }
.g-738cccd3 { border-bottom: 1px solid var(--color-secondary); user-select: none; }
.g-738cccd3[open] .g-b77a3e9f { transform: rotate(45deg); }
.g-738cccd3 .g-dc6f52bd { padding-bottom: var(--size-s); }
.g-70ee046a { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding-top: var(--size-s); padding-bottom: var(--size-s); }
.g-70ee046a::-webkit-details-marker { display: none; }
.g-b77a3e9f { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-surface); border-radius: 50%; margin-left: var(--size-xs); }
.g-b77a3e9f svg { fill: var(--color-text); }
.g-dc6f52bd { padding-bottom: var(--size-s); }
@media screen and (max-width: 768px) { .g-6336233b::before { width: 100%; }
.g-a675e175 { flex-direction: column; }
.g-8120f1ef { flex: 0; padding-right: 0; text-align: center; padding-bottom: var(--size-s); }
.g-80833e32 { margin-left: 0; width: 100%; padding-right: 16px; }
 }@media screen and (max-width: 870px) { .g-70ee046a { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-b77a3e9f { width: 24px; height: 24px; }
.g-b77a3e9f svg { width: 16px; height: 16px; }
.g-dc6f52bd { padding-bottom: var(--size-xs); }
 }

/* Block: reassurance::about--1 (about) */
.g-5054f597 { display: flex; align-items: center; gap: var(--size-m); }
.g-011bd42f { flex: 1; }
.g-dc86b360 { flex: 1; }
@media screen and (max-width: 768px) { .g-5054f597 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-dc86b360 { text-align: center; }
 }