/* CABECALHO */

:root {
  --blue1: #070d33;
  --blue2: #1bbdc8;
  --green: #01ff9c;
  --pink: #944075;
  --orange: #ea5a34;
  --h1: 3.2rem;
  --h2: 2.3rem;
  --h3: 1.75rem;
  --h4: 1.4rem;
  --h5: 1.35rem;
  --p: 1.15rem;
  --p-small: 1.1rem;
  --btn: 1.15rem;
}

#banner-pages {
  position: relative;
}

#banner-pages h1 {
  font-size: var(--h1);
}

#banner-pages h1 + p,
#banner-pages h2 + p {
  margin-top: 1em;
}

#banner-pages p + .btn {
  margin-top: 1em;
}

#banner-pages .top-banner-background {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

#banner-pages .top-banner-background img {
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
  mask: linear-gradient(to bottom, black, transparent);
}

#banner-pages .globe1 {
  width: 10em;
  top: 45%;
  right: -4%;
  z-index: 2;
}

#banner-pages .triangular1 {
  width: 8em;
  top: 30%;
  left: 3%;
  z-index: 2;
}

#banner-pages .cubic1 {
  width: 10em;
  top: -3%;
  left: 50%;
  z-index: 2;
}

.neon-box-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
  align-items: center;
  margin-top: 5em;
}

.neon-box-container.fr3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.neon-box-container.fr4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.neon-box-container.fr4 .neon-box .icon {
  width: 2.5em;
}

.neon-box-container.fr4 .neon-box h4 {
  font-size: var(--h3);
}

.neon-box-container.fr4 .neon-box .box-text {
  padding-right: 0;
}

.neon-box-container .neon-box {
  width: 100%;
  height: 100%;
  padding: 3em;
  text-align: left;
  background-color: rgba(6, 14, 22, 0.7);
  border: 3px solid #60d0e4;
  border-radius: 1.5em;
  position: relative;
  overflow: hidden;
}

.neon-box-container .neon-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: -80%;
  width: 20em;
  height: 15em;
  background: radial-gradient(
    ellipse closest-side,
    rgba(96, 209, 217, 1) 0%,
    rgba(96, 209, 217, 0) 100%
  );
  opacity: 0.2;
}

.neon-box-container.fr3 .neon-box::after {
  top: -40%;
}

/*

.gradient-fx-hover::before {
  --size: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: var(--h);
  background: radial-gradient(
    circle closest-side,
    rgba(96, 209, 217, 1) 0%,
    rgba(96, 209, 217, 0) 100%
  );
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
  opacity: 0;
}

.gradient-fx-hover:hover::before {
  opacity: 0.1;
  --w: 30em;
  --h: 30em;
}

*/

.neon-box-container .neon-box .box-text {
  padding-right: 3em;
}

.neon-box-container .neon-box .box-text img {
  width: 3.5em;
  height: 3.5em;
  object-fit: contain;
  object-position: center;
  margin-bottom: 2em;
}

.neon-box-container .neon-box .icon {
  width: 2.5em;
  height: auto;
  position: absolute;
  top: 1em;
  right: 1em;
  font-style: normal;
}

.neon-box-container .neon-box .icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-right: 0;
}

.neon-box-container .neon-box h3 {
  font-size: var(--h3);
  margin-bottom: 0.5em;
}

.neon-box-container .neon-box p {
  font-size: 0.95em;
  line-height: 1.6em;
  margin-bottom: 0;
}

/* SOBRE A FEIRA */

#about-section {
  background: var(--blue1);
  margin-top: -1px;
}

#about-section h2 {
  font-size: 2.3em;
  color: var(--blue2);
  padding-bottom: 0.5em;
}

#about-section .photos-slider {
  margin-top: 10em;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#060d15",endColorstr="#00011a",GradientType=1);
  mask-image: linear-gradient(
    0deg,
    rgba(40, 29, 103, 0) 0%,
    rgba(40, 29, 103, 1) 50%,
    rgba(40, 29, 103, 1) 50%,
    rgba(40, 29, 103, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    0deg,
    rgba(40, 29, 103, 0) 0%,
    rgba(40, 29, 103, 0.5) 25%,
    rgba(40, 29, 103, 1) 50%,
    rgba(40, 29, 103, 1) 50%,
    rgba(40, 29, 103, 0.5) 75%,
    rgba(40, 29, 103, 0) 100%
  );
}

/* HUB DO EMBARCADOR */

#hub-section {
  position: relative;
}

#hub-section .rad-blue,
#hub-desc-section .rad-blue,
#about2-section .rad-blue {
  background: #1a427f;
  background: radial-gradient(
    ellipse closest-side,
    #1a427f 0%,
    rgba(96, 209, 217, 0) 100%
  );
  top: 50%;
  left: 50%;
  width: 100%;
  height: 150%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

#hub-section .hub-img img {
  border-radius: 2em;
}

#hub-section h2 {
  padding-bottom: 1em;
}

#hub-section p {
  padding-bottom: 1em;
}

/* ESPAÇOS DA FEIRA */

#spaces-section,
#spaces-section2 {
  position: relative;
}

#spaces-section2 {
  margin-top: -7px;
  margin-bottom: -7px;
}

#spaces-section .rad-blue.rad1,
#sponsors-space-section .rad-blue.rad1,
#news-section .rad-blue.rad1 {
  top: 15%;
  left: -10%;
  width: 25%;
  height: 40%;
  z-index: 1;
  opacity: 0.3;
}

#spaces-section .rad-green.rad1,
#sponsors-space-section .rad-green.rad1,
#news-section .rad-green.rad1 {
  top: 5%;
  left: -20%;
  width: 30%;
  height: 35%;
  z-index: 1;
  opacity: 0.4;
}

#spaces-section .rad-blue.rad2,
#sponsors-space-section .rad-blue.rad2,
#news-section .rad-blue.rad2 {
  top: 30%;
  right: -10%;
  width: 25%;
  height: 25%;
  z-index: 1;
  opacity: 0.3;
}

#spaces-section .rad-pink.rad1,
#sponsors-space-section .rad-pink.rad1,
#news-section .rad-pink.rad1 {
  top: 20%;
  right: -7%;
  width: 25%;
  height: 25%;
  z-index: 1;
  opacity: 0.6;
}

#spaces-section h2 {
  text-align: center;
  padding-bottom: 2em;
}

.espaces-container {
  padding-bottom: 4em;
}

.spaces-item {
  display: flex;
  flex-wrap: nowrap;
  gap: 3em;
  align-items: center;
  margin-top: 5em;
  background-color: rgba(6, 14, 22, 0.3);
  border: 3px solid #60d0e4;
  border-radius: 1.5em;
  overflow: hidden;
  padding: 2em;
  justify-content: space-between;
  margin: 0 5em;
  transition: all 0.15s linear;
  backdrop-filter: blur(5px);
  cursor: pointer;
}

.spaces-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: -80%;
  width: 40em;
  height: 16em;
  background: radial-gradient(
    ellipse closest-side,
    rgba(96, 209, 217, 1) 0%,
    rgba(96, 209, 217, 0) 100%
  );
  z-index: 1;
  opacity: 0.5;
}

.spaces-item + .spaces-item {
  margin-top: 3em;
}

.spaces-item img {
  width: 20em;
  height: 12em;
  object-fit: cover;
  border-radius: 1em;
  transition: all 0.15s linear;
}

.spaces-content.title-container {
  display: flex;
  gap: 3em;
  align-items: center;
}

.spaces-content .spaces-title span {
  display: block;
  font-size: 1.35em;
  margin-bottom: 0.5em;
}

.spaces-content .spaces-title h3 {
  font-size: 2em;
}

.spaces-item .w-space-btn {
  display: none;
  font-size: 1em;
}

.spaces-item .show-more-btn {
  float: right;
  pointer-events: all;
  font-size: 1em;
}

.spaces-item .text-content {
  display: none;
}

.spaces-item .text-content p {
  font-size: 1em;
}

.spaces-item .text-content h5 {
  font-size: 1.4em;
  font-weight: bold;
}

.spaces-item .text-content ol {
  padding-left: 1em;
  margin-top: 1em;
}

.spaces-item .text-content li {
  font-size: 0.95em;
  position: relative;
  margin-bottom: 0.75em;
}

.spaces-item .text-content li:after {
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 1em;
  height: 1em;
  color: #60d0e4;
  font-weight: bold;
  font-size: 1.15em;
}

.spaces-item.active {
  padding: 3em;
  align-items: start;
  margin: 0 0;
  margin-top: 3em;
}

.spaces-item.active::before {
  content: none;
}

.spaces-item.active .spaces-content.title-container {
  display: block;
}

.spaces-item.active .text-content {
  display: block;
}

.spaces-item.active img {
  width: 30em;
  height: auto;
  margin-bottom: 2em;
}

.spaces-item.active .show-more-btn {
  display: none;
}

.spaces-item.active .w-space-btn {
  margin-top: 2em;
  display: inline-block;
}

.spaces-single-item {
  width: 85%;
  margin: 0 auto;
}

.spaces-single-item img {
  border-radius: 2em;
  width: 100%;
  height: 20em;
  object-fit: cover;
  margin-bottom: 2em;
}

.spaces-single-item h3 {
  font-size: 2.1em;
}

.spaces-single-item p {
  font-size: 1.35em;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* FORMULARIO BASE PARA PAGINAS COM ESPAÇOS */

#formulario {
  background: var(--blue1);
  position: relative;
}

#formulario .gradient-background {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#060d15",endColorstr="#00011a",GradientType=1);
  mask-image: linear-gradient(
    0deg,
    rgba(40, 29, 103, 0) 40%,
    rgba(0, 7, 17, 1) 90%
  );
  -webkit-mask-image: linear-gradient(
    0deg,
    rgba(40, 29, 103, 0) 40%,
    rgba(40, 29, 103, 1) 90%
  );
}

#formulario h2 {
  font-size: 2.75em;
}

#formulario p {
  font-size: 1.45em;
  padding: 1em 0;
}

#formulario .wpcf7-form p {
  font-size: inherit;
  padding: 0;
}

.input-group {
  gap: 0.5em;
  margin: 0;
  padding: 0 !important;
  margin-bottom: 1em;
  flex-wrap: nowrap;
}

.wpcf7-form-control-wrap {
  width: 50%;
  font-size: inherit;
}

#formulario form .btn {
  float: right;
  margin-top: 1em;
}

#formulario .globe1 {
  top: 45%;
  left: 60%;
  width: 10em;
  z-index: 2;
}

#formulario .cubic1 {
  top: 35%;
  left: 0%;
  width: 10em;
  z-index: 2;
}

#formulario .triangular1 {
  top: 64%;
  right: 2%;
  width: 8em;
  z-index: 2;
}

.el-truck {
  bottom: -10%;
  right: -1.5%;
  position: absolute;
  width: 42%;
  height: 90%;
  object-fit: contain;
  z-index: 1;
}

#formulario .rad-blue {
  top: 15%;
  right: -14%;
  width: 30%;
  height: 75%;
  z-index: 1;
  opacity: 0.5;
}

#formulario .rad-green {
  top: 15%;
  right: -10%;
  width: 25%;
  height: 40%;
  z-index: 1;
  opacity: 0.3;
}

#sponsors-space-section {
  position: relative;
}

.sponsor-box-content {
  border-radius: 1.5em;
  padding: 3.5em 4em;
  border: 2px solid #60d0e4;
}

.sponsor-box-content.blue-box {
  background: rgb(19, 107, 118);
  background: -moz-radial-gradient(
    farthest-corner at 20em 5em,
    rgba(19, 107, 118, 1) 30%,
    rgba(6, 14, 22, 1) 75%
  );
  background: -webkit-radial-gradient(
    farthest-corner at 20em 5em,
    rgba(19, 107, 118, 1) 30%,
    rgba(6, 14, 22, 1) 75%
  );
  background: radial-gradient(
    farthest-corner at 20em 5em,
    rgba(19, 107, 118, 1) 30%,
    rgba(6, 14, 22, 1) 75%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#136b76",endColorstr="#060e16",GradientType=1);
  background-size: 200%;
  background-position: 100% 100%;
}

.sponsor-box-content.green-box {
  background: rgba(8, 139, 80, 1);
  background: -moz-radial-gradient(
    farthest-corner at 20em 5em,
    rgba(8, 139, 80, 1) 30%,
    rgba(6, 14, 22, 1) 75%
  );
  background: -webkit-radial-gradient(
    farthest-corner at 20em 5em,
    rgba(8, 139, 80, 1) 30%,
    rgba(6, 14, 22, 1) 75%
  );
  background: radial-gradient(
    farthest-corner at 20em 5em,
    rgba(8, 139, 80, 1) 30%,
    rgba(6, 14, 22, 1) 75%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#088b50",endColorstr="#060e16",GradientType=1);
  background-size: 200%;
  background-position: 100% 100%;
}

.sponsor-box-content.pink-box {
  background: rgba(110, 51, 98, 1);
  background: -moz-radial-gradient(
    farthest-corner at 20em 5em,
    rgba(110, 51, 98, 1) 30%,
    rgba(6, 14, 22, 1) 75%
  );
  background: -webkit-radial-gradient(
    farthest-corner at 20em 5em,
    rgba(110, 51, 98, 1) 30%,
    rgba(6, 14, 22, 1) 75%
  );
  background: radial-gradient(
    farthest-corner at 20em 5em,
    rgba(110, 51, 98, 1) 30%,
    rgba(6, 14, 22, 1) 75%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e3362",endColorstr="#060e16",GradientType=1);
  background-size: 200%;
  background-position: 100% 100%;
}

.sponsor-box-content p {
  font-size: 1.5em;
  margin-bottom: 0;
  text-align: center;
}

.sponsor-box-content h3 {
  font-size: 2.75em;
  text-align: center;
}

.sponsor-box-content ol,
.more-ben ol {
  padding-top: 1em;
}

.sponsor-box-content ol li,
.more-ben ol li {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 1em;
}

.sponsor-box-content ol li::after,
.more-ben ol li::after {
  content: url(../img/icons/icon-success-rounded.svg);
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 0.9em;
  height: 0.9em;
  color: #60d0e4;
  font-weight: bold;
  font-size: 1.15em;
}

.more-ben {
  padding: 3em 3.5em;
}

.more-ben h4 {
  font-family: "Helvetica Neue LT Std 53 Extended", sans-serif;
  font-weight: normal;
}

.more-ben h4 strong {
  font-family: "Helvetica Neue LT Std 53 Extended", sans-serif;
  font-weight: normal;
}

.more-ben p {
  font-size: 0.85em;
}

#hub-desc-section {
  position: relative;
}

#hub-desc-section h2 {
  font-size: 2.15em;
}

.hub-logo {
  width: 22em;
  height: auto;
}

.hub-grid-box {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3em;
  padding-top: 3em;
}

.hub-grid-box .box-item {
  max-width: 20%;
  flex: 20%;
}

.hub-grid-box .box-item h3.number {
  font-size: 3.55em;
}

.hub-slider .slick-slide {
  padding: 2.5em;
}

.hub-slider .slick-slider {
  border-radius: 3em;
  overflow: hidden;
}

.hub-slider .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 60em;
}

.hub-slider .slider-item {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 1.5em;
  overflow: hidden;
}

#hub-desc-section .rad-green {
  bottom: 5%;
  left: -20%;
  width: 30%;
  height: 60%;
  z-index: 1;
  opacity: 0.4;
}

#hub-desc-section .rad-pink {
  bottom: 20%;
  right: -10%;
  width: 25%;
  height: 35%;
  z-index: 1;
  opacity: 0.9;
}

/* VIDEO A FEIRA */

.about-page h2 {
  font-size: 3.25em;
}

#banner-pages.about-page .globe1,
#banner-pages.blog-page .globe1 {
  width: 10em;
  top: 25%;
  right: -4%;
  z-index: 2;
}

.video-about-anim {
  width: 100%;
  height: 40em;
  object-fit: cover;
  clip-path: inset(0% 50%);
  -webkit-clip-path: inset(0% 50%);
  opacity: 0;
}

#about2-section {
  position: relative;
  margin-top: -1px;
}

#about2-section h2.text-blue2 {
  font-size: 2.75em;
}

#about2-section h2.text-blue2 + p {
  font-size: var(--p);
}

#about-setcergs {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -1px;
}

#about-setcergs .container-img {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 32em;
}

#about-setcergs .container-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#about-setcergs .container-img h2 {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

#about-setcergs p {
  font-size: 1.05em;
  margin-bottom: 0;
}

#news-section {
  background: linear-gradient(180deg, var(--blue1) 80%, #000610 100%);
  position: relative;
  margin-top: -1px;
}

.news-item {
  padding: 0.5em;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 3em;
}

.news-item .news-img {
  border-radius: 1.5em;
  width: 100%;
  height: 22em;
  overflow: hidden;
}

.news-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}

.news-item:hover img {
  transform: scale(1.1);
}

.news-item h3 {
  padding: 1em 0;
  font-weight: bold;
  font-size: 1.35em;
  margin-bottom: 0;
  text-align: left;
}

.news-item p {
  font-size: 0.9em;
  text-align: left;
}

/* PAGINACAO */

.wp-pagenavi {
  text-align: center;
  margin: 10% 0;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  padding: 0.8em 1em;
  border: solid 1px rgba(255, 255, 255, 0.5) !important;
  border-radius: 0.4em;
  margin-right: 0.5em;
  transition: all 0.3s ease;
}

.wp-pagenavi .page:hover,
.wp-pagenavi .last {
  background-color: rgba(255, 255, 255, 0.25);
  margin: 0 0.35em;
}

.wp-pagenavi .current {
  color: black;
  background-color: white;
}

.wp-pagenavi span {
  font-size: inherit;
}

.wp-pagenavi .extend:last-child {
  margin-right: 0;
}

.blog-page.single h1 {
  font-size: 2.5em;
}

.wp-content p {
  font-size: 1.15em;
}

.logo-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 2em;
  padding: 4em;
  flex-wrap: wrap;
  gap: 2.5em;
}

.logo-container .logo-item {
  flex: 22%;
  width: 100%;
  min-width: 10em;
  height: auto;
  transition: all 0.3s ease;
}

.big-item a {
  max-width: 12em;
}

.logo-container .logo-item:hover {
  transform: scale(1.03);
}

.logo-container a {
  width: 8em;
  height: 5em;
}

.partners-item {
  border-left: 1px solid var(--blue1);
  padding: 4em 0;
}

#expositores-section {
  background: var(--blue1);
}

.expositor-title {
  width: 100%;
  text-align: center;
  text-align: -webkit-center;
}

#expositores-section .expositores-container {
  background-color: white;
  border-radius: 2em;
  padding: 0 4em;
}

.expositores-container .partners-container {
  background: none !important;
}

#expositores-section .expositores-container h2 {
  color: #0d1a29;
  font-size: 1.5em;
  position: relative;
  width: max-content;
  font-weight: 700;
  text-transform: uppercase;
}

.partners-container + .partners-container h3 {
  text-align: inherit;
}

#expositores-section .expositores-container h3 {
  color: #0d1a29;
  font-size: var(--h4);
  font-weight: 700;
  text-transform: uppercase;
}

#expositores-section .logo-container {
  border-bottom: 1px solid var(--blue1);
  border-radius: 0;
  padding: 4em 0;
}

#expositores-section .partners-item .logo-container {
  border-bottom: none;
  padding: 4em;
}

.toggle-container .btn {
  font-size: 0.95em;
}

.toggle-container .btn:hover {
  color: var(--blue1);
  background-color: white;
}

.toggle-container .btn.active {
  color: var(--blue1);
  background-color: white;
}

.schedule-container {
  background-color: white;
  border-radius: 2em;
  padding: 2em;
  width: 100%;
  text-align: left;
  display: none;
}

.schedule-container.active {
  display: grid;
}

.time-slot {
  display: none;
}

.schedule-item {
  border: 1px solid var(--blue1);
  border-radius: 0.75em;
  padding: 1.5em;
  margin: 0.3em;
  background-color: white;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  gap: 0.5em;
  justify-content: space-between;
}

.expanded-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000073;
  z-index: 9;
  opacity: 0;
  transition: all 0.3s ease;
  display: none;
}

.expanded-container .close-btn {
  position: absolute;
  top: 2em;
  right: 4em;
  transform: translate(50%, 0);
  font-size: 1.5em;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 2em;
  height: auto;
  pointer-events: all;
}

.expanded-container .close-btn:hover {
  transform: translate(50%, 0) scale(1.1);
}

.schedule-item-expanded {
  position: absolute;
  width: 40em;
  height: auto;
  padding: 3em;
  background-color: rgba(6, 14, 22, 0.95);
  border: 3px solid #60d0e4;
  z-index: 10;
  display: none;
  border-radius: 1.5em;
  text-align: center;
  max-height: 80vh;
  overflow-x: auto;
}

.schedule-item-expanded h5 {
  padding-bottom: 1em;
  color: var(--blue2);
}

.schedule-item-expanded .event-time {
  font-size: 1em;
  margin-bottom: 1em;
}

.schedule-item-expanded .btn {
  font-size: 0.95em;
}

.schedule-container.active {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 700px) {
  .schedule-container {
    display: none;
    grid-template-rows:
      [tracks] auto
      [time-0900] 1fr
      [time-1300] 1fr
      [time-1315] 0.5fr
      [time-1330] 1fr
      [time-1345] 0.5fr
      [time-1400] 1fr
      [time-1415] 0.5fr
      [time-1430] 1fr
      [time-1445] 0.5fr
      [time-1500] 1fr
      [time-1515] 0.5fr
      [time-1530] 1fr
      [time-1545] 0.5fr
      [time-1600] 1fr
      [time-1615] 0.5fr
      [time-1630] 1fr
      [time-1645] 0.5fr
      [time-1700] 1fr
      [time-1715] 0.5fr
      [time-1730] 1fr
      [time-1745] 0.5fr
      [time-1800] 1fr
      [time-1815] 0.5fr
      [time-1830] 1fr
      [time-1845] 0.5fr
      [time-1900] 1fr
      [time-1915] 0.5fr
      [time-1930] 1fr
      [time-1945] 0.5fr
      [time-2000] 1fr
      [time-2015] 0.5fr
      [time-2030] 1fr
      [time-2045] 0.5fr;
    grid-template-columns:
      [times] 4em
      [track-1-start] 1fr
      [track-1-end track-2-start] 1fr
      [track-2-end track-3-start] 1fr
      [track-3-end];
  }

  .schedule-container.active {
    display: grid;
  }

  .time-slot {
    grid-column: times / track-3-end;
    color: black;
    font-size: 0.75em;
    position: relative;
    display: block;
  }

  .time-slot::after {
    content: "";
    width: calc(100% - 5em);
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .border-track {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    grid-row: time-0900 / time-2100;
    height: 100%;
    width: 1px;
  }

  .border-track.s2 {
    grid-column: track-2;
  }

  .border-track.s3 {
    grid-column: track-3;
  }

  .schedule-item.highlight {
    width: auto !important;
  }

  .schedule-container {
    padding: 4em !important;
  }

  .schedule-item h5 {
    font-size: 0.95em !important;
  }

  .schedule-item .event-time {
    font-size: 0.8em !important;
  }

  .schedule-item > i p {
    font-size: 0.55em !important;
  }

  .schedule-item {
    padding: 0.5em 1em !important;
  }
}

.schedule-item:hover {
  transform: scale(1.03);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}

.schedule-item.highlight {
  color: white;
  background-color: var(--blue2);
  border: none;
  width: 100%;
}

.schedule-content {
  width: 70%;
}

.schedule-item > i {
  text-align: center;
}

.schedule-item > i img {
  margin-right: 0;
  width: 1.3em;
}

.schedule-item > i p {
  display: block;
  font-size: 0.85em;
  padding-top: 0.3em;
}

.schedule-item.highlight h5 {
  color: white;
}

.schedule-item.highlight .event-time {
  color: white;
  padding-top: 0.5em;
}

.track-1 {
  order: 1;
}

.track-2 {
  order: 2;
}

.track-3 {
  order: 3;
}

.speakers-wrapper {
  display: flex;
  gap: 0.5em;
  justify-content: space-evenly;
}

.speaker-info h6 {
  font-size: 1.05em;
  padding-bottom: 0.5em;
}

.speaker-info p {
  font-size: 0.95em;
  margin-bottom: 2em;
}

.exp-content .the-content p {
  font-size: 0.95em;
  padding-bottom: 0;
}

.exp-content .the-content ul {
  padding-bottom: 1em;
}

.exp-content .the-content ul li {
  font-size: 0.95em;
}

.schedule-item h5 {
  color: black;
  font-size: 1.2em;
  font-weight: bold;
}

.schedule-item .hidden {
  display: none;
}

.schedule-title {
  color: black;
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 0;
}

.schedule-item .event-time {
  font-size: 1 em;
  color: black;
  margin-bottom: 0;
}

.speaker-img {
  width: 7em;
  object-fit: cover;
  height: 7em;
  border-radius: 50%;
  margin-bottom: 2em;
}

.speakers-container {
  display: none;
}

.speakers-container.active {
  display: block;
}

.speakers-container .speaker-item {
  width: 100% !important;
  height: 34em;
  margin-bottom: 2em;
}

.speakers-container .speaker-item .speaker-content {
  text-align: left;
}

.speakers-container .speaker-item .speaker-content h5 {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.85em;
}

.speakers-container .speaker-item .speaker-content h4 {
  font-size: 1.15em;
  padding-bottom: 0.2em;
}

.speakers-container .speaker-item .speaker-content p {
  font-size: 0.75em;
}

.news-background {
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 30%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 30%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
