.slider-main-wrp {
    position: relative;
    display: grid;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
@media screen and (min-width: 1100px) {
    .slider-main-wrp {
        margin: 0 auto;
        max-width: 1100px;
        grid-template-columns: 450px auto;
        grid-template-areas: "su1 su2" "hdr hdr" "su3 su3";
    }
}
@media screen and (max-width: 1099px) {
    .slider-main-wrp {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.slider-unit-1 {
    grid-area: su1;
    position: relative;
    display: flex;
    box-sizing: border-box;
    background-color: #f0f0ff;
    z-index: 1;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
@media screen and (min-width: 640px) {
    .slider-unit-1 {
        width: 450px;
        height: 450px;
    }
}
.slider-unit-1 ul.splide__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
}
@media (hover: hover) {
    .slider-unit-1 ul.splide__list:hover li.splide__slide {
        opacity: 0.15;
        transition: all 0.55s ease-out;
    }
}
.slider-unit-1 ul.splide__list li.splide__slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 !important;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
@media screen and (min-width: 640) {
    .slider-unit-1 ul.splide__list li.splide__slide {
        max-height: 450px;
    }
}
@media screen and (min-width: 1200px) {
    .slider-unit-1 ul.splide__list li.splide__slide.is-2-item {
        min-width: 450px;
    }
    .slider-unit-1 ul.splide__list li.splide__slide.is-1-item {
        min-width: 470px;
    }
}
.slider-unit-1 ul.splide__list li.splide__slide > a {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    align-content: flex-start;
    text-decoration: none;
    color: #000;
    padding: 2px 2px 0;
    background-color: #e0e0ff;
    transition: box-shadow 0.5s ease, background 0.5s ease, border 0.5s ease;
}
.slider-unit-1 ul.splide__list li.splide__slide:hover {
    opacity: 1;
}
.slider-unit-1 ul.splide__list li.splide__slide:hover .event-details a {
    transition: all 0.2s ease-in-out;
    transition: box-shadow 0.5s ease, border 0.5s ease;
    border-color: #000;
    box-shadow: 0px 30px 30px -20px rgba(0, 0, 0, 0.6);
}
.slider-unit-1 ul.splide__list li.splide__slide .event-image {
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    min-height: 300px;
}
@media screen and (max-width: 640px) {
    .slider-unit-1 ul.splide__list li.splide__slide .event-image {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }
}
.slider-unit-1 .splide__pagination {
    bottom: -40px !important;
}
.slider-unit-2 {
    grid-area: su2;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 30px;
}
@media screen and (max-width: 1099px) {
    .slider-unit-2 {
        width: 100%;
        padding: 0 10px;
        margin: 3rem auto 0;
    }
}
@media screen and (max-width: 640px) {
    .slider-unit-2 {
        padding: 0 10px;
    }
}
.slider-unit-2 .event-topbar-space {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
@media screen and (max-width: 1099px) {
    .slider-unit-2 .event-topbar-space {
        margin-bottom: 30px;
    }
}
.slider-unit-2 .event-topbar-space header h1,
.slider-unit-2 .event-topbar-space header h2,
.slider-unit-2 .event-topbar-space header h3,
.slider-unit-2 .event-topbar-space header h4,
.slider-unit-2 .event-topbar-space header h5,
.slider-unit-2 .event-topbar-space header h6 {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 800;
    margin: 0;
}
.slider-unit-2 .event-topbar-space a {
    position: relative;
    display: inline-block;
    border-radius: 100px;
    outline: solid 2px #000;
    padding: 2px 2ch;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    background-color: #fff !important;
    transition: all 0.2s ease;
    color: #000 !important;
}
.slider-unit-2 .event-topbar-space a:hover {
    transition: all 0.2s ease;
    background-color: #000 !important;
    outline: solid 2px #000;
    color: #fdb813 !important;
}
@media screen and (min-width: 1100px) {
    .slider-unit-2 .event-topbar-space a {
        margin-right: 15px;
    }
}
.slider-unit-2 .event-item-area {
    position: relative;
    display: inline-block;
    scroll-behavior: smooth;
    /* Smooth scrolling */
    max-height: 410px;
    /* Adjust height as needed */
    overflow-y: auto;
    /* For Firefox */
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
@media screen and (min-width: 1100px) {
    .slider-unit-2 .event-item-area {
        overflow-y: auto;
        /* Enable vertical scroll */
        padding-right: 15px;
    }
}
.slider-unit-2 .event-item-area::-webkit-scrollbar {
    width: 2px;
}
.slider-unit-2 .event-item-area::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}
.slider-unit-2 .event-item-area::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2px;
}
.slider-unit-2 .event-item-area::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.slider-unit-2 .event-item-area > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider-unit-2 .event-item-area > div > ul li {
    position: relative;
    display: block;
    padding: 0;
}
.slider-unit-2 .event-item-area > div > ul li:last-child .event-snippet {
    margin-bottom: 0;
}
.slider-unit-2 .event-item-area .event-snippet {
    position: relative;
    display: grid;
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    transition: all 0.2s ease;
    grid-template-columns: 85px auto;
    grid-template-areas: "event-item-date event-item-time" "event-item-date event-item-desc";
    grid-template-rows: auto 1fr;
    margin-bottom: calc(20px - 3px);
    padding: 3px;
    transition: all 0.7s ease;
    overflow: hidden;
}
@media screen and (max-width: 1099px) {
    .slider-unit-2 .event-item-area .event-snippet {
        margin-right: 5px;
    }
}
.slider-unit-2 .event-item-area .event-snippet:hover {
    background-color: #000;
    transition: all 0.3s ease;
}
.slider-unit-2 .event-item-area .event-snippet:hover .event-item-date {
    outline: solid 1px #fbba1c;
}
.slider-unit-2 .event-item-area .event-snippet:hover .event-item-brief > a {
    color: #fbba1c !important;
    -webkit-text-decoration-line: underline !important;
    text-decoration-line: underline !important;
    -webkit-text-decoration-style: dotted !important;
    text-decoration-style: dotted !important;
    text-decoration-thickness: 1px !important;
    -webkit-text-decoration-color: #fbba1c !important;
    text-decoration-color: #fbba1c !important;
    text-underline-offset: 3px;
    text-wrap: balance;
}
.slider-unit-2 .event-item-area .event-snippet:hover .event-item-time div,
.slider-unit-2 .event-item-area .event-snippet:hover .event-item-brief .event-excerpt,
.slider-unit-2 .event-item-area .event-snippet:hover .event-item-brief .event-excerpt * {
    color: #fff !important;
}
.slider-unit-2 .event-item-area .event-snippet > .event-item-date {
    grid-area: event-item-date;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #000;
    width: 65px;
    height: 115px;
    margin-right: 25px;
    text-decoration: none;
}
.slider-unit-2 .event-item-area .event-snippet > .event-item-date > .event-is-date {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 2rem !important;
    line-height: 1;
    text-transform: uppercase !important;
}
.slider-unit-2 .event-item-area .event-snippet > .event-item-date > .event-is-month {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 1.05rem !important;
    letter-spacing: 1px;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    text-transform: uppercase !important;
}
.slider-unit-2 .event-item-area .event-snippet > .event-item-date > .event-is-day {
    color: #f5b019 !important;
    font-size: 0.85rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.8px;
    padding-top: 10px;
    text-transform: uppercase !important;
}
.slider-unit-2 .event-item-area .event-snippet .event-item-time {
    grid-area: event-item-time;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 6px;
}
.slider-unit-2 .event-item-area .event-snippet .event-item-time div {
    display: flex;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 400;
    color: #000;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}
.slider-unit-2 .event-item-area .event-snippet .event-item-time i {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23FBBA1C' fill-rule='evenodd' d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16ZM7 3v5.414l3.293 3.293 1.414-1.414L9 7.586V3H7Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    margin-right: 5px;
    border: 0;
    outline: 0;
}
.slider-unit-2 .event-item-area .event-snippet .event-item-brief {
    grid-area: event-item-desc;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    margin-bottom: 0 !important;
    color: #000 !important;
}
@media screen and (max-width: 1099px) {
    .slider-unit-2 .event-item-area .event-snippet .event-item-brief {
        max-width: 100%;
    }
}
.slider-unit-2 .event-item-area .event-snippet .event-item-brief > a {
    display: inline-block;
    font-size: 0.95rem;
    line-height: 1.3 !important;
    font-weight: 700;
    color: #000;
    margin: 0 0 12px 0;
    -webkit-text-decoration-line: underline !important;
    text-decoration-line: underline !important;
    -webkit-text-decoration-style: dotted !important;
    text-decoration-style: dotted !important;
    text-decoration-thickness: 1px !important;
    -webkit-text-decoration-color: #000 !important;
    text-decoration-color: #000 !important;
    text-underline-offset: 3px;
    text-wrap: balance;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.slider-unit-2 .event-item-area .event-snippet .event-item-brief > a.truncated {
    -webkit-line-clamp: 2 !important;
}
.slider-unit-2 .event-item-area .event-snippet .event-item-brief > a:hover {
    -webkit-text-decoration-style: solid !important;
    text-decoration-style: solid !important;
}
.slider-unit-2 .event-item-area .event-snippet .event-item-brief > .event-excerpt {
    cursor: pointer;
    line-height: 1.3;
    font-size: 0.75rem;
    margin: 0;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    max-height: 49px;
    color: #333 !important;
}
.slider-unit-2 .event-item-area .event-snippet .event-item-brief > .event-excerpt > * {
    color: #333 !important;
}
.slider-unit-2 .event-item-area .event-snippet .event-item-brief > .event-excerpt.truncated {
    -webkit-line-clamp: 3 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.slider-unit-2 .event-item-area .event-snippet .event-item-brief > .event-excerpt:last-child {
    margin-bottom: -10px !important;
    padding-bottom: 0 !important;
    line-height: 1.3;
}
.slider-header-unit-3 {
    grid-area: hdr;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    margin: 2.5rem 0 1rem;
}
.slider-header-unit-3 h1,
.slider-header-unit-3 h2,
.slider-header-unit-3 h3,
.slider-header-unit-3 h4,
.slider-header-unit-3 h5,
.slider-header-unit-3 h6 {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}
@media screen and (max-width: 1099px) {
    .slider-header-unit-3 h1,
    .slider-header-unit-3 h2,
    .slider-header-unit-3 h3,
    .slider-header-unit-3 h4,
    .slider-header-unit-3 h5,
    .slider-header-unit-3 h6 {
        padding: 0 20px;
    }
}
.slider-unit-3 {
    grid-area: su3;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    color: #000 !important;
    z-index: 99;
}
@media screen and (max-width: 1099px) {
    .slider-unit-3 {
        margin-top: 1rem;
        padding: 0 10px;
    }
}