.elementor-kit-8{--e-global-color-primary:#130F2D;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#191919;--e-global-color-accent:#1F4789;--e-global-color-7aa5ba1:#0000004D;--e-global-color-e06b80d:#BFE5F542;--e-global-color-478cb6b:#57BCBC;--e-global-color-5756d9f:#0097D7;--e-global-color-ab77b74:#EFC40F;--e-global-color-beac905:#BFE5F542;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:43px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-line-height:51px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:27px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-size:18px;font-weight:400;text-transform:none;font-style:normal;line-height:27px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#1F4789;font-size:18px;line-height:18px;color:var( --e-global-color-secondary );border-style:solid;border-width:2px 2px 2px 2px;border-color:#DDDEDF;border-radius:5px 5px 5px 5px;padding:14px 27px 14px 27px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-secondary );border-style:solid;border-width:2px 2px 2px 2px;border-color:#DDDEDF;border-radius:5px 5px 5px 5px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-block-end:4px;}.elementor-kit-8 h1{font-family:"Plus Jakarta Sans", Sans-serif;font-size:52px;font-weight:900;text-transform:none;font-style:normal;line-height:61px;}.elementor-kit-8 h2{font-family:"Plus Jakarta Sans", Sans-serif;font-size:43px;font-weight:900;text-transform:none;font-style:normal;line-height:51px;}.elementor-kit-8 h3{font-family:"Plus Jakarta Sans", Sans-serif;font-size:39px;font-weight:900;line-height:47px;}.elementor-kit-8 h4{font-family:"Plus Jakarta Sans", Sans-serif;font-size:24px;font-weight:600;line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */#event-description {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Make the loop item a flex column */
.e-loop-item .e-con-inner,
.e-loop-item .elementor-widget-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Target the inner container of the loop item */
.e-loop-item > .e-con {
    height: 100%;
}

/* Push the button widget to the bottom */
.e-loop-item .elementor-widget-button {
    margin-top: auto;
}/* End custom CSS */