@import "design.css";

:root {
    --event-surface-radius: 12px;
}

/*:root {
    --bg-color: #40A7C0;
    --text-color: #FFFFFF;
    --primary-color: #F02A64 ;
    --secondary-color-dark: #0d1f26;
    --secondary-color-light: #162a33;
    --additional-color: #3E5C69;
    --flekk-bg: #E6F3FB;
    --border-color: #AFCCDF;
    --disabled-color: #DADADA;
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Nunito Sans', sans-serif;
}*/

html, body {
    scroll-behavior: smooth;
    font-family: var(--primary-font);
}

#ajaxload {
    background-color: var(--bg-color);
}

.content {
    color: var(--text-color);
}

.bg-color { background-color: var(--bg-color); }
.text-color { color: var(--text-color); }
.secondary-text-color { color: var(--secondary-text-color); }
.text-color-bg { background-color: var(--text-color); }
.primary-color { color: var(--primary-color); }
.secondary-color-dark { color: var(--secondary-color-dark); }
.secondary-color-light { color: var(--secondary-color-light); }
.secondary-color-light-bg { background-color: var(--secondary-color-light); }
.additional-color { color: var(--additional-color); }
.flekk-bg { background-color: var(--flekk-bg); }
.border-color { border-color: var(--border-color); }
.disabled-color { color: var(--disabled-color); }
.primary-font { font-family: var(--primary-font);}
.secondary-font { font-family: var(--secondary-font);}
.ticket-slider .card.not_active { opacity: 0.3; }

.text-content h1, .text-content h3, .text-content h5, .text-content span, .text-content div {
    color: var(--text-color);
}

.topic-card-text, .flekk-content div {
    color: var(--text-color);
}

.text-color-primary {
    color: var(--primary-color);
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    position: relative;
}

h1, h2 {
    padding-left: 20px;
}

h1:before, h2:before {
    content: '';
    position: absolute;
    display: block;
    background: var(--primary-color);
    width: 10px;
    height: 50%;
    left: 0;
    top: 50%;
    transform: skewY(-45deg) translateY(-50%);
}

/* Hack for embedded consent */
.css-1unuaz2.css-1unuaz2 .qc-cmp2-consent-info h2:before {
    display: none !important;
}

.taller-before:before, .taller-before:before {
    height: 75%;
}

.close-btn {
    margin: 0;
    margin-right: 10px;
    padding: 0;
    border: 0;
    background-color: var(--text-color);
    text-align: right;
    font-size: 40px;
    line-height: 40px;
}

h1.no-pre:before, h2.no-pre:before {
    display: none;
}

.border-bottom-decor {
    border-bottom: 3px solid var(--primary-color);
}

.img-cover {
    object-fit: cover;
}

#event-content {
    transition: all 1s;
}

#div_personal_information, #div_billing_information {
    background-color: #fff;
}

/* Landing Navbar display on event page */
.landing-navbar {
    width: 100%;
    background-color: #fff; /* Adjust the background color as needed */
    z-index: 1000;
}

.footer-navbar {
    width: 100%;
    color: var(--text-color);
    border-bottom: 1px solid var(--additional-color);
}

.footer-navbar a {
    color: var(--text-color);
    text-decoration: none;
    text-transform: uppercase;
}

.footer-navbar .footer_icons a {
    color: var(--text-color);
}

.footer-copy {
    font-size: 12px;
    color: var(--text-color);
}

.footer-copy a {
    color: var(--text-color);
}

/*EVENT HAMBURGER ICON*/
.custom-toggler.navbar-toggler {
    border-color: var(--primary-color);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,72,56, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-container {
    background-color: var(--bg-color);
}

.event-menu-action--cart {
    color: var(--primary-color);
}

.event-menu-action--cart:hover,
.event-menu-action--cart:focus {
    color: var(--additional-color);
}

.event-menu-cart-icon {
    display: block;
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.25));
}

.navbar-nav .nav-item a:hover {
    color: var(--primary-color);
}

#event-nav {
    font-family: var(--secondary-font);
}

.dark-bg {
    background-color: var(--bg-color);
}

.light-bg {
    background-color: var(--secondary-color-light);
}


/* EVEN BUTTON */
.event-btn {
    font-family: var(--secondary-font);
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
}

.event-btn-additional {
    color: var(--secondary-font);
    background-color: var(--primary-color);
    font-family: var(--secondary-font);
    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
}
.event-btn-additional:hover {
    color: var(--text-color);
    background-color: var(--primary-color);
    font-family: var(--secondary-font);
    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
}

.event-btn:hover {
    font-family: var(--secondary-font);
    text-decoration: none;
    background-color: var(--additional-color);
    color: white;
}


.event-reversed-btn {
    font-family: var(--secondary-font);
    background-color: var(--secondary-color-light);
    padding: 8px 20px;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
}

.event-reversed-btn:hover {
    font-family: var(--secondary-font);
    text-decoration: none;
    background-color: var(--additional-color);
    color: white;
}

.event-border-btn {
    font-family: var(--secondary-font);
    font-size: 14px;
    background-color: transparent;
    padding: 8px 20px;
    border-radius: 0;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
}

.event-border-btn:hover {
    font-family: var(--secondary-font);
    border: 1px solid var(--border-color);
    color: var(--border-color);
}

.event-price-btn {
    font-family: var(--secondary-font);
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
}

/* HERO HEADER */
.hero-bg {
    position: relative;
    padding: 0;
    aspect-ratio: 16/9;
}

.hero-header-img {
    top: 0;
    left: 0;
    position: absolute;
    aspect-ratio: 16/9;
    width: 100%;
    z-index: 100;
}

.hero-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 16/9;
    width: 100%;
    z-index: 101;
}

.hero-header-text {
    z-index: 102;
}

.hero-bg h1 {
    font-weight: 700;
}

.hero-bg picture {
    display: block;
    width: 100%;
}

.hero-bg--full-width,
.hero-bg--carousel {
    aspect-ratio: auto;
    width: 100%;
    max-width: 100%;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 45%),
        rgba(5, 10, 20, 0.92);
    min-height: clamp(420px, 68vw, 860px);
    max-height: min(82vh, 860px);
    overflow: hidden;
}

.hero-bg--full-width .hero-header-img,
.hero-bg--carousel .hero-header-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-bg--full-width .hero-header-img {
    object-fit: cover;
}

.hero-bg--carousel .hero-header-img {
    object-fit: cover;
}

.hero-bg--full-width:after,
.hero-bg--carousel:after {
    background: linear-gradient(180deg, rgba(6, 10, 18, 0.12) 0%, rgba(6, 10, 18, 0.7) 68%, rgba(6, 10, 18, 0.92) 100%);
}

.hero-bg--full-width .hero-header-text,
.hero-bg--carousel .hero-header-text {
    width: min(1140px, 100%);
    padding-inline: clamp(1rem, 3vw, 2rem);
}

.hero-carousel {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-carousel__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.7s ease, opacity 0.7s ease;
}

.hero-carousel__slide.is-active {
    opacity: 1;
    transform: translateX(0);
}

.hero-carousel__slide.is-before {
    transform: translateX(-100%);
}

.hero-carousel__indicators {
    position: absolute;
    z-index: 103;
    right: 1.5rem;
    bottom: 1.25rem;
    display: flex;
    gap: 0.5rem;
}

.hero-carousel__indicator {
    width: 0.75rem;
    height: 0.75rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.hero-carousel__indicator.is-active {
    background: rgba(255, 255, 255, 0.95);
    transform: scale(1.15);
}

.list-img-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.list-img-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .hero-bg h1 {
        font-size: 3rem;
    }

    .hero-bg h3 {
        font-size: 1.5rem;
    }

    .hero-bg p {
        font-size: 1rem;
    }
}

@media (max-width: 700px) {
    .footer-copy {
        flex-direction: column;
    }
}

@media (max-width: 650px) {
    .conf-title {
        flex-direction: column;
    }

    .conf-title a {
        width: 250px !important;
    }

    #conference .btn {
        margin-top: 0.5rem;
    }
}

@media (max-width: 600px) {
    .hero-bg h1 {
        font-size: 2.5rem;
    }

    .hero-bg h3 {
        font-size: 1.2rem;
    }

    .hero-bg p {
        font-size: 1rem;
    }

    .early-cta-text {
        flex-direction: column;
    }

    .hero-bg--full-width,
    .hero-bg--carousel {
        min-height: 360px;
    }

    .hero-carousel__indicators {
        right: 1rem;
        bottom: 1rem;
    }
}

.early-bird-container {
    cursor: pointer;
}

/*About event */
#about-event-text-container ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
}

#about-event-text-container ul li:before {
    content: '';
    position: absolute;
    display: block;
    background: var(--primary-color);
    width: 10px;
    height: 10px;
    top: 25%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 50% 50%, 0% 100%);
}

#about_event video[poster] {
    object-fit: cover;
}

/* Speakers */
.speaker-img {
    position: relative;
}

.speaker-info {
    width: 100%;
}

.speaker-name {
    position: absolute;
    bottom: 0;
    color: var(--primary-color);
    background: var(--flekk-bg);
    font-size: 90%;
}

#page_speaker-profile .speaker-name {
    font-size: 100%;
}

.card-img-bubble {
    border-radius: 50% 50% 50% 0;
    filter: grayscale(100%);
    transition: all .5s;
}

.card-img-bubble:hover {
    filter: grayscale(0%);
}

.speaker-image {
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.speaker-image--square {
    border-radius: 0;
    clip-path: none;
}

.speaker-image--rounded-square {
    border-radius: 1.5rem;
    clip-path: none;
}

.speaker-image--circle {
    border-radius: 50%;
    clip-path: none;
}

.speaker-image--soft-circle {
    border-radius: 38%;
    clip-path: none;
}

.speaker-image--drop {
    border-radius: 50% 50% 50% 0;
    clip-path: none;
}

.speaker-image--diagonal {
    border-radius: 0;
    -webkit-clip-path: polygon(12% 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 12%);
    clip-path: polygon(12% 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 12%);
}

.slick-prev {
    padding: .35rem .75rem;
    background-color: transparent;
    border: 1px solid var(--primary-color);
}

.slick-next {
    padding: .35rem .75rem;
    background-color: transparent;
    border: 1px solid var(--primary-color);
}

.slick-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.slick-dots ul {
    margin: 0;
    padding: 0;
}

.slick-dots ul li {
    display: inline-block;
    list-style-type: none;
}

.slick-dots ul li:only-child {
    display: none;
}

.slick-dots li button {
    border: none;
    display: block;
    width: 10px;
    height: 10px;
    background: var(--text-color);
    margin-right: 5px;
    overflow: hidden;
    line-height: 10px;
    color: var(--text-color);
}

.slick-dots li.slick-active button {
    background: var(--primary-color);
    color: var(--primary-color);
}

.speaker-contact a {
    color: #ffffff;
}

@media (max-width: 992px) {
    .slick-prev {
        right: 9%;
    }
}

/* PARTICIPANTS */
.participant-img {
    position: relative;
}

.participant-img:after {
    content: '';
    position: absolute;
    display: block;
    background: var(--additional-color);
    width: 30px;
    height: 10px;
    right: 40px;
    top: 50%;
    transform: skewX(45deg) translateY(-50%);
    z-index: -1;
}

/* NEWS */
.slick-slide {
    height: auto !important;
}

.my-border {
    border: 1px solid var(--border-color);
    height: auto !important;
    background-color: transparent;
    color: inherit;
}

.card-title {
    color: inherit;
}

/* NEWS LETTER */
#newsletter {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    min-height: 300px;
}

#newsletter .container {
    position: relative;
}

#newsletter img {
    max-width: min(220px, 100%);
    height: auto;
}


/* CONFERENCE */

.category-label-holder {
    bottom: 4%;
    left: 2%;
}

.category-label {
    background-color: white;
    padding: 3px 12px;
    font-size: 15px;
    display: inline-block;
}

/* PRICE */
.popular-price {
    border: 1px solid var(--primary-color);
    border-radius: var(--event-surface-radius);
}

.event-card {
    height: 100%;
    overflow: hidden;
    border-radius: var(--event-surface-radius);
}

.event-card__media {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.event-card__media > a {
    display: block;
    width: 100%;
    height: 100%;
}

.event-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-card__body {
    flex: 1 1 auto;
    gap: 1rem;
    padding: 1.25rem;
}

.event-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.85rem;
}

.event-card__content .card-body {
    height: auto !important;
    padding: 0;
}

.event-card__content .card-title,
.event-card__content .card-text {
    margin: 0;
}

.event-card__actions {
    margin-top: auto;
}

.event-gallery-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: var(--event-surface-radius);
}

.popular-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary-color);
}

#price .slick-track, #conference .slick-track {
    display: flex !important;
}

#price .slick-slide, #conference .slick-slide {
    height: inherit !important;
    position: relative;
}

.pricing-card-title {
    white-space: nowrap;
    padding: 0;
	font-size: 1.6rem;
}

.pricing-card-title .vat {
	font-size: 60%;
}

@media (max-width: 1000px) {
    .pricing-card-title {
        font-size: 26px;
    }
}

.ticket-desc ul {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
}

.ticket-desc ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    padding-right: 10px;
}

#price .ticket-slider .slick-slide .card-body {
    padding-bottom: 90px;
}

#price .ticket-slider .slick-slide .price_btn_cont {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    font-weight: bold;
}

#price .ticket-slider .slick-slide .price_btn_cont a.btn {
    width: 100%;
    font-weight: bold;
}

#price .ticket-slider .slick-slide a.btn.disabled {
    background: var(--disabled-color);
    border: none;
    color: #FFFFFF;
}

/* FAQ */
.faq-box {
    border: none;
    border-radius: var(--event-surface-radius);
    overflow: hidden;
}

.faq-header {
    background-color: transparent;
    border-bottom: 1px solid var(--additional-color);
}

.btn-link {
    color: white;
    text-decoration: none;
    padding: 20px 0;
}

.btn-link:hover {
    color: var(--primary-color);
}

.btn-link:focus, .btn-link:active {
    box-shadow: none;
}

.cp {
    cursor: pointer;
}

/* APP */
/*** APPLE BUTTON ***/
.bn45 {
    display: inline-block;
    width: 170px;
    height: 50px;
}

/*** ANDROID BUTTON ***/
.bn46 {
    display: inline-block;
    width: 170px;
    height: 50px;
}


/* AGENDA */
#custom-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    z-index: 1000;
}

.agenda-item {
    margin-top: 20px;
    position: relative;
    border-bottom: 1px solid var(--additional-color);
}

.agenda-item:last-child {
    border-bottom: none;
}

.agenda-time {
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    left: -70px;
}

.agenda-title {
    font-weight: bold;
    padding-bottom: 20px;
    flex: 1 1 auto;
}

.atitle {
    font-size: 20px;
}

.asubtitle {
    font-size: 14px;
}

.agenda_speaker {
    cursor: pointer;
    color: var(--text-color);
}

.agenda_speaker .position {
    font-weight: normal;
    font-size: 12px;
    color: var(--text-color);
}

.agenda_speaker .speaker-name {
    position: static;
    bottom: auto;
    padding: 0;
    background: transparent;
}

.agenda_speaker .speaker-img .card-img-bubble {
    height: 65px;
}

.agenda-type {
    background: var(--primary-color);
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 5px;
}

.agenda-room {

}

.agenda-ear {
    margin-right: 15px;
    color: var(--primary-color);
    font-weight: bold;
}

.agenda-ear button {
    background: none;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 20px 10px;
    position: relative;
    font-weight: bold;
    font-size: 13px;
}

.agenda-ear button.active {
    color: var(--primary-color);
}

.agenda-ear button.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    background: var(--primary-color);
}

#page_event-agenda .agenda-time {
    position: static;
    left: auto;
    padding-right: 20px;
    width: 60px;
}

.room_info {
    align-self: start;
    padding: 30px;
    background: linear-gradient(135.27deg, #09242E 0%, rgba(9, 36, 46, 0) 54.57%);
    max-width: 430px;
    margin: 0 30px;
}

.room_info .title {
    font-size: 50px;
    font-weight: bold;
}

.room_info .logo img {
    max-width: 50%;
    max-height: 80px;
}

.custom-modal-dialog {
    width: 75%;
}

@media (max-width: 992px) {
    .agenda-tab {
        height: 300px;
    }
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 50%;
    max-width: 600px;
}


/* FADE-IN EFFECT */
.fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}

.fade-show {
    opacity: 1;
}

#page_speaker-profile .speaker-img {
    max-width: 370px;
}

#page_speaker-profile .speaker-details {
    grid-template-columns: 370px 2.5fr;
    width: 85%;
}

.grid-offset {
    grid-column-start: 2;
}

@media (max-width: 768px) {
    #page_speaker-profile .speaker-details {
        grid-template-columns: 1fr;
        justify-items: center;
        width: 100%;
    }

    .speaker-info {
        max-width: 370px;
    }

    .grid-offset {
        grid-column-start: 1;
    }

    .agenda-time {
        position: relative;
        left: auto;
    }

    .agenda-title {
        padding-left: 20px;
    }
}

.event_info {
    gap: 20px;
    background: var(--flekk-bg);
    white-space: nowrap;
}

.event_info > div {
    flex: 0 0 auto;
}

@media (max-width: 900px) {
    .event_info {
        flex-wrap: wrap;
    }

    .event_info > div {
        flex: 0 0 45%;
    }
}

#contacts .card-content {
    height: 100%;
    gap: 0.75rem;
    padding: 1rem 0.75rem;
    text-align: center;
}

#contacts .card-content h5,
#contacts .card-content p {
    margin-bottom: 0;
}

#sponsor_list .row,
#participating_companies_list .row {
    row-gap: 1rem;
}

#sponsor_list a,
#participating_companies_list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
}

#sponsor_list img,
#participating_companies_list img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.sponsor-title,
.participating_company-title {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 700;
}

.logo-img-container a img {
    max-width: 75px;
}

/* Loader */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader {
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.7);
}

.loader #loadingIcon {
    position: absolute;
    left: calc(50% - 60px);
    top: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid #24C2B6;
    border-top: 16px solid blue; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.loader #loadingText {
    position: absolute;
    left: calc(50%);
    bottom: 10%;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    width: auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 120%;
    color: white;
    background-color: black;
}

#newsletter_modal .close,
#newsletter_modal .modal-title {
    color: var(--primary-color);
}

.modal-body  {
    text-align: center;
    color: black;
}
.modal-title  {
	color: black;
}

@media only screen and (max-width: 420px) and (min-width: 100px) {
    #sponsor_list .top-sponsor.col-6 {
        width: 100% !important;
    }

    #sponsor_list .medium-sponsor.col-6 {
        width: 100% !important;
    }

    #sponsor_list .bottom-sponsor.col-6 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 900px) {
    #sponsor_list .medium-sponsor.col-lg-2 {
        width: 33% !important;
    }
}

/* SIGNAGE */
#page_signage_main #ajaxload {
	background: transparent !important;
}
#page_signage_room #ajaxload {
	background: transparent !important;
}

#page_signage_room {
	background: linear-gradient(to bottom, #010101, #225B75);
}

#page_signage_main {
	background: linear-gradient(to bottom, #010101, #225B75);
}

#page_signage_room .sign_agenda-time { font-size: 2.5rem !important; }
#page_signage_room .sign_agenda-type { font-size: 2.5rem !important; }
#page_signage_room .agenda-type { font-size: 2.5rem !important; }
#page_signage_room .sign_atitle { font-size: 3rem !important; }
#page_signage_room .asubtitle { font-size: 3rem !important; }
#page_signage_room .speaker-name { font-size: 2rem !important; }
#page_signage_room .position { font-size: 2rem !important; }
#page_signage_room .speaker_title { font-size: 2rem !important; }



#page_signage_main .sign_agenda-time { font-size: 2.5rem !important; }
#page_signage_main .sign_agenda-type { font-size: 2.5rem !important; }
#page_signage_main .agenda-type { font-size: 2.5rem !important; }
#page_signage_main .sign_atitle { font-size: 3rem !important; }
#page_signage_main .asubtitle { font-size: 3rem !important; }
#page_signage_main .speaker-name { font-size: 2rem !important; }
#page_signage_main .position { font-size: 2rem !important; }
#page_signage_main .speaker_title { font-size: 2rem !important; }
.sign_main_content .agenda-ear button { font-size: 22px !important; }

#page_signage_main .main_footer, #page_signage_room .main_footer {
	z-index: 10000;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.main-room-header {
    height: 512px;
}
.main-room-header .agenda-tabs {
	background-color: rgba(0,0,0,0.5) !important;
}

.sign_main_content .room_sponsor {
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 1032;
	max-width: 400px;
}

#page_signage_room .room_header h1 {
	font-size: 90px;
}

#page_signage_room #room_foot {
	z-index: 10000;
	position: fixed;
	bottom:	0;
	left: 0;
	right: 0;
}

#page_signage_room {
    overflow: hidden;
}

.sign_main_content {
    background: url("./imgs/AI_Summit_2024_Signage_2160x3840_01.jpg");
    background-size: cover;
    overflow: hidden;
}

.sign_room_info {
    padding: 30px 100px 30px 30px;
    background: linear-gradient(135.27deg, var(--flekk-bg) 0%, transparent 54.57%);
}

.sign_room_info .title {
    font-size: 50px;
    font-weight: bold;
}

.sign_room_info .logo img {
    max-width: 50%;
    max-height: 80px;
}

.room_detail {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sign_agenda-item {
    margin-top: 15px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.sign_agenda-item-room {
    padding-left: 150px;
}

.sign_agenda-type {
    background: var(--primary-color);
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 5px;
}

.sign_room_agenda-time {
    color: white;
    font-weight: bold;
    position: absolute;
    left: 50px;
}

.not-current-agenda-item .sign_agenda-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sign_agenda-title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 30px;
}

.sign_atitle {
    font-size: 20px;
}

.sign_speaker-img img {
    width: 70px;
}

.sign_room_speaker-img img {
    width: 90px;
}

.signage_speaker_slider .slick-list .slick-track {
    margin: 0;
}

.current-agenda-item {
    position: relative;
    background: linear-gradient(-90deg, var(--primary-color) 20%, transparent 80%);
    z-index: 102;
}

.current-agenda-item:after {
    content: 'MOST';
    font-size: 55px; /*this was changed*/
    font-weight: bold;
    position: absolute;
    color: #FFFFFF;
    transform-origin: center center;
    transform: rotate(-90deg) translate(25%, 0);
    top: 50%;
    right: 0;
    z-index: 103;
}

.current-agenda-item:before {
    height: 100%;
    width: 12%;
    content: '';
    background-color: var(--primary-color);
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    color: var(--secondary-color-dark);;
    transform-origin: center center;
    top: 0;
    right: 0;
    z-index: 101;
}

.empty-room {
    height: 300px;
}

/*** ROOM-NEW ***/
.room-bg {
    background: url("./imgs/AI_Summit_2024_Signage_2160x3840_01.jpg");
}

.room_header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 512px;
    z-index: 2;
}

.room-logo img {
	margin-top: 3%;
    filter: brightness(20);
    max-height: 75px;
    object-fit: contain;
}

.room_foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 512px;
    z-index: 2;
    background: url("./imgs/AI_Summit_2024_Signage_room_footer.jpg");
}

/*** ROOM-NEW ***/
.room_header {
    position: relative;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1); /*this was changed*/
}

.room_header_bottom {
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: -100px;
    left: 0;
    background: linear-gradient(180deg, var(--bg-color) 80%, transparent); /*this was changed*/
    z-index: 1000;
}

.room_footer {
    position: absolute;
    height: 512px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 1000;
}

.room_header h1 {
    font-size: 40px;
    padding-left: 40px;
    padding-bottom: 10px;
}

.room_header h2 {
    font-size: 30px;
    padding-left: 40px;
    padding-bottom: 85px;
}

.room_sponsor_img {
    margin-top: 30px;
    padding: 45px 30px 0 30px;
    object-fit: contain;
    max-height: 90px;
}

.signage_sponsor_slider .slick-list .slick-track {
    display: flex !important;
    align-items: center !important;
}

.detail_header_bottom {
    position: absolute;
    height: 181px;
    width: 100%;
    bottom: -180px;
    left: 0;
    background: linear-gradient(180deg, var(--bg-color) 40%, transparent); /*this was changed*/
    z-index: 1000;
}

.signage-scroller {
    overflow-y: auto; /* Enable vertical scrolling */
    max-height: 72vh;
    scroll-behavior: smooth; /* Enable smooth scrolling */
}


::-webkit-scrollbar {
    display: none;
    width: 0;
}

.footer-for-appqr {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 250px;
    width: 100%;
    background-color: var(--secondary-color-dark);
}


.play-store-fixed {
    position: sticky;
    z-index: 1005;
    bottom: 0;
    transform: translateX(405px);
}

.app-store-fixed {
    position: sticky;
    z-index: 1006;
    bottom: 0;
    transform: translateX(-405px);
}

.explore-media,
.about-event-media {
    width: 100%;
}

.explore__content {
    margin: 0;
}

.explore-media {
    overflow: hidden;
    border-radius: var(--event-surface-radius);
    margin-left: 0;
    margin-right: auto;
}

.explore-img {
    display: block;
    width: 100%;
    height: auto;
}

.text-container {
    position: relative;
    margin: auto;
    text-align: center;
    max-width: 500px;

}

.text-container-img {
    position: absolute;
    max-width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

/* Select language */
.languagepicker {
    position: absolute;
    top: 15px;
    left: 130px;
    background-color: #FFF;
    display: inline-block;
    padding: 0;
    height: 40px;
    overflow: hidden;
    transition: all .3s ease;
    margin: 0 0 10px 0;
    vertical-align: top;
    z-index: 1100;
}

.languagepicker a {
    color: #000;
    text-decoration: none;
}

.languagepicker li {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    border-top: 1px solid #EEE;
}

.languagepicker li:hover {
    background-color: #EEE;
}

.languagepicker a:first-child li {
    border: none;
    background: #FFF;
}

.languagepicker li img {
    margin-right: 5px;
    margin-top: -3px;
}

/* Agenda */
.content .container-fluid.dark-bg {
    background-color: var(--bg-color) !important;
}

.text-white.multi_days {
    color: var(--text-color) !important;
}

.multi_days .agenda-ear button {
    font-size: 24px !important;
    font-weight: normal;
    color: var(--text-color) !important;
}

.multi_days .agenda-ear button.active {
    font-weight: bold;
    color: var(--primary-color) !important;
}

.multi_days .agenda-tabs {
    background-color: var(--bg-color) !important;
}

.multi_days .atitle,
.multi_days .asubtitle,
.multi_days .title,
.multi_days .desc,
.multi_days .agenda_speaker .position,
.speaker_title,
.moderator_title {
    color: var(--text-color) !important;
}

.multi_days .agenda-type {
    color: #fff !important;
}

.multi_days .logo img {
    max-width: 250px;
}

#rooms-tab button {
    margin-bottom: 15px;
    margin-right: 50px;
    padding: 20px 60px 15px 40px;
    width: 420px;
    text-align: left;
    border: 0;
    border-left: 3px solid var(--text-color);
    background: rgb(186, 223, 232);
    background: linear-gradient(144deg, rgba(186, 223, 232, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

#rooms-tab button i {
    font-size: 30px;
    color: var(--additional-color);
    position: relative;
    float: right;
    bottom: 15px;
}

#rooms-tab button span.location {
    padding: 3px 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background-color: var(--additional-color);
}

#rooms-tab button span.room {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-color);
}

#rooms-tab button.active {
    text-align: left;
    border-left-color: var(--primary-color);
}

#rooms-tab button.active i {
    color: var(--primary-color) !important;
}

#rooms-tab button.active span.location {
    background-color: var(--primary-color);
}

#rooms-tab button.active span.room {
    color: var(--primary-color);
}

.agenda-type.bg-dark {
    margin-left: 5px;
    background-color: var(--additional-color) !important;

}

#select_location, .select_location {
    display: none;
}

#rooms-tab {
    display: block;
}

#accessibility_settings_toggle {
    bottom: 90px !important;
}

@media (max-width: 1000px) {
    #select_location, .select_location {
        display: block;
        overflow: hidden;
    }

    #rooms-tab {
        display: none;
    }
}

/* Ambassador */
#ambassador #image-cont img {
    max-width: 450px;
}
#ambassador .card-img-bubble {
    border-radius: 50% 50% 50% 0;
    filter: grayscale(0%);
    transition: all .5s;
}

#ambassador #text-content {
    flex-grow: 1;
}

.about-event__content {
    margin: 0;
}

.about-event-media {
    min-height: 300px;
    overflow: hidden;
    border-radius: var(--event-surface-radius);
    margin-left: 0;
    margin-right: auto;
}

.about-event-media iframe,
.about-event-media video,
.about-event-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

.about-event-meta {
    margin-top: 1.5rem;
    border-radius: 18px;
    overflow: hidden;
}

.about-event-meta__item {
    min-height: 82px;
}

.about-event-meta__icon {
    flex: 0 0 72px;
    width: 72px;
    min-width: 72px;
    align-self: stretch;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.location-module__grid {
    margin: 0;
}

.location-module__logo {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 96px;
}

.location-module__map {
    width: 100%;
    overflow: hidden;
    border-radius: var(--event-surface-radius);
}

.location-module__map iframe {
    display: block;
    width: 100%;
    min-height: 350px;
    border: 0;
}

@media all and (max-width: 1200px) {
    #ambassador #image-cont {
        max-width: 300px;
        max-height: 300px;
    }
}
@media (max-width: 992px) {
    .ambassador-content-wrapper {
        flex-direction: column !important;
    }

    #ambassador #image-cont {
        max-width: 100% !important;
        text-align: center;
        margin-bottom: 1rem;
    }

    #ambassador #image-cont img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    #ambassador .py-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .about-event-media {
        min-height: 260px;
    }
}

@media (max-width: 768px) {
    .event-card__body {
        padding: 1rem;
    }

    .about-event-meta__item {
        min-height: 72px;
    }
}

body.event-page-style--modern {
    --event-modern-shell-radius: 22px;
    --event-modern-shell-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    background:
        radial-gradient(circle at top left, rgba(214, 228, 255, 0.55), transparent 30%),
        linear-gradient(180deg, #f5f8fc 0%, #ffffff 28%, #eef3f8 100%);
}

body.event-page-style--modern .content {
    color: var(--secondary-color-dark);
}

body.event-page-style--modern .container-fluid.dark-bg {
    background:
        radial-gradient(circle at top, rgba(58, 97, 134, 0.42), transparent 44%),
        linear-gradient(160deg, #0d1727 0%, #1b3144 48%, #102131 100%);
}

body.event-page-style--modern .footer {
    padding-inline: 1rem;
}

body.event-page-style--modern .footer > .container {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding: 1.5rem 1.5rem 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--event-modern-shell-radius);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--event-modern-shell-shadow);
    backdrop-filter: blur(18px);
}

body.event-page-style--modern .footer-navbar {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body.event-page-style--modern .footer-copy,
body.event-page-style--modern .footer-copy a {
    color: var(--secondary-color-dark);
}

body.event-page-style--modern .footer-copy.small {
    color: rgba(15, 23, 42, 0.66) !important;
}

.event-module-variant--modern {
    --event-modern-radius: 22px;
    --event-modern-radius-sm: 16px;
    --event-modern-border: rgba(15, 23, 42, 0.08);
    --event-modern-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    --event-modern-shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
    --event-modern-surface: rgba(255, 255, 255, 0.74);
    position: relative;
}

.event-module-variant--modern :is(h1, h2, h3, h4, h5) {
    letter-spacing: -0.03em;
}

.event-module-variant--modern :is(.btn, .event-border-btn) {
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.event-module-variant--modern :is(.btn, .event-border-btn):hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.16);
}

.event-module-variant--about-event #about_event > .container,
.event-module-variant--ambassador #ambassador,
.event-module-variant--app-promo #app_promo > .container,
.event-module-variant--call-to-action #call_to_action > .container,
.event-module-variant--conference #conference > .container,
.event-module-variant--contacts #contacts > .container,
.event-module-variant--cta-block-bottom #cta_block_bottom > .container,
.event-module-variant--cta-block-top #cta_block_top > .container,
.event-module-variant--explore #explore > .container,
.event-module-variant--faq #faq > .container,
.event-module-variant--gallery #gallery > .container,
.event-module-variant--highlighted-gallery #gallery.container,
.event-module-variant--location #location > .container,
.event-module-variant--news #news > .container,
.event-module-variant--newsletter #newsletter > .container,
.event-module-variant--participants #participants,
.event-module-variant--price #price > .container,
.event-module-variant--program #program_modul > .container,
.event-module-variant--quotes #quote-page,
.event-module-variant--related-events #related_events > .container,
.event-module-variant--speakers #speakers > .container,
.event-module-variant--sponsors #sponsor_list,
.event-module-variant--text-content .text-content {
    border: 1px solid var(--event-modern-border);
    border-radius: var(--event-modern-radius);
    box-shadow: var(--event-modern-shadow);
    overflow: hidden;
}

.event-module-variant--event-menu .nav-container {
    padding-inline: 1rem;
}

.event-module-variant--event-menu .navbar {
    margin-top: 1rem;
    padding-inline: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: calc(var(--event-modern-radius) + 4px);
    background: rgba(9, 16, 31, 0.78);
    backdrop-filter: blur(18px);
    box-shadow: var(--event-modern-shadow);
}

.event-module-variant--event-menu .event-menu-links {
    gap: 0.5rem 1rem;
}

.event-module-variant--event-menu :is(.event-menu-link, .event-menu-action) {
    font-size: 0.84rem;
    letter-spacing: 0.08em;
}

.event-module-variant--hero-header .hero-bg {
    min-height: clamp(560px, 72vw, 760px);
    padding: 1rem;
    overflow: hidden;
    border-radius: 0 0 calc(var(--event-modern-radius) + 10px) calc(var(--event-modern-radius) + 10px);
}

.event-module-variant--hero-header .hero-bg picture,
.event-module-variant--hero-header .hero-header-img {
    display: block;
    width: 100%;
    height: 100%;
}

.event-module-variant--hero-header .hero-bg:after {
    background: linear-gradient(180deg, rgba(6, 10, 18, 0.18) 0%, rgba(6, 10, 18, 0.78) 100%);
}

.event-module-variant--hero-header .hero-header-text {
    max-width: min(720px, 100%);
    margin: 0 auto 1.5rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: calc(var(--event-modern-radius) - 2px);
    background: rgba(6, 10, 18, 0.42);
    backdrop-filter: blur(12px);
}

.event-module-variant--event-title .container-fluid {
    padding-inline: 1rem;
}

.event-module-variant--event-title :is(p, h1, h3, h5) {
    max-width: min(920px, 100%);
    text-align: center;
}

.event-module-variant--event-title h1 {
    font-size: clamp(2.25rem, 6vw, 4.75rem);
}

.event-module-variant--about-event #about_event > .container,
.event-module-variant--explore #explore > .container,
.event-module-variant--app-promo #app_promo > .container,
.event-module-variant--location #location > .container,
.event-module-variant--program #program_modul > .container,
.event-module-variant--text-content .text-content {
    padding-inline: clamp(1.25rem, 3vw, 2.5rem);
}

.event-module-variant--about-event .about-event-media,
.event-module-variant--explore .explore-media,
.event-module-variant--app-promo .img-cover,
.event-module-variant--location .location-module__map,
.event-module-variant--gallery .event-gallery-image,
.event-module-variant--highlighted-gallery .event-gallery-image {
    border-radius: calc(var(--event-modern-radius) - 4px);
}

.event-module-variant--about-event .about-event-meta {
    border: 1px solid var(--event-modern-border);
    border-radius: calc(var(--event-modern-radius) - 2px);
    box-shadow: var(--event-modern-shadow-soft);
}

.event-module-variant--call-to-action .early-bird-container,
.event-module-variant--cta-block-bottom .cta-block,
.event-module-variant--cta-block-top .cta-block {
    padding: 0 !important;
}

.event-module-variant--call-to-action .row,
.event-module-variant--cta-block-bottom .row,
.event-module-variant--cta-block-top .row,
.event-module-variant--newsletter .row {
    align-items: center;
}

.event-module-variant--call-to-action #call_to_action > .container,
.event-module-variant--cta-block-bottom #cta_block_bottom > .container,
.event-module-variant--cta-block-top #cta_block_top > .container,
.event-module-variant--newsletter #newsletter > .container {
    padding-inline: clamp(1.25rem, 3vw, 2.25rem);
}

.event-module-variant--newsletter .intro {
    padding-right: clamp(0rem, 2vw, 1.5rem);
}

.event-module-variant--newsletter .form-control {
    min-height: 52px;
    border-radius: 999px;
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: none;
}

.event-module-variant--news .event-card,
.event-module-variant--conference .event-card,
.event-module-variant--related-events .event-card,
.event-module-variant--price .ticket-slider .card,
.event-module-variant--faq .faq-box,
.event-module-variant--contacts .card-content,
.event-module-variant--participants .participant-slider .col-4 {
    border: 1px solid var(--event-modern-border);
    border-radius: calc(var(--event-modern-radius) - 2px);
    box-shadow: var(--event-modern-shadow-soft);
    overflow: hidden;
}

.event-module-variant--news .event-card,
.event-module-variant--conference .event-card,
.event-module-variant--related-events .event-card {
    height: calc(100% - 1.5rem);
}

.event-module-variant--news .event-card__body,
.event-module-variant--conference .event-card__body,
.event-module-variant--related-events .event-card__body {
    gap: 1rem;
    padding: 1.25rem;
}

.event-module-variant--news .category-label,
.event-module-variant--conference .category-label,
.event-module-variant--related-events .category-label {
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.14);
}

.event-module-variant--price .price-card-deck {
    gap: 1rem;
}

.event-module-variant--price .ticket-slider .card {
    margin: 0;
    padding: 0;
}

.event-module-variant--price .ticket-slider .card-header,
.event-module-variant--price .ticket-slider .card-body,
.event-module-variant--price .ticket-slider .price_btn_cont {
    padding-inline: 1.5rem;
}

.event-module-variant--price .ticket-slider .card-header {
    padding-top: 1.5rem;
}

.event-module-variant--price .ticket-slider .price_btn_cont {
    padding-bottom: 1.5rem;
}

.event-module-variant--faq .faq-box {
    margin-bottom: 1rem;
}

.event-module-variant--faq .faq-box .btn-link {
    text-decoration: none;
    padding: 1.25rem 1.5rem;
}

.event-module-variant--contacts .card-body {
    padding: 0;
}

.event-module-variant--contacts .row > div {
    display: flex;
}

.event-module-variant--contacts .card-content {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    align-items: flex-start !important;
    text-align: left;
}

.event-module-variant--speakers .speaker-slider .cp,
.event-module-variant--participants .participant-slider .col-4 {
    height: 100%;
}

.event-module-variant--speakers .speaker-slider .cp,
.event-module-variant--participants .participant-slider .col-4 {
    padding: 1rem;
}

.event-module-variant--speakers .speaker-img,
.event-module-variant--participants .participant-img {
    padding: 1rem 1rem 0;
}

.event-module-variant--speakers .speaker-name,
.event-module-variant--participants .speaker-name {
    margin-top: 1rem;
    border-radius: calc(var(--event-modern-radius) - 8px);
}

.event-module-variant--speakers .speaker-slider .cp > .mt-2,
.event-module-variant--participants .participant-slider .col-4 > .pt-2 {
    padding: 0 1rem 1.25rem;
}

.event-module-variant--participants #participants {
    width: min(100%, 1120px) !important;
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.event-module-variant--quotes #quote-page {
    gap: 0.75rem;
    max-width: 920px;
    margin: 0 auto;
    padding-inline: clamp(1.5rem, 4vw, 3rem) !important;
}

.event-module-variant--quotes #quote-page img:last-of-type {
    box-shadow: var(--event-modern-shadow-soft);
}

.event-module-variant--sponsors #sponsor_list {
    gap: 0.25rem;
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.event-module-variant--sponsors #sponsor_list a {
    min-height: 120px;
    padding: 1rem;
    border: 1px solid var(--event-modern-border);
    border-radius: calc(var(--event-modern-radius) - 6px);
    background: var(--event-modern-surface);
    box-shadow: none;
}

.event-module-variant--sponsors #sponsor_list img {
    max-width: 100%;
}

.event-module-variant--text-content .text-content {
    padding-block: clamp(1.5rem, 3vw, 2.5rem);
}

.event-module-variant--ambassador #ambassador {
    padding: 0;
}

.event-module-variant--ambassador .ambassador-content-wrapper {
    gap: clamp(1.5rem, 3vw, 2.5rem);
    padding: clamp(1.5rem, 3vw, 2.5rem) !important;
}

.event-module-variant--ambassador #text-content {
    padding-inline: 0 !important;
}

.event-module-variant--location .location-module__grid {
    gap: 0;
}

.event-module-variant--location .location-module__map {
    box-shadow: var(--event-modern-shadow-soft);
}

@media (max-width: 992px) {
    .event-module-variant--event-menu .navbar {
        margin-top: 0.75rem;
        padding-inline: 1rem;
    }

    .event-module-variant--hero-header .hero-bg {
        min-height: 500px;
        border-radius: 0 0 var(--event-modern-radius) var(--event-modern-radius);
    }

    .event-module-variant--about-event #about_event > .container,
    .event-module-variant--explore #explore > .container,
    .event-module-variant--app-promo #app_promo > .container,
    .event-module-variant--call-to-action #call_to_action > .container,
    .event-module-variant--cta-block-bottom #cta_block_bottom > .container,
    .event-module-variant--cta-block-top #cta_block_top > .container,
    .event-module-variant--location #location > .container,
    .event-module-variant--newsletter #newsletter > .container,
    .event-module-variant--program #program_modul > .container,
    .event-module-variant--text-content .text-content {
        padding-inline: 1rem;
    }

    .event-module-variant--participants #participants {
        width: calc(100% - 1.5rem) !important;
        margin-inline: auto !important;
    }
}

@media (max-width: 768px) {
    body.event-page-style--modern {
        --event-modern-shell-radius: 18px;
    }

    body.event-page-style--modern .footer {
        padding-inline: 0.75rem;
    }

    body.event-page-style--modern .footer > .container {
        padding: 1rem 1rem 0.5rem;
    }

    .event-module-variant--modern {
        --event-modern-radius: 18px;
        --event-modern-radius-sm: 14px;
    }

    .event-module-variant--hero-header .hero-header-text {
        padding: 1rem;
    }

    .event-module-variant--news .event-card,
    .event-module-variant--conference .event-card,
    .event-module-variant--related-events .event-card {
        height: auto;
    }

    .event-module-variant--contacts .card-content,
    .event-module-variant--faq .faq-box .btn-link,
    .event-module-variant--price .ticket-slider .card-header,
    .event-module-variant--price .ticket-slider .card-body,
    .event-module-variant--price .ticket-slider .price_btn_cont,
    .event-module-variant--quotes #quote-page,
    .event-module-variant--sponsors #sponsor_list {
        padding-inline: 1rem;
    }
}

/* Modern page style - stronger alternative */
body.event-page-style--modern {
    --event-modern-shell-radius: 28px;
    --event-modern-shell-shadow: 0 42px 100px rgba(15, 23, 42, 0.16);
    --event-modern-section-gap: clamp(1.25rem, 4vw, 3.5rem);
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at top left, rgba(85, 126, 255, 0.16), transparent 24%),
        radial-gradient(circle at top right, rgba(0, 189, 255, 0.12), transparent 20%),
        linear-gradient(180deg, #edf4fb 0%, #ffffff 18%, #f5f8fc 52%, #edf2f7 100%);
}

body.event-page-style--modern .content {
    flex: 1 0 auto;
}

body.event-page-style--modern .footer {
    flex-shrink: 0;
}

body.event-page-style--modern .footer > .container {
    background: rgba(255, 255, 255, 0.9);
}

.event-module-variant--modern {
    position: relative;
}

.event-module-variant--modern:not(.event-module-variant--event-menu):not(.event-module-variant--hero-header) {
    margin-block: var(--event-modern-section-gap);
    padding-inline: clamp(0.75rem, 2vw, 1.5rem);
}

.event-module-variant--modern:not(.event-module-variant--event-menu):not(.event-module-variant--hero-header)::before {
    content: "";
    position: absolute;
    inset: 1.5rem auto auto 2rem;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: var(--primary-color);
    opacity: 0.08;
    filter: blur(26px);
    pointer-events: none;
}

.event-module-variant--modern > * {
    position: relative;
    z-index: 1;
}

.event-module-variant--modern :is(p, li, .card-text, .contact-description) {
    line-height: 1.72;
}

.event-module-variant--modern :is(h1, h2) {
    font-weight: 800;
    letter-spacing: -0.05em;
}

.event-module-variant--modern :is(h3, h4, h5) {
    font-weight: 700;
    letter-spacing: -0.03em;
}

.event-module-variant--modern :is(.btn, .event-border-btn) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding-inline: 1.25rem;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.event-module-variant--modern :is(
    #about_event > .container,
    #app_promo > .container,
    #call_to_action > .container,
    #conference > .container,
    #contacts > .container,
    #cta_block_bottom > .container,
    #cta_block_top > .container,
    #explore > .container,
    #faq > .container,
    #gallery > .container,
    #location > .container,
    #news > .container,
    #newsletter > .container,
    #price > .container,
    #program_modul > .container,
    #related_events > .container,
    #speakers > .container,
    .text-content,
    #sponsor_list,
    #participants,
    #quote-page,
    #ambassador
) {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 252, 0.88) 100%);
}

.event-module-variant--modern :is(
    #about_event > .container,
    #app_promo > .container,
    #call_to_action > .container,
    #conference > .container,
    #contacts > .container,
    #cta_block_bottom > .container,
    #cta_block_top > .container,
    #explore > .container,
    #faq > .container,
    #gallery > .container,
    #location > .container,
    #news > .container,
    #newsletter > .container,
    #price > .container,
    #program_modul > .container,
    #related_events > .container,
    #speakers > .container,
    .text-content,
    #sponsor_list,
    #participants,
    #quote-page,
    #ambassador
)::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, var(--primary-color), var(--additional-color), transparent 85%);
    opacity: 0.9;
}

.event-module-variant--modern :is(
    #about_event > .container,
    #app_promo > .container,
    #call_to_action > .container,
    #conference > .container,
    #contacts > .container,
    #cta_block_bottom > .container,
    #cta_block_top > .container,
    #explore > .container,
    #faq > .container,
    #gallery > .container,
    #location > .container,
    #news > .container,
    #newsletter > .container,
    #price > .container,
    #program_modul > .container,
    #related_events > .container,
    #speakers > .container,
    .text-content,
    #sponsor_list,
    #participants,
    #quote-page,
    #ambassador
)::after {
    content: "";
    position: absolute;
    inset: auto -80px -100px auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: var(--primary-color);
    opacity: 0.08;
    filter: blur(24px);
    pointer-events: none;
}

.event-module-variant--event-menu .nav-container {
    padding-inline: clamp(0.75rem, 2vw, 1.5rem);
}

.event-module-variant--event-menu .navbar {
    max-width: 1380px;
    margin-top: 1.25rem;
    padding-inline: clamp(1rem, 2.4vw, 1.75rem);
    border-radius: 999px;
    background: rgba(8, 14, 28, 0.78);
    backdrop-filter: blur(22px) saturate(1.1);
    box-shadow: 0 28px 80px rgba(5, 10, 20, 0.26);
}

.event-module-variant--event-menu .event-menu-links {
    gap: 0.25rem 1rem;
}

.event-module-variant--event-menu :is(.event-menu-link, .event-menu-action) {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    opacity: 0.92;
}

.event-module-variant--hero-header {
    margin-top: -0.65rem;
}

.event-module-variant--hero-header .hero-bg {
    min-height: clamp(620px, 78vw, 860px);
    align-items: flex-start !important;
    justify-content: flex-end;
    padding: clamp(1rem, 2vw, 1.5rem);
    border-radius: 0 0 36px 36px;
    box-shadow: var(--event-modern-shell-shadow);
}

.event-module-variant--hero-header .hero-bg:after {
    background:
        linear-gradient(180deg, rgba(6, 10, 18, 0.08) 0%, rgba(6, 10, 18, 0.72) 62%, rgba(6, 10, 18, 0.92) 100%);
}

.event-module-variant--hero-header .hero-header-text {
    align-self: flex-start;
    width: min(760px, calc(100% - 2rem));
    margin: 0 0 2rem clamp(0.5rem, 4vw, 3.5rem);
    padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2.25rem);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: calc(var(--event-modern-radius) + 2px);
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 30px 60px rgba(5, 10, 20, 0.24);
    backdrop-filter: blur(18px);
}

.event-module-variant--hero-header .hero-header-text p {
    margin-bottom: 0.85rem !important;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.88;
}

.event-module-variant--hero-header .hero-header-text h1 {
    max-width: 10ch;
    margin-bottom: 0.5rem !important;
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 0.92;
}

.event-module-variant--hero-header .hero-header-text h3 {
    max-width: 24ch;
    font-size: clamp(1.05rem, 2.4vw, 1.55rem);
    font-weight: 500;
    line-height: 1.45;
    opacity: 0.92;
}

.event-module-variant--event-title .container-fluid {
    padding-top: 1rem;
}

.event-module-variant--event-title h1 {
    max-width: 12ch;
    margin-inline: auto;
    font-size: clamp(2.6rem, 7vw, 5.6rem);
    line-height: 0.92;
}

.event-module-variant--event-title :is(p, h3, h5) {
    max-width: 52rem;
    margin-inline: auto;
}

.event-module-variant--about-event #about_event > .container,
.event-module-variant--explore #explore > .container,
.event-module-variant--app-promo #app_promo > .container,
.event-module-variant--location #location > .container,
.event-module-variant--text-content .text-content {
    padding-block: clamp(1.75rem, 4vw, 3rem) !important;
}

.event-module-variant--about-event .about-event__content,
.event-module-variant--explore .explore__content,
.event-module-variant--app-promo .row,
.event-module-variant--location .location-module__grid {
    align-items: center !important;
    column-gap: clamp(0.5rem, 0.5vw, 0.5rem);
}

.event-module-variant--app-promo .col-lg-7 > p:first-child,
.event-module-variant--location .col-lg-4 > p:first-child {
    margin-bottom: 1rem !important;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.72;
}

.event-module-variant--about-event :is(h1, h2),
.event-module-variant--explore :is(h1, h2),
.event-module-variant--app-promo :is(h1, h2),
.event-module-variant--location :is(h1, h2),
.event-module-variant--text-content :is(h1, h2) {
    max-width: 15ch;
    margin-bottom: 1rem;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 0.94;
}

.event-module-variant--about-event .about-event-media,
.event-module-variant--explore .explore-media,
.event-module-variant--app-promo .col-lg-5 .img-cover {
    aspect-ratio: 4 / 5;
    min-height: clamp(360px, 48vw, 560px);
    border: 10px solid rgba(255, 255, 255, 0.62);
    box-shadow: 0 32px 72px rgba(15, 23, 42, 0.18);
    background: #ebf1f8;
}

.event-module-variant--about-event .about-event-media {
    transform: translateY(-18px);
}

.event-module-variant--explore .explore-media,
.event-module-variant--app-promo .col-lg-5 .img-cover {
    transform: translateY(18px);
}

.event-module-variant--about-event .about-event-meta {
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
}

.event-module-variant--about-event .about-event-meta__item {
    padding-right: 1rem;
}

.event-module-variant--location .location-module__map {
    min-height: 100%;
    border: 10px solid rgba(255, 255, 255, 0.62);
    box-shadow: 0 32px 72px rgba(15, 23, 42, 0.18);
}

.event-module-variant--location .location-module__map iframe {
    min-height: 520px;
}

.event-module-variant--news #news > .container,
.event-module-variant--conference #conference > .container,
.event-module-variant--related-events #related_events > .container,
.event-module-variant--gallery #gallery > .container,
.event-module-variant--speakers #speakers > .container,
.event-module-variant--price #price > .container,
.event-module-variant--faq #faq > .container,
.event-module-variant--contacts #contacts > .container,
.event-module-variant--newsletter #newsletter > .container,
.event-module-variant--call-to-action #call_to_action > .container,
.event-module-variant--cta-block-bottom #cta_block_bottom > .container,
.event-module-variant--cta-block-top #cta_block_top > .container {
    padding-block: clamp(1.75rem, 4vw, 3rem) !important;
}

.event-module-variant--news :is(h1, h2),
.event-module-variant--conference :is(h1, h2),
.event-module-variant--related-events :is(h1, h2),
.event-module-variant--gallery :is(h1, h2),
.event-module-variant--speakers :is(h1, h2),
.event-module-variant--price :is(h1, h2),
.event-module-variant--faq :is(h1, h2),
.event-module-variant--contacts :is(h1, h2),
.event-module-variant--newsletter :is(h1, h2) {
    font-size: clamp(2.15rem, 4vw, 3.7rem);
}

.event-module-variant--gallery .d-flex.align-items-center.justify-content-between,
.event-module-variant--news .d-flex.align-items-center.justify-content-between,
.event-module-variant--speakers .d-flex.align-items-center.justify-content-between,
.event-module-variant--related-events .conf-title {
    gap: 1rem 2rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.event-module-variant--gallery .d-flex.align-items-center.justify-content-between > div,
.event-module-variant--news p.mb-3,
.event-module-variant--related-events p.mb-3,
.event-module-variant--speakers p.mb-0,
.event-module-variant--price p.text-center,
.event-module-variant--faq .col-lg-5 > div,
.event-module-variant--newsletter .intro > p {
    max-width: 58ch;
}

.event-module-variant--news .event-card,
.event-module-variant--conference .event-card,
.event-module-variant--related-events .event-card {
    position: relative;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 246, 252, 0.92) 100%);
}

.event-module-variant--news .event-card::after,
.event-module-variant--conference .event-card::after,
.event-module-variant--related-events .event-card::after {
    content: "";
    position: absolute;
    inset: auto 1.25rem 0.9rem 1.25rem;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary-color), transparent 88%);
    opacity: 0.8;
}

.event-module-variant--news .event-card__media,
.event-module-variant--conference .event-card__media,
.event-module-variant--related-events .event-card__media {
    aspect-ratio: 5 / 4;
}

.event-module-variant--news .event-card__media img,
.event-module-variant--conference .event-card__media img,
.event-module-variant--related-events .event-card__media img,
.event-module-variant--gallery .event-gallery-image {
    transition: transform 0.6s ease, filter 0.6s ease;
}

.event-module-variant--news .event-card:hover .event-card__media img,
.event-module-variant--conference .event-card:hover .event-card__media img,
.event-module-variant--related-events .event-card:hover .event-card__media img,
.event-module-variant--gallery .event-gallery-image:hover {
    transform: scale(1.05);
    filter: saturate(1.06);
}

.event-module-variant--news .card-title,
.event-module-variant--conference .card-title,
.event-module-variant--related-events .card-title {
    font-size: 1.3rem;
    line-height: 1.15;
}

.event-module-variant--news .category-label,
.event-module-variant--conference .category-label,
.event-module-variant--related-events .category-label {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.event-module-variant--news .event-card__actions .btn,
.event-module-variant--conference .event-card__actions .btn,
.event-module-variant--related-events .event-card__actions .btn {
    width: 100%;
}

.event-module-variant--gallery .gallery-slider {
    margin-top: 1.5rem;
}

.event-module-variant--gallery .event-gallery-image {
    border: 8px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.16);
}

.event-module-variant--speakers .speaker-slider {
    margin-top: 1.5rem;
}

.event-module-variant--speakers .speaker-slider .cp {
    border: 1px solid var(--event-modern-border);
    border-radius: calc(var(--event-modern-radius) - 2px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 246, 252, 0.92) 100%);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.event-module-variant--speakers .speaker-img {
    position: relative;
    padding: 1.25rem 1.25rem 0;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.12) 0%, rgba(15, 23, 42, 0.05) 100%);
}

.event-module-variant--speakers .speaker-name {
    display: inline-flex;
    width: auto;
    margin: -1.25rem 0 0 0.9rem;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.18);
}

.event-module-variant--speakers .speaker-slider .cp > .mt-2 {
    padding: 1rem 1.25rem 1.5rem;
}

.event-module-variant--speakers .speaker-slider .cp > .mt-2 br {
    display: none;
}

.event-module-variant--price .price-card-deck {
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.event-module-variant--price .ticket-slider .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 246, 252, 0.92) 100%);
}

.event-module-variant--price .popular-price {
    border-width: 2px;
    box-shadow: 0 34px 72px rgba(15, 23, 42, 0.16);
}

.event-module-variant--price .ticket-slider .card-header {
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.event-module-variant--price .ticket-slider .card-header h5 {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.event-module-variant--price .pricing-card-title {
    font-size: clamp(2rem, 6vw, 2rem);
    line-height: 1.2;
}

.event-module-variant--price .price_btn_cont {
    margin-top: auto;
}

.event-module-variant--price .price_btn_cont .btn {
    width: 100%;
}

.event-module-variant--price .not_active {
    opacity: 0.68;
}

.event-module-variant--faq .row.justify-content-between {
    row-gap: 2rem;
}

.event-module-variant--faq .faq-box {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.event-module-variant--faq .faq-box .btn-link {
    font-size: 1.05rem;
    font-weight: 700;
}

.event-module-variant--faq .collapse .card-body {
    padding: 0 1.5rem 1.35rem;
}

.event-module-variant--faq .faq-header i {
    transition: transform 0.24s ease;
}

.event-module-variant--faq .faq-header .btn-link[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.event-module-variant--contacts .row {
    row-gap: 1.25rem;
}

.event-module-variant--contacts .card-content {
    position: relative;
    gap: 0.95rem;
    border-left: 4px solid var(--primary-color);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.event-module-variant--contacts .card-content i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.05);
}

.event-module-variant--newsletter #newsletter > .container,
.event-module-variant--call-to-action #call_to_action > .container,
.event-module-variant--cta-block-bottom #cta_block_bottom > .container,
.event-module-variant--cta-block-top #cta_block_top > .container {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(235, 241, 248, 0.95) 100%);
}

.event-module-variant--newsletter #newsletter .row,
.event-module-variant--call-to-action #call_to_action .row,
.event-module-variant--cta-block-bottom #cta_block_bottom .row,
.event-module-variant--cta-block-top #cta_block_top .row {
    row-gap: 1.5rem;
}

.event-module-variant--newsletter .intro h2,
.event-module-variant--call-to-action .early-bird-text-container small:first-child {
    max-width: 12ch;
}

.event-module-variant--newsletter .intro {
    position: relative;
    z-index: 1;
}

.event-module-variant--newsletter form {
    margin-top: 1.25rem;
}

.event-module-variant--newsletter .form-control {
    min-height: 54px;
    padding-inline: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.event-module-variant--newsletter .order-0 img {
    width: min(100%, 240px);
    padding: 1.25rem;
    border-radius: calc(var(--event-modern-radius) - 4px);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.1);
}

.event-module-variant--call-to-action .early-bird-text-container,
.event-module-variant--cta-block-bottom .cta-block,
.event-module-variant--cta-block-top .cta-block {
    position: relative;
    z-index: 1;
}

.event-module-variant--call-to-action .early-bird-text-container small:first-child {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.event-module-variant--call-to-action .early-cta-text .btn,
.event-module-variant--cta-block-bottom .btn,
.event-module-variant--cta-block-top .btn {
    min-width: min(100%, 240px);
}

.event-module-variant--sponsors #sponsor_list,
.event-module-variant--participants #participants {
    padding: clamp(1.75rem, 4vw, 3rem);
}

.event-module-variant--sponsors #sponsor_list p,
.event-module-variant--participants .participating_company-title {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.event-module-variant--sponsors #sponsor_list a,
.event-module-variant--participants #participating_companies_list a {
    min-height: 138px;
    padding: 1.25rem;
    border-width: 1px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

.event-module-variant--quotes #quote-page,
.event-module-variant--ambassador #ambassador {
    padding: clamp(1.75rem, 4vw, 3rem) !important;
}

@media (max-width: 992px) {
    .event-module-variant--modern:not(.event-module-variant--event-menu):not(.event-module-variant--hero-header) {
        padding-inline: 0.75rem;
    }

    .event-module-variant--event-menu .navbar {
        border-radius: 28px;
    }

    .event-module-variant--hero-header {
        margin-top: -0.4rem;
    }

    .event-module-variant--hero-header .hero-bg {
        min-height: 560px;
        border-radius: 0 0 28px 28px;
    }

    .event-module-variant--hero-header .hero-header-text {
        width: calc(100% - 1rem);
        margin: 0 0 1.25rem 0.5rem;
    }

    .event-module-variant--about-event .about-event-media,
    .event-module-variant--explore .explore-media,
    .event-module-variant--app-promo .col-lg-5 .img-cover {
        transform: none;
        min-height: 320px;
    }

    .event-module-variant--location .location-module__map iframe {
        min-height: 380px;
    }
}

@media (max-width: 768px) {
    body.event-page-style--modern {
        --event-modern-shell-radius: 20px;
    }

    body.event-page-style--modern .content {
        padding-bottom: 2rem;
    }

    .event-module-variant--hero-header .hero-bg {
        min-height: 500px;
        padding: 0.75rem;
    }

    .event-module-variant--hero-header .hero-header-text {
        margin: 0 0 1rem 0;
        width: 100%;
    }

    .event-module-variant--hero-header .hero-header-text h1 {
        max-width: 100%;
    }

    .event-module-variant--about-event :is(h1, h2),
    .event-module-variant--explore :is(h1, h2),
    .event-module-variant--app-promo :is(h1, h2),
    .event-module-variant--location :is(h1, h2),
    .event-module-variant--text-content :is(h1, h2) {
        max-width: 100%;
    }

    .event-module-variant--news .event-card__actions .btn,
    .event-module-variant--conference .event-card__actions .btn,
    .event-module-variant--related-events .event-card__actions .btn,
    .event-module-variant--price .price_btn_cont .btn,
    .event-module-variant--call-to-action .early-cta-text .btn,
    .event-module-variant--cta-block-bottom .btn,
    .event-module-variant--cta-block-top .btn {
        width: 100%;
        min-width: 0;
    }

    .event-module-variant--newsletter .order-0,
    .event-module-variant--call-to-action .early-bird-text-container {
        text-align: left;
    }
}

/* Modern refinement - reduce neutral panel overuse */
body.event-page-style--modern {
    --event-modern-section-border: rgba(255, 255, 255, 0.14);
    --event-modern-section-border: color-mix(in srgb, var(--text-color, #ffffff) 14%, transparent);
    --event-modern-elevated-border: rgba(255, 255, 255, 0.22);
    --event-modern-elevated-border: color-mix(in srgb, var(--text-color, #ffffff) 22%, transparent);
    --event-modern-elevated-bg: rgba(255, 255, 255, 0.12);
    --event-modern-elevated-bg: color-mix(in srgb, var(--bg-color, #0f172a) 78%, white 22%);
    --event-modern-card-bg: rgba(255, 255, 255, 0.1);
    --event-modern-card-bg: color-mix(in srgb, var(--bg-color, #0f172a) 82%, white 18%);
    --event-modern-cta-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
    --event-modern-cta-bg: linear-gradient(
        145deg,
        color-mix(in srgb, var(--bg-color, #0f172a) 86%, black 14%) 0%,
        color-mix(in srgb, var(--bg-color, #0f172a) 72%, white 28%) 100%
    );
    --event-modern-card-shadow: 0 18px 42px rgba(5, 10, 20, 0.14);
}

body.event-page-style--modern .content {
    color: inherit;
}

body.event-page-style--modern .footer > .container {
    background: rgba(255, 255, 255, 0.08);
    background: color-mix(in srgb, var(--bg-color, #0f172a) 78%, white 22%);
    border-color: var(--event-modern-elevated-border);
    box-shadow: 0 24px 52px rgba(5, 10, 20, 0.12);
}

.event-module-variant--modern:not(.event-module-variant--event-menu):not(.event-module-variant--hero-header)::before {
    opacity: 0.04;
    filter: blur(34px);
}

.event-module-variant--modern :is(
    #about_event > .container,
    #app_promo > .container,
    #conference > .container,
    #contacts > .container,
    #explore > .container,
    #faq > .container,
    #gallery > .container,
    #location > .container,
    #news > .container,
    #program_modul > .container,
    #related_events > .container,
    #speakers > .container,
    .text-content,
    #sponsor_list,
    #participants,
    #quote-page,
    #ambassador
) {
    background: transparent;
    border-color: var(--event-modern-section-border);
    box-shadow: none;
    backdrop-filter: none;
}

.event-module-variant--modern :is(
    #about_event > .container,
    #app_promo > .container,
    #conference > .container,
    #contacts > .container,
    #explore > .container,
    #faq > .container,
    #gallery > .container,
    #location > .container,
    #news > .container,
    #program_modul > .container,
    #related_events > .container,
    #speakers > .container,
    .text-content,
    #sponsor_list,
    #participants,
    #quote-page,
    #ambassador
)::before {
    height: 3px;
    opacity: 0.7;
}

.event-module-variant--modern :is(
    #about_event > .container,
    #app_promo > .container,
    #conference > .container,
    #contacts > .container,
    #explore > .container,
    #faq > .container,
    #gallery > .container,
    #location > .container,
    #news > .container,
    #program_modul > .container,
    #related_events > .container,
    #speakers > .container,
    .text-content,
    #sponsor_list,
    #participants,
    #quote-page,
    #ambassador
)::after {
    opacity: 0.035;
    filter: blur(34px);
}

.event-module-variant--newsletter #newsletter > .container,
.event-module-variant--call-to-action #call_to_action > .container,
.event-module-variant--cta-block-bottom #cta_block_bottom > .container,
.event-module-variant--cta-block-top #cta_block_top > .container,
.event-module-variant--price #price > .container {
    background: var(--event-modern-cta-bg);
    border-color: var(--event-modern-elevated-border);
    box-shadow: 0 28px 70px rgba(5, 10, 20, 0.18);
    backdrop-filter: blur(18px);
}

.event-module-variant--about-event .about-event-meta,
.event-module-variant--news .event-card,
.event-module-variant--conference .event-card,
.event-module-variant--related-events .event-card,
.event-module-variant--speakers .speaker-slider .cp,
.event-module-variant--price .ticket-slider .card,
.event-module-variant--faq .faq-box,
.event-module-variant--contacts .card-content,
.event-module-variant--sponsors #sponsor_list a,
.event-module-variant--participants #participating_companies_list a,
.event-module-variant--newsletter .order-0 img {
    background: var(--event-modern-card-bg);
    border-color: var(--event-modern-elevated-border);
    box-shadow: var(--event-modern-card-shadow);
    backdrop-filter: blur(14px);
}

.event-module-variant--news .event-card,
.event-module-variant--conference .event-card,
.event-module-variant--related-events .event-card,
.event-module-variant--speakers .speaker-slider .cp,
.event-module-variant--price .ticket-slider .card,
.event-module-variant--faq .faq-box,
.event-module-variant--contacts .card-content {
    background:
        linear-gradient(
            180deg,
            color-mix(in srgb, var(--bg-color, #0f172a) 84%, white 16%) 0%,
            color-mix(in srgb, var(--bg-color, #0f172a) 78%, white 22%) 100%
        );
}

.event-module-variant--contacts .card-content,
.event-module-variant--faq .faq-box,
.event-module-variant--news .event-card,
.event-module-variant--conference .event-card,
.event-module-variant--related-events .event-card,
.event-module-variant--speakers .speaker-slider .cp,
.event-module-variant--price .ticket-slider .card {
    border-width: 1px;
}

.event-module-variant--about-event .about-event-meta,
.event-module-variant--newsletter .order-0 img {
    background: rgba(255, 255, 255, 0.12);
    background: color-mix(in srgb, var(--bg-color, #0f172a) 80%, white 20%);
}

.event-module-variant--sponsors #sponsor_list,
.event-module-variant--participants #participants {
    border-color: transparent;
}

.event-module-variant--sponsors #sponsor_list a,
.event-module-variant--participants #participating_companies_list a {
    background: rgba(255, 255, 255, 0.08);
    background: color-mix(in srgb, var(--bg-color, #0f172a) 86%, white 14%);
    box-shadow: 0 14px 32px rgba(5, 10, 20, 0.08);
}

.event-module-variant--gallery .event-gallery-image,
.event-module-variant--about-event .about-event-media,
.event-module-variant--explore .explore-media,
.event-module-variant--app-promo .col-lg-5 .img-cover,
.event-module-variant--location .location-module__map {
    border-color: color-mix(in srgb, var(--text-color, #ffffff) 20%, transparent);
}

.event-module-variant--gallery .event-gallery-image {
    box-shadow: 0 20px 44px rgba(5, 10, 20, 0.14);
}

.event-module-variant--newsletter .form-control {
    background: rgba(255, 255, 255, 0.92);
    border-color: color-mix(in srgb, var(--text-color, #ffffff) 12%, transparent);
}

.event-module-variant--faq .faq-box,
.event-module-variant--contacts .card-content {
    box-shadow: 0 16px 36px rgba(5, 10, 20, 0.1);
}

@media (max-width: 768px) {
    .event-module-variant--newsletter #newsletter > .container,
    .event-module-variant--call-to-action #call_to_action > .container,
    .event-module-variant--cta-block-bottom #cta_block_bottom > .container,
    .event-module-variant--cta-block-top #cta_block_top > .container,
    .event-module-variant--price #price > .container {
        box-shadow: 0 18px 40px rgba(5, 10, 20, 0.14);
    }
}

/* Modern refinement - targeted fixes */
.event-module-variant--modern :is(p, li, .card-text, .contact-description, .speaker-company, .speaker-summary) {
    font-weight: 400;
}

.event-module-variant--modern :is(h1, h2) {
    font-weight: 700;
    letter-spacing: -0.04em;
}

.event-module-variant--modern :is(h3, h4, h5) {
    font-weight: 600;
}

.event-module-variant--modern :is(.btn, .event-border-btn, .category-label, .speaker-name) {
    font-weight: 600;
}

.event-module-variant--modern :is(
    .hero-header-text p,
    #about_event p.m-0,
    #explore p.m-0,
    #app_promo p.m-0,
    #location p.m-0,
    #newsletter .intro p,
    #news p.mb-3,
    #gallery .d-flex.align-items-center.justify-content-between > div,
    #related_events p.mb-3,
    #faq .col-lg-5 > div
) {
    letter-spacing: 0;
}

.event-module-variant--hero-header .hero-bg:after {
    background: none;
}

.event-module-variant--hero-header .hero-header-text {
    background: rgba(8, 14, 28, 0.42);
}

.event-module-variant--hero-header .hero-header-text h1 {
    font-size: clamp(2.7rem, 7vw, 5rem);
    font-weight: 700;
}

.event-module-variant--hero-header .hero-header-text h3 {
    font-weight: 400;
}

.event-module-variant--about-event :is(h1, h2),
.event-module-variant--explore :is(h1, h2),
.event-module-variant--app-promo :is(h1, h2),
.event-module-variant--location :is(h1, h2),
.event-module-variant--text-content :is(h1, h2) {
    font-size: clamp(2.15rem, 4.4vw, 3.7rem);
    font-weight: 700;
}

.event-module-variant--news :is(h1, h2),
.event-module-variant--conference :is(h1, h2),
.event-module-variant--related-events :is(h1, h2),
.event-module-variant--gallery :is(h1, h2),
.event-module-variant--speakers :is(h1, h2),
.event-module-variant--price :is(h1, h2),
.event-module-variant--faq :is(h1, h2),
.event-module-variant--contacts :is(h1, h2),
.event-module-variant--newsletter :is(h1, h2) {
    font-size: clamp(1.9rem, 3.6vw, 3rem);
    font-weight: 700;
}

.event-module-variant--about-event .about-event-media,
.event-module-variant--explore .explore-media {
    aspect-ratio: 5 / 4;
    max-width: min(100%, 430px);
    min-height: 0;
    transform: none;
}

.event-module-variant--app-promo .col-lg-5 .img-cover {
    aspect-ratio: 5 / 4;
    max-width: min(100%, 380px);
    min-height: 0;
    transform: none;
}

.event-module-variant--about-event .about-event-media,
.event-module-variant--explore .explore-media,
.event-module-variant--app-promo .col-lg-5 .img-cover {
    box-shadow: 0 22px 48px rgba(5, 10, 20, 0.16);
}

.event-module-variant--app-promo .d-lg-none.img-cover {
    display: block;
    width: min(100%, 320px) !important;
    height: auto !important;
    margin: 1rem 0 0;
}

.event-module-variant--speakers .speaker-copy {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.event-module-variant--speakers .speaker-position {
    font-weight: 600;
    line-height: 1.35;
}

.event-module-variant--speakers .speaker-company {
    line-height: 1.45;
    opacity: 0.88;
}

.event-module-variant--speakers .speaker-summary {
    margin-top: 0.5rem;
}

.event-module-variant--sponsors {
    overflow: hidden;
}

.event-module-variant--sponsors #sponsor_list {
    max-width: min(100%, 1320px);
    margin-inline: auto;
    overflow: hidden;
}

.event-module-variant--sponsors #sponsor_list::before {
    inset: 0 0 auto 0;
}

@media (max-width: 992px) {
    .event-module-variant--about-event .about-event-media,
    .event-module-variant--explore .explore-media,
    .event-module-variant--app-promo .col-lg-5 .img-cover {
        max-width: min(100%, 360px);
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 768px) {
    .event-module-variant--hero-header .hero-header-text {
        background: rgba(8, 14, 28, 0.36);
    }

    .event-module-variant--about-event .about-event-media,
    .event-module-variant--explore .explore-media,
    .event-module-variant--app-promo .col-lg-5 .img-cover,
    .event-module-variant--app-promo .d-lg-none.img-cover {
        max-width: min(100%, 320px);
        aspect-ratio: 4 / 3;
    }

}

/* Modern refinement - sticky nav, font source, subpages */
body.event-page-style--modern,
body.event-page-style--modern .content,
body.event-page-style--modern :is(
    h1, h2, h3, h4, h5,
    p, li, a, button, input, select, textarea,
    .agenda-title, .agenda-time, .agenda-type, .speaker-name, .speaker-position, .speaker-company
) {
    font-family: var(--primary-font);
}

body.event-page-style--modern :is(
    .event-menu-link,
    .event-menu-action,
    .event-menu-language,
    .event-border-btn,
    .event-btn,
    .event-btn-additional,
    .speaker-position,
    .speaker-company,
    .agenda-time,
    .agenda-type,
    .agenda-ear button,
    #rooms-tab button,
    .footer-copy,
    .sponsor-title,
    .participating_company-title
) {
    font-family: var(--secondary-font);
}

body.event-page-style--modern .event-module-variant--event-menu {
    position: sticky;
    top: 0;
    z-index: 1100;
    padding-top: 0.35rem;
}

body.event-page-style--modern .event-module-variant--event-menu .nav-container {
    padding-top: 0.15rem;
    padding-bottom: 0.35rem;
    background: linear-gradient(180deg, rgba(5, 10, 20, 0.34), rgba(5, 10, 20, 0));
}

body.event-page-style--modern .event-module-variant--event-menu .navbar {
    margin-top: 0;
}

.event-module-variant--explore .explore-media {
    display: inline-flex;
    width: auto;
    max-width: min(100%, 360px);
    aspect-ratio: auto;
    max-height: 320px;
    align-self: flex-start;
}

.event-module-variant--explore .explore-img {
    width: auto;
    max-width: 100%;
    max-height: 320px;
    height: auto;
    object-fit: contain;
}

@media (min-width: 768px) {
    .event-module-variant--app-promo .app-promo__media-col.d-none.d-lg-block {
        display: flex !important;
        flex: 0 0 min(40%, 380px);
        max-width: 380px;
        align-items: center;
        justify-content: flex-end;
    }

    .event-module-variant--app-promo .app-promo__text-col {
        flex: 1 1 0;
        max-width: none;
    }

    .event-module-variant--app-promo .app-promo__media-mobile {
        display: none !important;
    }

    .event-module-variant--about-event .about-event__content,
    .event-module-variant--explore .explore__content {
        flex-wrap: nowrap;
    }

    .event-module-variant--about-event .about-event__content > :first-child {
        order: 2;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .event-module-variant--about-event .about-event__content > :last-child {
        order: 1;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .event-module-variant--explore .explore__content > :first-child {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .event-module-variant--explore .explore__content > :last-child {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .event-module-variant--about-event .about-event-media--image,
    .event-module-variant--explore .explore-media.d-none.d-lg-block {
        display: block !important;
    }
}

.event-module-variant--speakers .speaker-slider .slick-track {
    display: flex !important;
}

.event-module-variant--speakers .speaker-slider .cp {
    margin: 1rem;
    height: 100%;
}

body.event-page-style--modern .content > #sponsor_list {
    position: relative;
    width: min(1320px, calc(100% - 1.5rem));
    margin-inline: auto;
    border: 1px solid var(--event-modern-section-border);
    border-radius: calc(var(--event-modern-radius) + 4px);
    overflow: hidden;
}

body.event-page-style--modern .content > #sponsor_list::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--additional-color), transparent 88%);
    opacity: 0.72;
}

body.event-page-style--modern .content > #sponsor_list > .sponsor-list__inner {
    width: 100%;
    max-width: none;
}

body.event-page-style--modern#page_event-agenda .content > .container-fluid.dark-bg,
body.event-page-style--modern#page_speaker-profile .content > .container-fluid.dark-bg {
    padding-bottom: 2rem !important;
}

body.event-page-style--modern#page_event-agenda .agenda-tabs,
body.event-page-style--modern#page_event-agenda .tab-content.container {
    width: min(1180px, 96%);
    margin-inline: auto;
}

body.event-page-style--modern#page_event-agenda .agenda-tabs {
    margin-top: 1rem;
    padding: 0.85rem;
    border: 1px solid var(--event-modern-elevated-border);
    border-radius: calc(var(--event-modern-radius) + 2px);
    background: color-mix(in srgb, var(--bg-color, #0f172a) 84%, white 16%);
    box-shadow: 0 18px 42px rgba(5, 10, 20, 0.12);
}

body.event-page-style--modern#page_event-agenda .tab-content.container,
body.event-page-style--modern#page_event-agenda #rooms-tabContent,
body.event-page-style--modern#page_event-agenda #rooms-tabContent > .tab-pane,
body.event-page-style--modern#page_event-agenda #rooms-tabContent > .tab-pane > .w-100.pb-5,
body.event-page-style--modern#page_event-agenda .room_info {
    background: transparent !important;
    box-shadow: none !important;
}

body.event-page-style--modern#page_event-agenda .agenda-item {
    margin-bottom: 1.25rem;
    padding: 0 0 1.25rem;
    border: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--text-color, #0f172a) 14%, transparent);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.event-page-style--modern#page_event-agenda .agenda-item .agenda-title {
    padding-left: 1.25rem;
}

body.event-page-style--modern#page_event-agenda .room_info,
body.event-page-style--modern#page_event-agenda #rooms-tabContent > .tab-pane > .w-100.pb-5 {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

body.event-page-style--modern#page_event-agenda .room_info .title,
body.event-page-style--modern#page_event-agenda #rooms-tabContent .atitle {
    margin-bottom: 0.75rem;
}

body.event-page-style--modern#page_speaker-profile .content > .container.fade-in.mt-5,
body.event-page-style--modern#page_speaker-profile .content > .container.m-auto.mt-5 {
    width: min(1160px, 94%);
}

body.event-page-style--modern#page_speaker-profile .content > .container.fade-in.mt-5 .row {
    row-gap: 1.5rem;
}

body.event-page-style--modern#page_speaker-profile .speaker-details {
    width: min(1120px, 100%);
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    gap: 1.5rem;
}

body.event-page-style--modern#page_speaker-profile .speaker-details .ps-5,
body.event-page-style--modern#page_speaker-profile .speaker-details .grid-offset {
    padding-left: 0 !important;
}

body.event-page-style--modern#page_speaker-profile .speaker-details .grid-offset {
    padding-top: 1.5rem !important;
    border-top: 1px solid color-mix(in srgb, var(--text-color, #0f172a) 16%, transparent);
}

body.event-page-style--modern#page_speaker-profile .speaker-back {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    body.event-page-style--modern#page_event-agenda .agenda-item .agenda-title {
        padding-left: 0.85rem;
    }
}

@media (max-width: 768px) {
    body.event-page-style--modern .event-module-variant--event-menu {
        padding-top: 0;
    }

    body.event-page-style--modern .event-module-variant--event-menu .nav-container {
        padding-bottom: 0;
    }

    .event-module-variant--explore .explore-media,
    .event-module-variant--explore .explore-img {
        max-width: min(100%, 320px);
        max-height: 280px;
    }

    .event-module-variant--speakers .speaker-slider .cp {
        margin: 0.75rem;
    }

    body.event-page-style--modern .content > #sponsor_list {
        width: calc(100% - 1rem);
    }

    body.event-page-style--modern#page_speaker-profile .speaker-details {
        padding: 1rem;
    }
}

.event-module-variant--about-event .module-eyebrow,
.event-module-variant--explore .module-eyebrow {
    margin-bottom: 1rem !important;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    opacity: 0.72;
}

/* Modern refinement - speaker cards */
.event-module-variant--speakers .speaker-slider {
    margin-top: 1.75rem;
}

body.event-page-style--modern .speaker-list-grid {
    margin-top: 1.75rem;
}

.event-module-variant--speakers .speaker-slider .slick-list {
    margin-inline: -0.75rem;
    overflow: visible;
}

.event-module-variant--speakers .speaker-slider .slick-track {
    display: flex !important;
    align-items: flex-start;
}

.event-module-variant--speakers .speaker-slider .cp {
    display: flex !important;
    flex-direction: column;
    margin: 1rem;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    height: auto;
}

body.event-page-style--modern .speaker-list-item {
    display: flex !important;
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    height: auto;
}

body.event-page-style--modern .speaker-list-item .speaker-summary {
    max-width: none;
}

.event-module-variant--speakers .speaker-img,
body.event-page-style--modern .speaker-list-item .speaker-img {
    position: relative;
    padding: 0 !important;
    background: transparent !important;
    overflow: visible !important;
}

.event-module-variant--speakers .speaker-image,
body.event-page-style--modern .speaker-list-item .speaker-image {
    display: block;
    width: 100%;
    border: 1px solid color-mix(in srgb, var(--text-color, #0f172a) 12%, transparent);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.14);
    background: color-mix(in srgb, var(--bg-color, #0f172a) 88%, white 12%);
}

.event-module-variant--speakers .speaker-name,
body.event-page-style--modern .speaker-list-item .speaker-name {
    position: relative;
    z-index: 2;
    align-self: flex-start;
    display: inline-flex;
    width: auto;
    margin: -1rem 0 0 1rem;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
}

.event-module-variant--speakers .speaker-copy,
body.event-page-style--modern .speaker-list-item .speaker-copy {
    gap: 0.4rem;
    padding: 1rem 0 0 !important;
}

.event-module-variant--speakers .speaker-copy > p,
body.event-page-style--modern .speaker-list-item .speaker-copy > p {
    margin: 0;
    padding-inline: 0 !important;
}

.event-module-variant--speakers .speaker-position,
.event-module-variant--speakers .speaker-company,
body.event-page-style--modern .speaker-list-item :is(.speaker-position, .speaker-company) {
    display: block;
}

.event-module-variant--speakers .speaker-position,
body.event-page-style--modern .speaker-list-item .speaker-position {
    margin-bottom: 0.2rem;
    opacity: 1;
}

.event-module-variant--speakers .speaker-company,
body.event-page-style--modern .speaker-list-item .speaker-company {
    opacity: 0.82;
}

.event-module-variant--speakers .speaker-summary,
body.event-page-style--modern .speaker-list-item .speaker-summary {
    max-width: 30ch;
}

@media (max-width: 768px) {
    .event-module-variant--speakers .speaker-slider .slick-list {
        margin-inline: -0.35rem;
    }

    .event-module-variant--speakers .speaker-slider .cp {
        margin: 0.75rem;
    }

    body.event-page-style--modern .speaker-list-item {
        margin: 0 !important;
    }

    .event-module-variant--speakers .speaker-name,
    body.event-page-style--modern .speaker-list-item .speaker-name {
        margin-left: 0.75rem;
    }
}

.event-module-variant--hero-header .hero-layout--full-width.hero-bg {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    background: var(--bg-color);
    border-radius: 0;
    box-shadow: none;
}

.event-module-variant--hero-header .hero-layout--full-width > picture {
    position: absolute;
    inset: 0 auto 0 50%;
    width: min(100vw, 1920px);
    height: 100%;
    transform: translateX(-50%);
}

.event-module-variant--hero-header .hero-layout--full-width.hero-bg:after {
    border-radius: 0;
}

.event-module-variant--hero-header .hero-layout--full-width .hero-header-text {
    align-self: center;
    width: min(1200px, 100%);
    margin: 0 auto clamp(1rem, 4vw, 2.5rem);
    padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2.25rem);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: calc(var(--event-modern-radius) + 2px);
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 30px 60px rgba(5, 10, 20, 0.24);
    backdrop-filter: blur(18px);
}

.event-module-variant--hero-header .hero-layout--full-width .hero-header-text h1,
.event-module-variant--hero-header .hero-layout--full-width .hero-header-text h3,
.event-module-variant--hero-header .hero-layout--full-width .hero-header-text p {
    max-width: min(820px, 100%);
}

@media (max-width: 768px) {
    .event-module-variant--hero-header .hero-layout--full-width .hero-header-text {
        width: 100%;
        margin: 0 auto 1rem;
        padding-inline: 1rem;
    }
}
