:root {
    --color_sky: #5FB4FF;
    --color_blue: #14194D;
    --color_blue_opec: rgb(20 25 77 / 30%);
    --ag_gray : rgba(20, 25, 77, 0.08);
    --color_pink: #EE418D;
    --dark_ping: #9E3276;
    --light_ping: #E7408B;
    --font_inter: "Inter", sans-serif;
    --font_poppins : "Poppins",sans-serif;
    --font_open_sans: "Open Sans", sans-serif;
}

.with-fancybox header.x-masthead {
    z-index: 0;
}

.ct_type-speaker {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 36px 24px;
}

.ct_type-speaker.col-4 {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.speaker_image {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 0 27px 0 0;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
    
}

.speaker_item .speaker_image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(19, 24, 76, 0) 0%, #13184C 100%);
    opacity: .6;
}
.speaker_image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.speaker_item {
    font-family: var(--font_inter);
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.01em;
    color: #fff;
    background-color:var(--color_pink);
    padding: 1px;
    position: relative;
    border-radius: 0 27px 0 0;
}

.speaker_item.spaker_popup:nth-child(3) {
    grid-column: span 2;
    grid-row: span 2;
}

.speaker_item.spaker_popup:nth-child(3) .speaker_image {
    padding-bottom: calc(100% + 12px);
}

.spaker_name {
    font-family: var(--font_open_sans);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.spaker_designation, .spaker_company {
    font-family: var(--font_inter);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.speaker-icon {
    text-align: right;
    margin-left: 10px;
}



.speaker-icon i {
    font-size: 30px;
    line-height: 30px;
}
.spaker_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px 20px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.speaker_wrapper {
    width: 1150px;
    max-width: 96% !important;
    padding: 0 !important;
}

.speaker_content {
    max-width: 800px;
    margin: auto;
    width: 100%;
}

.speaker_w_top {
    display: flex;
    justify-content: space-between;
}

.sw_content {
    width: 340px;
    max-width: 100%;
}

.s_w_right {
    margin-left: 30px;
}


.s_w_left h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.03em;
    margin: 0;
    max-width: 320px;
}

.s_d,
.s_c {
    font-family: var(--font_inter);
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5625;
    letter-spacing: -0.03em;
}

.speaker_w_bottom :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #36363B;
    margin: 0 0 38px;
}

.speaker_w_bottom h2 {
    font-size: 32px;
    line-height: 1.2;
}

.speaker_w_bottom h3 {
    font-size: 28px;
    line-height: 1.2;
}

.speaker_w_bottom h4 {
    font-size: 24px;
    line-height: 1.2;
}

.speaker_w_bottom h5 {
    font-size: 20px;
    line-height: 1.2;
}

.speaker_w_bottom h6 {
    font-size: 18px;
    line-height: 1.2;
}

.speaker_w_bottom p {
    font-family: var(--font_inter);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.78;
    color: #36363B;
    margin: 0 0 38px;
}

.speaker_popup_content {
    max-height: 80vh;
    overflow: auto;
    padding: 96px 15px;
}

.speaker_wrapper .f-button {
    top: 20px !important;
    right: 30px !important;
}

.speaker_wrapper .f-button svg {
    stroke: #000 !important;
}

.speaker_w_bottom {
    margin-top: 96px;
}

.agenda_item h4,
.agenda_item h4 a {
    color: var(--color_blue);
}

.agenda_item {
    border-top: 1px solid #ACADB4;
    padding: 45px 0;
}

.agenda_wrapper {
    border-bottom: 1px solid #ACADB4;
}

.speaker_wrapper * {
    outline: none;
}

.spaker_popup {
    cursor: pointer;
}

.loader {
    border: 5px solid var(--color_blue);
    border-radius: 50%;
    border-top: 5px solid #fff;
    width: 75px;
    height: 75px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: table;
    margin: 30px auto 0;
}



.s_w_left {
    display: flex;
    flex-direction: column;
}

.sp_social {
    display: flex;
    flex-wrap: wrap;
    margin: auto 0 0;
    padding-top: 20px;
}

.sp_social a,
.sp_social a:hover {
    background: var(--color_blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px 10px 0;
}

.ct_type-ai_poster {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 64px 24px;
}

.ai_poster_wrap {
    background: #252857;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 42px 4px;
    overflow: hidden;
    position: relative;
}

.click_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.poster_content {
    padding: 35px 30px 10px 35px;
}

.poster_bottom {
    display: flex;
    justify-content: flex-end;
    padding: 0 30px 30px;
}

.poster_bottom .arrow {
    width: 44px;
    height: 44px;
    background: #5FB4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    position: relative;
}

.poster_bottom .arrow a {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.poster_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #5FB4FF;
}

.poster_author {
    font-family: var(--font_inter);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-top: 24px;
}

.featured_content {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.s_f {
    font-size: 20px;
    font-family: var(--font_open_sans);
    font-weight: 700;
    line-height: 1.5; 
    letter-spacing: .01em;
    background: var(--color_pink);
    border-radius: 0 27px;
    padding: 8px 20px;
}

.s_f p {
    margin: 0;
}
.c_logo {
    margin: 10px 20px 0 0;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width:1199px) {
    .ct_type-speaker {
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    }
}

@media (max-width:1245px) {
    .speaker_item.spaker_popup:nth-child(3) {
        grid-column: 2 / span 2;
        grid-row: 1 / span 2;
    }
}
@media (max-width:1000px) {
    .speaker_item.spaker_popup:nth-child(3) {
        grid-column: auto;
        grid-row: auto;
    }
    .speaker_item.spaker_popup:nth-child(3) .speaker_image {
        padding-bottom: 100%;
    }
    .s_f {
        font-size: 12px;
    }
}
@media (max-width:767px) {
    .speaker_w_top {
        flex-direction: column;
    }

    .s_w_left h4 {
        font-size: 42px;
    }

    .s_d,
    .s_c {
        font-size: 24px;
    }

    .s_w_right {
        margin: 30px 0 0;
    }

    .sw_content {
        width: 100%;
    }

    .ct_type-ai_poster {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}



/* agenda page */

.agenda_loop {
    background: #fbfbfb;
    padding: 68px 100px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.10);
    border-radius: 4px 4px 42px 4px;
    margin-bottom: 54px;
    display: flex;
    flex-wrap: wrap;
    color: var(--color_blue);
    position: relative;
    backdrop-filter: blur(10px);
    background-size: cover;
    background-position: center;

}

.agenda_loop :is(h2, h3, h4, h5, h6) {
    color: var(--color_blue);
    margin-top: 0;
}

.a_content h3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2857;
    letter-spacing: -0.03em;
    color: var(--color_blue);
    margin-bottom: 56px;
}

.a_content h3 a {
    color: var(--color_blue);
}

.agenda_loop .date {
    width: 240px;
    flex-basis: 240px;
    padding-right: 40px;
    font-family: var(--font_inter);
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: -0.03em;
}

.agenda_loop .a_content {
    width: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
    position: relative;
}
.a_content.contain_icon{
    padding-right: calc(10% + 150px);
}
.agenda_loop .agenda_icon {
    position: absolute;
    right: 10%;
    top: -35px;
    max-width: 128px;
}

.agenda_loop .date .local {
    display: none;
}


.agenda_date {
    color: var(--color_pink);
    font-family: var(--font_inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.agenda_item_wrapper h2 {
    font-family: var(--font_inter);
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: -0.03em;
    color: var(--color_blue);
    line-height: 1.2;
    margin: 0 0 28px;
}

.speaker_thumb {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 2px 2px 30px 2px;
    overflow: hidden;
    position: relative;
}

.speaker_thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agenda_speaker h4,
.agenda_speaker .a_speaker_title,
.agenda_speaker .a_speaker_company {
    font-family: var(--font_inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.01em;
    margin: 0;
}

.agenda_speaker .a_speaker_title {
    font-weight: 400;
}


.agendea_abstract {
    font-family: var(--font_inter);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3333;
    letter-spacing: -0.03em;
    margin-top: 46px;
    display: none;
}

.agenda_speakers {
    display: flex;
    flex-wrap: wrap;
}

.agenda_speakers .agenda_speaker {
    flex-basis: 50%;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
}

.agenda_speaker .as_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.agenda_speaker .as_thumb_wrap {
    flex-basis: 180px;
    width: 180px;
    margin-right: 20px;
}

.agenda_speaker .as_content_wrap {
    flex-basis: calc(100% - 200px);
    width: calc(100% - 200px);
}

.toggle_btn_wrap {
    order: 3;
    width: 60px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.toggle_btn {
    width: 44px;
    height: 44px;
    font-size: 16px;
    border-radius: 50%;
    background: var(--color_blue);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .2s linear;
    color: #fff;
    border: 2px solid var(--color_blue);
}

.agenda_loop.agenda_active .toggle_btn {
    background: transparent;
    color: var(--color_blue);
    transform: rotate(45deg);
    
}

.agenda_filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.agenda_filter .filter_item input[type="radio"] {
    display: none;
}

.agenda_filter .filter_item input[type="radio"]+label {
    color: var(--color_blue);
    border: 1px solid var(--color_blue);
    font-size: 18px;
    line-height: 1;
    display: block;
    padding: 9px 20px;
    font-weight: 600;
    border-radius: 100em;
    cursor: pointer;
}

.filter_item {
    margin: 0 10px 10px 0;
}

.agenda_filter .filter_item input[type="radio"]:checked+label {
    background: var(--color_blue);
    color: #fff;
}
@media (max-width: 1199px) {
    .agenda_loop {
        padding: 68px 50px;
    }
}
@media (max-width: 1199px) {
    .agenda_speakers .agenda_speaker {
        flex-basis: 100%;
        padding: 0 0 15px;
    }
}



@media (max-width: 1024px) {
    .agenda_loop {
        padding: 32px 40px;
    }

    .agenda_loop .date,
    .agenda_loop .a_content {
        flex-basis: 100%;
        width: 100%;
    }

    .agenda_loop .date {
        margin-bottom: 20px;
        padding-right: 50px;
    }
    .agendea_abstract{
        padding-bottom: 60px;
    }
    
}

@media (max-width: 991px) {
    .agenda_loop .agenda_icon {
        top: -55px;
        max-width: 80px;
        right: 0;
    }
    .a_content.contain_icon{
        padding-right: 100px;
    }
}
@media (max-width: 767px) {
    .agenda_filter .filter_item input[type="radio"]+label{
        font-size: 16px;
        padding: 8px 16px;
    }
    .agenda_speakers .agenda_speaker {
        flex-basis: 100%;
        padding: 0 0 15px 0;
    }

    .agenda_loop {
        padding: 32px 20px;
    }

    .a_content h3 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .agendea_abstract {
        font-size: 16px;
        margin-top: 20px;
    }

    .agenda_loop .date {
        font-size: 16px;
    }

    .toggle_btn_wrap {
        right: 20px;
    }

    .toggle_btn {
        width: 32px;
        height: 32px;
    }

    .agenda_item_wrapper h2 {
        font-size: 28px;
    }
    .agenda_speaker .as_thumb_wrap {
        flex-basis: 140px;
        width: 140px;
    }
    .agenda_speaker .as_content_wrap{
        flex-basis: calc(100% - 160px);
        width: calc(100% - 160px);
    }
}






.ag_date{
    color: var(--color_pink);
    font-family: var(--font_inter);
    font-size: 18px;
    line-height:1.55556;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.ag_heading {
    color: var(--color_blue);
    font-family: var(--font_inter);
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
    max-width: 400px;
    margin-bottom: 76px;
}

.ag_item {
    border-left: 4px solid var(--color_blue);
    padding-left: 20px;
    margin-bottom: 14px;
}

.ag_item_box {
    padding: 13px 20px 13px 20px;
}

.ag_time {
    background: var(--color_blue);
    color: #FEFEFE;
    font-family: var(--font_inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25; /* 125% */
    letter-spacing: -0.01em;
    display: table;
    padding: 4px 10px;
}

.ag_title {
    color: #36363B;
    font-family: var(--font_inter);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.333334;
    letter-spacing: -0.03em;
    margin-top: 8px;
}

.ag_item_box.ag_gray {
    background: var(--ag_gray);
}

.ag_item_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 24px;
}

.ag_item.ag_item_dark_pink{
    border-color: var(--dark_ping);
}
.ag_item.ag_item_dark_pink .ag_time{
    background-color: var(--dark_ping);
}

.ag_item.ag_item_light_pink{
    border-color: var(--light_ping);
}
.ag_item.ag_item_light_pink .ag_time{
    background-color: var(--light_ping);
}

.ag_item_th {
    display: flex;
    margin-bottom: 32px;
}

.ag_item_th .ag_td {
    flex-basis: 50%;
    padding: 0 40px;
    color: #36363B;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33334;
    letter-spacing: -0.03em;
}
.agenda_item_wrapper {
    margin-bottom: 180px;
}

.agenda_item_wrapper:last-of-type {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .ag_heading {
        font-size: 40px;
        margin-bottom: 56px;
    }

}
@media (max-width:767px) {
    .ag_date {
        font-size: 16px;
    }
    .ag_heading {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .ag_item_th .ag_td {
        padding: 0 12px;
        font-size: 18px;
    }
    .ag_item {
        padding-left: 10px;
    }
    .ag_time {
        font-size: 14px;
    }
    .ag_title {
        font-size: 20px;
    }
    .ag_item_box {
        padding: 8px 10px 8px 10px;
    }
}