:root {
  --container-max-width: 1440px;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.container {
  justify-content: space-between;
  align-items: flex-start;
}

.h2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
}

.team-member-image {
  text-align: center;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.team-member-image:hover {
  box-shadow: none;
  -webkit-text-stroke-width: 0px;
  mix-blend-mode: normal;
  border: 0 solid #000;
}

.team-member-name {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: filter .3s ease-in;
}

.team-member-name:hover {
  opacity: .5;
  filter: blur(5px);
}

.team-member-position {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.footer-dark {
  background-color: #000;
  margin-top: 0;
  padding: 15px 10%;
  position: relative;
  inset: auto 0% 0%;
}

.footer-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin: 30px auto 60px;
  display: grid;
}

.footer-content {
  grid-column-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-content.support-logo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  align-items: center;
}

.footer-content.support-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}

.footer-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-social-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.footer-copyright-center {
  color: #333;
  text-align: center;
  font-family: Raleway;
  font-size: 12px;
  line-height: 24px;
}

.hero-section {
  z-index: -1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 60px 10%;
  font-size: .5vh;
  display: flex;
  overflow: hidden;
}

.container-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.paragraph {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}

.paragraph.program {
  margin-top: 0;
}

.list-item {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 0;
  font-weight: 300;
  line-height: 30px;
}

.section {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 70px 10%;
  display: block;
}

.section.section-yellow {
  background-color: #ffc142;
  margin-top: 120px;
  margin-bottom: 120px;
}

.section.section-yellow.quote {
  height: 50vh;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.first {
  padding-top: 120px;
}

._50-container {
  flex: 1;
  max-width: none;
  margin-right: auto;
}

.list-ver {
  color: #111;
  margin-bottom: 30px;
  padding-left: 24px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-title {
  color: #999;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.footer-social-image {
  max-height: 16px;
}

.mobile-menu {
  z-index: 999;
  background-color: #ffc142;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav {
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  display: block;
}

.desktop-menu-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
  text-decoration: none;
}

.menu-icon {
  filter: invert();
  display: none;
}

.close-icon {
  display: block;
}

.mobile-menu-item {
  align-self: flex-start;
  display: none;
}

.desktop-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: baseline;
  display: flex;
  position: relative;
}

.hidden-nav {
  justify-content: space-between;
  align-items: center;
  margin: 10px 24px;
  display: flex;
  position: static;
  inset: 0%;
}

.hamburger-icon {
  width: 30px;
}

.nav-logo {
  filter: invert();
  height: 50px;
}

.shown-nav {
  background-color: green;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.shown-nav.nav {
  z-index: 999;
  background-color: #0000;
  margin: 10px 24px;
  position: fixed;
}

.mobile-menu-text {
  color: #111;
  text-decoration: none;
}

.link-wrapper {
  padding-bottom: 6px;
  overflow: hidden;
}

.link-underline {
  border-bottom: 1px solid #fff;
}

.consentpopup {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #111;
  justify-content: space-around;
  padding: 30px;
  position: static;
  inset: auto 0% 0%;
}

.consentbtn {
  background-color: #ffc142;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 12px 24px;
}

.consentbtn.closebtn {
  background-color: #0000;
  border: 1px solid #fff;
}

.consent-noti {
  color: #fff;
  flex: 1;
  order: -1;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.consentbtn_text {
  color: #111;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.consentbtn_text.white {
  color: #fff;
}

.btnwrap {
  grid-column-gap: 24px;
  flex-direction: row;
  display: flex;
}

.link {
  color: #ffc142;
}

.popup-wrapper {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.scroll-down-btn {
  z-index: 1;
  width: 30px;
  height: 30px;
  text-decoration: none;
  position: absolute;
  inset: auto auto 30px 50%;
}

.theme {
  width: 100%;
  display: block;
  overflow: hidden;
}

.theme.theme-last {
  border-bottom: 1px solid #fff;
}

.dropdown-toggle {
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
  display: block;
  position: static;
}

.accordion-icon {
  color: #fff;
}

.topic-title {
  color: #fff;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

.icon {
  color: #fff;
  font-size: 30px;
}

.hero-sub-heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1em;
}

.tab {
  color: #fff;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 16px;
}

.tab-link {
  background-color: #0000;
}

.tab-link.w--current {
  background-color: #0000;
  border-bottom: 3px solid #ffc142;
}

.paragraph-tab {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}

.page-banner {
  background-color: #000;
  align-items: center;
  max-width: none;
  min-height: 23vh;
  padding: 120px 10% 60px;
  display: flex;
}

.banner {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 40vh;
  transition: transform .3s ease-in, filter .3s ease-in;
  display: flex;
}

.banner:hover {
  filter: blur(5px);
  transform: scale(1.03);
}

.link-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-banner-link {
  z-index: 2;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: underline;
  transition: filter .3s;
  position: absolute;
}

.h2-banner-link:hover {
  filter: blur(5px);
}

.page-title {
  color: #fff;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}

.section-page {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 60px 10%;
  display: block;
}

.section-page.sub {
  padding-top: 60px;
}

.footer-link {
  color: #999;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.cms-content-section {
  background-color: #000;
  max-width: none;
  min-height: 60vh;
  padding: 0 0%;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.profile_icon_link {
  padding-right: 0;
}

.team-member-link {
  text-align: center;
  align-self: center;
  transition: filter .3s ease-in;
}

.team-member-link:hover {
  opacity: .5;
  filter: blur(15px) grayscale();
}

.team-member-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.tabs-menu {
  border-bottom: 1px solid #595b5c;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ticket-button-mobile {
  color: #ffc142;
  background-color: #000;
  border: 1px solid #ffc142;
  padding: 6px 18px;
  font-family: Poppins, sans-serif;
}

.ticket-button-mobile:hover {
  color: #111;
  -webkit-text-stroke-color: #111;
  background-color: #ffc142;
}

.h1 {
  color: #fff;
  text-transform: uppercase;
  max-width: 100%;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}

.event-title {
  color: #fff;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: filter .3s ease-in;
}

.event-title:hover {
  opacity: .5;
  filter: blur(5px);
}

.gradien-mask {
  background-image: linear-gradient(to top, #000 10%, #0003);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.landing-speaker-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rundown-time {
  color: #fff;
  text-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.rundown-title {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.rundown-title.event-title {
  margin-top: 0;
  text-decoration: underline;
}

.rundown-details {
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

._50-image-left {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 0;
}

.page-desc {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.page-banner-container {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  min-width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cms-image {
  text-align: center;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.cms-image:hover {
  box-shadow: none;
  -webkit-text-stroke-width: 0px;
  mix-blend-mode: normal;
  border: 0 solid #000;
}

.cms-title {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
}

.tabs-2 {
  margin-bottom: 60px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}

.tabs-content {
  margin: -30px;
  padding: 30px;
}

.section-banner {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.collection-gradient-wrpper {
  width: 100vw;
  margin-left: 10%;
  margin-right: 10%;
  transition: transform .3s ease-in, filter .3s ease-in;
  position: relative;
}

.collection-gradient-wrpper:hover {
  opacity: .5;
  filter: grayscale() blur(10px);
  transform: scale(1.02);
}

.mobile-menu-contact, .mobile-menu-social {
  grid-column-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.nav-logo-copy {
  height: 50px;
}

.mobile-menu-details {
  color: #999;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 24px;
}

.mobile-menu-details-2 {
  color: #999;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.transition {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.transition-content {
  background-color: #ffc142;
  width: 100vw;
  height: 100vh;
}

.transition-trigger {
  display: none;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: brightness(200%);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-member-image-in-program-page {
  text-align: center;
  border-radius: 50%;
  width: 65%;
  min-width: 100px;
  max-width: none;
  margin-bottom: 0;
  display: block;
}

.team-member-image-in-program-page:hover {
  box-shadow: none;
  -webkit-text-stroke-width: 0px;
  mix-blend-mode: normal;
  border: 0 solid #000;
}

.profile-social-image {
  max-height: 16px;
}

.profile-social-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-grid-index {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.background-video {
  min-width: 100vw;
  min-height: 100vh;
  display: block;
  position: absolute;
}

.lottie-animation {
  width: 66%;
}

.hero-texts {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  transform: translate(0);
}

.cms-category {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  margin-top: 12px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}

.time-wrapper {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
}

.guest-wrapper {
  margin-top: 120px;
  margin-bottom: 60px;
}

.collection-item-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.team-member-name-in-program-list {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  transition: filter .3s ease-in;
}

.team-member-name-in-program-list:hover {
  opacity: .5;
  filter: blur(5px);
}

.rundown-description {
  color: #ccc;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.dash {
  padding-left: 2px;
}

.icon-2, .icon-3 {
  margin: auto;
  font-size: 16px;
}

.slider {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
}

.white-link {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  transition: filter .3s ease-in;
}

.white-link:hover {
  opacity: .5;
  filter: blur(5px);
}

.white-link.program-item-venue {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: underline;
}

.white-link.program-item-address {
  text-align: left;
  font-size: 12px;
  font-weight: 200;
  line-height: 18px;
}

.program-item-header {
  color: #fff;
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.program-item-header.first {
  margin-top: 0;
}

.program-item-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}

.program-item {
  grid-column-gap: 30px;
  grid-row-gap: 6px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.program-item-venue {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
  text-decoration: none;
}

.program-item-address {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 10px;
  text-decoration: none;
}

.flex-block-8 {
  margin-top: 20px;
}

.right-arrow, .left-arrow {
  width: 30px;
}

.swiper-slide {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.swiper-pagination {
  display: block;
}

.highlight-image {
  width: 100%;
  max-width: none;
  margin-bottom: 12px;
}

.slide-nav {
  font-size: 8px;
}

.speakers-title {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: auto;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
}

.speakers-paragraph {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}

.speakers-description {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: auto;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}

.supported-org-logo, .supported-org-logo.nl4hk {
  width: 120px;
}

.supported-org-logo.ngodei {
  width: 130px;
}

.supported-org-logo.cgartpartment {
  width: 110px;
}

.supported-org-logo.sft {
  width: 180px;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 0;
}

.supported-org-logo.amnesty-student-the-hague {
  width: 90px;
  margin-left: 0;
  margin-right: 0;
}

.supported-org-logo.limestonelogo {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.supported-org-logo.trinitylogo {
  width: 170px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.container-flex-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.locale-icon {
  filter: invert();
  max-width: 10px;
  margin-top: 7px;
  margin-right: 5px;
}

.collection-list {
  font-style: normal;
}

.columns-6 {
  width: 100%;
}

.programs-item {
  flex-direction: column;
  align-items: center;
}

.programs-image-link {
  align-self: center;
  margin-bottom: 12px;
  transition: filter .3s ease-in;
}

.programs-image-link:hover {
  opacity: .5;
  filter: blur(15px) grayscale();
}

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.program-title-wrapper {
  max-width: 50%;
  margin-bottom: 120px;
}

.quote {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
}

.quote.author {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

.quote.author.name {
  font-weight: 200;
}

.program-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.program-time {
  margin-bottom: 0;
}

.div-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.page-desc-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
  padding-bottom: 50px;
}

.quote-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: flex;
}

.quote-author-wrapper {
  position: absolute;
  inset: auto 0% 0%;
}

.banner-image {
  object-fit: cover;
  object-position: 50% 0%;
  min-height: 100%;
}

.color-overlay {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
}

.paragraph-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}

.paragraph-exhibition {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}

.heading {
  color: #fff;
}

.panelists_programs {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.collection-item-4 {
  flex-direction: column;
  display: flex;
}

.rundown-title-dot {
  color: #fff;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.rundown-title-dot.event-title {
  margin-top: 0;
  text-decoration: underline;
}

.flex-block-9 {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    aspect-ratio: auto;
    align-self: center;
  }

  .team-member-name, .team-member-position {
    justify-content: center;
    display: flex;
  }

  .footer-dark {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: block;
    overflow: visible;
  }

  .footer-wrapper {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .footer-social-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-section {
    background-image: url('../images/Smudge-1-web.webp'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .container-flex {
    align-content: flex-start;
  }

  ._50-container {
    text-align: left;
  }

  .footer-title {
    font-weight: 700;
  }

  .nav {
    max-width: none;
    overflow: visible;
  }

  .consentpopup {
    background-color: #000;
  }

  .popup-wrapper {
    z-index: 999;
  }

  .page-banner {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-page {
    text-align: left;
    margin-bottom: 60px;
  }

  .footer-link {
    text-decoration: none;
  }

  .cms-content-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: block;
  }

  .body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
  }

  .team-member-link {
    text-align: center;
    position: static;
  }

  .team-member-item {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .team-grid {
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr)) minmax(20%, 1fr) minmax(20%, 1fr) minmax(20%, 1fr);
  }

  .h1 {
    text-align: left;
  }

  .event-title {
    justify-content: center;
  }

  .rundown-time {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .rundown-title {
    padding-left: 0%;
    padding-right: 0%;
  }

  .rundown-details {
    padding-left: 0%;
    padding-right: 0%;
    font-weight: 600;
  }

  .cms-image {
    aspect-ratio: auto;
    align-self: center;
  }

  .mobile-menu-details {
    font-weight: 700;
  }

  .mobile-menu-details-2 {
    text-decoration: none;
  }

  .team-member-image-in-program-page {
    aspect-ratio: auto;
    align-self: center;
  }

  .profile-social-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .team-grid-index {
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr)) minmax(20%, 1fr) minmax(20%, 1fr) minmax(20%, 1fr);
  }

  .collection-item-2 {
    max-width: 100%;
  }

  .team-member-name-in-program-list {
    text-align: left;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    display: flex;
  }

  .collection-item-3 {
    text-align: left;
  }

  .rundown-description {
    padding-left: 0%;
    padding-right: 0%;
  }

  .icon-3 {
    margin-left: auto;
  }

  .white-link {
    text-align: left;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    display: flex;
  }

  .programs-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .programs-image-link {
    position: static;
  }

  .program-grid {
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr)) minmax(20%, 1fr) minmax(20%, 1fr) minmax(20%, 1fr);
  }

  .paragraph-exhibition {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .rundown-title-dot {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .team-member-image {
    aspect-ratio: auto;
  }

  .footer-dark {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-content {
    align-items: center;
  }

  .footer-content.support-logo {
    justify-content: center;
  }

  .hero-section {
    background-position: 50%;
    background-size: cover;
    font-size: 1vw;
  }

  .container-flex {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .paragraph {
    margin-top: 0;
  }

  .section {
    padding: 60px 5%;
  }

  ._50-container {
    min-width: 100%;
    max-width: none;
  }

  .mobile-menu {
    flex-direction: column;
    justify-content: space-between;
    padding: 120px 24px 24px;
  }

  .nav {
    position: static;
    top: 0;
  }

  .menu-icon {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
    position: static;
    right: 30px;
  }

  .close-icon {
    z-index: 999;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: block;
  }

  .brand {
    z-index: 999;
    position: relative;
  }

  .mobile-menu-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .desktop-menu {
    display: none;
  }

  .hidden-nav {
    position: fixed;
    inset: 0% 0% auto;
  }

  .shown-nav {
    display: flex;
  }

  .mobile-menu-text {
    margin-bottom: 6px;
    font-size: 48px;
    font-weight: 500;
    line-height: 54px;
  }

  .hero-sub-heading {
    margin-top: 25%;
    font-size: 4vw;
  }

  .page-banner {
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .banner {
    height: 30vh;
  }

  .section-page {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-page.sub {
    padding-top: 60px;
  }

  .team-member-item {
    text-align: center;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ticket-button-mobile {
    color: #ffc142;
    background-color: #111;
    margin-left: -18px;
    font-size: 48px;
    line-height: 54px;
  }

  ._50-image-left {
    margin-bottom: 24px;
    padding-right: 0;
  }

  .page-desc {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .page-banner-container {
    flex-direction: column;
  }

  .cms-image {
    aspect-ratio: auto;
  }

  .collection-gradient-wrpper {
    height: 2%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .mobile-menu-contact {
    filter: brightness(10%);
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .mobile-menu-social {
    filter: brightness(10%);
    align-items: flex-start;
  }

  .brand-copy {
    z-index: 999;
    position: fixed;
    top: 10px;
    left: 24px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-grid-index {
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr)) minmax(20%, 1fr) minmax(20%, 1fr) minmax(20%, 1fr);
  }

  .lottie-animation {
    width: 100%;
  }

  .white-link.program-item-address {
    text-decoration: underline;
  }

  .program-item {
    flex-direction: column;
    width: 50%;
  }

  .program-title-wrapper {
    max-width: none;
  }

  .quote {
    font-size: 36px;
    line-height: 48px;
  }

  .program-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-desc-wrapper {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .paragraph-copy {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .h2.eh {
    margin-bottom: 12px;
  }

  .team-member-image {
    display: block;
    overflow: hidden;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }

  .hero-section {
    background-size: cover;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section {
    overflow: hidden;
  }

  .section.section-yellow.quote {
    height: 100vh;
  }

  .mobile-menu-text {
    font-size: 24px;
    line-height: 30px;
  }

  .scroll-down-btn {
    height: 30px;
  }

  .hero-sub-heading {
    margin-top: 0%;
  }

  .banner {
    height: 100vh;
  }

  .section-page {
    overflow: hidden;
  }

  .cms-content-section {
    padding: 60px 15px;
  }

  .ticket-button-mobile {
    font-size: 24px;
    line-height: 30px;
  }

  .cms-image {
    display: block;
    overflow: hidden;
  }

  .mobile-menu-contact, .mobile-menu-social {
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .team-member-image-in-program-page {
    display: block;
    overflow: hidden;
  }

  .lottie-animation {
    width: 66%;
  }

  .guest-wrapper {
    margin-top: 60px;
  }

  .container-flex-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .program-title-wrapper {
    margin-bottom: 60px;
  }

  .quote {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .h2 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 42px;
  }

  .footer-content.support-logo {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-section {
    background-image: none;
  }

  .list-item {
    min-width: 100%;
  }

  .section.section-yellow.quote {
    height: 50vh;
  }

  .list-ver {
    max-width: 100%;
  }

  .nav-logo {
    height: 40px;
  }

  .consentpopup {
    flex-direction: column;
  }

  .hero-sub-heading {
    margin-top: 25%;
    font-size: 6vw;
  }

  .tab {
    white-space: nowrap;
  }

  .tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-banner {
    min-height: 20vh;
  }

  .banner {
    height: 70vh;
  }

  .h2-banner-link {
    font-size: 45px;
  }

  .page-title {
    font-size: 36px;
    line-height: 42px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    display: flex;
    overflow: scroll;
  }

  .h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .gradien-mask, .landing-speaker-wrap {
    height: 70vh;
  }

  .rundown-details {
    padding-top: 0;
  }

  .page-desc {
    flex-direction: column;
  }

  .cms-title {
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 42px;
  }

  .collection-gradient-wrpper {
    height: 70vh;
  }

  .nav-logo-copy {
    height: 40px;
  }

  .hero-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-member-image-in-program-page {
    width: 33vw;
    height: 33vw;
  }

  .team-grid-index {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr)) minmax(50%, 1fr);
  }

  .lottie-animation {
    width: 100%;
  }

  .cms-category {
    font-size: 24px;
    line-height: 30px;
  }

  .speakers-title {
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 42px;
  }

  .speakers-description {
    font-size: 24px;
    line-height: 30px;
  }

  .program-grid {
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .page-desc-wrapper {
    flex-direction: column;
  }
}

#w-node-b3be6f6b-c76d-30f4-c6f6-f4cbe876902f-e6edb02e, #w-node-_0f3b6ea6-8987-8e04-a5d5-20f922784766-01799f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b0a1035-5901-afe2-e3bd-62ee5d8d4599-30eafe4b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0fd93411-bade-e6b1-05ba-2158bf1981c9-30eafe4b, #w-node-f3824de2-502b-eb26-f823-365265c6a4fe-30eafe4b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ef9a2b2-64a0-7e18-b245-ac82327d1791-30eafe4b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_93d79b03-bda5-99a0-86bf-cefddba70ff2-30eafe4b, #w-node-_32014658-4146-d14c-95fa-0cf7778b5285-30eafe4b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5187a357-ca4c-77fc-60a8-29e0e7527216-30eafe4b {
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_0476bc80-23f1-2b34-925b-8c119afa812c-e6edb02e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e695f246-c5bc-de01-9e19-f7f6a07f8c85-30eafe4b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_32014658-4146-d14c-95fa-0cf7778b5285-30eafe4b {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9ae21a28-8b4c-2f4d-0ad1-e9e1fc1f3fc7-e6edb02e, #w-node-_0f3b6ea6-8987-8e04-a5d5-20f922784773-01799f7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ef9a2b2-64a0-7e18-b245-ac82327d1791-30eafe4b {
    grid-column: span 3 / span 3;
  }

  #w-node-_93d79b03-bda5-99a0-86bf-cefddba70ff2-30eafe4b {
    grid-column: span 4 / span 4;
  }

  #w-node-_32014658-4146-d14c-95fa-0cf7778b5285-30eafe4b {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Leaguegothic Variablefont Wdth';
  src: url('../fonts/LeagueGothic-Regular-VariableFont_wdth.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Variablefont Wght';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}