@font-face {
  font-family: Materialicons;
  src: url('../fonts/MaterialIcons-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museosans 500";
  src: url('../fonts/MuseoSans_500.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Museosans300;
  src: url('../fonts/fonnts.com-Museo_Sans_300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary-col: #051421;
  --systemflow-lite--neutral--80: #37434d;
  --systemflow-lite--neutral--50: #d0d4d9;
  --systemflow-lite--neutral--10: #fff0;
  --systemflow-lite--primary--10: #fff;
  --systemflow-lite--neutral--100: #0e0f11;
  --systemflow-lite--primary--60: #2b93d4;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--dodger-blue: #1378d1;
  --elements-webflow-library--neutral--800: #211f54;
  --systemflow-lite--neutral--20: #f9fafb;
  --systemflow-lite--primary--70: #1d39c4;
  --systemflow-lite--primary--50: #597ef7;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.text-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  display: flex;
  position: absolute;
}

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

.nav-subtitle {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
  overflow: visible;
}

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

.column-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: 78px;
  padding-left: 0;
  display: flex;
}

.columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff70;
  border: 1px solid #ffffffeb;
  border-radius: 1px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 1276px;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  display: flex;
}

.nav-title {
  color: #fff;
  text-align: center;
  font-family: "Museosans 500", sans-serif;
  font-size: 18px;
}

.button-2, .btn-primary {
  text-align: center;
  background-color: #2b93d4;
  border-radius: 20px;
  font-family: "Museosans 500", sans-serif;
  font-size: 14px;
}

.image {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 20px;
  overflow: visible;
}

.div-block {
  background-image: url('../images/Rectangle-1.png');
  background-position: 0 0;
  background-size: auto;
}

.hero-div {
  background-color: #38688687;
  background-image: url('../images/SECTION--Frame-1171276412.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 745px;
  display: flex;
  overflow: hidden;
}

.container-2 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 500px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Museosans300, sans-serif;
  font-size: 40px;
}

.btn-secondary {
  color: #2b93d4;
  text-align: center;
  background-color: #fff;
  border-radius: 19px;
  width: 120px;
  font-family: "Museosans 500", sans-serif;
}

.bold-text {
  text-align: center;
  font-family: "Museosans 500", sans-serif;
}

.bold-text-2 {
  font-family: "Museosans 500", sans-serif;
}

.about-div {
  background-color: #051421;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -40px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.heading-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Museosans300, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: flex;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 20px;
  margin-left: 100px;
  display: flex;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  font-family: "Museosans 500", sans-serif;
  font-size: 33px;
  font-weight: 300;
}

.columns-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1300px;
  display: flex;
}

.column-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-3 {
  color: #051421;
  text-align: center;
  background-color: #1688ec;
  background-image: linear-gradient(273deg, #2b93d4 76%, #87bbdc);
  justify-content: center;
  align-items: center;
  height: 50px;
  font-family: "Museosans 500", sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.column-5 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.columns-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

.paragraph {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Museosans300, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  display: flex;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 20px;
  display: flex;
}

.columns-4 {
  justify-content: center;
  align-items: center;
  width: 1300px;
  margin-top: 20px;
  display: flex;
}

.column-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  font-family: Museosans300, sans-serif;
  font-size: 13px;
}

.image-2 {
  opacity: 1;
  background-color: #1e2b37;
  border: 10px solid #1e2b37;
  border-radius: 5px;
  margin-right: 10px;
  padding-left: 0;
  overflow: visible;
  box-shadow: 0 -1px 20px -9px #2b93d48a;
}

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

.column-9 {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.button-4 {
  justify-content: center;
  align-items: center;
  font-family: Museosans300, sans-serif;
  font-weight: 300;
  display: flex;
}

.image-3 {
  border: 4px solid #fff;
  border-radius: 50px;
  margin-left: -19px;
}

.column-10 {
  justify-content: center;
  align-items: center;
  padding-left: 140px;
  display: flex;
}

.heading-4 {
  color: #2b93d4;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: Museosans300, sans-serif;
  font-style: normal;
}

.container-5 {
  background-color: #2b93d4;
  justify-content: center;
  align-items: center;
  width: 1300px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.columns-5 {
  width: 1300px;
  margin-top: 40px;
}

.column-11 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: #fdfdfd;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-family: Museosans300, sans-serif;
  font-size: 16px;
  display: flex;
}

.italic-text {
  color: #fff9f9;
  font-size: 10px;
}

.image-4 {
  border: 3px solid #fff;
  border-radius: 50px;
  margin-right: 10px;
}

.subscribe-div {
  background-color: #2994d6;
  margin-left: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.text-block-2 {
  color: #fff;
  font-family: Museosans300, sans-serif;
  font-size: 17px;
}

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

.italic-text-2 {
  display: flex;
}

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

.button-5 {
  color: #2b93d4;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  font-family: Museosans300, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-schedule {
  background-color: #051421;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.columns-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  color: #fff;
  outline: 3px #fff;
  justify-content: center;
  align-items: flex-start;
  width: 1300px;
  display: flex;
}

.heading-5 {
  color: #2b93d4;
  margin-bottom: 0;
  font-family: Museosans300, sans-serif;
  font-size: 20px;
  font-style: normal;
}

.heading-6 {
  color: #f6f6f6;
  font-family: Museosans300, sans-serif;
  font-weight: 300;
}

.column-14 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 10px;
  display: flex;
}

.button-6 {
  background-color: #192733;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Museosans300, sans-serif;
  font-size: 16px;
  font-style: normal;
  display: flex;
}

.tab-pane-tab-1 {
  overflow-wrap: normal;
}

.sysf-wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-tab {
  background-color: var(--secondary-col);
  box-shadow: inset 0 -1px 0 0 var(--systemflow-lite--neutral--80);
  color: var(--systemflow-lite--neutral--80);
  padding: 12px 16px;
}

.sysf-tab:hover {
  color: var(--systemflow-lite--neutral--50);
}

.sysf-tab:active {
  background-color: var(--secondary-col);
}

.sysf-tab:focus {
  background-color: var(--secondary-col);
  color: var(--systemflow-lite--neutral--10);
}

.sysf-tab.w--current {
  background-color: var(--secondary-col);
  box-shadow: inset 0 -2px 0 0 var(--systemflow-lite--neutral--10);
  color: var(--systemflow-lite--primary--10);
  border-bottom: 1px solid #fff9f9;
  border-radius: 2px;
  width: 300px;
  padding: 12px 16px;
  font-family: "Museosans 500", sans-serif;
}

.sysf-tab.w--current:active {
  background-color: var(--systemflow-lite--primary--10);
}

.sysf-tab.w--current:focus {
  background-color: var(--secondary-col);
}

.sysf-tabs-menu {
  box-shadow: inset 0 -1px 0 0 var(--systemflow-lite--neutral--80);
  border-radius: 1px;
}

.text-block-3 {
  color: var(--systemflow-lite--neutral--80);
}

.italic-text-3, .italic-text-4 {
  font-style: normal;
}

.text-block-4, .text-block-5, .text-block-6 {
  font-size: 20px;
}

.text-block-7 {
  font-size: 13px;
}

.text-block-8 {
  font-family: "Museosans 500", sans-serif;
}

.text-block-9 {
  font-family: "Museosans 500", sans-serif;
  font-size: 20px;
}

.text-block-10 {
  border-radius: 0;
  margin-bottom: 10px;
  font-family: "Museosans 500", sans-serif;
}

.tabs {
  justify-content: center;
  align-items: center;
  display: block;
}

.column-15 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-11 {
  color: #a5aaaf;
  font-family: "Museosans 500", sans-serif;
  font-size: 16px;
}

.text-block-12 {
  margin-bottom: 6px;
  padding-left: 55px;
  font-family: "Museosans 500", sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block-13 {
  color: #fff;
  padding-left: 55px;
  font-family: "Museosans 500", sans-serif;
  font-size: 16px;
}

.column-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 3px solid #1e2b3700;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.image-5 {
  border: 4px solid #fff;
  border-radius: 50px;
  margin-left: -15px;
}

.container-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 525px;
  margin-top: 6px;
  margin-left: 15px;
  padding-left: 40px;
  display: flex;
}

.text-block-14 {
  margin-left: -25px;
  font-family: Museosans300, sans-serif;
}

.button-7 {
  border: 1px solid #fff;
  border-radius: 50px;
  width: auto;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 15px;
  font-family: "Museosans 500", sans-serif;
}

.button-8 {
  background-color: #051421;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: 10px;
  font-family: "Museosans 500", sans-serif;
}

.columns-7, .columns-8, .columns-9, .columns-10 {
  margin-bottom: 40px;
}

.div-block-2 {
  border: 1px solid #37434d;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1500px;
  margin-top: 80px;
  margin-right: 0;
  display: block;
  position: absolute;
  left: 152px;
  right: auto;
}

.column-17 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.image-6 {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: inline-flex;
  position: static;
  left: 143px;
  overflow: visible;
}

.column-18 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-19 {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-21 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.activity-div {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.team-slider {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: "Museosans 500", sans-serif;
  display: flex;
}

.centered-subheading {
  float: left;
  text-align: left;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Museosans300, sans-serif;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-8 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.columns-11 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.column-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-4 {
  color: #818181;
  width: 500px;
  margin-bottom: 40px;
  font-family: "Museosans 500", sans-serif;
  font-size: 12px;
}

.heading-7 {
  color: #000;
  font-family: Museosans300, sans-serif;
  font-size: 33px;
}

.heading-8 {
  font-family: Museosans300, sans-serif;
}

.heading-9 {
  font-family: Museosans300, sans-serif;
  font-size: 18px;
}

.image-7 {
  border: 1px none var(--systemflow-lite--neutral--100);
  border-radius: 0;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-5 {
  color: #818181;
  margin-bottom: 20px;
  font-family: "Museosans 500", sans-serif;
  font-size: 12px;
}

.activity-div-1 {
  margin-bottom: 40px;
  display: none;
  overflow: hidden;
}

.panelists-div {
  background-color: #2994d6;
  background-image: linear-gradient(#2994d6ab, #2994d6ab), url('../images/Rectangle-4672.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-bottom: 220px;
  overflow: hidden;
}

.heading-10 {
  color: var(--systemflow-lite--neutral--100);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Museosans300, sans-serif;
  font-size: 40px;
  display: flex;
}

.heading-11 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Museosans 500", sans-serif;
  font-size: 28px;
  display: flex;
}

.panels-div {
  width: auto;
}

.tabs-2 {
  width: auto;
  margin-top: 40px;
}

.tab-link-tab-1 {
  width: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-link-tab-1.w--current {
  background-color: #2994d6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-block-15 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Museosans 500", sans-serif;
  font-size: 25px;
  display: flex;
}

.tab-link-tab-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Museosans300, sans-serif;
  font-size: 26px;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: #2994d6;
}

.text-block-16 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Museosans 500", sans-serif;
  font-size: 25px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-3 {
  width: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-link-tab-3.w--current {
  background-color: #2994d6;
}

.text-block-17 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Museosans 500", sans-serif;
  font-size: 25px;
  display: flex;
}

.container-9 {
  background-color: #fff;
  max-width: 1000px;
  margin-top: -180px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.frame-1171276526 {
  grid-column-gap: 10px;
  background-image: url('../images/Rectangle-4757-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 227px;
  height: 296px;
  min-height: 296px;
  padding: 17px;
  text-decoration: none;
  display: flex;
}

.frame-1171276638 {
  grid-column-gap: 0px;
  background-color: #2994d6;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 5px 10px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
}

.afzal-ahmed-lead-desiger {
  text-align: center;
  margin-bottom: 10px;
  font-family: "Museosans 500", sans-serif;
  display: block;
}

.afzal-ahmed-lead-desiger-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.afzal-ahmed-lead-desiger-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.tabs-content {
  margin-top: 20px;
}

.partner-div {
  background-color: #64202008;
  background-image: url('../images/Section.png');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 40px;
}

.heading-12 {
  color: #2994d6;
  border: 1px solid #fff0;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Museosans300, sans-serif;
}

.container-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-12 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  display: flex;
}

.column-23 {
  background-image: url('../images/Rectangle-4758.png');
  background-position: 0 0;
  background-size: cover;
  height: 750px;
}

.frame-1171276538 {
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1171276535 {
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #202020;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Museosans 500", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 42.2px;
  text-decoration: none;
}

.text-2 {
  color: #1d3755;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Museosans300, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.input {
  grid-column-gap: 10px;
  background-color: #f8f8f8;
  border: 1px solid #2994d6;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 14px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #1a606e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1171276536 {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-2 {
  grid-column-gap: 10px;
  background-color: #f8f8f8;
  border: 1px solid #2994d6;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 342px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.input-3 {
  grid-column-gap: 10px;
  background-color: #f8f8f8;
  border: 1px solid #2994d6;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 342px;
  padding: 16px 15px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #1a606e;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.container-11 {
  margin-left: 40px;
}

.column-24 {
  background-color: #fff;
  margin-top: 40px;
}

.field-label {
  margin-left: 7px;
  font-family: Museosans300, sans-serif;
}

.text-field {
  box-sizing: border-box;
  border: 1px solid #2994d6;
  border-radius: 2px;
  width: auto;
  margin-left: 7px;
  margin-right: 0;
  padding-right: 12px;
}

.columns-13 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label-2, .field-label-3 {
  font-family: Museosans300, sans-serif;
}

.text-field-2, .text-field-3 {
  border: 1px solid #2994d6;
}

.submit-button {
  background-color: #2b93d4;
  margin-top: 20px;
  margin-left: 7px;
  font-family: Museosans300, sans-serif;
}

.text-5 {
  color: #000;
  text-transform: undefined;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Museosans300, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.6px;
  text-decoration: none;
  display: flex;
}

.columns-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 30px;
  display: flex;
}

.checkbox {
  background-color: #1c2d37;
  border: 1px solid #1c2d37;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 5px;
}

.checkbox-label {
  color: #2994d6;
  font-family: "Museosans 500", sans-serif;
  font-size: 16px;
  display: flex;
}

.checkbox-field {
  margin-top: 15px;
  margin-left: 7px;
}

.column-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-div {
  background-image: url('../images/Frame-1171276558-1.png');
  background-position: 0 0;
  background-size: cover;
  height: 650px;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.container-12 {
  background-color: var(--systemflow-lite--primary--60);
  margin-top: 0;
  padding-top: 0;
}

.container-13 {
  background-color: #2b93d4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 450px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.frame-1171276553 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  text-align: center;
  text-transform: undefined;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: "Museosans 500", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 52.8px;
  text-decoration: none;
  display: flex;
}

.formulaire-de-contact-r-serv-aux-professionnels-souhaitant-obtenir-plus-d-informations {
  color: #f8f8f8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Museosans300, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.6px;
  text-decoration: none;
}

.columns-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-field-4 {
  height: 185px;
}

.column-26 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.field-label-4 {
  margin-left: 10px;
  margin-right: 0;
  padding-right: 0;
}

.text-field-5 {
  margin-right: 0;
}

.columns-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.field-label-5 {
  margin-left: 10px;
  font-family: "Museosans 500", sans-serif;
}

.text-field-6 {
  width: 298px;
  max-width: 500px;
  margin-left: 10px;
}

.text-field-7 {
  width: 298px;
  margin-left: 10px;
}

.column-27 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.submit-button-2 {
  text-align: center;
  background-color: #020202;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 15px 20px;
  font-family: Museosans300, sans-serif;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-div {
  display: none;
}

.sysf-collapse-text {
  opacity: 0;
  color: #1d3755;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 32px;
  font-family: Museosans300, sans-serif;
  display: none;
}

.sysf-collapse-title {
  color: #1d3755;
  flex: 1;
  margin-left: 0;
  font-family: "Museosans 500", sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.material-icons.sysf-icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons.sysf-icon-left.sysf-icon-collapse {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: #1d3755;
  border: 2px solid #1d3755;
  border-radius: 2px;
  margin-top: 0;
  margin-right: 0;
  font-family: Materialicons, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.material-icons.sysf-icon-left.sysf-icon-collapse:active {
  pointer-events: auto;
}

.sysf-collapse-trigger {
  background-color: #fff;
  border-bottom: 1px solid #c9c9c9;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 30px;
  display: flex;
}

.sysf-collapse-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  padding-left: 0;
  padding-right: 16px;
}

.sysf-collapse {
  background-color: #fff;
  border-left: 1px solid #fff;
  border-radius: 6px;
  flex-flow: column;
  margin-top: -20px;
  display: flex;
  overflow: hidden;
}

.sysf-body-text {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
}

.sysf-body-text.sysf-m {
  letter-spacing: -.011em;
}

.sysf-heading {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading.sysf-l {
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Museosans 500", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-tagline {
  background-color: var(--systemflow-lite--primary--10);
  color: var(--systemflow-lite--primary--60);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: .25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-family: "Museosans 500", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-section-title {
  width: 50%;
  margin-bottom: 48px;
}

.sysf-wrapper-m-2 {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 50px;
}

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-3 {
  background-color: #051421;
  height: 600px;
}

.text-7 {
  color: #2994d6;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Museosans 500", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.rediff-div {
  background-color: #051421;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: none;
}

.text-8 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Museosans 500", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.columns-17 {
  border-radius: 0;
  width: 1200px;
  margin-top: 40px;
  font-family: Museosans300, sans-serif;
  font-size: 20px;
}

.frame-1171276576 {
  grid-column-gap: 10px;
  background-color: #2994d6;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 88px;
  padding: 23px 20px;
  display: flex;
}

.text-9 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: undefined;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
  display: flex;
}

.video {
  margin-bottom: 40px;
}

.container-14 {
  background-color: #052f53;
  border-bottom: 1px solid #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

.text-10 {
  color: #fff;
  text-transform: undefined;
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: "Museosans 500", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 52px;
  text-decoration: none;
}

.button-9 {
  color: #2994d6;
  text-align: center;
  background-color: #fff;
  border: 1px solid #2994d6;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Materialicons, sans-serif;
  display: block;
  position: relative;
  left: auto;
  right: 0;
}

.container-15 {
  background-color: #052f53;
  height: 20px;
  margin-bottom: 0;
}

.column-28 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Museosans300, sans-serif;
  display: flex;
}

.text-11 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.text-12 {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.columns-18 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-16 {
  background-color: #052f53;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.frame-1171276581 {
  grid-column-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  width: 189px;
  font-family: Museosans300, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-13 {
  opacity: .5;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.container-17 {
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-top: 10px;
  display: flex;
}

.button-10, .button-11 {
  font-size: 12px;
}

.button-12 {
  height: 30px;
  padding-top: 5px;
  font-size: 14px;
}

.partner-div-1 {
  background-color: #fff;
  padding-bottom: 60px;
}

.footer-div {
  background-color: #2994d691;
  background-image: linear-gradient(#2994d6bf, #2994d6bf), url('../images/Rectangle-1.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  padding-bottom: 20px;
}

.container-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-13 {
  text-align: center;
  background-color: #2994d6;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 45px;
  padding: 10px;
  font-family: "Museosans 500", sans-serif;
}

.text-14 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Museosans300, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.columns-19 {
  background-color: #fff;
}

.container-4-1 {
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.bold-text-3 {
  width: 120px;
}

.container-20 {
  max-width: 1200px;
}

.fs_modal-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-1_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_description {
  margin-bottom: 0;
}

.fs_modal-1_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_modal-1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.fs_modal-1_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-1_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: grid;
  position: relative;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_popup {
  z-index: 9999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-1_button {
  background-color: var(--accessible-components--dodger-blue);
  color: #fff;
  cursor: pointer;
  padding: .5rem 1rem;
  display: none;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_embed {
  margin-bottom: 0;
}

.fs_modal-1_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: none;
}

.column-30 {
  padding-left: 10px;
}

.gallery-slider {
  text-align: center;
  border-bottom: 1px solid #e4ebf3;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container-21 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: flex;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  width: auto;
  position: relative;
}

.gallery-image {
  vertical-align: baseline;
  width: 250px;
  display: block;
  overflow: clip;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.image-10 {
  text-align: center;
  width: 100%;
}

.image-11 {
  width: 100%;
}

.gallery-slide-wrapper-copy {
  max-width: 47%;
  margin-right: 6%;
}

.mask {
  width: 900px;
}

.brix---slider-nav {
  margin-top: 48px;
  position: static;
  transform: scale(.8);
}

.brix---hidden-desktop {
  display: none;
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-center {
  text-align: center;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small {
  padding-top: 0;
  padding-bottom: 0;
}

.moderator {
  background-image: url('../images/Patrick-Emeriau-500V2-3.png');
  background-position: 50% 70%;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  height: 300px;
  padding-bottom: 0;
  display: flex;
}

.panelist-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Oussama-Nour.jpg');
  background-position: 50% 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  height: 300px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.panelist-2 {
  background-image: url('../images/Moussa-Pouye-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  height: 300px;
  padding-bottom: 0;
  display: flex;
}

.panelist-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/AlexisGrosskopf.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  height: 300px;
  padding-bottom: 0;
  display: flex;
}

.columns-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  place-content: flex-start center;
  align-items: center;
  width: auto;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.panelist-4 {
  background-image: url('../images/lima.jpg');
  background-position: 50% 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  height: 300px;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
}

.container-22 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.column-33, .col-31, .col-32 {
  display: block;
}

.columns-21 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.frame-1171276649 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 185px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin-top: -250px;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 5px;
  text-decoration: none;
  display: block;
  position: relative;
  bottom: 250px;
}

.text-block-19 {
  color: #fff;
  background-color: #2994d680;
  padding: 10px;
  font-family: "Museosans 500", sans-serif;
  position: relative;
  bottom: 250px;
  right: 17px;
}

.columns-22 {
  margin-top: 40px;
}

.textblock11 {
  color: #a5aaaf;
  font-family: "Museosans 500", sans-serif;
  font-size: 16px;
}

.text-block-12-copy {
  margin-bottom: 20px;
  padding-left: 55px;
  font-family: "Museosans 500", sans-serif;
  font-size: 16px;
  display: flex;
}

.columns-23 {
  margin-top: 40px;
}

.moderator-1 {
  text-align: left;
  background-image: url('../images/Dr-Labaly-Toure.jpg');
  background-position: 50% 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  height: 300px;
  padding-bottom: 0;
  display: flex;
}

.panel-ist {
  background-image: url('../images/jeangoepp.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 150px;
  height: 300px;
  padding-bottom: 0;
  display: flex;
}

.panel-ist1 {
  background-image: url('../images/Moustapha-Dieng.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 150px;
  height: 300px;
  padding-bottom: 0;
  display: flex;
}

.image-13 {
  width: 250px;
  height: 250px;
  position: relative;
  top: 15px;
}

.image-14 {
  border-radius: 20px;
  width: 250px;
  height: 250px;
  position: relative;
  top: 15px;
}

.image-15 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 250px;
  height: 250px;
  position: relative;
  top: 15px;
}

.image-16 {
  width: 250px;
  height: 250px;
  position: relative;
  top: 15px;
}

.columns-24 {
  margin-top: 30px;
}

.h-12 {
  color: #fff;
  margin-bottom: 40px;
  padding-top: 20px;
  font-family: Museosans300, sans-serif;
}

.button-14 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #2994d6;
  background-color: #fff;
  border: 2px solid #2994d6;
  border-radius: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Materialicons, sans-serif;
  font-size: 25px;
  box-shadow: -6px -7px 5px 4px #fff3;
}

.diaba {
  background-image: url('../images/WhatsApp-Image-2024-10-24-at-11.31.19.jpeg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 150px;
  height: 300px;
  padding-bottom: 0;
  display: flex;
}

.text-block-20 {
  margin-bottom: -25px;
  padding-top: 20px;
  padding-left: 40px;
  font-family: Materialicons, sans-serif;
  font-size: 60px;
  position: relative;
  left: 100px;
  transform: translate(0);
}

.text-block-21 {
  text-align: center;
  font-family: "Museosans 500", sans-serif;
  font-size: 16px;
}

.tdiane {
  background-image: url('../images/img1011.png');
  background-position: 50% 46%;
  background-size: 331px;
  justify-content: center;
  align-items: flex-end;
  width: 150px;
  height: 300px;
  padding-bottom: 0;
  display: flex;
}

.text-block-22 {
  color: #f5f4f4;
  text-align: center;
  font-family: Museosans300, sans-serif;
  position: relative;
}

.image-17 {
  width: 30px;
  height: 30px;
  margin-bottom: -30px;
  position: absolute;
  bottom: 290px;
  left: 110px;
}

.merry {
  text-align: left;
  background-image: url('../images/merry.jpeg');
  background-position: 50% 0;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  height: 300px;
  padding-bottom: 0;
  display: flex;
}

.column-36 {
  display: none;
}

.taleb {
  background-image: url('../images/taleb.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 300px;
  display: flex;
}

.kabou {
  background-image: url('../images/placehold.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  height: 300px;
  display: flex;
}

.bold-text-6 {
  color: var(--systemflow-lite--neutral--20);
}

.column-37 {
  padding-bottom: 40px;
}

.column-38 {
  padding-bottom: 0;
  bottom: 10px;
}

.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;
}

.column-40 {
  padding-bottom: 40px;
}

.columns-25 {
  margin-bottom: 20px;
}

.columns-26 {
  margin-top: 40px;
}

.col-18 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  display: flex;
}

.col-22 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .column {
    justify-content: center;
    align-items: center;
  }

  .columns, .navbar {
    width: 700px;
  }

  .nav-title {
    padding-bottom: 10px;
  }

  .button-2 {
    text-align: center;
    height: 55px;
    font-size: 12px;
  }

  .btn-primary {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 55px;
    padding-bottom: 9px;
    font-size: 12px;
    display: block;
    overflow: hidden;
  }

  .bold-text {
    text-align: center;
  }

  .container-3 {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .columns-2 {
    width: 800px;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .column-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .columns-3 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    margin-left: 10px;
  }

  .column-9 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .button-4 {
    justify-content: center;
    align-items: center;
    width: 70px;
    margin-left: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-3 {
    height: 50px;
  }

  .column-10 {
    justify-content: flex-end;
    align-items: center;
    padding-left: 140px;
  }

  .paragraph-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-schedule {
    padding-left: 0;
  }

  .columns-6 {
    justify-content: center;
    align-items: flex-start;
    width: 700px;
  }

  .sysf-tabs-menu {
    width: auto;
    margin-left: 40px;
  }

  .italic-text-4 {
    text-align: center;
  }

  .text-block-11 {
    margin-left: 70px;
  }

  .column-17 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .image-6 {
    margin-bottom: 40px;
    margin-left: -10px;
  }

  .column-18 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .container-7 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-11 {
    width: auto;
    display: flex;
  }

  .column-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-5 {
    margin-bottom: 20px;
  }

  .tab-link-tab-1 {
    height: 200px;
  }

  .text-block-15 {
    font-size: 20px;
  }

  .tab-link-tab-2.w--current {
    height: 200px;
  }

  .text-block-16 {
    font-size: 20px;
  }

  .tab-link-tab-3 {
    height: 200px;
  }

  .text-block-17 {
    font-size: 20px;
  }

  .frame-1171276638 {
    width: 100%;
  }

  .afzal-ahmed-lead-desiger {
    font-size: 10px;
  }

  .afzal-ahmed-lead-desiger-0 {
    font-size: 13px;
  }

  .text-field {
    width: 310px;
  }

  .text-field-4 {
    margin-left: 0;
    padding-left: 40px;
  }

  .text-field-5 {
    width: 105px;
  }

  .text-field-6, .text-field-7 {
    width: 220px;
  }

  .sysf-collapse-text {
    display: none;
  }

  .material-icons.sysf-icon-left.sysf-icon-collapse {
    margin-top: 1px;
  }

  .sysf-section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rediff-div {
    padding-left: 0;
  }

  .columns-17 {
    width: 700px;
  }

  .container-14 {
    padding-right: 20px;
  }

  .columns-18 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-17 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .button-12 {
    margin-top: 10px;
    margin-right: 0;
  }

  .bold-text-3 {
    text-align: center;
    font-size: 12px;
  }

  .image-8 {
    width: auto;
  }

  .image-9 {
    margin-top: 30px;
  }

  .text-field-8 {
    width: 105px;
  }

  .fs_modal-1_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-1_wrapper {
    grid-template-columns: 1fr;
  }

  .fs_modal-1_component {
    display: none;
  }

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

  .column-30 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .column-31 {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

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

  .container-21 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    place-items: end center;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section-small {
    padding-top: 0;
    padding-bottom: 0;
  }

  .panelist-1 {
    display: none;
  }

  .columns-20 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: block;
  }

  .panelist-4 {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }

  .container-22 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .textblock11 {
    color: #a5aaaf;
    font-family: "Museosans 500", sans-serif;
    font-size: 16px;
  }

  .image-13 {
    border-radius: 20px;
    width: auto;
    height: auto;
    top: 0;
  }

  .image-14 {
    width: auto;
    height: auto;
    top: 75px;
  }

  .image-15 {
    border-radius: 20px;
    width: auto;
    height: auto;
    top: 40px;
  }

  .image-16 {
    border-radius: 20px;
    width: auto;
    height: auto;
    top: 0;
  }

  .button-14 {
    margin-right: 10px;
  }

  .text-block-20 {
    font-size: 50px;
  }

  .image-17 {
    left: 120px;
  }

  .column-35, .column-36 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .team-slider {
    padding: 60px 15px;
  }

  .columns-11 {
    flex-flow: column;
    display: flex;
  }

  .checkbox {
    margin-right: 2px;
  }

  .sysf-section-title {
    width: 100%;
  }

  .sysf-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .fs_modal-1_heading {
    font-size: 2rem;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-15 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .image-17 {
    bottom: 300px;
  }

  .taleb {
    width: 150px;
  }

  .column-37, .column-38 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .column {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-2 {
    margin-top: 0;
    padding: 10px 20px 20px;
    display: flex;
  }

  .column-3 {
    display: none;
  }

  .columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar {
    width: 300px;
    display: flex;
  }

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

  .btn-primary {
    display: flex;
  }

  .hero-div {
    background-position: 50%;
  }

  .container-2 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 60px;
  }

  .heading {
    width: auto;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .heading-3 {
    width: 250px;
    font-size: 25px;
  }

  .columns-2 {
    flex-flow: column;
    width: 200px;
  }

  .button-3 {
    width: 150px;
    margin-top: 10px;
    margin-left: 0;
    font-size: 15px;
  }

  .columns-3 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .paragraph {
    text-align: left;
  }

  .columns-4 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
  }

  .column-7 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .column-8 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .column-9 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .button-4 {
    width: 150px;
  }

  .container-5 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
  }

  .columns-5 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    display: flex;
  }

  .column-11 {
    justify-content: center;
    align-items: center;
  }

  .columns-6 {
    flex-flow: column;
    width: 300px;
  }

  .column-14 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sysf-wrapper-m {
    margin-left: -40px;
    padding-top: 20px;
  }

  .sysf-tab {
    flex: none;
    display: block;
  }

  .sysf-tabs-menu {
    flex-flow: column;
    width: auto;
    margin-left: 0;
    display: flex;
    overflow: auto;
  }

  .tabs {
    width: 300px;
  }

  .text-block-11 {
    margin-left: 60px;
  }

  .text-block-12 {
    justify-content: center;
    align-items: flex-start;
  }

  .column-16 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-6 {
    margin-bottom: 40px;
  }

  .columns-8 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-2 {
    display: none;
  }

  .image-6 {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    margin-left: -140px;
  }

  .column-18 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -30px;
  }

  .column-19 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .column-20 {
    display: flex;
  }

  .column-21 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .activity-div {
    padding-left: 0;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-8 {
    text-align: left;
    padding-right: 40px;
  }

  .columns-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 250px;
  }

  .column-22 {
    justify-content: center;
    align-items: flex-start;
    padding-right: 20px;
  }

  .paragraph-4 {
    width: auto;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .heading-11 {
    font-size: 25px;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .container-9 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .frame-1171276526 {
    margin-bottom: 20px;
  }

  .frame-1171276638 {
    width: 200px;
    height: auto;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    top: 10px;
  }

  .partner-div {
    background-image: linear-gradient(#0000, #0000), url('../images/Rectangle-4672.png');
    background-size: auto, cover;
  }

  .heading-12 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .columns-12 {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-23 {
    height: 300px;
  }

  .container-11 {
    margin-left: 20px;
  }

  .text-field {
    width: 265px;
  }

  .checkbox-label {
    margin-right: 10px;
  }

  .contact-div {
    background-color: #1e1e1e;
    background-size: cover;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 750px;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 0;
    display: flex;
  }

  .container-13 {
    text-align: center;
    background-color: #2b93d400;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-left: -80px;
    margin-right: 0;
  }

  .frame-1171276553 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-top: 80px;
  }

  .formulaire-de-contact-r-serv-aux-professionnels-souhaitant-obtenir-plus-d-informations {
    width: 250px;
  }

  .columns-15 {
    flex-flow: column;
  }

  .text-field-4 {
    height: 60px;
  }

  .field-label-4 {
    padding: 5px;
    font-family: "Museosans 500", sans-serif;
    font-weight: 500;
  }

  .field-label-5 {
    background-color: var(--systemflow-lite--neutral--10);
    margin-bottom: 5px;
    padding: 5px;
    font-weight: 500;
  }

  .column-27 {
    justify-content: center;
    align-items: flex-start;
  }

  .submit-button-2 {
    margin-bottom: 60px;
  }

  .sysf-collapse-title {
    line-height: 1.5;
  }

  .material-icons.sysf-icon-left.sysf-icon-collapse {
    margin-top: 4px;
  }

  .sysf-collapse-trigger {
    align-items: flex-start;
  }

  .text-7 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 10px;
    display: flex;
  }

  .columns-17 {
    flex-flow: column;
    width: 300px;
    display: flex;
  }

  .text-9 {
    font-size: 20px;
  }

  .text-11, .text-12 {
    width: 250px;
  }

  .container-16 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    padding-left: 20px;
    display: flex;
  }

  .container-4-1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .bold-text-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-20 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    display: flex;
  }

  .bold-text-5 {
    width: 250px;
    margin-top: 0;
    font-size: 25px;
  }

  .field-label-6 {
    background-color: #0000;
    padding: 5px;
    font-family: "Museosans 500", sans-serif;
    font-weight: 400;
  }

  .field-label-7 {
    padding: 5px;
    font-family: "Museosans 500", sans-serif;
    font-weight: 400;
  }

  .field-label-8 {
    text-align: left;
    font-family: "Museosans 500", sans-serif;
    font-weight: 500;
  }

  .fs_modal-1_popup {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    inset: 0% 0% auto auto;
  }

  .fs_modal-1_button {
    background-color: var(--systemflow-lite--neutral--10);
    color: #2994d6;
    background-image: linear-gradient(#ffffff38, #ffffff38);
    border: 1px solid #fff;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .fs_modal-1_component {
    border-radius: 1px;
    margin-left: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 10px;
    display: flex;
  }

  .text-block-18 {
    text-align: center;
    margin-top: 0;
    font-family: Materialicons, sans-serif;
    font-size: 20px;
  }

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

  .column-30 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-31, .column-32 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-21 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-slide-wrapper-copy {
    max-width: 100%;
    margin-right: 0%;
  }

  .brix---slider-nav {
    margin-top: 28px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .moderator {
    width: 200px;
    height: 250px;
    overflow: visible;
  }

  .panelist-1, .panelist-2 {
    width: 200px;
    height: 300px;
  }

  .panelist-3 {
    background-position: 50%;
    width: 200px;
    height: 300px;
  }

  .columns-20 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-bottom: 0;
    display: flex;
  }

  .panelist-4 {
    width: 200px;
    height: 300px;
    margin-left: 14px;
  }

  .container-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .columns-21 {
    justify-content: center;
    align-items: center;
    width: 290px;
    display: flex;
  }

  .text-block-19 {
    bottom: 120px;
    right: 42px;
  }

  .textblock11 {
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-12 {
    margin-left: -80px;
    padding-bottom: 40px;
  }

  .moderator-1 {
    background-position: 50% 0;
    width: 200px;
    height: 300px;
  }

  .panel-ist, .panel-ist1 {
    width: 200px;
  }

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

  .image-13 {
    margin-top: 40px;
  }

  .image-14 {
    margin-top: -30px;
    margin-bottom: 60px;
  }

  .image-15 {
    margin-bottom: 60px;
  }

  .diaba {
    width: 200px;
  }

  .text-block-20 {
    font-size: 40px;
    left: 20px;
  }

  .tdiane {
    width: 200px;
  }

  .image-17 {
    bottom: 280px;
    left: 210px;
  }

  .merry {
    justify-content: flex-end;
    align-items: center;
    width: 200px;
    height: 300px;
  }

  .column-35, .column-36 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .taleb, .kabou {
    width: 200px;
  }

  .column-39 {
    padding-left: 20px;
    padding-right: 20px;
  }

  #fs-modal-1-popup.w-node-_5f1d530c-e039-8728-6a0b-cc0656ddbc68-2e7d6945 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 500';
  src: url('../fonts/MuseoSans_500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans300';
  src: url('../fonts/fonnts.com-Museo_Sans_300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}