@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

body {
  color: #333;
  font-family: Aeonik, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 20px;
}

.line-terms {
  background-color: #fff;
  height: 1px;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #5581da;
}

.text-span-8 {
  border-bottom: 1px solid #f8f8f8;
}

.paragraph {
  color: #fff;
  width: 16.5em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.social-icons {
  width: 2.5em;
  padding-right: 1em;
}

.grid_item {
  z-index: 1;
  width: 100%;
  padding: 1.04em;
  display: block;
  position: relative;
}

.grid_item.footer-text-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5em;
  display: none;
}

.grid_item.footer-logo {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding: 0 0 0 1.04em;
  display: flex;
}

.grid_item.is--50 {
  justify-content: center;
  width: 50%;
  display: flex;
  position: relative;
}

.grid_item.is--50.footer-1 {
  justify-content: flex-start;
  width: 60%;
}

.grid_item.is--50.footer-2 {
  white-space: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
}

.grid_item.footer-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5em;
  display: flex;
}

.grid_item.footer-social-mobile {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: none;
}

.grid_item.footer-social {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.image-footer {
  z-index: 0;
  opacity: .5;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.span-text.footer-2 {
  font-weight: 300;
}

.logo-footer {
  width: 13em;
}

.grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid.is--footer {
  z-index: 3;
}

.grid.is--final-coypright {
  z-index: 1;
  align-items: center;
  padding-top: 7em;
}

.link-block-3 {
  color: #fff;
  padding-top: 0;
  text-decoration: none;
}

.is--white {
  color: #fff;
}

.is--white.is--69px {
  white-space: nowrap;
  flex-direction: column;
  font-size: 69px;
  line-height: 1.4;
  display: flex;
}

.container {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15em 6.25em;
}

.container.footer {
  padding: 4em 12em 0;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -30%;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.contact-text-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.footer-terms {
  color: #fff;
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 300;
}

.gradient-top {
  z-index: 1;
  background-image: linear-gradient(to top, #00000b, #00000b4d 50%, #00000b);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.section {
  z-index: 10;
  background-color: #fff;
  max-width: 100%;
  position: relative;
}

.section.is--footer {
  z-index: 1;
  background-color: #00000b;
  position: relative;
  bottom: 0;
  overflow: visible;
}

.text-field {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
  padding: 1.5em 0;
}

.text-field:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.text-block-6 {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.social {
  justify-content: center;
  align-items: center;
  padding-bottom: .7em;
  display: flex;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  padding-left: 2em;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.checkbox-label.open {
  font-weight: 400;
  display: block;
}

.div-block-12 {
  padding-bottom: 10em;
  position: relative;
}

.submit-button {
  z-index: 10;
  width: 260px;
  height: 42px;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  inset: auto 0% -30% auto;
}

.form-block {
  position: relative;
}

.find-us {
  color: #fff;
  letter-spacing: .5px;
  padding-bottom: 1em;
  font-size: 13px;
  font-weight: 300;
}

.body {
  background-color: #0c1909;
  font-weight: 500;
}

.text-span-15 {
  font-weight: 500;
}

.text-span-16 {
  text-transform: uppercase;
  font-weight: 400;
}

.footer-terms-span {
  color: #fff;
  text-decoration: none;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-menu-2 {
  color: #fff;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  vertical-align: baseline;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fc0a7e;
}

.nav-link.clickable {
  cursor: default;
  outline-offset: 0px;
  vertical-align: baseline;
  cursor: none;
  outline: 3px #fff;
}

.nav-link.clickable:hover {
  border-radius: 0;
  box-shadow: inset 0 -5px #00de5e;
}

.image-6 {
  margin-top: 18px;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-logo-wrap {
  flex: none;
}

.section-2 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 105px;
  display: flex;
}

.section-2.center {
  background-color: #000;
  background-image: linear-gradient(#fff0 80%, #0c1909), url('../images/bacground_lfe_2-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-2.wide {
  cursor: none;
  background-color: #0c1909;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 13%;
  font-family: Chakrapetch, Arial, sans-serif;
  display: flex;
}

.section-2.wide.img {
  background-color: #0c1909;
  justify-content: center;
  align-items: flex-start;
  margin-top: 9%;
  padding-bottom: 0;
  padding-left: 13%;
  padding-right: 13%;
}

.arrow {
  color: #0c1909;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.hero-subhead {
  color: #fff;
  text-align: left;
  max-width: 60%;
  padding-right: 115px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button.clickable {
  pointer-events: auto;
  cursor: none;
  margin-left: 22%;
  margin-right: 65%;
  padding-left: 1%;
  padding-right: 1%;
  font-weight: 400;
}

.button.clickable.ro {
  margin-left: 0%;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-top: 81px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  padding-bottom: 0;
  padding-left: 0%;
  display: block;
}

.wrap.fff {
  padding-bottom: 0;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.heading-4 {
  color: #00de5e;
  text-align: center;
  text-transform: uppercase;
  margin: 22px auto 43px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.heading-4.f {
  color: #00de5e00;
}

.heading-4.es {
  margin-bottom: 24px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.paragraph-2 {
  line-height: 22px;
}

.black-text {
  color: #fff;
  font-size: 42px;
  line-height: 42px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.slider-arrow {
  color: #d6d6d6;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.link-4 {
  color: #fff;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  border-radius: 20px;
  flex: none;
}

.slide-nav {
  font-size: 7px;
}

.black {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 42px;
  line-height: 42px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-wrap.reverse {
  flex-flow: column;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

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

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.quote-icon {
  margin-bottom: 45px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.image-5 {
  width: 1200rem;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.footer {
  background-color: #0c1909;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.produits {
  background-color: #0c1909;
  border-left: 1px dashed #fff;
  flex-flow: column;
  margin-left: 13%;
  margin-right: 13%;
  padding-left: 13%;
  padding-right: 5%;
  display: flex;
}

.produits.clb {
  margin-top: 60px;
  padding-left: 0%;
  padding-right: 0%;
}

.black-text-2 {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 42px;
  line-height: 42px;
}

.image-7 {
  border-radius: 20px;
  flex: none;
}

.div-block-13 {
  box-sizing: content-box;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  margin-left: 0%;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.black-text-3 {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 42px;
  line-height: 42px;
}

.paragraph-5 {
  font-family: Chakrapetch, Arial, sans-serif;
}

.paragraph-6 {
  font-family: Chakrapetch, Arial, sans-serif;
  line-height: 22px;
}

.heading-5 {
  color: #d8d8d8;
}

.heading-5.gradient-text {
  color: #ffffff4a;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 130px;
}

.heading-5.gradient-text.outline-texte {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff52;
  text-transform: uppercase;
  margin-left: 0%;
  padding-left: 0;
  font-size: 200px;
}

.heading-6 {
  color: #00de5e;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  padding-top: 12px;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.div-block-15 {
  background-color: #0c1909;
}

.text-block-7 {
  color: #00de5e;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.text-block-7.tt {
  text-align: center;
}

.div-block-16 {
  padding-top: 34px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: 0%;
  margin-right: 0%;
  display: grid;
}

.image-8 {
  text-align: center;
  width: 79%;
  max-width: 80%;
  margin-left: 0%;
  padding-top: 0%;
  padding-bottom: 4%;
}

.image-8.fatd {
  margin-left: 0%;
}

.div-block-17 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.heading-7 {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
  font-weight: 600;
}

.events {
  padding-left: 13%;
  padding-right: 13%;
}

.image-9 {
  width: 55%;
  display: inline-block;
}

.div-block-18 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0%;
}

.heading-8 {
  color: #fff;
  padding-left: 22%;
  padding-right: 20%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 50px;
}

.text-block-8 {
  color: #ffffff94;
  min-width: 18px;
  padding-left: 22%;
  padding-right: 20%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.code-embed {
  padding-left: 22%;
  padding-right: 22%;
}

.viewport {
  perspective: 2000px;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

.section-3 {
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.slide {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 98%;
  display: flex;
  position: relative;
}

.slide__image {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 2vw;
  width: 100%;
  height: 100%;
}

.slide__text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% 10% -10%;
}

.heading-1 {
  margin-bottom: .5vw;
  margin-left: -3vw;
  font-size: 8vw;
}

.text-block {
  color: #00de5e;
  font-family: Chakrapetch, Arial, sans-serif;
  line-height: 1;
}

.project-link {
  color: #ffffff80;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1;
  transition: color .2s;
}

.project-link:hover {
  color: #fff;
}

.team_slide.swiper-slide {
  aspect-ratio: 4 / 6;
  flex: none;
  width: 20rem;
  height: auto;
  position: relative;
  overflow: hidden;
}

.team_slider_parrent {
  width: 100%;
  position: relative;
}

.team_slider_arrow {
  opacity: 0;
  color: #000;
  background-color: #fff;
  border-radius: 100vh;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0 1.25rem;
  transition: opacity 50ms;
  display: flex;
  position: absolute;
}

.team_text_slider-wrap.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.team_slider.swiper {
  width: 100%;
}

.team_text_slider-slide.swiper-slide {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  display: flex;
  overflow: hidden;
}

.team_bio_slider-slide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.team_bio_slider-slide.swiper-slide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: opacity .5s;
  display: flex;
}

.section-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.team_bio_slider-wrap {
  width: 100%;
  height: 100%;
}

.team_slider-wrap.swiper-wrapper {
  display: flex;
}

.team_bio_slider {
  width: 100%;
}

.team_bio_slider.swiper {
  height: 140px;
  overflow: hidden;
}

.team_text_slider.swiper {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}

.team_slider_arrow-trigger {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.team_slider_arrow-wrap {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.arrow-wrapper {
  z-index: 1000;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
}

.section-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.speakers_component {
  z-index: 1;
  background-color: #fff0;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.125rem 1.25rem;
  display: flex;
}

.section_speakers {
  background-color: #f2f2f200;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.slider-main_button {
  background-image: linear-gradient(270deg, #90f, #9307c9 54%, #ee0dee);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.speakers_top-content-left {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  max-width: 33rem;
  display: flex;
}

.slider-arrow-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.swiper.is-speakers {
  z-index: 1;
  cursor: pointer;
  width: 100%;
  max-width: 75.75rem;
  position: relative;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  flex-direction: column;
  align-items: flex-start;
}

.swiper-slide.is-speakers {
  border-radius: 1.25rem;
  flex: none;
  overflow: hidden;
}

.speakers_top-content {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  margin-bottom: 2rem;
  padding-left: 1.15rem;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.slider-main_button-wrapper {
  grid-column-gap: 1.25rem;
  flex: none;
  align-self: flex-end;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}

.swiper-wrapper.is-speakers {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-grid-item {
  color: #000;
  border-top: 1px solid #00de5e;
  border-bottom: 0 solid #00de5e;
  margin-top: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.category-grid-item.clickable {
  cursor: none;
}

.category-title {
  color: #00de5e;
  letter-spacing: -.005em;
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
}

.hover-img-mask {
  z-index: -3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.category-info {
  color: #00de5e;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: .7em;
  margin-right: 3em;
  font-size: .9em;
  font-weight: 500;
}

.category-info.end {
  margin-right: 0;
}

.section-services {
  padding-top: 8em;
  padding-bottom: 8em;
}

.section-sub-title {
  color: #ef5b09;
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-bottom: 1.1em;
  font-size: .8em;
  font-weight: 500;
}

.category-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  overflow-wrap: normal;
  cursor: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0%;
  margin-right: 0;
  padding-top: 0;
  padding-left: 13%;
  padding-right: 13%;
  display: block;
  position: static;
}

.category-title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.section-title {
  color: #00de5e;
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

.center-w2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.category-item-inner {
  z-index: 1;
  border-top: 1px solid #00de5e;
  border-bottom: 1px solid #00de5e;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  padding-bottom: 3.2em;
  display: flex;
  position: relative;
}

.hover-img {
  object-fit: cover;
  width: 760px;
  height: 500px;
}

.category-title-2 {
  letter-spacing: -.005em;
  font-size: 4.1em;
  font-weight: 600;
  line-height: 1em;
}

.category-info-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: .7em;
  margin-right: 3em;
  font-size: .9em;
  font-weight: 500;
}

.category-info-2.end {
  margin-right: 0;
}

.section-title-2 {
  color: #ef5b09;
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.2em;
}

.category-item-inner-2 {
  z-index: 1;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  padding-bottom: 3.2em;
  display: flex;
  position: relative;
}

.section-6 {
  padding-left: 13%;
}

.italic-text, .italic-text-2 {
  color: #00de5e00;
}

.body-2 {
  background-color: #0c1909;
}

.italic-text-3, .italic-text-4, .italic-text-5 {
  color: #00de5e00;
}

.section-7 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-8 {
  margin: 0 13%;
  padding-left: 10%;
  padding-right: 10%;
}

.three-columns-border-info-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 840px;
  margin-top: 44px;
  display: grid;
}

.border-info-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #00de5e;
  border-left: 1px solid #00de5e;
  flex-flow: column;
  padding-left: 16px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.serif-m {
  font-size: 15px;
  font-weight: 500;
  line-height: 116%;
}

.regular-s {
  font-size: 14px;
  line-height: 128%;
}

.list-item-content {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.list-item-content:hover {
  color: #00de5e;
  border: 1px solid #0000;
}

.list-item-button-icon {
  width: 1rem;
  height: 1rem;
}

.section-9 {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.section-9.section-component {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: default;
  background-color: #efefef00;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-left: 13%;
  margin-right: 13%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-9.section-component.clickable {
  cursor: none;
  padding-top: 0%;
  padding-bottom: 15.1%;
}

.display-s {
  color: #00de5e;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

.list-item-button {
  background-color: #00de5e;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding-top: 0;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.list-item {
  color: #000;
  cursor: none;
  border-bottom: 1px solid #00de5e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-item-hover-transition {
  z-index: 1;
  background-color: #000;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

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

.div-block-19 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  width: 60%;
  display: grid;
}

.div-block-20 {
  background-color: #00de5e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 102%;
  height: 70%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-9 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.heading-10, .heading-11 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-12 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.div-block-22, .div-block-23, .div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  width: 25%;
  margin-bottom: 66px;
}

.heading-13 {
  color: #00de5e;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.heading-14 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2%;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 54%;
  display: grid;
}

@media screen and (max-width: 991px) {
  .social-icons {
    width: 3.3em;
  }

  .grid_item {
    height: 100%;
    display: block;
  }

  .grid_item.footer-text-mobile {
    flex-direction: column;
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.04em;
  }

  .grid_item.footer-logo {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 3em;
  }

  .grid_item.footer-text {
    flex-direction: column;
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.04em;
  }

  .grid_item.footer-social-mobile {
    align-items: flex-start;
    width: 30%;
    padding-top: 3em;
    padding-left: 4.04em;
  }

  .grid_item.footer-social {
    align-items: flex-start;
    width: 30%;
    padding-top: 3em;
    padding-bottom: 2em;
    padding-left: 4.04em;
  }

  .logo-footer {
    width: 17em;
  }

  .is--white.is--69px {
    font-size: 50px;
  }

  .container {
    padding: 0 3em 10em;
  }

  .submit-button {
    bottom: -63%;
    left: 0%;
    right: auto;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .nav-inner {
    width: 100vw;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

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

  .nav {
    width: 100vw;
  }

  .brand {
    padding-left: 18px;
  }

  .section-2.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .quote-wrap {
    width: 70vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature-icon {
    flex: none;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .category-grid-item {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-bottom: 4em;
  }

  .hover-img-mask {
    z-index: 0;
    height: auto;
    display: block;
    position: relative;
    inset: auto;
  }

  .category-info {
    margin-bottom: 1em;
  }

  .category-info.end {
    margin-top: 1.4em;
  }

  .center-w2 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .category-item-inner {
    border-top-width: 0;
    border-bottom-width: 0;
    flex-direction: column;
  }

  .category-info-2 {
    margin-bottom: 1em;
  }

  .category-info-2.end {
    margin-top: 1.4em;
  }

  .category-item-inner-2 {
    border-top-width: 0;
    border-bottom-width: 0;
    flex-direction: column;
  }

  .section-9.section-component {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .display-s {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .social-icons {
    width: 4em;
    margin-right: 2em;
    padding-right: 0;
  }

  .grid_item.footer-text-mobile {
    width: 100%;
  }

  .grid_item.footer-logo {
    padding-top: 9.7em;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-end;
    width: 100%;
  }

  .grid_item.footer-text {
    width: 100%;
  }

  .grid_item.footer-social-mobile {
    flex-direction: column;
    padding-left: 1.04em;
  }

  .grid_item.footer-social {
    flex-direction: column;
    width: 50%;
    padding-left: 1.04em;
  }

  .grid.is--final-coypright {
    padding-top: 15em;
  }

  .menu-icon {
    font-size: 30px;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .form-2 {
    flex-direction: column;
  }

  .form-block-2 {
    width: 100%;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .category-title, .category-title-2 {
    font-size: 3.4em;
  }

  .three-columns-border-info-blocks {
    flex-flow: column;
    display: flex;
  }

  .section-9.section-component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .display-s {
    font-size: 1.25rem;
  }

  .container-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .line-terms {
    height: .5px;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .text-span-8 {
    border-bottom-width: .5px;
  }

  .paragraph {
    font-size: 14.5px;
  }

  .social-icons {
    width: 6em;
  }

  .grid_item.footer-text-mobile {
    padding-top: 5em;
    display: block;
  }

  .grid_item.footer-logo {
    padding-bottom: 7em;
  }

  .grid_item.is--50.footer-1 {
    width: 100%;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 7em;
    padding-left: 1.04em;
  }

  .grid_item.footer-text {
    display: none;
  }

  .grid_item.footer-social-mobile {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 5em;
    display: block;
  }

  .grid_item.footer-social {
    display: none;
  }

  .image-footer {
    object-fit: cover;
  }

  .logo-footer {
    width: 32em;
  }

  .grid.is--final-coypright {
    padding-top: 30em;
  }

  .link-block-3 {
    display: inline-block;
  }

  .is--white {
    font-size: 9em;
  }

  .is--white.is--69px {
    font-size: 10.4em;
  }

  .container.footer {
    padding-top: 15em;
    padding-bottom: 10em;
  }

  .checkbox-field {
    bottom: -15%;
  }

  .social-footer-lin-mobile {
    color: #fff;
    align-items: center;
    width: 6em;
    margin-right: 3em;
    text-decoration: none;
    display: flex;
  }

  .footer-terms {
    padding-bottom: 2em;
  }

  .text-block-6 {
    font-weight: 300;
  }

  .social {
    justify-content: flex-start;
  }

  .checkbox-label {
    color: #acabab;
    padding-left: .8em;
    font-size: 10px;
    display: none;
  }

  .checkbox-label.open {
    display: block;
  }

  .submit-button {
    bottom: -35%;
  }

  .social-footer-link {
    align-items: center;
    display: flex;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .section-2.center {
    background-position: 0 0, 60%;
    justify-content: center;
    align-items: center;
    padding-bottom: 10vh;
  }

  .hero-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    place-items: center stretch;
    display: flex;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .hero-subhead {
    text-align: left;
    padding-right: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
  }

  .hero-image {
    width: 80%;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-4, .heading-4.es {
    font-size: 30px;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .right-arrow {
    width: 15vw;
  }

  .image-2 {
    width: 100%;
  }

  .number {
    font-size: 40px;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .left-arrow {
    width: 15vw;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .produits.clb {
    margin-left: 12%;
    padding-left: 2%;
  }

  .image-7 {
    width: 100%;
  }

  .div-block-13 {
    margin-left: 0%;
  }

  .heading-5.gradient-text.outline-texte {
    font-size: 100px;
  }

  .heading-6 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
  }

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

  .text-block-7.gra {
    padding-right: 34%;
  }

  .div-block-16.clb {
    padding-top: 0;
    padding-left: 11px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .image-8 {
    width: 55%;
    margin-left: -40%;
  }

  .team_slide.swiper-slide {
    width: 75vw;
    max-width: 20rem;
  }

  .speakers_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .speakers_top-content-left {
    max-width: 100%;
  }

  .swiper.is-speakers {
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  .swiper-slide.is-speakers.swiper-slide-active {
    flex: none;
  }

  .speakers_top-content {
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-left: 0;
  }

  .slider-main_button-wrapper {
    flex: 1;
    align-self: auto;
    align-items: flex-end;
  }

  .category-grid-item {
    border-top-color: #00de5e;
    border-bottom-color: #00de5e;
  }

  .category-title {
    font-size: 25px;
  }

  .category-info {
    font-size: 9px;
  }

  .category-grid-wrapper {
    width: 100%;
  }

  .center-w2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .category-item-inner {
    border-top-color: #00de5e;
    border-bottom-color: #00de5e;
  }

  .list-item-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .list-item-button {
    display: none;
  }

  .container-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-19 {
    width: 30%;
    margin-left: -31%;
  }

  .heading-9 {
    justify-content: center;
    align-items: flex-start;
    font-size: 13px;
    line-height: 15px;
  }
}

#w-node-_53f9053e-5c4d-7da8-2304-a9965dabb492-95a34dfc, #w-node-_55276fd6-0556-2347-5f49-d09235c72270-95a34dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_920efeb5-2caa-31db-7b33-f86df031825c-95a34dfc {
  place-self: center;
}

#w-node-_920efeb5-2caa-31db-7b33-f86df0318262-95a34dfc, #w-node-_920efeb5-2caa-31db-7b33-f86df0318265-95a34dfc, #w-node-_920efeb5-2caa-31db-7b33-f86df0318268-95a34dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-dab4b874-2c64-839b-2baa-73a5aeb0e85a-95a34dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64409331-0eb7-a483-8b20-aa8b413e63fe-95a34dfc {
  place-self: auto;
}

#w-node-_4036058b-1ced-cc01-a939-0de2d3957230-95a34dfc, #w-node-_1d509051-632f-4181-0a8c-c5cae9845e32-95a34dfc, #w-node-_81c02baf-d4f5-f421-f0d2-6478c32e9d18-95a34dfc, #w-node-a03c4622-7a23-8b45-98c0-362a7997bc20-95a34dfc, #w-node-_0c79f456-2681-6fb9-2b69-b10c10dce49d-08820713, #w-node-_0b29b2ed-58b1-3a38-ab1a-18816a92bc91-08820713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b29b2ed-58b1-3a38-ab1a-18816a92bc97-08820713 {
  place-self: center;
}

#w-node-_0b29b2ed-58b1-3a38-ab1a-18816a92bc9d-08820713, #w-node-_0b29b2ed-58b1-3a38-ab1a-18816a92bca0-08820713, #w-node-_0b29b2ed-58b1-3a38-ab1a-18816a92bca3-08820713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d06ac62-4312-924d-7934-165b22426a8d-08820713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d06ac62-4312-924d-7934-165b22426a91-08820713 {
  place-self: auto;
}

#w-node-_0d06ac62-4312-924d-7934-165b22426a97-08820713, #w-node-_0d06ac62-4312-924d-7934-165b22426a9a-08820713, #w-node-_0d06ac62-4312-924d-7934-165b22426a9d-08820713, #w-node-_5a6dc02f-cef6-6a75-e84e-c81f78c184d5-08820713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}