h1 {
  color: #141d37;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #141d37;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #141d37;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.button-primary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  white-space: nowrap;
  background-color: #110600;
  border: 1px solid #110600;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

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

.button-primary.w--current {
  padding: .9rem 1.5rem;
}

.body {
  color: #141d37;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.page-wrapper {
  background-color: #f8f8f8;
}

.footer {
  background-color: #e0eeff;
}

.main-wrapper {
  overflow: clip;
}

.section-hero {
  background-color: #fff0;
  flex-flow: column;
  min-height: 72vh;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.image {
  width: 13rem;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 3rem;
  display: flex;
}

.navbar {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #f8f8f8b3;
  border-bottom: 1px solid #e1e2e5;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-link-block {
  opacity: .8;
  font-size: .9rem;
}

.navbar-link-block.none {
  display: none;
}

.button-primary {
  background-image: linear-gradient(#6299e0, #6cc5f1);
  border-style: none;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-property: background-color;
  transition-duration: 1s;
  box-shadow: 0 2px 35px 4px #64a2e399;
}

.button-primary:hover {
  color: #fff;
  background-image: linear-gradient(#5187cd, #44aadc);
}

.button-navbar {
  color: #6299e0;
  -webkit-text-fill-color: transparent;
  background-color: #fff0;
  background-image: linear-gradient(#6299e0, #6cc5f1);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #6299e0;
  border-radius: 999px;
  padding: .8rem 1.5rem;
  font-size: .9rem;
  font-weight: 600;
}

.button-navbar.none {
  transition: all .4s;
}

.button-navbar.none:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#6299e0, #6cc5f1);
  background-clip: padding-box;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 3rem;
  display: flex;
}

.container.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container.logos-clients {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hero-grid {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center end;
  position: relative;
}

.hero-grid-col-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hero-heading-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  letter-spacing: -1px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.hero-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
}

.hero-h1-img {
  filter: drop-shadow(0 2px 35px #59c1fe99);
  height: 3.5rem;
  margin-left: .25rem;
  margin-right: .25rem;
  transform: rotate(-5deg);
}

.para {
  opacity: .7;
  margin-bottom: 0;
}

.para.center {
  text-align: center;
  text-align: center;
  width: 60%;
  line-height: 1.4;
}

.div-block-3 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  align-items: center;
  display: flex;
}

.check-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.hero-logo-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: .5rem;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.logo {
  height: 2rem;
}

.logo.more-height {
  height: 5rem;
}

.tagline {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  filter: drop-shadow(0 2px 35px #59c1fe59);
  background-image: linear-gradient(#fff, #effaff);
  border-bottom: 1px solid #141d370d;
  border-radius: 999px;
  align-items: center;
  padding: .4rem .8rem;
  font-size: .8rem;
  display: flex;
}

.tagline-img {
  height: 1rem;
}

.hero-grid-col-right {
  background-color: #dae6eb;
  background-image: linear-gradient(#6299e0, #6cc5f1);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  height: auto;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 4px 40px 8px #65a8e333;
}

.tagline-text {
  color: #141d37;
}

.section-probl-mes {
  flex-flow: column;
  margin-top: -3rem;
  display: flex;
  position: relative;
}

.image-2 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dark-background {
  z-index: 1;
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  color: #fff;
  background-image: linear-gradient(#030b1f, #0b1938);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5rem 3.5rem;
  display: flex;
  position: relative;
}

.heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.h2.text-white {
  color: #fff;
}

.probl-mes-grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.pb-grid-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  filter: drop-shadow(0 2px 40px #65a8e366);
  color: #141d37;
  background-color: #fff;
  background-image: linear-gradient(#f8f8f8, #e1f0f7);
  border-radius: 12px;
  flex-flow: column;
  align-items: flex-start;
  min-height: 150px;
  padding: 1.5rem;
  display: flex;
}

.image-3 {
  height: 1.6rem;
}

.div-block-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.pb-card-para {
  opacity: .7;
  font-size: .9rem;
}

.image-4 {
  z-index: 0;
  position: absolute;
  inset: -20% 0% auto 8%;
}

.section-solution {
  z-index: 1;
  position: relative;
}

.solution-card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 1rem;
}

.solution-card {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: #010102;
  background-image: linear-gradient(#f8f8f8, #e1f0f7);
  border: 1px solid #0e212a0f;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 550px;
  min-height: 200px;
  padding: 2rem;
  display: flex;
  position: sticky;
  overflow: hidden;
  box-shadow: 0 -8px 20px 1px #fff3;
}

.solution-card.is--fifth {
  margin-bottom: 1rem;
  top: 14rem;
}

.solution-card.is--second {
  margin-bottom: 2rem;
  top: 11rem;
}

.solution-card.is--first {
  background-image: linear-gradient(#f8f8f8, #e1f0f7);
  margin-bottom: 2rem;
  top: 10rem;
}

.solution-card.is--sixth {
  margin-bottom: 0;
  top: 15rem;
}

.solution-card.is--fourth {
  margin-bottom: 2rem;
  top: 13rem;
}

.solution-card.is--third {
  margin-bottom: 3rem;
  top: 12rem;
}

.heading-7-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.15rem;
}

.solution-card-para {
  opacity: .7;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.5;
}

.collection-list-avis-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.collection-list-avis {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(#f8f8f8, #e9f4f9);
  border: 1px solid #dce9f0;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 15rem;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 4px 30px 15px #6896bf14;
}

.text-avis {
  font-size: 1.15rem;
  font-weight: 600;
}

.para-avis {
  opacity: .7;
  font-size: .9rem;
  line-height: 1.5;
}

.cta-section {
  background-image: linear-gradient(#f8f9fa, #f7fbff);
  margin-top: -3rem;
  margin-bottom: 0;
}

.section-process {
  flex-flow: column;
  display: flex;
  position: relative;
}

.process-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.process-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  filter: drop-shadow(0 2px 40px #65a8e366);
  color: #141d37;
  background-color: #fff;
  background-image: linear-gradient(#f8f8f8, #e1f0f7);
  border-radius: 12px;
  flex-flow: column;
  align-items: flex-start;
  min-height: 150px;
  padding: 1.5rem;
  display: flex;
}

.process-heading-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.process-block-img {
  height: 3rem;
}

.div-block-10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-image: linear-gradient(#6299e0, #6cc5f1);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  min-height: 21rem;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 50px 10px #75a8c666;
}

.para-cta {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.button-white {
  color: #6399e1;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: linear-gradient(#fff, #ecf8ff);
  background-clip: border-box;
  border-style: none;
  border-radius: 9999px;
  padding: 1rem 1.5rem;
  font-weight: 500;
}

.button-white:hover {
  color: #639ce2;
}

.image-5 {
  height: 18rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-6 {
  height: 18rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.faq-section {
  z-index: 1;
  background-image: linear-gradient(#fafcff, #e0eeff);
  min-height: 100vh;
  position: relative;
}

.faq-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-14 {
  background-color: #45f;
  background-image: linear-gradient(#6299e0, #6cc5f1);
  border-radius: 9999px;
  width: 100%;
  height: .2rem;
}

.div-block-15 {
  background-color: #45f;
  background-image: linear-gradient(#6299e0, #6cc5f1);
  border-radius: 9999px;
  width: .2rem;
  height: 100%;
  position: absolute;
}

.faq_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  background-image: linear-gradient(#fff, #f4fcff);
  border: 1px solid #f6f6f7;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50rem;
  height: auto;
  min-height: 0;
  padding: 2.5em;
  display: flex;
  box-shadow: 0 2px 18px 8px #1b38590a;
}

.faq-para {
  opacity: .7;
  color: #161c59;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  overflow: visible;
}

.faq-title {
  color: #161c59;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
  position: relative;
}

.paragraphe_faq_card {
  flex: 0 auto;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.faq_card_heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-7 {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-17 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #060f28;
  background-image: linear-gradient(#030b1f, #07132d);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  margin-bottom: -2rem;
  padding: 4rem 4rem 2rem;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.image-8 {
  width: 13rem;
}

.grid-3 {
  grid-template-rows: auto;
  align-items: stretch;
}

.footer-para {
  opacity: .7;
  color: #fff;
}

.footer-col-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.text-block {
  color: #fff;
  text-decoration: none;
}

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

.div-block-19 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: .7;
  display: flex;
}

.div-block-20 {
  background-color: #fff3;
  height: 1px;
}

.text-block-2 {
  opacity: .7;
  color: #fff;
  text-align: center;
  align-self: center;
  text-decoration: none;
}

.hero-para {
  opacity: .7;
  width: 75%;
  margin-bottom: 0;
  line-height: 1.5;
}

.image-2-copy {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-9 {
  z-index: -1;
  height: 50rem;
  position: absolute;
  inset: 15% 5% auto auto;
}

.div-block-21 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -2rem;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section-logos {
  background-image: linear-gradient(#f8f8f8, #f6faff);
  flex-flow: column;
  min-height: 20rem;
  display: flex;
  overflow: clip;
}

.marquee_wrapper {
  width: 100%;
  overflow: hidden;
}

.marquee_slider {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.marquee_slide {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0500ff;
  background-color: #0500ff00;
  border: 1px #0500ff;
  border-radius: 10px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 0;
  display: flex;
}

.logo-client {
  object-fit: contain;
  height: 4.5rem;
}

.form-block {
  background-color: #0000;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 0;
}

.checkbox-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-top: .3rem;
  display: flex;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  inset: 0%;
}

.checkbox-field {
  z-index: 3;
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border: 1.1px solid #dae2e5;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 150px;
  height: 110px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  box-shadow: 0 2px 25px 2px #65a8e333;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: .9rem;
}

.div-block-24 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.div-block-25 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(#fff, #effaff);
  border-radius: 18px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2.5rem;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.submit-button {
  background-image: linear-gradient(#629ae1, #6bc4f0);
  border-radius: 999px;
  align-self: center;
  margin-top: 1.5rem;
  padding: .8rem 1.25rem;
}

.div-block-27 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-image: linear-gradient(#6199e0, #6cc5f1);
  border-radius: 9999px;
  justify-content: flex-start;
  align-items: center;
  padding: .4rem .9rem;
  display: flex;
}

.text-block-3 {
  font-size: .8rem;
}

.image-10 {
  height: .8rem;
}

.text-block-4 {
  opacity: .7;
  font-size: 1.1rem;
}

.field-label {
  font-size: .8rem;
  font-weight: 400;
}

.text-field {
  background-image: linear-gradient(#fff, #f4fcff);
  border: 1px solid #dfe5ec;
  border-radius: 8px;
  min-height: 40px;
  font-size: .8rem;
  box-shadow: 0 2px 25px #0d1a381a;
}

.text-field::placeholder {
  color: #5f6882;
}

.div-block-28 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.form-svg {
  color: #6abaed;
  height: 3.8rem;
}

.success-message {
  background-color: #dffde4;
  border: 1px solid #83eb94;
  border-radius: 12px;
}

.error-message {
  border: 1px solid #deb7b7;
  border-radius: 8px;
}

.div-block-30 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

.tag-img {
  background-image: linear-gradient(#3081dc, #60b8ed);
  border-radius: 999px;
  width: 16px;
  height: 16px;
}

.whatsapp-link {
  height: 2.7rem;
  transition: all .4s;
}

.whatsapp-link:hover {
  transform: scale(1.1);
}

.whatsapp-link.hidden-desktop {
  display: none;
}

.whatsapp-img {
  width: 100%;
  height: 100%;
}

.navbar-btns-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-button-wrapper.hidden-desktop {
  display: none;
}

@media screen and (max-width: 991px) {
  .button-secondary {
    white-space: nowrap;
  }

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

  .button-primary {
    white-space: nowrap;
    align-self: flex-start;
  }

  .navbar-link-block {
    opacity: 1;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.1rem;
  }

  .navbar-link-block.none {
    display: block;
  }

  .button-navbar.none {
    display: none;
  }

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

  .dark-background {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-wrapper {
    width: auto;
  }

  .probl-mes-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solution-card.is--fifth, .solution-card.is--second, .solution-card.is--first, .solution-card.is--sixth, .solution-card.is--fourth, .solution-card.is--third, .solution-card.is--fifth, .solution-card.is--second, .solution-card.is--first, .solution-card.is--sixth, .solution-card.is--fourth, .solution-card.is--third {
    width: 85vw;
  }

  .collection-list-avis, .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-10 {
    width: auto;
  }

  .image-5 {
    height: 15rem;
  }

  .image-6 {
    height: 12rem;
  }

  .faq_card {
    width: 100%;
  }

  .nav-menu {
    background-image: linear-gradient(#629be1, #6cc2f0);
    border-radius: 18px;
    margin: 1rem 3rem;
    padding: 1rem;
  }

  .menu-button.w--open {
    color: #629be1;
    background-color: #c8c8c800;
  }

  .mentions-legales-block {
    width: auto;
  }

  .mentions-legales-block.is--fifth, .mentions-legales-block.is--second, .mentions-legales-block.is--first, .mentions-legales-block.is--sixth, .mentions-legales-block.is--fourth, .mentions-legales-block.is--third, .mentions-legales-block.is--fifth, .mentions-legales-block.is--second, .mentions-legales-block.is--first, .mentions-legales-block.is--sixth, .mentions-legales-block.is--fourth, .mentions-legales-block.is--third {
    width: 85vw;
  }

  .whatsapp-link.none {
    display: none;
  }

  .whatsapp-link.hidden-desktop {
    display: flex;
  }

  .menu-button-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .menu-button-wrapper.hidden-desktop {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .admin-section-links {
    display: none;
  }

  .admin-section-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .admin-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: minmax(200px, max-content);
    place-items: start;
  }

  .button-primary {
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .button-navbar.none {
    display: none;
  }

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

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

  .logo-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .logo {
    height: 2.2rem;
  }

  .hero-grid-col-right {
    padding: 1rem;
  }

  .dark-background {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-wrapper {
    width: auto;
  }

  .probl-mes-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pb-grid-card {
    padding: 1.25rem 1rem;
  }

  .collection-list-avis {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-9 {
    padding: 1.25rem 1rem;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-block {
    padding: 1.25rem 1rem;
  }

  .div-block-10 {
    width: auto;
  }

  .faq_card {
    color: #141414;
    width: 100%;
  }

  .div-block-17 {
    padding: 2rem;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .marquee_slider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .marquee_slide {
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: center;
  }

  .checkbox {
    width: auto;
  }

  .checkbox-field {
    width: 100%;
    min-width: auto;
    height: auto;
    padding: .5rem 1.5rem;
  }

  .form-title {
    text-align: center;
  }

  .div-block-25 {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-svg {
    width: 3.5rem;
    height: 3.5rem;
  }
}

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

  .paragraph {
    font-size: 1rem;
  }

  .h3-style {
    font-size: 1.5rem;
  }

  .button-secondary, .button-primary {
    width: auto;
    max-width: 100%;
  }

  .section-hero {
    min-height: auto;
    padding-top: 4rem;
    position: static;
  }

  .navbar-container {
    padding: .6rem 1.1rem;
  }

  .navbar-link-block {
    opacity: 1;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .container.cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.logos-clients {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container.footer {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .hero-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .hero-grid-col-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-heading-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .hero-h1 {
    font-size: 9vw;
  }

  .hero-h1-img {
    height: 2.8rem;
    margin-bottom: -4px;
    margin-left: 0;
    margin-right: 0;
  }

  .para.center {
    width: auto;
  }

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

  .hero-logo-block {
    margin-top: 0;
  }

  .logo-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .logo {
    height: 1.8rem;
  }

  .tagline {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    filter: drop-shadow(0 2px 20px #59c1fe40);
    padding: .4rem .65rem;
    font-size: .77rem;
  }

  .hero-grid-col-right {
    background-image: linear-gradient(#6299e0, #6cc5f1);
    border: 1px #64a1e3;
    border-radius: 24px;
    margin-top: 2rem;
    padding: .5rem;
    box-shadow: 0 4px 40px 12px #65a8e34d;
  }

  .image-2 {
    height: 10rem;
    left: 0%;
  }

  .image-2.mobile-none {
    display: none;
  }

  .dark-background {
    padding: 4rem 1rem;
  }

  .h2, .h2.text-white, .h2.text-white {
    font-size: 1.8rem;
  }

  .probl-mes-grid {
    grid-template-columns: 1fr;
  }

  .image-4 {
    top: 0%;
  }

  .solution-card.is--fifth, .solution-card.is--second, .solution-card.is--first, .solution-card.is--sixth, .solution-card.is--fourth, .solution-card.is--third, .solution-card.is--fifth, .solution-card.is--second, .solution-card.is--first, .solution-card.is--sixth, .solution-card.is--fourth, .solution-card.is--third {
    flex-flow: column;
    height: auto;
  }

  .collection-list-avis {
    grid-template-columns: 1fr;
  }

  .text-avis {
    font-size: 1.1rem;
  }

  .cta-section {
    margin-top: 0;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-white {
    white-space: nowrap;
  }

  .image-5 {
    height: 10rem;
  }

  .image-6 {
    height: 7rem;
  }

  .faq-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .faq_card {
    border-radius: 16px;
    align-self: center;
    padding: 1.5em;
  }

  .faq-para {
    font-size: .9rem;
  }

  .faq-title {
    width: 85%;
    font-size: 1.1rem;
  }

  .div-block-16 {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
  }

  .div-block-17 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-col-right {
    justify-content: center;
    align-items: center;
  }

  .div-block-19 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
  }

  .hero-para {
    width: auto;
  }

  .image-2-copy {
    inset: auto 0% 34% auto;
  }

  .image-2-copy.mobile-none, .image-9 {
    display: none;
  }

  .nav-menu {
    color: #fff;
    background-image: linear-gradient(#639ce2, #6cc5f0);
    border: 1px solid #fff6;
    border-radius: 16px;
    margin: 1rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
    box-shadow: 0 2px 30px 2px #0000001f;
  }

  .menu-button {
    background-color: #79464600;
    padding: 14px;
  }

  .menu-button.w--open {
    color: #639ee1;
    background-color: #fff0;
  }

  .section-logos {
    min-height: 10rem;
  }

  .marquee_slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .marquee_slide {
    width: 200px;
  }

  .checkbox-wrapper {
    align-items: center;
  }

  .checkbox {
    background-color: #f1fbff;
  }

  .checkbox-field {
    background-color: #ebf6ff;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .checkbox-label {
    font-size: .75rem;
  }

  .form-title {
    width: 70%;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .div-block-25 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-image: linear-gradient(#f6fcff, #effaff);
    border: 1px solid #68b4ea;
    border-radius: 18px;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .div-block-26 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: wrap;
    margin-top: .5rem;
  }

  .submit-button {
    font-size: .9rem;
  }

  .text-block-3 {
    font-size: .8rem;
  }

  .text-block-4 {
    text-align: center;
    font-size: .9rem;
  }

  .text-field {
    min-height: 40px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: .7rem;
  }

  .div-block-29 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .form-svg {
    height: 2.5rem;
  }

  .brand {
    padding-left: 0;
  }

  .mentions-legales-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mentions-legales-block.is--fifth, .mentions-legales-block.is--second, .mentions-legales-block.is--first, .mentions-legales-block.is--sixth, .mentions-legales-block.is--fourth, .mentions-legales-block.is--third, .mentions-legales-block.is--fifth, .mentions-legales-block.is--second, .mentions-legales-block.is--first, .mentions-legales-block.is--sixth, .mentions-legales-block.is--fourth, .mentions-legales-block.is--third {
    flex-flow: column;
    height: auto;
  }

  .whatsapp-link.hidden-desktop {
    width: 2rem;
    height: 2rem;
  }
}
