

p.top-header {

	color: #2C2C2C;
	font-family: "Adobe Clean";
	font-size: 50px;
	font-style: normal;
	font-weight: 900;
	line-height: 90%;
	letter-spacing: -1px;
}

p.md-copy {
	color: #2C2C2C;
	font-family: 'Adobe Clean';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 143%;
}

p.sm-copy {
	color: #2C2C2C;
	font-family: 'Adobe Clean';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 143%;
}

p.md-header {
	color: #2C2C2C;
	font-family: "Adobe Clean";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
}

p.lg-header {
	font-family: 'Adobe Clean';
	font-size: 34px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%;
}

.experience-copy p.lg-header {
    max-width: 500px;
}

.experience-copy {
    max-width: 515px;
}

a.mdBtnR-primary, a.mdBtnR-outline-primary {
    background-color: #3B63FB;
    border-color: #3B63FB !important;
    border-radius: 24px !important;
    color: white !important;
}

a.mdBtnR.mdBtnR-primary span {
    color: white !important;
}

.header-text-container {
    max-width: 580px;
}

.hero-container {
    margin-left: max(24px, calc((100vw - 1280px) / 2)) !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;

}

.total-results-count {
    display: none;
}

.search-bar {
    display: none;
}

#rf-catalog {
    background:transparent!important;
}

#rf-catalog .search-container.top-filters .search-content, .section-title {    
    max-width: 1280px;
    margin :auto!important;
}

h2.section-title {
    padding-left: 20px;
}

.venue-info-container .element-container.has-background {
    padding: 50px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

#rf-content a.mdBtnR.mdBtnR-primary span.mdBtnR-text {
    padding-top: 5px;
}

.video-container .flex-box-section,
.venue-info-container .flex-box-section {
    align-items: center;
}

.search-results {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.search-results > li {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 0px solid transparent !important;
    background: #F5F5F5 !important;
    border-radius: 16px !important;
}

.catalog-result-title.session-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.catalog-result-title .title-text {
  font-size: 1.25rem;
  font-weight: 600;
}

.badge {
    border-radius: 5px !important;
    background: #D9D9D9 !important;
    border-color: #D9D9D9 !important;
    color: black !important;
    font-size: 18px !important;
    padding: 3px 12px 2px 12px !important;
}

.session-list .rf-tile-footer {
    width: 88%;
}

.catalog-result-title.session-title.rf-simple-flex-frame a {
    text-decoration: none !important;
}

.catalog-result-title.session-title.rf-simple-flex-frame .title-text {
        color: black;

}

#special-div > div > div > div.flex-box-section-full.hero-container.atomic.atomic-element.pl-\[0px\] > div > div > div > div > div > div > div:nth-child(2) {
    position: relative;
    overflow: hidden;
}

#special-div > div > div > div.flex-box-section-full.hero-container.atomic.atomic-element.pl-\[0px\] > div > div > div > div > div > div > div:nth-child(2) .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#special-div > div > div > div.flex-box-section-full.hero-container.atomic.atomic-element.pl-\[0px\] > div > div > div > div > div > div > div:nth-child(2) > * {
    position: relative;
    z-index: 1;
}

span.mdBtnR-text {
    text-transform: initial;
}

.venue-info-container img {
    min-height: 460px;
    width: auto;
    object-fit: cover;
    border-radius: 16px;
}

@media (max-width: 900px) {
  .search-results {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
}

@media (max-width: 600px) {
  .search-results {
    gap: 1rem;
    padding: 0 0.75rem;
  }
  .search-results > li {
    padding: 1rem;
  }
}

@media (min-width: 1440px) {
  .search-results {
    gap: 3rem;
    padding: 0 2rem;
  }
}

@media (min-width: 1024px) {
    .rf-tile-container .rf-tile-wrapper {
        width: 50%;
    }
}

.flex-box-section-full.video-container.has-background.atomic.atomic-element.bg-size-cover.bg-position-center.bg-repeat-no-repeat {
    padding-top: 85px;
    padding-bottom: 85px;
    background-position: bottom;
}



/* placeholder for video in experience the future section */ 
#special-div > div > div > div.flex-box-section-full.video-container.has-background.atomic.atomic-element.bg-size-cover.bg-position-left.bg-repeat-no-repeat > div > div > div > div > div > div > div:nth-child(1) > div > div > div > div > div > img {
    max-width: 566px;
    margin: auto;
}





       .js-carousel-wrapper {
            position: relative;
            max-width: 1350px;
            margin: 0 auto;
            padding: 20px 50px;
            box-sizing: border-box;
        }

        .js-carousel-viewport {
            overflow: hidden;
            width: 100%;
        }

        .js-carousel-track {
            display: flex !important;
            flex-wrap: nowrap !important;
            gap: 25px;
            transition: transform 0.4s ease-in-out;
            justify-content: flex-start !important;
            margin: 0 !important;
            width: max-content;
        }

        .js-carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: white;
            border: 1px solid #ddd;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            transition: all 0.2s ease;
        }

        .js-carousel-btn:hover {
            background-color: #f0f0f0;
            box-shadow: 0 6px 8px rgba(0,0,0,0.15);
        }

        .js-carousel-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
            background-color: #f9f9f9;
        }

        .js-carousel-btn.prev { left: 5px; }
        .js-carousel-btn.next { right: 5px; }

        .js-carousel-btn svg {
            width: 24px;
            height: 24px;
            fill: #333;
        }

        .speaker-tile-container {
            flex-shrink: 0 !important;
            margin: 0 !important;
            width: 294px; 
        }
        
        @media (max-width: 650px) {
            .js-carousel-wrapper {
                padding: 20px 30px;
            }
            .js-carousel-btn {
                width: 32px;
                height: 32px;
            }
            .js-carousel-btn.prev { left: 0px; }
            .js-carousel-btn.next { right: 0px; }
        }




.flex-box-section-full.speaker_container.has-background.atomic.atomic-element.bg-position-top.bg-size-cover {
    padding-bottom: 0px;
}

.flex-box-section-full.speaker_container.atomic.atomic-element.bg-position-center.bg-repeat-no-repeat.bg-size-contain {
    padding-top: 0px;
}



.header-text-container {
    padding-top:80px;
    background-color: white;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; 
}

p.top-header {
    color: var(--C1-Text-text, #2C2C2C);
    text-align: center;
    font-family: "Adobe Clean";
    font-size: 46px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%;
    letter-spacing: -1px;
    max-width: 950px;
    margin: auto;
}

.spacing-height-32 {
    background: #fff;
}

p.top-sub-head {
    margin-bottom: 0px;
    color: #2C2C2C;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    padding-top: 10px;
}


.rf-flex-frame.rf-flex-horizontal-center {
    background: #fff;
}

/*.atomic.bg-position-top {
    background-position: center calc(50% - 50px)!important;
}*/

.targeted-agenda-headline h2 {
    text-align: center;
    font-family: "Adobe Clean";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 125%; /* 45px */
}

/*.grid-targeted-agenda .rf-tile-container {
    gap:20px;
}*/

/*.rf-tile-body {
    display: none;
}*/

.rf-tile-footer {
    padding: 0px !important;
}

.rf-tile.exhibitor-tile.undefined {
    /*padding: 30px 33px;*/
    background: #F5F5F5;
    border: 0px solid transparent;
    border-radius: 16.8px;
}


.rf-tile-banner {
    background-color: #fff;
    border-radius: 16.8px !important;
}

.rf-tile-banner img {
    padding:53px 30px;
}

.attendee-tile-image {
    border-radius: 15px 15px 0px 0px;
    width: 294px!important;
    height: 220px!important;
    max-width: 294px !important;
    max-height: 220px !important;
}

.speaker-tile-container {
    margin: 0px !important;
    width: 294px;
}

.attendee-tile {
    padding: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 13%, rgba(38, 38, 38, 1) 13%);
    border-radius: 15px;
    border: 0px solid transparent !important;
}

button.attendee-tile-name {
    color: white ! Important;
    text-align: left;
    padding: 10px 20px 0px 20px !important;
    font-size: 22.476px !important;
    line-height: 125% !important;
}

p.attendee-tile-role span {
    color: white;
    font-size: 14.984px;
    line-height: 150%;
}

p.attendee-tile-role {
    text-align: left !important;
    padding: 0px 20px 0px 20px;
}




div#rf-catalog {
    background: transparent;
}

nav.search-filters {
    background: #F5F5F5;
    padding: 0px 20px 0px 20px;
    border-radius: 16px;
    margin-left:0px!important;
}

.search-container.rf-flex-frame.left-filters-search {
    max-width: 1400px !important;
}

.search-content {
    padding-left: 28px !important;
    padding-right: 0px !important;
}

button.attendee-tile-name {
    pointer-events: none;
    text-decoration: none;
}

.speaker-tile-container {
    pointer-events: none;
}





.rf-tile-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 25px;
    max-width: 1400px;
}

.top-leaders .rf-tile-container {
    justify-content: center;
}

.rf-tile-container .rf-tile-wrapper {
    width: 450px !important;
    flex: 0 0 450px !important;
    padding: 0;
    background-color: transparent;
    transition: width 0.3s ease, flex-basis 0.3s ease;
}

.rf-tile-container .rf-tile {
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 16.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 30px 0px;

}

.rf-tile-container .rf-tile .rf-tile-banner {
    width: 383px;
    height: 218px;
    background-color: #fff;
    border-radius: 16.8px;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: width 0.3s ease, height 0.3s ease;
}

.rf-tile-container .rf-tile .rf-tile-banner img {
    position: static;
    width: auto;
    height: auto;
    max-width: 350px;
    max-height: 100%;
}

@media (max-width: 500px) {
    .rf-tile-container .rf-tile-wrapper {
        width: 90% !important;
        flex: 0 0 90% !important;
    }

    /* Calculate aspect ratio based on original size: 
       383px / 218px = approx 1.75
    */
    .rf-tile-container .rf-tile .rf-tile-banner {
        width: 85%;
        height: auto;
        aspect-ratio: 383 / 218; 
    }
    
    .rf-tile-container .rf-tile .rf-tile-banner img {
        max-width: 90%;
        padding:7px;
    }
}


.search-container.rf-flex-frame.left-filters-search {
    background-color: white;
    padding: 25px;
    /*border-radius: 20px;*/
}

.top-leaders .rf-flex-frame.rf-flex-horizontal-center {
    background: transparent;
}





/*[data-type="exhibitorList"] .rf-tile-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 200px));
  gap: 15px;
  width: 100% !important;
  max-width: 100% !important;
  justify-content: start;
}

[data-type="exhibitorList"] .rf-tile-wrapper {
  width: 100% !important;
  max-width: 200px !important;
  flex-basis: auto !important;
}

[data-type="exhibitorList"] .rf-tile {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

[data-type="exhibitorList"] .rf-tile-banner {
  width: 100% !important;
  height: auto !important;
  min-height: 130px;
  border-radius:8px;
}

[data-type="exhibitorList"] .rf-tile-banner img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  padding: 10px !important;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  [data-type="exhibitorList"] .rf-tile-container {
    grid-template-columns: minmax(0, 200px);
  }
}*/

.sponsor-section .flex-box-section {
    align-items: center;
    
}

.spacing-height-32 {
    background: transparent;
}

.justification-section .rf-banner {
    gap: 50px;
}

p#justify-header {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.justification-section a.mdBtnR.mdBtnR-outline-primary {
    background-color: transparent;
    border-color: #fff !important;
    border-radius: 25px !important;
    color: #fff !important;
}

.justification-section a.mdBtnR.mdBtnR-outline-primary span {
    color: white !important;
}



        .logo-card {
            background-color: #ffffff;
            border-radius: 16px;
            padding: 32px;
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        }

        .logo-card img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }
        
        
        
                .rf-tile-avatars {
            display: flex;
            gap: 12px;
            padding: 20px;
        }

        .rf-tile-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 2px solid #fff;
            padding: 0;
            overflow: hidden;
            cursor: pointer;
            background: #ddd;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            transition: transform 0.2s;
        }

        .rf-tile-avatar:hover {
            transform: scale(1.05);
        }

        .rf-tile-avatar-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
        }
        
        .rf-card.my-survey-list-card .card-header {
    padding: 15px 0px 0px;
}

.rf-card.my-survey-list-card .card-body {
    padding: 5px 15px 15px;
}

.room-info-details.mbtm-16 {
    border: 1px solid var(--rf-brand-color-border);
    padding: 13px;
    margin-bottom: 0px !important;
    border-radius: 4px;
}

.room-info-up-next {
    border-radius: 4px;
}