body {
    padding: 0;
    overflow-x: hidden;
    margin: 0;
    background-color: #160F31;
}

/* Scroll-to-top button fallback styles (previously sourced from Astra inline CSS). */
#ast-scroll-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.1;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    background-color: var(--ast-global-color-0, #2a7de1);
    font-size: 15px;
    outline: inherit;
}

#ast-scroll-top .ast-icon.icon-arrow svg {
    margin-left: 0;
    vertical-align: middle;
    transform: translate(0, -20%) rotate(180deg);
    width: 1.6em;
}

@media (max-width: 921px) {
    #ast-scroll-top .ast-icon.icon-arrow svg {
        width: 1em;
    }
}

/* Fallbacks for migrated Elementor single-post widgets. */
.elementor-3331 .elementor-icon-wrapper {
    display: inline-flex;
}

.elementor-3331 .elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.elementor-3331 .elementor-icon svg {
    display: block;
    width: 1em;
    height: 1em;
}

.elementor-3331 .elementor-post-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 16px;
}

.elementor-3331 .elementor-post-navigation__link {
    flex: 1 1 0;
    min-width: 0;
}

.elementor-3331 .elementor-post-navigation__link a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 14px 0;
    color: inherit;
    text-decoration: none;
}

.elementor-3331 .post-navigation__arrow-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
}

.elementor-3331 .post-navigation__arrow-wrapper svg {
    width: 0.8em;
    height: 0.8em;
}

.elementor-3331 .elementor-post-navigation__separator-wrapper {
    display: flex;
    align-items: center;
}

.elementor-3331 .elementor-post-navigation__separator {
    width: 1px;
    height: 100%;
    min-height: 36px;
    background: #d8d8d8;
}

.elementor-3331 .post-navigation__prev--label,
.elementor-3331 .post-navigation__next--label {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    color: #777;
}

.elementor-3331 .post-navigation__prev--title,
.elementor-3331 .post-navigation__next--title {
    display: block;
    color: #3f3f46;
}

@media (max-width: 767px) {
    .elementor-3331 .elementor-post-navigation {
        flex-direction: column;
    }

    .elementor-3331 .elementor-post-navigation__separator-wrapper {
        display: none;
    }
}

.form_response {
    display: none;
    color: #ffffff;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    background: #ff6969e0;
    padding: 10px 0;
}