
.gs-dev-tools {
  z-index: 9999;
}

.font-fixed-16 {
  font-size: 16px;
  line-height: 1.4;
}

[gsap-animate]._initial-hide {
  opacity: 0;
}

#logo-semafor,
.img-first_view {
  opacity: 0;
}

body.t-start {
  visibility: hidden;
  transform: none !important;
  will-change: auto !important;
}

.link {
  cursor: pointer;
}

.nav-link.active .nav-line {
  background-color: #42594C;
}

.nav-link.active .nav-text {
  color: #42594C;
  font-weight: bold;
}

.nav-link:last-child .nav-line {
  display: none;
}

.nav-link:last-child.active .nav-text {
  color: inherit;
  font-weight: bold;
}

.bottom-link.active {
  color: #42594C;
  font-weight: bold;
}

.quote-items {
  font-size: 14px;
  font-family: sans-serif;
  
  .quote-item.is-1 {
    display: table;
    width: fit-content;
    padding-top: 12px;

    img {
      display: table-cell;
      width: 48px;
      border-radius: 50%;
      object-fit: cover; 
    }

    .div-block {
      display: table-cell;
      vertical-align: middle;
      padding-left: 12px;
    }
  }

  .quote-item.is-2 {
    padding-top: 60px;

    .div-block {
      border-top: 1px dashed #c3c1ae;
      padding-top: 12px;
      font-size: 18px;

      .font-bold {
        color: #575757;
      }

      .text-balance {
        font-family: var(--_font---serif);
      }

      .text-sm {
        font-size: 14px;
      }
    }
  }
}

.hero-wrp {
  /* height: calc(1.111 * (var(--heading-height) + var(--quote-1-height) + var(--quote-2-height) + 48px)); */
}

.h-spacing {
  flex: none;
  width: 200px;
  height: 50px;

  &._sm-spacing {
    width: 24px;
  }

  &#toAdvisors {
    height: 0;
  }
}

.vertical-section._advisors {
  width: min-content !important;
  /* max-width: 2500px !important; */
}

.swiper-slide {
  display: flex;
  align-items: center;
  /* Alinha verticalmente ao centro */
  justify-content: center;
  /* Alinha horizontalmente */
  padding: 20px;
  box-sizing: border-box;
  /* Garante que o padding não quebre o layout */
  gap: 20px;
  /* Espaço entre a imagem e o texto */
}

.session-heading {
  max-width: 800px;
  grid-row-gap: 48px;
  align-items: initial;
}

.journalists-slider {
  width: 488px;
  height: 488px;

  .w-slider-mask {
    overflow: visible;
  }

  img {
    margin-bottom: 12px;
  }
}

._card-spacer {
  width: 24px;
}

.next-events-group {
  padding: 0;
}

#secInquire .h-section {
  h2, h3 {
    font-family: "Featureflat Web";
    font-weight: normal;
  }

  a, h4 {
    font-family: sans-serif;
  }
}


.event02-infos {
  h3 {
    span {
      font-weight: normal !important;
    }
  }

  a {
    font-family: sans-serif;
    text-decoration: underline;
  }
}

._principals-slide {
  padding-left: 4vw;
  padding-right: 4vw;
  max-width: 800px;
  min-width: 50vw;
}

/** start manual adjustments **/

/* .people-grid-wrp {
  height: 446px;
} */

.rich02-rich h2 {
  font-size: 40px;
  line-height: 120%;
}

.coChairsSection {
  .people01-img {
    height: 25vh;
    min-height: 206px;
    width: auto;
  }
}

.advisorySection {
  .people01-img {
    height: 13vh;
    min-height: 79px;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  /* .people-grid-wrp {
    height: unset;
  } */
}

@media screen and (max-width: 479px) {
  .coChairsSection,
  .advisorySection {
    .people01-img {
      height: unset;
    }
  }
  
  .img-channels {
    min-height: unset !important;
  }

  .rich02-rich h2 {
    font-size: 26px;

    &.sub-hed-30 {
      font-size: 30px !important;
    }
  }

  .coChairsSection {
    .people01-img {
      width: 169px !important;
    }
  }

  .advisorySection {
    .people01-img {
      width: 79px !important;
    }
  }
}

/** end manual adjustments **/

.people01-grid {
  width: 900px;
  grid-column-gap: 48px;

  .c-people01  {
    align-items: center;
    flex-flow: initial;
  }
  
  .person_card {
    border-bottom: 1px dashed #c3c1ae;
    padding-top: 24px;
    padding-bottom: 24px;

    &:nth-child(-n + 2) {
      padding-top: 0;
    }

    &:nth-last-child(-n + 2) {
      border-bottom: none !important;
      padding-bottom: 0 !important;
    }
  }
}

.vertical-section._advisors {
  .person_card:last-child {
    padding-bottom: 0;
  }
}

.vertical-content .vertical-content:last-child {
  .people_list {
    border-right-style: none !important;
  }
}

.vertical-content .vertical-content {
  grid-template-columns: 1fr;
}

._co-chairs-divider {
  position: absolute;
  height: 85%;
  height: -webkit-fill-available;
  border-right: 1px dashed #c3c1ae;
  margin-left: 50%;
}

.w-slider-mask {
  pointer-events: none;
}

.w-input {
  color: var(--_brand---secondary);
}

.w-form-done {
  background-color: var(--_brand---secondary);
}

.next-events-title h2 {
  font-size: 48px;
}

.press-quote {
  font-size: 24px;
}

.quote-source {
  margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }

  .vertical-section._advisors {
    width: 100% !important;
  }

  .people01-grid {
    width: 100% !important;
    /* grid-row-gap: 12px; */

    .person_card {
      &:nth-child(-n + 2) {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
      }

      &:nth-last-child(-n + 2) {
        border-bottom: 1px dashed #c3c1ae !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
      }
    }
  }

  .people_list {
    border-right-style: none !important;
  }

  .people01-grid,
  .vertical-content:last-child {
    .person_card:last-child {
      border-bottom: none !important;
    }
  }
}

@media screen and (max-width: 991px) {
  .hero-content {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  ._principals-slide {
    width: initial !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  ._circular-spacer {
    margin: 70px 0;
  }

  .h-section, .h-flex {
    width: auto;
  }

  #secInquire {
    padding-bottom: 0 !important;
  }

  #secInquire .h-section {
    padding-top: 0;
    margin: 0 12px;
  }

  .absolute.svg-rich {
    /* width: 100%;
    height: auto;
    transform: translate(12px, -50%); */
  }

  .partnes-container {
    width: 100%;
    padding: 0 12px;
  }

  .person_card:where(.w-variant-b6456b7e-77a2-b3e3-b57e-1bc3560f3892) {
    min-width: initial !important;
  }
  

  .event01-img:where(.w-variant-2388f887-8573-58fd-31f9-da147d5618a0) {
    aspect-ratio: initial !important;
  }

  .event02-infos.type-7 {
    width: initial !important;
  }

  .session-container {
    margin: 0 12px;
  }

  .journalists-slider {
    width: 100%;
    height: auto;

    .w-slider-mask {
      padding: 0 12px;
    }
  }

  .vertical-content--container {
    margin: 0 12px;

    .vertical-content {
      margin: 0 !important;
      padding-bottom: 12px;
      width: 100%;
    }

    .vertical-content:last-child {
      .person_card:last-child {
        border-bottom: none !important;
      }
    }
  }

  .people_list {
    width: 100% !important;
    padding: 0;
  }

  #secMission {
    padding-bottom: 0;
  }

  .people-grid-wrp {
    width: 100%;
    padding: 0 12px;
  }

  .grid-content {
    display: initial !important;
    width: initial !important;
    height: initial !important;


    .floating-pic {
      margin: 12px;
    }
    
    .center-block,
    .floating-pic {
      position: relative !important;

      &._01 {
        display: none;
      }

      &._03, &._02 {
        float: left;
        width: calc(50% - 18px);
      }

      &._02 {
        float: right;
        margin-left: 0;
      }

      &._03 {
        margin-right: 0;
      }
    }

    .center-block {
      float: left;
    }
  }

  .c-article01, .c-next-events {
    width: initial;
    min-width: fit-content;
    margin: 0 12px;
  }

  .quote-items {
    .quote-item > img {
      border-radius: 50%;
      object-fit: cover; 
      width: 62px;
    }

    .quote-item {
      &.is-1 {
        /* placeholder */
      }
      
      &.is-2 {
        /* placeholder */
      }
    }
  }

  .intro-wrapper {
    padding-top: 0 !important;
  }

  .modal-wrp {
    padding-bottom: 10rem;
  }

  .modal-group {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .heading {
    width: initial;
    max-width: 40rem;
  }
  
  .c-rich02, .rich01-rich {
    max-width: initial !important;
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .c-rich02 {
    margin-left: 12px !important;
  }

  ._w-screen {
    min-width: 21.33333333rem !important;
  }

  .semafor-logo {
    width: 256px !important;
  }

  .img-second_view._01 {
    width: 93px !important;
    top: 1.66666667% !important;
    left: -14.66666667% !important;
  }

  .img-second_view._02 {
    width: 93px !important;
    inset: -15% 9% auto auto !important;
  }

  .img-second_view._03 {
    width: 106px !important;
    inset: auto -10% 3% auto !important;
  }

  .img-first_view._01 {
    width: 93px !important;
    top: 1.66666667% !important;
    left: -14.66666667% !important;
  }

  .img-first_view._02 {
    width: 93px !important;
    inset: -15% 9% auto auto !important;
  }

  .img-first_view._03 {
    height: 106px !important;
    inset: auto -6% -4% auto !important;
  }
}

.img-second_view._03 {
  aspect-ratio: inherit !important;
}

.loader {
  position: absolute;
  display: block;
  right: 42px;
  margin-top: 8px;
}

.bounce {
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
  animation: grow 2s 0s infinite ease-in-out;

  &.yellow {
    background-color: #fcfae4;
  }

  &:nth-child(2) {
    animation-delay: 1s;
  }
}

@keyframes grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.press-logo {
  width: 300px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.press-logo img {
  max-width: 100%;
  max-height: 40px;
  height: auto;
  width: auto;
}

.partnes-logo .slider {
  height: 50px;
}

.partnes-logo .slider .partner-brand {
  align-items: normal;
}

/* Show desktop version, hide mobile version on large screens (992px+) */
.partnes-logo {
  display: grid;
}

.partnes-logo.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  /* Hide desktop version, show mobile version on small screens */
  .partnes-logo {
    display: none;
  }

  .partnes-logo.mobile {
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .partnes-logo.mobile .slider {
    margin: 0 auto;
    height: inherit;
    width: 200px;
  }
  .partnes-logo.mobile .slider .partner-brand {
    max-width: 200px;
  }
}

@media screen and (min-width: 991px) {
  .advisorySection, .principalsSection, .journalistsSection, .channelsSection {
    display: flex;
    align-items: center;
  }

  .advisorySection_title, .principalsSection_title, .journalistsSection_title, .channelsSection_title {
    display: flex;
    align-items: center;
  }

  .coChairsSection .c-rich02 {
    margin-bottom: 55px;
  }
}

.coChairsSection .c-rich02 {
  max-width: none;
}

.navbar-bottom {
  bottom: auto;
  top: 52px;
}