#landing_conference {
  scroll-behavior: smooth;
  --primary-color: #834391;
  --primary-color-hover: #6d3577;
  --text-color: #1c1c1c;
  --text-color-light: #8c8c8c;
  --background-color: #fff;
  --background-color-light: #f2f2f2;
  --border-radius: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 30px;
  --spacing-xl: 40px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 20px;
  --font-size-xl: 22px;
  --font-size-xxl: 33px;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-bold: 600;
  --font-weight-bolder: 700;
  --line-height-base: 1.3;
  --line-height-lg: 1.4;
  --container-padding: 80px;
  --container-padding-mobile: 20px;
  padding-top: 84px;
}

@media all and (max-width: 1200px) {
  #landing_conference {
    padding-top: 64px;
  }
}

#landing_conference .top_menu {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 84px;
  z-index: 10;
  background-color: #FFF;
}

@media all and (max-width: 1200px) {
  #landing_conference .top_menu {
    height: 64px;
  }
}

@media all and (max-width: 1200px) {
  #landing_conference header {
    padding: 16px 15px 8px 15px;
  }
  #landing_conference header.opened ul {
    display: block;
  }
}

#landing_conference header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-sm) 0;
}

#landing_conference header .container::before, #landing_conference header .container::after {
  display: none;
}

@media all and (max-width: 1200px) {
  #landing_conference header .container {
    padding: 0;
    gap: 0 8px;
  }
}

#landing_conference header #toggle-menu {
  display: none;
  width: 24px;
  height: 24px;
  border: 0;
  appearance: 0;
  padding: 0;
  background: transparent;
}

@media all and (max-width: 1200px) {
  #landing_conference header #toggle-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#landing_conference header .logo {
  width: 176px;
  height: 52px;
  display: block;
  line-height: 1 !important;
}

@media all and (max-width: 1200px) {
  #landing_conference header .logo {
    width: 112px;
    height: auto;
    margin-right: auto;
  }
}

#landing_conference header ul {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
  gap: var(--spacing-sm);
  color: var(--text-color);
  font-weight: var(--font-weight-regular);
  justify-content: start;
  list-style: none;
  padding: 0;
}

@media all and (max-width: 1200px) {
  #landing_conference header ul {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    padding: 20px 30px;
    background: #fff;
    top: 57px;
    z-index: 999;
    left: 0;
    right: 0;
  }
}

#landing_conference header ul li {
  color: var(--text-color);
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
}

@media all and (max-width: 1200px) {
  #landing_conference header ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

#landing_conference header ul li a {
  color: var(--text-color);
}

@media all and (max-width: 1200px) {
  #landing_conference header ul li a {
    padding: 6px 0;
    font-size: 17px;
  }
}

#landing_conference header ul li a:hover {
  color: var(--primary-color);
}

#landing_conference header .tg-link {
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  color: var(--text-color);
  font-weight: var(--font-weight-regular);
  margin: 0;
}

@media all and (max-width: 1200px) {
  #landing_conference header .tg-link:not(:last-child) {
    display: none;
  }
}

@media all and (max-width: 345px) {
  #landing_conference header .tg-link {
    font-size: 11px;
  }
}

#landing_conference header .tg-link span {
  color: var(--background-color);
  align-self: start;
  border-radius: var(--border-radius);
  padding: 0 var(--spacing-xs);
  gap: var(--spacing-xs);
  font-weight: var(--font-weight-light);
  text-align: center;
  background-color: var(--primary-color);
}

#landing_conference header .btn {
  color: var(--background-color);
  align-self: stretch;
  width: 215px;
  border-radius: var(--border-radius);
  margin-top: auto;
  margin-bottom: auto;
  padding: var(--spacing-sm);
  gap: var(--spacing-xs);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-regular);
  text-align: center;
  background-color: var(--primary-color);
  border: none;
  cursor: pointer;
}

#landing_conference header .btn:hover {
  background: var(--primary-color-hover);
}

@media (max-width: 1200px) {
  #landing_conference header .btn {
    font-size: 12px;
    width: 172px;
    padding: 9px 10px;
  }
}

#landing_conference section {
  padding: 52px var(--container-padding);
}

@media all and (max-width: 1550px) {
  #landing_conference section {
    padding: 52px 25px;
  }
}

@media all and (max-width: 1078px) {
  #landing_conference section {
    padding: 52px 16px;
  }
}

#landing_conference section .section-title {
  color: var(--text-color);
  text-align: center;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  align-self: center;
  margin: 0 0 40px 0;
  width: 100%;
}

#landing_conference section .container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

@media all and (max-width: 550px) {
  #landing_conference section .container {
    padding: 0 !important;
  }
}

#landing_conference section input {
  outline: none;
  appearance: none;
}

#landing_conference .success-message {
  text-align: center;
  padding: 16px;
  color: var(--background-color);
  font-size: 33px;
  background-color: #71C50F;
  margin-bottom: 40px;
}

@media all and (max-width: 1200px) {
  #landing_conference .success-message {
    font-size: 17px;
  }
}

#landing_conference .video-frame {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

#landing_conference .video-invitation {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  align-self: start;
  position: relative;
  min-height: 608px;
  min-width: 240px;
  padding: 40px 38px;
  color: var(--background-color);
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

#landing_conference .video-invitation.full {
  width: 100%;
  height: 605px;
  min-height: 605px;
}

@media all and (max-width: 1200px) {
  #landing_conference .video-invitation.full {
    height: 315px;
    min-height: 315px;
  }
}

@media all and (max-width: 550px) {
  #landing_conference .video-invitation.full {
    height: 490px;
    min-height: 490px;
    padding: 40px 16px;
  }
}

#landing_conference .video-invitation .background-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#landing_conference .video-invitation .video-content {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex: 1;
}

@media (max-width: 991px) {
  #landing_conference .video-invitation .video-content {
    max-width: 100%;
  }
}

#landing_conference .video-invitation .video-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
  color: var(--background-color);
}

@media (max-width: 991px) {
  #landing_conference .video-invitation .video-title {
    max-width: 100%;
  }
}

#landing_conference .video-invitation .play-button-area {
  display: flex;
  width: 100%;
  flex: 1;
  background: url("../img/play.svg") no-repeat center;
  cursor: pointer;
  border: 0;
  appearance: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  #landing_conference .video-invitation .play-button-area {
    max-width: 100%;
  }
}

#landing_conference .video-invitation .organizers-names {
  color: var(--background-color);
  max-width: 300px;
  align-self: start;
  font-size: 22px;
  font-weight: 300;
  line-height: 31px;
  margin: 0;
}

#landing_conference .hero-section {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 675px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: var(--image-desktop) no-repeat center;
  background-size: cover;
}

@media (max-width: 550px) {
  #landing_conference .hero-section {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

#landing_conference .hero-section .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: start;
  flex-wrap: wrap;
  max-width: 100%;
}

#landing_conference .hero-section .content-wrapper:before, #landing_conference .hero-section .content-wrapper:after {
  display: none;
}

#landing_conference .hero-section .main-content {
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
  font-weight: 700;
  width: 768px;
}

@media (max-width: 1200px) {
  #landing_conference .hero-section .main-content {
    width: 50%;
  }
}

@media (max-width: 550px) {
  #landing_conference .hero-section .main-content {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 550px) {
  #landing_conference .hero-section .conference-header {
    padding: 0;
  }
}

#landing_conference .hero-section .conference-title {
  color: var(--background-color);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  text-transform: none;
  width: 100%;
}

@media (max-width: 1200px) {
  #landing_conference .hero-section .conference-title {
    font-size: 26px;
  }
}

#landing_conference .hero-section .conference-description {
  color: var(--background-color);
  font-size: 20px;
  line-height: 24px;
  margin: 40px 0 0 0;
  font-weight: 700;
}

@media (max-width: 1200px) {
  #landing_conference .hero-section .conference-description {
    font-size: 15px;
    line-height: 1.2;
  }
}

#landing_conference .hero-section .benefit-slider {
  display: flex;
  margin-top: 40px;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: var(--background-color);
  font-weight: 400;
  line-height: 18px;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0 30px;
  position: relative;
}

@media (max-width: 550px) {
  #landing_conference .hero-section .benefit-slider {
    display: block;
  }
}

#landing_conference .hero-section #benefit-slider-wrap {
  overflow: visible;
}

#landing_conference .hero-section #benefit-slider-wrap .owl-stage {
  display: flex;
  padding: 0 5px;
}

#landing_conference .hero-section .owl-nav .owl-prev,
#landing_conference .hero-section .owl-nav .owl-next {
  width: 15px;
  height: 15px;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#landing_conference .hero-section .owl-nav .owl-prev {
  background: url("../img/left-arrow.svg") no-repeat center;
  left: -30px;
}

@media (max-width: 1200px) {
  #landing_conference .hero-section .owl-nav .owl-prev {
    left: -15px;
  }
}

@media (max-width: 550px) {
  #landing_conference .hero-section .owl-nav .owl-prev {
    left: -30px;
  }
}

#landing_conference .hero-section .owl-nav .owl-next {
  background: url("../img/right-arrow.svg") no-repeat center;
  right: -30px;
}

@media (max-width: 1200px) {
  #landing_conference .hero-section .owl-nav .owl-next {
    right: -15px;
  }
}

@media (max-width: 550px) {
  #landing_conference .hero-section .owl-nav .owl-next {
    right: -30px;
  }
}

#landing_conference .hero-section .slider-arrow-left {
  aspect-ratio: 1.07;
  object-fit: contain;
  object-position: center;
  width: 15px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

#landing_conference .hero-section .benefit-card {
  align-self: stretch;
  align-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.3);
  padding: 8px 16px;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

@media (max-width: 1200px) {
  #landing_conference .hero-section .benefit-card {
    max-width: 225px;
    margin: auto;
  }
}

#landing_conference .hero-section .slider-arrow-right {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 14px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

#landing_conference .hero-section .tools-description {
  color: var(--background-color);
  font-size: 20px;
  line-height: 24px;
  margin: 40px 0 0 0;
  font-weight: 700;
}

@media (max-width: 1200px) {
  #landing_conference .hero-section .tools-description {
    font-size: 15px;
    line-height: 1.2;
  }
}

#landing_conference .hero-section .action-buttons {
  display: flex;
  margin-top: 40px;
  width: 100%;
  align-items: start;
  gap: 16px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  justify-content: start;
  flex-wrap: wrap;
}

#landing_conference .hero-section .primary-button {
  align-self: stretch;
  border-radius: 4px;
  background-color: var(--background-color);
  padding: 16px 24px;
  gap: 8px;
  color: var(--primary-color);
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}

#landing_conference .hero-section .primary-button:hover {
  background-color: var(--primary-color);
  color: var(--background-color);
}

@media (max-width: 1200px) {
  #landing_conference .hero-section .primary-button {
    width: 100%;
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  #landing_conference .hero-section .primary-button {
    padding: 16px 20px;
  }
}

#landing_conference .hero-section .secondary-button {
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--White-white-100, var(--background-color));
  min-width: 240px;
  padding: 16px 24px;
  gap: 8px;
  color: var(--background-color);
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
}

#landing_conference .hero-section .secondary-button:hover {
  background-color: var(--background-color);
  color: var(--primary-color);
}

@media (max-width: 1200px) {
  #landing_conference .hero-section .secondary-button {
    width: 100%;
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  #landing_conference .hero-section .secondary-button {
    max-width: 100%;
    padding: 16px 20px;
  }
}

#landing_conference .hero-section .event-details {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  height: auto;
  align-items: end;
  gap: 30px;
  color: var(--background-color);
  justify-content: end;
  width: 385px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1200px) {
  #landing_conference .hero-section .event-details {
    gap: 8px;
  }
}

@media (max-width: 860px) {
  #landing_conference .hero-section .event-details {
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 15px;
  }
}

#landing_conference .hero-section .date-location {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 205px;
  min-width: 205px;
}

@media (max-width: 1200px) {
  #landing_conference .hero-section .date-location {
    align-items: flex-end;
    min-width: 0;
    width: auto;
  }
}

#landing_conference .hero-section .event-date {
  text-align: right;
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
}

@media (max-width: 1200px) {
  #landing_conference .hero-section .event-date {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media (max-width: 550px) {
  #landing_conference .hero-section .event-date {
    text-align: left;
  }
}

#landing_conference .hero-section .location-info {
  display: flex;
  margin-top: 8px;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  justify-content: start;
}

@media (max-width: 1200px) {
  #landing_conference .hero-section .location-info {
    font-size: 13px;
  }
}

#landing_conference .hero-section .location-icon {
  aspect-ratio: 13.57/19;
  object-fit: contain;
  object-position: center;
  width: 13px;
  fill: var(--background-color);
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

#landing_conference .hero-section .venue-name {
  align-self: stretch;
  margin: auto 0;
}

#landing_conference .hero-section .organizer-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

@media (max-width: 860px) {
  #landing_conference .hero-section .organizer-info {
    width: 125px;
  }
}

#landing_conference .hero-section .organizer-label {
  margin: 0;
}

#landing_conference .hero-section .organizer-logo {
  aspect-ratio: 2.04;
  object-fit: contain;
  object-position: center;
  width: 103px;
  margin-top: 8px;
  max-width: 100%;
}

#landing_conference .speakers-section {
  justify-content: center;
  align-items: stretch;
  display: flex;
  width: 100%;
  padding: 0 var(--container-padding);
  flex-direction: column;
  background-color: var(--background-color);
}

@media (max-width: 991px) {
  #landing_conference .speakers-section {
    max-width: 100%;
    padding: 0 20px;
  }
}

#landing_conference .speakers-content {
  display: flex;
  min-height: 565px;
  width: 100%;
  max-width: 1200px;
  padding: 52px 0 30px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

@media (max-width: 991px) {
  #landing_conference .speakers-content {
    max-width: 100%;
  }
}

#landing_conference #speakers-welcome-slider {
  overflow: visible;
}

#landing_conference .owl-dots {
  display: flex;
  align-items: center;
  gap: 0 5px;
  justify-content: center;
  margin-top: 40px;
}

#landing_conference .owl-dots .owl-dot {
  background: #834391;
  opacity: 0.5;
  width: 24px;
  height: 6px;
}

#landing_conference .owl-dots .owl-dot.active {
  opacity: 1;
}

#landing_conference .owl-nav .owl-prev,
#landing_conference .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 0;
}

#landing_conference .owl-nav .owl-prev {
  background: url("../img/left-arrow.svg") no-repeat center #834391;
  left: -30px;
}

@media (max-width: 1200px) {
  #landing_conference .owl-nav .owl-prev {
    left: 0;
  }
}

#landing_conference .owl-nav .owl-next {
  background: url("../img/right-arrow.svg") no-repeat center #834391;
  right: -30px;
}

@media (max-width: 1200px) {
  #landing_conference .owl-nav .owl-next {
    right: 0;
  }
}

#landing_conference .speakers-welcome-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  display: block;
}

#landing_conference .speakers-welcome-container .speakers-highlight {
  font-weight: 400;
}

#landing_conference .speakers-welcome-container .carousel-container {
  display: flex;
  margin-top: 40px;
  width: 100%;
  padding: 7px 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

@media (max-width: 991px) {
  #landing_conference .speakers-welcome-container .carousel-container {
    max-width: 100%;
  }
}

#landing_conference .speakers-welcome-container .carousel-content {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 30px;
  justify-content: center;
}

@media (max-width: 991px) {
  #landing_conference .speakers-welcome-container .carousel-content {
    max-width: 100%;
  }
}

#landing_conference .speakers-welcome-container .navigation-arrow {
  align-items: center;
  border-radius: 144px;
  display: flex;
  margin: auto 0;
  padding: 8px;
  gap: 8px;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  border: none;
  cursor: pointer;
  padding: 0;
}

#landing_conference .speakers-welcome-container .arrow-icon {
  aspect-ratio: 0.64;
  object-fit: contain;
  object-position: center;
  min-width: 9px;
  fill: var(--background-color);
  align-self: stretch;
  margin: auto 0;
}

#landing_conference .speakers-welcome-container .speaker-card {
  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-size: 14px;
  color: #2c2c2c;
  justify-content: start;
  margin: auto;
}

#landing_conference .speakers-welcome-container .speaker-image-container {
  width: 100%;
  padding: 0 27px;
  overflow: hidden;
}

@media (max-width: 991px) {
  #landing_conference .speakers-welcome-container .speaker-image-container {
    padding: 0 20px;
  }
}

#landing_conference .speakers-welcome-container .speaker-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 150px;
  border-radius: 120px;
  margin: auto;
}

#landing_conference .speakers-welcome-container .speaker-card-simple .speaker-image-simple {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 150px;
  border-radius: 120px;
  align-self: center;
  max-width: 100%;
}

#landing_conference .speakers-welcome-container .speaker-name {
  color: #2c2c2c;
  width: 100%;
  margin: 8px 0 0;
  gap: 5px;
  font-family: Open Sans, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.1;
}

#landing_conference .speakers-welcome-container .speaker-description {
  color: #2c2c2c;
  font-family: Open Sans, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin: 8px 0 0;
}

#landing_conference .speakers-welcome-container .speaker-card:first-of-type .speaker-name {
  align-self: stretch;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

#landing_conference .speakers-welcome-container .pagination-dots {
  align-self: center;
  display: flex;
  margin-top: 46px;
  align-items: center;
  gap: 5px;
  justify-content: start;
}

@media (max-width: 991px) {
  #landing_conference .speakers-welcome-container .pagination-dots {
    margin-top: 40px;
  }
}

#landing_conference .speakers-welcome-container .dot {
  align-self: stretch;
  display: flex;
  margin: auto 0;
  width: 24px;
  flex-shrink: 0;
  height: 6px;
  background-color: var(--primary-color);
}

#landing_conference .speakers-welcome-container .dot-active {
  border: 1px solid var(--purple-100, var(--primary-color));
}

#landing_conference .expertise-section {
  justify-content: center;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  background-color: var(--background-color-light);
}

@media (max-width: 991px) {
  #landing_conference .expertise-section {
    max-width: 100%;
    padding: 52px 20px;
  }
}

#landing_conference .expertise-content {
  display: flex;
  padding: 0 16px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

@media (max-width: 991px) {
  #landing_conference .expertise-content {
    max-width: 100%;
  }
}

#landing_conference .main-title {
  color: var(--text-color);
  text-align: center;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  align-self: center;
  margin: 0;
  width: 100%;
}

@media all and (max-width: 1200px) {
  #landing_conference .main-title {
    font-size: 20px;
  }
}

#landing_conference .main-title span {
  font-weight: 700;
}

@media (max-width: 991px) {
  #landing_conference .main-title {
    max-width: 100%;
  }
}

#landing_conference .expertise-container {
  display: flex;
  margin-top: 40px;
  width: 100%;
  align-items: start;
  gap: 30px;
  overflow: hidden;
  justify-content: start;
}

@media (max-width: 550px) {
  #landing_conference .expertise-container {
    flex-wrap: wrap;
  }
}

@media (max-width: 550px) {
  #landing_conference .expertise-container-desktop {
    display: none;
  }
}

@media (min-width: 550px) {
  #landing_conference .expertise-container-mobile {
    display: none;
  }
}

#landing_conference .expertise-column {
  width: 50%;
}

@media (max-width: 550px) {
  #landing_conference .expertise-column {
    width: 100%;
  }
}

#landing_conference .expertise-card {
  align-items: start;
  display: flex;
  max-width: 100%;
  width: 100%;
  padding: 40px 38px;
  gap: 30px;
  overflow: hidden;
  justify-content: start;
  background-color: var(--background-color);
  margin: 0 0 30px 0;
  page-break-inside: avoid;
  break-inside: avoid;
}

@media (max-width: 550px) {
  #landing_conference .expertise-card {
    margin-bottom: 8px;
  }
}

@media (max-width: 1200px) {
  #landing_conference .expertise-card {
    padding: 32px 24px;
  }
}

#landing_conference .card-content {
  width: 100%;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  #landing_conference .card-content {
    max-width: 100%;
  }
}

#landing_conference .card-title {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1200px) {
  #landing_conference .card-title {
    font-size: 16px;
  }
}

#landing_conference .card-title.tax-reform-title,
#landing_conference .card-title.star-doctors-title {
  line-height: 26px;
}

#landing_conference .card-body {
  margin-top: 24px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  #landing_conference .card-body {
    font-size: 14px;
  }
  #landing_conference .card-body *:not(.card-subtitle) {
    display: none;
  }
}

#landing_conference .card-body.opened .testimonial-toggle {
  display: none;
}

#landing_conference .card-body.opened * {
  display: revert;
}

#landing_conference .card-body .testimonial-toggle {
  display: none;
}

@media (max-width: 1200px) {
  #landing_conference .card-body .testimonial-toggle {
    display: inline-flex;
    font-size: 14px;
    padding-right: 22px;
    background: url("../img/dropdown.svg") no-repeat center right;
    text-decoration: none;
    color: var(--primary-color);
    appearance: none;
    border: 0;
    box-shadow: none;
  }
}

#landing_conference .card-subtitle {
  transform: rotate(-0.117deg);
  color: var(--text-color);
  line-height: 1.4;
  margin: 0 0 11px 0;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  #landing_conference .card-subtitle {
    font-size: 14px;
  }
}

#landing_conference .card-list {
  list-style: disc;
  padding-left: 25px;
  color: var(--text-color-light);
  line-height: 22px;
  margin: 0;
}

#landing_conference .card-list li {
  margin-bottom: 8px;
}

#landing_conference .card-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #landing_conference .card-list {
    max-width: 100%;
  }
}

#landing_conference .card-separator {
  border-color: #f2f2f2;
  border-style: solid;
  border-width: 2px;
  min-height: 2px;
  margin-top: 24px;
  width: 100%;
  background-color: var(--background-color-light);
}

@media (max-width: 991px) {
  #landing_conference .card-separator {
    max-width: 100%;
  }
}

#landing_conference .program-container {
  width: 100%;
  background-color: var(--background-color);
}

@media (max-width: 991px) {
  #landing_conference .program-container {
    max-width: 100%;
    padding: 52px 20px 100px;
  }
}

#landing_conference .program-content {
  display: flex;
  margin-bottom: -28px;
  padding: 0 15px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

@media (max-width: 991px) {
  #landing_conference .program-content {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

#landing_conference .program-title {
  color: var(--text-color);
  text-align: center;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #landing_conference .program-title {
    max-width: 100%;
  }
}

#landing_conference .program-title-highlight {
  font-weight: 600;
}

#landing_conference .date-tabs {
  display: flex;
  margin-top: 40px;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  justify-content: center;
}

#landing_conference .date-tabs-container {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  align-items: start;
  gap: 16px;
  justify-content: start;
}

#landing_conference .tab {
  color: var(--primary-color);
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--purple-100, var(--primary-color));
  padding: 16px 24px;
  gap: 8px;
  cursor: pointer;
}

#landing_conference .tab.active {
  color: var(--background-color);
  background-color: var(--primary-color);
  pointer-events: none;
}

@media (max-width: 1200px) {
  #landing_conference .tab {
    padding: 7px 17px;
  }
}

@media (max-width: 991px) {
  #landing_conference .date-tab-inactive {
    padding: 16px 20px;
  }
}

#landing_conference .schedule-container {
  margin-top: 40px;
  width: 100%;
  max-width: 1170px;
}

#landing_conference .schedule-container:not(.active) {
  display: none;
}

@media (max-width: 991px) {
  #landing_conference .schedule-container {
    max-width: 100%;
  }
}

#landing_conference .break-session {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 22px;
  color: var(--text-color);
  font-weight: 300;
  white-space: nowrap;
  line-height: 1;
  justify-content: start;
}

#landing_conference .break-session:Not(:first-child) {
  margin-top: 30px;
}

@media (max-width: 1200px) {
  #landing_conference .break-session {
    flex-wrap: nowrap;
    background-color: var(--background-color-light);
    padding: 0 8px;
    gap: 0 20px;
  }
}

@media (max-width: 991px) {
  #landing_conference .break-session {
    max-width: 100%;
    white-space: initial;
  }
}

#landing_conference .break-time {
  color: var(--text-color);
  align-self: stretch;
  margin: auto 0;
  width: 170px;
}

@media (max-width: 1200px) {
  #landing_conference .break-time {
    width: auto;
    font-size: 18px;
  }
}

#landing_conference .break-content {
  color: var(--text-color);
  align-self: stretch;
  width: 970px;
  min-width: 240px;
  margin: auto 0;
  min-height: 75px;
  padding: 22px 8px;
  line-height: 1;
  gap: 8px;
  background-color: var(--background-color-light);
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  #landing_conference .break-content {
    width: auto;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #landing_conference .break-content {
    max-width: 100%;
    white-space: initial;
  }
}

#landing_conference .session-card {
  display: flex;
  margin-top: 28px;
  min-height: 201px;
  width: 100%;
  align-items: start;
  gap: 30px;
  justify-content: start;
}

@media (max-width: 550px) {
  #landing_conference .session-card {
    flex-wrap: wrap;
    gap: 24px;
  }
  #landing_conference .session-card:not(.opened) .session-details .session-description {
    display: none;
  }
  #landing_conference .session-card.opened .toggle-session {
    transform: rotate(180deg);
  }
}

@media (max-width: 991px) {
  #landing_conference .session-card {
    max-width: 100%;
  }
}

#landing_conference .session-time {
  color: var(--text-color);
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  flex-grow: 1;
  flex-shrink: 1;
  width: 135px;
}

@media (max-width: 1200px) {
  #landing_conference .session-time {
    font-size: 22px;
  }
}

@media (max-width: 550px) {
  #landing_conference .session-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px;
    background-color: var(--background-color-light);
  }
}

#landing_conference .session-time .toggle-session {
  display: none;
}

@media (max-width: 550px) {
  #landing_conference .session-time .toggle-session {
    display: block;
    width: 24px;
    height: 24px;
    border: 0;
    appearance: none;
    padding: 0;
    background: url("../img/dropdown.svg") no-repeat center transparent;
    margin-left: auto;
  }
}

#landing_conference .session-details {
  min-width: 240px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 536px;
}

@media (max-width: 550px) {
  #landing_conference .session-details {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #landing_conference .session-details {
    max-width: 100%;
  }
}

#landing_conference .session-title {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  #landing_conference .session-title {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  #landing_conference .session-title {
    max-width: 100%;
  }
}

#landing_conference .session-description {
  color: var(--text-color-light);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  opacity: 0.8;
  margin-top: 5px;
  list-style-type: disc;
  padding-left: 20px;
}

@media (max-width: 991px) {
  #landing_conference .session-description {
    max-width: 100%;
  }
}

#landing_conference .speaker-card {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  font-weight: 400;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  width: 337px;
}

@media (max-width: 550px) {
  #landing_conference .speaker-card {
    width: 100%;
    min-width: 170px;
  }
}

#landing_conference .speaker-header {
  display: flex;
  min-height: 66px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-size: 20px;
  color: var(--text-color);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  justify-content: center;
}

#landing_conference .speaker-info {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 8px;
  --avatar-size: 64px;
  --avatar-count: 6;
  --max-gap: 24px;
  --min-gap: -24px;
}

#landing_conference .speaker-info[style*="--avatar-count: 4"], #landing_conference .speaker-info[style*="--avatar-count: 5"], #landing_conference .speaker-info[style*="--avatar-count: 6"] {
  gap: 0;
}

#landing_conference .speaker-info[style*="--avatar-count: 4"] img:not(:first-child), #landing_conference .speaker-info[style*="--avatar-count: 5"] img:not(:first-child), #landing_conference .speaker-info[style*="--avatar-count: 6"] img:not(:first-child) {
  margin-left: clamp(var(--min-gap), calc((100% - (var(--avatar-size) * var(--avatar-count))) / (var(--avatar-count) - 1)), var(--max-gap));
}

#landing_conference .speaker-avatar {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 64px;
  border-radius: 50%;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

#landing_conference .speaker-avatar-alt {
  aspect-ratio: 0.98;
  object-fit: contain;
  object-position: center;
  width: 64px;
  border-radius: 50%;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

#landing_conference .speaker-name {
  color: var(--text-color);
  margin: auto 0;
  width: 222px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 1200px) {
  #landing_conference .speaker-name {
    font-size: 12px;
  }
}

#landing_conference .speaker-bio {
  color: var(--text-color-light);
  font-size: 14px;
  line-height: 18px;
  margin-top: 9px;
  padding-left: 20px;
  list-style: none;
  padding: 0;
}

@media (max-width: 550px) {
  #landing_conference .speaker-bio *:not(.bio-toggle) {
    display: none;
  }
  #landing_conference .speaker-bio.opened * {
    display: revert;
  }
  #landing_conference .speaker-bio.opened .bio-toggle {
    display: none;
  }
}

#landing_conference .speaker-bio li:not(:last-child) {
  margin-bottom: 8px;
}

#landing_conference .speaker-bio .bio-toggle {
  display: none;
}

@media (max-width: 550px) {
  #landing_conference .speaker-bio .bio-toggle {
    display: inline-flex;
    font-size: 14px;
    padding-right: 22px;
    background: url("../img/dropdown.svg") no-repeat center right;
    text-decoration: none;
    color: var(--primary-color);
    appearance: none;
    border: 0;
    box-shadow: none;
  }
}

#landing_conference .presentation-link {
  align-self: start;
  display: flex;
  margin-top: 9px;
  align-items: center;
  gap: 24px;
  font-size: 16px;
  color: var(--primary-color);
  line-height: 1.4;
  justify-content: center;
}

@media (max-width: 550px) {
  #landing_conference .presentation-link {
    display: none;
  }
}

#landing_conference .presentation-icon {
  aspect-ratio: 1.21;
  object-fit: contain;
  object-position: center;
  width: 29px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

#landing_conference .presentation-icon-alt {
  aspect-ratio: 1.26;
  object-fit: contain;
  object-position: center;
  width: 29px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

#landing_conference .presentation-text {
  color: var(--primary-color);
  align-self: stretch;
  margin: auto 0;
}

#landing_conference .session-divider {
  opacity: 0.6;
  border-color: #f2f2f2;
  border-style: solid;
  border-width: 1px;
  min-height: 2px;
  margin-top: 28px;
  width: 100%;
  background-color: var(--background-color-light);
}

#landing_conference .session-divider-thin {
  opacity: 0.6;
  border-color: #f2f2f2;
  border-style: solid;
  border-width: 1px;
  min-height: 1px;
  margin-top: 28px;
  width: 100%;
  background-color: var(--background-color-light);
}

@media (max-width: 991px) {
  #landing_conference .session-divider,
  #landing_conference .session-divider-thin {
    max-width: 100%;
  }
}

#landing_conference .booking-section {
  justify-content: center;
  align-items: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: var(--background-color);
}

#landing_conference .booking-section .container {
  display: flex;
  align-items: flex-start;
  padding-right: 0;
}

@media (max-width: 550px) {
  #landing_conference .booking-section .container {
    flex-wrap: wrap;
  }
}

#landing_conference .booking-section .content-wrapper {
  padding: 0 16px;
}

@media (max-width: 1200px) {
  #landing_conference .booking-section .content-wrapper {
    padding: 0;
  }
}

@media (max-width: 991px) {
  #landing_conference .booking-section .content-wrapper {
    max-width: 100%;
  }
}

#landing_conference .booking-section .booking-form {
  min-width: 240px;
  width: 449px;
  margin-right: 30px;
}

@media (max-width: 550px) {
  #landing_conference .booking-section .booking-form {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  #landing_conference .booking-section .booking-form {
    max-width: 100%;
  }
}

#landing_conference .booking-section .main-title {
  color: var(--text-color);
  font-weight: 300;
  text-align: left;
  margin: 0;
}

@media (max-width: 991px) {
  #landing_conference .booking-section .main-title {
    max-width: 100%;
  }
}

#landing_conference .booking-section .title-bold {
  font-weight: 600;
}

#landing_conference .booking-section .subtitle {
  color: var(--text-color);
  font-size: 22px;
  font-weight: 300;
  line-height: 31px;
  margin: 17px 0 0 0;
}

@media (max-width: 1200px) {
  #landing_conference .booking-section .subtitle {
    font-size: 14px;
  }
}

#landing_conference .booking-section .description-wrapper {
  margin-top: 17px;
  width: 100%;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 991px) {
  #landing_conference .booking-section .description-wrapper {
    max-width: 100%;
  }
}

#landing_conference .booking-section .description {
  color: var(--text-color);
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  width: 100%;
  gap: 15px;
  margin: 0;
}

@media (max-width: 991px) {
  #landing_conference .booking-section .description {
    max-width: 100%;
  }
}

#landing_conference .booking-section .form-fields {
  margin-top: 17px;
  width: 100%;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  #landing_conference .booking-section .form-fields {
    max-width: 100%;
  }
}

#landing_conference .booking-section .form-field {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

#landing_conference .booking-section .form-field.half {
  width: calc(50% - 7px);
}

@media (max-width: 1200px) {
  #landing_conference .booking-section .form-field.half {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #landing_conference .booking-section .form-field {
    max-width: 100%;
  }
}

#landing_conference .booking-section .form-field + .form-field {
  margin-top: 15px;
}

#landing_conference .booking-section .field-label {
  align-self: start;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  justify-content: center;
  cursor: pointer;
}

#landing_conference .booking-section .label-text {
  color: var(--text-color-light);
  font-size: 14px;
  line-height: 22px;
  align-self: stretch;
  margin: auto 0;
}

#landing_conference .booking-section .required-asterisk {
  color: #ec3745;
  font-size: 12px;
  line-height: 22px;
  align-self: stretch;
  margin: auto 0;
}

#landing_conference .booking-section .text-input,
#landing_conference .booking-section .phone-input {
  align-self: stretch;
  border-radius: 4px;
  border: 1.458px solid rgba(108, 117, 126, 0.1);
  margin-top: 5px;
  width: 100%;
  padding: 8px 12px;
  gap: 2px;
  overflow: hidden;
  font-size: 16px;
  color: #272727;
  font-weight: 400;
  line-height: 1.4;
  background-color: var(--background-color-light);
  box-sizing: border-box;
}

#landing_conference .booking-section .text-input::placeholder,
#landing_conference .booking-section .phone-input::placeholder {
  font-size: 16px;
}

@media (max-width: 1200px) {
  #landing_conference .booking-section .text-input,
  #landing_conference .booking-section .phone-input {
    font-size: 14px;
  }
  #landing_conference .booking-section .text-input::placeholder,
  #landing_conference .booking-section .phone-input::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #landing_conference .booking-section .text-input,
  #landing_conference .booking-section .phone-input {
    max-width: 100%;
  }
}

#landing_conference .booking-section .phone-input {
  white-space: nowrap;
}

@media (max-width: 991px) {
  #landing_conference .booking-section .phone-input {
    white-space: initial;
  }
}

#landing_conference .booking-section .submit-button {
  color: var(--background-color);
  align-self: stretch;
  border-radius: 4px;
  margin-top: 15px;
  width: 100%;
  padding: 16px 24px;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  background-color: var(--primary-color);
  border: none;
  cursor: pointer;
}

#landing_conference .booking-section .submit-button:hover {
  background: var(--primary-color-hover);
}

@media (max-width: 1200px) {
  #landing_conference .booking-section .submit-button {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #landing_conference .booking-section .submit-button {
    max-width: 100%;
    padding: 16px 20px;
  }
}

#landing_conference .booking-section .checkbox-field {
  display: flex;
  margin-top: 15px;
  width: 100%;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--text-color);
  font-weight: 300;
  line-height: 2;
  justify-content: start;
}

@media (max-width: 991px) {
  #landing_conference .booking-section .checkbox-field {
    max-width: 100%;
  }
}

#landing_conference .booking-section .checkbox-input {
  aspect-ratio: 1/1;
  border-radius: 2px;
  border: 1px solid var(--text-color-light);
  align-self: stretch;
  display: flex;
  margin: auto 0;
  width: 18px;
  flex-shrink: 0;
  height: 18px;
  appearance: auto;
}

#landing_conference .booking-section .checkbox-label {
  color: var(--text-color);
  align-self: stretch;
  margin: auto 0;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  cursor: pointer;
  line-height: 1.2;
}

@media (max-width: 991px) {
  #landing_conference .booking-section .checkbox-label {
    max-width: 100%;
  }
}

#landing_conference .booking-section .discount-badge {
  display: flex;
  margin-top: 17px;
  width: 100%;
  align-items: start;
  gap: 16px;
  color: var(--text-color);
  justify-content: start;
}

@media (max-width: 991px) {
  #landing_conference .booking-section .discount-badge {
    max-width: 100%;
  }
}

#landing_conference .booking-section .discount-percentage {
  color: var(--text-color);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

#landing_conference .booking-section .discount-text {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 1200px) {
  #landing_conference .booking-section .discount-text {
    font-size: 14px;
  }
}

#landing_conference .booking-section .video-invitation {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  align-self: start;
  position: relative;
  min-height: 608px;
  min-width: 240px;
  padding: 40px 38px;
  color: var(--background-color);
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 50%;
}

@media (max-width: 550px) {
  #landing_conference .booking-section .video-invitation {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  #landing_conference .booking-section .video-invitation {
    max-width: 100%;
    padding: 40px 20px;
  }
}

#landing_conference .booking-section .background-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#landing_conference .booking-section .video-content {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex: 1;
}

@media (max-width: 991px) {
  #landing_conference .booking-section .video-content {
    max-width: 100%;
  }
}

#landing_conference .booking-section .video-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
  color: var(--background-color);
}

@media (max-width: 991px) {
  #landing_conference .booking-section .video-title {
    max-width: 100%;
  }
}

#landing_conference .booking-section .play-button-area {
  display: flex;
  min-height: 439px;
  width: 100%;
  flex: 1;
  background: url("../img/play.svg") no-repeat center;
  cursor: pointer;
  border: 0;
  appearance: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  #landing_conference .booking-section .play-button-area {
    max-width: 100%;
  }
}

#landing_conference .booking-section .organizers-names {
  color: var(--background-color);
  max-width: 300px;
  align-self: start;
  font-size: 22px;
  font-weight: 300;
  line-height: 31px;
  margin: 0;
}

@media (max-width: 991px) {
  #landing_conference .booking-section {
    max-width: 100%;
    padding: 52px 20px;
  }
}

#landing_conference .speakers-section {
  justify-content: center;
  align-items: stretch;
  display: flex;
  width: 100%;
  padding: 52px var(--container-padding);
  flex-direction: column;
  font-family: Open Sans, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--background-color-light);
}

#landing_conference .speakers-section .speakers-content {
  display: flex;
  padding: 0 16px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

@media (max-width: 991px) {
  #landing_conference .speakers-section .speakers-content {
    max-width: 100%;
  }
}

#landing_conference .speakers-section .speakers-title {
  color: var(--text-color);
  text-align: center;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  align-self: center;
  margin: 0;
}

@media (max-width: 991px) {
  #landing_conference .speakers-section .speakers-title {
    max-width: 100%;
  }
}

#landing_conference .speakers-section .speaker-card {
  display: flex;
  margin-top: 56px;
  width: 100%;
  align-items: stretch;
  gap: 30px;
  overflow: hidden;
  justify-content: start;
  flex-direction: row;
}

@media (max-width: 550px) {
  #landing_conference .speakers-section .speaker-card {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  #landing_conference .speakers-section .speaker-card {
    max-width: 100%;
    margin-top: 40px;
  }
}

#landing_conference .speakers-section .video-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  align-self: start;
  position: relative;
  min-height: 448px;
  min-width: 240px;
  padding: 16px;
  color: var(--primary-color);
  line-height: 1.4;
  justify-content: center;
  width: 569px;
}

@media (max-width: 1200px) {
  #landing_conference .speakers-section .video-container {
    width: 50%;
  }
}

@media (max-width: 550px) {
  #landing_conference .speakers-section .video-container {
    width: 100%;
    min-height: 260px;
    height: 260px;
  }
}

#landing_conference .speakers-section .video-thumbnail {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#landing_conference .speakers-section .video-overlay {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex: 1;
}

@media (max-width: 991px) {
  #landing_conference .speakers-section .video-overlay {
    max-width: 100%;
  }
}

#landing_conference .speakers-section .play-button-area {
  display: flex;
  min-height: auto;
  width: 100%;
  flex: 1;
  background: url("../img/play.svg") no-repeat center;
  border: 0;
  appearance: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  #landing_conference .speakers-section .play-button-area {
    max-width: 100%;
  }
}

#landing_conference .speakers-section .presentation-badge-wrapper {
  align-self: end;
}

@media (max-width: 1200px) {
  #landing_conference .speakers-section .presentation-badge-wrapper {
    align-self: center;
  }
}

#landing_conference .speakers-section .presentation-badge {
  justify-content: center;
  align-items: center;
  background-color: var(--background-color);
  display: flex;
  padding: 8px 16px 8px 8px;
  gap: 24px;
}

#landing_conference .speakers-section .presentation-icon {
  aspect-ratio: 1.21;
  object-fit: contain;
  object-position: center;
  width: 29px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

#landing_conference .speakers-section .presentation-text {
  align-self: stretch;
  margin: auto 0;
}

#landing_conference .speakers-section .speaker-info {
  min-width: 240px;
  color: var(--text-color);
  line-height: 22px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 32px;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}

@media (max-width: 1200px) {
  #landing_conference .speakers-section .speaker-info {
    width: 50%;
  }
}

@media (max-width: 550px) {
  #landing_conference .speakers-section .speaker-info {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #landing_conference .speakers-section .speaker-info {
    max-width: 100%;
  }
}

#landing_conference .speakers-section .speaker-name {
  color: var(--text-color);
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}

@media (max-width: 1200px) {
  #landing_conference .speakers-section .speaker-name {
    font-size: 12px;
  }
}

#landing_conference .speakers-section .speaker-position {
  color: var(--text-color);
  margin: 0;
  font-weight: 400;
}

@media (max-width: 991px) {
  #landing_conference .speakers-section .speaker-position {
    max-width: 100%;
  }
}

#landing_conference .speakers-section .speaker-bio {
  margin-top: 0;
  width: 100%;
  color: var(--text-color-light);
  padding: 0;
}

@media (max-width: 991px) {
  #landing_conference .speakers-section .speaker-bio {
    max-width: 100%;
  }
}

#landing_conference .speakers-section .bio-text {
  padding-left: 20px;
  list-style: disc;
  color: var(--text-color-light);
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  width: 100%;
  gap: 15px;
  margin: 0;
}

#landing_conference .speakers-section .bio-text li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #landing_conference .speakers-section .bio-text {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  #landing_conference .speakers-section {
    max-width: 100%;
    padding: 52px 20px;
  }
}

#landing_conference .full-banner-1,
#landing_conference .full-banner-2 {
  background: var(--image-desktop) no-repeat center;
  background-size: cover;
  height: 695px;
}

@media (max-width: 1200px) {
  #landing_conference .full-banner-1,
  #landing_conference .full-banner-2 {
    background: var(--image-mobile) no-repeat center;
    background-size: cover;
    height: 490px;
  }
}

#landing_conference .full-banner-1 .container,
#landing_conference .full-banner-2 .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}

#landing_conference .full-banner-1 .container .text,
#landing_conference .full-banner-2 .container .text {
  max-width: 540px;
  text-align: right;
  margin: auto 0 0 auto;
  color: var(--background-color);
}

#landing_conference .full-banner-1 .container .text p,
#landing_conference .full-banner-2 .container .text p {
  font-size: 22px;
  line-height: 31px;
}

@media (max-width: 1200px) {
  #landing_conference .full-banner-1 .container .text p,
  #landing_conference .full-banner-2 .container .text p {
    font-size: 14px;
    line-height: 1.2;
  }
}

#landing_conference .full-banner-1 .container .text .title,
#landing_conference .full-banner-2 .container .text .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  #landing_conference .full-banner-1 .container .text .title,
  #landing_conference .full-banner-2 .container .text .title {
    font-size: 16px;
    line-height: 1.2;
  }
}

#landing_conference .full-banner-1 .container .text .title span,
#landing_conference .full-banner-2 .container .text .title span {
  display: block;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

@media (max-width: 1200px) {
  #landing_conference .full-banner-1 .container .text .title span,
  #landing_conference .full-banner-2 .container .text .title span {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}

#landing_conference .full-banner-2 {
  background: var(--banner-2-text-lg) no-repeat 50% 65%, var(--banner-2-lg) no-repeat center;
  background-size: auto 307px, cover;
  position: relative;
}

@media (max-width: 1200px) {
  #landing_conference .full-banner-2 {
    background: var(--banner-2-text-tablet) no-repeat 15px 50%, var(--banner-2-tablet) no-repeat center;
    background-size: auto 368px, cover;
    height: 640px;
  }
}

@media (max-width: 550px) {
  #landing_conference .full-banner-2 {
    background: var(--banner-2-text-sm) no-repeat 15px 60%, var(--banner-2-sm) no-repeat center;
    background-size: auto 498px, cover;
    height: 880px;
  }
}

#landing_conference .full-banner-2 .container {
  align-items: stretch;
  justify-content: flex-start;
}

#landing_conference .full-banner-2 .container .text {
  margin: 0;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#landing_conference .full-banner-2 .container .text a {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  width: 306px;
  border: 1px solid var(--background-color);
  color: var(--background-color);
  height: 53px;
  background-color: var(--primary-color);
  border-radius: 6px;
}

#landing_conference .full-banner-2 .container .text a:hover {
  background: var(--primary-color-hover);
}

@media (max-width: 1200px) {
  #landing_conference .full-banner-2 .container .text a {
    position: absolute;
    left: 16px;
    right: 16px;
    width: auto;
    bottom: 52px;
  }
}

#landing_conference .speakers-slider {
  justify-content: center;
  align-items: stretch;
  display: flex;
  width: 100%;
  padding: 0 var(--container-padding) 124px;
  flex-direction: column;
  background-color: var(--background-color-light);
  /* Additional responsive styles for better mobile experience */
}

@media (max-width: 1200px) {
  #landing_conference .speakers-slider {
    padding: 52px 30px;
  }
}

#landing_conference .speakers-slider .container {
  padding: 0;
}

#landing_conference .speakers-slider .container:before, #landing_conference .speakers-slider .container:after {
  display: none;
}

#landing_conference .speakers-slider .slider-content {
  display: flex;
  margin-bottom: -0;
  padding: 52px 0 0 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  #landing_conference .speakers-slider .slider-content {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

#landing_conference .speakers-slider .slider-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  background: transparent;
  position: relative;
  padding: 0;
  padding-top: 0 !important;
}

@media (max-width: 550px) {
  #landing_conference .speakers-slider .slider-wrapper {
    width: 100%;
  }
}

#landing_conference .speakers-slider .speakers-container {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: start;
  gap: 30px;
  overflow: visible;
  font-weight: 400;
  justify-content: start;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

@media (max-width: 1200px) {
  #landing_conference .speakers-slider .speakers-container {
    padding: 0 30px;
    flex-direction: row !important;
  }
}

#landing_conference .speakers-slider .owl-nav .owl-prev,
#landing_conference .speakers-slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 0;
}

#landing_conference .speakers-slider .owl-nav .owl-prev {
  background: url("../img/left-arrow.svg") no-repeat center #834391;
  left: -45px;
}

@media (max-width: 1440px) {
  #landing_conference .speakers-slider .owl-nav .owl-prev {
    left: -10px;
  }
}

@media (max-width: 550px) {
  #landing_conference .speakers-slider .owl-nav .owl-prev {
    left: -10px;
  }
}

#landing_conference .speakers-slider .owl-nav .owl-next {
  background: url("../img/right-arrow.svg") no-repeat center #834391;
  right: -45px;
}

@media (max-width: 1440px) {
  #landing_conference .speakers-slider .owl-nav .owl-next {
    right: -10px;
  }
}

@media (max-width: 550px) {
  #landing_conference .speakers-slider .owl-nav .owl-next {
    right: -10px;
  }
}

#landing_conference .speakers-slider .speaker-card {
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  background-color: var(--background-color);
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  margin: auto;
}

#landing_conference .speakers-slider .speaker-photo {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  width: 100%;
  display: block;
}

#landing_conference .speakers-slider .speaker-info {
  display: flex;
  margin-top: 8px;
  width: 100%;
  padding: 0 15px 15px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  gap: 24px 0;
}

@media (max-width: 1200px) {
  #landing_conference .speakers-slider .speaker-info {
    gap: 12px 0;
  }
}

#landing_conference .speakers-slider .presentation-button {
  justify-content: center;
  align-items: center;
  align-self: start;
  display: flex;
  padding: 8px 8px 8px 0;
  gap: 8px;
  font-size: 16px;
  color: var(--primary-color);
  line-height: 1.4;
  background-color: var(--background-color);
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
  font-family: inherit;
}

#landing_conference .speakers-slider .presentation-button:hover {
  color: var(--primary-color-hover);
}

#landing_conference .speakers-slider .presentation-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 25px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

#landing_conference .speakers-slider .presentation-text {
  color: var(--primary-color);
  align-self: stretch;
  margin: auto 0;
  text-align: left;
}

#landing_conference .speakers-slider .speaker-name {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
  font-family: inherit;
  width: 100%;
  display: block;
}

@media (max-width: 1200px) {
  #landing_conference .speakers-slider .speaker-name {
    font-size: 12px;
  }
}

#landing_conference .speakers-slider .speaker-description {
  padding-left: 20px;
  color: var(--text-color-light);
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-family: inherit;
}

@media (max-width: 768px) {
  #landing_conference .speakers-slider .speakers-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #landing_conference .speakers-slider .speaker-card {
    width: 100%;
    max-width: 300px;
  }
  #landing_conference .speakers-slider .slider-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #landing_conference .speakers-slider .nav-arrow {
    order: 3;
  }
  #landing_conference .speakers-slider .nav-arrow-left {
    order: 1;
  }
  #landing_conference .speakers-slider .speakers-container {
    order: 2;
  }
}

#landing_conference .testimonials-section {
  justify-content: center;
  align-items: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: var(--background-color);
}

#landing_conference .testimonials-section .container {
  display: flex;
  padding: 0 16px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

#landing_conference .testimonials-section .main-title {
  color: var(--text-color);
  text-align: center;
  font-weight: 300;
  align-self: center;
  margin: 0;
}

@media (max-width: 991px) {
  #landing_conference .testimonials-section .main-title {
    max-width: 100%;
  }
}

#landing_conference .testimonials-section .title-highlight {
  font-weight: 600;
}

#landing_conference .testimonials-section .testimonials-grid {
  margin-top: 56px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--container-padding);
}

@media (max-width: 1200px) {
  #landing_conference .testimonials-section .testimonials-grid {
    max-width: 100%;
    margin-top: 40px;
    gap: 40px;
  }
}

#landing_conference .testimonials-section .testimonial-card {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 30px;
  overflow: hidden;
  justify-content: start;
}

@media (max-width: 1200px) {
  #landing_conference .testimonials-section .testimonial-card {
    align-items: flex-start;
  }
}

@media (max-width: 550px) {
  #landing_conference .testimonials-section .testimonial-card {
    flex-wrap: wrap;
  }
}

#landing_conference .testimonials-section .video-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  align-self: start;
  position: relative;
  aspect-ratio: 0.824;
  min-width: 240px;
  min-height: 448px;
  padding: 16px;
  justify-content: center;
  width: 369px;
}

@media (max-width: 1200px) {
  #landing_conference .testimonials-section .video-container {
    width: 50%;
  }
}

@media (max-width: 550px) {
  #landing_conference .testimonials-section .video-container {
    width: 100%;
    height: 220px;
    min-height: 220px;
  }
}

#landing_conference .testimonials-section .video-thumbnail {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#landing_conference .testimonials-section .video-overlay {
  position: relative;
  width: 100%;
  flex: 1;
}

#landing_conference .testimonials-section .play-button {
  display: flex;
  min-height: 100%;
  width: 100%;
  flex: 1;
  background: url("../img/play.svg") no-repeat center;
  appearance: none;
  border: none;
  cursor: pointer;
}

#landing_conference .testimonials-section .testimonial-content {
  display: flex;
  min-width: auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 32px;
}

@media (max-width: 1200px) {
  #landing_conference .testimonials-section .testimonial-content {
    width: 50%;
  }
}

#landing_conference .testimonials-section .clinic-info {
  align-self: start;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: start;
}

#landing_conference .testimonials-section .logo-container {
  align-self: stretch;
  margin: auto 0;
  font-size: 0px;
  font-weight: 300;
  white-space: nowrap;
  width: 63px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  #landing_conference .testimonials-section .logo-container {
    white-space: initial;
  }
}

#landing_conference .testimonials-section .clinic-logo {
  border-radius: 3px;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 991px) {
  #landing_conference .testimonials-section .clinic-logo {
    white-space: initial;
  }
}

#landing_conference .testimonials-section .clinic-name {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  align-self: stretch;
  margin: auto 0;
}

#landing_conference .testimonials-section .testimonial-headline {
  color: var(--text-color);
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 22px;
}

@media (max-width: 1200px) {
  #landing_conference .testimonials-section .testimonial-headline {
    font-size: 17px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  #landing_conference .testimonials-section .testimonial-headline {
    max-width: 100%;
  }
}

#landing_conference .testimonials-section .testimonial-details {
  margin-top: 22px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  #landing_conference .testimonials-section .testimonial-details {
    font-size: 14px;
  }
}

@media (max-width: 550px) {
  #landing_conference .testimonials-section .testimonial-details *:not(.testimonial-toggle) {
    display: none;
  }
  #landing_conference .testimonials-section .testimonial-details.opened * {
    display: block;
  }
  #landing_conference .testimonials-section .testimonial-details.opened .testimonial-toggle {
    display: none;
  }
}

#landing_conference .testimonials-section .testimonial-toggle {
  display: none;
}

@media (max-width: 550px) {
  #landing_conference .testimonials-section .testimonial-toggle {
    display: inline-flex;
    font-size: 14px;
    padding-right: 22px;
    background: url("../img/dropdown.svg") no-repeat center right;
    text-decoration: none;
    color: var(--primary-color);
    appearance: none;
    border: 0;
    box-shadow: none;
  }
}

#landing_conference .testimonials-section .problem-section {
  width: 100%;
}

#landing_conference .testimonials-section .section-title {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  text-align: left;
  text-transform: none;
}

#landing_conference .testimonials-section .section-description {
  color: var(--text-color-light);
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin-top: 8px;
  width: 100%;
  gap: 15px;
  line-height: 22px;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
}

@media (max-width: 991px) {
  #landing_conference .testimonials-section .section-description {
    max-width: 100%;
  }
}

#landing_conference .testimonials-section .solution-section {
  margin-top: 19px;
  width: 100%;
}

@media (max-width: 991px) {
  #landing_conference .testimonials-section .solution-section {
    max-width: 100%;
  }
}

#landing_conference .testimonials-section .cta-button {
  display: inline-flex;
  align-self: flex-start;
  color: var(--background-color);
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  border-radius: 4px;
  margin-top: 22px;
  width: auto;
  max-width: 100%;
  padding: 8px 16px;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  background-color: var(--primary-color);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

@media (max-width: 550px) {
  #landing_conference .testimonials-section .cta-button {
    width: 100%;
  }
}

#landing_conference .testimonials-section .cta-button:hover {
  background-color: var(--primary-color-hover);
}

#landing_conference .testimonials-section .cta-button:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

#landing_conference .feedback-section {
  justify-content: center;
  align-items: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: var(--background-color-light);
}

#landing_conference .feedback-section .content-wrapper {
  display: flex;
  padding: 0 16px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

@media (max-width: 991px) {
  #landing_conference .feedback-section .content-wrapper {
    max-width: 100%;
  }
}

#landing_conference .feedback-section .section-title {
  color: var(--text-color);
  text-align: center;
  align-self: center;
  margin: 0;
}

#landing_conference .feedback-section .testimonials-container {
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

#landing_conference .feedback-section .testimonial-card {
  padding: 40px 38px;
  overflow: hidden;
  width: calc(50% - 15px);
  background-color: var(--background-color);
  margin: 0;
}

@media (max-width: 1200px) {
  #landing_conference .feedback-section .testimonial-card {
    max-width: 100%;
    padding: 40px 16px;
  }
}

@media (max-width: 550px) {
  #landing_conference .feedback-section .testimonial-card {
    width: 100%;
  }
}

#landing_conference .feedback-section .video {
  position: relative;
  height: 345px;
}

@media (max-width: 1200px) {
  #landing_conference .feedback-section .video {
    height: 230px;
  }
}

#landing_conference .feedback-section .play-button {
  background: url("../img/play.svg") no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  border: 0;
  appearance: none;
  height: 100%;
}

#landing_conference .feedback-section .testimonial-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 0;
  height: 100%;
}

@media (max-width: 991px) {
  #landing_conference .feedback-section .testimonial-image {
    max-width: 100%;
  }
}

#landing_conference .feedback-section .testimonial-content {
  margin-top: 30px;
  width: 100%;
}

@media (max-width: 991px) {
  #landing_conference .feedback-section .testimonial-content {
    max-width: 100%;
  }
}

#landing_conference .feedback-section .testimonial-quote {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
  font-style: normal;
}

@media (max-width: 1200px) {
  #landing_conference .feedback-section .testimonial-quote {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  #landing_conference .feedback-section .testimonial-quote {
    max-width: 100%;
  }
}

#landing_conference .feedback-section .testimonial-attribution {
  color: var(--text-color-light);
  margin-top: 24px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  display: block;
  margin-bottom: 0;
}

#landing_conference .feedback-section .thank-you-button {
  color: var(--background-color);
  align-self: start;
  border-radius: 4px;
  display: inline-flex;
  padding: 8px 16px;
  gap: 8px;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  background-color: var(--primary-color);
  border: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  #landing_conference .feedback-section .thank-you-button {
    font-size: 15px;
  }
}

#landing_conference .feedback-section .testimonial-row {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
  gap: 30px;
}

#landing_conference .feedback-section .testimonial-row:first-child {
  margin-top: 0;
  margin-bottom: 60px;
}

#landing_conference .feedback-section .testimonial-row .testimonial-card {
  padding: 15px;
  width: calc(25% - 24px);
}

@media (max-width: 1200px) {
  #landing_conference .feedback-section .testimonial-row .testimonial-card {
    width: calc(50% - 15px);
  }
}

@media (max-width: 550px) {
  #landing_conference .feedback-section .testimonial-row .testimonial-card {
    width: 100%;
  }
}

#landing_conference .feedback-section .testimonial-row .testimonial-image {
  height: 178px;
  margin: 0;
}

#landing_conference .feedback-section .testimonial-row .testimonial-quote {
  color: var(--text-color-light);
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 12px 0;
  border: none;
  padding: 0;
  text-transform: none;
  font-weight: 400;
}

#landing_conference .conference-section {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: var(--background-color);
}

#landing_conference .conference-section .conference-container {
  display: flex;
  min-height: 608px;
  align-items: stretch;
  overflow: hidden;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  #landing_conference .conference-section .conference-container {
    min-height: 0;
  }
}

@media (max-width: 991px) {
  #landing_conference .conference-section .conference-container {
    max-width: 100%;
  }
}

#landing_conference .conference-section .conference-info {
  min-width: 240px;
  padding: 38px;
  color: var(--text-color);
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  background-color: var(--background-color-light);
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

@media (max-width: 1200px) {
  #landing_conference .conference-section .conference-info {
    max-width: 100%;
    padding: 38px 20px;
    align-self: flex-start;
  }
}

@media (max-width: 550px) {
  #landing_conference .conference-section .conference-info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

#landing_conference .conference-section .conference-logo {
  aspect-ratio: 3.69;
  object-fit: contain;
  object-position: center;
  width: 181px;
  max-width: 100%;
}

#landing_conference .conference-section .conference-tagline {
  color: var(--text-color);
  font-size: 27px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  margin: 17px 0 0 0;
}

@media (max-width: 1200px) {
  #landing_conference .conference-section .conference-tagline {
    font-size: 17px;
    line-height: 1.2;
  }
}

#landing_conference .conference-section .conference-stats {
  display: flex;
  margin-top: 17px;
  width: 100%;
  align-items: stretch;
  gap: 40px 0;
  color: var(--primary-color);
  justify-content: space-between;
  flex: 1;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  #landing_conference .conference-section .conference-stats {
    max-width: 100%;
  }
}

#landing_conference .conference-section .stat-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 117px;
}

@media (max-width: 1200px) {
  #landing_conference .conference-section .stat-item {
    width: auto;
  }
}

#landing_conference .conference-section .stat-item:nth-child(2),
#landing_conference .conference-section .stat-item:nth-child(3) {
  white-space: nowrap;
}

@media (max-width: 991px) {
  #landing_conference .conference-section .stat-item:nth-child(2),
  #landing_conference .conference-section .stat-item:nth-child(3) {
    white-space: initial;
  }
}

#landing_conference .conference-section .stat-number {
  color: var(--primary-color);
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1200px) {
  #landing_conference .conference-section .stat-number {
    font-size: 17px;
    line-height: 1.2;
  }
}

#landing_conference .conference-section .stat-label {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}

@media (max-width: 1200px) {
  #landing_conference .conference-section .stat-label {
    font-size: 14px;
    line-height: 1.2;
  }
}

#landing_conference .conference-section .organizers-section {
  margin-top: auto;
  width: 202px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  #landing_conference .conference-section .organizers-section {
    margin-top: 17px;
  }
}

#landing_conference .conference-section .organizers-title {
  transform: rotate(-0.117deg);
  color: var(--text-color);
  margin: 0;
}

#landing_conference .conference-section .organizers-logo {
  aspect-ratio: 2;
  object-fit: contain;
  object-position: center;
  width: 100%;
  margin-top: 8px;
}

@media (max-width: 1200px) {
  #landing_conference .conference-section .organizers-logo {
    max-width: 140px;
  }
}

#landing_conference .conference-section .cta-button {
  color: var(--background-color);
  align-self: stretch;
  border-radius: 4px;
  margin-top: 17px;
  width: 100%;
  padding: 16px 14px;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  background-color: var(--primary-color);
  border: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  #landing_conference .conference-section .cta-button {
    font-size: 15px;
  }
}

#landing_conference .conference-section .cta-button:hover {
  background-color: var(--primary-color-hover);
}

#landing_conference .conference-section .video-section {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 76px;
}

@media (max-width: 1200px) {
  #landing_conference .conference-section .video-section {
    align-self: flex-end;
  }
}

@media (max-width: 991px) {
  #landing_conference .conference-section .video-section {
    max-width: 100%;
  }
}

#landing_conference .conference-section .video-title {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1200px) {
  #landing_conference .conference-section .video-title {
    font-size: 17px;
    line-height: 1.3;
  }
}

@media (max-width: 991px) {
  #landing_conference .conference-section .video-title {
    max-width: 100%;
  }
}

#landing_conference .conference-section .video-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  min-height: 548px;
  margin-top: 8px;
  width: 100%;
  padding: 40px 38px;
  justify-content: center;
  flex: 1;
}

@media (max-width: 1200px) {
  #landing_conference .conference-section .video-container {
    min-height: 365px;
    flex: unset;
    height: 365px;
  }
}

@media (max-width: 550px) {
  #landing_conference .conference-section .video-container {
    height: 175px;
    min-height: 175px;
  }
}

@media (max-width: 991px) {
  #landing_conference .conference-section .video-container {
    max-width: 100%;
    padding: 40px 20px;
  }
}

#landing_conference .conference-section .video-thumbnail {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#landing_conference .conference-section .video-overlay {
  position: relative;
  width: 100%;
  flex: 1;
}

@media (max-width: 991px) {
  #landing_conference .conference-section .video-overlay {
    max-width: 100%;
  }
}

#landing_conference .conference-section .play-button {
  display: flex;
  min-height: 468px;
  width: 100%;
  flex: 1;
  cursor: pointer;
  background: url("../img/play.svg") no-repeat center;
  position: relative;
}

#landing_conference .conference-section .conference-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
  grid-gap: 30px;
}

@media (max-width: 1200px) {
  #landing_conference .conference-section .conference-gallery {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 8px;
  }
}

@media (max-width: 550px) {
  #landing_conference .conference-section .conference-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

#landing_conference .conference-section .conference-gallery .gallery-item {
  cursor: pointer;
}

#landing_conference .conference-section .conference-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#landing_conference .partners {
  background: var(--background-color-light);
}

#landing_conference .partners .container {
  padding: 0;
}

#landing_conference .partners .container:before, #landing_conference .partners .container:after {
  display: none;
}

#landing_conference .partners .container .owl-nav .owl-prev,
#landing_conference .partners .container .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 0;
}

#landing_conference .partners .container .owl-nav .owl-prev {
  background: url("../img/left-arrow.svg") no-repeat center #834391;
  left: -45px;
}

@media (max-width: 1440px) {
  #landing_conference .partners .container .owl-nav .owl-prev {
    left: 0;
  }
}

@media (max-width: 550px) {
  #landing_conference .partners .container .owl-nav .owl-prev {
    left: -10px;
  }
}

#landing_conference .partners .container .owl-nav .owl-next {
  background: url("../img/right-arrow.svg") no-repeat center #834391;
  right: -45px;
}

@media (max-width: 1440px) {
  #landing_conference .partners .container .owl-nav .owl-next {
    right: 0;
  }
}

@media (max-width: 550px) {
  #landing_conference .partners .container .owl-nav .owl-next {
    right: -10px;
  }
}

#landing_conference .partners .container .partners_slider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  margin-top: 50px;
}

@media (max-width: 1200px) {
  #landing_conference .partners .container .partners_slider {
    padding: 0 45px;
  }
}

@media (max-width: 550px) {
  #landing_conference .partners .container .partners_slider {
    padding: 0 35px;
  }
}

#landing_conference .partners .container .partners_slider .slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

#landing_conference .partners .container .partners_slider .slide img {
  max-width: 120px;
  max-height: 50px;
  object-fit: contain;
}

#landing_conference .tg-subcribe {
  background: var(--background-color-light);
  padding-bottom: 0;
}

@media all and (max-width: 550px) {
  #landing_conference .tg-subcribe {
    padding-bottom: 52px;
  }
}

#landing_conference .tg-subcribe .container {
  display: flex;
  padding-right: 0;
}

@media all and (max-width: 1200px) {
  #landing_conference .tg-subcribe .container {
    padding-right: 15px;
  }
}

@media all and (max-width: 550px) {
  #landing_conference .tg-subcribe .container {
    flex-wrap: wrap;
  }
}

#landing_conference .tg-subcribe .subscribe-info {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  margin-right: 30px;
  max-width: 450px;
  min-width: 450px;
}

@media all and (max-width: 1200px) {
  #landing_conference .tg-subcribe .subscribe-info {
    width: 50%;
    min-width: calc(50% - 30px);
  }
}

@media all and (max-width: 550px) {
  #landing_conference .tg-subcribe .subscribe-info {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
}

#landing_conference .tg-subcribe .subscribe-info p {
  margin: 0;
  line-height: 1.2;
  color: var(--text-color);
}

#landing_conference .tg-subcribe .subscribe-info .title {
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1.2;
}

@media all and (max-width: 1200px) {
  #landing_conference .tg-subcribe .subscribe-info .title {
    font-size: 17px;
  }
}

#landing_conference .tg-subcribe .subscribe-info a {
  color: var(--background-color);
  align-self: stretch;
  border-radius: 4px;
  margin-top: 0;
  width: 100%;
  padding: 16px 24px;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  background-color: var(--primary-color);
  border: none;
  cursor: pointer;
}

#landing_conference .tg-subcribe .subscribe-info a:hover {
  background: var(--primary-color-hover);
}

#landing_conference .tg-subcribe .subscribe-info + div {
  min-width: 50%;
}

@media all and (max-width: 550px) {
  #landing_conference .tg-subcribe .subscribe-info + div {
    width: 100%;
    min-width: 100%;
    margin-top: 8px;
  }
}

#landing_conference .tg-subcribe img {
  max-width: 100%;
}

@media all and (max-width: 1200px) {
  #landing_conference .tg-subcribe img {
    height: 260px;
    object-fit: cover;
  }
}

@media all and (max-width: 550px) {
  #landing_conference .tg-subcribe img {
    height: auto;
  }
}

#landing_conference footer {
  background: #F8F8F8;
  padding: 30px var(--container-padding);
}

@media all and (max-width: 1200px) {
  #landing_conference footer {
    padding: 8px 16px;
  }
}

#landing_conference footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 550px) {
  #landing_conference footer .container {
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
  }
}

#landing_conference footer .container:before, #landing_conference footer .container:after {
  display: none;
}

#landing_conference footer .container ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 550px) {
  #landing_conference footer .container ul {
    width: 100%;
    margin: 0;
  }
}

#landing_conference footer .container ul li a {
  color: #343434;
  text-decoration: none;
}

#landing_conference .map-section {
  background: var(--background-color-light);
  background-size: cover;
  position: relative;
}

@media (max-width: 1200px) {
  #landing_conference .map-section {
    padding: 0;
    background: #fff;
  }
}

#landing_conference .map-section #map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

@media (max-width: 1200px) {
  #landing_conference .map-section #map {
    left: 50%;
  }
}

@media (max-width: 550px) {
  #landing_conference .map-section #map {
    left: 0;
    position: relative;
    height: 235px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  #landing_conference .map-section .container {
    padding: 0;
  }
}

#landing_conference .map-section .container .map-info {
  max-width: 570px;
  padding: 48px;
  background: var(--background-color);
  color: #151515;
  position: relative;
  z-index: 5;
}

@media (max-width: 1200px) {
  #landing_conference .map-section .container .map-info {
    max-width: 50%;
    width: 50%;
    padding: 48px 16px;
  }
}

@media (max-width: 550px) {
  #landing_conference .map-section .container .map-info {
    width: 100%;
    max-width: 100%;
  }
}

#landing_conference .map-section .container .map-info p {
  font-size: 22px;
  line-height: 31px;
  font-weight: 300;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  #landing_conference .map-section .container .map-info p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}

#landing_conference .map-section .container .map-info .title {
  text-transform: uppercase;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 600;
}

@media (max-width: 1200px) {
  #landing_conference .map-section .container .map-info .title {
    font-size: 17px;
  }
}

#landing_conference .map-section .container .map-info a {
  color: #151515;
  font-size: 25px;
}

@media (max-width: 1200px) {
  #landing_conference .map-section .container .map-info a {
    font-size: 17px;
  }
}

#landing_conference .map-section .container .map-info .callback {
  color: #4092C0;
  font-size: 15px;
  display: inline-flex;
  margin-bottom: 15px;
}

#landing_conference #modal,
#landing_conference #speakers_modal {
  border-radius: 16px;
  width: calc(100% - 48px);
  max-width: 1200px;
  padding: 48px 45px;
  cursor: default;
}

#landing_conference #modal .modal_body,
#landing_conference #speakers_modal .modal_body {
  display: flex;
  gap: 0 30px;
}

@media (max-width: 1200px) {
  #landing_conference #modal .modal_body,
  #landing_conference #speakers_modal .modal_body {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}

#landing_conference #modal .modal_body .modal_media,
#landing_conference #speakers_modal .modal_body .modal_media {
  width: 65%;
}

@media (max-width: 1200px) {
  #landing_conference #modal .modal_body .modal_media,
  #landing_conference #speakers_modal .modal_body .modal_media {
    width: 100%;
  }
}

#landing_conference #modal .modal_body .modal_content,
#landing_conference #speakers_modal .modal_body .modal_content {
  width: 35%;
}

@media (max-width: 1200px) {
  #landing_conference #modal .modal_body .modal_content,
  #landing_conference #speakers_modal .modal_body .modal_content {
    width: 100%;
  }
}

#landing_conference #modal .modal_body .video-container,
#landing_conference #speakers_modal .modal_body .video-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  align-self: start;
  position: relative;
  min-height: 448px;
  min-width: 240px;
  padding: 16px;
  color: var(--primary-color);
  line-height: 1.4;
  justify-content: center;
  width: 100%;
}

@media (max-width: 550px) {
  #landing_conference #modal .modal_body .video-container,
  #landing_conference #speakers_modal .modal_body .video-container {
    width: 100%;
    min-height: 260px;
    height: 260px;
  }
}

#landing_conference #modal .modal_body .video-thumbnail,
#landing_conference #speakers_modal .modal_body .video-thumbnail {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#landing_conference #modal .modal_body .video-overlay,
#landing_conference #speakers_modal .modal_body .video-overlay {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex: 1;
}

@media (max-width: 991px) {
  #landing_conference #modal .modal_body .video-overlay,
  #landing_conference #speakers_modal .modal_body .video-overlay {
    max-width: 100%;
  }
}

#landing_conference #modal .modal_body .play-button-area,
#landing_conference #speakers_modal .modal_body .play-button-area {
  display: flex;
  min-height: auto;
  width: 100%;
  flex: 1;
  background: url("../img/play.svg") no-repeat center;
  border: 0;
  appearance: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  #landing_conference #modal .modal_body .play-button-area,
  #landing_conference #speakers_modal .modal_body .play-button-area {
    max-width: 100%;
  }
}

#landing_conference #modal .modal_body .presentation-badge-wrapper,
#landing_conference #speakers_modal .modal_body .presentation-badge-wrapper {
  align-self: end;
}

@media (max-width: 1200px) {
  #landing_conference #modal .modal_body .presentation-badge-wrapper,
  #landing_conference #speakers_modal .modal_body .presentation-badge-wrapper {
    align-self: center;
  }
}

#landing_conference #modal .modal_body .presentation-badge,
#landing_conference #speakers_modal .modal_body .presentation-badge {
  justify-content: center;
  align-items: center;
  background-color: var(--background-color);
  display: flex;
  padding: 8px 16px 8px 8px;
  gap: 24px;
}

#landing_conference #modal .modal_body .presentation-icon,
#landing_conference #speakers_modal .modal_body .presentation-icon {
  aspect-ratio: 1.21;
  object-fit: contain;
  object-position: center;
  width: 29px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

#landing_conference #modal .modal_body .presentation-text,
#landing_conference #speakers_modal .modal_body .presentation-text {
  align-self: stretch;
  margin: auto 0;
}

#landing_conference #modal .modal_body .modal_content,
#landing_conference #speakers_modal .modal_body .modal_content {
  margin-top: 0;
  width: 100%;
  color: var(--text-color-light);
  padding: 0;
  min-width: 240px;
  line-height: 22px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 32px;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}

@media (max-width: 1200px) {
  #landing_conference #modal .modal_body .modal_content,
  #landing_conference #speakers_modal .modal_body .modal_content {
    gap: 17px 0;
  }
}

#landing_conference #modal .modal_body .modal_content .modal_title,
#landing_conference #speakers_modal .modal_body .modal_content .modal_title {
  color: var(--text-color);
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}

@media (max-width: 1200px) {
  #landing_conference #modal .modal_body .modal_content .modal_title,
  #landing_conference #speakers_modal .modal_body .modal_content .modal_title {
    font-size: 12px;
  }
}

#landing_conference #modal .modal_body .modal_content .modal_attr,
#landing_conference #speakers_modal .modal_body .modal_content .modal_attr {
  color: var(--text-color);
  margin: 0;
  font-weight: 400;
}

#landing_conference #modal .modal_body ul,
#landing_conference #speakers_modal .modal_body ul {
  padding-left: 20px;
  list-style: disc;
  color: var(--text-color-light);
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  width: 100%;
  gap: 15px;
  margin: 0;
}

#landing_conference #modal .modal_body ul li:not(:last-child),
#landing_conference #speakers_modal .modal_body ul li:not(:last-child) {
  margin-bottom: 10px;
}

#landing_conference #speakers_modal .modal_body .modal_content .modal_title {
  font-size: 20px;
}

#landing_conference #speakers_modal .speaker_list {
  margin-top: 32px;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

#landing_conference #speakers_modal .speaker_list .speaker-card {
  display: flex;
  width: calc(33.333% - 21px);
  flex-direction: column;
  align-items: stretch;
  font-weight: 400;
  justify-content: center;
  flex-grow: 1;
  min-width: 0;
  flex-shrink: 1;
}

@media (max-width: 550px) {
  #landing_conference #speakers_modal .speaker_list .speaker-card {
    width: 100%;
    min-width: 170px;
    padding: 0 45px;
  }
}

#landing_conference #speakers_modal .speaker_list .speaker-header {
  display: flex;
  min-height: 66px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-size: 20px;
  color: var(--text-color);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  justify-content: center;
}

#landing_conference #speakers_modal .speaker_list .speaker-info {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 17px;
  justify-content: flex-start;
  flex-direction: row;
}

#landing_conference #speakers_modal .speaker_list .speaker-info:has(:nth-child(5):last-child) {
  gap: 6px;
}

#landing_conference #speakers_modal .speaker_list .speaker-info:has(:nth-child(5):last-child) img:not(:first-child) {
  margin-left: 0;
}

#landing_conference #speakers_modal .speaker_list .speaker-info:has(:nth-child(6):last-child) {
  gap: 0;
}

#landing_conference #speakers_modal .speaker_list .speaker-info:has(:nth-child(6):last-child) img:not(:first-child) {
  margin-left: -8px;
}

@media (max-width: 550px) {
  #landing_conference #speakers_modal .speaker_list .speaker-info {
    flex-wrap: wrap;
    justify-content: center;
  }
}

#landing_conference #speakers_modal .speaker_list .speaker-avatar {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 64px;
  border-radius: 50%;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

@media (max-width: 550px) {
  #landing_conference #speakers_modal .speaker_list .speaker-avatar {
    width: 150px;
    height: 150px;
  }
}

#landing_conference #speakers_modal .speaker_list .speaker-avatar-alt {
  aspect-ratio: 0.98;
  object-fit: contain;
  object-position: center;
  width: 64px;
  border-radius: 50%;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

#landing_conference #speakers_modal .speaker_list .speaker-name {
  color: var(--text-color);
  margin: auto 0;
  width: 222px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 1200px) {
  #landing_conference #speakers_modal .speaker_list .speaker-name {
    font-size: 12px;
  }
}

@media (max-width: 550px) {
  #landing_conference #speakers_modal .speaker_list .speaker-name {
    width: 100%;
    text-align: center;
  }
}

#landing_conference #speakers_modal .speaker_list .speaker-bio {
  color: var(--text-color-light);
  font-size: 14px;
  line-height: 18px;
  margin-top: 9px;
  padding-left: 20px;
}

@media (max-width: 550px) {
  #landing_conference #speakers_modal .speaker_list .speaker-bio *:not(.bio-toggle) {
    display: list-item;
    text-align: left;
  }
  #landing_conference #speakers_modal .speaker_list .speaker-bio.opened * {
    display: revert;
  }
  #landing_conference #speakers_modal .speaker_list .speaker-bio.opened .bio-toggle {
    display: block;
  }
}

#landing_conference #speakers_modal .speaker_list .speaker-bio .bio-toggle {
  display: none;
}

@media (max-width: 550px) {
  #landing_conference #speakers_modal .speaker_list .speaker-bio .bio-toggle {
    display: inline-flex;
    font-size: 14px;
    padding-right: 22px;
    background: url("../img/dropdown.svg") no-repeat center right;
    text-decoration: none;
    color: var(--primary-color);
    appearance: none;
    border: 0;
    box-shadow: none;
  }
}

#landing_conference #speakers_modal .speaker_list .presentation-link {
  align-self: start;
  display: flex;
  margin-top: 9px;
  align-items: center;
  gap: 24px;
  font-size: 16px;
  color: var(--primary-color);
  line-height: 1.4;
  justify-content: center;
}

@media (max-width: 550px) {
  #landing_conference #speakers_modal .speaker_list .presentation-link {
    display: flex;
    align-self: center;
    gap: 12px;
  }
}

#landing_conference #speakers_modal .speaker_list .presentation-icon {
  aspect-ratio: 1.21;
  object-fit: contain;
  object-position: center;
  width: 29px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

#landing_conference #speakers_modal .speaker_list .presentation-icon-alt {
  aspect-ratio: 1.26;
  object-fit: contain;
  object-position: center;
  width: 29px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

#landing_conference #speakers_modal .speaker_list .presentation-text {
  color: var(--primary-color);
  align-self: stretch;
  margin: auto 0;
}

#landing_conference .owl-controls {
  margin: auto;
}

#landing_conference .vis-sm {
  display: none;
}

@media (max-width: 550px) {
  #landing_conference .vis-sm {
    display: block;
  }
}

#landing_conference .vis-table {
  display: none;
}

@media (min-width: 1200px) {
  #landing_conference .vis-table {
    display: block;
  }
}

.photo_modal_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing_dummy {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}

.landing_dummy:before {
  content: '';
  position: absolute;
  background: lightgray;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.landing_dummy:after {
  content: attr(width) " x " attr(height);
  white-space: pre;
  color: gray;
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  top: calc(50% - .5em);
  font-size: 100%;
}

.landing_dummy.alt:after {
  content: attr(alt);
}

.landing_dummy.double.alt:after {
  content: attr(alt) "\a" attr(data-second);
  white-space: pre;
  top: calc(50% - 1em);
}

.landing_dummy.big {
  font-size: 200%;
}

.landing_dummy.small {
  font-size: 50%;
}

.landing_dummy.round {
  padding: 0 1em;
}

.landing_dummy.round:before {
  border-radius: 1em;
}

.landing_dummy.round:after {
  margin-left: -1em;
}

.speakers-hidden-cards {
  display: none;
}
