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

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

:root {
  --green: #00ca91;
}

body {
  color: #fff;
  background-color: #04444c;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 180%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Clashgrotesk, Arial, sans-serif;
  font-size: 160px;
  font-weight: 400;
  line-height: 160px;
}

h2 {
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Clashgrotesk, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 130%;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

a {
  color: var(--green);
  cursor: pointer;
  text-decoration: underline;
}

.header {
  background-image: url('../images/bg-web-ve.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 480px;
  display: flex;
}

.lines {
  z-index: 1;
  width: 100%;
  max-height: 120vh;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.header-inner {
  z-index: 100;
  text-align: center;
  position: relative;
}

.heading {
  justify-content: space-between;
  align-items: center;
  line-height: 125%;
}

.header-claim {
  color: var(--green);
  text-align: right;
  max-width: 330px;
  font-family: Clashgrotesk, Arial, sans-serif;
  font-size: 20px;
  line-height: 150%;
  position: absolute;
  inset: 45% auto auto 0%;
}

.h1-center-line {
  margin-left: 330px;
}

.ve-logo {
  position: absolute;
  top: 60px;
  left: 60px;
}

.content {
  padding-top: 240px;
  padding-bottom: 240px;
}

.content.who-we-are {
  background-image: url('../images/bg-content-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.content.what-we-do {
  background-image: url('../images/bg-content-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.content.numbers {
  text-align: center;
  background-image: url('../images/triangle-blur.png');
  background-position: 40% 120%;
  background-size: auto;
  position: relative;
}

.content-inner {
  z-index: 10;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-inner.partners {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 200px;
  display: flex;
  overflow: hidden;
}

.content-inner.center-align {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-inner.numbers {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 200px;
  display: flex;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.main-claim-text {
  color: var(--green);
  font-weight: 300;
}

.about-text {
  text-align: right;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.txt-wrapper {
  color: #ffffff4d;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  font-family: Clashgrotesk, Arial, sans-serif;
  font-size: 120px;
  line-height: 100%;
}

.claim-margin-left {
  margin-left: 260px;
}

.section-text {
  max-width: 820px;
}

.section-text-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 140px;
  display: flex;
}

.green-text {
  color: var(--green);
}

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

.service-item {
  color: #9cccd2;
  background-color: #03272b;
  border-radius: 20px;
  padding: 60px;
  font-size: 18px;
  font-weight: 200;
  line-height: 180%;
}

.service-item.print {
  background-image: url('../images/triangle-blur.png');
  background-position: 50px -400px;
  background-repeat: no-repeat;
  background-size: auto;
}

.service-item.it {
  background-image: url('../images/triangle-blur.png');
  background-position: 80% -20%;
  background-repeat: no-repeat;
  background-size: auto;
}

.service-item.cons {
  background-image: url('../images/triangle-blur.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.service-icon {
  margin-bottom: 60px;
}

.numbers-grid {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.numbers-item {
  text-align: left;
}

.numbers-item.number-2 {
  margin-top: 100px;
}

.numbers-item.numbers-3 {
  margin-top: 200px;
}

.number-big {
  font-size: 140px;
  font-weight: 300;
  line-height: 130%;
}

.number-unit {
  color: var(--green);
  font-size: 40px;
  font-weight: 200;
  line-height: 130%;
}

.marquee {
  grid-column-gap: 1rem;
  color: var(--green);
  width: 100%;
  margin-top: -100px;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 20px;
  justify-content: flex-start;
  font-family: Clashgrotesk, Arial, sans-serif;
  font-size: 360px;
  line-height: 100%;
}

.footer {
  text-align: center;
  background-color: #043137;
  background-image: url('../images/triangle-blur.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 240px;
  padding-bottom: 0;
}

.contact-link {
  text-underline-offset: 20px;
  font-family: Clashgrotesk, Arial, sans-serif;
  font-size: 120px;
  font-weight: 200;
  line-height: 120%;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  transition: all .2s;
}

.contact-link:hover {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  color: #659693;
  text-transform: uppercase;
  border-top: 1px solid #ffffff1a;
  margin-top: 240px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
}

.footer-bottom-inner {
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  position: relative;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.client-logo {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  min-height: 7rem;
  max-height: 7rem;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
}

.home-logo-left-gradient {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}

.logo-tile {
  background-color: #073e46;
  width: 300px;
  height: 160px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img._50-r-m {
  margin-right: 200px;
}

.marquee-2 {
  grid-column-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.slider-logo {
  background-color: #073e46;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 160px;
  display: flex;
}

.marquee-3.is-marquee-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: clip;
}

.marquee-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  width: 100%;
  height: 100%;
  display: flex;
}

.marquee-wrapper.left-to-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.marquee-slide {
  flex: none;
  height: 160px;
}

.logo-wrapper {
  background-color: #073e46;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 160px;
  display: flex;
}

.logo-image {
  filter: grayscale();
  display: block;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 120px;
    line-height: 120px;
  }

  .header {
    padding: 20px;
    position: relative;
  }

  .lines {
    flex: 0 auto;
    align-self: center;
    position: absolute;
    top: auto;
    bottom: auto;
  }

  .header-claim {
    text-align: center;
    max-width: 600px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .h1-center-line {
    margin-left: 0;
  }

  .content {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-claim-text {
    max-width: 100%;
    margin-top: 40px;
  }

  .txt-wrapper {
    font-size: 60px;
    line-height: 130%;
  }

  .services-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .footer-bottom-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .marquee-3.is-marquee-2 {
    overflow: clip;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 80px;
    font-size: 80px;
    line-height: 80px;
  }

  h2 {
    font-size: 60px;
  }

  .header {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-bottom: 120px;
  }

  .lines {
    display: none;
  }

  .header-claim {
    margin-top: 40px;
  }

  .ve-logo {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    left: auto;
  }

  .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-inner.partners {
    margin-top: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-inner.numbers {
    margin-top: 120px;
  }

  .about-text {
    text-align: left;
    max-width: 100%;
  }

  .claim-margin-left {
    margin-left: 80px;
  }

  .section-text-wrapper {
    margin-bottom: 80px;
  }

  .numbers-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    display: flex;
  }

  .numbers-item {
    text-align: center;
  }

  .numbers-item.number-2, .numbers-item.numbers-3 {
    margin-top: 0;
  }

  .number-big {
    font-size: 80px;
  }

  .marquee {
    margin-top: 0;
  }

  .marquee-content.scroll {
    font-size: 120px;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .contact-link {
    font-size: 80px;
  }

  .footer-bottom {
    margin-top: 120px;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .logo-wrapper {
    width: 150px;
    height: 80px;
  }

  .logo-image {
    flex: none;
    max-width: 50%;
    max-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 80px;
  }

  h2 {
    font-size: 40px;
  }

  .header {
    justify-content: space-between;
  }

  .lines {
    flex: 0 auto;
    position: absolute;
    top: 35%;
    bottom: auto;
  }

  .content-inner.partners {
    margin-top: 120px;
  }

  .txt-wrapper {
    font-size: 48px;
  }

  .service-item {
    padding: 40px;
  }

  .numbers-grid {
    margin-top: 20px;
  }

  .contact-link {
    font-size: 60px;
  }

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

  .footer-bottom-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 26px;
  }

  .client-logo {
    object-position: 0% 50%;
  }

  .body {
    font-size: 20px;
  }
}

#w-node-_6f3220fd-a88a-2e80-0380-4dc98d9c9667-48cd8931 {
  grid-area: 2 / 3 / 3 / 12;
}

@media screen and (max-width: 991px) {
  #w-node-_6f3220fd-a88a-2e80-0380-4dc98d9c9667-48cd8931 {
    grid-column: 2 / 7;
  }
}


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