.elementor-kit-6{--e-global-color-primary:#EA5331;--e-global-color-secondary:#F9AF17;--e-global-color-text:#7A7A7A;--e-global-color-accent:#47B16F;--e-global-color-c8fe5d4:#4177BB;--e-global-color-b9dc14e:#2DABE3;--e-global-color-ad3ff43:#7B64A2;--e-global-color-d72c3c0:#FEF6DD;--e-global-color-2ef10cf:#0C468F;--e-global-color-fe08a31:#4D4D4D;--e-global-typography-primary-font-family:"REM";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"REM";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"REM";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"REM";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 */.scai-countries-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
}

.scai-country-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.scai-country-flag {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
}

.scai-country-name {
    font-family: rem;
    font-size: 16px;
    color: #0c468f;
    line-height: 1;
}



.relive-the-event {
    width: 100%;
}

.relive-the-event__item {
    width: 100%;
    padding: 16px 0;
}

.relive-the-event__item:not(:last-child) {
    border-bottom: 2px solid #000000;
}

.relive-the-event__title {
    display: inline-block;
    font-family: "rem";
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
    color: #EA5331;
    text-decoration: none;
}

.relive-the-event__title:hover {
    color: #0C468F;
    text-decoration: none;
}

/* Mobile */
@media (max-width: 767px) {
    .relive-the-event__item {
        padding: 12px 0;
    }

    .relive-the-event__title {
        font-size: 18px;
        line-height: 1.2;
    }
}




.event-materials-reports {
    width: 100%;
}

.event-materials-reports__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1rem 0;
}

.event-materials-reports__item:not(:last-child) {
    border-bottom: 2px solid #0C468F;
}

.event-materials-reports__title {
    font-size: 23px;
    font-family: "rem";
    font-weight: 600;
    color: #0C468F;
}

.event-materials-reports__button {
    font-size: 17px;
    font-family: "rem";
    font-weight: 600;
    color: #4D4D4D;
    background-color: #F9AF17;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.event-materials-reports__button:hover {
    color: #4D4D4D;
    background-color: #F9AF17;
    text-decoration: none;
}

@media (max-width: 767px) {
    .event-materials-reports__item {
        flex-direction: column;
        align-items: flex-start;
    }
    .event-materials-reports__button {
    font-size: 14px;
    font-family: "rem";
    font-weight: 600;
    color: #4D4D4D;
    background-color: #F9AF17;
    padding: 0.3rem 0.8rem;
    }
    .event-materials-reports__title {
    font-size: 20px;
    font-family: "rem";
    font-weight: 600;
    color: #0C468F;
   }
}





.acf-video-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.acf-video-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.acf-video-col-image {
    width: 100%;
}

.acf-video-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.acf-video-title {
    font-size: 23px;
    font-family: "rem";
    font-weight: 600;
    color: #0C468F;
    margin: 0 0 1rem 0;
}

.acf-video-button {
    font-size: 17px;
    font-family: "rem";
    font-weight: 600;
    color: #4D4D4D;
    background-color: #F9AF17;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.acf-video-button:hover {
    color: #4D4D4D;
    background-color: #F9AF17;
    text-decoration: none;
}

@media (max-width: 767px) {
    .acf-video-item {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .acf-video-button {
    font-size: 14px;
    font-family: "rem";
    font-weight: 600;
    color: #4D4D4D;
    background-color: #F9AF17;
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
   }
   .acf-video-title {
    font-size: 20px;
    font-family: "rem";
    font-weight: 600;
    color: #0C468F;
    margin: 0 0 1rem 0;
   }
}/* End custom CSS */