:root {
  --title-bar-height-primary: 0.7rem;
  --title-bar-height-secondary: 0.35rem;
  --title-bar-width: 3.5rem;
  --title-font-size-primary: 2.3rem;
  --title-font-size-secondary: 1.7rem;
  --title-padding: 1rem; }
  @media (max-width: 1279.98px) {
    :root {
      --title-font-size-primary: 2rem;
      --title-font-size-secondary: 1.5rem; } }
  @media (max-width: 991.98px) {
    :root {
      --title-font-size-primary: 1.5rem;
      --title-font-size-secondary: 1.2rem; } }

.navbarMain .container-lg {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.navbarMain__brand img {
  max-width: 140px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.3s ease-in-out; }

.navbarMain__menu {
  list-style: none;
  display: flex; }

.navbarMain__link {
  color: #ed1c24;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 0.3em 0.75em;
  transition: all 0.3s ease-in-out; }
  .navbarMain__link:not(:last-child) {
    margin-right: 1rem; }
  .navbarMain__link:hover {
    color: #d34a4a; }

@media (max-width: 1079.98px) {
  .navbarMain__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .navbarMain__brand img {
    max-width: 110px; }
  .navbarMain .container-lg {
    flex-direction: column;
    padding: 1rem 0; } }

@media (max-width: 1079.98px) {
  .navbarMain__menu {
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    height: 0;
    width: 100%;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out; }
    .navbarMain__menu li:not(:last-child) .navbarMain__link {
      margin-bottom: 0.75em; }
  .navbarMain__link {
    display: inline-block;
    font-size: 16px; }
  .navbarMain.isOpen .navbarMain__menu {
    height: auto;
    opacity: 1;
    margin: 2rem 0 1rem 0;
    transform: translateX(0); } }

@media (max-width: 575.98px) {
  .navbarMain__brand img {
    max-height: 40px; } }

.navbar {
  background-color: rgba(250, 250, 247, 0.7);
  color: #636568;
  font-family: 'Regular';
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out; }
  .navbar.afloat {
    background-color: #00a79d;
    box-shadow: 0px 2px 6px 0px rgba(0, 167, 157, 0.4);
    color: #fff; }
    .navbar.afloat .navSearchInput::before {
      background-color: rgba(255, 255, 255, 0.5); }
    .navbar.afloat .navSearchInput__input {
      color: #fff; }
      .navbar.afloat .navSearchInput__input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .navbar.afloat .navSearchInput__input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .navbar.afloat .navSearchInput__input::placeholder {
        color: rgba(255, 255, 255, 0.5); }
  .navbar__container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 0; }
  .navbar__menu {
    display: flex;
    align-items: center; }
  .navbar .navSearchLabel {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar .navSearchLabel i {
      pointer-events: none; }
  .navbar .navSearchInput {
    position: relative;
    transition: all 0.3s ease-in-out; }
    .navbar .navSearchInput::before {
      content: '';
      background-color: #636568;
      position: absolute;
      bottom: -0.15em;
      left: 0.5em;
      height: 1.2px;
      width: 70%;
      transition: all 0.3s ease-in-out; }
    .navbar .navSearchInput__input, .navbar .navSearchInput.focus::before {
      max-width: 8rem; }
    .navbar .navSearchInput__input {
      border: 0;
      background-color: transparent;
      padding: 0.3em 0.5em;
      transition: all 0.3s ease-in-out; }
      .navbar .navSearchInput__input:focus {
        outline: 0; }
      .navbar .navSearchInput__input::-moz-placeholder {
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .navbar .navSearchInput__input:-ms-input-placeholder {
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .navbar .navSearchInput__input::placeholder {
        transition: all 0.3s ease-in-out; }
    .navbar .navSearchInput.focus::before {
      width: 100%; }
  @media (max-width: 1023.98px) {
    .navbar.isOpen {
      background-color: #fafaf7;
      box-shadow: none;
      position: fixed; }
      .navbar.isOpen .navbar__container {
        border-color: rgba(147, 149, 152, 0.6); }
      .navbar.isOpen.afloat {
        color: unset; }
    .navbar__container {
      border-bottom: 2px solid transparent;
      justify-content: space-between; }
    .navbar .navSearchLabel {
      justify-content: flex-end;
      margin-right: 2rem; }
    .navbar .navSearchInput {
      display: block;
      width: 0%; }
      .navbar .navSearchInput__input, .navbar .navSearchInput.focus::before {
        max-width: unset; }
      .navbar .navSearchInput__input {
        width: 0%; }
      .navbar .navSearchInput::before {
        background-color: rgba(0, 167, 157, 0.5); }
      .navbar .navSearchInput.focus,
      .navbar .navSearchInput.focus .navSearchInput__input {
        width: 100%; } }
  @media (max-width: 576.98px) {
    .navbar .navItem__text {
      display: none; } }

.navbar:not(.isOpen).afloat .navToggler span {
  background-color: #fff; }

.navToggler {
  cursor: pointer;
  position: relative; }

.navToggler span {
  background: #636568;
  border-radius: 20rem;
  display: block;
  margin-bottom: 3px;
  pointer-events: none;
  width: 20px;
  height: 2px;
  transition: all 0.3s ease-in-out; }

.navToggler.navToggler--main span {
  background-color: #ed1c24; }

.navToggler.isOpen span {
  background-color: #00a79d; }

.navToggler.isOpen.navToggler--main span {
  background-color: #ed1c24; }

.navToggler.isOpen span:first-child {
  width: 20px;
  transform: rotate(45deg) translateY(calc(20px / 3)); }

.navToggler.isOpen span:nth-child(2) {
  width: 0;
  transform: translateX(calc(20px / 3)); }

.navToggler.isOpen span:last-child {
  transform: rotate(-45deg) translateY(calc(20px / -3)); }

@media (min-width: 1024px) {
  .navToggler {
    display: none; }
  .navToggler:not(.isOpen):hover span:first-child {
    width: calc(20px * 1 / 3); }
  .navToggler:not(.isOpen):hover span:nth-child(2) {
    width: calc(20px * 2 / 3); } }

@media (max-width: 1079px) {
  .navToggler--main {
    display: block; } }

.main {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative; }
  .main__content {
    flex: 1 1 auto; }
  .main__sidemenu {
    flex: 0 0 20rem;
    box-shadow: inset 5px 0px 8px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 1023.98px) {
    .main {
      display: block; }
      .main__sidemenu {
        box-shadow: none; } }

.sidemenu {
  background: #fafaf7;
  position: relative;
  transition: all 0.3s ease-in-out; }
  .sidemenu__list {
    padding: 1.3rem 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 56px);
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .sidemenu__list::-webkit-scrollbar {
      display: none; }
    .sidemenu__list > .sidemenu__item:last-child {
      margin-bottom: 0; }
  .sidemenu__sublist {
    padding-top: 0.6rem;
    padding-left: calc(0.6rem * 3 / 2); }
  .sidemenu__item {
    margin-bottom: 0.6rem; }
  .sidemenu__link {
    border-left: 4px solid transparent;
    color: #939598;
    display: inline-block;
    font-family: 'Regular';
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    padding: 0.2em 0.8em;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out; }
    .sidemenu__link.active {
      color: #00a79d; }
  .sidemenu__list > .sidemenu__item > .sidemenu__link.active {
    border-color: #00a79d; }

@media (max-width: 1023.98px) {
  .sidemenu {
    display: flex;
    align-items: center;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -99;
    transform: translateX(-100%); }
    .sidemenu.isOpen {
      overflow-y: auto;
      -ms-scroll-chaining: none;
      overscroll-behavior: contain;
      opacity: 1;
      transform: translateX(0);
      z-index: 99; }
    .sidemenu__list {
      height: 100%;
      position: relative;
      padding: calc(56px + 1.5rem) 1rem 1.5rem 1rem; } }

:root {
  --title-bar-height-primary: 0.7rem;
  --title-bar-height-secondary: 0.35rem;
  --title-bar-width: 3.5rem;
  --title-font-size-primary: 2.3rem;
  --title-font-size-secondary: 1.7rem;
  --title-padding: 1rem; }
  @media (max-width: 1279.98px) {
    :root {
      --title-font-size-primary: 2rem;
      --title-font-size-secondary: 1.5rem; } }
  @media (max-width: 991.98px) {
    :root {
      --title-font-size-primary: 1.5rem;
      --title-font-size-secondary: 1.2rem; } }

.header {
  margin-top: calc((56px - 3px) * -1); }
  .header__overlay {
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 4rem 1rem; }
  .header__title {
    color: #fff;
    font-family: 'Bold';
    font-size: 2.7rem;
    max-width: 35rem; }
    .header__title .font-thin {
      letter-spacing: 2px; }
  @media (max-width: 1023.98px) {
    .header {
      margin-top: calc(56px * -1); }
      .header.isOpen {
        margin-top: 0; }
      .header__title {
        font-size: 2.2rem; } }
  @media (max-width: 767.98px) {
    .header__title {
      font-size: 2rem;
      max-width: 85%;
      padding: 0 1rem; } }
  @media (max-width: 575.98px) {
    .header__title {
      font-size: 1.5rem; } }

.accordionWrapper {
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1440px) {
    .accordionWrapper {
      margin-bottom: 1.5rem; } }

.accordion {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5rem;
  width: 90%;
  overflow-x: hidden; }
  .accordion:first-child {
    border-top: 2px solid #00a79d; }
  .accordion__header {
    color: #00a79d;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 1rem 0;
    position: relative; }
    .accordion__header i {
      font-size: 3rem;
      pointer-events: none;
      transition: all 0.3s ease-in-out; }
    .accordion__header[aria-expanded='true'] {
      color: #00aeef; }
      .accordion__header[aria-expanded='true'] i {
        transform: rotate(90deg); }
      .accordion__header[aria-expanded='true']::before {
        opacity: 0;
        width: 0%; }
    .accordion__header::before {
      content: '';
      background: #00a79d;
      height: 2px;
      width: 100%;
      opacity: 1;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: all 0.5s ease-in-out; }
  .accordion__title {
    font-family: 'Thin';
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    pointer-events: none; }
  .accordion__body {
    border-bottom: 2px solid #00a79d;
    max-height: 100vh;
    overflow-y: hidden;
    transition: max-height 0.8s ease-in-out, opacity 1s ease-in-out, border-color 0.4s ease-in-out; }
    .accordion__body::-webkit-scrollbar {
      width: 0;
      height: 0; }
  .accordion__body:not(.show) {
    max-height: 0;
    opacity: 0;
    border-color: transparent; }
  .accordion__img {
    max-width: 25rem;
    margin: 0 auto; }
  @media (max-width: 767.98px) {
    .accordion {
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .accordion {
      grid-template-columns: minmax(15rem, 25rem) minmax(20rem, 1fr);
      margin-bottom: 2rem; }
      .accordion:first-child {
        border-top: 0; }
      .accordion__header {
        align-items: flex-start;
        padding: 2rem 1rem 2rem 2rem;
        pointer-events: none; }
        .accordion__header i {
          display: none; }
        .accordion__header::before {
          content: none; }
      .accordion__body {
        padding-right: 1rem;
        border: 0; }
      .accordion__body:not(.show) {
        max-height: unset;
        opacity: unset; }
      .accordion__img {
        margin: 0;
        padding-left: 1rem; }
      .accordion--blue {
        background-color: #ecf9ff; }
        .accordion--blue .accordion__header {
          color: #00aeef; }
      .accordion--cyan {
        background-color: #ecfffd; }
        .accordion--cyan .accordion__header {
          color: #00a79d; }
      .accordion--right {
        margin-left: auto; } }

.parallax {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative; }

.parlx {
  z-index: 0;
  position: relative;
  width: 100%;
  padding-top: calc(100% / 5 * 3) !important;
  overflow: hidden;
  margin-bottom: 1.5rem; }
  .parlx--header {
    padding-top: calc(100% / 6 * 4) !important;
    margin-bottom: 0; }
    .parlx--header .bgimg {
      background-position: center center; }

.bgimg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  top: 0;
  left: 0; }

.parlx-children {
  min-width: unset !important;
  width: 100%;
  height: 105% !important;
  transition: transform 0.1s linear; }

.separator {
  background: #00aeef;
  height: 2px;
  width: 60%;
  max-width: 15rem;
  margin: 4rem auto 3rem auto; }
  @media (max-width: 991.98px) {
    .separator {
      margin: 3rem auto 2rem auto; } }

.participantsTableWrapper {
  margin-bottom: 0.5em;
  overflow-x: auto; }

.participantsTable {
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 0 auto;
  width: 100%;
  min-width: calc( 8rem + 10rem + 20rem);
  table-layout: fixed; }
  .participantsTable th,
  .participantsTable td {
    text-align: left; }
  .participantsTable th:nth-child(1),
  .participantsTable td:nth-child(1) {
    min-width: 3rem; }
  .participantsTable__header {
    background-color: #fafaf7;
    box-shadow: 0px 2px 4px 0px rgba(147, 149, 152, 0.5);
    color: #636568;
    display: block;
    text-transform: uppercase; }
    .participantsTable__header th {
      padding: 0.35em 0.5em;
      position: -webkit-sticky;
      position: sticky;
      top: 0; }
  .participantsTable__body {
    background-color: #ecfffd;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    display: block;
    min-height: 25rem;
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden; }
    .participantsTable__body th,
    .participantsTable__body td {
      padding: 0.6em 0.5em;
      vertical-align: top; }
    .participantsTable__body th {
      font-family: 'Thin';
      font-size: 1.3rem; }
    .participantsTable__body td:first-child,
    .participantsTable__body tr:last-child th,
    .participantsTable__body tr:last-child td {
      border-bottom: 0 !important; }
    .participantsTable__body tr:not(:first-child) th[colspan] {
      padding-top: 1.2em; }
  .participantsTable .border--cyan th,
  .participantsTable .border--cyan td {
    border-bottom: 1.5px solid rgba(0, 193, 181, 0.6); }
  .participantsTable .border--blue th,
  .participantsTable .border--blue td {
    border-bottom: 1.5px solid rgba(35, 195, 255, 0.6); }

.participantsTableWrapper,
.participantsTable tbody {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .participantsTableWrapper::-webkit-scrollbar,
  .participantsTable tbody::-webkit-scrollbar {
    height: 6px;
    width: 6px; }
  .participantsTableWrapper::-webkit-scrollbar-thumb,
  .participantsTable tbody::-webkit-scrollbar-thumb {
    background: #939598;
    border-radius: 10px; }
  .participantsTableWrapper::-webkit-scrollbar-thumb:hover,
  .participantsTable tbody::-webkit-scrollbar-thumb:hover {
    background: #a0a2a4; }

.participantsTable--mentor .participantsTable__header tr,
.participantsTable--mentor .participantsTable__body tr {
  display: grid;
  grid-template-columns: 3rem 2fr 3fr 2fr; }

@media (min-width: 800px) {
  .participantsTable:not(.participantsTable--mentor) th:nth-child(2),
  .participantsTable:not(.participantsTable--mentor) td:nth-child(2) {
    width: 10rem; }
  .participantsTable:not(.participantsTable--mentor) th:nth-child(3),
  .participantsTable:not(.participantsTable--mentor) td:nth-child(3) {
    width: 12rem; } }

@media (max-width: 799.98px) {
  .participantsTable thead th:nth-child(1),
  .participantsTable tbody td:nth-child(1) {
    display: none; }
  .participantsTable th:nth-child(2),
  .participantsTable td:nth-child(2),
  .participantsTable th:nth-child(3),
  .participantsTable td:nth-child(3),
  .participantsTable th:nth-child(4),
  .participantsTable td:nth-child(5) {
    min-width: unset; }
  .participantsTable th:nth-child(2),
  .participantsTable td:nth-child(2) {
    width: 8rem; }
  .participantsTable th:nth-child(3),
  .participantsTable td:nth-child(3) {
    width: 10rem; }
  .participantsTable th:nth-child(4),
  .participantsTable td:nth-child(4) {
    width: 20rem; }
  .participantsTable--mentor .participantsTable__header tr,
  .participantsTable--mentor .participantsTable__body tr {
    grid-template-columns: 1fr 1fr 1fr; } }

.report {
  margin-top: 1.5rem; }
  .report__box {
    background-color: #ecf9ff;
    padding: 1.5rem 5%; }
  .report__title {
    font-family: 'Light';
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  .report__quote {
    color: #00aeef;
    font-family: 'Thin';
    font-size: 1.8rem;
    margin: 2.5rem 0;
    position: relative; }
    .report__quote blockquote {
      opacity: 0;
      transform: translateY(2rem); }
      .report__quote blockquote.show {
        opacity: 1;
        transform: translateY(0); }
  .report__quoteRibbon {
    background: #00aeef;
    position: absolute;
    top: 5%;
    left: -2.5rem;
    width: 1rem;
    height: 0%;
    z-index: 2; }
    .report__quoteRibbon.show {
      height: 90%; }
  .report__quote blockquote, .report__quoteRibbon {
    transition: all 0.5s ease-in-out; }
  @media (min-width: 576.98px) {
    .report__box {
      margin: 0 auto;
      padding: 1.5rem 2.5rem;
      width: calc( 80% + calc((100% - 80%) / 2) + (calc((100% - 80%) / 2) / 5)); }
    .report__container {
      margin: 0 auto;
      width: calc( 80% + calc((100% - 80%) / 2) + (calc((100% - 80%) / 2) / 5)); }
    .report__quote {
      font-size: 2.1rem; }
    .report__quoteRibbon {
      left: calc((calc( ( 100% - ( 80% + calc((100% - 80%) / 2) + (calc((100% - 80%) / 2) / 5) ) ) / 2) + 2.5rem + 6px) * -1); } }
  @media (min-width: 1024px) {
    .report__box {
      margin-left: var(--title-bar-width);
      width: 80%; }
    .report__container {
      margin-left: var(--title-bar-width);
      width: 100%; }
    .report__quoteRibbon {
      left: calc((var(--title-bar-width) + 2.5rem) * -1); } }

.foreword__signature {
  max-width: 8rem;
  margin-left: auto; }
