/* Block: categories-list (categories-list) */
.g-b5eb8452 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-b5eb8452 .g-979948f9 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-b5eb8452 .g-979948f9:hover { filter: brightness(0.96); }
.g-b5eb8452 .g-979948f9:hover .g-32aec44e { opacity: 1; }
.g-b5eb8452 .g-2ad8ffcc { position: relative; z-index: 1; }
.g-b5eb8452 .g-32aec44e { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-979948f9 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-32aec44e { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-979948f9 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-32aec44e { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-0dc9c620 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-0dc9c620 .g-e7dab858 { 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-0dc9c620 .g-7e26581c { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-0dc9c620 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-e7dab858 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-99b4b0c6 { text-align: center; }
.g-7e26581c { 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-96590338 { display: none; position: fixed; bottom: 30px; left: var(--wrapper-padding); width: calc(100% - var(--wrapper-padding) * 2); max-width: 600px; padding: var(--size-m); z-index: 3; }
.g-1c833954 { display: block; }
.g-a32999c4 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-96590338 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-a32999c4 { gap: var(--size-xxs); }
.g-0cdadb94 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-e40ccec3 { margin-top: var(--size-m); }
.g-97380570 { margin-top: var(--size-m); }
.g-819c9ced { margin-top: var(--size-xl); }
.g-904d5fd6 { align-items: stretch; }
.g-5ce2f24a { height: auto; }
.g-4e6aaec7 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-4e6aaec7 .g-ad98e30e { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-4e6aaec7 .g-a3163dfe { background: var(--color-primary); transform: scale(1.2); }
.g-254eb93d { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-6a32def8 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-ac6e468d { 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-ac6e468d.g-321ef30d { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-58b0c775 { margin-top: var(--section-padding); }
.g-d3ef46ae { border-radius: var(--b-radius); padding: var(--size-m); }
.g-3c1a0d0d { 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-ad16371b { max-width: 524px; }
.g-eb24f974 { max-width: 450px; }
.g-fe103d4b { margin-top: var(--size-xs); }
.g-607787df { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-7f3359c4 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-4edbda97 { 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-4edbda97:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-19009f06 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-5fe9bc7b { transform: scale(1.2); margin-right: var(--size-xs); }
.g-ad788d99 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-14de599e { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-8d20ed9c { 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-ad16371b { max-width: initial; }
.g-eb24f974 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-14de599e { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-8d20ed9c { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-f4ab2c19 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-3c1a0d0d { gap: var(--size-m); }
.g-607787df { flex-direction: column; gap: var(--size-xxs); }
.g-7f3359c4 { width: 100%; }
.g-4edbda97 { width: 100%; }
.g-14de599e { 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-e751c284 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-9114fd1e { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-3aa657c4 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-a73fe349 { font-size: 36px; margin-right: var(--size-xs); }
.g-778485a5 { font-size: 24px; font-weight: 600; }
.g-9ede4c57 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-ac96ccb7 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-e7cbdf27 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-c6bde4a4 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-055efaa4 { 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-055efaa4.g-22ef4cce { display: block; }
.g-9ede4c57 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-e7cbdf27 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-055efaa4 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-d97d4fb4 { padding: var(--size-xl) 0; }
.g-4b80571f { max-width: 565px; margin: 0 auto; text-align: center; }
.g-d0443b34 { margin-top: var(--size-s); }
.g-a19cb248 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-d0443b34 { margin-top: var(--size-xs); }
.g-a19cb248 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-81d5dc15 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-11fe05fc { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-ef798e70 { position: relative; padding: var(--size-xl) 0; }
.g-e8e76d23 { text-align: center; }
.g-1f8ffe64 { text-align: center; margin-top: var(--size-s); }
.g-5eae72ef { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-5eae72ef { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

.g-5d3aa1c0 .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%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.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.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='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%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.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.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='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

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

.g-5d3aa1c0 .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' 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='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-5d3aa1c0 .prev,
.g-5d3aa1c0 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-5d3aa1c0 .prev:hover,
.g-5d3aa1c0 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-ec65f0ca { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-ec65f0ca .g-de29ab21 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-ec65f0ca .g-de29ab21:hover .g-7ea17a6c { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-ec65f0ca .g-f06743fb { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-ec65f0ca .g-f06743fb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-ec65f0ca .g-f06743fb img { width: 100%; height: 100%; object-fit: cover; }
.g-ec65f0ca .g-7ea17a6c { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-ec65f0ca .g-55df1730 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-ec65f0ca .g-c162fef1 { 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-ec65f0ca .g-cf36d553 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-ec65f0ca .g-9ff10191 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-ec65f0ca .g-90824289 { display: flex; align-items: center; gap: 8px; }
.g-ec65f0ca .g-90824289:hover { text-decoration: underline; }
.g-ec65f0ca .g-90824289 svg { margin-left: 8px; fill: currentColor; }
.g-ec65f0ca .g-adbed9bb { white-space: nowrap; opacity: 0.8; }
.g-a8dcbe56 { min-height: 600px; }
.g-a8dcbe56 .g-de29ab21 { padding: 48px 40px; }
.g-a8dcbe56 .g-7ea17a6c { transform: none; }
@media screen and (max-width: 870px) { .g-a8dcbe56 { min-height: 368px; }
.g-a8dcbe56 .g-de29ab21 { padding: 24px; }
.g-a8dcbe56 .g-7ea17a6c { 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-8ca76b2e { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-8ca76b2e blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-8ca76b2e blockquote::before { content: ''; position: absolute; top: 8px; left: 8px; display: inline-flex; width: 22px; height: 19px; 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 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' 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 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); box-shadow: 0 0 0 9999px var(--color-surface); }
.g-8ca76b2e blockquote::after { content: ''; position: absolute; bottom: 8px; right: 8px; display: inline-flex; width: 22px; height: 19px; 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 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' 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 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); }
.g-8ca76b2e .g-825e8052 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-8ca76b2e .g-9d9ca48a { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-8ca76b2e .g-0b7fb312 { margin-top: var(--size-s); }
.g-8ca76b2e .g-dcf9d385 { margin-top: var(--size-s); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-8ca76b2e .g-48a7f3a8 { display: block; text-decoration: none; }
.g-8ca76b2e .g-48a7f3a8:hover { text-decoration: underline; }
.g-8ca76b2e .g-d8864f06 { position: relative; color: var(--color-text); font-weight: bold; }
.g-8ca76b2e .g-d8864f06::before { content: ''; position: absolute; top: 0; left: calc((var(--size-s) + 8px) * -1); background-color: var(--color-primary); display: block; width: 16px; height: 16px; border-radius: 50%; }
@media screen and (max-width: 1024px) { .g-8ca76b2e { grid-template-columns: 1fr; }
.g-8ca76b2e .g-d362431f { order: 1; }
.g-8ca76b2e .g-1dcb811c { order: 2; }
.g-8ca76b2e .g-0b7fb312 { margin-top: var(--size-xs); }
.g-8ca76b2e .g-dcf9d385 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-8ca76b2e { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-f26601e7 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-9c9a38c1 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-ba684504 { text-decoration: none; }
.g-ba684504:hover { text-decoration: underline; }
.g-2857a1f9 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-b22d60c3 { margin-top: var(--size-s); }
.g-110f6b09 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-f26601e7 { gap: var(--size-xs); }
.g-2857a1f9 { margin-top: var(--size-s); }
.g-110f6b09 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-85f352db { text-align: center; }
.g-bf2cd138 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-ef69fa14 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-10b56c9f { 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-10b56c9f:hover { background-color: var(--color-primary); }
.g-719c0929 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-bf2cd138 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-d0766b5d { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-d0766b5d .g-50ac111e { margin-top: var(--size-m); max-width: 600px; }
.g-df81f416 { margin-top: var(--size-xl); }
.g-7dcc28b4 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-d0766b5d { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-35d54dba { position: relative; display: inline-block; width: 100%; }
.g-35d54dba .g-6cee9327 { width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-35d54dba .g-6cee9327:focus + .g-283b5e91 { opacity: 1; }
.g-35d54dba .g-49195e82 { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-35d54dba .g-49195e82:hover { opacity: .7; }
.g-35d54dba .g-205092d5 { fill: var(--color-primary); }
.g-35d54dba .g-283b5e91 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-35d54dba .g-283b5e91:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-2210d657 { padding: var(--size-xl) 0; }
.g-5779339c { max-width: 565px; margin: 0 auto; text-align: center; }
.g-f335450d { margin-top: var(--size-s); }
.g-ad738378 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-f335450d { margin-top: var(--size-xs); }
.g-ad738378 { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-e54e8ce9 { display: flex; position: relative; gap: var(--size-s); }
.g-e54e8ce9 * { flex: 1; }
.g-df4d332e { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-bc344106 { flex-shrink: 0; }
.g-2cb9ec96 { grid-column: span 2; }
.g-e6857f2f { user-select: none; }
.g-e6857f2f[open] .g-19572f28 { transform: rotate(45deg); }
.g-6f003f0d { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-6f003f0d::-webkit-details-marker { display: none; }
.g-19572f28 { 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-19572f28 svg { fill: var(--color-primary); }
.g-772e389e { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-6f003f0d { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-19572f28 { width: 24px; height: 24px; }
.g-19572f28 svg { width: 16px; height: 16px; }
.g-772e389e { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e54e8ce9 { flex-direction: column; }
.g-df4d332e { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-2cb9ec96 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-e54e8ce9 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-a6a3a308 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-a6a3a308 .g-b08a29de { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-a6a3a308 .g-b08a29de:hover { filter: brightness(0.96); }
.g-a6a3a308 .g-b08a29de:hover .g-3f723456 { opacity: 1; }
.g-a6a3a308 .g-2d8f4513 { position: relative; z-index: 1; }
.g-a6a3a308 .g-3f723456 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-b08a29de { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-3f723456 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-b08a29de { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-3f723456 { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-a53f19c3 { margin-top: var(--size-m); }
.g-e69f8b99 { margin-top: var(--size-m); }
.g-1e5de689 { margin-top: var(--size-xl); }
.g-08ebe93e { align-items: stretch; }
.g-8e7779c9 { height: auto; }
.g-231753fd { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-231753fd .g-24e3a892 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-231753fd .g-dc334b2d { background: var(--color-primary); transform: scale(1.2); }
.g-5509137a { 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-8a4d868a { 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-8a4d868a { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-639687de { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-0e79fbe4 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-ca352e1f { display: flex; justify-content: flex-start; }
.g-4a835d50 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-87a5cc8f { display: flex; justify-content: flex-start; align-items: center; }
.g-a7540af3 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-528b33f3 { fill: var(--color-text); }
.g-b913a5fd { stroke: var(--color-text); }
.g-f194b61e { stroke: var(--color-text); }
.g-d6f37ab0 { display: flex; flex-direction: column; }
.g-9b331db1 { flex: 0 0 50%; height: 383px; }
.g-76392a83 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-639687de { flex-direction: column; }
.g-0e79fbe4 { width: 100%; flex: 0 0 auto; }
.g-ca352e1f { flex-direction: column; }
.g-4a835d50 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-7d3ddcd5 { width: 100%; display: flex; justify-content: space-between; }
.g-87a5cc8f { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-a7540af3 { margin-right: 0; }
.g-d6f37ab0 { margin-top: var(--size-xs); }
.g-9b331db1 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-0e79fbe4 { padding: var(--size-xs); }
.g-7d3ddcd5 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-87a5cc8f { align-items: center; }
.g-d6f37ab0 { text-align: center; }
.g-9b331db1 { height: 370px; }
 }

/* Block: expertise::about--0 (about) */
.g-3040ad5b { display: flex; align-items: center; gap: var(--size-m); }
.g-0a354db6 { flex: 1; }
.g-36e6ab74 { flex: 1; }
@media screen and (max-width: 768px) { .g-3040ad5b { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-36e6ab74 { text-align: center; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-c5e678ab { display: flex; align-items: stretch; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding-bottom: 10px; }
.g-c5e678ab li { flex: 1; }
.g-695b90c4 { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-7629f871 { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-c5e678ab { flex-direction: column; }
.g-695b90c4 { text-align: center; min-width: auto; }
 }

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

/* Block: expertise::about--1 (about) */
.g-ee210e34 { padding: 0; }
@media screen and (max-width: 1280px) { .g-3433eff9 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-ee210e34 { padding: 0 var(--wrapper-padding); }
.g-85289fb1 { column-count: 1; }
.g-3433eff9 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-85289fb1 { text-align: center; }
 }

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

/* Block: reassurance::faq--0 (faq) */
.g-81c3f737 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-60a21c50 { flex: 0 0 45%; position: relative; }
.g-077d3d14 { flex: 1; position: relative; z-index: 1; }
.g-a3f50ce1 { user-select: none; }
.g-a3f50ce1[open] .g-338b316c { transform: rotate(45deg); }
.g-d95c8db6 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-d95c8db6::-webkit-details-marker { display: none; }
.g-338b316c { 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-338b316c svg { fill: var(--color-primary); }
.g-4ec52e81 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-d95c8db6 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-338b316c { width: 24px; height: 24px; }
.g-338b316c svg { width: 16px; height: 16px; }
.g-4ec52e81 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-81c3f737 { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-60a21c50 { flex: 0; }
.g-077d3d14 { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-60a21c50 { text-align: center; }
.g-077d3d14 { max-width: inherit; width: 100%; }
 }

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