#all-events {
    background: #F5F5F8;
    }
    #main-header {
        position: fixed;
        z-index: 10;
        top: 0px;
    }
    .logo-bottom {
        height: 20px;
    }
    .events-divider {
        height: 12px;
        background: linear-gradient(90deg, #004BFF 0%, #991BB0 72.82%);
        width: 100%;
    }
    /* divider */
    .content hr {
        border: none;
        height: 1px;
        background: #E6E6E6;
        margin-bottom: 45px;
    }
    /* events cards */ 
    .cards-events {
        width: 100%;
        display: flex;
        min-width: 325px;
        justify-content: center;
        align-items: stretch; /* This stretches each card to the same height */
        flex: 1;
    }



.webinar-cards {
    width: 35%;
    background-color: #FFFFFF;
    display: flex;
    flex-flow: column nowrap;
    min-width: 311px;
    max-width: 580px;
    flex-grow: 1;
    min-height: 550px;
    align-self: stretch;
}


.section-heading {
    margin: 0 0 16px;
    font-weight: 800;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

#events-page-form input[type=submit] {
    -webkit-border-radius: 0;
    border-radius: 0px;
    cursor: pointer;
    background-color: #5EE3B9;
    color: #000;
    margin: 0px;
    border: 0px;
    border-radius: 4px;
    padding: 16px 20px;
    font-family: 'FFMarkBold';
    margin-top: 0px;
    width: 100%;
}

.events-webinars-top {
    background: url(https://www.wurl.com/wp-content/uploads/2025/09/illo-hero-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .events-cards-flex {
        display: flex;
        margin: auto;
        flex-wrap: wrap;
        max-width: 1440px;
        padding: 0px 120px;
        justify-content: center;
        column-gap: 24px;
        row-gap: 40px;
        width: 100%;
        background: #f5f5f8;
    }
    .cards {
        width: 35%;
        background-color: #FFFFFF;
        display: flex;
        flex-flow: column nowrap;
        min-width: 350px;
        max-width: 384px;
        flex-grow: 1; /* This allows the card to grow to match the row's tallest card */
    }
    .cards-inner {
        padding: 40px;
        display: flex;
        flex-direction: column;
        height: 100%; /* Ensures full height for content alignment */
    }

    .events-cards-inner {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 375px;
}

    .events-cards-inner-v2 {
    padding: 24px;
    display: flex;
    flex-direction: column;
    max-width: 375px;
}


    .webinar-cards-inner {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}



    .events-image {
        width: 100%;
    }
    .events-ctitle {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        color: #000000;
        margin-bottom: 8px;
        font-family: 'FFMarkBold';
    }
    .events-cdescription {
        font-weight: 450;
        font-size: 16px;
        line-height: 24px;
        color: #666666;
    }
    .date-location {
        display: flex;
        font-weight: 800;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 1px;
        text-transform: uppercase;
        justify-content: space-between;
        margin: 32px 0px;
        height: 100%;
        align-items: flex-end;
    }
.date-location-v2 {
    display: flex;
    justify-content: flex-start;
    margin: 24px 0px 16px 0px;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}

.events-grid a {
   text-decoration: underline;
}
    .date-location-continues {
        width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 8px;
        flex-direction: column;
         font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    }
    .events-card-date {
        background: transparent;
    }
    .events-card-date::before {
        content: url('/wp-content/uploads/2023/04/icon_events_webinars_date.svg');
        width: 16px;
        height: 16px;
        margin-right: 12px;
        position: relative;
        top: 2px;
    }
    .events-card-date-label,
     .events-card-location-label {
        background: linear-gradient(145deg, #991BB0 20.81%, #F1A3FF 116.95%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
    }
    .events-card-location, .events-card-date {
        width: 100%;
        font-family: 'FFMarkHeavy';
    }
    .events-card-location::before {
        content: url('/wp-content/uploads/2023/04/icon_events_webinars_location.svg');
        width: 16px;
        height: 16px;
        margin-right: 12px;
        position: relative;
        top: 2px;
    }
    /* featured event */
    span.carousel-counter {
        height: 25px;
    }
    .featured-inner-content ul {
        margin: 0px!important;
    }
    .featured-event-inner-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    gap: 24px;
    }
    .featured-flex {
        gap: 32px;
        display: flex;
        flex-direction: column;
        width: 50%;
    }

    .featured-event-flex {
    gap: 32px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
    .events-carousel-spacer {
        display: block;
        height: 40px;
        width: 50px;
    } 
    .featured-events-carousel-controls {
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
        font-family: 'FFMarkHeavy';
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        color: #fff;
        letter-spacing: 1px;
        width: 35px;
        height: 600px;
        margin-right: 32px;
        align-content: center;
        padding: 0px 0 32px 0px;
    }
    .featured-events-carousel-controls-middle {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .featured-event {
        background-size: cover;
        width: 100%;
        min-height: 400px;
        display: flex;
        align-items: flex-start;
    }
    .custom-label-fe {
        font-weight: 800;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: rgba(255,255,255,.7);
        margin-bottom: 16px;
    }
   .custom-label-fe-v2
    {
    background: linear-gradient(145deg, #ee93ff 20.81%, #fef8ff 116.95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'FFMarkHeavy';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.video-overlay-play-w {
    position: relative; 
}

.video-overlay-play-w::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 99px;
    height: 57px;
    background-image: url(https://www.wurl.com/wp-content/uploads/2025/10/Play-Button.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    display: block;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}

    .featured-event-title {
        font-weight: 800;
        font-size: 50px;
        line-height: 58px;
        color: #FFFFFF;
        margin-bottom: 8px;
    }
    .featured-inner {
        max-width: 1440px;
        padding: 120px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        gap: 80px;
        width: 100%;
    }
        .featured-event-inner {
        padding: 32px;
        display: flex;
        justify-content: space-between;
        gap: 24px;
        width: 100%;
        border-radius: 16px;
        background: linear-gradient(0deg, var(--Blue-blue-500, #150056) 0%, var(--Blue-blue-500, #150056) 100%), rgba(21, 0, 86, 0.03);
        align-items: stretch;
    }


    .featured-events-carousel-controls img {
        width: 26px;
        cursor: pointer;
        height: 40px;
    }
    img.carousel-control.prev {
        transform: rotate(180deg);
        width: 20px;
    }
    img.carousel-control.next {
        width: 20px;
    }
    .featured-inner-content {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        min-height: 300px;
    }
    .new-window-icon {
        display: flex;
    }
    .new-window-icon:after {
        content: '';
        display: inline-block;
        width: 16px;  
        height: 16px; 
        background-image: url('/wp-content/uploads/2024/01/external.svg');
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: baseline;
        margin-left: 12px;
    }
       .new-window-arrow:after {
        content: '';
        display: inline-block;
        width: 16px;  
        height: 12px; 
        background-image: url('https://www.wurl.com/wp-content/uploads/2025/09/Vector-arrow-color000.svg');
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: baseline;
        margin-left: 12px;
    }
    .featured-subtitle {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        color: #FFFFFF;
    }
    .featured-description {
        font-style: normal;
        font-weight: 450;
        font-size: 18px;
        line-height: 25px;
        color: #F5F5F8;
        font-family: 'FFMarkBook';
    }
    .featured-fine-print {
        font-weight: 450;
        font-size: 16px;
        line-height: 24px;
        color: #F5F5F8;
        font-family: 'FFMarkBook';
    }
    .link-fine-print {
        font-weight: 450;
        font-size: 16px;
        line-height: 24px;
        color: #F5F5F8;
        font-family: 'FFMarkBook';
        display: block;
        font-weight: 800;
    }
    .link-fine-print::after {
        content: url('/wp-content/uploads/2023/04/icon_events_webinars_arrow.svg');
        width: 16px;
        height: 16px;
        margin-left: 8px;
    }
    .featured-fine-print_icon {
        width: 16px;
        height: 16px;
        margin-right: 12px;
        margin-bottom: 20px;
        position: relative;
        top: 2px;
    }
    .featured-fine-print_icon img {
        width: 16px!important;
        height: 16px!important;
    }
    .featured-fine-div-wrapper {
        display: flex;
        flex-direction: row;
    }
    .featured-fine-div-inner {
        display: flex;
        flex-direction: row;
    }
    /* events form */
    #hsForm_dde55630-2908-4e4d-b3ef-65b00a9ebc52 {
        max-height: 50px;
    }
    .events-form  ::placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-family: "FFMarkBold";
    }
    .events-form [type="checkbox"]:not(:checked)+span, [type="checkbox"]:checked+span {
        position: relative;
        padding-left: 2em;
        cursor: pointer;
        line-height: 1.5em;
        color: #fff;
        font-family: 'FFMarkBold'!important;
    }
    .events-formn ul .inputs-list .multi-container {
        display: flex;
        flex-direction: row;
        column-count: 2;
        flex-wrap: wrap;
        row-gap: 12px;
        column-gap: 50px;
        min-width: 250px;
    }
    .events-form .hs_newsletter_interests li {
        max-width: 200px !important;
        margin-bottom: 12px;
    }
    /* audience types checkboxes */
    .events-form [type="checkbox"]:not(:checked)+span, [type="checkbox"]:checked+span {
        position: relative;
        padding-left: 2em;
        cursor: pointer;
        line-height: 1.5em;
        color: #ffffff;
        font-family: 'FFMarkBook'!important;
    }
    .events-form .hs_newsletter_interests ul {
        display: none;
    }
    /* text styles desktop */ 
    .events-h1 {
        font-style: normal;
        font-weight: 800;
        font-size: 60px;
        line-height: 69px;
        letter-spacing: -0.02em;
        color: #000000;
        margin: auto;
        text-align: center;
    }
    .events-h2 {
        font-weight: 700;
        font-size: 36px;
        line-height: 45px;
        max-width: 1440px;
        margin: auto;
        text-align: left;
        color: #000000;
        padding: 96px 120px 40px 120px;
        font-family: 'FFMarkBold';
    
    }
    .events-h6 {
        font-style: normal;
        font-size: 21px;
        line-height: 28px;
        text-align: center;
        color: #666666;
        margin: auto;
        text-align: center;
        max-width: 800px;
        font-family: 'FFMarkMedium';
    }
    .spacing-16 {
        margin-bottom: 16px;
    }
    /* margins desktop */ 
    .intro-group {
        padding: 160px 120px 96px 120px;
    }

    .events-cards-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1200px;
    justify-content: flex-start;
    }



    /* cards 2 columns */
    @media only screen and (max-width: 1500px) {
        .events-ctitle {
            text-align: left;
        }
        .featured-event {
            background-size: cover;
            width: 100%;
            min-height: 200px;
            }
    }
        /* tablet */
        @media only screen and (max-width: 1453px) {
            .cards {
                width: 361px;
            }
        }
    /* tablet */
    @media only screen and (max-width: 1100px) {
        .intro-group {
            margin: 0px 48px;
            padding: 160px 0 80px;
        }
        .events-cards-flex {
            padding: 48px 48px 0px 48px;
            justify-content: center;
            column-gap: 16px;
            row-gap: 48px;
        }
        .events-h1 {
            font-size: 46px;
            line-height: 53px;
            font-family: 'FFMarkHeavy';
        }
        .events-h2 {
            padding: 80px 48px 0px 48px;
            font-size: 30px;
            line-height: 37px;
            text-align: center;
        }
        .date-location {
            display: flex;
            font-weight: 800;
            font-size: 14px;
            line-height: 19px;
            letter-spacing: 1px;
            text-transform: uppercase;
            justify-content: space-between;
            margin: 32px 0px;
            height: 100%;
            align-items: flex-start;
            flex-direction: column;
            justify-content: flex-end;
            row-gap: 8px;
        }
        /* featured event tablet */
        .featured-flex {
            width: 100%;
        }
        .featured-inner {
            padding: 64px 48px;
            margin: auto;
        }
        .featured-event-title {
            font-size: 40px;
            line-height: 46px;
        }
        .featured-events-carousel-controls {
            height: 500px;
        }

        .events-webinars-top {
            background-size: 1000px;
        }
    }
    /* tablet */
    @media only screen and (max-width: 900px) {
        .events-card-location, .events-card-date {
           width: 100%;
        }
        .featured-event-title {
            font-size: 28px;
            line-height: 35px;
        }
        .events-h1 {
            font-size: 32px;
            line-height: 37px;
        }
        .intro-group {
            margin: 0px 32px 0px 32px;
            padding: 144px 0px 64px;
        }
        .events-h6 {
            font-size: 21px;
            line-height: 28px;
            font-family: 'FFMarkMedium';
        }    
        .featured-subtitle {
            font-size: 21px;
            line-height: 28px;
        }
        .featured-description {
            font-size: 18px;
            line-height: 27px;
        }
        }
       /* mobile */
       @media only screen and (max-width: 781px) {
        .events-h6 {
            font-size: 18px;
            line-height: 27px;
        }
        .featured-inner {
            padding: 64px 32px 40px;
            margin: auto;
            flex-direction: column;
            gap: 64px;
        }
        .featured-event {
            flex-direction: column;

        }
        .cards {
            width: 311px;
            max-width: 100%;
            min-width: 200px;
        }
        .featured-events-carousel-controls {
            height: auto;
            padding: 0px 32px 40px 32px
        }
        .featured-flex {
            min-height: 300px;
        }
        .featured-events-carousel-controls {
            flex-direction: row;
            display: flex;
            width: 100%;
            justify-content: space-between;
        }
        .featured-events-carousel-controls-middle {
            flex-direction: row;
        }
        .events-carousel-spacer {
            display: none;
        }
        .featured-subtitle {
            font-size: 18px;
            line-height: 27px;
        }
        img.carousel-control.prev {
            transform: rotate(90deg);
            max-width: 20px;
            max-height: 20px;
        }
        .featured-description {
             font-size: 16px;
            line-height: 22px;
        }
        img.carousel-control.next {
            transform: rotate(270deg);
            max-width: 20px;
            max-height: 20px;
        }
        .featured-inner-content {
            min-height: 200px;
        }
        .events-cards-flex {
            padding: 40px 32px 0px 32px;
            justify-content: center;
            column-gap: 16px;
            row-gap: 48px;
        }
       .custom-label-fe-v2 {
        font-size: 12px;
      }  
    }