@charset "UTF-8";
.article-heading {
    margin-bottom: 32px;
    text-align: center;
}
@media (min-width: 992px) {
    .article-heading {
        margin-bottom: 40px;
    }
}
.article-heading .breadcrumb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 992px) {
    .article-heading .breadcrumb {
        margin-bottom: 20px;
    }
}
.article-container {
    max-width: 684px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1200px) {
    .article-container .extended-element {
        margin-left: -30px;
        margin-right: -30px;
    }
}
.article-body {
    color: var(--grey-9);
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.26px;
}
.article-body h2:not([class]),
.article-body h3:not([class]),
.article-body h4:not([class]),
.article-body h5:not([class]),
.article-body h6:not([class]) {
    margin-top: 32px;
    margin-bottom: 16px;
}
.article-body img,
.article-body p,
.article-body ul,
.article-body ol,
.article-body figure {
    margin-bottom: 20px;
}
.article-body a {
    color: var(--blue-7);
    text-decoration: underline;
}
.article-body img {
    border-radius: 8px;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.article-body li {
    margin-bottom: 10px;
}
.article-body ul {
    padding-left: 17px;
}
.article-body blockquote {
    color: var(--grey-10);
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin: 24px 0;
}
@media (min-width: 992px) {
    .article-body blockquote {
        font-size: 24px;
    }
}
.article-body .embed-responsive {
    margin-bottom: 28px;
}
@media (min-width: 1200px) {
    .article-body .embed-responsive {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
}
.article-body figure img {
    margin-bottom: 0;
}
.article-body figcaption {
    font-size: 13px;
    line-height: 1.15;
    padding: 5px 5px 0;
    text-align: center;
}
.article-body figcaption:empty {
    padding: 0;
}
.article-body ol {
    counter-reset: custom-counter;
    list-style: none;
    padding-left: 0;
    margin-top: 22px;
}
.article-body ol > li {
    padding-top: 2px;
    margin: 0 0 1.2rem;
    counter-increment: custom-counter;
    position: relative;
    padding-left: 42px;
}
.article-body ol > li:before {
    content: counter(custom-counter);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    left: 0;
    line-height: 32px;
    width: 32px;
    height: 32px;
    top: 0;
    background: var(--blue-7);
    border-radius: 50%;
    text-align: center;
}
.article-body ol ul,
.article-body ol ol,
.article-body ul ol,
.article-body ul ul {
    padding-top: 14px;
}
.article-body table {
    font-size: 16px;
    line-height: 1.2;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-bottom: 32px;
}
@media (min-width: 992px) {
    .article-body table {
        margin-bottom: 40px;
    }
}
.article-body table thead {
    line-height: inherit;
}
.article-body table thead th {
    color: var(--grey-10);
    font-weight: 600;
    border-bottom: 2px solid var(--grey-10);
    border-top: 0;
    padding: 14px 18px;
}
.article-body table thead th strong {
    font-weight: 600;
}
@media (min-width: 992px) {
    .article-body table thead th {
        padding: 10px 16px !important;
    }
}
.article-body table tbody tr {
    color: var(--grey-10);
    border: 0 !important;
}
.article-body table tbody tr:nth-of-type(2n+1) {
    background-color: var(--grey-2);
}
.article-body table tbody tr td {
    vertical-align: middle;
    padding: 12px 18px;
    border-top: 0;
    height: 48px;
}
.article-title {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.03em;
}
@media (min-width: 992px) {
    .article-title {
        font-size: 40px;
        line-height: 1.2;
        letter-spacing: -0.03em;
        margin-bottom: 20px;
    }
}
.article-data {
    margin-top: 24px;
    margin-bottom: 32px;
    color: var(--grey-6);
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.article-data span {
    display: inline-block;
    position: relative;
}
.article-data span + span {
    margin-left: 6px;
}
.article-data span + span:before {
    content: "";
    margin-right: 6px;
}
.article-data span + span:after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    height: calc(100% - 4px);
    width: 1px;
    background-color: var(--grey-6);
}
.article-img img {
    margin-bottom: 32px;
}
.article-caption {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.01em;
    color: var(--grey-10);
}
.article-tags {
    margin-top: 40px;
    margin-bottom: 32px;
}
.article-tags ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .article-tags ul {
        margin-left: -6px;
        margin-right: -6px;
    }
}
.article-tags ul li {
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
}
@media (min-width: 992px) {
    .article-tags ul li {
        margin-bottom: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }
}
.article-tags ul a {
    display: inline-block;
    padding: 8px 16px;
    background: var(--blue-1);
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.43;
    color: var(--blue-9);
}
@media (min-width: 992px) {
    .article-tags ul a {
        padding: 10px 16px;
    }
}
.article-tags ul a:hover {
    text-decoration: none;
}
.article .section-help {
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .article .section-help {
        margin-top: 80px;
        margin-bottom: 80px;
        padding-top: 80px;
        border-top: 1px solid #D5DFE8;
    }
}
.article .section-help .post {
    font-size: 14px;
}
.article .section-help .post-img {
    height: 138px;
}
@media (min-width: 576px) and (max-width: 991px) {
    .article .section-help .post-img {
        height: 196px;
    }
}
.article .section-help [class*=col-]:last-child .post {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .article .section-help {
        padding-top: 40px;
    }
}
.article-share {
    border-top: 1px solid var(--grey-3);
    padding-top: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (min-width: 1400px) {
    .article-share {
        padding-top: 4px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .article-share:first-child {
        margin-top: 0;
        padding-top: 0;
        border: 0;
    }
    .article-share:first-child .article-share-title {
        margin-top: 0;
    }
}
.article-share-title {
    margin-top: 16px;
    margin-bottom: 16px;
}
.article-share-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
}
.article-share-links > * {
    color: var(--grey-10) !important;
}
.article .widget-newsletter .widget-form .form {
    display: block;
}
.article .widget-newsletter .widget-form .form .form-control {
    margin-bottom: 16px;
}
.article .widget-newsletter .widget-form .form .btn[type=submit] {
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
}

.category {
    padding-top: 72px;
    margin-bottom: 40px;
}
@media (min-width: 1200px) {
    .category {
        padding-top: 140px;
    }
}
.category .breadcrumb {
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .category .post-date {
        color: #19212D;
    }
}
.category-posts .post {
    border-bottom: 1px solid #ECEDEF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .category-posts .post {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .category-posts .post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 992px) {
    .category-posts .post-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 238px;
                flex: 0 0 238px;
        width: 238px;
        height: 160px;
        margin-right: 30px;
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .category-posts .post-title {
        font-size: 20px;
    }
}
.category .aside {
    border: 0;
    padding-top: 0;
    margin-top: 0;
}

.heading {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    color: #474D57;
    border-bottom: 1px solid #E2E2E2;
}
@media (min-width: 992px) {
    .heading {
        padding-top: 48px;
        padding-bottom: 48px;
        margin-bottom: 30px;
        font-size: 18px;
    }
}
.heading strong {
    color: var(--grey-10);
}
.heading-title {
    margin-bottom: 12px;
}
@media (min-width: 992px) {
    .heading-title {
        margin-bottom: 16px;
        line-height: 1.25;
    }
}
.heading.no-result .search-heading-title {
    color: #6C7179;
}
.heading p:last-child {
    margin-bottom: 0;
}

.error-page {
    padding-top: 112px;
}
@media (min-width: 992px) {
    .error-page {
        padding-top: 240px;
    }
}
.error-page .section-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
@media (min-width: 992px) {
    .error-page .section-title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 1.33;
    }
}
.error-page .post-lg {
    margin-bottom: 32px;
}
.error-page .post-lg .post-title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}
.error-section {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #ECEDEF;
    padding-bottom: 40px;
}
@media (min-width: 992px) {
    .error-section {
        padding-bottom: 100px;
        text-align: inherit;
    }
}
.error-section-icon {
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .error-section-icon svg {
        width: 343px;
        height: 217px;
    }
}
.error-section-title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}
@media (min-width: 992px) {
    .error-section-title {
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.03em;
    }
}
.error-section .btn {
    margin-top: 8px;
}
@media (min-width: 992px) {
    .error-section .btn {
        margin-top: 32px;
    }
}

.search-page .section-help {
    border-bottom: 1px solid #ECEDEF;
    padding-bottom: 12px;
}
@media (min-width: 992px) {
    .search-page .section-help {
        padding-bottom: 48px;
    }
}

@media (min-width: 1400px) {
    .summary-group {
        position: relative;
    }
    .summary {
        width: 293px;
        top: 0;
        position: absolute;
        z-index: 9;
        -webkit-transform: translateX(-120%);
            -ms-transform: translateX(-120%);
                transform: translateX(-120%);
        overflow: hidden;
    }
    .summary.scrolled {
        position: fixed;
        top: 122px;
    }
    .summary.fixed-bottom {
        position: absolute;
        top: auto;
        bottom: 0;
    }
    .summary.fixed-bottom .summary-list,
    .summary.scrolled .summary-list {
        overflow-y: auto;
        max-height: calc(100vh - 140px - 56px);
    }
}
.summary {
    background: #FFFFFF;
    border: 1px solid var(--grey-3);
    border-radius: 8px;
    margin-bottom: 30px;
}

.summary-toggler {
    border: none;
    background: none;
    outline: none;
    padding: 18px 20px;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: var(--grey-10);
    position: relative;
}

.summary-toggler-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.summary-toggler[aria-expanded=true] .summary-toggler-icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 1400px) {
    .summary {
        border: 0;
        border-radius: 0;
        margin-bottom: 0;
    }
    .summary-toggler {
        padding-bottom: 16px;
        cursor: auto;
        pointer-events: none;
    }
    .summary-toggler-icon {
        display: none;
    }
}
.article-body .summary-list {
    padding: 2px 0px 20px;
    margin: 0 20px;
}

.article-body .summary-list,
.article-body .summary-list ul {
    margin-bottom: 0;
    list-style: none;
}

.article-body .summary-list ul {
    padding-top: 4px;
    padding-left: 28px;
}

.article-body .summary-list li:not(:first-child),
.article-body .summary-list ul li {
    margin-top: 8px;
}

.article-body .summary-list a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: var(--grey-7);
    padding: 0;
    display: block;
    text-decoration: none;
    position: relative;
}

.article-body .summary-list a:hover {
    color: var(--blue-7);
}

.article-body .summary-list ul a[data-number]:before {
    content: attr(data-number);
    display: inline;
    margin-right: 2px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
}

@media (min-width: 1400px) {
    .article-body .summary-list {
        padding-bottom: 0;
        display: block !important;
    }
    .article-body .summary-list a.active {
        color: var(--grey-10);
        font-weight: 500;
    }
}
.article-body .summary-list li.active:has(.active) > a {
    color: #353E45;
}

.article-body .summary-list ul a:before {
    content: "-";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.article-body .summary-list ul ul a:before {
    content: "•";
    left: -12px;
}

@media (min-width: 1400px) {
    .summary-list {
        display: block;
        height: auto !important;
    }
}