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

a {
  text-decoration: underline;
}

.f-navigation-link {
  color: #003459;
  letter-spacing: 0;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  position: static;
}

.f-navigation-link:hover {
  object-fit: fill;
  background-color: #f6f7f9;
  border-radius: 20px;
}

.f-navigation-link.w--current {
  color: #003459;
}

.f-navigation-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  letter-spacing: 0;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.f-navigation-logo-link {
  height: auto;
  flex: none;
  overflow: hidden;
}

.f-navigation-container {
  width: 1216px;
  height: 100%;
  max-width: 1216px;
  object-fit: cover;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  z-index: 9999;
  width: 100%;
  max-height: none;
  background-color: #fff;
  align-items: center;
  padding: 16px 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 4px rgba(0, 52, 89, .1);
}

.f-body {
  background-color: #fff;
  font-family: Barlow, sans-serif;
  font-weight: 400;
}

.f-paragraph-large-white {
  max-width: none;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 208px;
  padding-right: 208px;
  font-size: 32px;
  line-height: 46px;
}

.f-h1-heading {
  width: auto;
  max-width: none;
  min-width: 0;
  color: #fff;
  letter-spacing: 0;
  margin: 0 auto;
  padding-right: 416px;
  font-size: 80px;
  font-weight: 300;
  line-height: 90px;
  position: static;
}

.f-container-section-title {
  width: auto;
  max-width: 1216px;
  margin: 0 auto 64px;
  position: relative;
}

.f-section-hero {
  background-image: linear-gradient(rgba(36, 56, 69, .6), rgba(36, 56, 69, .6)), url('../images/hero_flexoon.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding: 112px 5%;
  position: relative;
}

.f-paragraph-medium-left {
  color: #003459;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-left: 208px;
  font-size: 18px;
  line-height: 26px;
}

.f-grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: "Area Area"
  / 1fr 1fr;
  grid-auto-flow: row;
  align-items: start;
}

.f-section-about {
  padding: 112px 5%;
  position: relative;
}

.f-grid-two-column-section-header {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1fr 1fr;
  align-items: center;
  margin-bottom: 0;
}

.f-secition-line {
  height: 2px;
  background-color: #00aea4;
}

.f-h1-heading-blue {
  max-width: none;
  color: #003459;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 416px;
  font-size: 80px;
  font-weight: 300;
  line-height: 90px;
  position: static;
}

.f-paragraph-card-small-blue {
  color: #003459;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.f-section-service {
  background-color: #003459;
  margin-bottom: 0;
  padding: 112px 5%;
  position: relative;
}

.f-h2-heading-blue {
  color: #003459;
  letter-spacing: 0;
  -webkit-text-stroke-color: #003459;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #0077c0;
  border-radius: 36px;
  margin-bottom: 16px;
  padding: 16px;
}

.f-feature-card-filled {
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  padding: 32px;
}

.f-grid-four-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-container-cards {
  width: 100%;
  max-width: 1216px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.f-container-text-and-illustration {
  max-width: 1216px;
  margin-bottom: 96px;
  position: relative;
}

.f-navigation-link-hl {
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  background-color: #00aea4;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-hl:hover {
  color: #fff;
  object-fit: fill;
  background-color: #009c93;
  border-radius: 20px;
}

.f-navigation-link-hl.w--current {
  color: #fff;
}

.f-margin-bottom-48 {
  margin-top: 0;
  margin-bottom: 48px;
}

.f-text-and-lead {
  z-index: 20;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.f-illustration {
  z-index: 10;
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.f-container-hero {
  max-width: 1216px;
}

.f-title-margin-bottom-48 {
  max-width: 1216px;
  margin: 0 auto 48px;
  padding-top: 0;
  position: relative;
}

.f-menu-button {
  background-color: #003c66;
  padding: 8px;
}

.f-menu-button:focus-visible {
  background-color: #003c66;
}

.f-menu-button[data-wf-focus-visible] {
  background-color: #003c66;
}

.f-hero-lead-text {
  margin-bottom: 0;
}

.f-container-section-2-col-text {
  width: auto;
  max-width: 1216px;
  margin: 0 auto;
  position: relative;
}

.f-hero-text {
  z-index: 20;
  margin-top: 64px;
  margin-bottom: 64px;
  position: relative;
}

.f-section-why-flexoon {
  background-color: #fff;
  margin-bottom: 0;
  padding: 112px 5%;
  position: relative;
}

.f-paragraph-large-blue {
  max-width: none;
  color: #003459;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 208px;
  padding-right: 208px;
  font-size: 32px;
  line-height: 46px;
}

.f-feature-card-filled-blue {
  background-color: #003459;
  border-radius: 16px 16px 0 0;
  padding: 32px;
}

.f-h2-heading-white {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.f-paragraph-card-small-white {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.f-section-references {
  background-color: #003459;
  margin-bottom: 0;
  padding: 112px 5%;
  position: relative;
}

.f-paragraph-medium-white-left {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: transparent;
  margin-bottom: 0;
  padding-left: 208px;
  font-size: 18px;
  line-height: 26px;
}

.f-paragraph-card-2-small-blue {
  color: #003459;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.f-testimonial-card {
  min-height: 346px;
  color: #160042;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  padding: 32px;
  position: relative;
  overflow: visible;
}

.f-testimonial-slide {
  width: auto;
  height: auto;
  object-fit: fill;
  margin-left: 16px;
  margin-right: 16px;
  padding-right: 0;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-margin-bottom-2-16 {
  margin-bottom: 16px;
}

.f-logo-image {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: 0%;
  right: 0%;
}

.f-carousel-mask {
  height: auto;
  max-width: none;
  min-width: 0;
  object-fit: fill;
  flex: 0 auto;
  align-self: center;
  margin-right: 0;
  position: static;
  overflow: hidden;
}

.f-slider {
  width: 488px;
  height: 474px;
  max-width: none;
  text-align: left;
  background-color: #003c66;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
  position: static;
  overflow: visible;
}

.f-carousel-bg {
  z-index: 10;
  width: 488px;
  height: 474px;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.f-carousel-slide-nav {
  height: auto;
  margin-bottom: 16px;
  font-size: 8px;
  top: auto;
}

.f-container-carousel {
  max-width: 1216px;
  margin-bottom: 0;
  position: relative;
}

.f-section-technologies {
  background-color: #fff;
  margin-bottom: 0;
  padding: 112px 5%;
  position: relative;
}

.f-section-title-technoligies {
  z-index: 20;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.f-logo-block {
  height: auto;
  min-height: auto;
  background-color: #f6f7f9;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-grid-six-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.f-container-regular-4 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.f-section-small {
  max-width: none;
  margin-top: 64px;
  padding: 0;
  position: static;
}

.f-margin-top-64 {
  margin-top: 64px;
}

.f-container-logos {
  max-width: 1216px;
  margin-bottom: 0;
  position: relative;
}

.f-section-contact {
  background-color: #003459;
  margin-bottom: 0;
  padding: 112px 5%;
  position: relative;
}

.f-paragraph-contant-medium-left {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-left: 104px;
  font-size: 18px;
  line-height: 26px;
}

.f-paragraph-large-white-title-left {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 32px;
  padding-left: 104px;
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
}

.f-link {
  color: #00aea4;
  mix-blend-mode: normal;
  font-weight: 500;
  text-decoration: none;
}

.f-link:hover {
  color: #009c93;
}

.f-section-copyright {
  background-color: #fff;
  margin-bottom: 0;
  padding: 16px 5%;
  position: relative;
}

.f-paragraph-small-footer-left {
  color: #003459;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.f-paragraph-small-footer-right {
  color: #003459;
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.f-container-section-2-col-text-2 {
  width: auto;
  max-width: 1216px;
  margin: 0 auto;
  position: relative;
}

.f-grid {
  grid-template-rows: auto;
}

.f-container-section-2-col-text-cc {
  width: auto;
  max-width: 1216px;
  margin: 0 auto;
  position: relative;
}

.f-grid-one-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: "Area Area"
  / 1fr 1fr;
  grid-auto-flow: row;
  align-items: start;
}

.f-paragraph-medium-right {
  color: #003459;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 208px;
  font-size: 18px;
  line-height: 26px;
}

.f-feature-icon-wrapper-white-contact {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #0077c0;
  border-radius: 36px;
  margin-bottom: 0;
  padding: 16px;
  position: absolute;
  top: -13px;
}

.link {
  color: #003459;
  text-decoration: none;
}

.link:hover {
  color: rgba(0, 52, 89, .8);
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.h2-section-heading-blue {
  color: #003459;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.h2-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .f-navigation-link {
    width: 100%;
    margin-top: 8px;
    position: relative;
  }

  .f-navigation-link.w--current {
    color: #003459;
  }

  .f-navigation-menu {
    color: #003459;
    background-color: #fff;
    padding: 24px 12px 32px;
    position: absolute;
    box-shadow: 0 4px 4px rgba(0, 52, 89, .1);
  }

  .f-navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .f-navigation-content {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .f-navigation-logo-link {
    height: auto;
    max-height: none;
    object-fit: cover;
    flex: 0 auto;
    margin-right: 0;
    overflow: auto;
  }

  .f-navigation-container {
    height: auto;
    flex: 0 auto;
  }

  .f-navigation {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    position: -webkit-sticky;
    position: sticky;
  }

  .f-paragraph-large-white {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .f-h1-heading {
    padding-right: 0;
  }

  .f-paragraph-medium-left {
    padding-left: 0;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .f-grid-two-column-section-header {
    grid-template-columns: 1fr;
  }

  .f-h1-heading-blue {
    padding-right: 0;
  }

  .f-h2-heading-blue {
    line-height: 32px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-icon {
    color: #003459;
  }

  .f-navigation-link-hl {
    width: 100%;
    margin-top: 8px;
  }

  .f-menu-button {
    color: #003459;
    background-color: #fff;
    padding: 8px;
  }

  .f-menu-button:hover, .f-menu-button:active, .f-menu-button:focus {
    background-color: #fff;
  }

  .f-menu-button:focus-visible {
    background-color: #fff;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .f-menu-button[data-wf-focus-visible] {
    background-color: #fff;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .f-container-section-2-col-text {
    margin-bottom: 0;
  }

  .f-paragraph-large-blue {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .f-h2-heading-white {
    line-height: 32px;
  }

  .f-site-logo {
    height: 48px;
    max-height: none;
  }

  .f-paragraph-medium-white-left {
    padding-left: 0;
  }

  .f-testimonial-card {
    min-height: 246px;
  }

  .f-testimonial-slide {
    position: static;
  }

  .f-carousel-mask {
    max-width: 592px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .f-slider {
    width: 100%;
  }

  .f-carousel-bg {
    width: 100%;
    position: static;
  }

  .f-grid-six-column {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .f-paragraph-contant-medium-left, .f-paragraph-large-white-title-left {
    padding-left: 0;
  }

  .f-contact-text-left {
    margin-bottom: 0;
  }

  .f-paragraph-small-footer-right {
    text-align: right;
  }

  .f-container-section-2-col-text-2, .f-container-section-2-col-text-cc {
    margin-bottom: 0;
  }

  .f-grid-one-column {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    padding-bottom: 48px;
  }

  .f-paragraph-medium-right {
    padding-right: 0;
  }

  .f-feature-icon-wrapper-white-contact {
    margin-bottom: 16px;
    position: static;
  }

  .link {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .f-navigation-link {
    margin-top: 8px;
  }

  .f-navigation-link.w--current {
    color: #003459;
  }

  .f-paragraph-large-white {
    font-size: 24px;
    line-height: 32px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
    line-height: 54px;
  }

  .f-container-section-title {
    margin-bottom: 48px;
  }

  .f-section-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-paragraph-medium-left {
    padding-left: 0;
  }

  .f-grid-two-column {
    grid-template-areas: ".";
  }

  .f-section-about {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-h1-heading-blue {
    margin-top: 0;
    padding-right: 0;
    font-size: 48px;
    line-height: 54px;
  }

  .f-section-service {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr;
  }

  .f-container-text-and-illustration {
    margin-bottom: 64px;
  }

  .f-icon {
    color: #003459;
  }

  .f-navigation-link-hl {
    margin-top: 8px;
  }

  .f-margin-bottom-48 {
    margin-bottom: 32px;
  }

  .f-illustration {
    width: 70%;
  }

  .f-title-margin-bottom-48 {
    margin-bottom: 32px;
  }

  .f-menu-button, .f-menu-button:hover, .f-menu-button:active, .f-menu-button:focus {
    background-color: #fff;
  }

  .f-menu-button:focus-visible {
    background-color: #fff;
  }

  .f-menu-button[data-wf-focus-visible] {
    background-color: #fff;
  }

  .f-container-section-2-col-text {
    margin-bottom: 0;
  }

  .f-hero-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .f-section-why-flexoon {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-paragraph-large-blue {
    font-size: 24px;
    line-height: 32px;
  }

  .f-section-references {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-paragraph-medium-white-left {
    padding-left: 0;
  }

  .f-carousel-mask {
    margin-left: 0%;
    margin-right: 0%;
  }

  .f-slider {
    height: 447px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .f-carousel-bg {
    height: 440px;
  }

  .f-container-carousel {
    margin-bottom: 0;
  }

  .f-section-technologies {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-grid-six-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-section-small, .f-margin-top-64 {
    margin-top: 48px;
  }

  .f-container-logos {
    margin-bottom: 0;
  }

  .f-section-contact {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-paragraph-contant-medium-left {
    padding-left: 0;
  }

  .f-paragraph-large-white-title-left {
    padding-left: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .f-section-copyright {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .f-container-section-2-col-text-2, .f-container-section-2-col-text-cc {
    margin-bottom: 0;
  }

  .f-grid-one-column {
    grid-template-areas: ".";
  }

  .f-paragraph-medium-right {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .f-navigation-link {
    margin-top: 8px;
  }

  .f-navigation-link.w--current {
    color: #003459;
  }

  .f-navigation-menu {
    color: #fff;
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .f-navigation {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .f-paragraph-large-white {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .f-h1-heading {
    width: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 48px;
    line-height: 54px;
  }

  .f-container-section-title {
    margin-bottom: 48px;
  }

  .f-section-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-paragraph-medium-left {
    padding-left: 0;
  }

  .f-grid-two-column {
    grid-template-areas: ".";
    grid-auto-flow: row;
  }

  .f-section-about {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-h1-heading-blue {
    padding-right: 0;
    line-height: 54px;
  }

  .f-section-service {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-container-text-and-illustration {
    max-width: none;
    margin-bottom: 64px;
  }

  .f-icon {
    color: #003459;
  }

  .f-navigation-link-hl {
    margin-top: 8px;
  }

  .f-margin-bottom-48 {
    margin-bottom: 32px;
  }

  .f-illustration {
    width: 100%;
  }

  .f-title-margin-bottom-48 {
    margin-bottom: 32px;
  }

  .f-menu-button {
    background-color: #fff;
    padding: 8px;
  }

  .f-menu-button:hover, .f-menu-button:active, .f-menu-button:focus {
    background-color: #fff;
  }

  .f-menu-button:focus-visible {
    background-color: #fff;
  }

  .f-menu-button[data-wf-focus-visible] {
    background-color: #fff;
  }

  .f-hero-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .f-section-why-flexoon {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-paragraph-large-blue {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .f-site-logo {
    height: 48px;
  }

  .f-section-references {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-paragraph-medium-white-left {
    padding-left: 0;
  }

  .f-testimonial-card {
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: 346px;
  }

  .f-testimonial-slide {
    width: auto;
    height: auto;
    max-width: none;
    right: 0;
  }

  .f-carousel-mask {
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .f-slider {
    height: 447px;
    flex-wrap: nowrap;
    padding-left: 0%;
    padding-right: 0%;
  }

  .f-carousel-bg {
    height: 447px;
  }

  .f-container-carousel {
    max-width: none;
    margin-bottom: 0;
  }

  .f-section-technologies {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-grid-six-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .f-container-logos {
    max-width: none;
    margin-bottom: 0;
  }

  .f-section-contact {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-paragraph-contant-medium-left, .f-paragraph-large-white-title-left {
    padding-left: 0;
  }

  .f-section-copyright {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .f-paragraph-small-footer-right {
    text-align: left;
  }

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

  .f-grid-one-column {
    grid-template-areas: ".";
    grid-auto-flow: row;
  }

  .f-paragraph-copyright-left {
    margin-top: 16px;
  }

  .f-paragraph-copyright-right {
    margin-bottom: 16px;
  }

  .f-paragraph-medium-right {
    padding-left: 0;
  }
}

#w-node-d9fdac18-3604-162b-a9be-1b21db7c10c8-d64bcad7 {
  grid-area: Area;
  align-self: baseline;
  justify-self: end;
}

#w-node-adb3bddf-bd77-70a6-66e6-90a2eb5bb638-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1533a700-ea68-a9bd-8327-6fc43ac55dc5-d64bcad7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_28d51ff6-da9c-166f-ef92-63f1107760e5-d64bcad7, #w-node-e4f6ef74-34be-bb9f-0ba9-75af084dddd0-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_06617144-9ee4-e16b-c08d-44ba8f3f1b62-d64bcad7 {
  grid-area: Area;
  align-self: baseline;
  justify-self: end;
}

#w-node-a7978749-e90a-f816-1468-db52f423fd7f-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06617144-9ee4-e16b-c08d-44ba8f3f1b65-d64bcad7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_06617144-9ee4-e16b-c08d-44ba8f3f1b7a-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7bf81c4-c451-e13b-5e2e-40b252f04424-d64bcad7 {
  grid-area: Area;
  align-self: baseline;
  justify-self: end;
}

#w-node-b140e2b0-2fdf-6825-0e6e-a03724c47ab1-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7bf81c4-c451-e13b-5e2e-40b252f04427-d64bcad7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_4a2c7b89-ad4d-c45b-c1cc-db356f99a54e-d64bcad7 {
  grid-area: Area;
  align-self: baseline;
  justify-self: end;
}

#w-node-f59a5b4d-ea99-1095-9158-00d731e6038d-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a2c7b89-ad4d-c45b-c1cc-db356f99a551-d64bcad7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_4a2c7b89-ad4d-c45b-c1cc-db356f99a55b-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4a2c7b89-ad4d-c45b-c1cc-db356f99a561-d64bcad7, #w-node-_4a2c7b89-ad4d-c45b-c1cc-db356f99a56c-d64bcad7, #w-node-_4a2c7b89-ad4d-c45b-c1cc-db356f99a577-d64bcad7, #w-node-_86359973-5402-216c-ae20-b78bb8b29936-d64bcad7, #w-node-d31ebcd7-c994-d685-fe75-908083964620-d64bcad7, #w-node-a2c2885e-069d-5b0f-aae7-5936db0617d7-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff099134-2fda-2084-1f2a-2386792e9f48-d64bcad7 {
  grid-area: Area;
  align-self: baseline;
  justify-self: end;
}

#w-node-_0d850a28-933a-a8b8-b78b-5ee76dcc198a-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff099134-2fda-2084-1f2a-2386792e9f4b-d64bcad7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-e9bd2b9e-a827-4036-9062-e2f984167f57-d64bcad7, #w-node-d2a92730-c152-1a6b-596d-e5f4058ace05-d64bcad7, #w-node-_3bcbdedf-360e-d875-2766-10355889c635-d64bcad7, #w-node-_137b125f-13bd-a0be-cd81-9fa40f0d3f0a-d64bcad7, #w-node-b77d4c93-9996-402a-909b-fbe35f0de390-d64bcad7, #w-node-_64f89530-8d5f-fea0-2148-a97a4a94bcc9-d64bcad7, #w-node-_6722899d-6976-0315-7db1-b350cde23e34-d64bcad7, #w-node-b0bf8440-0671-562d-9510-6266e432cd13-d64bcad7, #w-node-_1ecc29cf-b9b0-de2a-e2b9-e762f1a39af2-d64bcad7, #w-node-e4d2317c-51ff-21f5-c928-ad59fb213b79-d64bcad7, #w-node-_7b091525-573f-df77-322e-4f0900f39973-d64bcad7, #w-node-_3d0b4ab2-5b33-71f6-2fe4-fa2df074e39b-d64bcad7, #w-node-_59eabd4d-4abc-ec38-902e-731a842e8f03-d64bcad7, #w-node-baf0c51e-bbe2-c701-c017-b9bc0f7d514e-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4af1802-7666-cbd2-a515-4b9f6ca8f40c-d64bcad7 {
  grid-area: Area;
  align-self: baseline;
  justify-self: end;
}

#w-node-dc4015e9-eba4-1a40-5082-2e4afd5edaab-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4af1802-7666-cbd2-a515-4b9f6ca8f40f-d64bcad7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_3aa5024f-c1bd-61ae-8ccd-ccaf9bf88865-d64bcad7, #w-node-dcb66d49-93d8-91f4-6197-fa34578c7101-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9ae2803a-b978-81de-8b22-69d834745439-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3ed9e15-88b9-4b70-3ef6-b3d3338a687d-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c3ed9e15-88b9-4b70-3ef6-b3d3338a688a-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3ed9e15-88b9-4b70-3ef6-b3d3338a688d-d64bcad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d9fdac18-3604-162b-a9be-1b21db7c10c8-3fa95570 {
  grid-area: Area;
  align-self: baseline;
  justify-self: end;
}

#w-node-adb3bddf-bd77-70a6-66e6-90a2eb5bb638-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1533a700-ea68-a9bd-8327-6fc43ac55dc5-3fa95570 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_28d51ff6-da9c-166f-ef92-63f1107760e5-3fa95570, #w-node-e4f6ef74-34be-bb9f-0ba9-75af084dddd0-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_06617144-9ee4-e16b-c08d-44ba8f3f1b62-3fa95570 {
  grid-area: Area;
  align-self: baseline;
  justify-self: end;
}

#w-node-a7978749-e90a-f816-1468-db52f423fd7f-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06617144-9ee4-e16b-c08d-44ba8f3f1b65-3fa95570 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-f7bf81c4-c451-e13b-5e2e-40b252f04424-3fa95570 {
  grid-area: Area;
  align-self: baseline;
  justify-self: end;
}

#w-node-b140e2b0-2fdf-6825-0e6e-a03724c47ab1-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7bf81c4-c451-e13b-5e2e-40b252f04427-3fa95570 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_4a2c7b89-ad4d-c45b-c1cc-db356f99a54e-3fa95570 {
  grid-area: Area;
  align-self: baseline;
  justify-self: end;
}

#w-node-f59a5b4d-ea99-1095-9158-00d731e6038d-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a2c7b89-ad4d-c45b-c1cc-db356f99a551-3fa95570 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_4a2c7b89-ad4d-c45b-c1cc-db356f99a55b-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4a2c7b89-ad4d-c45b-c1cc-db356f99a561-3fa95570, #w-node-_4a2c7b89-ad4d-c45b-c1cc-db356f99a56c-3fa95570, #w-node-_4a2c7b89-ad4d-c45b-c1cc-db356f99a577-3fa95570, #w-node-_86359973-5402-216c-ae20-b78bb8b29936-3fa95570, #w-node-d31ebcd7-c994-d685-fe75-908083964620-3fa95570, #w-node-a2c2885e-069d-5b0f-aae7-5936db0617d7-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff099134-2fda-2084-1f2a-2386792e9f48-3fa95570 {
  grid-area: Area;
  align-self: baseline;
  justify-self: end;
}

#w-node-_0d850a28-933a-a8b8-b78b-5ee76dcc198a-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff099134-2fda-2084-1f2a-2386792e9f4b-3fa95570 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-e9bd2b9e-a827-4036-9062-e2f984167f57-3fa95570, #w-node-d2a92730-c152-1a6b-596d-e5f4058ace05-3fa95570, #w-node-_3bcbdedf-360e-d875-2766-10355889c635-3fa95570, #w-node-_137b125f-13bd-a0be-cd81-9fa40f0d3f0a-3fa95570, #w-node-b77d4c93-9996-402a-909b-fbe35f0de390-3fa95570, #w-node-_64f89530-8d5f-fea0-2148-a97a4a94bcc9-3fa95570, #w-node-_6722899d-6976-0315-7db1-b350cde23e34-3fa95570, #w-node-b0bf8440-0671-562d-9510-6266e432cd13-3fa95570, #w-node-_1ecc29cf-b9b0-de2a-e2b9-e762f1a39af2-3fa95570, #w-node-e4d2317c-51ff-21f5-c928-ad59fb213b79-3fa95570, #w-node-_7b091525-573f-df77-322e-4f0900f39973-3fa95570, #w-node-_3d0b4ab2-5b33-71f6-2fe4-fa2df074e39b-3fa95570, #w-node-_59eabd4d-4abc-ec38-902e-731a842e8f03-3fa95570, #w-node-baf0c51e-bbe2-c701-c017-b9bc0f7d514e-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4af1802-7666-cbd2-a515-4b9f6ca8f40c-3fa95570 {
  grid-area: Area;
  align-self: baseline;
  justify-self: end;
}

#w-node-dc4015e9-eba4-1a40-5082-2e4afd5edaab-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4af1802-7666-cbd2-a515-4b9f6ca8f40f-3fa95570 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_3aa5024f-c1bd-61ae-8ccd-ccaf9bf88865-3fa95570, #w-node-dcb66d49-93d8-91f4-6197-fa34578c7101-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9ae2803a-b978-81de-8b22-69d834745439-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3ed9e15-88b9-4b70-3ef6-b3d3338a687d-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c3ed9e15-88b9-4b70-3ef6-b3d3338a688a-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3ed9e15-88b9-4b70-3ef6-b3d3338a688d-3fa95570 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-dcb66d49-93d8-91f4-6197-fa34578c7101-d64bcad7, #w-node-c3ed9e15-88b9-4b70-3ef6-b3d3338a687d-d64bcad7, #w-node-dcb66d49-93d8-91f4-6197-fa34578c7101-3fa95570, #w-node-c3ed9e15-88b9-4b70-3ef6-b3d3338a687d-3fa95570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}


@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}