@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraBold.ttf') format("truetype"), url('../fonts/EudoxusSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --light-green: #c5e4e5;
  --background-2: #222630;
  --white: #fff;
  --dark: #12141d;
  --outline-dark: #e5d7ad;
  --outline: #ece2c2;
  --text-color: #62708b;
  --royal-blue: #2b3963;
  --background-3: #2d323f;
  --shadow: #294f6817;
  --royal-blue-2: #2b3963;
}

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eudoxussans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eudoxussans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eudoxussans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: var(--light-green);
  text-decoration: underline;
}

.body {
  color: #fff;
  background-color: #12141d;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45em;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5vw 100px;
  display: flex;
  position: relative;
}

.section.home-hero-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding: 104px 0 0;
  display: none;
  overflow: hidden;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-top-padding.video-none {
  display: none;
}

.section.thin-section {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.footer {
  padding-top: 0;
  padding-bottom: 180px;
  overflow: hidden;
}

.section.about-hero-section {
  z-index: 10;
  padding-top: 0;
  padding-bottom: 160px;
}

.section.paralax-section {
  min-height: 700px;
  padding-top: 45px;
}

.section.speaker-hero {
  z-index: 10;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 27px;
  padding-bottom: 0;
}

.section.speaker-hero.portfolio {
  margin-top: 35px;
}

.section.contact-secction {
  padding-top: 70px;
  padding-bottom: 0;
}

.section.extra-top-padding {
  padding-top: 200px;
}

.section.extra-top-padding.no-bottom-padding {
  padding-bottom: 0;
}

.section.extra-top-padding.no-bottom-padding.none, .section.marque {
  display: none;
}

.section.last {
  margin-bottom: 74px;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  margin-top: 44px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.wrapper.shade-wrapper {
  background-color: var(--background-2);
  margin-top: 0;
  position: static;
}

.wrapper.simple {
  margin-bottom: -98px;
}

.nav-bar {
  background-color: #0000;
  justify-content: center;
  height: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  color: #fff;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  font-family: Eudoxussans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
}

.brand.w--current {
  z-index: 100;
}

.brand.footer.w--current {
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
}

.nav-bar-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.large-heading {
  color: var(--white);
  font-family: Eudoxussans, sans-serif;
  font-size: 54px;
}

.large-heading.padding {
  margin-bottom: 48px;
}

.large-heading.testo {
  text-align: center;
}

.large-heading.dark {
  color: var(--dark);
  text-align: left;
  line-height: 1.1em;
}

.nav-menu {
  z-index: 100;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 400;
  display: flex;
}

.nav-link.w--current {
  color: #fff;
  font-family: greycliff-cf, sans-serif;
}

.nav-link.mobile-speaker-text, .nav-link.none {
  display: none;
}

.navigation-cover {
  z-index: -100;
  background-color: #1e2029;
  height: 20%;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 12px 36px -8px #0000000d;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 5vw 5vw;
}

.hover-link-wrapper.centered {
  z-index: 250;
  inset: auto;
}

.hover-link-wrapper.scroll-link-wrapper {
  z-index: 200;
  bottom: 11.1vw;
}

.hover-link-wrapper.right-scroll-link {
  display: none;
  bottom: 18.8vw;
  left: auto;
  right: 5vw;
}

.hover-link {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.three-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.body-display {
  color: var(--white);
  font-family: greycliff-cf, sans-serif;
  line-height: 1.55em;
}

.body-display.large {
  color: var(--white);
  font-family: greycliff-cf, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display.feature-descriptor {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button.dark {
  border-color: var(--outline-dark);
  background-color: var(--outline);
  color: var(--text-color);
  white-space: nowrap;
  font-weight: 400;
}

.button.solid {
  color: #fff;
  background-color: #465b74;
  border-style: none;
}

.button.submit-button {
  background-color: var(--outline-dark);
  color: var(--background-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-style: none;
  min-width: 160px;
  font-family: Eudoxussans, sans-serif;
  font-weight: 400;
}

.feature-item {
  background-color: var(--background-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 350px;
  margin-bottom: -48px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item.middle-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  min-height: 150px;
  margin-top: -48px;
  margin-bottom: 0;
}

.feature-item.left-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.max-450 {
  max-width: 450px;
}

.feature-icon-wrapper {
  background-color: #2a2c34;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
}

.feature-icon-wrapper.white {
  color: var(--outline-dark);
  letter-spacing: -.05em;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Eudoxussans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.nav-menu-wrapper {
  z-index: 101;
  align-items: stretch;
  display: flex;
  position: relative;
}

.speaker-list-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: none;
  position: relative;
}

.speaker-list-icon {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 14px;
  display: flex;
  box-shadow: 0 12px 60px -8px #000;
}

.thin-span {
  font-weight: 400;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-slider {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin-top: 17px;
  display: flex;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-image.team-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}

.slide-image.team-gallery {
  height: 100%;
}

.speaker-image-cover {
  z-index: 10;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--outline), var(--royal-blue));
  opacity: 1;
  cursor: pointer;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 36px;
}

.speaker-name {
  z-index: 10;
  font-family: Eudoxussans, sans-serif;
  font-size: 64px;
  position: relative;
}

.speaker-arrow {
  background-color: #1e2029;
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: auto 5vw 8.5vw auto;
}

.speaker-arrow.left {
  margin-right: 72px;
  bottom: 8.5vw;
  left: auto;
  right: 5vw;
}

.slide-nav {
  display: none;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: -137px;
  margin-bottom: 36px;
}

.speaker-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.one {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Elise-Photos-copie.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.speaker-image.two {
  background-image: linear-gradient(#00000080, #00000080), url('../images/fiancailles_arthur_melissa-16.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.speaker-image.three {
  background-image: url('../images/Portrait001.jpg');
  background-position: 100% 0;
  margin-right: 0;
}

.speaker-image.four {
  background-image: url('../images/Portrait0018.jpeg');
  background-position: 50% 0;
}

.speaker-image.five {
  background-image: url('../images/Portrait006.jpg');
  background-position: 0 0;
  width: 101%;
}

.speaker-image.six {
  background-image: linear-gradient(#12141d80, #12141d80), url('../images/mariage_elodie_rudy-257.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.speaker-image.quick-list {
  z-index: 10;
}

.speaker-image.team-images {
  background-position: 50% 30%;
  width: 100%;
}

.speaker-image.speaker-page {
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -140px;
  display: flex;
  overflow: hidden;
}

.speaker-image.team-one {
  background-image: url('../images/Team002.jpeg');
}

.speaker-image.team-two {
  background-image: url('../images/Team003.jpeg');
}

.speaker-image.team-three {
  background-image: url('../images/Team004.jpeg');
}

.speaker-image.team-four {
  background-image: url('../images/Team005.jpeg');
}

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

.off-page-menu {
  z-index: 101;
  color: #12141d;
  background-color: #fff;
  flex-direction: column;
  width: 45vw;
  padding-top: 160px;
  padding-left: 36px;
  padding-right: 5vw;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.speaker-quick-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  padding-right: 12px;
  display: grid;
  overflow: auto;
}

.quick-list-item {
  border-bottom: 1px solid var(--outline-dark);
  color: #12141d;
  justify-content: space-between;
  align-items: center;
  padding: 36px 18px;
  text-decoration: none;
  display: flex;
}

.quick-list-image-hover {
  width: 30vw;
  position: absolute;
  inset: 0% auto 0% -30vw;
  overflow: hidden;
}

.quick-list-image-hover.quick-list {
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: auto;
  right: 45vw;
}

.quick-list-wrapper {
  flex-direction: column;
  min-width: 35vw;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.quick-list-overlay {
  z-index: 100;
  background-color: #12141db3;
  display: none;
  position: fixed;
  inset: 0%;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slide-arrow {
  width: 18px;
}

.dual-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.quick-list-collection-item:first-child {
  border-top: 1px solid var(--outline-dark);
}

.logos-heading-wrapper {
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.solid-line {
  background-color: #1e2029;
  flex: 1;
  height: 1px;
  margin-left: 36px;
}

.featured-logos-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
}

.showreel-wrapper {
  background-color: #1e2029;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 60px -8px #000;
}

.showreel-heading {
  z-index: 2;
  opacity: .03;
  text-align: center;
  white-space: nowrap;
  font-size: 100px;
  position: absolute;
  inset: auto auto -38px;
}

.centered-intro {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: auto;
  display: grid;
}

.centered-intro.large-intro {
  grid-row-gap: 36px;
  max-width: 700px;
  margin-bottom: 0;
}

.trio-cards {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  margin-bottom: 48px;
  display: grid;
}

.feature-title-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

.feature-descriptor {
  font-family: greycliff-cf, sans-serif;
  font-weight: 500;
}

.centered-call-to-action {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.call-to-action-heading {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.team-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  min-height: 650px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-item {
  color: #fff;
  width: 33.33%;
  min-width: 33.33vw;
  height: 100%;
  text-decoration: none;
}

.team-item.none {
  display: none;
}

.team-member-info {
  z-index: 100;
  text-align: center;
  position: absolute;
  inset: auto 0% -48px;
}

.footer-wrapper {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding-top: 40px;
  display: grid;
}

.footer-wrapper.none {
  display: none;
}

.background-shade {
  z-index: 5;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.background-shade.third-height {
  height: 40%;
}

.background-shade.top-thirds {
  height: auto;
  margin-top: -60px;
  top: 0;
}

.background-shade.clip {
  align-items: center;
}

.background-cover {
  background-color: var(--background-2);
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background-cover.left-cover {
  z-index: 10;
  margin-bottom: -60px;
  left: 0;
  right: auto;
}

.background-cover.left-cover.no-margin {
  width: 50%;
  height: auto;
  margin-bottom: 0;
}

.showreel-video {
  z-index: 1;
  opacity: .23;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-span {
  background-color: var(--outline-dark);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.circle-hover {
  background-color: #2a2c34;
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.circle-hover.white {
  z-index: 0;
  background-color: #fff;
  top: -6vw;
  right: -6vw;
}

.social-icon {
  z-index: 1;
  width: 48px;
  margin-bottom: 12px;
  position: relative;
}

.social-items {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: url('../images/GradientSquare.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: auto 120%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.box {
  background-color: #fff;
  margin-bottom: -160px;
  margin-left: -6vw;
  position: relative;
}

.half-dual {
  grid-column-gap: 6vw;
  grid-row-gap: 56px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  margin-top: 36px;
  display: grid;
}

.half-dual.mentions {
  grid-template-columns: 1fr;
}

.overlay-social {
  z-index: 1;
  background-color: #00000080;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 6vw;
  display: flex;
}

.about-wrapper.mentions {
  margin-top: 24px;
  margin-bottom: 103px;
}

.social-cred {
  z-index: 100;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 0;
  display: grid;
}

.box-two.collection-list-images {
  grid-template-rows: auto auto;
  height: 100%;
}

.social-block {
  color: #fff;
  border: 1px #ffffff17;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-block:hover {
  z-index: 10;
}

.social-block.tl {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-style: solid;
  border-right-width: 0;
}

.social-block.tl-tr {
  border-top-style: solid;
  border-bottom-width: 0;
  border-left-style: solid;
  border-right-width: 0;
}

.social-block.trl {
  border-top-style: solid;
}

.reg-icon {
  z-index: 10;
  width: 48px;
  margin-bottom: 12px;
  position: relative;
  box-shadow: 0 9px 36px -8px #0000003d;
}

.team-image {
  width: 100%;
}

.footer-pages {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  letter-spacing: 1px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 12px;
  display: grid;
}

.footer-nav-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Eudoxussans, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.footer-nav-link.w--current {
  font-family: Eudoxussans, sans-serif;
}

.footer-credits {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ffffff73;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  line-height: 1.2em;
  display: grid;
}

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

.legal-link {
  color: #ffffff73;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature-item-info {
  z-index: 10;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.background-fill {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gradient-background-fill {
  background-image: linear-gradient(182deg, #ece2c230, var(--outline)), url('../images/Elise-Photos.jpg');
  background-position: 0 0, 100%;
  background-size: auto, auto;
  min-width: 100vw;
  height: 101%;
}

.clip {
  overflow: hidden;
}

.background-fill-image {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--outline-dark), var(--white));
  width: 120%;
  height: 120%;
  margin: auto;
  padding-top: 0;
  position: absolute;
  inset: auto 0%;
}

.background-fill-image._2nd {
  height: 100%;
  margin-top: 0;
  margin-bottom: -94px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.left-intro.max-450 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-auto-columns: 1fr;
}

.dual-hero-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.button-arrow {
  width: 18px;
  margin-left: 12px;
}

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

.speaker-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .3fr auto .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.speaker-page-image {
  flex: 1;
}

.speaker-descriptor {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--background-2);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 48px;
  display: grid;
}

.center-speaker-info {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 550px;
  display: grid;
}

.speaker-small-description {
  padding-bottom: 13vw;
}

.form-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block {
  flex-direction: column;
  display: flex;
}

.dual-text-fields {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.text-field {
  border: 1px solid var(--background-3);
  background-color: var(--background-2);
  color: #fff;
  border-radius: 4px;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 24px;
  font-family: Eudoxussans, sans-serif;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.large {
  min-height: 120px;
  margin-bottom: 24px;
  padding-top: 18px;
}

.text-field-wrapper {
  margin-bottom: 24px;
}

.field-label {
  margin-bottom: 9px;
  font-family: Eudoxussans, sans-serif;
  font-weight: 500;
}

.team-collection-list-wrapper.none {
  display: none;
}

.speaker-hero-image {
  width: auto;
  max-width: none;
  max-height: 540px;
  margin-top: -59px;
  margin-left: -2px;
}

.gallery-collection-item {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.background-clip {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.form-success-wrapper {
  background-color: var(--background-3);
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
  box-shadow: 0 12px 36px -8px #000;
}

.error-message {
  background-color: #682929;
  margin-top: 24px;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000000bf;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: .25rem 0 0 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 14.5rem;
  padding: .3rem .5rem;
  text-decoration: none;
  transition: color .2s linear, background-color .2s linear;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.delete-me:hover {
  color: #000;
  background-color: #f1f1f1;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
}

.delete-me_text-title {
  letter-spacing: -.025em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-block {
  padding-top: 0;
  font-family: p22-brass-script-pro, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.text-block.name {
  color: var(--white);
  padding-top: 6px;
  font-size: 36px;
  line-height: 1em;
  text-decoration: none;
}

.text-block.name.blue {
  color: var(--dark);
}

.ikonik-941tx {
  color: #2b3963;
}

.golden {
  color: var(--outline-dark);
}

.text-block-2, .text-block-3 {
  font-family: greycliff-cf, sans-serif;
}

.heading, .text-block-4 {
  color: var(--background-2);
}

.entree-video {
  background-color: var(--background-2);
  height: auto;
  margin-top: 18px;
}

.vid-o-deut {
  background-color: var(--dark);
  background-image: linear-gradient(0deg, #2c2c2c, #141111 0%, #232226);
  height: 90vh;
}

.background-video {
  z-index: 5;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  max-height: none;
  margin: -122px auto 0;
  overflow: hidden;
}

.vid-o-mobile {
  display: none;
}

.vid-o-deut-2 {
  background-color: #2c3a65;
  background-image: linear-gradient(to top, #2c2c2c, #141111 0%, #232226);
}

.background-video-2 {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  max-width: 1400px;
  height: 60vw;
  max-height: 768px;
  margin: -122px auto 0;
}

.vid-o-mobile-2 {
  display: none;
}

.cf-bold-span {
  font-weight: 700;
}

.cf-testimonial-tab-wrapper {
  width: 100%;
  max-width: 705px;
}

.cf-tabs-content-testimonial {
  width: 100%;
}

.cf-testimonial-tabs {
  flex-direction: row;
  width: 90%;
  max-width: 1040px;
  padding-left: 35px;
  display: flex;
}

.cf-tabs-menu-testimonial {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100px;
  margin-top: 12px;
  padding-right: 20px;
  display: flex;
}

.cf-testimonial-text-32px {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 40px;
  font-family: Eudoxussans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 200%;
}

.cf-features-section-1-image-contai {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
  max-width: 93%;
}

.cf-image-tab-link {
  border: 1.5px solid var(--outline-dark);
  background-color: var(--dark);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 87px;
  margin-bottom: 12px;
  padding: 10px;
  display: flex;
}

.cf-image-tab-link.w--current {
  background-color: var(--outline-dark);
  border-style: none;
  border-color: #2c3a65;
  max-width: 90px;
}

.cf-testimonial-haeding-48px {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Eudoxussans, sans-serif;
  font-size: 38px;
}

.cf-testimonial-names {
  color: #fff;
  letter-spacing: -.16px;
  font-family: Eudoxussans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.ikonik-iifyd {
  width: 33px;
}

.path-1av3of {
  color: #e5d7ad;
}

.button-2 {
  color: #2c3a65;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border: 3px solid #e5d7ad;
  border-radius: 11px;
  width: auto;
  min-width: 158px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 33px;
  font-family: greycliff-cf, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: transform .325s cubic-bezier(.743, .106, .25, 1), color .2s, background-color .4s cubic-bezier(.743, .1, .25, 1);
}

.button-2:hover {
  color: #fff;
  -webkit-text-stroke-color: white;
  background-color: #e5d7ad;
  border-width: 3px;
  font-weight: 400;
  transition: color .2s, background-color .4s cubic-bezier(.743, .1, .25, 1);
  transform: scale(.97);
}

.button-2.margin {
  background-color: var(--outline-dark);
  text-align: right;
  margin-top: 29px;
  font-family: Eudoxussans, sans-serif;
}

.button-2.margin.not-yet {
  display: none;
}

.button-2.margin {
  text-align: right;
  margin-top: 29px;
}

.button-2.margin.gark {
  background-color: var(--text-color);
  color: var(--white);
  border-width: 0;
}

.button-2.fix {
  color: var(--dark);
  width: 100%;
  min-width: 163px;
  margin-left: 0;
  font-family: Eudoxussans, sans-serif;
  font-weight: 400;
}

.button-2.fix.parcours {
  max-width: 320px;
  margin-top: 33px;
}

.cf-testimonial-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-testimonial-section {
  background-color: var(--dark);
  color: var(--dark);
  margin-top: 80px;
  margin-bottom: 125px;
  overflow: hidden;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 300;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.brix---container-default-8 {
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  margin-top: 24px;
  margin-bottom: 56px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraphe {
  color: #2c3a65;
  text-align: center;
  -webkit-text-stroke-color: #2c3a65;
  max-width: 600px;
  margin: 27px auto auto;
  font-family: greycliff-cf, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraphe.cote {
  color: var(--dark);
  text-align: left;
}

.paragraphe.faq {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 400;
}

.paragraphe.bas {
  text-align: center;
  max-width: 600px;
  margin-top: 22px;
  font-weight: 400;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---section-hero-v4 {
  text-align: justify;
  background-color: #fcfcfc;
  background-image: url('../images/Shapes.svg'), linear-gradient(326deg, #e5d7ad, #fff);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: 56px;
  margin-bottom: 117px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---bg-split-v4-left {
  z-index: -2;
  background-color: #f7f7fc;
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---bg-split-v4-right {
  z-index: -2;
  background-color: #fcca6c;
  width: 100%;
  max-width: 40%;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---grid-hero-v4 {
  grid-column-gap: 36px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.gauche {
  color: #abb691;
  text-align: left;
}

.gauche.dzs {
  color: var(--dark);
  text-align: left;
  font-family: Eudoxussans, sans-serif;
  font-size: 47px;
  line-height: 62px;
}

.italic-text-6 {
  font-size: 38px;
}

.cf-different-section {
  background-color: var(--dark);
  color: var(--dark);
  margin-bottom: 101px;
  padding-top: 70px;
}

.text-block-5 {
  color: #e5d7ad;
  font-family: greycliff-cf, sans-serif;
}

.cf-different-bottom-container {
  width: 100%;
}

.text-block-6 {
  color: #e5d7ad;
  font-family: Eudoxussans, sans-serif;
}

.cf-different-tab-pane-wrapper {
  color: var(--white);
}

.div-block-11 {
  background-color: #e5d7ad;
  border-radius: 14px;
  width: 7px;
  height: 87px;
  max-height: 13px;
  margin-left: 13px;
  margin-right: 28px;
  padding-top: 14px;
  padding-bottom: 20px;
}

.cf-different-menu {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.text-block-7 {
  font-family: greycliff-cf, sans-serif;
}

.cf-different-upper-container {
  margin-bottom: 64px;
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  padding-top: 26px;
  display: flex;
}

.cf-body---18px {
  color: var(--white);
  font-family: greycliff-cf, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 160%;
}

.cf-pricing-plan-pointer-container {
  background-image: url('../images/univers-visuel-entreprise.jpg');
  background-position: 50% 60%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 20px;
  min-width: 100%;
  min-height: 120px;
  margin-top: 0;
  margin-bottom: 41px;
}

.cf-pricing-plan-pointer-container._2 {
  background-position: 50% 20%;
}

.cf-pricing-plan-pointer-container._1 {
  background-image: url('../images/maison_contigny_2025-74.jpg');
  background-position: 100% 20%;
  background-size: 641px;
}

.cf-pricing-plan-pointer-container._4 {
  background-image: url('../images/photo_moi_afrique-du-su.JPG');
  background-position: 50% 61%;
}

.cf-pricing-plan-pointer-container._5 {
  background-image: url('../images/mikael_mikapture.jpg');
  background-position: 50% 27%;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-link {
  opacity: .48;
  color: #e5d7ad;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.cf-different-tab-link:hover {
  opacity: .37;
  transform: scale(.98);
}

.cf-different-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.cf-different-tab-link._1 {
  transition: transform .2s, opacity .2s;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.margin-bottom-32px {
  color: var(--white);
  margin-bottom: 32px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 100;
}

.cf-h2-heading-56px {
  color: #2c3a65;
  margin: 0 auto;
  font-family: greycliff-cf, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.different-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 940px;
  padding-top: 44px;
  padding-bottom: 60px;
}

.showroom-accueil {
  background-color: #0d0e10;
  background-image: linear-gradient(180deg, var(--dark) 50%, white 50%);
  color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.cf-parallax-scribble-2 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  inset: auto auto 38% 15%;
}

.cf-82px-heading {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: greycliff-cf, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 135%;
}

.cf-parallax-image-4 {
  z-index: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 40%;
  max-width: 520px;
  height: 67%;
  position: relative;
}

.cf-parallax-image-2 {
  z-index: 11;
  object-fit: cover;
  border-radius: 20px;
  width: 24%;
  max-width: 280px;
  height: 300px;
  position: absolute;
  inset: 37% -2% auto auto;
}

.cf-parallax-image-2._3 {
  z-index: 7;
  height: 359px;
  top: -27%;
  right: 3%;
}

.cf-parallax-image-contain {
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: 0 auto 200px;
  display: flex;
  position: relative;
}

.cf-hero-section-5---heading-wrapper {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 121px;
  padding-bottom: 101px;
  display: flex;
  position: relative;
}

.cf-parallax-image-3 {
  z-index: 2;
  object-fit: cover;
  border-radius: 20px;
  width: 25%;
  max-width: 330px;
  height: 432px;
  position: absolute;
  inset: auto 0 -11% 50%;
}

.cf-parallax-scribble-1 {
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset: auto 4% -5% auto;
}

.div-block-27 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 96px;
  padding-top: 0;
  display: flex;
}

.cf-parallax-image-1 {
  z-index: 1;
  border-radius: 20px;
  width: 50%;
  max-width: 400px;
  position: absolute;
  inset: auto auto -18% -10%;
}

.cf-parallax-image-1._4 {
  max-width: 280px;
  bottom: 63%;
  left: 5%;
}

.text-block-8 {
  padding-top: 20px;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-weight: 400;
}

.image-11 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  height: auto;
  overflow: visible;
}

.groupe-photos {
  max-width: 800px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.groupe-photos.parcours {
  margin-top: -129px;
}

.photoseule {
  border: 0 solid #ecdfb633;
  margin-bottom: 69px;
  display: flex;
}

.image-6 {
  color: #ecdfb633;
  border: 1px solid #e5d7ad;
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 11px;
}

.image-6.contourb {
  color: #abb691;
  border-color: #ecdfb633;
  min-width: 100%;
  min-height: 100%;
}

.image-6.contourb.droit {
  border-radius: 0;
}

.grid1 {
  column-count: 2;
  column-gap: 40px;
  margin-top: 210px;
}

.imagegrid {
  border-radius: 10px;
  max-height: 100%;
  margin-bottom: 55px;
}

.imagegrid.droit {
  border-radius: 0;
  width: 100%;
  display: inline-flex;
}

.image-12 {
  color: #ecdfb633;
  border: 1px solid #e5d7ad;
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 11px;
}

.image-12.contourb {
  color: #abb691;
  border-color: #ecdfb633;
  min-width: 100%;
  min-height: 100%;
}

.image-12.contourb.droit {
  border-radius: 0;
}

.brix---accordion-btn-vertical-line {
  background-color: #0d1625;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

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

.brix---color-neutral-810 {
  color: #0d1625;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  color: #2c3a65;
  margin-top: 0;
  margin-bottom: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 20px;
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix---section-4 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 3px;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---inner-container-856---center {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---grid-1-column-gap-row-32px {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-side {
  margin-right: 24px;
}

.linou {
  color: #2b396480;
  text-decoration: none;
}

.linou:hover {
  color: #e5d7ad;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

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

.brix---accordion-item-wrapper {
  background-color: #fff;
  background-image: linear-gradient(90deg, var(--outline), white);
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 24px;
  width: 100%;
  height: auto;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 0 #0000, 0 0 #00000007, 0 .1px .1px #00000009, .1px .3px .3px #0000000a, .2px .8px .7px #0000000b, .6px 1.9px 1.5px #0000000b, 1.1px 3.8px 3.1px #0000000b, 2.1px 7.2px 5.8px #0000000c, 3.9px 13.4px 10.8px #0000000c, 7.3px 25.2px 20.2px #0000000d, 15px 51.5px 41.4px #0000000e;
}

.brix---accordion-item-wrapper:hover {
  transform: scale(.96);
}

.text-block-9 {
  color: #e5d7ad;
  text-align: center;
  letter-spacing: 7px;
  -webkit-text-stroke-color: transparent;
  text-transform: uppercase;
  margin-top: 17px;
  margin-bottom: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.text-block-9.contact {
  text-align: center;
  margin-bottom: 7px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 400;
}

.brix---btn-circle-accordion-btn {
  color: #0d1625;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-circle-accordion-btn:hover {
  background-color: #fff;
  border-color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.heading-7 {
  color: #2c3a65;
  text-align: center;
  margin-top: 0;
  line-height: 72px;
}

.heading-7.vert {
  color: #2c3a65;
  text-align: center;
}

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

.brix---color-neutral-809 {
  color: #6e7191;
}

.brix---accordion-btn-horizontal-line {
  background-color: #0d1625;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

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

.text-block-10 {
  color: #e5d7ad;
  text-align: center;
  letter-spacing: 7px;
  -webkit-text-stroke-color: transparent;
  text-transform: uppercase;
  margin-top: 17px;
  margin-bottom: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.text-block-10.contact {
  text-align: center;
  margin-bottom: 7px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 400;
}

.brix---color-neutral-811 {
  color: #6e7191;
}

.cf-navbar-main-white-div {
  z-index: 10;
  margin-top: 17px;
  padding-top: 0;
  position: relative;
}

.cf-nav-4-links-left-container {
  flex-direction: column;
  align-items: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.path-9uusp {
  color: #2c3a65;
}

.cf-link-text-navbar-4 {
  color: var(--dark);
  letter-spacing: -.8px;
  max-width: none;
  margin-left: 0;
  font-family: greycliff-cf, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.cf-link-text-navbar-4:hover {
  color: #e5d7ad;
}

.cf-link-text-navbar-4.not-yet {
  display: flex;
}

.cf-center-logo {
  color: #0a0a0a;
}

.cf-center-logo.iconir {
  max-width: 25px;
}

.cf-nav-4-wrapper {
  z-index: 1;
  background-color: var(--background-2);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 2%;
  display: flex;
  position: relative;
}

.cf-pink-line {
  background-color: #ff4f11;
  width: 46px;
  height: 2px;
  margin-right: 20px;
}

.cf-pink-line.animate {
  background-color: #e5d7ad;
  width: 0;
  margin-right: 20px;
}

.cf-nav-4-social-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100px;
  margin-right: 0;
  display: flex;
}

.cf-menu-icon {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 10px;
  display: flex;
}

.cf-navbar-5 {
  z-index: 500;
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  inset: 0% 0% auto;
}

.cf-logos-social {
  background-color: var(--background-2);
  cursor: pointer;
  object-fit: contain;
  transform-style: preserve-3d;
  border: 1px #e5d7ad8c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 43px;
  transition: transform .2s;
  display: flex;
}

.cf-logos-social:hover {
  background-color: var(--background-2);
  transform: translate3d(0, -7px, 11px);
}

.cf-logos-social.a-l-ancienne {
  background-color: var(--background-2);
  border-style: none;
  width: 36px;
}

.cf-logos-social.a-l-ancienne.w--current {
  display: flex;
}

.cf-logos-social.insta {
  background-color: #fff;
  display: none;
}

.cf-logos-social.insta:hover {
  background-color: #e5d7ad;
}

.path-xru0j {
  color: #2c3a65;
}

.special {
  padding-left: 9px;
  padding-right: 9px;
}

.cf-menu-line._2 {
  background-color: var(--white);
  color: #000;
  transform-style: preserve-3d;
  width: 26.5px;
  height: 2px;
  margin-bottom: 0;
  transform: scale3d(1.2, 1, 1);
}

.cf-menu-line._1 {
  background-color: var(--white);
  color: #000;
  -webkit-text-stroke-color: #2c3a65;
  width: 14px;
  height: 2px;
  margin-bottom: 10px;
  transform: translate(0);
}

.cf-navigation-4-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 98%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cf-navigation-4-container-2.navopen {
  align-items: center;
  width: 100%;
  max-width: 1210px;
  margin-top: 4vh;
  padding-top: 0;
}

.cf-nav-4-menu {
  cursor: pointer;
  align-items: center;
  margin-left: auto;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.cf-nav-4-menu:hover {
  opacity: 1;
}

.path-i49wf {
  color: var(--dark);
  transform: scale(1.2);
}

.cf-navigation-logo {
  object-fit: contain;
  min-width: 100px;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: inline-block;
}

.cf-navigation-logo:hover {
  transform: scale(1.1);
}

.cf-navigation-4-link {
  color: #000;
  align-items: center;
  max-width: 500px;
  margin-bottom: 50px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 187%;
  text-decoration: none;
  display: flex;
}

.cf-navigation-4-link.w--current {
  color: #1c0309;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.cf-close-button {
  cursor: pointer;
  background-color: #fff;
  border: 0 solid #e5d7ad;
  border-radius: 20px;
  align-items: center;
  margin: auto -23px auto 1.5%;
  padding: 14px 25px;
  transition: opacity .2s;
  display: flex;
  position: static;
  inset: auto 111px auto auto;
}

.cf-close-button:hover {
  opacity: .8;
}

.cf-nav-4-links-container {
  justify-content: space-between;
  align-items: center;
  width: 500px;
  margin-top: 18vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-nav-4-right-container {
  align-items: stretch;
  width: 100px;
  margin-left: 0%;
  display: flex;
}

.cf-nav-shadow-wrapper {
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cf-menu-navigation-wrap {
  z-index: 10000000;
  opacity: 0;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  padding: 0 83px 150px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.cf-close-text {
  color: var(--dark);
  text-transform: uppercase;
  font-family: greycliff-cf, sans-serif;
  font-weight: 700;
}

.path-3bgf9 {
  color: #2c3a65;
}

.cf-navbar-shadow {
  filter: blur(10px);
  background-color: #67666d0f;
  border-radius: 100px;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 100px #0000001a;
}

.cf-close-contain {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-right: 20px;
  display: flex;
}

.path-t9gdz {
  color: #2c3a65;
}

.cf-menu-text {
  color: var(--white);
  letter-spacing: .8px;
  font-family: Eudoxussans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.cf-nav-4-menu-2 {
  cursor: pointer;
  align-items: center;
  width: 100px;
  margin-left: 0%;
  display: flex;
  position: relative;
}

.cf-nav-4-menu-2:hover {
  opacity: 1;
}

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

.ikonik-d4wv9 {
  color: #fff;
  max-height: 31px;
}

.ikonik-4a0rj {
  color: #fff;
  height: 29px;
}

.ikonik-1wilh {
  color: #fff;
}

.link-block-2 {
  text-decoration: none;
}

.div-block-10 {
  z-index: 623;
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.lottie-animation-2 {
  max-width: 500px;
}

.link {
  color: var(--text-color);
}

.form {
  width: 100%;
  min-width: 400px;
}

.div-block-28 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: column;
  align-items: center;
  max-width: 700px;
  margin: -70px auto 56px;
  display: flex;
}

.text-block-12, .text-block-13 {
  font-family: Eudoxussans, sans-serif;
}

.div-block-29 {
  margin-top: 34px;
}

@media screen and (min-width: 1280px) {
  .vid-o-deut {
    background-image: none;
  }

  .background-video, .background-video-2 {
    max-width: 1280px;
  }

  .div-block-10 {
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .section.home-hero-section {
    min-height: 60vh;
  }

  .heading {
    max-width: 500px;
  }

  .entree-video {
    margin-top: 113px;
  }

  .vid-o-deut {
    background-color: var(--dark);
    background-image: none;
    box-shadow: 0 2px 5px #0003;
  }

  .background-video {
    margin-left: auto;
    margin-right: auto;
  }

  .vid-o-deut-2 {
    background-image: linear-gradient(2deg, #33416b, #0f0d0f 100%, #fff);
    box-shadow: 0 2px 5px #0003;
  }

  .background-video-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-2.fix {
    max-width: 400px;
    font-weight: 700;
  }

  .button-2.fix.parcours {
    margin-top: 30px;
  }

  .brix---grid-hero-v4 {
    grid-column-gap: 90px;
  }

  .div-block-27 {
    min-width: 636px;
    margin-top: 0;
  }

  .image-6.contourb, .image-12.contourb {
    border-color: #abb691;
  }

  .cf-navbar-5 {
    background-color: #0000;
  }

  .div-block-10 {
    display: flex;
  }

  .div-block-28 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 159px;
    max-width: 720px;
    margin: -75px auto 86px;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-10 {
    display: none;
  }

  .div-block-28 {
    max-width: 690px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .section.thin-section {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .section.about-hero-section {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .section.paralax-section {
    min-height: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.extra-top-padding.no-bottom-padding {
    padding-top: 180px;
  }

  .wrapper.contact {
    margin-top: -131px;
  }

  .nav-bar {
    height: 75px;
  }

  .large-heading {
    font-size: 48px;
  }

  .nav-menu {
    background-color: var(--background-2);
  }

  .nav-link {
    border-bottom: 1px solid #ffffff1a;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .nav-link.mobile-speaker-text {
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom-style: none;
    padding: 0 12px 0 0;
    font-size: 14px;
    display: flex;
  }

  .hover-link-wrapper.scroll-link-wrapper {
    display: none;
  }

  .three-grid-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr .75fr;
    margin-bottom: 60px;
  }

  .feature-item {
    margin-bottom: 0;
  }

  .feature-item.middle-item {
    margin-top: 0;
  }

  .nav-menu-wrapper {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    position: static;
  }

  .speaker-list-icon-wrapper {
    background-color: #ffffff0d;
    border: 1px #ffffff17;
    border-radius: 100px;
    margin-right: 24px;
    padding: 3px 3px 3px 18px;
  }

  .speaker-list-icon {
    width: 40px;
    height: 40px;
    padding: 12px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .slide-image.team-image {
    min-height: auto;
  }

  .slide-image.team-gallery {
    min-height: 300px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-image.speaker-page {
    margin-bottom: -80px;
    position: relative;
  }

  .off-page-menu {
    width: 70vw;
    display: none;
  }

  .quick-list-image-hover.quick-list {
    width: 30vw;
    right: 70vw;
  }

  .logos-heading-wrapper {
    margin-bottom: 24px;
  }

  .featured-logos-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .showreel-wrapper {
    height: 60vh;
  }

  .showreel-heading {
    font-size: 72px;
    bottom: -24px;
  }

  .centered-intro {
    margin-bottom: 48px;
  }

  .centered-intro.large-intro {
    margin-top: 36px;
  }

  .trio-cards {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-wrapper {
    justify-content: flex-start;
    min-height: 500px;
    overflow: auto;
  }

  .team-item {
    min-width: 48vw;
  }

  .background-cover.left-cover {
    width: 100%;
    margin-bottom: 0;
  }

  .social-items {
    background-size: auto 160%;
    width: 100%;
    height: 100%;
  }

  .box {
    min-height: 400px;
    margin-bottom: -140px;
  }

  .half-dual {
    grid-row-gap: 36px;
    grid-template-rows: minmax(200px, 1fr);
    grid-template-columns: 1fr;
  }

  .social-block {
    cursor: default;
  }

  .social-text {
    display: none;
  }

  .menu-button {
    border-left: 1px solid #ffffff1a;
    justify-content: center;
    align-items: center;
    padding: 12px 0 12px 24px;
    font-size: 18px;
    display: flex;
  }

  .menu-button.w--open {
    -webkit-text-fill-color: transparent;
    background-color: #0000;
    background-image: url('../images/Background-Blur.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .menu-button-text {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
  }

  .gradient-background-fill {
    background-size: cover;
  }

  .dual-hero-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

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

  .speaker-descriptor {
    padding-top: 36px;
  }

  .center-speaker-info {
    grid-row-gap: 36px;
  }

  .speaker-small-description {
    padding-top: 104px;
    padding-bottom: 8vw;
    display: flex;
  }

  .form-wrapper {
    width: 100%;
    max-width: 450px;
  }

  .speaker-hero-image {
    max-width: 100.3%;
  }

  .speaker-hero-image.photo {
    max-width: 100%;
    max-height: 430px;
  }

  .hide-mobile {
    display: none;
  }

  .vid-o-deut {
    display: block;
  }

  .background-video.mobile {
    height: 91vw;
    margin-bottom: -1px;
  }

  .vid-o-deut-2 {
    display: none;
  }

  .background-video-2.mobile {
    height: 91vw;
    margin-bottom: -1px;
  }

  .cf-testimonial-tab-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .cf-testimonial-tabs {
    flex-direction: column;
    padding-left: 0;
  }

  .cf-tabs-menu-testimonial {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }

  .cf-testimonial-text-32px {
    font-size: 18px;
  }

  .button-2.margin {
    margin-left: auto;
  }

  .cf-testimonial-wrapper {
    padding-top: 140px;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .brix---container-default-8 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-10 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---bg-split-v4-left {
    max-width: 100%;
  }

  .brix---bg-split-v4-right {
    max-width: 100%;
    min-height: 42%;
    display: block;
    inset: auto 0% 0%;
  }

  .brix---grid-hero-v4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .gauche {
    text-align: center;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .showroom-accueil {
    margin-bottom: -137px;
  }

  .cf-parallax-scribble-2 {
    bottom: 15%;
    left: 20%;
  }

  .cf-82px-heading {
    font-size: 37px;
  }

  .cf-parallax-image-4 {
    height: 54%;
  }

  .cf-parallax-image-2 {
    top: 68%;
  }

  .cf-parallax-image-2._3 {
    top: 5%;
  }

  .cf-parallax-image-contain {
    margin-bottom: 60px;
  }

  .cf-parallax-image-3 {
    height: 200px;
    bottom: 25%;
  }

  .cf-parallax-scribble-1 {
    bottom: 37%;
    right: -16%;
  }

  .cf-parallax-image-1 {
    width: 40%;
    bottom: 3%;
    left: -14%;
  }

  .cf-parallax-image-1._4 {
    max-width: 173px;
  }

  .image-6, .image-12 {
    max-width: 71%;
  }

  .brix---section-4 {
    margin-bottom: 120px;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .cf-nav-4-links-left-container {
    margin-right: auto;
  }

  .path-9uusp {
    display: inline;
  }

  .cf-navbar-5 {
    overflow: visible;
  }

  .cf-navigation-4-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    max-width: 95%;
  }

  .cf-navigation-logo {
    margin-right: auto;
    padding-right: 0;
  }

  .cf-close-button {
    top: 52px;
    right: 85px;
  }

  .cf-nav-4-links-container {
    width: 60vw;
    margin-left: auto;
  }

  .cf-nav-4-right-container {
    margin-left: 7%;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
  }

  .cf-close-contain {
    background-image: none;
  }

  .cf-nav-4-menu-2 {
    width: 79px;
    height: auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }

  .section.footer {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section.about-hero-section {
    padding-bottom: 60px;
  }

  .section.extra-top-padding.no-bottom-padding {
    padding-top: 120px;
  }

  .nav-bar {
    height: 70px;
  }

  .brand {
    font-size: 22px;
  }

  .large-heading {
    font-size: 42px;
  }

  .nav-link.mobile-speaker-text {
    padding-right: 12px;
    font-size: 12px;
  }

  .hover-link-wrapper.right-scroll-link {
    display: none;
  }

  .three-grid-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .speaker-list-icon-wrapper {
    margin-right: 18px;
    padding-left: 18px;
  }

  .speaker-list-icon {
    min-width: 40px;
    min-height: 40px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .slide-image {
    min-height: 400px;
  }

  .slide-image.team-image {
    min-height: 300px;
  }

  .slide-image.team-gallery {
    min-height: 250px;
  }

  .speaker-name {
    font-size: 48px;
  }

  .off-page-menu {
    width: 90vw;
  }

  .quick-list-image-hover.quick-list {
    width: 10vw;
    right: 90vw;
  }

  .showreel-heading {
    font-size: 56px;
    bottom: -18px;
  }

  .centered-call-to-action {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
  }

  .call-to-action-heading {
    grid-template-columns: 1fr;
  }

  .team-wrapper {
    min-height: 500px;
  }

  .team-item {
    min-width: 55vw;
  }

  .background-shade.top-thirds {
    margin-top: 0;
  }

  .background-cover {
    width: 100%;
  }

  .box {
    margin-bottom: -100px;
  }

  .about-wrapper {
    padding-left: 0;
  }

  .menu-button {
    padding-left: 18px;
    font-size: 16px;
  }

  .vid-o-deut {
    background-image: none;
    display: block;
  }

  .vid-o-deut-2 {
    display: block;
  }

  .cf-testimonial-text-32px {
    font-size: 22px;
  }

  .cf-testimonial-names {
    font-size: 20px;
  }

  .cf-testimonial-wrapper {
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .image-10 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-6 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v4 {
    grid-template-columns: 1fr;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-parallax-scribble-2 {
    bottom: 3%;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-parallax-image-contain {
    height: 500px;
    margin-top: -60px;
  }

  .cf-hero-section-5---heading-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .cf-parallax-image-3 {
    bottom: 19%;
  }

  .cf-parallax-scribble-1 {
    bottom: 53%;
  }

  .cf-parallax-image-1 {
    bottom: 5%;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---accordion-side {
    margin-right: 16px;
  }

  .brix---accordion-item-wrapper {
    padding: 40px 24px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

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

  .cf-nav-4-links-left-container {
    align-items: center;
    width: auto;
    margin-right: auto;
  }

  .cf-link-text-navbar-4 {
    font-size: 26px;
  }

  .cf-nav-4-social-icons {
    margin-right: 20px;
    display: none;
  }

  .cf-navigation-4-container-2 {
    width: 90%;
    max-width: 550px;
  }

  .cf-navigation-4-container-2.navopen {
    margin-top: -81px;
  }

  .cf-navigation-logo {
    margin-left: 25px;
  }

  .cf-close-button {
    border-radius: 100px;
    padding: 16px;
    top: 52px;
    right: 60px;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10vh;
    margin-left: 20vw;
    margin-right: 20vw;
  }

  .cf-nav-shadow-wrapper {
    width: 90%;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .cf-close-text {
    display: none;
  }

  .cf-close-contain {
    margin-right: 0;
  }

  .div-block-10 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.home-hero-section {
    padding-bottom: 36px;
  }

  .section.thin-section {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .section.footer {
    padding-top: 19px;
  }

  .section.about-hero-section {
    padding-top: 81px;
    padding-bottom: 48px;
  }

  .section.paralax-section {
    min-height: 350px;
  }

  .section.speaker-hero {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 46px;
  }

  .section.speaker-hero.portfolio {
    padding-top: 49px;
  }

  .nav-bar {
    height: 65px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand {
    font-size: 18px;
  }

  .large-heading {
    text-align: left;
    font-size: 40px;
    line-height: 51px;
  }

  .large-heading.heading-quote {
    font-size: 32px;
  }

  .large-heading.padding {
    text-align: left;
  }

  .large-heading.testo {
    text-align: center;
  }

  .large-heading.dark {
    color: var(--dark);
    text-align: left;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .nav-link.mobile-speaker-text {
    display: none;
  }

  .hover-link {
    display: flex;
  }

  .three-grid-wrapper {
    justify-content: start;
  }

  .body-display.large {
    text-align: left;
  }

  .button {
    margin-right: auto;
  }

  .button.dark.contact {
    background-color: var(--dark);
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
  }

  .feature-item {
    min-height: 120px;
    padding: 24px;
  }

  .speaker-list-icon-wrapper {
    margin-left: 0;
    margin-right: 18px;
    padding: 0;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .slide-image.team-image {
    height: 100%;
    min-height: auto;
  }

  .slide-image.team-gallery {
    min-height: 160px;
  }

  .speaker-name {
    font-size: 42px;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .speaker-image.speaker-page {
    margin-bottom: -36px;
    position: relative;
  }

  .off-page-menu {
    width: 95vw;
    padding-top: 100px;
    padding-left: 24px;
  }

  .quick-list-item {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .quick-list-image-hover.quick-list {
    width: 5vw;
    right: 95vw;
  }

  .dual-title-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .logos-heading-wrapper {
    border-bottom: 1px solid var(--background-2);
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 18px;
    padding-bottom: 12px;
  }

  .solid-line {
    margin-left: 0;
  }

  .featured-logos-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch space-between;
    display: grid;
  }

  .showreel-wrapper {
    height: 30vh;
    min-height: 250px;
  }

  .showreel-heading {
    font-size: 48px;
  }

  .feature-title-wrapper {
    margin-bottom: 48px;
  }

  .centered-call-to-action.clip {
    grid-row-gap: 32px;
    text-align: left;
    justify-content: start;
    align-items: center;
  }

  .call-to-action-heading {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .team-wrapper {
    min-height: 475px;
    padding-bottom: 80px;
  }

  .team-item {
    min-width: 90vw;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .featured-logo-item {
    padding: 0;
  }

  .background-shade {
    height: 86%;
  }

  .background-cover.left-cover.no-margin.contact {
    background-color: var(--dark);
  }

  .social-icon {
    width: 36px;
    margin-bottom: 0;
  }

  .box {
    min-height: 250px;
    margin-bottom: -100px;
  }

  .half-dual {
    grid-row-gap: 48px;
  }

  .about-wrapper {
    padding-left: 0;
  }

  .about-wrapper.mentions {
    margin-top: 0;
  }

  .box-two.collection-list-images {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .reg-icon {
    width: 36px;
    margin-bottom: 0;
  }

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

  .footer-nav-link {
    font-size: 16px;
  }

  .menu-button {
    padding-left: 18px;
  }

  .menu-button.w--open {
    background-image: linear-gradient(to bottom, var(--light-green), var(--light-green));
  }

  .gradient-background-fill {
    background-position: 0 0, 27%;
  }

  .clip {
    margin-left: 0;
    margin-right: auto;
  }

  .clip.date {
    margin-left: auto;
  }

  .background-fill-image {
    width: 100%;
  }

  .background-fill-image._2nd {
    margin-bottom: 0;
  }

  .dual-hero-wrapper {
    flex-flow: column;
    margin-top: 156px;
  }

  .buttons-wrapper.clip {
    grid-auto-flow: row;
  }

  .speaker-descriptor {
    padding-top: 24px;
  }

  .center-speaker-info {
    grid-row-gap: 24px;
    grid-template-rows: auto 1fr;
  }

  .speaker-small-description {
    padding-top: 51px;
    display: flex;
  }

  .form-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 90vw;
  }

  .speaker-hero-image {
    width: 100%;
    margin-top: 0;
  }

  .speaker-hero-image.photo {
    width: 100%;
  }

  .gallery-collection-item {
    min-width: 200px;
  }

  .background-clip.contact {
    opacity: 1;
  }

  .gallery-collection-list-wrapper {
    margin-right: -5vw;
    overflow: auto;
  }

  .text-block {
    padding-top: 4px;
    font-size: 34px;
  }

  .text-block.name {
    text-align: center;
    font-size: 30px;
  }

  .heading {
    text-align: left;
  }

  .heading.d-couvrir {
    max-width: 320px;
  }

  .text-block-4 {
    color: var(--white);
  }

  .entree-video {
    margin-top: 93px;
  }

  .vid-o-deut {
    background-image: none;
    display: none;
  }

  .background-video.mobile {
    height: 90vh;
    max-height: none;
    margin-top: -98px;
    margin-bottom: -7px;
    display: block;
  }

  .vid-o-mobile {
    margin-bottom: 0;
    display: block;
  }

  .vid-o-deut-2 {
    display: none;
  }

  .background-video-2.mobile {
    height: 90vh;
    max-height: none;
    margin-top: -98px;
    margin-bottom: -7px;
    display: block;
  }

  .vid-o-mobile-2 {
    margin-bottom: -3px;
    display: block;
  }

  .cf-testimonial-tab-wrapper {
    text-align: center;
  }

  .cf-testimonial-tabs {
    flex-flow: column-reverse;
    align-items: center;
    padding-left: 0;
  }

  .cf-tabs-menu-testimonial {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: space-between;
  }

  .cf-testimonial-text-32px {
    text-align: left;
    font-size: 16px;
  }

  .cf-features-section-1-image-contai {
    width: 61px;
  }

  .cf-testimonial-haeding-48px {
    text-align: left;
    margin-bottom: 31px;
    font-size: 31px;
  }

  .cf-testimonial-names {
    text-align: left;
    font-size: 14px;
  }

  .button-2 {
    margin-bottom: 17px;
    margin-left: auto;
  }

  .button-2.margin {
    float: none;
    clear: left;
    text-align: center;
    float: none;
    clear: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .button-2.fix {
    width: 100%;
    min-width: 43%;
  }

  .cf-testimonial-wrapper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 39px;
  }

  .cf-testimonial-section {
    margin-top: 83px;
    margin-bottom: 50px;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .brix---container-default-8 {
    min-height: 943px;
    margin-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraphe {
    max-width: 100%;
    font-size: 14px;
  }

  .paragraphe.cote {
    text-align: left;
  }

  .paragraphe.faq, .paragraphe.bas {
    font-size: 14px;
    font-weight: 400;
  }

  .image-10 {
    max-width: 100%;
  }

  .div-block-6 {
    text-align: left;
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .brix---section-hero-v4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .brix---bg-split-v4-left {
    min-height: 710px;
  }

  .brix---bg-split-v4-right {
    min-height: 33%;
  }

  .brix---grid-hero-v4 {
    grid-template-columns: minmax(152px, 2fr);
    justify-content: stretch;
    max-width: 117%;
  }

  .gauche.dzs {
    color: var(--dark);
    text-align: center;
    letter-spacing: -1px;
    margin-top: 0;
    font-size: 31px;
    line-height: 45px;
  }

  .italic-text-6 {
    font-size: 30px;
  }

  .cf-different-section {
    margin-top: 77px;
    padding-top: 0;
  }

  .cf-different-tab-pane-wrapper {
    overflow: visible;
  }

  .cf-different-menu {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-direction: column;
    justify-content: flex-start;
    max-height: none;
    margin-top: 45px;
  }

  .cf-different-tabs {
    flex-flow: column-reverse;
    margin-top: -88px;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.different-flex {
    padding-top: 0;
  }

  .showroom-accueil {
    margin-top: 67px;
    margin-bottom: 0;
    padding-top: 59px;
    padding-bottom: 62px;
  }

  .cf-parallax-scribble-2 {
    width: 50%;
    bottom: 22%;
  }

  .cf-82px-heading {
    font-size: 25px;
  }

  .cf-parallax-image-4 {
    border-radius: 15px;
    top: 147px;
  }

  .cf-parallax-image-2 {
    border-radius: 9px;
    height: 100px;
    top: 58%;
    right: -5%;
  }

  .cf-parallax-image-2._3 {
    z-index: 1;
    border-radius: 11px;
    height: 150px;
  }

  .cf-parallax-image-contain {
    height: 350px;
    margin-top: 83px;
    margin-bottom: 90px;
  }

  .cf-hero-section-5---heading-wrapper {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .cf-parallax-image-3 {
    border-radius: 10px;
    height: 105px;
    bottom: -25%;
  }

  .cf-parallax-scribble-1 {
    width: 60%;
    bottom: -2%;
  }

  .div-block-27 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    max-width: 100%;
    margin-top: 33px;
    margin-bottom: -5px;
  }

  .cf-parallax-image-1 {
    border-radius: 12px;
    width: 43%;
    max-width: 452px;
    height: 136px;
    bottom: -1%;
  }

  .cf-parallax-image-1._4 {
    border-radius: 14px;
    max-width: 121px;
    bottom: 52%;
  }

  .groupe-photos.parcours {
    margin-top: 41px;
    margin-bottom: -87px;
  }

  .image-6 {
    max-width: 90%;
    min-height: auto;
    max-height: 100%;
    margin-top: -84px;
  }

  .image-6.contourb {
    min-width: 300px;
  }

  .grid1 {
    column-count: 1;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .image-12 {
    max-width: 90%;
    min-height: auto;
    max-height: 100%;
    margin-top: -84px;
  }

  .image-12.contourb {
    min-width: 300px;
  }

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

  .brix---accordion-title {
    padding-top: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---section-4 {
    margin-bottom: 110px;
    padding-top: 15px;
    padding-bottom: 0;
  }

  .brix---grid-1-column-gap-row-32px {
    flex-direction: column;
    display: flex;
  }

  .brix---accordion-side {
    display: none;
  }

  .linou {
    color: #2b396480;
    text-decoration: none;
  }

  .linou:hover {
    color: #e5d7ad;
  }

  .brix---accordion-item-wrapper {
    padding: 20px 18px;
  }

  .text-block-9 {
    margin-top: 3px;
    margin-bottom: 48px;
    font-size: 13px;
    font-weight: 600;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .heading-7 {
    font-size: 41px;
    line-height: 46px;
  }

  .heading-7.vert {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 45px;
  }

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

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

  .text-block-10 {
    margin-top: 3px;
    margin-bottom: 48px;
    font-size: 13px;
    font-weight: 600;
  }

  .text-block-11 {
    font-family: greycliff-cf, sans-serif;
  }

  .cf-navbar-main-white-div {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-nav-4-links-left-container {
    width: 100%;
    margin-right: auto;
  }

  .cf-link-text-navbar-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .cf-nav-4-wrapper {
    justify-content: center;
    margin-top: 0;
    padding: 5px 14px;
  }

  .cf-pink-line.animate {
    display: none;
  }

  .cf-nav-4-social-icons {
    width: auto;
    display: none;
  }

  .cf-navbar-5 {
    margin-top: -91px;
    padding-top: 20px;
  }

  .cf-logos-social {
    border-width: 0;
    display: none;
  }

  .cf-logos-social.a-l-ancienne, .cf-logos-social.a-l-ancienne.w--current, .cf-logos-social.insta {
    display: none;
  }

  .cf-menu-line._2 {
    background-color: var(--white);
    transform: scale3d(1.2, .9, 1);
  }

  .cf-menu-line._1 {
    background-color: var(--white);
  }

  .cf-navigation-4-container-2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cf-navigation-4-container-2.navopen {
    width: 85%;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .cf-navigation-logo {
    min-width: 78px;
    max-width: 24px;
    margin-left: -34px;
    margin-right: auto;
  }

  .cf-navigation-logo.open {
    margin-left: 20px;
  }

  .cf-navigation-4-link {
    margin-left: auto;
    margin-right: auto;
  }

  .cf-close-button {
    margin-left: auto;
    margin-right: 0;
    padding: 16px;
    top: 40px;
    right: 20px;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    width: 80vw;
    margin: 9.1vh 10vw auto;
  }

  .cf-nav-4-right-container {
    width: 46px;
    margin-left: 0%;
    margin-right: 0;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    flex-direction: column;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 0 56px;
    display: none;
  }

  .cf-close-text {
    display: none;
  }

  .cf-close-contain {
    background-image: none;
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .cf-menu-text {
    display: none;
  }

  .cf-nav-4-menu-2 {
    justify-content: flex-start;
    align-items: center;
    width: 46px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-10 {
    height: 100svh;
    margin-top: 0;
    display: flex;
  }

  .lottie-animation-2 {
    width: 450px;
    max-width: none;
    height: 235px;
    display: block;
  }

  .form {
    min-width: 90vw;
  }

  .navbar {
    margin-top: -91px;
    padding-top: 18px;
  }

  .div-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 89%;
    max-width: 350px;
  }
}

#w-node-_4a08a5ed-ae77-c5f3-b1e2-f6a30efb3e0a-acbae91f, #w-node-beba613e-e543-c2cb-df03-3cace9312372-acbae91f, #w-node-_7aff9a73-f9e4-c4ab-df1c-accc59a94811-acbae91f, #w-node-_56af291a-dd1d-a938-3cea-30ea54a5c53b-acbae91f, #w-node-b0bb6517-94a1-1034-d47f-9a9e2f05d070-acbae91f {
  place-self: center;
}

#w-node-f93efa11-2b14-a032-0e86-5ff6b700d694-8e56bd43 {
  justify-self: start;
}

#w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd4b-8e56bd43 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center end;
}

#w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd4f-8e56bd43, #w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd52-8e56bd43, #w-node-_7ea1165f-feec-1e71-b561-812c5c4e28b4-8e56bd43, #w-node-d2300e76-172b-f8db-b0dc-e57e09aa80c8-8e56bd43 {
  justify-self: end;
}

#w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd55-8e56bd43, #w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd60-8e56bd43 {
  place-self: end start;
}

#w-node-d807abf3-b508-f156-2156-2dac954ca1e5-954ca1e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d807abf3-b508-f156-2156-2dac954ca1e6-954ca1e2 {
  place-self: center end;
}

#w-node-_23745f1b-9c28-f6e4-b5fe-52f2b4a6e8bb-b4a6e8b8 {
  place-self: center;
}

#w-node-_35f8d1d2-9863-d3df-2117-a67a99b400de-acbae920 {
  justify-self: center;
}

#w-node-e4b1f664-79d2-ddf1-735f-e808d641bd03-acbae920 {
  align-self: end;
}

#w-node-_82f689a4-8940-2fd2-5471-3ddf65acf1b4-acbae920 {
  place-self: center;
}

#w-node-fdd25448-9cdd-315e-43f1-aa052b6c8987-acbae920 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-fdd25448-9cdd-315e-43f1-aa052b6c8989-acbae920 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce70e-acbae920 {
  place-self: center;
}

#w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce711-acbae920 {
  place-self: center end;
}

#w-node-_0dcb30e7-24c4-f552-d38f-88828938a1af-acbae921 {
  place-self: center start;
}

#w-node-_0dcb30e7-24c4-f552-d38f-88828938a1b2-acbae921 {
  place-self: center end;
}

#w-node-e71f584d-e6f0-532b-15ac-ea580c58cbb9-acbae921 {
  align-self: end;
}

#w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8aef-acbae921 {
  place-self: center;
}

#w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8af2-acbae921 {
  place-self: center end;
}

#w-node-d6ab7a4e-cbcd-2ced-5e5c-8b4080bcf0b7-acbae921 {
  justify-self: start;
}

#w-node-d6ab7a4e-cbcd-2ced-5e5c-8b4080bcf0bc-acbae921 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center end;
}

#w-node-d6ab7a4e-cbcd-2ced-5e5c-8b4080bcf0bd-acbae921, #w-node-d6ab7a4e-cbcd-2ced-5e5c-8b4080bcf0c0-acbae921, #w-node-d6ab7a4e-cbcd-2ced-5e5c-8b4080bcf0c3-acbae921 {
  justify-self: end;
}

#w-node-d6ab7a4e-cbcd-2ced-5e5c-8b4080bcf0c6-acbae921 {
  justify-self: start;
}

#w-node-d6ab7a4e-cbcd-2ced-5e5c-8b4080bcf0c7-acbae921 {
  place-self: center start;
}

#w-node-d6ab7a4e-cbcd-2ced-5e5c-8b4080bcf0c8-acbae921, #w-node-d6ab7a4e-cbcd-2ced-5e5c-8b4080bcf0cb-acbae921, #w-node-d6ab7a4e-cbcd-2ced-5e5c-8b4080bcf0ce-acbae921 {
  place-self: center;
}

#w-node-d6ab7a4e-cbcd-2ced-5e5c-8b4080bcf0d1-acbae921, #w-node-f6f869af-6740-9304-6cdc-0210af834c83-acbae923 {
  justify-self: start;
}

#w-node-_07658d81-c391-a9a9-a891-9b05e26f71e7-18d70956 {
  align-self: end;
}

#w-node-_07658d81-c391-a9a9-a891-9b05e26f721d-18d70956 {
  place-self: center;
}

#w-node-_07658d81-c391-a9a9-a891-9b05e26f7220-18d70956 {
  place-self: center end;
}

#w-node-_07658d81-c391-a9a9-a891-9b05e26f722f-18d70956 {
  justify-self: start;
}

#w-node-_07658d81-c391-a9a9-a891-9b05e26f7234-18d70956 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center end;
}

#w-node-_07658d81-c391-a9a9-a891-9b05e26f7235-18d70956, #w-node-_07658d81-c391-a9a9-a891-9b05e26f7238-18d70956, #w-node-_07658d81-c391-a9a9-a891-9b05e26f723b-18d70956 {
  justify-self: end;
}

#w-node-_07658d81-c391-a9a9-a891-9b05e26f723e-18d70956 {
  justify-self: start;
}

#w-node-_07658d81-c391-a9a9-a891-9b05e26f723f-18d70956 {
  place-self: center start;
}

#w-node-_07658d81-c391-a9a9-a891-9b05e26f7240-18d70956, #w-node-_07658d81-c391-a9a9-a891-9b05e26f7243-18d70956, #w-node-_07658d81-c391-a9a9-a891-9b05e26f7246-18d70956 {
  place-self: center;
}

#w-node-_07658d81-c391-a9a9-a891-9b05e26f7249-18d70956 {
  justify-self: start;
}

#w-node-_07658d81-c391-a9a9-a891-9b05e26f71e7-fe8bf9ea, #w-node-_07658d81-c391-a9a9-a891-9b05e26f71e7-0111c199, #w-node-_07658d81-c391-a9a9-a891-9b05e26f71e7-81428870 {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d807abf3-b508-f156-2156-2dac954ca1e6-954ca1e2 {
    justify-self: center;
  }

  #w-node-_6ebd2c01-3f39-69a3-e871-b0a36057a5d7-acbae920 {
    order: 9999;
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fdd25448-9cdd-315e-43f1-aa052b6c8987-acbae920 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce70e-acbae920 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce711-acbae920 {
    justify-self: start;
  }

  #w-node-e71f584d-e6f0-532b-15ac-ea580c58cbae-acbae921 {
    justify-self: center;
  }

  #w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8aef-acbae921 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8af2-acbae921 {
    justify-self: start;
  }

  #w-node-_07658d81-c391-a9a9-a891-9b05e26f71db-18d70956 {
    justify-self: center;
  }

  #w-node-_07658d81-c391-a9a9-a891-9b05e26f721d-18d70956 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_07658d81-c391-a9a9-a891-9b05e26f7220-18d70956 {
    justify-self: start;
  }

  #w-node-_07658d81-c391-a9a9-a891-9b05e26f71db-fe8bf9ea, #w-node-_07658d81-c391-a9a9-a891-9b05e26f71db-0111c199, #w-node-_07658d81-c391-a9a9-a891-9b05e26f71db-81428870 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_23745f1b-9c28-f6e4-b5fe-52f2b4a6e8bc-b4a6e8b8 {
    place-self: center;
  }

  #w-node-fdd25448-9cdd-315e-43f1-aa052b6c8987-acbae920 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce70e-acbae920 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-c84451a2-bb39-89c2-54e7-fe84cf4ce711-acbae920 {
    justify-self: center;
  }

  #w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8aef-acbae921 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5d0ede7f-cc03-41c4-85e6-0181abfe8af2-acbae921 {
    justify-self: center;
  }

  #w-node-_07658d81-c391-a9a9-a891-9b05e26f721d-18d70956 {
    grid-row: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_07658d81-c391-a9a9-a891-9b05e26f7220-18d70956 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4a08a5ed-ae77-c5f3-b1e2-f6a30efb3e0a-acbae91f, #w-node-beba613e-e543-c2cb-df03-3cace9312372-acbae91f, #w-node-_7aff9a73-f9e4-c4ab-df1c-accc59a94811-acbae91f, #w-node-_56af291a-dd1d-a938-3cea-30ea54a5c53b-acbae91f, #w-node-b0bb6517-94a1-1034-d47f-9a9e2f05d070-acbae91f {
    justify-self: start;
  }

  #w-node-_50b4bd1a-1e4d-e659-b727-7a1a8e56bd4b-8e56bd43 {
    align-self: start;
  }

  #w-node-d807abf3-b508-f156-2156-2dac954ca1e6-954ca1e2 {
    place-self: stretch center;
  }

  #w-node-_23745f1b-9c28-f6e4-b5fe-52f2b4a6e8bb-b4a6e8b8, #w-node-_23745f1b-9c28-f6e4-b5fe-52f2b4a6e8bc-b4a6e8b8 {
    justify-self: start;
  }

  #w-node-_0dcb30e7-24c4-f552-d38f-88828938a1b2-acbae921 {
    justify-self: end;
  }

  #w-node-d6ab7a4e-cbcd-2ced-5e5c-8b4080bcf0bc-acbae921 {
    align-self: start;
  }

  #w-node-_07658d81-c391-a9a9-a891-9b05e26f71dc-18d70956 {
    justify-self: center;
  }

  #w-node-_07658d81-c391-a9a9-a891-9b05e26f7234-18d70956 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussansgx';
  src: url('../fonts/EudoxusSansGX.ttf') format('truetype'), url('../fonts/EudoxusSansGX.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}