/*(c) Haxter Corporation | All rights reserved.*/

    .hx26_carousel {
        --hx26_carousel_blue: #0067b8;
        --hx26_carousel_blue_hover: #005da6;
        --hx26_carousel_text: #1a1a1a;
        --hx26_carousel_muted: #333333;
        --hx26_carousel_cream: #f3eadb;
        --hx26_carousel_light: #f6f7f9;
        --hx26_carousel_border: #e5e5e5;
        --hx26_carousel_width: 1396px;

        width: 100%;
        background: #ffffff;
        color: var(--hx26_carousel_text);
        font-family: "Segoe UI", "Elms Sans", Arial, sans-serif;
        position: relative;
        overflow: hidden;
    }

    .hx26_carousel * {
        box-sizing: border-box;
    }

    .hx26_carousel a {
        color: inherit;
        text-decoration: none;
    }

    .hx26_carousel_viewport {
        width: 100%;
        overflow: hidden;
    }

    .hx26_carousel_track {
        display: flex;
        width: 100%;
        transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
        will-change: transform;
    }

    .hx26_carousel_slide {
        min-width: 100%;
        min-height: 520px;
        display: flex;
        align-items: center;
    }

    .hx26_carousel_slide_theme_cream {
        background: linear-gradient(90deg, #f8f3ea 0%, #efe2cf 100%);
    }

    .hx26_carousel_slide_theme_light {
        background: linear-gradient(90deg, #ffffff 0%, #f3f6fa 100%);
    }

    .hx26_carousel_slide_theme_white {
        background: #ffffff;
    }

    .hx26_carousel_slide_theme_dark {
        background: #111111;
        color: #ffffff;
    }

    .hx26_carousel_inner {
        width: min(var(--hx26_carousel_width), calc(100% - 48px));
        margin: 0 auto;
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
        align-items: center;
        gap: 48px;
    }

    .hx26_carousel_content {
        padding: 72px 0;
        position: relative;
        z-index: 2;
    }

    .hx26_carousel_badge {
        display: inline-block;
        margin-bottom: 18px;
        padding: 6px 12px;
        background: #ffb900;
        color: #000000;
        font-size: 13px;
        font-weight: 600;
    }

    .hx26_carousel_title {
        margin: 0;
        max-width: 620px;
        font-size: 40px;
        line-height: 1.12;
        font-weight: 600;
        letter-spacing: -0.02em;
    }

    .hx26_carousel_text {
        margin: 18px 0 0;
        max-width: 650px;
        font-size: 16px;
        line-height: 1.55;
        color: var(--hx26_carousel_muted);
    }

    .hx26_carousel_slide_theme_dark .hx26_carousel_text {
        color: rgba(255, 255, 255, 0.88);
    }

    .hx26_carousel_actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 18px;
        margin-top: 26px;
    }

    .hx26_carousel_button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 0 18px;
        background: var(--hx26_carousel_blue);
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        border: 0;
        cursor: pointer;
    }

    .hx26_carousel_button:hover {
        background: var(--hx26_carousel_blue_hover);
    }

    .hx26_carousel_link {
        display: inline-flex;
        align-items: center;
        color: var(--hx26_carousel_blue);
        font-size: 15px;
        font-weight: 600;
    }

    .hx26_carousel_link:hover {
        text-decoration: underline;
    }

    .hx26_carousel_slide_theme_dark .hx26_carousel_link {
        color: #7dc7ff;
    }

    .hx26_carousel_media {
        min-height: 520px;
        display: grid;
        place-items: center;
        position: relative;
        overflow: hidden;
    }

    .hx26_carousel_media_frame {
        width: 100%;
        height: 420px;
        display: grid;
        place-items: center;
        position: relative;
    }

    .hx26_carousel_media_frame::before {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        max-width: 90%;
        max-height: 90%;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.38);
        filter: blur(0);
        z-index: 0;
    }

    .hx26_carousel_slide_theme_white .hx26_carousel_media_frame::before,
    .hx26_carousel_slide_theme_light .hx26_carousel_media_frame::before {
        background: rgba(0, 103, 184, 0.06);
    }

    .hx26_carousel_slide_theme_dark .hx26_carousel_media_frame::before {
        background: rgba(255, 255, 255, 0.08);
    }

    .hx26_carousel_image {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
    }

    .hx26_carousel_image_contain {
        object-fit: contain;
        max-width: 92%;
        max-height: 92%;
        margin: auto;
        filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.18));
    }

    .hx26_carousel_image_cover {
        object-fit: cover;
        width: 100%;
        height: 100%;
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
    }

    .hx26_carousel_image_logo {
        object-fit: contain;
        max-width: 230px;
        max-height: 230px;
        margin: auto;
        filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.16));
    }

    .hx26_carousel_controls {
        min-height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 28px;
        background: #ffffff;
        color: #000000;
        border-bottom: 1px solid var(--hx26_carousel_border);
    }

    .hx26_carousel_control_button {
        border: 0;
        background: transparent;
        min-width: 32px;
        min-height: 32px;
        display: grid;
        place-items: center;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
        color: #000000;
        padding: 0;
    }

    .hx26_carousel_control_button:hover {
        color: var(--hx26_carousel_blue);
    }

    .hx26_carousel_dots {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .hx26_carousel_dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #000000;
        background: transparent;
        padding: 0;
        cursor: pointer;
    }

    .hx26_carousel_dot.is-active {
        background: #000000;
    }

    .hx26_carousel_dot:hover {
        border-color: var(--hx26_carousel_blue);
        background: var(--hx26_carousel_blue);
    }

    @media (max-width: 1084px) {
        .hx26_carousel_inner {
            grid-template-columns: 1fr;
            gap: 0;
        }

        .hx26_carousel_content {
            padding: 58px 0 24px;
        }

        .hx26_carousel_media {
            min-height: 420px;
        }

        .hx26_carousel_media_frame {
            height: 360px;
        }
    }

    @media (max-width: 640px) {
        .hx26_carousel_inner {
            width: min(100% - 32px, var(--hx26_carousel_width));
        }

        .hx26_carousel_slide {
            min-height: auto;
        }

        .hx26_carousel_title {
            font-size: 34px;
        }

        .hx26_carousel_media {
            min-height: 330px;
        }

        .hx26_carousel_media_frame {
            height: 300px;
        }

        .hx26_carousel_actions {
            align-items: stretch;
            flex-direction: column;
        }

        .hx26_carousel_button,
        .hx26_carousel_link {
            width: 100%;
            justify-content: center;
        }

        .hx26_carousel_controls {
            gap: 18px;
        }

        .hx26_carousel_dots {
            gap: 12px;
        }
    }
    /*** newmam for allison n. **/
    .hx26_carousel_slide_theme_suites {
        color: #ffffff;
        background:
            radial-gradient(circle at 82% 18%, rgba(128, 98, 255, 0.34), transparent 34%),
            radial-gradient(circle at 68% 86%, rgba(35, 99, 255, 0.22), transparent 42%),
            linear-gradient(90deg, #080b18 0%, #111536 48%, #1b1450 100%);
    }
    
    .hx26_carousel_slide_theme_suites .hx26_carousel_badge {
        color: #ffffff;
        background: linear-gradient(90deg, #7b61ff 0%, #9b7cff 48%, #5f8cff 100%);
    }
    
    .hx26_carousel_slide_theme_suites .hx26_carousel_title {
        color: transparent;
        background: linear-gradient(90deg, #ffffff 0%, #d9d2ff 42%, #9e8cff 68%, #6aa8ff 100%);
        -webkit-background-clip: text;
        background-clip: text;
    }
    
    .hx26_carousel_slide_theme_suites .hx26_carousel_text {
        color: rgba(255, 255, 255, 0.86);
    }
    
    .hx26_carousel_slide_theme_suites .hx26_carousel_link {
        color: #b8adff;
    }
    
    .hx26_carousel_slide_theme_suites .hx26_carousel_link:hover {
        color: #d8d2ff;
    }
    
    .hx26_carousel_slide_theme_suites .hx26_carousel_media_frame::before {
        background:
            radial-gradient(circle, rgba(126, 96, 255, 0.28), transparent 62%);
    }
    
    .hx26_carousel_slide_theme_suites .hx26_carousel_image_cover {
        box-shadow: 0 26px 60px rgba(31, 18, 82, 0.48);
    }
    .hx26_carousel_slide_theme_suites .hx26_carousel_button {
        color: #ffffff;
        background: linear-gradient(90deg, #6f54ff 0%, #8468ff 48%, #327cff 100%);
    }
    
    .hx26_carousel_slide_theme_suites .hx26_carousel_button:hover {
        background: linear-gradient(90deg, #5d45e8 0%, #7258ed 48%, #216ce8 100%);
    }
    .hx26_carousel_slide_theme_systems {
    background: linear-gradient(90deg, #ffffff 0%, #f5f6f8 48%, #eef1f5 100%);
    color: #1a1a1a;
}

.hx26_carousel_slide_theme_systems .hx26_carousel_badge {
    background: #ffb900;
    color: #000000;
}

.hx26_carousel_slide_theme_systems .hx26_carousel_text {
    color: #4a4a4a;
}

.hx26_carousel_slide_theme_systems .hx26_carousel_media_frame {
    height: 420px;
    background: #ffffff;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.10);
}

.hx26_carousel_slide_theme_systems .hx26_carousel_media_frame::before {
    display: none;
}

.hx26_carousel_image_systems {
    width: auto;
    height: auto;
    max-width: 82%;
    max-height: 72%;
    object-fit: contain;
    object-position: center;
    filter: none;
}
.hx26_carousel_button,
.hx26_carousel_button:visited,
.hx26_carousel_button:hover {
    color: #ffffff;
}
.hx26_carousel_slide_theme_systems .hx26_carousel_media_frame {
    width: min(620px, 100%);
    height: 360px;
    margin: 0 auto;
}
/*_*/
.hx26_carousel_slide_theme_aria_white {
    background: linear-gradient(90deg, #ffffff 0%, #f7f7f7 52%, #eeeeee 100%);
    color: #1a1a1a;
}

.hx26_carousel_slide_theme_aria_white .hx26_carousel_badge {
    background: #ffb900;
    color: #000000;
}

.hx26_carousel_slide_theme_aria_white .hx26_carousel_text {
    color: #4a4a4a;
}

.hx26_carousel_slide_theme_aria_white .hx26_carousel_media_frame {
    width: min(620px, 100%);
    height: 360px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.10);
}

.hx26_carousel_slide_theme_aria_white .hx26_carousel_media_frame::before {
    display: none;
}

.hx26_carousel_image_aria_white {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: none;
}

.hx26_carousel_slide_theme_aria_white .hx26_carousel_media_frame {
    width: min(680px, 100%);
    height: 380px;
    margin: 0 auto;
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.08);
}
.hx26_carousel_button,
.hx26_carousel_button:visited,
.hx26_carousel_button:hover {
    color: #ffffff;
}

.hx26_carousel_control_button {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
}

.hx26_carousel_control_button img {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
    pointer-events: none;
}
.hx26_carousel_control_button {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    color: #000000;
}

.hx26_carousel_control_button:hover {
    color: var(--hx26_carousel_blue);
}

.hx26_carousel_control_icon {
    width: 15px;
    height: 15px;
    display: block;
    object-fit: contain;
    pointer-events: none;
}

.hx26_carousel_arrow {
    display: block;
    font-size: 24px;
    line-height: 1;
    transform: translateY(-1px);
}
