html {
    scroll-behavior: smooth;
}

body {
    font-family: 'inter' !important;
}

.front .whatsapp-floating-button {
    width: 5rem !important;
    height: 5rem !important;
    margin-bottom: 4rem !important;
}

.front .whatsapp-floating-first {
    margin-bottom: -2rem;
    margin-right: 4.6rem;
    font-size: 1.5rem;
    width: 13rem;
}

.front .whatsapp-floating-second {
    margin-bottom: 1.3rem;
    margin-right: 5.4rem;
    font-size: 1.5rem;
    width: 13rem;
}

.front .whatsapp-floating-three {
    margin-bottom: 4.6rem;
    margin-right: 4.4rem;
    font-size: 1.5rem;
    width: 13rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.hero-description {
    color: #016739 !important;
}


.hero-image {
    background-color: #D5D7D9;
    background-size: cover;
    background-position: center;
    background-image: url("https://cdn1.katadata.co.id/media/microsites/safe/2025/image/banner-web.jpg");
    padding-top: 50px;
    padding-bottom: 30px;
    color: #fff;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-safe-2024 {
    width: 100%;
    display: flex;
    margin-inline: auto;
    justify-content: center;
    align-items: center;
}

@media (max-width: 576px) {
    .hero-image {
        min-height: 100vh;
        background-color: #D5D7D9;
        background-image: url("https://cdn1.katadata.co.id/media/microsites/safe/2025/image/banner-mobile.jpg");
    }

    .hero-image .container {
        margin-top: 40rem;
    }

    .logo-safe-2024 {
        width: 75%;
        margin-top: 20px;
        display: flex;
        margin-inline: auto;
    }

    .hero-description h1 {
        font-size: 2.3rem;
    }

    .hero-image video {
        top: 0;
    }
}


.hero-image video {
    object-fit: cover;
    position: absolute;
    min-width: 100%;
    height: max-content;
    min-height: 100%;
    /* right: 0;
    left: 0; */
    /* top: 5vh; */
}

.hero-image .header-ide2023 {
    /* margin-top: 2rem; */
}

.hero-image .title-header-ide2023 {
    font-family: 'inter';
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}

.subtitle-header-ide2023 {
    font-family: 'inter';
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}

.hero-image .date-img-ide2023 {
    width: 40rem;
    z-index: 3;
}

.bg-hero {
    display: none;
}

.logo-ide2023 {
    width: 50rem;
    z-index: 3;
}

/* Sticky Running Text */
.sticky-footer-ide2023 {
    /* display: flex; */
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
}

.running-text-ide2023 {
    background-color: #EDAD15;
    position: fixed;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #111111;
    width: 100%;
    text-transform: uppercase;
}

/* End Running Text */
.headers-logo img,
.headers-content .logo-wlf {
    width: 200px;
}

.headers-logo p {
    margin-bottom: 0;
    color: #FFFFFF;
    /* font-family: 'DM Sans', sans-serif !important; */
}

.headers-content {
    display: block;
    position: absolute;
    bottom: 25px;
}

.headers-content p {
    margin-bottom: 0;
}

.headers-content .hc-desc {
    /* font-family: 'Playfair Display', serif !important; */
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: -10px;
}

.headers-content .hc-title {
    /* font-family: 'Playfair Display', serif !important; */
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
}

.headers-content .hc-date,
.headers-content .hc-info {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-size: 20px;
    color: #FFFFFF;
}

.slider:before {
    display: none;
}

.countdown {
    display: flex;
    width: 290px;
    line-height: 1.2;
    border: 2px solid #fff;
}

.countdown>span {
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
    background: #fff;
    color: #333333;
}

.countdown>span:after {
    position: absolute;
    top: 10px;
    right: 0;
    content: "";
    height: 55px;

    /* border-right: 1px solid #707070; */
}

.countdown>span:last-child:after {
    content: none;
}

.countdown>span>span {
    font-size: 16px;
    font-weight: normal;
    display: block;
    /* margin-top: -15px; */
    /* margin-bottom: 10px; */
}

#sliderMoments .slick-slide {
    margin: 0 15px;
}

.hero-description p {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-size: 57px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

.btn-register {
    /* font-family: 'DM Sans', sans-serif !important; */
    color: #333;
    background-color: #E0FF4F;
    border-color: #E0FF4F;
    /*color: #fff;
    background-color: #ccc;
    border-color: #ccc;*/
    font-size: 18px;
    padding: 6px 50px;
}

.btn-register:hover,
.btn-register:focus,
.btn-register:active {
    background-color: #d7f83e;
    border-color: #d7f83e;
    /*color: #fff;
    background-color: #ccc;*/
    border-color: #ccc;
}

.headers-content .btn-register {
    padding: 6px 50px;
    margin-right: 10px;
}



.btn-sponsor:hover,
.btn-sponsor:focus,
.btn-sponsor:active {
    color: #fff;
    background-color: #EDAD15;
    border-color: #2b80e2;
    /* background-color: #ccc;
    border-color: #ccc; */
}

.headers-content .btn-sponsor {
    padding: 6px 20px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.hero-panel {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #bceb8c47;
    /* background: rgb(188,235,140,0.7); */
    padding: 25px 60px 20px;
}

.hero-panel-description {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070;
    font-size: 18px;
}

.hero-panel-description p:first-child {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-size: 22px;
    font-weight: bold;
}

.hero-panel-info p {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-size: 16px;
    margin: 0 0 5px;
}

.hero-panel-info p:first-child {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-size: 18px;
}

.hero-panel .close {
    display: none;
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 32px;
    color: #fff;
    opacity: 1;
    font-weight: 100;
    text-shadow: none;
}

.hero-panel.sticky .close {
    display: block;
}

.section-sponsor {
    /* font-family: 'DM Sans', sans-serif !important; */
    background: #F2F2F2;
    padding: 20px 0 30px;
    font-size: 16px;
}

.sponsor-wrapper {
    display: flex;
}

.sponsor-block {
    display: inline-block;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.sponsor-logo {
    display: flex;
    align-items: center;
    height: 50px;
}

.sponsor-logo a {
    margin-left: auto;
    margin-right: auto;
}

.sponsor-logo--partner {
    height: 100px;
}

.img-sponsor {
    max-width: calc(50% - 20px);
    max-height: 80px;
}

.img-sponsor--oxford {
    max-width: calc(100% - 20px);
}

.img-sponsor {
    margin-right: 37px;
}

.sponsor-logo img {
    max-height: 80px;
}

.campus-logo {
    margin-right: 40px;
}

.img-sponsor {
    max-width: calc(50% - 20px);
    max-height: 50px;
}

.img-sponsor-coaction {
    max-width: calc(55%);
    max-height: 50px;
}

.img-sponsor {
    margin-right: 20px;
}

.section-title {
    /* font-family: 'Playfair Display', serif !important; */
    font-size: 40px;
    font-weight: 900;
    text-transform: none;
    color: #016739;
    line-height: 1.2;
}

.section-title span {
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
    color: #111111;
}

.section-about {
    position: relative;
    background: #fff;
}

.section-about .section-title {
    border-bottom: unset;
    padding-bottom: 0px;
}

.hastags {
    font-size: 16px;
    color: #999999;
}

.section p {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-size: 18px;
}

.aside-title {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-size: 16px;
    font-weight: bold;
}

.section-aside .section-inner {
    background: #F2F2F2;
}

.section-aside p {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-size: 16px;
}

.embed-twitter {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.img-speaker {
    width: 100%;
    height: 235px;
    object-fit: cover;
    object-position: top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-color: darkgrey;
}

.section-event {}


.section-event .event-box img {
    border-radius: 5px;
}

.section-event .event-box h3 {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

.section-event .event-box p {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-size: 16px;
}

.section-sponsor-ide2023 {
    margin: 10rem 0;
}

.section-speakers {
    background: #ffffff;
    color: #111111;
    /* margin: 10rem 0; */
}

.section-what,
.section-research {
    margin: 5rem 0;
}

.section-speakers .section-title {
    color: #0078C8;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 20px;
}

.speaker-name {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.speaker-desc {
    line-height: 1.285;
}

.section-research .section-title {
    font-size: 40px;
    font-weight: 900;
    text-transform: none;
    color: #0078C8;
    line-height: 0.8;
    text-transform: uppercase;
}

.section-research .content-body {
    margin-top: 5rem;
    padding-right: 3rem;
}

.section-research .content-body .card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.section-research .card-research {
    width: 19em;
    margin-bottom: 5rem;
}

.btn-more,
.btn-less,
.btn-more-moderator,
.btn-less-moderator {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-family: 'inter';
    font-size: 16px;
    border: 1px solid #FFFFFF;
    background: #EDAD15;
    color: #111111;
    font-weight: 800;
    border-radius: 20px;
    padding: 7px 30px;
}

.section-agenda {
    background-color: #2ADBBC;
}

.section-agenda .section-title {
    font-weight: 900;
    color: #111111;
    text-align: center;
    text-transform: uppercase;
}

#agenda {
    height: 100vh;
}
.agenday {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 215px);

}

.section-agenda .speaker-name {
    font-weight: normal;
}

.nav-tabs--agenda {
    padding-bottom: 2rem;
    border-bottom: 1px solid #111111;
}

.nav-tabs--agenda>li>a {
    width: max-content;
    font-weight: 700;
    padding: 10px;
    border-radius: 0;
    color: #111111;
    text-align: center;
}

.nav-tabs--agenda>li>a.active {
    color: #333333;
    background: #56FFE1;
    border-radius: 20px;
}

.nav-tabs--agenda>li>a:hover {
    color: #333333;
    border-radius: 20px;
    border: none;
}

.agenday:not(.active) {
    display: none;
}

.list-agenda {
    padding-top: 25px;
    padding-bottom: 25px;
}

.agenda-time {
    font-size: 14px;
    color: #111111;
    position: relative;
}

.agenda-time:after {
    /*content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: orange;
    position: absolute;
    top: 10px;
    right: -3px;*/
}

.agenda-time--day-2:after {
    background: #005a87;
}

.agenda-title {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.agenda-description {
    margin-bottom: 15px;
}

.speaker-agenda {
    margin-bottom: 20px;
}

.speaker-agenda .img-speaker {
    width: 110px;
    height: 110px;
    margin-right: 15px;
}

.speaker-agenda .speaker-desc {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-size: 14px;
    color: #666;
}

.speaker-agenda .speaker-label {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-size: 14px;
    color: #666;
}

.gallery-item {
    padding-right: 30px;
}

.slider {
    background: #fff;
    position: relative;
    display: block;
}

.slick-nav {
    position: absolute;
    top: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    font-size: 40px;
}

.slick-nav--prev {
    left: 75px;
}

.slick-nav--next {
    right: 75px;
}

.slick-nav.slick-disabled {
    cursor: not-allowed;
    opacity: 0.1;
}

.slick-nav:hover {
    color: #fff;
}

.section-contact {
    margin-bottom: 80px;
    position: relative;
}

.section-contact .parent-contact {}

.contact-information-text {
    font-family: 'inter' !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #111111 !important;
}

.contact-information-text span {
    font-family: 'inter' !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #111111 !important;
}

.card-contact {
    border-radius: 10px;
    background: #F3F4F5;
}

.contact-content {
    background: #F2F2F2;
    border-radius: 5px;
    padding: 40px 20px;
    font-size: 14px;
    position: absolute;
    top: 80px;
    /* width: 1000px; */
    /* height: 400px; */
}

.contact-content p {
    font-size: 14px;
    color: #666;
}

.contact-link {
    font-size: 13px;
}

.icon-event {
    width: 32px;
    height: auto;
    margin-right: 10px;
}

.btn-subscribe {
    color: #333;
    background-color: #DBB95E;
    border-color: #DBB95E;
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px 17px;
}

.form-newsletter .form-control {
    height: 44px;
}

.anchor-offseted {
    padding-top: 30px;
}

.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #ccc #fff;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #fff;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
    border: 1px solid #fff;
}


/* HIGHLIGHTS */
.section-highlights {
    background: #C5CAC4;
    margin-top: 50px;
    padding: 40px 0 50px;
}

.section-what .section-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.video .button-media {
    position: absolute;
    width: 50px;
    bottom: 40px;
    left: 20px;
}

.video .button-media--small {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
}

.slider-video .slick-slide {
    margin: 0 12px;
}

.slider-video .slick-list {
    margin: 0 -12px;
}

.slick-nav.slick-nav-video {
    position: absolute;
    top: calc(50% - 48px);
    width: 96px;
    height: 96px;
    border: none;
    border-radius: 50%;
    background: transparent;
    font-size: 96px;
    line-height: 1;
    color: #00C853;
}

.slick-nav.slick-nav-article {
    position: absolute;
    top: calc(50% - 85px);
    width: 96px;
    height: 96px;
    border: none;
    border-radius: 50%;
    background: transparent;
    font-size: 96px;
    line-height: 1;
    color: #00C853;
}

.slick-nav.slick-nav-moment {
    position: absolute;
    top: calc(50% - 50px);
    width: 96px;
    height: 96px;
    border: none;
    border-radius: 50%;
    background: transparent;
    font-size: 96px;
    line-height: 1;
    color: #00C853;
}

.slick-nav.slick-nav-databoks {
    position: absolute;
    top: calc(50% - 75px);
    width: 96px;
    height: 96px;
    border: none;
    border-radius: 50%;
    background: transparent;
    font-size: 96px;
    line-height: 1;
    color: #00C853;
}

.slick-nav--prev {
    left: -80px;
}

.slick-nav--next {
    right: -80px;
}

/* HIGHLIGHTS */

/* MODAL */
.modal {
    font-size: 16px;
}

.modal-title {
    font-size: 42px;
    margin-bottom: 15px;
}

.modal .close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 40px;
    color: #333;
    opacity: 1;
    font-weight: 100;
    z-index: 2;
}

.modal .eror,
.modal label.error {
    display: none;
    color: red;
    font-size: 14px;
    font-weight: normal;
}

.modal .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
}

.modal .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
    min-width: 215px;
}

.modal .custom-control-input {
    margin-right: 10px;
}

.btn-submit-modal {
    background: #DBB95E;
    color: #333;
    font-size: 16px;
}

.btn-submit-modal:hover {
    background: #d6af49;
    color: #333;
}

.modal .text-note {
    font-size: 13px;
    color: #808080;
}

.modal-sponsor {
    font-size: 14px;
    color: #666;
}

.modal-sponsor .modal-title {
    font-size: 20px;
    margin-bottom: 5px;
}

body:not(.modal-open) {
    padding-right: 0px !important;
}

/* MODAL */

/* CUSTOM ICONS */
.ci-arrow-right {
    position: absolute;
    width: 40%;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ci-arrow-right::after,
.ci-arrow-right::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 2px;
    right: -3px;
    background-color: #fff;
}

.ci-arrow-right::after {
    top: -6px;
    transform: rotate(45deg);
}

.ci-arrow-right::before {
    top: 6px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(-45deg);
}

.ci-arrow-left {
    position: absolute;
    width: 40%;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ci-arrow-left::after,
.ci-arrow-left::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 2px;
    left: -3px;
    background-color: #fff;
}

.ci-arrow-left::after {
    top: 6px;
    transform: rotate(45deg);
}

.ci-arrow-left::before {
    top: -6px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(-45deg);
}

.img-sponsor--dbs {
    max-height: 40px;
}

.icon-bg.icon-whatsapp {
    background: #25D366;
    padding: 5px 9px;
}

.hero-panel-logo-collaborate {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    padding: 15px;
}

.hero-panel-logo-collaborate img {
    margin: auto;
}

.ul-about {
    padding-inline-start: 17px;
    font-size: 16px;
}

.hero-description {
    padding-left: 30px;
}

.logo-agenda p {
    margin-top: 25px;
    width: 120px;
    font-size: 14px;
}

.logo-agenda img {
    width: 100px;
}

.img-h-4 {
    height: 40px;
}

.img-h-6 {
    height: 60px;
}

.link-button {
    margin-bottom: 15px;
    margin-top: 5px;
}

.link-button a {
    color: #000;
    font-size: 12px;
}

.link-button a:hover {
    text-decoration: none;
}

.link-youtube,
.link-facebook {
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 8px;
}

.btn-streaming-yt,
.btn-streaming-fb {
    margin-bottom: 10px;
    margin-top: 10px;
    /*float: left;*/
    display: inline-block;
}

/* CUSTOM ICONS */

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .hero-panel {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: #bceb8c47;
        /* background-color: rgb(188,235,140,0.1);   */
    }
}

@media (min-width: 768px) and (max-width: 1109.98px) {


    .hero-image .date-img-ide2023 {
        width: 35rem;
        z-index: 3;
    }

    .hero-panel.sticky {
        position: fixed;
        width: calc(50vw - 30px);
        top: 115px;
        right: 15px;
        z-index: 2;
        padding: 20px;
    }

    .hero-panel.sticky .countdown>span {
        padding: 0 10px;
        font-size: 30px;
    }

    .section-research .card-research {
        width: 15em;
    }

    .contact-content {
        /* width: 700px; */
    }
}

@media (min-width: 1110px) {
    .hero-panel.sticky {
        position: fixed;
        width: 525px;
        top: 115px;
        right: calc((100vw - 1110px + 10px)/2);
        z-index: 2;
    }
}

@media (max-width: 1264px) {
    .slick-nav--prev {
        left: 0;
    }

    .slick-nav--next {
        right: 0;
    }
}

@media (max-width: 991.98px) {
    .hero-description .btn-register {
        display: block;
        width: 100%;
    }

    .hero-panel {
        margin-top: 30px;
    }

    .sponsor-wrapper {
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .sponsor-block {
        max-width: 100%;
    }

    .sponsor-logo {
        display: flex;
        align-items: center;
    }

    .img-sponsor {
        max-width: 35vw;
    }

    .sponsor-logo--adaro {
        height: 50px;
    }

    .countdown>span {
        padding: 0 40px;
    }
}

@media (max-width: 992px) {

    .hero-image {
        background-position: center;
    }

    .bg-hero {
        position: absolute;
        width: 100%;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .bg-hero-draggable {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    /* .bg-hero-track {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background:  url('https://cdn1.katadata.co.id/media/microsites/women-leaders-forum/2022/img/bg-main--v6.png') repeat-x left center;
        animation: slide 50s linear infinite;
        width: 5760px;
        padding-top: 50px;
        padding-bottom: 30px;
        color: #fff;
        min-height: 100vh;
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
    } */

    @keyframes slide {
        0% {
            transform: translate3d(0, 0, 0);
        }

        100% {
            transform: translate3d(-1692px, 0, 0);
        }
    }
}

@media (max-width: 767.98px) {
    .logo-ide2023 {
        width: 50rem;
    }

    .sticky-footer-ide2023 {
        position: sticky;
        bottom: 50px;
        width: 100%;
        margin-top: 30px;
    }

    .sticky-footer-ide2023 .countdown {
        width: 100% !important;
        background-color: #fff;
    }

    .hero-image .title-header-ide2023 {
        font-size: 26px;
    }

    .hero-image .subtitle-header-ide2023 {
        font-size: 16px;
    }

    .hero-image .date-img-ide2023 {
        width: 30rem;
        z-index: 3;
    }

    .btn-sponsor {
        font-size: 16px;
    }

    .hero-panel {
        padding: 25px 15px 20px;
        margin-top: 30px;
    }

    .hero-panel.sticky {
        position: fixed;
        width: calc(100vw - 30px);
        top: 60px;
        right: 15px;
        z-index: 2;
        padding: 20px;
    }

    .countdown>span {
        padding: 0 10px;
        font-size: 40px;
    }

    .agenda-time {
        padding-right: 0;
    }

    .agenda-time:after {
        right: -9px;
    }

    .speaker-agenda .img-speaker {
        width: 74px;
        height: 74px;
        margin-right: 5px;
    }

    .nav-tabs--agenda {
        display: flex;
        flex-flow: wrap;
    }

    .nav-tabs--agenda>li {
        /*flex: 0 0 calc(25% - 7.5px); /* 10 x 3/4 */
        */ margin-right: 10px;
        margin-bottom: 10px;
    }

    .nav-tabs--agenda>li:nth-child(4) {
        margin-right: 0;
    }

    .nav-tabs--agenda>li>a {
        width: 100%;
        color: #333;
        /* background: #DBB95E; */
    }

    .slick-nav--prev {
        left: 12px;
    }

    .slick-nav--next {
        right: 12px;
    }

    .gallery-item {
        padding-right: 20px;
    }

    .slider-video .slick-list {
        margin: 0;
    }

    .slider-video .slick-slide {
        margin: 0 15px 0 0;
    }

    .fancybox-slide.fancybox-slide--video {
        padding: 15px;
    }

    .modal-title {
        font-size: 30px;
        line-height: 1.1;
    }

    .modal .close {
        right: 5px;
        font-size: 30px;
    }

    .hero-description p {
        font-size: 48px;
    }

    .section-research .content-body {
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {

    .headers-logo img,
    .headers-content .logo-wlf {
        width: 150px;
    }

    .hero-image .date-img-ide2023 {
        width: 30rem;
        z-index: 3;
    }

    .card-contact {
        position: relative;
        z-index: 5;
        margin-top: 20px;
    }

    .section-title {
        font-size: 38px;
        text-align: center;
    }

    .section-title span {
        font-size: 20px;
    }
}

@media (max-width: 480px) {

    .countdown>span {
        padding: 0 10px;
        font-size: 24px;
    }

    .countdown>span:after {
        height: 40px;
    }

    .countdown>span>span {
        margin-top: 0px;
    }

    .countdown>span {
        padding-bottom: 5px;
    }

    .section-research .card-research {
        width: 28em;
    }
}

@media (max-width: 355px) {
    .sponsor-logo {
        height: 20px;
    }

    .sponsor-logo--adaro {
        height: 40px;
    }
}

/*Special Performance*/
.section-sp {
    margin-top: 10rem;
    margin-bottom: 4rem;
    position: relative;
}

.section-sp .content {
    position: relative;
    display: block;
}

.section-sp .content .content-sp {
    position: absolute;
    top: -75px;
    padding-right: 98px;
    width: 100%;
}

.section-sp .content .content-sp h4 {
    /* font-family: 'Playfair Display', sans-serif !important; */
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -0.005em;
    color: #111111;
    padding-left: 25px;
    margin-top: 8rem;
}

.section-sp .content .content-sp .content-image img {
    height: 34rem;
}

.section-sp .content .content-sp .content-image .link-yt-sp {
    position: absolute;
    left: 10rem;
    bottom: 2rem;
}

.section-sp .content .content-sp .content-image .link-yt-sp img {
    width: 35px;
    height: 35px;
}

.section-sp .content .content-sp .content-image .link-yt-sp p {
    /* font-family: 'DM Sans', sans-serif !important; */
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #111111;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .section-sp {
        margin-top: 0;
        margin-bottom: 0;
    }

    .section-sp .content .content-sp h4 {
        margin-top: 3rem;
        margin-bottom: 4rem;
    }

    .section-sp .content .content-sp {
        position: absolute;
        top: 0;
        padding-right: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-sp .content .bg-m {
        height: 45rem;
    }

    .section-sp .content .content-sp .content-image img {
        height: 100%;
    }
}

/*End Special Performance*/
/* research */

#research {
    margin-top: 10rem;
}

#research .container {
    padding-left: 0;
    padding-right: 0;
}


#research .content-header {
    margin-right: 35px;
}


#research .c-desc .title {
    /* font-family: 'Source Sans Pro', sans-serif!important; */
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #1B1E5A;
    letter-spacing: -0.02em;
}

#research .c-desc .desc {
    /* font-family: 'Source Sans Pro', sans-serif!important; */
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.card-text {
    /* font-family: 'Source Sans Pro', sans-serif!important; */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

#research .card-body {
    border: unset !important;
}

#research .card .c-item {
    display: none;
    position: absolute;
    background: #1B1E5A;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.5s linear;
}

#research .card:hover .c-item {
    display: block;
}

#research .card .c-item .c-desc {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 15px;
}

#research .card .c-item .c-desc a {
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    display: block;
}

#research .card .c-item .c-desc a.btn-dowload {
    border: 1px solid #EB343A;
    background: #EB343A;
}

#research .card .c-item .c-desc a.btn-disable {
    border: 1px solid #CCCCCC;
    background: #CCCCCC;
    cursor: not-allowed;
}

@media (min-width: 577px) {
    #research {
        margin-top: 5rem;
    }

    #research .img-research {
        width: 110px;
    }
}

@media (max-width: 576px) {
    .title-header-ide2023 {
        font-size: 26px;
    }

    .subtitle-header-ide2023 {
        font-size: 26px;
    }

    #research {
        margin-top: 5rem;
    }

    #research .content-header {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    #research .card {
        display: flex;
    }

    #research .img-research {
        margin-left: 15px;
    }

    #research .card .card-head {
        margin-right: 15px;
        padding-right: 0;
    }

    #research .card .card-body {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    #research .card .card-body .card-text {
        font-size: 13px;
        line-height: 22px;
    }
}

/* End research */
/* Embed */
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-31by9::before {
    padding-top: 30%;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.embed-responsive-16by9-custom::before {
    padding-top: 70.25%;
}

@media (max-width: 576px) {
    #Spotify .embed-responsive-31by9::before {
        padding-top: 56.25%;
    }

    .header-1 {
        position: absolute;
        z-index: 20;
    }

    .header-2 {
        position: absolute;
        z-index: 20;
        top: 120px;
    }

    .header-3 {
        position: absolute;
        z-index: 20;
        top: 36vh;
    }

    .header-3 p {
        font-size: 3rem;
        font-weight: 900;
        font-family: 'Inter';
    }

    .header-4 {
        position: absolute;
        z-index: 20;
        top: 44vh;
        padding: 0 28px;
        text-align: center;
    }

    .header-4 p {
        font-size: 1.65rem;
        font-weight: 500;
        font-family: 'Inter';
        line-height: 1.4;
    }

    .header-5 {
        position: absolute;
        z-index: 20;
        margin-top: 50vh;
        padding: 0 28px;
        text-align: center;
    }

    .header-5 p {
        font-size: 18px;
        font-weight: 900;
        font-family: 'Inter';
        line-height: 0.9;
        border: 2px solid #EDAD15;
        color: #EDAD15;
        padding: 10px;
        border-radius: 5px;
    }

    .header-6 {
        position: absolute;
        z-index: 20;
        margin-top: 55vh;
        padding: 0 28px;
        text-align: center;
    }

    .header-6 img {
        width: 50%;
    }
}

sup {
    font-size: 12px;
}


#media_partner img {
    /* max-height: 75px; */
    max-width: 100%;
}

#media_partner .col-md-3 {
    margin: auto;
}

#community img {
    /* max-height: 100px; */
    width: 100%;
    margin: auto;
}

.partner_icon {
    text-align: center;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the opacity here */
    z-index: 1;
    /* Place the overlay above the video */
}

.event-details-container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.event-details {
    font-size: 18px;
    color: white;
    /* You can adjust the color */
    margin-top: 10px;
}

.section-attend ul li {
    font-size: 16px;
    line-height: 1.5;
}


.slider .title {
    font-size: 16px;
    font-weight: 600;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

/* .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
} */

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.65rem;
    border-top-right-radius: 0.65rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.65rem - 1px);
    border-top-right-radius: calc(0.65rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.65rem;
    border-bottom-left-radius: 0.65rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.65rem - 1px);
    border-bottom-left-radius: calc(0.65rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.65rem;
    border-bottom-left-radius: 0.65rem;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.accordion-button {
    background-color: #016739;
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
}

.accordion-button.collapsed {
    background-color: #016739;
}

.accordion-button::after {
    display: none;
}

.accordion-button i {
    margin-right: 10px;
    font-size: 1.6rem;
}

.accordion-button .bi-dash-circle {
    display: none;
}

.accordion-button:not(.collapsed) .bi-plus-circle {
    display: none;
}

.accordion-button:not(.collapsed) .bi-dash-circle {
    display: inline-block;
}

.accordion-item {
    border: none;
    margin-bottom: 0.5rem;
}