:root {
  --zerotrust: #4376F4;
  --sase: #9D2C2E;
  --TI: #4BA1AF;
  scroll-behavior: auto;
}




h1,h3,h2,ul,p,h4,form {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

*,*::before,*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  padding: 0%;
  margin: 0%;
}

body {
  padding: 0%;
  margin: 0%;
}

.a-object {
  width: fit-content;
}

.menu-window {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  width: 450px;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  border-right: 1px solid #bfbfbf;
  background-color: white;
  padding: 40px 0px 0px 50px;
  z-index: 11190;
}

#menu-window a {
  text-decoration: none;
}

#menu-window ul li {
  list-style: none;
  margin-left: 50px;
}

#menu-window h4 {
  font-family: Lato;
  font-weight: 500;
  font-size: 30px;
}

.securitychampions {
max-width: 1400px;
margin: 0 auto;
margin-bottom: 50px;
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.securitychampions-track {
  position: relative;
  overflow: hidden;
  max-width: 450px;      /* Contenedor limitado a 500px */
  margin: 0 auto;
  border-radius: 5px;
  color: white;
  margin-top: 100px;
  border: solid 1px black;
  border-radius: 10px;
padding: 0px 10px 0px 10px;
  background-color: white;
  border: solid 2px #FF4801;
}

.frame{
margin: 0 auto;
}

.portair-play {
position: relative;
}


.portair-play a{
position: relative;

}


.presenter-pic-container {
    filter: grayscale(100%);
}

.marquee {
transition: all 0.3s ease-in-out; 
}
.marquee:hover {
scale: 1.02;

}

.marquee span {
  font-size: 1.5rem;
  line-height: 50px;     /* Centrado vertical del texto */
  white-space: nowrap;
  padding-right: 50px;   /* Espacio entre repeticiones */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Mueve la anchura de una copia de texto (que es el 50% del ancho total de .marquee) */
    transform: translateX(-50%);
  }
}



img {
width: 100%;
}
.panel-frame-image-container {
max-width: 400px;
overflow: hidden;
border-radius: 10px ;
}


.panel-description {
font-family: azo-sans-web;
max-width: 400px;
padding-top: 10px;
font-size: 16px;
line-height: 20px;
}


.menu-list-top {
  display: flex;
  flex-direction: column;
  /* padding-top: 50px;
     */
  padding-bottom: 10px;
  gap: 5px;
  list-style-type: disc;
}

.menu-list-top a {
  color: black;
  font-size: 30px;
  font-family: Lato;
}

.menu-window .menu-list-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-family: monserrat;
  gap: 5px;
}

.menu-list-bottom a {
  font-family: montserrat;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  list-style-type: disc;
}

.menu-list-bottom .cat-colors-te {
  border-left: 7px solid #4AA1AF;
  padding-left: 8px;
}

.menu-list-bottom .cat-colors-cs {
  border-left: 7px solid #1737B6;
  padding-left: 8px;
}

.menu-list-bottom .cat-colors-zt {
  border-left: 7px solid #3178F9;
  padding-left: 8px;
}

.menu-list-bottom .cat-colors-id {
  border-left: 7px solid #933C30;
  padding-left: 8px;
}

.menu-list-bottom .cat-colors-sec {
  border-left: 7px solid #7B978B;
  padding-left: 8px;
}

.menu-list-login-reg {
  display: flex;
  flex-direction: column;
  font-family: monospace;
  font-size: 20px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px #bfbfbf solid;
  height: 250px;
}

.privacy-btn {
  color: #bfbfbf;
  font-size: 16px;
  font-family: montserrat;
  letter-spacing: 1;
  margin-top: 40px;
}

/* .header-menu {
     display: flex;
     background-color: rgb(21, 20, 20);
     list-style: none;
     padding: 0%;
     margin: 0px;
     border-radius: 10px;
     border: solid 1px red;
}
 */

#menu-box {
  display: flex;
  align-items: center;
  padding-right: 100px;
  gap: 50px;
}

#menu-box a {
  text-decoration: none;
  color: rgb(4, 4, 4);
  text-decoration: none;
  letter-spacing: 0;
  color: black;
  text-align: left;
  font-weight: 800;
  font-size: 21;
  letter-spacing: 0px;
  font-family: montserrat;
}

header .tdf-header-logo img {
  width: 250px;
  padding-top: 11px;
}

header {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  justify-content: space-between;
  position: static;
  top: 0;
  z-index: 12;
}

/* .right-box-menu {
  display: flex;
flex-wrap: wrap;
  max-width: 800px;
  justify-content: center;
  align-items: center;
} */

.agenda-color {
  color: #F98427;
  padding-top: 3px;
}

.input-elm2 {
border: solid 1px transparent;
}

.plus-red {
  position: relative;
  color: #FF0200;
  font-size: 30px;
  top: 3px;
}

.plus-blue {
  position: relative;
  color: #0093FF;
  font-size: 30px;
  top: 3px;
}

.ul-menu {
  display: flex;
  list-style-type: none;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}


.ul-menu li {
  text-align: right;
  font: normal normal bold 16px/28px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding: 27px 27px 27px 27px;
  color: #000000;
  opacity: 1;
  border-left: 1px solid #8A8A8A;
}

.header-content {
  display: flex;
  
}

.menu-tab {
  align-content: center;
}

.orange-box-container {
  display: flex;
}

.orange-box {
  background-color: #FF921E;
}

.orange-box h2 {
  font-family: azo-sans-web;
  font-size: 40px;
  font-weight: bold;
  color: white;
  padding: 0px 5px 0px 5px;
  margin: 0px !important;
}

.header-container {
background-color: black;


}



#main-header {
  position: sticky;
background-color: black;
max-width: 1600px;
margin: 0 auto;
padding: 20px 0px 20px 0px;
}

.view-topics-container {
align-content: center;
}


.header-menu-right {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  font: normal normal bold 22px/27px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
}

.menu-btn {
  display: inherit;
  border-right: 1px solid #8A8A8A;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.menu-btn p {
  padding: 0px 20px 0px 20px;
}



.bottom-menu {
  border: solid 1px white;
  padding: 30px 80px 30px 80px;
  background-color: white;
  margin-top: auto;
}

.menu-bottom {
  display: flex;
  color: #043766;
  gap: 60px;
}

.menu-bottom li {
  font-family: azo-sans-web;
  font-weight: bold;
}

.register-box {
  display: flex;
  margin-left: auto;
  margin-right: 5%;
  gap: 15px;
  font-family: montserrat;
  margin-top: 3px;
}

.register-box a {
  text-decoration: none;
  text-align: center;
}

.register-header-btn {
  width: 234px;
  height: 34px;
  color: black;
  background-image: linear-gradient(90deg, #FF4800 0%, #FFB300 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: .4s;
  font-family: montserrat;
  font-weight: 600;
  border-radius: 10px;
  line-height: 34px;
  border: solid 1px transparent;
  font-size: 14px;
  border: solid 1px rgb(166, 163, 163);
}

.register-header-btn:hover {
  background-size: 100% 100%;
  color: white;
}

.login-header-btn {
  width: 234px;
  height: 34px;
  font-family: montserrat;
  font-weight: 600;
  border-radius: 10px;
  border: solid 1px rgb(166, 163, 163);
  background-image: linear-gradient(90deg, #FF4800 0%, #FF4800 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: .4s;
  line-height: 34px;
  color: #000000;
  font-size: 14px;
}

.login-header-btn:hover {
  background-size: 100% 100%;
  color: white;
}

.open-close {
  display: flex;
  width: 40px;
  height: 30px;
  justify-content: center;
  border-radius: 5px;
  
  align-items: center;
}

.open-close2 {
  margin-left: -30px;
  margin-top: 4px;
}

#menu-tab:hover {
  opacity: 0.7;
}

#menu-tab {
  cursor: pointer;
  margin-top: -10px;
  color: white !important;
}

.menu-tab-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.hamburger-icon {
  width: 30px;
  height: 10px;
  position: relative;
  pointer-events: none;
}
.hamburger-icon span {
  display: block;
  background-color: white;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.2s ease-out;
  
}

.hamburger-icon span:nth-child(1) {
  top: 2px;
  
}

.hamburger-icon span:nth-child(2), 
.hamburger-icon span:nth-child(3) {
  top: 9px;
}

.hamburger-icon span:nth-child(3) {
  top: 16px;
}

.hamburger-icon.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.hamburger-icon.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.active span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}

/* //////////////////////////////////////////////////////////////////////// */

/* main banner css */
.top-form-section {
display: flex;
height: 800px;
}


.top-form-section .left-content {
max-width: 1010px;
width: 100%;
background-color: #000000;
border: solid 1px #FF4801;
background-image: url("/images/CYBERSYMPOSIUMS.png");
background-repeat: no-repeat;
background-position: right;
}


.content-left-form-section {
max-width:550px;
text-align: center;
align-content: center;

}

h1 {
position: relative;
text-align: left;
font: normal normal bold 59px/72px Montserrat;
letter-spacing: 0px;
color: #FFFFFF;
/* margin-bottom: 30px; */
}

.sub-tittle::before {
position: absolute;
content: "";
width: 100px;
border: solid 1px #FF4801;
top: 70;
}


.header-text {
text-align: left;
font: normal normal normal 32px/50px Roboto Mono;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.font-weight {
text-align: left;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-weight: 100;
}

.font-style {
text-decoration: underline;
}


.sub-tittle {
position: relative;
text-align: left;
font: normal normal normal 30px/55px Roboto Mono;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
margin-bottom: 30px;
}

.btn-containers {
display: flex;
justify-content: left;
gap: 15px;
margin-top: 20px;
}

.ai-tracks-title {
text-align: left;
font: normal normal bold 35px/38px Azo-Sans-web;
letter-spacing: 0px;
color: #000000;
opacity: 1;
max-width: 1400px;
margin: 0 auto;
padding-bottom: 50px;
padding-top: 50px;
}

.track-buttons-containers {
max-width: 1440px;
margin: 0 auto;
display: flex;
padding-left: 15px;
flex-wrap: wrap;
flex-direction: column; 
justify-content: left;
 height: 60%;
}

.track-container {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #F5F6F8;
border: 1px solid #090909;
width: 45%;
padding: 5px 10px 5px 10px;
border-radius: 10px;
margin-bottom: 20px;
}




.track-font {
text-align: left;
font: normal normal bold 18px/28px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;
max-width:480px;
}


.track-agenda-btn {
width: 129px;
height: 50px;
align-content: center;
background: #FF4801 0% 0% no-repeat padding-box;
border: 1px solid #000000;
border-radius: 5px;
opacity: 1;
text-align: center;
font: normal normal bold 12px/19px Montserrat;
letter-spacing: 0px;
color: #FCFCFC;
opacity: 1;
}



.header-text-2{
text-align: left;
font: normal normal bold 25px/30px Montserrat;
letter-spacing: 0px;
color: #FFFFFF;
padding-bottom: 20px;
}


.header-text-2-bottom{
padding-top: 15px;
text-align: left;
font: normal normal normal 15px/18px Roboto Mono;
letter-spacing: 0px;
color: #FFFFFF !important;
opacity: 1;
}


.header-logos  {
display: flex;
align-items: center;
max-width: 800px;
padding-top: 20px;
gap: 20px;
margin: 0 auto;
}

.header-logos img:nth-of-type(2) {
width: 190px;

}

.header-logos img:nth-of-type(1) {
width:250px;
}



.middle-section-container {
max-width: 750px;

}



.middle-section-title {
position: relative;
text-align: left;
font: normal normal bold 22px/28px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;
padding-bottom: 40px;
}
.middle-section-title::after {
position: absolute;
content: "";
width: 100px;
height: 3px;
background-color: #FF4801;
left: 0px;
top: 70;
}



.middle-seciton-text{
text-align: left;
font: normal normal normal 15px/18px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}


.left-container-section-content {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
height: 75%;
}

.learn-more-btn {
margin-top: 20px;
}
.learn-more-btn p{
width: 145px;
height: 36px;
border: 1px solid #FF4801;
border-radius: 4px;
opacity: 1;
align-content: center;
text-align: center;
color: white;
font-family: montserrat;
font-size: 14px;
}


.orange-bold {
text-align: left;
/* font: normal normal bold 39px/72px Montserrat; */
letter-spacing: 0px;
color: #FF4801;

}



.top-form-section .right-content {
display: flex;
flex: 1;
justify-content: center;
align-items: center;
background-image: url("https://cybersymposiums.com/page/ai-register/images/Group 3736.png");
}

#form {
display: flex;
flex-direction: column;
max-width: 300px;
gap: 10px;
margin: 0 auto;
}

#FirstName, #lastName, #company , #email , #title{
width: 289px;
height: 50px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #000000;
border-radius: 5px;
opacity: 1;
text-align: center;

}

#submit {
width: 289px;
height: 50px;
background: #FF4801 0% 0% no-repeat padding-box;
border: 1px solid #000000;
border-radius: 5px;
opacity: 1;
text-align: center;
font: normal normal bold 15px/19px Montserrat;
letter-spacing: 0px;
color: #FCFCFC;
opacity: 1;
margin-top: 10px;
}

.form-title {
text-align: center;
font: normal normal bold 21px/25px Montserrat;
letter-spacing: 0px;
color: #3D3D3D;
opacity: 1;
padding-bottom: 30px;
}

.check-box-updates {
display: flex;
max-width: 300px;
text-align: left;
font-size: 14px;
align-items: center;
margin: 0 auto;
padding-top: 10px;
gap: 10px
}





.middle-section {
display: flex;
justify-content: space-around;
align-items: center;
height: 431px;
background-color: #FCFCFC;

}

.middle-section-frame-content {
display: inherit;
width: 100%;
max-width: 1400px;
justify-content: space-between;
}




.middle-section-right-image {
text-align: left;
font: normal normal 300 26px/17px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;
display: flex;
flex-direction: column;
row-gap: 30px;
padding-top: 20px;
}

.live-events {
display: flex;
justify-content: center;

}

.live-events-content-container {
display: inherit;
justify-content: space-around;
width: 100%;
max-width: 1350px;
padding: 100px 0px 100px 0px;
}


.segment-list {
padding: 5px 0px 20px 20px;
text-align: left;
font: normal normal normal 15px/18px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}



.live-events-text {
text-align: left;
font: normal normal bold 25px/28px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;


}
.live-events-tittle h2 {
text-align: left;
font: normal normal 300 23px/15px Roboto Mono !important;
letter-spacing: 0px;
color: #000000;
opacity: 1;
padding-top: 10px;

}




.right-div {
display: flex;
}


/* main banner css */

/* CONTENT SITE START HERE */

/* CONTENT SITE END HERE */

.footer-to-top {
    background-color: #FFFFFF;
    color: black;
    text-align: center;
    font: normal normal bold 25px/28px Roboto Mono;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    align-content: center;
    border: 1px solid #707070;
}

a {
  text-decoration: none;
}

.footer-to-top:hover {
  opacity: 0.9;
}

.page-footer {
    background-color: #F4F6F8;
    padding: 30px;
}

.footer-top-content {
  display: flex;
  gap: 100px;
  max-width: 1340px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 20px 0px 20px 0px;
}

.footer-top-content h4 {
  font-size: 40px;
  font-weight: 300;
}

.ul-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  list-style-type: none;
  justify-content: center;
  align-items: center;
}

.footer-links {
  text-align: left;
  font: normal normal bold 17px/20px azo-sans-web;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}



.copyright {
    text-align: right;
    max-width: 1350px;
    padding: 20px 0px 20px 0px;
    font-weight: 200;
    font-family: montserrat;
}

.copyright-span {
  font-weight: bold;
}

.plus-blue2 {
  position: relative;
  color: #0093FF;
  font-size: 25px;
  top: 3;
}




#cs-logo {
  font-size: 30px !important;
color: white;
}

.logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  column-gap: 20px;

}

.logos-container p {
font-size: 10px;
}


.logos-container {
 
  margin: 0 auto;
  gap: 20px;
  align-items: center;
}
#cs-logo {
font-size: 1px;
}




.logos-container img {
  width: 100px;
  aspect-ratio: 3/2;
  object-fit: contain;
}

/* logos section END */
.featured-vendors {
text-align: left;
}

  .title {
    position: relative;
    font-size: 2em;
    font-weight: bold;
    max-width: 1380px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
text-align: left;
font: normal normal bold 59px/72px Montserrat;
letter-spacing: 0px;
color: #3D3D3D;
opacity: 1;
  }
.title::after {
position: absolute;
content: "";
height: 3px;
background-color: #FF4801;
width: 110px;
left: 0;
top: 80;
}



  /* Container styling */
 
.logo-container-featured {
display: flex;
flex-wrap: wrap;
gap: 50px;
max-width: 1150px;
margin: 0 auto;
justify-content: space-around;
padding: 50px 0px 100px 0px;
}

.logo-item  {
max-width: 200px;
}

.logo-item img {
width: 100%;
}

.main-website-conatainer {
max-width: 1920px;
margin: 0 auto;
}

.program-banner-content-container {
position: relative;
display: flex;
background-color: transparent;
position: relative;
height: 420px;
align-items: center;
justify-content: space-around;
margin-bottom: 80px;
padding-left: 40px;
}

.bg-image-container {
position: relative;
    background-image: url("https://cybersymposiums.com/page/ai-register/images/Mask%20Group%20327.png");
    background-position: center;
}
.bg-image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-size: cover;
    background-position: center;
    opacity: 0.9; /* Adjust this to control the image opacity */
}


.program-banner-title-and-text-container {
position: relative;
z-index: 101;
max-width: 650px;
}



.program-banner-title-and-text-container h2{
text-align: left;
font: normal normal bold 25px/28px Roboto Mono;
letter-spacing: 0px;
color: white;
padding-bottom: 20px;
}


.program-banner-title-and-text-container p {
position: relative;
text-align: left;
font: normal normal normal 15px/18px Roboto Mono;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}

.program-banner-title-and-text-container p::after {
position: absolute;
content: "";
height: 3px;
width: 120px;
background-color: #FF4801;
left: 0;
top: 120;
}

.program-banner {
position: relative;

}

.program-banner::before {
position: absolute;
content: "";
text-align: center;
height: 100%;
width: 60%;
background-color: #3D3D3D;
opacity: 0.7;
z-index: 100;
border: 1px solid #FF4801;
}


.program-ul {

background-color: white;
padding:20px 50px 20px 50px;
}
.program-ul li {
list-style-type: square;
color: black;
text-align: left;
font: normal normal bold 23px/51px Montserrat;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
.program-ul li::marker {
color: #FF4801;
}

.title-program {
text-align: left;
font: normal normal bold 27px/31px Montserrat;
letter-spacing: 0px;
color: #FCFCFD;
opacity: 1;
padding-bottom: 20px;
text-align: center;
}


.program-title {
position: relative;
color: white;
max-width: 500px;
}

.program-topics-title {
position: relative;
text-align: left;
font-family: montserrat;
font-weight: bold;
font-size: clamp(20px, 3vw, 50px);
letter-spacing: 0px;
color: #3D3D3D;
opacity: 1;
max-width: fit-content;
margin: 0 auto;
margin-bottom: 50px;
text-align: center;
}

/* .program-topics-title::after {
position: absolute;
content: "";
height: 3px;
background-color: #FF4801;
width: 100px;
left: 0;
top: 50px;
} */



.table-container {
      max-width: 1380px;
      margin: 0 auto;
    }

    /* Table styling */
    table {
      width: 100%;
      border-collapse: collapse;
    }

    /* Row styling */
    tr {
      border-bottom: 1px solid #ddd;
              font: normal normal 500 25px / 18px azo-sans-web;      margin: 0 auto;

    }

    /* Cell styling */
    td {
      padding: 12px 8px;
      vertical-align: middle;
      font-size: 14px;
    }

    /* Month and Date Column */
    .date-cell {
      display: flex;
      position: relative;
      align-items: center;
      white-space: nowrap;
      border-right: #FF4800 solid 1px;
    }

    /* Dot with line styling */
    .date-dot {
      position: relative;
      display: flex;
      align-items: center;
      margin-right: 8px;
    }

    /* Vertical line */
    .date-cell::before {
      content: '';
      position: absolute;
      width: 10px;                /* Width of the dot */
      height: 10px;     
      right:  -10.25px;          /* Height of the dot */
      background-color: #FF4800; /* Dot color */
      border-radius: 50%;       
      font-size: 50px;
      transform: translateX(-50%);
    }


    
    .bg-grey {
background-color: #F2F2F2;
}

    /* Responsive adjustments */
    @media (max-width: 768px) {
      td {
        font-size: 12px;
        padding: 10px 6px;
      }
    }



.topics-links::marker {
color: #FF4801;

}

.contriburtors-section {
margin-top: 20px;
}

.header-viewtopics {
text-align: center;
align-content: center;
font: normal normal bold 19px/26px Segoe UI;
letter-spacing: 0.02px;
color: #FFFFFF;
opacity: 1;
width: 197px;
height: 40px;
background: #FF4801 0% 0% no-repeat padding-box;
opacity: 1;
}



.bg-white{
background-color: #FCFCFC;
padding: 20px 0px 20px 40px;
align-content: center;
}

.bg-grey{
background-color: #EDEAEA;
padding: 20px 0px 20px 40px;
align-content: center;

}

.view-agenda-btn {
width: 417px;
height: 55px;
background: #FF4801 0% 0% no-repeat padding-box;
opacity: 1;
text-align: center;
font: normal normal bold 16px/19px Montserrat;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
align-content: center;
margin-top: 30px;
margin-bottom: 30px;
}

.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: center;
  justify-items: center;
  padding: 0px;
  row-gap: 40px;

}
.container img {
   width: 150px; /* Adjust to desired size */
  height: 150px; /* Adjust to desired size */
  object-fit: cover;
  filter: grayscale(1);
  
}
.person {
position: relative;
}

.image-container {
max-width: 150px;

}

#contributors-container {
max-width: 1540px !important;
}


.span-hover {
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
background-color: rgb(83, 83, 83);
z-index: 10;
align-content: center;
text-align: center;
user-select: none;
transition: opacity 0.3s ease-in-out;

}

.cell1-fix img {
width: 40%;
}


.span-hover:hover {
background-color: #FF4801;
.contributor-name {
color: white;
}
}
.container a {
transition: all 0.3s ease-in-out;
border: solid 1px transparent;
border-radius: 5px;
overflow: hidden;
}
.container a:hover {
scale: 1.1;
}




.contributor-name {
font-family: montserrat;
color: yellow;
}
.contributor-title {
text-align: center;
font: normal normal 300 16px/19px Lato;
letter-spacing: 0px;
color: #FFFFFF;
}
.contributor-company {
text-align: center;
font: normal normal 300 16px/19px Lato;
letter-spacing: 0px;
color: #FFFFFF;
}




.right-header-menu {
gap: 20px;
padding-right: 20px;
}

.right-header-menu {
display: flex;
align-items: center;
justify-content: right;
}

.menu-btn {
width: 129px;
height: 36px;
border: 1px solid #FF4801;
border-radius: 4px;
opacity: 1;
color: #FF4801;
font-weight: bold;
font-family: azo-sans-web;
align-content: center;
text-align: center;
}

.form-container-box {
display: flex;
flex-direction: column;
width: 90%;
height: 90%;
}

.site-title {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.arrow-down {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 15px solid white; /* You can change the color */
      
    }   
.view-panelist-btn{
display: flex;
align-items: center;
font-family: azo-sans-web;
font-weight: bold;
color: #FF4801;
border-radius: 5px;
padding: 5px 20px 5px 20px;
gap: 10px;
font-size: 3rem;
}
.site-title {
justify-content: space-between;

}
.view-panelist-btn {
transition: all 0.3s ease-in-out;
margin-top: 15px;
margin-left:5%;
}
.left-text {
display: flex;
align-items: center;
    justify-content: space-between;

}
.register-button {
background-color: #FF4801;
font-family: azo-sans-web;
font-weight: 700;
border-radius: 10px;
padding: 10px 30px 10px 30px;

}
.register-button a {
color: white;
}

.btn {
  background: linear-gradient(135deg, #FF4801, #FF9950);
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform-origin: center;
  box-shadow: 0 0 12px rgba(255, 72, 1, 0.6), 0 0 24px rgba(255, 72, 1, 0.4);
  animation: spounce 0.6s ease-out;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

/* Hover: sube, agranda y ajusta degradado */
.btn:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(135deg, #FF4801, #FFB150);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Animación de “rebote” al cargar */
@keyframes spounce {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.demo-row-content {
  display: flex;
  align-items: stretch;
}

.demo-frame {
  position: relative;
  flex: 1 1 0;
  overflow: hidden;
}

/* Separator styles for dynamically added separators */
.separator {
  display: flex;
  align-items: center;
  width: 1px;
  min-width: 1px;
  margin: 0 30px; /* spacing around separator */
}

.separator-line {
  width: 1px;
  height: 80%;
  background: #555;
  place-self: flex-start
;
}


.panel-card-cantainer {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
max-width: 1410px;
flex-direction: row !important;
align-items: center;
}


.text-box {
     align-content: center;
    text-align: left;
    width: 140px

}


.panel-title {
    text-align: center;
font: normal normal bold 27px/37px Roboto Mono;
letter-spacing: 0px;
color: #FF4801;
opacity: 1;
position: relative;
}

.panel-title::before {
content: "";
width: 200px;
border-bottom: 1px solid #707070;
position: absolute;
top: 50%;
left: 0;

}

.panel-title::after {
content: "";
width: 200px;
border-bottom: 1px solid #707070;
position: absolute;
top: 50%;
right: 0px;

}

.play-button-panel::before {
content: "";
width: 150px;
border-bottom: 1px solid #707070;
position: absolute;
top: 50%;
left: -188px;

}

.play-button-panel::after {
content: "";
width: 150px;
border-bottom: 1px solid #707070;
position: absolute;
top: 50%;
right: -188px;

}




.low-content-title {
text-align: left;
font: normal normal bold 24px/28px Roboto Mono;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
max-width: 1400px;
margin: 0 auto;
padding: 20px 0px 20px 0px;
}


.content-container {
display: flex;

}

.demo-row-content {
display: flex;
width: 100%;
justify-content: space-around;
max-width: 1410px;
margin: 0 auto;

}


.separator {
position: relative ;
}
/* .separator::after {
content: "";
position: absolute;
height: 280px;
border: 1px solid #555;
top: 0;
right: -25px;
} */



.portair-play {
position: relative;
}
.name-andlinkedinlogo {
display: flex;

padding-left: 10px;
}



.name-andlinkedinlogo img {
width: 25px !important;
height: 20px !important;
margin-left: -5px;
margin-top: 5px;
}
.presenter-pic-container {
max-width: 125px;
max-height: 125px;
overflow: hidden;
}
.presenters-container:has(.panel-card:nth-child(2):last-child) .presenter-pic-container {
max-width: 185px;
max-height:231px;

}
.presenters-container:has(.panel-card:nth-child(2):last-child) .name-andlinkedinlogo{
padding-left: 0px !important;

}
.presenters-container:has(.panel-card:nth-child(2):last-child) .presenter-pic-container img{
width: 155px;
height: 231px;
object-position: center;

}
.presenters-container:has(.panel-card:nth-child(2):last-child) .content-container{
width: 155px;
height: 331px;
flex-direction: column;
gap: 10px;
}


.presenters-container:has(.panel-card:nth-child(2):last-child){
gap: 80px;

}
.presenters-container:has(.panel-card:nth-child(3):last-child) {

justify-content: center;
}

.presenters-container:has(.panel-card:nth-child(3):last-child) .panel-card:nth-child(2) {


}

.presenters-container:has(.panel-card:nth-child(3):last-child) .presenter-pic-container img{
width: 155px;
height: 155px;
object-position: center;

}

.presenters-container:has(.panel-card:nth-child(3):last-child) .presenter-pic-container {
max-width: 185px;
max-height:231px;

}


.presenters-container:has(.panel-card:nth-child(4):last-child) .presenter-pic-container img{
width: 155px;
height: 155px;
object-position: center;

}

.presenters-container:has(.panel-card:nth-child(4):last-child) .presenter-pic-container {
max-width: 185px;
max-height:231px;

}


.presenters-container:has(.panel-card:nth-child(2):last-child) .panel-card{
width: 155px;
height: 331px;
gap: 50px;
}
.panel-card-cantainer:has(.presenters-container .panel-card:nth-child(2):last-child) {
    justify-content: space-between;
    max-width: 1100px;
}





















.demo-row-content:has(.demo-frame:nth-child(1):last-child) .demo-frame { 
display: flex;
max-width: 1400px;
justify-content: center;
gap: 20px;
}

.demo-row-content:has(.demo-frame:nth-child(1):last-child) .demo-frame .portair-play{ 
max-width: 507px;
max-height: 300px;
}
.demo-row-content:has(.demo-frame:nth-child(1):last-child) .demo-frame .portair-play a img{ 
height: 300px;
}
.demo-row-content:has(.demo-frame:nth-child(1):last-child) .demo-content{ 
max-width: 440px;
}



.demo-row-content:has(.demo-frame:not(.separator-line):nth-child(3):last-child) .demo-frame { 
display: flex;
max-width: 1400px;
justify-content: center;
gap: 20px;
}

.demo-row-content:has(.demo-frame:not(.separator-line):nth-child(3):last-child) .demo-frame .portair-play{ 
max-width: 258px;
max-height: 305px;
}
.demo-row-content:has(.demo-frame:not(.separator-line):nth-child(3):last-child) .separator-line{ 
height: 100%;
}



.demo-row-content:has(.demo-frame:not(.separator-line):nth-child(3):last-child) .demo-frame .portair-play{ 
max-width: 507px;
max-height: 300px;
}
.demo-row-content:has(.demo-frame:not(.separator-line):nth-child(3):last-child) .demo-frame .portair-play a img{ 
width: 258px;
height: 305px;
}
.demo-row-content:has(.demo-frame:not(.separator-line):nth-child(3):last-child) .demo-content{ 
max-width: 370px;
}













.presenter-pic-container img {
width: 100%;
object-fit: cover;
aspect-ratio: 1 / 1;

}


.play-button-demo { 
position: absolute;
width: 40px;
bottom: 0px;
border: none;
pointer-events: none;
}
.play-button-demo img { 
padding: 0px !important;

}



.close-button {
display: flex;
align-items: center;
text-align: left;
font: normal normal bold 22px/25px Roboto Mono;
letter-spacing: 0px;
color: #FF4800;
opacity: 1;
background-color: white;
border: 1px solid #707070;
padding-left: 20px;
height: 40px;
align-content: center;
cursor: pointer;
}


.close-button::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="20" fill="%23black" class="bi bi-chevron-double-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.646 2.146a.5.5 0 0 1 .708 0l3.5 3.5a.5.5 0 0 1-.708.708L8 2.707 4.854 6.354a.5.5 0 1 1-.708-.708l3.5-3.5zm0 5a.5.5 0 0 1 .708 0l3.5 3.5a.5.5 0 0 1-.708.708L8 7.707l-3.146 3.147a.5.5 0 0 1-.708-.708l3.5-3.5z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  align-content: center;
  color: black;

}


.demo-frame {
max-width: 316px;
min-width: 200px;
}

.presenters-container {
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 730px;
justify-content: center;
gap: 20px;
}


.cell3 h5{
font-size: 14px;
text-align: left;
font: normal normal bold 20px/28px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}


.play-button-panel {
color: black;
font-size: 12px;
padding: 5px;
border: solid 1px black;
width: fit-content;
margin-top: 10px;
background-color: #FF4801;
border: none;
color: white;
cursor: pointer;
margin: 0 auto;
position: relative;
border: 1px solid transparent;
transition: ease-in-out 0.3s all;
}
.play-button-panel a {
display: block;
text-align: left;
font: normal normal bold 19px/26px Segoe UI;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;

padding: 15px 20px 15px 20px;
}
.play-button-panel:hover {
background-color: white;
a {
color: #FF4800 !important;

}
border: solid 1px #FF4800;

}


.play-button {
color: black;
text-align: center;
padding: 5px;
border: solid 1px black;
border-top: none;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background-color: white;
}

.demo-content img {
width: 110px;
background-color: white;
border: 1px solid #ccc;
padding: 5px 15px 5px 15px;
margin-bottom: 10px;
margin-top: 20px;
border-radius: 10px;
}


.play-button i {
color: #FF4801;
}



.panel-section {
  background-color: #000000;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 5px;
  margin-top: 10px;

}

.section-title {
text-align: center;
font: normal normal bold 37px/37px Roboto Mono;
letter-spacing: 0px;
color: #F4F6F8;
opacity: 1;
max-width:550px;
margin: 0 auto;
}

.section-subtext {
text-align: center;
font: normal normal normal 14px/20px Lato;
letter-spacing: 0px;
color: #F4F6F8;
opacity: 1;
max-width: 560px;
margin: 0 auto;
}

.panel-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;  
  padding: 30px 0px 50px 0px;
  
  
}

.container-panel-text {
   max-width: 550px;
  flex: 1;
   align-content: center;
  display: inherit;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
 
} 

.panel-card {

  text-align: left;
  width: 320px;
}


.name {
  text-align: left;
font: normal normal bold 16px/19px Lato;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
 
}

.role {
  text-align: left;
font: normal normal 300 14px/17px Lato;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
  margin: 0;
}

.mid-text {
  font-size: 15px;
  color: #333;
}

.divider {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #ccc;
}

.demo-row {


  padding-bottom: 20px;
  border-top: 2px solid #707070;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
background-color: #2B2B2B
}

.demo-img {
  width: 100%;
  height: 127px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  filter: grayscale(100%);
}

.demo-img a img {
width: 100%;
}


.demo-content {
  max-width: 600px;
  text-align: left;
}

.demo-title {
  font-size: 22px;
  font-weight: bold;
 text-align: left;
font: normal normal bold 16px/19px Lato;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
  margin-top: 10px;
}

.demo-desc {
 text-align: left;
font: normal normal 300 14px/17px Lato;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
margin-top: 10px;
}







    .new-agendan-sponsorbox {
        text-align: center;
        
        }
        .table-row {
 padding-right: 10px;
 align-content: center;
 display: flex;
 height: 56px; 
 align-items: center;
}
.presenter-box {
display: flex;
flex-wrap: wrap;
max-width: 700px;
gap: 10px;
}
.list-cell h6{
font-weight:  400;
}
.list-cell {
display: flex;

list-style-type: disc;
list-style-position: inside;
gap: 10px;
}    


.content-lower-box {
width: 100%;
overflow: hidden;
max-height: 0;
transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}




.list-cell h5, li, h6{
font-size: 13px !important;
font-weight: normal;
margin: 0px;
padding-left: 5px;
}
.list-cell h5 {
padding-bottom: 5px;
}
.flex-box {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
min-height: 120px;
}

.table-row2:nth-of-type(odd) .content-upper-box {
    background-color: #D8D5D5;
}


.table-row2 {
display: flex;

flex-wrap: wrap;
gap: 0px !important;
border-top: 1px solid #707070;
justify-content: center;
margin-top: 6px;
}

.view-panel-button {
font-size: 14px;
cursor: pointer;
display: flex;
gap: 5px;
justify-content: center;
align-items: center;
background: transparent;
border: none;
transition: color 0.18s, box-shadow 0.18s, transform 0.15s, font-weight 0.18s;
color: #222;
font-weight: 500;
will-change: transform, color, font-weight;
}

/* Smooth expand/collapse for content-lower-box */
.content-lower-box.open {
    max-height: 2000px; /* fallback for transition, will be set inline by JS */
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.content-lower-box.close {
    max-height: 0 !important;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Old right-box styles - now integrated into date content */
/* .right-box {
display: flex;
flex-direction: column;
gap: 10px;
font-size: 14px;
cursor: pointer;
display: flex;
gap: 5px;
justify-content: center;
align-items: center;
background: #fff;
border: 1px solid #FF4801;
border-radius: 6px;
padding: 7px 16px;
transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
color: #FF4801;
font-weight: 600;
}

/* Only highlight the button when hovering the row, not all text */
.content-upper-box:hover .view-panel-button {
  background: transparent;
  color: #FF4801;
  font-weight: 700;
  transform: scale(1.09);
  box-shadow: none;
}
.content-upper-box:hover .view-panel-button .view-panel-button-icon i {
  color: #FF4801;
}
.view-panel-button .view-panel-button-icon i {
  color: #222;
  transition: color 0.18s;
}


.topic-panel-container .interview-title {
text-align: left;
}
.topic-panel-container .interview-text {
text-align: left;
font-family: montserrat;
font-size: 13px !important;
}

   /* Points down (default) */
.content-upper-box {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;

position: relative; /* REQUIRED for ::before absolute positioning */
transition: all 0.3s ease;
cursor: pointer;
border-bottom: 1px solid #707070;
border-left: 1px solid #707070;
border-right: 1px solid #707070;
padding-right: 20px;
}


.content-upper-box::before {
  content: "CLICK TO EXPAND ";
  width: 100%;
  height: 40px;
  align-content: center;
  position: absolute;
  bottom: 0;
  visibility: hidden;
  background-color: white !important; /* use background-color explicitly */
  border: 1px solid #707070;
  text-align: left;
  font: normal normal bold 22px/25px Roboto Mono;
  letter-spacing: 0px;
  color: #FF4800;
  padding-left: 20px;
  display: flex;
  align-items: center;
  opacity: 1;
  /* background-image: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'22\' height=\'20\' fill=\'%23black\' class=\'bi bi-chevron-double-down\' viewBox=\'0 0 16 16\'><path fill-rule=\'evenodd\' d=\'M7.646 13.854a.5.5 0 0 0 .708 0l3.5-3.5a.5.5 0 0 0-.708-.708L8 12.293l-3.146-3.147a.5.5 0 0 0-.708.708l3.5 3.5zm0-5a.5.5 0 0 0 .708 0l3.5-3.5a.5.5 0 0 0-.708-.708L8 7.293 4.854 4.146a.5.5 0 1 0-.708.708l3.5 3.5z\'/></svg>'); */

 /* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="20" fill="%23black" class="bi bi-chevron-double-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.646 2.146a.5.5 0 0 1 .708 0l3.5 3.5a.5.5 0 0 1-.708.708L8 2.707 4.854 6.354a.5.5 0 1 1-.708-.708l3.5-3.5zm0 5a.5.5 0 0 1 .708 0l3.5 3.5a.5.5 0 0 1-.708.708L8 7.707l-3.146 3.147a.5.5 0 0 1-.708-.708l3.5-3.5z"/></svg>'); */


  background-repeat: no-repeat;
  background-position: left 220px center;
  background-size: 22px 22px;
  padding-right: 40px;
}


.content-upper-box:hover::before {
  visibility: visible;
  z-index: 300;
}

.disable-hover:hover::before {
  visibility: hidden;

}

.hover-off:hover::before {
  visibility: hidden !important;
}


.live-now {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #FF4801;
  color: white;
  padding: 8px 12px;
 
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  animation: pulse-live 2s infinite;
  box-shadow: 0 2px 10px rgba(255, 0, 0, 0.3);
  margin-top: 5px;
}

/* New styles for date content container */
.date-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 100%;
  border-right: 1px solid #707070;
  min-width: 200px !important;
  max-width: 200px !important;
text-align: left;
font: normal normal 300 27px/33px Lato;
letter-spacing: 0px;
color: #545457;
opacity: 1;
}

.month-text {
 text-align: left;
font: normal normal 300 27px/33px Lato;
letter-spacing: 0px;
color: #545457;
opacity: 1;
}

.cell1 .view-panel-button {
  font-size: 15px;
  cursor: pointer;
  display: flex;
  gap: 3px;
  justify-content: center;
  align-items: center;
}

.cell1 .view-panel-button-icon i {
  transition: transform 0.3s ease;
  transform-origin: center;
  display: inline-block;
}

/* Show only month when both live and expand are disabled */
.date-content .month-only {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}




.live-now::before {
  content: '';
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-live {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 2px 10px rgba(255, 0, 0, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(255, 0, 0, 0.6);
  }
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.gold {
color: #EF973F;
font-size: 25px;
padding-right: 5px;

}
.silver {
color: #D8D4EE;
font-size: 25px;
padding-right: 5px;

}
.sponsor-box h2 {
text-align: left;
font: normal normal bold 24px/30px azo-sans-web;
letter-spacing: 0px;
color: #393939;
opacity: 1;
}
#sub-vendor-hide {
    display: none;
    flex-wrap: wrap;
    padding-top: 10px;
    max-width: 1024 !important;
    height: auto;
    justify-content: center;
}

.sponsor-box {
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 12px;
opacity: 1;
max-width: 1000px;
margin: 0 auto;
border: 1px solid #D6D6D6;

}
.presenters-section h2 {
font-size: 25px;
}
.presenters-section {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.sub-vendors {
    display: none;
    gap: 10px;
    max-width: 300px;
    flex-wrap: wrap;
    justify-content: end;
    height:730px;
    /* border: solid 1px red; */
}
.sponsor-box2 {
display: flex;
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 12px;
opacity: 1;
width: 100%;
min-height: 92px;
padding: 10px;
align-content: center;
margin: 0 auto;
}



.vendor-text {
text-align: left;
font: normal normal 300 14px/17px Lato;
letter-spacing: 0px;
color: #545457;
opacity: 1;
max-width: 500px
}
.vendor-text2 {
text-align: left;
font: normal normal 300 14px/17px Lato;
letter-spacing: 0px;
color: #545457;
opacity: 1;
width:330px;

}
.new-agenda-main-container.speaker-and-agenda-container{
width: 100% !important;
max-width: 100%;
}

.vendor-logos-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0 auto  ;
width: 100% !important;
align-items: center;
}
.vendor-left,.vendor-right{
display: inherit;
align-content: center;
flex-wrap: wrap;
/* height: 110px; */
}
.vendor-left {
gap: 10px;
justify-content: center;
}
.vendor-left2 {
gap: 20px;
width: 100%;
justify-content: space-around;
align-items: center;
}
.vendor-left2 img {
width: 100%;
}

.vendor-logo {
max-width: 250px;
min-width: 200px;
height: 100px;
align-content: center;
}

.vendor-logo img {
width: 100%;
}
.vendor-logo2 {
/* max-width:200px; */
align-content: center;
text-align: left;
font: normal normal 300 13px/16px Lato;
letter-spacing: 0px;
color: #545457;
opacity: 1;
text-align: center;
}

.vendor-logo2 img {
width: 100%;
border-radius: 10px;
margin: 0 auto;
}
.vendor-logo22 {
width: 80%;
margin: 30 auto;
}

.vendor-logo222 {
width: 80%;
margin: 0 auto;
}


.learn-more {
position: relative;
top: -20px;
width: 206px;
height: 31px;
margin: 0 auto;
opacity: 1;
border-radius: 5px;
text-align: left;
font: normal normal bold 16px/11px Lato;
letter-spacing: 0px;
color: #FF4802;
opacity: 1;
align-content: center;
margin-right: 70px;
}
.learn-more2 {
width: 50%;
height: 31px;
background: #FF4801 0% 0% no-repeat padding-box;
opacity: 1;
border-radius: 5px;
text-align: left;
font: normal normal bold 12px/20px azo-sans-web;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
align-content: center;
text-align: center;
margin-top: 20px;
max-width: 250px;
margin: 0 auto;
margin-top: 20px;
}
.flex-for-logos {
display: flex;
max-width: 1070px;
scale: 0.8;
margin: 0 auto;
margin-top: -20px;
}

.site-title p,h1 {
color: black !important;
line-height: 10px;
}



.text-container {
display: flex;
flex-direction: column;

justify-content: center;
}

.sponsor-box3 {
padding: 0px !important;
overflow: hidden;
width: 300%;
}
.sponsor-box2 {
width: 100% !important;
margin-top: 10px !important;

}

  .interview-title {

  text-align: center;
}            
  .interview-text {
  font-size: 16px !important;
  text-align: center;
}            
.text-container-interview {
display: flex;
flex-direction: column;
margin-top: 5px;
}

@media (max-width: 768px) { 

.vendor-left {

justify-content: center;
padding: 10px;
gap: 0px;
}

.flex-for-logos {
flex-direction: column;
margin-top: -50px !important;
}
.sponsor-box2 { 
flex-wrap: wrap;



}
.vendor-logo22 {
width: 80%;
margin-top: 10px !important; 
margin: 0px;
}
.vendor-logo22 img{
width: 80% !important;

}
.site-banner {
padding-left: 5px;
}
}

@media (max-width: 430px) {  


}


.container {

    row-gap: 10px !important;

}
.span-hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(83, 83, 83);
    z-index: 10;
    align-content: center;
    text-align: center;
    user-select: none;
    transition: opacity 0.3s ease-in-out;
}






.content-sponsor-container {
width: 100%;
max-width: 800px;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 50px;
justify-content: space-between;
}

.visit-demo-room-btn {
width: 160px;
height: 38px;

opacity: 1;
text-align: left;
font: normal normal bold 16px/11px Lato;
letter-spacing: 0.03px;
color: #FF4801;
opacity: 1;
align-content: center;
text-align: center;
margin: 0 auto;
font-weight: bold;
}

.logo-and-bnt-container {
border: solid 1px #707070;
max-width: 355px;
width: 100%;
background-color: white;
padding: 0px 50px 10px 50px;
align-content: center;
border: solid 1px #FF4801;
}


.sustaining-sponsor {
display: flex;
flex-direction: column;
justify-content: flex-start;
border-radius: 10px;
gap: 10px;
}


.sustainig-sponsor-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
background-color: #E4E4E4;
padding-bottom: 30px;

}



.logo-sponsor-container {
width: 100%;

}

.logo-sponsor-container img{
width: 100%;
max-width: 300px;

}


.keynote-panel {
display: flex;
flex-direction: column;
max-width: 600px;
}


.keynote-panel h2{
text-align: center;
font: normal normal bold 18px/28px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}



.keynote-panel p{
text-align: center;
font: normal normal normal 11px/18px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;
margin-bottom: 10px;
max-width: 400px;
}

.keynote-panel .keynote-img-container {
max-width: 340px;
border-radius: 21px;
overflow: hidden;
margin: 0 auto;
}


.sustaining-sponsor h2{ 
text-align: center;
font: normal normal bold 22px/28px Roboto Mono;
letter-spacing: 0px;
color: #000000;
opacity: 1;

}


.read-more {
height: fit-content;
}
.read-less {
height: 138px;
overflow: hidden;
}
.read-more-button {
color: #FF4801;
margin-bottom: 10px;
cursor: pointer;
font-family: montserrat;
font-weight: 900px !important;
}