@font-face {
  font-family: Feature Display ;
  src: url('../fonts/FeatureDisplay-Regular-copy.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

.text-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
}

.button {
  box-sizing: content-box;
  aspect-ratio: 2 / 3;
  object-fit: none;
  background-color: #fcadf4;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  width: 100px;
  height: 100px;
  padding-bottom: 0;
  display: flex;
}

.lottie-animation {
  align-self: center;
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-2 {
  box-sizing: content-box;
  aspect-ratio: auto;
  color: #000;
  object-fit: fill;
  background-color: #fcadf4;
  border-radius: 100px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.div-block {
  text-align: center;
  align-self: center;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  background-color: #fff7f7;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding-top: 40px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #171515;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fcadf4;
  border-radius: 40px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-2 {
  color: #171515;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  mix-blend-mode: normal;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.container-2 {
  max-width: 2000px;
}

.text-block-4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Feature Display, Georgia, sans-serif;
  font-size: 180px;
  font-weight: 500;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
  overflow: visible;
}

.text-block-5 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image {
  max-width: 85%;
  margin-bottom: 10px;
}

.loop-text-outter {
  white-space: nowrap;
  width: 100%;
  margin-bottom: 17px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.heading {
  color: #171515;
  white-space: nowrap;
  word-break: normal;
  margin-top: 34px;
  margin-bottom: 35px;
  margin-left: 20px;
  padding-right: 20px;
  font-family: Feature Display, Georgia, sans-serif;
  font-size: 110px;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.section-2 {
  margin-bottom: 205px;
  padding-top: 200px;
}

.image-2 {
  width: 90px;
}

.loop-text-inner {
  white-space: nowrap;
  display: flex;
  overflow: visible;
}

.loop-text-inner-2 {
  white-space: nowrap;
  display: flex;
}

.loop-text-outter-2 {
  white-space: nowrap;
  overflow: hidden;
}

.scrolling-banner {
  background-color: #fff7f7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.footer {
  text-align: center;
}

.heading-2 {
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Feature Display, Georgia, sans-serif;
  font-size: 17.5vw;
  font-weight: 400;
  line-height: 25vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-3 {
  color: #171515;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.about-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fcadf4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 140px 60px;
  display: block;
  position: sticky;
  top: 0;
}

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

.small-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
  inset: auto 0% 0%;
}

.small-text-black {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr 1fr .75fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-3 {
  max-width: 2%;
}

.div-block-2 {
  max-width: 10px;
}

.image-4 {
  max-width: 25px;
  overflow: visible;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: grid;
}

.paragraph {
  color: #171515;
  max-width: none;
  margin-top: 0;
  margin-bottom: 100px;
  padding-right: 60px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 50px;
}

.image-5 {
  vertical-align: baseline;
  flex: 0 auto;
  align-self: baseline;
  max-width: 150px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 40px;
  display: block;
}

.about-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/moii.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  padding-top: 723px;
  position: relative;
  top: 0;
}

.section-10 {
  background-color: #fff7f7;
}

.text-block-6 {
  color: #171515;
  text-align: center;
  white-space: nowrap;
  margin-top: 140px;
  margin-bottom: 80px;
  font-family: Feature Display, Georgia, sans-serif;
  font-size: 130px;
}

.text-block-7 {
  font-family: Feature Display, Georgia, sans-serif;
  font-size: 150px;
}

.text-block-8 {
  color: #171515;
  order: -1;
  align-self: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Feature Display, Georgia, sans-serif;
  font-size: 130px;
}

.container-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding-right: 105px;
  display: flex;
}

.image-6 {
  max-width: 80px;
}

.paragraph-2 {
  text-align: left;
  max-width: 325px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.section-11 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 60px;
  display: flex;
}

.section-12 {
  background-color: #fff7f7;
  padding-top: 60px;
}

.text-block-9 {
  color: #171515;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 33px 80px 135px;
  font-family: Feature Display, Georgia, sans-serif;
  font-size: 140px;
  display: flex;
}

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

.div-block-3 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 200px;
  display: flex;
}

.heading-3 {
  color: #171515;
  margin-top: -25px;
  font-family: Feature Display, Georgia, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 145px;
}

.image-7 {
  max-width: 80px;
}

.section-13 {
  margin-left: 0;
}

.lottie-animation-2 {
  max-width: 180px;
  padding-bottom: 0;
}

.link-block {
  padding-top: 199px;
  padding-bottom: 50px;
}

.about-wrapper {
  z-index: 1;
  margin-bottom: -100vh;
  position: relative;
}

.div-block-4 {
  height: 100vh;
}

.section-14 {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.image-8 {
  width: auto;
  max-width: 100vw;
  overflow: hidden;
}

.small-text-white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: static;
  inset: auto 0% 0%;
}

.small-text-whitee {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Inter, sans-serif;
  display: grid;
}

.smalll-text-white {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.menu {
  z-index: 1000000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 60px;
  display: grid;
  position: sticky;
  top: 0;
}

.lottie-animation-3 {
  align-self: center;
  max-width: 70px;
  overflow: hidden;
}

.text-block-2-copy {
  color: #171515;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.body {
  background-color: #fff7f7;
}

.div-block-5 {
  height: auto;
}

.text-block-11 {
  z-index: 10000;
  color: #fff;
  mix-blend-mode: difference;
  margin-top: -86px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: sticky;
}

.portfolio {
  z-index: 800;
  color: #fff;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 55px;
  margin-left: 60px;
  position: sticky;
  top: 66px;
}

.text-block-12 {
  color: #171515;
  text-align: center;
  font-family: Feature Display, Georgia, sans-serif;
  font-size: 140px;
  line-height: 135px;
  position: relative;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section-15 {
  background-color: #fcadf4;
  height: auto;
  padding-top: 40vh;
  padding-bottom: 40vh;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.image-9 {
  text-align: center;
  width: 135px;
  max-width: none;
  margin-left: 0;
  position: absolute;
}

.projets {
  background-color: #171515;
}

.text-block-13 {
  color: #fff7f7;
  margin-right: 10px;
  font-family: Feature Display, Georgia, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 110px;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  padding: 140px 60px;
  display: grid;
}

.section-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  place-content: center;
  padding-bottom: 220px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  display: grid;
}

.text-block-14 {
  color: #fff7f7;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.div-block-13 {
  overflow: hidden;
}

.div-block-14 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #fff7f7;
  font-family: Inter, sans-serif;
  display: flex;
}

.text-block-15 {
  color: #fff7f7;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-15 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 140px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
}

.clients-tag {
  color: #fff7f7;
  text-align: center;
  margin-bottom: 58px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  align-self: center;
  max-width: 11%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.clients-image-three-coy {
  align-self: center;
  max-width: 8%;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 5px;
}

.image-12 {
  max-width: 100px;
}

.text-block-16 {
  color: #fff7f7;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.section-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 60px;
  display: grid;
}

.text-block-17 {
  color: #171515;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.image-13 {
  width: 75%;
  padding-bottom: 10px;
}

.text-block-18 {
  color: #171515;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100px;
  padding-bottom: 25px;
  display: grid;
}

.text-block-19 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-17 {
  clear: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
}

.div-block-18 {
  margin-right: 60px;
  position: sticky;
}

.section-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
  position: sticky;
  top: 0;
}

.menu2 {
  z-index: 800;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 100px;
  display: grid;
  position: sticky;
  top: 0;
}

.div-block-19 {
  mix-blend-mode: difference;
}

.preloader {
  z-index: 1000000;
  background-color: #fcadf4;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-4 {
  width: 200px;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.about2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fcadf4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: relative;
  top: 0;
}

.image-14 {
  min-height: 100vh;
  position: relative;
}

.small-text-2 {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.cursor-wrapper {
  z-index: 2147483647;
  opacity: 0;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .35s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: #fff;
  border-radius: 100%;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.styles {
  display: none;
}

.small-text-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
  inset: auto 0% 0%;
}

.text-block-2-white {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  mix-blend-mode: normal;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.spacer {
  height: 100vh;
}

.small-text-photo {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr 1fr .75fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  font-family: Inter, sans-serif;
}

.link-2 {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-23 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-on-jasee {
  box-sizing: content-box;
  aspect-ratio: auto;
  color: #000;
  object-fit: fill;
  background-color: #ff9af5;
  border-radius: 100px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.allo {
  color: #171515;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  mix-blend-mode: normal;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.project-number {
  color: #fff7f7;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.image-15, .image-16, .image-17, .image-18 {
  border-radius: 0;
}

.image-19, .image-20, .image-21 {
  max-width: 100px;
}

.preloader-bunny {
  z-index: 90000;
  background-color: #fcadf4;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-24 {
  position: sticky;
  top: 192px;
}

.text-block-2-centred {
  color: #171515;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  mix-blend-mode: normal;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .lottie-animation {
    align-self: center;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text-block-2 {
    text-align: left;
  }

  .text-block-4 {
    font-size: 110px;
  }

  .loop-text-outter {
    white-space: nowrap;
  }

  .heading {
    font-size: 100px;
  }

  .loop-text-outter-2 {
    white-space: nowrap;
  }

  .heading-2 {
    margin-left: 0;
    font-size: 17.5vw;
  }

  .section-3 {
    padding-top: 60px;
  }

  .small-text-black {
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
  }

  .section-8 {
    grid-template-columns: 3.25fr 1fr;
  }

  .paragraph {
    padding-right: 40px;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
  }

  .image-5 {
    max-width: 125px;
  }

  .text-block-9 {
    padding-bottom: 60px;
    padding-left: 100px;
    padding-right: 60px;
    font-size: 110px;
  }

  .div-block-3 {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 100px;
  }

  .heading-3 {
    font-size: 110px;
    line-height: 135px;
  }

  .link-block {
    padding-top: 98px;
  }

  .div-block-4 {
    height: 100vh;
  }

  .image-8 {
    box-sizing: border-box;
    float: none;
    aspect-ratio: auto;
    text-align: center;
    vertical-align: middle;
    object-fit: fill;
    flex: 1;
    order: 0;
    align-self: center;
    width: 125%;
    max-width: none;
    max-height: none;
    display: block;
    overflow: hidden;
  }

  .small-text-whitee {
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu {
    z-index: 100000000;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .text-block-11 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    mix-blend-mode: difference;
  }

  .text-block-12 {
    font-size: 120px;
    line-height: 120px;
  }

  .section-15 {
    padding-top: 35vh;
    padding-bottom: 35vh;
  }

  .image-9 {
    width: 125px;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 125%;
    max-height: 150vh;
    display: flex;
  }

  .div-block-12 {
    grid-template-columns: .75fr;
  }

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

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

  .container-5 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .clients-wrapper-three {
    align-content: center;
    margin-bottom: 0;
  }

  .clients-image-three {
    max-width: 10%;
    margin-bottom: 0;
  }

  .clients-image-three-coy {
    margin-bottom: 30px;
  }

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

  .image-13 {
    width: 70%;
  }

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

  .text-block-19 {
    font-size: 14px;
  }

  .about2 {
    overflow: clip;
  }

  .image-14 {
    width: auto;
    max-width: none;
    height: 100vw;
    min-height: 100vh;
    overflow: visible;
  }

  .cursor-wrapper {
    display: none;
  }

  .text-block-2-white {
    text-align: left;
  }

  .small-text-photo {
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
  }

  .allo {
    text-align: center;
  }

  .text-block-2-centred {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .button-2 {
    text-align: right;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .text-block-2 {
    text-align: left;
    font-size: 11px;
  }

  .loop-text-outter {
    margin-bottom: 0;
  }

  .heading {
    margin-bottom: 15px;
    font-size: 75px;
    line-height: 35px;
  }

  .image-2 {
    align-self: center;
    width: 50px;
    padding-top: 15px;
  }

  .loop-text-inner {
    align-self: center;
  }

  .heading-2 {
    font-size: 17vw;
    line-height: 25vw;
  }

  .about-1 {
    height: 70vh;
    padding: 100px 40px 40px;
  }

  .small-text {
    padding-left: 0;
    padding-right: 0;
  }

  .small-text-black {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    font-size: 10px;
  }

  .section-8 {
    padding-bottom: 0;
  }

  .paragraph {
    padding-right: 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
  }

  .image-5 {
    max-width: 115px;
  }

  .paragraph-2 {
    max-width: 265px;
    font-size: 12px;
  }

  .section-11 {
    padding-right: 56px;
    font-size: 12px;
  }

  .text-block-9 {
    padding: 40px 27px 40px 35px;
    font-size: 75px;
  }

  .div-block-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 20px;
    padding-right: 100px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 75px;
    line-height: 75px;
  }

  .image-7 {
    max-width: 60px;
  }

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

  .link-block {
    padding-bottom: 76px;
  }

  .div-block-4 {
    height: 80vh;
    margin-bottom: 19vh;
  }

  .section-14 {
    position: relative;
  }

  .image-8 {
    clear: none;
    text-align: center;
    align-self: center;
    max-height: none;
  }

  .small-text-white {
    grid-template-columns: .25fr 1.75fr;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .small-text-whitee {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
  }

  .div-block-5 {
    height: 85vh;
  }

  .portfolio {
    z-index: 800;
    margin-bottom: 0;
    margin-left: 40px;
    top: 47px;
  }

  .text-block-12 {
    font-size: 80px;
    line-height: 80px;
  }

  .section-15 {
    height: auto;
    padding-top: 35vh;
    padding-bottom: 35vh;
  }

  .image-9 {
    width: 90px;
  }

  .div-block-9 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 175%;
    overflow: hidden;
  }

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

  .projets {
    padding-bottom: 100px;
  }

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

  .div-block-11 {
    grid-template-rows: auto;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-17 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-bottom: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logos-title-small {
    padding: 0 15px 60px;
  }

  .container-5 {
    text-align: center;
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .clients-wrapper-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100vw;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .clients-image-three-coy {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-12 {
    max-width: 50%;
  }

  .text-block-16 {
    align-self: flex-start;
    font-size: 12px;
  }

  .section-18 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-18 {
    margin-right: 0;
  }

  .menu2 {
    padding-top: 20px;
    padding-right: 40px;
  }

  .div-block-21 {
    width: auto;
    height: auto;
  }

  .about2 {
    height: auto;
    padding: 0;
    overflow: hidden;
  }

  .image-14 {
    width: auto;
    max-width: none;
    height: 80vw;
    min-height: 100vh;
  }

  .small-text-2, .small-text-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-2-white {
    text-align: left;
    font-size: 11px;
  }

  .small-text-photo {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    font-size: 10px;
  }

  .sticky-on-jasee {
    text-align: right;
  }

  .allo {
    text-align: center;
    font-size: 11px;
  }

  .text-block-2-centred {
    text-align: left;
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  .button-2 {
    padding: 6px 10px;
    font-size: 11px;
  }

  .hero {
    height: 80vh;
    padding-top: 60px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .text-block-2 {
    text-align: left;
    white-space: normal;
    max-width: none;
    font-size: 11px;
    overflow: visible;
  }

  .text-block-2.smalll-text-white {
    font-size: 10px;
  }

  .loop-text-outter {
    margin-bottom: -42px;
  }

  .heading {
    margin-bottom: 22px;
    margin-left: 0;
    padding-right: 8px;
    font-size: 50px;
  }

  .image-2 {
    width: 40px;
    padding-top: 14px;
    padding-right: 7px;
  }

  .scrolling-banner {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2 {
    font-size: 17.5vw;
  }

  .section-3 {
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 15vh;
  }

  .about-1 {
    height: auto;
    padding: 80px 20px;
  }

  .small-text {
    grid-template-columns: 1.5fr .25fr;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .small-text-black {
    grid-column-gap: 5vw;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1fr .25fr;
    grid-auto-columns: 1fr;
    font-size: 10px;
    display: grid;
  }

  .image-4 {
    max-width: 20px;
  }

  .section-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 3.5fr;
  }

  .paragraph {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
  }

  .section-10 {
    margin-bottom: 60px;
  }

  .paragraph-2 {
    max-width: 250px;
    font-size: 12px;
    line-height: 17px;
  }

  .section-11 {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 10px;
  }

  .section-12 {
    margin-bottom: 15vh;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .text-block-9 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15vw;
    line-height: 12.5vw;
  }

  .div-block-3 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 40px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15vw;
    line-height: 15.5vw;
  }

  .image-7 {
    max-width: 12vw;
  }

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

  .link-block {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .small-text-white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-text-whitee {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 10px;
    display: grid;
  }

  .smalll-text-white {
    font-size: 12px;
  }

  .lottie-animation-3 {
    max-width: 50px;
    margin-left: 16px;
  }

  .text-block-2-copy {
    font-size: 12px;
  }

  .text-block-11 {
    z-index: 100000;
    margin-top: -140px;
    font-size: 11px;
  }

  .portfolio {
    z-index: 800;
    margin-left: 20px;
    top: 36px;
  }

  .text-block-12 {
    font-size: 50px;
    line-height: 60px;
  }

  .section-15 {
    height: auto;
    padding: 35vh 20px;
  }

  .image-9 {
    width: 60px;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 250%;
  }

  .image-10 {
    flex: 0 auto;
    max-width: 100%;
    margin-left: -209px;
    padding-right: 224px;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    width: 200%;
    display: flex;
    overflow: hidden;
  }

  .image-11 {
    text-align: center;
    overflow: hidden;
  }

  .projets {
    overflow: clip;
  }

  .text-block-13 {
    font-size: 50px;
    line-height: 60px;
  }

  .div-block-11 {
    grid-template-rows: auto;
    padding: 60px 20px;
  }

  .section-17 {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-12 {
    grid-template-columns: 1.75fr;
  }

  .text-block-14 {
    text-align: left;
    font-size: 14px;
  }

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

  .div-block-15 {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .logos-title-small {
    background-color: #171515;
    border-radius: 0;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .clients-wrapper-three {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .clients-image-three, .clients-image-three-coy {
    max-width: 35%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-16 {
    color: #fff7f7;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .section-18 {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
    grid-auto-flow: column;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
    padding-right: 0;
  }

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

  .image-13 {
    width: 65%;
  }

  .text-block-18 {
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-19 {
    font-size: 12px;
    line-height: 22px;
  }

  .menu2 {
    z-index: 10000;
    padding-top: 15px;
    padding-right: 20px;
  }

  .div-block-20 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .preloader {
    z-index: 1000000;
    background-color: #fcadf4;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .section-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .about2 {
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
  }

  .image-14 {
    width: auto;
    height: 100vw;
    min-height: 100vh;
  }

  .div-block-22 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .small-text-2 {
    grid-template-columns: 2fr .25fr;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-text-copy {
    grid-template-columns: 1.5fr .25fr;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2-white {
    text-align: left;
    white-space: normal;
    max-width: none;
    font-size: 11px;
    line-height: 14px;
    overflow: visible;
  }

  .text-block-2-white.smalll-text-white {
    font-size: 10px;
  }

  .small-text-photo {
    grid-column-gap: 5vw;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr .25fr 1.25fr;
    grid-auto-columns: 1fr;
    font-size: 10px;
    display: grid;
  }

  .sticky-on-jasee {
    padding: 6px 10px;
    font-size: 11px;
  }

  .allo {
    text-align: center;
    white-space: normal;
    max-width: none;
    font-size: 11px;
    overflow: visible;
  }

  .allo.smalll-text-white {
    font-size: 10px;
  }

  .project-number {
    font-size: 16px;
  }

  .preloader-bunny {
    z-index: 1000000;
    background-color: #fcadf4;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .link-3, .link-4 {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .text-block-2-centred {
    text-align: center;
    white-space: normal;
    max-width: none;
    font-size: 11px;
    text-decoration: none;
    overflow: visible;
  }

  .text-block-2-centred.smalll-text-white {
    font-size: 10px;
  }
}

#w-node-c02eeeb8-0eb5-f8d4-33c7-560ae42b9ec3-257e3020 {
  align-self: center;
}

#w-node-_145591d8-7c2b-cac6-fcf6-0934de131151-257e3020 {
  justify-self: center;
}

#w-node-a0526b31-7594-eedf-1923-c7e94e5d4dd9-257e3020 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_07921dc1-dee6-770a-8ba5-e27eb32cf636-257e3020 {
  place-self: center end;
}

#w-node-a55ad29c-216b-cceb-6c12-e84cc617d292-257e3020, #w-node-d88044d1-ec04-2cc1-a29e-0f2829be6bb7-257e3020 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66d46d38-78dc-fb7b-9c6f-847c8ef7c1a8-257e3020 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b10aa5d6-09c8-fd9e-b400-cb4f4495fda3-257e3020 {
  place-self: end center;
}

#w-node-_73962404-3810-db6a-f8aa-696eddc59834-257e3020, #w-node-f215bb0c-880c-956d-4b6d-11f2a7552d0f-257e3020 {
  justify-self: end;
}

#w-node-d8feb3b5-1d30-d732-ba13-9bc0d6f7a67d-257e3020 {
  place-self: start;
}

#w-node-_11023d4a-ff69-5e13-778d-b8172bb6084a-257e3020 {
  order: -9999;
  align-self: center;
}

#w-node-_30305786-8eb5-ca3d-cf85-22ccd09b2e8e-257e3020 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_354df171-0770-f5b7-a203-2e995fb0d8ce-257e3020 {
  align-self: center;
}

#w-node-_354df171-0770-f5b7-a203-2e995fb0d8d6-257e3020 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b6f4d2f2-edc1-f348-0360-c285fa09d0cc-257e3020 {
  align-self: center;
}

#w-node-b6f4d2f2-edc1-f348-0360-c285fa09d0d4-257e3020 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e673ac4d-038d-fb41-e520-d2e53d02cbc3-257e3020 {
  align-self: center;
}

#w-node-e673ac4d-038d-fb41-e520-d2e53d02cbcb-257e3020 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28c24d42-daa6-76b7-99d8-875a500c216c-257e3020 {
  align-self: end;
}

#w-node-e573b5c3-9548-275e-4bf7-50c2e4a87f5a-257e3020, #w-node-_93a62293-bd18-24b7-dbec-50fe73ed987e-257e3020 {
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_66d46d38-78dc-fb7b-9c6f-847c8ef7c1a8-257e3020 {
    align-self: start;
  }

  #w-node-_73962404-3810-db6a-f8aa-696eddc59827-257e3020 {
    justify-self: start;
  }

  #w-node-_73962404-3810-db6a-f8aa-696eddc59834-257e3020 {
    place-self: center end;
  }

  #w-node-f215bb0c-880c-956d-4b6d-11f2a7552d02-257e3020 {
    justify-self: start;
  }

  #w-node-f215bb0c-880c-956d-4b6d-11f2a7552d0f-257e3020 {
    place-self: center end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_07921dc1-dee6-770a-8ba5-e27eb32cf636-257e3020 {
    justify-self: end;
  }

  #w-node-_1870bfce-93af-9c47-a0b1-d060243e5171-257e3020 {
    justify-self: center;
  }

  #w-node-_11023d4a-ff69-5e13-778d-b8172bb6084a-257e3020, #w-node-_354df171-0770-f5b7-a203-2e995fb0d8ce-257e3020, #w-node-b6f4d2f2-edc1-f348-0360-c285fa09d0cc-257e3020, #w-node-e673ac4d-038d-fb41-e520-d2e53d02cbc3-257e3020 {
    order: 9999;
  }

  #w-node-_28c24d42-daa6-76b7-99d8-875a500c216c-257e3020 {
    order: 9999;
    justify-self: start;
  }

  #w-node-e573b5c3-9548-275e-4bf7-50c2e4a87f5a-257e3020, #w-node-_93a62293-bd18-24b7-dbec-50fe73ed987e-257e3020 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1870bfce-93af-9c47-a0b1-d060243e5171-257e3020 {
    justify-self: center;
  }

  #w-node-_73962404-3810-db6a-f8aa-696eddc59834-257e3020, #w-node-f215bb0c-880c-956d-4b6d-11f2a7552d0f-257e3020 {
    justify-self: end;
  }

  #w-node-d8feb3b5-1d30-d732-ba13-9bc0d6f7a67d-257e3020 {
    align-self: start;
  }

  #w-node-_11023d4a-ff69-5e13-778d-b8172bb6084a-257e3020, #w-node-_354df171-0770-f5b7-a203-2e995fb0d8ce-257e3020, #w-node-b6f4d2f2-edc1-f348-0360-c285fa09d0cc-257e3020, #w-node-e673ac4d-038d-fb41-e520-d2e53d02cbc3-257e3020 {
    order: 9999;
  }

  #w-node-_28c24d42-daa6-76b7-99d8-875a500c216c-257e3020 {
    order: 9999;
    justify-self: start;
  }

  #w-node-e573b5c3-9548-275e-4bf7-50c2e4a87f5a-257e3020, #w-node-_93a62293-bd18-24b7-dbec-50fe73ed987e-257e3020 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Feature Display ';
  src: url('../fonts/FeatureDisplay-Regular-copy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}