:root {
  --team-white: #ffffff;
  --team-primary: #0066ff;
  --team-bg-light: #f8fafc;
  --team-text-dark: #0f172a;
  --team-text-muted: #64748b;
  --team-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999999;
  --dl-color-gray-900: #D9D9D9;
  --dl-color-danger-300: #A22020;
  --dl-color-danger-500: #BF2626;
  --dl-color-danger-700: #E14747;
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #FFFFFF;
  --dl-color-primary-100: #003EB3;
  --dl-color-primary-300: #0074F0;
  --dl-color-primary-500: #14A9FF;
  --dl-color-primary-700: #85DCFF;
  --dl-color-success-300: #199033;
  --dl-color-success-500: #32A94C;
  --dl-color-success-700: #4CC366;
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-layout-size-maxwidth: 1400px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #FBF1EB;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --dl-layout-space-threeunits: 48px;
  --dl-color-theme-neutral-dark: #191818;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-layout-radius-buttonradius: 24px;
  --dl-layout-space-oneandhalfunits: 24px;
}
 
.button {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  padding-left: var(--dl-layout-space-twounits);
  border-radius: 40px;
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  background-color: #0000F5;
}
 
.button:hover {
  opacity: 0.7;
}
 
.input {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
 
.textarea {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
 
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
 
.list-item {
  display: list-item;
}
 
.teleport-show {
  display: flex !important;
}
 
.slide-title {
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  transition: 0.3s;
  align-items: flex-start;
  font-weight: 500;
  border-color: transparent;
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: space-between;
  border-bottom-width: 2px;
}
 
.slide-title:hover {
  opacity: 0.5;
}
 
.slide-title-active {
  border-color: #0000F5;
}
 
.banner {
  cursor: pointer;
  display: flex;
  max-width: auto;
  align-items: flex-start;
  border-width: 0px;
  flex-direction: row;
  background-color: #0000F5;
}
 
.banner-smaller {
  width: 620px;
  height: 460px;
}
 
.swiper-pagination {
  cursor: grab;
  z-index: 10;
  list-style: none;
  text-align: center;
}
 
.swiper-pagination-bullet {
  width: 12px;
  cursor: pointer;
  height: 12px;
  display: inline-block;
  transition: width .25s ease;
  border-radius: 12px;
  background-color: ef9911;
}
 
.swiper-pagination-bullet-active {
  width: 45px;
  opacity: 1 !important;
}
 
.objective {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 280px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.value {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
}
 
.accordion {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  border-color: #313133;
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: space-between;
  border-bottom-width: 1px;
}
 
.accordion-content {
  color: #7C7C80;
  width: 100%;
  display: none;
  max-width: 560px;
  line-height: 24px;
}
 
.accordion-active {
  display: flex;
}
 

 

 

 
.blaze-track {
  cursor: grabbing;
}
 

 

 
.slider {
  -slides-to-show: 3;
}
 

 
.thq-input {
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-width: 1px;
}
 
.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}
 
.thq-button-filled {
  gap: var(--dl-layout-space-halfunit);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 

 
.thq-button-outline {
  gap: var(--dl-layout-space-halfunit);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 

 
.thq-button-flat {
  gap: var(--dl-layout-space-halfunit);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 

 
.thq-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}
 
.thq-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-body-small {
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
 
.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
}
 
.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
 
.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
 
.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
 
.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
}
 
.thq-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-flex-column {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-flex-row {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
 
.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-card {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: stretch;
  flex-direction: column;
}
 
.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}
 
.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}
 
.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr;
}
 
.thq-checkbox {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
 
.thq-divider-horizontal {
  width: 100%;
  height: 1px;
}
 
.thq-icon-small {
  width: 24px;
  height: 24px;
}
 
.thq-button-icon {
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}
 

 
.thq-icon-medium {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}
 
.thq-icon-x-small {
  fill: var(--team-white);
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}
 
.thq-link:hover {
  background-position: 0 100%;
}
 
.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-layout-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
 
.thq-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
 
.thq-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}
 
.thq-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
 
.thq-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}
 
.thq-mask-image-vertical {
  mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
}
 
.thq-mask-image-horizontal {
  mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
}
 
.thq-img-scale {
  transition: 0.3s;
}
 
.thq-img-scale:hover {
  scale: 1.05;
}
 
.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
 
.thq-animated-card-bg-2 {
  transition: transform 0.3s;
}
 
.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}
 
.thq-input::placeholder {
  text-align: center;
  vertical-align: middle;
}
 
.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}
 
.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}
 
.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}
 
.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}
 
.thq-button-animated:before {
  top: 0;
  left: -20%;
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
 
.thq-button-animated:hover::before {
  z-index: -1;
  transform: scaleX(1);
}
 
.team-carousel {
  padding: 100px 0;
  overflow: hidden;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background-color: var(--team-bg-light);
}
 
.team-carousel__container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1280px;
}
 
.team-carousel__header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
  justify-content: space-between;
}
 
.team-carousel__viewport {
  overflow: visible;
}
 
.team-carousel__header-content {
  max-width: 600px;
}
 
.team-carousel__nav {
  gap: 16px;
  display: flex;
}
 
.team-carousel__track {
  gap: 24px;
  display: flex;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
 
.team-carousel__pill {
  color: var(--team-primary);
  border: 1px solid #e2e8f0;
  display: inline-block;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 100px;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
  background-color: var(--team-white);
}
 
.team-carousel__title {
  color: var(--team-text-dark);
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
 
.team-carousel__nav-btn {
  color: var(--team-primary);
  width: 56px;
  border: 2px solid var(--team-primary);
  cursor: pointer;
  height: 56px;
  display: flex;
  background: transparent;
  transition: var(--team-transition);
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
 

 

 
.team-carousel__card {
  flex: 0 0 320px;
  height: 480px;
  overflow: hidden;
  position: relative;
  transition: var(--team-transition);
  border-radius: 24px;
}
 
.team-carousel__card--featured {
  color: var(--team-white);
  display: flex;
  padding: 40px;
  flex-direction: column;
  background-color: var(--team-primary);
}
 
.team-carousel__card--photo {
  background-color: #eee;
}
 
.team-carousel__card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
 
.team-carousel__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
 
.team-carousel__overlay {
  left: 0;
  color: var(--team-white);
  right: 0;
  bottom: 0;
  padding: 40px 30px 30px;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
 

 
.team-carousel__socials {
  gap: 16px;
  display: flex;
  margin-top: auto;
}
 

 

 
.team-carousel__member-bio {
  opacity: 0.85;
  font-size: 16px;
  line-height: 1.6;
}
 
.team-carousel__social-link {
  color: var(--team-white);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
 
.team-carousel__nav-btn:hover {
  color: var(--team-white);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 102, 255, 0.2);
  background-color: var(--team-primary);
}
 
.team-carousel__card--featured  .team-carousel__member-name {
  color: var(--team-white);
  font-size: 32px;
  margin-bottom: 8px;
}
 
.team-carousel__card--featured  .team-carousel__member-role {
  opacity: 0.9;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
 
.team-carousel__social-link:hover {
  opacity: 1;
}
 
.team-carousel__card--photo:hover .team-carousel__photo {
  transform: scale(1.05);
}
 
.team-carousel__card--photo  .team-carousel__member-name {
  font-size: 24px;
  margin-bottom: 4px;
}
 
.team-carousel__card--photo  .team-carousel__member-role {
  opacity: 0.8;
  font-size: 14px;
  font-weight: 500;
}
 
.team-carousel__bio-overlay {
  top: 0;
  left: 0;
  color: #ffffff;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 1.5rem;
  z-index: 10;
  position: absolute;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: inherit;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #0000F5;
}
 
.team-carousel__card--photo:hover .team-carousel__bio-overlay {
  transform: translateY(0);
}
 
.team-carousel__bio-name {
  color: #ffffff;
  margin: 0 0 0.25rem 0;
  font-size: 1.25rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
}
 
.team-carousel__bio-role {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 1rem 0;
  font-size: 0.875rem;
  font-family: Inter, sans-serif;
}
 
.team-carousel__bio-text {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 auto 0;
  font-size: 0.875rem;
  font-family: Inter, sans-serif;
  line-height: 1.5;
}
 
.team-carousel__bio-socials {
  gap: 1rem;
  display: flex;
  margin-top: 1rem;
}
 
.team-carousel__bio-socials  a {
  color: #ffffff;
  display: flex;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
}
 
.team-carousel__bio-socials  a:hover {
  opacity: 0.7;
}
 
.team-carousel__bio-socials  svg {
  stroke: #ffffff;
}
 
.agenda-section {
  color: var(--team-white);
  padding: 100px 24px;
  overflow: hidden;
  position: relative;
  font-family: system-ui, -apple-system, sans-serif;
  background-color: var(--team-text-dark);
  background-image: radial-gradient(circle at 10% 20%, rgba(0, 102, 255, 0.15) 0%, transparent 40%),radial-gradient(circle at 90% 80%, rgba(255, 215, 0, 0.05) 0%, transparent 40%);
}
 
.agenda-container {
  margin: 0 auto;
  max-width: 900px;
}
 
.agenda-header {
  text-align: center;
  margin-bottom: 80px;
}
 
.agenda-list {
  gap: 32px;
  display: flex;
  flex-direction: column;
}
 
.agenda-date {
  color: #fbbf24;
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
 
.agenda-main-title {
  margin: 0;
  font-size: clamp(3.5rem, 10vw, 6rem);
  background: linear-gradient(to bottom, #ffffff, #94a3b8);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 
.agenda-card {
  cursor: default;
  padding: 1px;
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  transition: var(--team-transition);
  border-radius: 24px;
}
 
.agenda-card-inner {
  gap: 40px;
  display: grid;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  transition: var(--team-transition);
  align-items: start;
  border-radius: 23px;
  backdrop-filter: blur(16px);
  grid-template-columns: 140px 1fr;
  -webkit-backdrop-filter: blur(16px);
}
 
.agenda-time-column {
  position: relative;
}
 

 
.agenda-time {
  color: #fbbf24;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
 
.agenda-session-title {
  color: var(--team-white);
  margin: 0 0 12px 0;
  font-size: 1.75rem;
  font-weight: 700;
}
 
.agenda-description {
  color: #cbd5e1;
  margin: 0 0 24px 0;
  font-size: 1.125rem;
  max-width: 60ch;
  line-height: 1.6;
}
 
.agenda-speakers {
  gap: 0;
  display: flex;
  font-size: 0.95rem;
  align-items: flex-start;
  flex-direction: column;
}
 
.agenda-speakers-label {
  color: #94a3b8;
  font-weight: 600;
  margin-right: 4px;
}
 
.agenda-speaker-name {
  color: #f1f5f9;
  font-weight: 500;
}
 
.agenda-speaker-separator {
  color: #475569;
  font-size: 0.8rem;
}
 
.agenda-card:hover {
  transform: translateX(10px) scale(1.01);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
}
 
.agenda-card:hover .agenda-card-inner {
  background: rgba(255, 255, 255, 0.08);
}
 
.agenda-section::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}
 
.agenda-speakers  .agenda-speaker-name {
  gap: 0;
  width: 100%;
  display: flex;
  padding: 12px 0;
  flex-wrap: wrap;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
 
.agenda-speakers  .agenda-speaker-name:last-of-type {
  border-bottom: none;
}
 
.agenda-speakers  .agenda-speaker-separator {
  display: none;
}
 
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
@media(max-width: 991px) {
  .banner {
    flex-direction: column;
  }
  .swiper-pagination-bullet {
    opacity: 0.5;
    background-color: #ffffff;
  }
  .objective {
    flex: 1;
  }
  .accordion {
    gap: var(--dl-layout-space-unit);
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .accordion-content {
    font-size: 14px;
    line-height: 21px;
  }
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .team-carousel {
    padding: 80px 0;
  }
  .team-carousel__title {
    font-size: 36px;
  }
  .team-carousel__card {
    flex: 0 0 280px;
    height: 420px;
  }
  .agenda-card-inner {
    gap: 32px;
    padding: 32px;
    grid-template-columns: 120px 1fr;
  }
  .agenda-time {
    font-size: 2rem;
  }
}
 
@media(max-width: 767px) {
  .objective {
    gap: var(--dl-layout-space-unit);
    max-width: 100%;
  }
  .value {
    padding-top: 0px;
    padding-bottom: var(--dl-layout-space-unit);
  }
  .thq-section-padding {
    padding: var(--dl-layout-space-threeunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-card {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr;
  }
  .thq-img-scale {
    width: 100%;
  }
  .team-carousel__container {
    padding: 0 24px;
  }
  .team-carousel__header {
    gap: 30px;
    align-items: flex-start;
    flex-direction: column;
  }
  .team-carousel__nav {
    width: 100%;
    justify-content: flex-start;
  }
  .agenda-section {
    padding: 60px 20px;
  }
  .agenda-card-inner {
    gap: 16px;
    padding: 24px;
    grid-template-columns: 1fr;
  }
  .agenda-time {
    font-size: 1.75rem;
  }
  .agenda-session-title {
    font-size: 1.4rem;
  }
}
 
@media(max-width: 479px) {
  .button {
    width: 100%;
  }
  .thq-section-padding {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-unit);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-unit);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-unit);
  }
  .thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
  .team-carousel__title {
    font-size: 28px;
  }
  .team-carousel__card {
    flex: 0 0 85vw;
  }
  .agenda-date {
    font-size: 0.9rem;
    letter-spacing: 0.2em;
  }
  .agenda-main-title {
    font-size: 3rem;
  }
  .agenda-card-inner {
    padding: 20px;
  }
  .agenda-description {
    font-size: 1rem;
  }
}
