:root {
  --_color-pink---purple: #292b68;
  --_color-pink---pink: #b6469a;
  --_color-pink---color: white;
  --_color-pink---black: #434343;
}

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

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

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

.body {
  background-color: #fff;
  font-family: Titillium Web, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.page-wrapper {
  position: relative;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5rem;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section.nav {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.grey {
  background-color: #f5f5f5;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.grey.hide {
  display: none;
}

.section.purple {
  background-image: url('../images/Banners.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.purple.no-marging {
  margin-bottom: 0;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.container.nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.navbar {
  background-color: #ddd0;
}

.brand {
  width: 200px;
}

.nav-link {
  color: var(--_color-pink---purple);
  font-weight: 600;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--_color-pink---pink);
  font-weight: 600;
}

.button {
  color: #222;
  background-color: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .2s;
}

.button:hover {
  color: #b5469a;
  background-color: #282b67;
  border-width: 0;
  border-color: #3f4285;
  font-weight: 600;
  transform: scale(.95);
}

.button.white-bg {
  color: #fff;
  background-color: #282b67;
  font-weight: 600;
}

.button.white-bg:hover {
  color: #282b67;
  background-color: #b5469b;
  border-color: #9e4189;
  transform: scale(.97);
}

.button.white-bg._100px {
  width: 150px;
}

.header-wrap {
  border-radius: 20px;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

.background-video {
  background-image: linear-gradient(#00000042, #00000042);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px 50px;
  display: flex;
}

.hero-left {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.btn-primary {
  color: #010101;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 26px;
  text-decoration: none;
  transition: background-color .4s, color .4s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #010101;
}

.heading-two {
  color: #010101;
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 112%;
}

.heading-two.text-white {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.text-span-41 {
  color: #00b783;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-content-md {
  display: none;
}

.area-texte-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.area-texte-box.padding {
  padding-left: 32px;
  padding-right: 32px;
}

.white-box-on-parallex {
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.white-box-on-parallex._100 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-width: 2px;
  border-color: #ebebeb;
  justify-content: flex-start;
  width: 100%;
}

.white-box-on-parallex._100.purple {
  border-color: #30296e;
}

.nw-paragraph {
  color: #434343;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.nw-paragraph.no-marging {
  margin-bottom: 0;
}

.nw-paragraph.no-marging.with-padding {
  padding-left: 10px;
}

.nw-paragraph.no-marging.half-title {
  font-size: 17px;
  font-weight: 700;
}

.nw-button-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.h2.nw-title.h1 {
  font-size: 52px;
}

.h2.nw-title.h3 {
  color: #b54599;
  font-size: 28px;
}

.h2.nw-title.white {
  color: #fff;
}

.h2.nw-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

.button-1440 {
  color: #000;
  background-color: #3898ec00;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 9px 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.button-1440:hover {
  color: #fff;
  background-color: #000;
  transform: scale(.9);
}

.button-1440.blue {
  color: #fff;
  background-color: #144380;
  border-color: #144380;
  font-weight: 600;
}

.button-1440.blue:hover {
  background-color: #000;
  border-color: #282f38;
}

.nwhistory-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

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

.our-numbers.home {
  padding-top: 20px;
}

.countbox-2 {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 24px;
}

.about-wrap-two {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  display: grid;
}

.nw-paragraph-2 {
  color: #434343;
  font-weight: 400;
  text-decoration: none;
}

.image-wrapper {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.image-wrapper._50 {
  border-radius: 20px;
  height: auto;
  max-height: 450px;
}

.image-wrapper._50.hide-mobile {
  height: 100%;
  max-height: none;
}

.reveal {
  z-index: 18;
  background-color: #f4f4f4;
  width: 100%;
  height: 220%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.about-left-two {
  width: 100%;
  height: 100%;
  position: relative;
}

.about-right-two {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-image-2 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: relative;
}

.countbox-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.wrap-texte {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.white-boxes-wrapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.step-count {
  font-weight: 600;
}

.step-right {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.section-content {
  color: #4a4a4a;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
}

.step-line-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.step-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.step-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.btn-secondary {
  color: #fff;
  text-align: center;
  background-color: #010101;
  border-radius: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 26px 14px;
  line-height: 162.5%;
  text-decoration: none;
  transition: letter-spacing .4s, background-color .4s;
}

.btn-secondary:hover {
  letter-spacing: 1px;
  background-color: #4a4a4a;
}

.step-content {
  margin-bottom: 0;
}

.step-title {
  color: #010101;
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.step-point {
  z-index: 99;
  color: #6a6a6a;
  background-color: #eaeaea;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.heading-four {
  color: #010101;
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 132%;
}

.step-number {
  color: #6a6a6a1a;
  padding-bottom: 60px;
  font-size: 64px;
  font-weight: 600;
  line-height: 128%;
}

.step-line-bar {
  background-color: #010101;
  width: 1px;
  height: 100%;
}

.step-card {
  background-color: #fff;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 30px;
}

.sticky-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  position: sticky;
  top: 50px;
}

.step-line {
  background-color: #6a6a6a1a;
  width: 1px;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.sticky-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-42 {
  font-size: 14px;
}

.white-box-on-parallex-2 {
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.nw-paragraph-3 {
  color: #434343;
  font-weight: 400;
  text-decoration: none;
}

.parallax {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/44-DSCF2471.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding: 100px 60px;
  display: grid;
  overflow: hidden;
}

.parallax.ai4agrifood-as-a-gateway-to-europe-s-innovation-ecosystem {
  background-image: url('../images/Artboard-7.png');
  background-position: 50%;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.texte-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.who-are-we {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.who-are-we-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #00000014;
  padding-bottom: 40px;
  padding-right: 0;
  display: flex;
}

.number-circle {
  background-color: #fafafa;
  border: 1px solid #0000001a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.nw-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.nw-paragraph-4 {
  color: #434343;
  font-weight: 400;
  text-decoration: none;
}

.img {
  color: #144380;
  -webkit-text-fill-color: transparent;
  background-color: #144380;
  -webkit-background-clip: text;
  background-clip: text;
  width: 30px;
  height: 30px;
}

.over-area-image {
  background-image: linear-gradient(0deg, #000, #fff0 69%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.areas-icon-wrapper {
  background-color: #fafafa;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.nw-paragraph-5 {
  color: #434343;
  font-weight: 400;
  text-decoration: none;
}

.nw-paragraph-5.white {
  color: #fff;
}

.nw-h2.absolute {
  color: #fff;
  max-width: 99.9999%;
  font-size: 28px;
  font-weight: 400;
  position: absolute;
  inset: auto auto 5% 5%;
}

.areas-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nw-areas-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 230.984px;
  padding: 30px 32px 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nw-areas-card.with-image {
  padding: 0;
  overflow: hidden;
}

.nw-areas-card.bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #282b68;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 230.984px;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.our-areas-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-for-area {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.areas-image-box {
  height: 100%;
  position: relative;
}

.image {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.link {
  color: #fff;
}

.solution-top {
  z-index: 999;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
  position: relative;
}

.brand-logo-3 {
  width: 200px;
  transition: all .2s;
}

.brand-logo-3:hover {
  opacity: .65;
  transform: scale(1.1);
}

.brand-logo-3.footer-logo {
  width: auto;
}

.footer-link {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.brand-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 80px;
  overflow: hidden;
}

.brand-wrap.no-marging {
  padding-top: 0;
  padding-bottom: 60px;
}

.nav-link-two {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.nav-link-two:hover {
  color: #e9e9e9;
}

.nav-link-two.w--current {
  color: #d5d5d5;
}

.container-5 {
  max-width: none;
  padding-left: 5rem;
  padding-right: 5rem;
}

.heading-five {
  color: #010101;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 132%;
}

.heading-five.white {
  color: #fff;
}

.heading-five.white.smallest {
  font-size: 16px;
  font-weight: 600;
}

.footer-top-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-114 {
  font-size: 14px;
  font-weight: 400;
}

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

.brand-item {
  background-color: #f5f5f5;
  border-radius: 10px;
  flex: none;
  align-items: center;
  padding: 37px 30px;
  display: flex;
}

.brand-item._10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 20px 10px;
  display: flex;
}

.nav-item-two {
  border-bottom: 1px solid #ffffff24;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.footer-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-area {
  background-color: #010101;
  background-image: url('../images/Banners.png');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: 1440px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 80px;
  padding-bottom: 24px;
}

.text-span-43 {
  padding-left: 20px;
  display: block;
}

.code-embed {
  width: 26%;
}

.about-right-two-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

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

.paragraph {
  text-align: left;
  margin-top: 10px;
  font-size: 1rem;
}

.success-message-4 {
  background-color: #f6f6f6;
  border-radius: 1.5rem;
}

.texte-field {
  opacity: 1;
  color: #131111;
  background-color: #fff;
  border: 1px solid #c2c2c775;
  border-bottom-color: #00000014;
  border-radius: 8px;
  height: 52px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 8px;
}

.texte-field:hover {
  border-width: 2px;
  border-color: #0000005c;
}

.texte-field::placeholder {
  color: #414147;
}

.texte-field.message {
  height: 120px;
}

.button-1441 {
  color: #333;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #c2c2c7;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 13px 22px;
  font-size: .875rem;
  text-decoration: none;
  transition: border-color .3s, transform .3s, color .3s, background-color .3s;
  display: flex;
}

.button-1441:hover {
  color: #f6f6f6;
  background-color: #333;
  transform: scale(.94);
}

.button-1441.w--current {
  text-align: center;
  background-color: #3333331a;
}

.button-1441.w--current:hover {
  color: #fff;
  background-color: #333;
}

.form {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .header-wrap {
    height: 65vh;
  }

  .button-1440 {
    font-size: 16px;
    font-weight: 600;
  }

  .who-are-we {
    width: 100%;
  }

  .container-5 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    font-size: 18px;
  }

  .header-wrap {
    height: 55vh;
  }

  .nw-paragraph.no-marging.half-title {
    font-size: 19px;
  }

  .button-1440 {
    font-size: 18px;
    font-weight: 600;
  }

  .about-wrap-two {
    grid-template-columns: 1fr 1fr;
  }

  .about-right-two {
    padding-top: 0;
  }

  .step-wrap {
    grid-template-columns: 1fr 1.25fr;
  }

  .container-5 {
    max-width: 100%;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .footer-top-3 {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    grid-template-columns: 1.75fr 1fr;
  }

  .brand-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-right-two-2 {
    padding-top: 100px;
  }

  .button-1441 {
    text-align: center;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    font-size: 20px;
  }

  .header-wrap {
    height: 50vh;
  }

  .btn-primary {
    font-size: 20px;
  }

  .heading-two {
    font-weight: 700;
  }

  .heading-two.text-white {
    font-size: 80px;
  }

  .white-box-on-parallex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-around;
    align-items: flex-start;
    width: 50%;
  }

  .white-box-on-parallex._100 {
    justify-content: flex-start;
  }

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

  .nw-paragraph.no-marging.half-title {
    font-size: 21px;
  }

  .nw-button-div {
    padding-top: 20px;
  }

  .button-1440 {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
  }

  .our-numbers {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nw-paragraph-2 {
    margin-bottom: 0;
    line-height: 1.4;
  }

  .image-wrapper._50 {
    max-height: 500px;
  }

  .about-right-two {
    padding-top: 0;
  }

  .white-box-on-parallex-2 {
    justify-content: space-around;
    align-items: flex-start;
  }

  .nw-paragraph-3, .nw-paragraph-4, .nw-paragraph-5 {
    margin-bottom: 0;
  }

  .nw-areas-card {
    height: 240px;
  }

  .nw-areas-card.bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 240px;
  }

  .brand-logo-3 {
    width: 250px;
  }

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

  .heading-five {
    color: #010101;
    letter-spacing: -.8px;
    font-size: 45px;
    line-height: 132%;
  }

  .footer-top-3 {
    grid-column-gap: 400px;
    grid-row-gap: 400px;
    grid-template-columns: 1fr 1fr;
  }

  .brand-item._10 {
    justify-content: flex-start;
  }

  .footer-area {
    background-color: #010101;
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .about-right-two-2 {
    padding-top: 0;
  }

  .paragraph {
    width: auto;
    max-width: 100%;
    font-size: 1.2rem;
  }

  .texte-field {
    font-size: 1.3rem;
  }

  .button-1441 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .heading-two.text-white {
    font-size: 48px;
  }

  .h2.nw-title {
    font-size: 40px;
  }

  .about-wrap-two {
    grid-template-columns: 1fr;
  }

  .parallax {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .who-are-we {
    grid-template-columns: 1fr;
  }

  .our-areas-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .solution-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .brand-wrap {
    display: flex;
  }

  .brand-wrap.no-marging {
    flex-flow: column;
  }

  .container-5 {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-top-3 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .brand-item {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hero-btn {
    display: none;
  }

  .heading-two.text-white {
    font-size: 36px;
    line-height: 1.5;
  }

  .hero-content-md {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .h2.nw-title {
    font-size: 36px;
  }

  .step-line-wrap {
    display: none;
  }

  .step-wrap {
    flex-flow: column;
  }

  .nw-h3 {
    font-size: 20px;
  }

  .our-areas-card-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .solution-top {
    grid-template-columns: 1fr;
  }

  .footer-top-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brand-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .header-wrap {
    justify-content: center;
    align-items: center;
    height: 600px;
    display: flex;
  }

  .background-video {
    justify-content: center;
    align-items: flex-start;
    padding: 0 10px;
  }

  .hero-left {
    width: 100%;
    padding-right: 0;
  }

  .btn-primary {
    display: none;
  }

  .heading-two.text-white {
    font-size: 25px;
    line-height: 1.5;
  }

  .text-span-41 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-content-md {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .bold-text {
    line-height: 1.2;
  }

  .white-box-on-parallex {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nw-button-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .h2.nw-title.h1 {
    font-size: 38px;
  }

  .h2.nw-title.h3 {
    font-size: 24px;
  }

  .h2.nw-title {
    font-size: 26px;
  }

  .button-1440 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

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

  .our-numbers {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    display: flex;
  }

  .about-wrap-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-wrapper._50.hide-mobile {
    display: none;
  }

  .hero-image-2 {
    height: 140%;
  }

  .countbox-wrap, .white-boxes-wrapp {
    grid-template-columns: 1fr;
  }

  .step-wrap {
    flex-flow: column;
    display: flex;
  }

  .white-box-on-parallex-2 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .parallax {
    flex-flow: column;
    width: 100%;
    height: auto;
    padding: 40px 1rem;
    display: flex;
  }

  .parallax.ai4agrifood-as-a-gateway-to-europe-s-innovation-ecosystem {
    padding-left: 10px;
    padding-right: 10px;
  }

  .who-are-we {
    grid-template-columns: 1fr;
  }

  .nw-h3 {
    font-size: 22px;
  }

  .nw-h2.absolute {
    font-size: 24px;
    right: 5%;
  }

  .our-areas-card-wrapper {
    flex-flow: column;
    display: flex;
  }

  .solution-top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .brand-wrap.no-marging {
    flex-flow: column;
  }

  .container-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .about-right-two-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .form-5 {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .paragraph {
    font-size: .875rem;
    line-height: 1.5;
  }

  .button-1441 {
    width: 100%;
  }
}

#w-node-ca1c8d93-6989-7d6e-6222-e840f5eaad8e-bb98e187 {
  justify-self: center;
}

#w-node-a6db9aaa-5ecd-5077-4e1e-9532ee53b0ba-bb98e187 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_72d6e56a-8af8-23e3-3876-35e7afdc7479-bb98e187 {
  grid-area: 1 / 1 / 2 / 2;
}

#Message.w-node-bfc36232-bbbe-f54f-d764-b772ba3c4321-bb98e187, #w-node-bfc36232-bbbe-f54f-d764-b772ba3c4322-bb98e187 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


