.elementor-widget-btheme_post_content {
    width: 100%;
}

.elementor-widget-btheme_post_small_description {
    width: 100%;
}

.elementor-widget-btheme_post_category_badge {
    width: 100%;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor .elementor-widget-container,
.elementor-widget-text-editor .elementor-widget-container * {
    color: #000;
}

.categories-menu {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.elementor-widget-btheme_category_navigation {
    width: 100%;
}

.categories-menu__list,
ul.categories-menu-list {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.categories-menu__link,
ul.categories-menu-list a,
ul.categories-menu-list button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 10px 22px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #112033;
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.categories-menu__link:hover,
.categories-menu__link:focus-visible {
    background: #eff4f8;
    color: #112033;
}

.categories-menu__link--active {
    background: #005ca8;
    color: #fff;
}

.categories-menu__item,
ul.categories-menu-list li {
    display: flex;
    align-items: center;
}

.post-grid-item-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.post-grid-grid,
.post-grid__grid {
    display: grid;
}

.post-grid-item {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.post-grid-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-grid-item-thumbnail img {
    object-fit: cover;
    object-position: center;
}

li.categories-menu-item a {
    white-space: nowrap;
}

li.categories-menu-item.search img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
}

li.categories-menu-item.search {
    flex-shrink: 0;
}

.post-grid-item-title a {
    display: block;
}

li.categories-menu-item.search a {
    height: 100%;
    position: relative;
    padding: 7px 20px !important;
}

.cm-search-box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    margin-top: -2px;
}

.cm-search-box.active {
    opacity: 1;
}

.cm-search-box-in {
    padding: 10px 10px;
    border: solid 2px;
    border-radius: 10px;
    margin-right: 5px;
    position: absolute;
    top: 100%;
}

.cm-search-box-in input {
    padding: 5px;
    margin-right: 10px;
    border: none;
    outline: none;
    border-bottom: 2px solid;
    font-size: 15px;
}


.post-grid-empty {
    display: flex;
    justify-content: center;
}

.elementor-widget-btheme_post_grid {
    width: 100%;
}

.elementor-widget-btheme_home_banners {
    width: 100%;
}

.elementor-widget-btheme_latest_posts {
    width: 100%;
}

.elementor-widget-btheme_flipbook_button {
    width: auto;
}

.flipbook-button-widget {
    display: inline-flex;
    width: auto;
    max-width: 100%;
}

.flipbook-button-widget__button {
    appearance: none;
}

.elementor-widget-btheme_flipbook_button .flipbook-button-widget__button.elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-primary, #006db0);
    color: #fff;
    font-family: var(--e-global-typography-accent-font-family), sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    text-transform: uppercase;
    border: 0;
    border-radius: 20px;
    padding: 12px 60px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.elementor-widget-btheme_flipbook_button .flipbook-button-widget__button.elementor-button:hover,
.elementor-widget-btheme_flipbook_button .flipbook-button-widget__button.elementor-button:focus-visible {
    background-color: var(--e-global-color-primary, #006db0);
    color: #fff;
    transform: translateY(-1px);
}

.elementor-widget-btheme_flipbook_button .flipbook-button-widget__button .elementor-button-content-wrapper {
    justify-content: center;
}

.elementor-widget-btheme_flipbook_download_button {
    width: auto;
}

.flipbook-download-button-widget {
    display: inline-flex;
    width: auto;
    max-width: 100%;
}

.flipbook-download-button-widget__button {
    appearance: none;
}

.elementor-widget-btheme_flipbook_download_button .flipbook-download-button-widget__button.elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #8fd03a;
    color: #fff;
    font-family: var(--e-global-typography-accent-font-family), sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    text-transform: uppercase;
    border: 0;
    border-radius: 20px;
    padding: 12px 60px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: background-color .3s ease, color .3s ease, transform .2s ease, box-shadow .2s ease;
}

.elementor-widget-btheme_flipbook_download_button .flipbook-download-button-widget__button.elementor-button:hover,
.elementor-widget-btheme_flipbook_download_button .flipbook-download-button-widget__button.elementor-button:focus-visible {
    background-color: #006db0;
    color: #fff;
}

.elementor-widget-btheme_flipbook_download_button .flipbook-download-button-widget__button.elementor-button:active {
    transform: translateY(0);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.elementor-widget-btheme_flipbook_download_button .flipbook-download-button-widget__button .elementor-button-content-wrapper {
    justify-content: center;
}

.flipbook-button-widget__source {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.flipbook-button-widget__empty {
    width: 100%;
    padding: 16px 18px;
    border: 1px dashed #c4d0db;
    border-radius: 12px;
    background: #f6f9fb;
    color: #485564;
}

.latest-posts-widget {
    --latest-posts-gap: 16px;
    --latest-posts-primary-min-height: 560px;
    --latest-posts-secondary-card-height: 222px;
}

.latest-posts-widget__grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    gap: var(--latest-posts-gap);
    align-items: stretch;
}

.latest-posts-widget__aside {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: var(--latest-posts-gap);
    min-height: var(--latest-posts-primary-min-height);
    min-width: 0;
}

.latest-posts-widget__secondary {
    display: grid;
    grid-auto-rows: var(--latest-posts-secondary-card-height);
    gap: var(--latest-posts-gap);
    align-content: start;
}

.latest-posts-widget__card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 11.4px 2px rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
}

.latest-posts-widget__card--primary {
    min-height: var(--latest-posts-primary-min-height);
    display: flex;
    flex-direction: column;
}

.latest-posts-widget__card--secondary {
    min-height: var(--latest-posts-secondary-card-height);
    height: var(--latest-posts-secondary-card-height);
    display: grid;
    grid-template-columns: minmax(180px, 34%) minmax(0, 1fr);
    min-width: 0;
}

.latest-posts-widget__image-link,
.latest-posts-widget__secondary-image-link {
    display: block;
    color: inherit;
    overflow: hidden;
}

.elementor .elementor-widget-btheme_latest_posts .latest-posts-widget__image-link img,
.elementor .elementor-widget-btheme_latest_posts .latest-posts-widget__secondary-image-link img,
.elementor .elementor-widget-btheme_latest_posts .latest-posts-widget__image-placeholder,
.latest-posts-widget__image-link img,
.latest-posts-widget__secondary-image-link img,
.latest-posts-widget__image-placeholder {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    max-width: none;
}

.latest-posts-widget__card--primary .latest-posts-widget__image-link {
    aspect-ratio: 1.46 / 1;
    min-height: 300px;
}

.latest-posts-widget__card--secondary .latest-posts-widget__secondary-image-link {
    height: 100%;
}

.latest-posts-widget__image-placeholder {
    min-height: 100%;
    background: linear-gradient(135deg, #c7d6e3 0%, #edf3f7 100%);
}

.latest-posts-widget__content {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-width: 0;
}

.latest-posts-widget__content--primary {
    flex: 1;
    padding: 28px 32px 26px;
}

.latest-posts-widget__content--secondary {
    justify-content: flex-start;
    padding: 28px 26px 22px;
}

.latest-posts-widget__meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 12px;
}

.latest-posts-widget__date {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    color: #2f3135;
}

.latest-posts-widget__category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 11px 18px;
    border-radius: 999px;
    background: var(--btheme-category-badge-bg, #cbeccb);
    color: var(--btheme-category-badge-color, #233b22);
    font-size: 14px;
    line-height: 1;
}

.post-category-badge__link {
    display: inline-flex;
    text-decoration: none;
}

.post-category-badge__link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.post-small-description {
    margin: 0;
}

.latest-posts-widget__title {
    margin: 0;
}

.latest-posts-widget__title a {
    color: #0468b7;
    text-decoration: none;
    display: block;
}

.latest-posts-widget__title--primary {
    margin-bottom: 18px;
}

.latest-posts-widget__title--secondary {
    margin: 10px 0 0;
}

.latest-posts-widget__excerpt {
    margin-bottom: 36px;
    color: #2f3135;
}

.latest-posts-widget__read-more {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    color: #8fc73b;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 0.16em;
}

.partners-widget__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.partners-widget__card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #fff;
    border: 1px solid #edf2f6;
    border-radius: 12px;
    box-shadow: 0 4px 11.4px 2px rgba(0, 0, 0, 0.07);
    transition: box-shadow .2s ease, transform .2s ease;
}

.partners-widget__card:hover,
.partners-widget__card:focus-within {
    box-shadow: 0 8px 18px rgba(17, 32, 51, 0.12);
    transform: translateY(-1px);
}

.partners-widget__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 118px;
    padding: 26px 24px 12px;
    aspect-ratio: auto;
    color: inherit;
    overflow: hidden;
}

.partners-widget__logo img,
.partners-widget__logo-placeholder {
    width: auto;
    max-width: 100%;
    max-height: 68px;
    height: auto !important;
    object-fit: contain;
}

.partners-widget__logo-placeholder {
    width: 100%;
    min-height: 68px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f4f8fb 0%, #eef3f7 100%);
}

.partners-widget__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 14px 18px 16px;
}

.partners-widget__title {
    margin: 0;
}

.partners-widget__title a {
    color: #006db0;
    font-size: 17px;
    line-height: 1.35;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-decoration: none;
}

.partners-widget__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin: 0;
    border: 1px solid #1e88d8;
    border-radius: 999px;
    color: #1e88d8;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    text-underline-offset: 0;
}

.partners-widget__arrow::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: -2px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
}

.partners-widget__arrow:hover,
.partners-widget__arrow:focus-visible {
    background: #1e88d8;
    color: #fff;
}

.partners-widget__empty {
    padding: 16px 18px;
    border: 1px dashed #c4d0db;
    border-radius: 12px;
    background: #f6f9fb;
    color: #485564;
}

@media (max-width: 1024px) {
    .partners-widget__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    .partners-widget__grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .partners-widget__logo {
        min-height: 108px;
        padding: 22px 18px 10px;
    }

    .partners-widget__footer {
        padding: 12px 16px 14px;
        gap: 12px;
    }
}

.latest-posts-widget__footer {
    align-self: end;
}

.latest-posts-widget__archive-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 16px 24px;
    border-radius: 999px;
    background: #8fd03a;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-subscribe-widget {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.elementor-widget-btheme_footer_subscribe_form.footer-subscribe-align-flex-start .footer-subscribe-widget {
    justify-content: flex-start;
}

.elementor-widget-btheme_footer_subscribe_form.footer-subscribe-align-center .footer-subscribe-widget {
    justify-content: center;
}

.elementor-widget-btheme_footer_subscribe_form.footer-subscribe-align-flex-end .footer-subscribe-widget {
    justify-content: flex-end;
}

.elementor-widget-btheme_footer_subscribe_form.footer-subscribe-align-stretch .footer-subscribe-widget {
    justify-content: flex-start;
}

.elementor-widget-btheme_footer_subscribe_form.footer-subscribe-align-stretch .footer-subscribe-widget__inner {
    width: 100%;
    max-width: 100% !important;
}

.footer-subscribe-widget__inner {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 272px;
    padding: 8px;
    gap: 0;
    border-radius: 12px;
    background: #006db0;
    box-sizing: border-box;
}

.footer-subscribe-widget__field {
    flex: 1 1 auto;
    min-width: 0;
    height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 8px 0 0 8px;
    background: #f2f2f2;
    color: #68737d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    box-shadow: none;
}

.footer-subscribe-widget__field::placeholder {
    color: #7d858d;
    opacity: 1;
}

.footer-subscribe-widget__field:focus {
    outline: none;
}

.footer-subscribe-widget__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 0 8px 8px 0;
    background: #91c848;
    cursor: default;
}

.footer-subscribe-widget__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-subscribe-widget__button-icon svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    stroke-width: 2.4;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-banners {
    --home-banners-height: 420px;
    --home-banners-gap: 16px;
    --home-banners-main-width: 71%;
    display: grid;
    grid-template-columns: minmax(0, var(--home-banners-main-width)) minmax(180px, 1fr);
    gap: var(--home-banners-gap);
    height: var(--home-banners-height);
}

.home-banners--single {
    grid-template-columns: minmax(0, 1fr);
}

.home-banners-main,
.home-banners-card,
.home-banners-slider,
.home-banners-slider-track,
.home-banners-slide {
    height: 100%;
}

.home-banners-main,
.home-banners-side,
.home-banners-side-item,
.home-banners-slider,
.home-banners-slide {
    min-height: 0;
}

.home-banners-card {
    position: relative;
    overflow: hidden;
    background: #f3f5f8;
}

.home-banners-side {
    display: grid;
    grid-template-rows: repeat(var(--home-banners-side-count, 1), minmax(0, 1fr));
    gap: var(--home-banners-gap);
    height: 100%;
}

.home-banner-media,
.home-banner-inline-video {
    width: 100%;
    height: 100%;
}

.home-banner-media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.home-banner-media--image,
.home-banner-media--slide,
.home-banner-media--side {
    height: 100%;
}

.home-banner-media {
    position: relative;
    display: block;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: transparent;
}

.home-banner-media img,
.home-banner-media video,
.home-banner-media iframe,
.home-banner-inline-video video,
.home-banner-inline-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

.elementor-widget-btheme_home_banners .home-banner-media--image img,
.elementor-widget-btheme_home_banners .home-banner-media--slide img,
.elementor-widget-btheme_home_banners .home-banner-media--side img {
    height: 100%;
}

.home-banner-media--video {
    cursor: pointer;
}

.home-banner-media--video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.28) 100%);
}

.home-banner-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.home-banner-play-icon {
    width: 0;
    height: 0;
    margin-left: 6px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #111;
}

.home-banner-fallback-label,
.home-banners-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 220px;
    padding: 20px;
    text-align: center;
}

.home-banners-slider {
    position: relative;
}

.home-banners-slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.35s ease;
    will-change: transform;
}

.home-banners-slide {
    flex: 0 0 100%;
    height: 100%;
}

.home-banners-slider-nav {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    pointer-events: none;
}

.home-banners-slider-arrow {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #111;
    font-size: 22px;
    line-height: 1;
    pointer-events: auto;
    cursor: pointer;
}

.home-banners-slider-dots {
    position: absolute;
    transform: translateX(-50%);
    margin-left: 50%;
    bottom: 16px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 16px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.9);
}

.home-banners-slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #a8a9ac;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.home-banners-slider-dot.is-active {
    background: #78c331;
}

.home-banners-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.home-banners-modal[hidden] {
    display: none;
}

.home-banners-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 14, 22, 0.78);
    border: 0;
}

.home-banners-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(960px, 100%);
    background: #000;
    overflow: hidden;
}

.home-banners-modal-content {
    aspect-ratio: 16 / 9;
    background: #000;
}

.home-banners-modal-content video,
.home-banners-modal-content iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.home-banners-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

ul.categories-menu-list a {
    display: block;
    transition: all .2s ease-in-out;
}



ul.categories-menu-list li.active a {
    background-color: #0f53f3;
    box-shadow: -1px 2px 0px #000;
    transform: translate(1px, -2px);
    color: #fff;
}

ul.categories-menu-list li.active a img {
    filter: invert();
}

.prev.page-numbers,
.next.page-numbers {
    background: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent) !important;
}