h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #04004d;
  font-size: 48px;
  line-height: 57px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #04004d;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0.38px;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 108px;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
}

.nav-item {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #04004d;
  font-size: 16px;
}

.nav-item:hover {
  color: #542eff;
}

.nav-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 108px;
  max-height: 108px;
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.brand {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper {
  overflow: hidden;
  height: 660px;
}

.wrapper.hero {
  overflow: hidden;
  height: 758px;
  letter-spacing: 0.25px;
}

.wrapper.what-we-do {
  overflow: hidden;
  background-color: #fbfbfc;
}

.content {
  width: 100%;
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
}

.hero-section {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 108px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-text {
  position: relative;
  z-index: 1;
  margin-top: 103px;
}

.text-overline {
  font-family: Montserrat, sans-serif;
  color: #211361;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.overline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  width: 72px;
  height: 2px;
  background-color: #ff595c;
}

.line.pink {
  margin-right: 30px;
}

.line.violet {
  margin-right: 30px;
  background-color: #542eff;
}

.line.green {
  margin-right: 30px;
  background-color: #74e0c0;
}

.line.purple {
  margin-right: 30px;
  background-color: #a7a4df;
}

.hero-image-machine-learning-affinity-research {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  margin-right: -204px;
}

.hero-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
}

.text-body {
  font-family: Montserrat, sans-serif;
  color: #211361;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

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

.icons-arrow-scroll {
  margin-left: 13px;
}

.intro-section {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.intro-image {
  position: static;
}

.intro-image-programmatic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  margin-top: 0px;
  margin-left: -218px;
}

.intro-text {
  position: relative;
  z-index: 1;
  margin-top: 180px;
}

.nav-background {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 108px;
  background-color: hsla(0, 0%, 100%, 0.98);
}

.whatwedo-section {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.whatwedo-image {
  position: static;
  z-index: 0;
}

.whatwedo-text {
  position: relative;
  z-index: 1;
  margin-top: 176px;
}

.whatwedo-image-marketing {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  margin-top: 56px;
  margin-right: -203px;
}

.footer {
  background-color: #211361;
}

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

.contact-section {
  margin-top: 155px;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  max-height: none;
  max-width: 334px;
  margin-top: 35px;
  padding-right: 54px;
  padding-left: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #00c08b;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #01ad7e;
  background-clip: border-box;
}

.button:active {
  background-color: #00c08b;
}

.button-text {
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.icons-arrow-button {
  padding-bottom: 3px;
  padding-left: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.collaboration-section {
  margin-top: 277px;
}

.image-european-logos {
  margin-top: 52px;
  margin-bottom: 10px;
}

.logo-european-funds-smart-growth {
  margin-right: 27px;
}

.logo-european-union-european-regional-development-fund {
  margin-left: 27px;
}

.copyright-section {
  margin-top: 144px;
  margin-bottom: 89px;
}

.backtotop-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 144px;
  margin-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.icons-arrow-top {
  margin-left: 13px;
}

.heading.white {
  color: #fff;
  line-height: 63px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    position: relative;
    z-index: auto;
    width: auto;
    height: auto;
    max-height: 72px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
    opacity: 1;
  }

  .nav-item {
    padding: 20px;
    font-size: 14px;
  }

  .nav-container {
    height: 72px;
    max-height: none;
    max-width: none;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .brand {
    max-width: 68px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper {
    height: auto;
  }

  .wrapper.hero {
    height: auto;
  }

  .wrapper.what-we-do {
    height: auto;
  }

  .content {
    max-width: none;
    padding-right: 60px;
    padding-left: 60px;
  }

  .hero-section {
    display: block;
  }

  .text-overline {
    font-size: 18px;
  }

  .text-overline.white {
    font-size: 18px;
  }

  .hero-image {
    margin-bottom: 30px;
  }

  .hero-image-machine-learning-affinity-research {
    position: static;
  }

  .hero-scroll {
    display: none;
    overflow: visible;
  }

  .text-body.white {
    font-size: 16px;
  }

  .intro-image-programmatic {
    margin-top: 0px;
    margin-left: -167px;
  }

  .intro-text {
    margin-top: 144px;
  }

  .nav-background {
    height: 72px;
  }

  .whatwedo-image {
    overflow: hidden;
  }

  .whatwedo-text {
    margin-top: 144px;
    margin-bottom: 144px;
  }

  .whatwedo-image-marketing {
    margin-top: 174px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-grid {
    position: static;
    display: block;
  }

  .contact-section {
    margin-top: auto;
  }

  .button {
    height: 78px;
  }

  .button-text {
    font-size: 21px;
  }

  .collaboration-section {
    margin-top: 72px;
  }

  .copyright-section {
    margin-top: 72px;
    margin-bottom: auto;
  }

  .backtotop-section {
    display: none;
  }

  .icon-menu {
    position: relative;
    display: none;
    overflow: visible;
    width: 30px;
    height: 30px;
    margin-left: auto;
    padding: 6px 0px 0px 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .icon-menu.w--open {
    background-color: transparent;
  }

  .heading {
    font-size: 36px;
    line-height: 48px;
  }

  .paragraph {
    margin-bottom: 144px;
    font-size: 24px;
    line-height: 36px;
  }

  .icon-line {
    width: 18px;
    height: 2px;
    margin-top: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #04004d;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    position: absolute;
    width: 100%;
    max-height: none;
    margin-top: 60px;
    padding-top: 12px;
    padding-bottom: 18px;
    background-color: #fff;
    box-shadow: 0 20px 20px -5px rgba(2, 1, 29, 0.14);
  }

  .nav-item {
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-container {
    height: 60px;
    max-height: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .brand {
    max-width: 68px;
  }

  .content {
    padding-right: 30px;
    padding-bottom: 24px;
    padding-left: 30px;
  }

  .text-overline {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .text-overline.white {
    font-size: 16px;
    line-height: 24px;
  }

  .overline-container {
    margin-bottom: 0px;
  }

  .line.pink {
    width: 48px;
    margin-right: 25px;
  }

  .line.violet {
    width: 48px;
    margin-right: 25px;
  }

  .line.green {
    width: 48px;
    margin-right: 25px;
  }

  .line.purple {
    width: 48px;
    margin-right: 24px;
  }

  .text-body.white {
    font-size: 14px;
  }

  .intro-image-programmatic {
    margin-left: -126px;
  }

  .intro-text {
    margin-top: 0px;
  }

  .nav-background {
    height: 60px;
  }

  .whatwedo-text {
    margin-top: 60px;
    margin-bottom: 144px;
  }

  .whatwedo-image-marketing {
    margin-top: 77px;
    margin-right: -144px;
  }

  .footer {
    padding-bottom: 30px;
  }

  .button {
    height: 72px;
    padding-right: 36px;
    padding-left: 36px;
  }

  .button-text {
    font-size: 18px;
  }

  .copyright-section {
    margin-top: 72px;
  }

  .icon-menu {
    padding-top: 5px;
  }

  .icon-menu.w--open {
    padding-top: 5px;
  }

  .heading {
    margin-top: 12px;
    font-size: 24px;
    line-height: 33px;
  }

  .heading.white {
    font-size: 30px;
    line-height: 42px;
  }

  .paragraph {
    margin-top: 108px;
    margin-bottom: 126px;
    font-size: 16px;
    line-height: 24px;
  }

  .icons-arrow-right {
    max-width: 79%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-item {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 14px;
  }

  .nav-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .wrapper.what-we-do {
    margin-top: 48px;
    margin-bottom: 0px;
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-section {
    margin-top: 72px;
  }

  .hero-text {
    margin-top: 0px;
  }

  .text-overline {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .text-overline.white {
    font-size: 14px;
  }

  .line.pink {
    width: 30px;
    margin-right: 18px;
  }

  .line.violet {
    width: 30px;
    margin-right: 18px;
  }

  .line.green {
    width: 30px;
    margin-right: 18px;
  }

  .line.purple {
    width: 30px;
    margin-right: 18px;
  }

  .hero-image {
    margin-top: 30px;
    margin-bottom: 48px;
  }

  .text-body.white {
    color: #fff;
    font-size: 12px;
  }

  .intro-section {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .intro-image-programmatic {
    position: absolute;
    display: block;
    margin-top: 18px;
    margin-left: -78px;
    padding-top: 0px;
  }

  .intro-text {
    margin-top: 0px;
  }

  .whatwedo-section {
    display: block;
  }

  .whatwedo-text {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .whatwedo-image-marketing {
    position: static;
    margin-top: 0px;
    margin-right: 0px;
  }

  .footer {
    padding-top: 48px;
  }

  .button {
    height: 60px;
    margin-top: 25px;
  }

  .button-text {
    font-size: 16px;
  }

  .icons-arrow-button {
    padding-left: 12px;
  }

  .collaboration-section {
    margin-top: 48px;
  }

  .image-european-logos {
    margin-top: 24px;
  }

  .logo-european-funds-smart-growth {
    max-width: 30%;
    margin-right: 0px;
  }

  .logo-european-union-european-regional-development-fund {
    max-width: 55%;
  }

  .copyright-section {
    margin-top: 48px;
  }

  .icon-menu.w--open {
    background-color: transparent;
  }

  .heading {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .heading.white {
    color: #fff;
    font-size: 21px;
    line-height: 30px;
  }

  .paragraph {
    margin-top: 24px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 21px;
  }

  .icons-arrow-right {
    max-width: 62%;
  }
}

#w-node-_538c1d9c-6049-5f3e-9ce1-a6be57483ac9-c6de2f99 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0bc8dc83-bc27-100c-d131-298c70604318-c6de2f99 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

