.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Kufam, sans-serif;
  font-size: 2.2vw;
  line-height: 3vw;
  font-weight: 500;
  letter-spacing: -3.8px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kufam, sans-serif;
  color: #192b3a;
  font-size: 67px;
  line-height: 2.7vw;
  font-weight: 500;
  letter-spacing: -2px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  color: #192b3a;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.section {
  position: relative;
  width: 100%;
}

.section.hero {
  position: relative;
  margin-top: -100px;
  margin-left: 0px;
}

.section.full {
  overflow: hidden;
  margin-left: 0px;
}

.section.page {
  overflow: hidden;
  height: 500px;
  margin-top: -100px;
  margin-right: -50px;
  margin-left: -50px;
}

.section.page.second {
  margin-top: 0px;
}

.section.page.case {
  margin-bottom: 60px;
}

.section.contact {
  height: 100%;
  margin-top: -100px;
}

.section._2 {
  z-index: 100;
}

.column-2 {
  position: relative;
  width: 50%;
  height: 100%;
  padding-left: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-2.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-2.motto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2.middle {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-right: 50px;
  -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;
}

.content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content.full-height {
  position: relative;
  z-index: 1;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.color-bg {
  background-image: url('../images/Camera-Lens-2---BG.jpg');
  background-position: 160% 50%;
  background-size: 120% 120%;
}

.column-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer {
  width: 100%;
}

.slider {
  width: 100%;
  height: 100vh;
}

.slider.second {
  height: 100vh;
}

.background-video-1 {
  position: absolute;
  z-index: 0;
  width: 101%;
  height: 100%;
}

.background-video-1._2 {
  bottom: 0px;
  height: 1080px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.image {
  width: 120px;
  -webkit-filter: invert(100%) brightness(300%);
  filter: invert(100%) brightness(300%);
}

.image.dark {
  width: 136px;
  -webkit-filter: none;
  filter: none;
}

.navbar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  width: 100%;
  height: 100px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0);
  mix-blend-mode: hard-light;
}

.body {
  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;
  font-family: Prompt, sans-serif;
  color: #192b3a;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.nav-link {
  padding: 10px 16px;
  color: #a6bcbe;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  mix-blend-mode: difference;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: #ebebeb;
  text-decoration: none;
}

.nav-link.dark {
  color: #145055;
}

.nav-link.hide {
  display: none;
}

.padding {
  width: 0px;
  height: 0px;
}

.padding._150px {
  height: 150px;
}

.padding._50px {
  display: inline-block;
  width: 50px;
  padding-top: 50px;
}

.padding._250px {
  padding-top: 250px;
}

.padding._30px {
  height: 30px;
}

.padding._45px {
  width: 40px;
}

.heading-2 {
  font-size: 50px;
}

.heading-2.white {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 56px;
  font-weight: 400;
  letter-spacing: -2.5px;
}

.heading-2.light-gray {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #cad8dd;
  font-size: 50px;
  line-height: 57px;
}

.heading-2.dark {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #145055;
  line-height: 57px;
  font-weight: 500;
}

.heading-2.dark.green {
  margin-left: -120px;
  color: #145055;
}

.heading-2.services {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #145055;
  font-size: 2.2vw;
  line-height: 1.5vw;
  font-weight: 500;
}

.heading-2.padding-30 {
  width: auto;
  margin-bottom: 30px;
  font-size: 2.4vw;
  line-height: 2.4vw;
}

.heading-3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.heading-3.light-gray {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #cad8dd;
}

.heading-3.dark {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #192b3a;
  font-size: 18px;
  line-height: 20px;
}

.heading-3.dark.blue {
  color: #192b3a;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  white-space: nowrap;
}

.heading-3.dark.framework {
  margin-bottom: 5px;
}

.load-bar {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 300px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
}

.content-middle {
  max-width: 41vw;
}

.content-bottom {
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
}

.column-1a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-right: 0px;
  -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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-1a.page {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide-number {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  opacity: 0.5;
}

.slide-number._1 {
  margin-right: 0px;
  opacity: 1;
  cursor: pointer;
}

.slide-number._2 {
  padding-left: 10px;
  cursor: pointer;
}

.slide-number._2:hover {
  opacity: 1;
}

.background-video-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.row:hover {
  color: #167a83;
}

.text-block-small {
  position: relative;
  left: -50px;
  display: inline-block;
  opacity: 0.62;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.row-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.row-text {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-regular.comp {
  display: none;
  margin-left: 2px;
  color: #192b3a;
  font-size: 20px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: -1.5px;
}

.text-block-regular.comp.hide {
  display: none;
}

.icon-comp-json {
  width: 80px;
  height: 80px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.column-2b {
  position: relative;
  width: 50%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  mix-blend-mode: normal;
}

.column-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 50%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: rgba(202, 216, 221, 0.47);
  opacity: 1;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
}

.column-under-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
  margin-right: -60px;
}

.column-over-bg {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
}

.row-under-blur {
  height: 170px;
  margin-left: -10px;
  background-color: #fff;
  opacity: 0;
}

.row-under-blur._1 {
  position: absolute;
  width: 100%;
  opacity: 0.34;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.column-1-align-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2-align-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.client-logo-color {
  max-width: 50%;
  opacity: 0;
}

.client-logo-gray {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 50%;
}

.client-active.u {
  position: relative;
  left: -2px;
}

.background-video-50 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: visible;
  width: 50%;
  height: 100%;
  margin-left: 0px;
}

.background-video-50.right {
  right: 0px;
  margin-left: 0px;
}

.background-video-50.left {
  left: 0px;
  width: 50%;
  margin-left: 0px;
}

.slide {
  background-color: #145055;
}

.field-label {
  width: 130px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #a6bcbe;
  font-weight: 400;
}

.field-label.message {
  display: block;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.field-input {
  min-height: 50px;
  margin-bottom: 0px;
  border: 0px solid #000;
  background-color: transparent;
  font-weight: 400;
}

.field-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 2px solid #cad8dd;
}

.field-row.input-text {
  height: 100%;
  min-height: 60px;
}

.submit-button {
  display: block;
  border-bottom: 0px none #fff;
  border-radius: 8px;
  background-color: transparent;
  box-shadow: none;
  color: #145055;
}

.submit-button:hover {
  border-bottom: 2px none #145055;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.08);
}

.field-input-text {
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: 50px;
  min-width: 430px;
  margin-bottom: 0px;
  border: 0px solid #000;
  background-color: transparent;
  font-weight: 400;
}

.form {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.color-bg-dark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #192b3a;
}

.content-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  margin-right: 0px;
  margin-left: 0px;
}

.column-bg-light {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #a6bcbe;
}

.column-footer-right {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 40px 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #192b3a;
}

.brand {
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-4._1 {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-4._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
}

.column-4._3 {
  width: auto;
}

.column-4._4 {
  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;
}

.text-footer {
  margin-top: 10px;
  color: #192b3a;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.text-footer.padding {
  width: 100%;
  max-width: 35px;
  min-width: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #192b3a;
  text-decoration: none;
}

.text-footer.menu {
  margin-top: 0px;
  padding-left: 10px;
  color: rgba(166, 188, 190, 0.34);
  font-size: 16px;
  font-weight: 500;
}

.text-footer.privacy-policy {
  display: none;
}

.column-footer-left {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 35px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d3d9db;
}

.footer-links {
  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;
}

.footer-menu-link {
  padding: 4px 12px;
  color: #cad8dd;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.footer-menu-link:hover {
  opacity: 0.73;
}

.footer-menu-link.hide {
  display: block;
}

.footer-menu-link.hide.desktop {
  display: none;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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;
}

.social_link:hover {
  opacity: 0.57;
}

.social_link.hide {
  display: none;
}

.about-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1080px;
}

.about-video._2 {
  top: auto;
  bottom: 0px;
  z-index: 0;
}

.text-block {
  color: #192b3a;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.text-block.padding-60 {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 24px;
}

.text-block.r {
  position: relative;
  top: -2px;
}

.small-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-icon {
  width: 22px;
  height: 22px;
}

.social-icon-small {
  position: relative;
  left: 33px;
  top: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
}

.social-icon-small:hover {
  opacity: 0.8;
}

.contact-data {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-2 {
  width: 200px;
  height: 200px;
  border-radius: 5px;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.column-video {
  width: 50%;
  height: 100%;
}

.contact-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.row-contact {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-send-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.success-message {
  background-color: transparent;
  color: #145055;
}

.error-message {
  background-color: transparent;
  color: #145055;
  text-align: center;
}

.middle-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  width: 2px;
  height: 100%;
  padding-bottom: 0px;
  background-color: #ebebeb;
}

.middle-line.comp-page {
  height: 100%;
  min-height: auto;
  margin-top: auto;
  background-color: #ebebeb;
}

.middle-line.homepage {
  top: auto;
  bottom: 0px;
  height: 90%;
  margin-top: 0px;
}

.middle-line.horizontal {
  position: static;
  width: 95%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.nav-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-padding {
  width: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-1 {
  font-size: 2.2vw;
}

.icon-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
}

.icon-content.comp {
  padding-right: 0px;
  -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;
}

.text-block-2 {
  font-size: 20px;
  line-height: 32px;
}

.heading-4 {
  font-size: 1.5vw;
  line-height: 1.4vw;
  letter-spacing: -2px;
}

.image-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-5 {
  letter-spacing: -3.5px;
}

.arrow {
  position: absolute;
  top: 10%;
  bottom: auto;
  z-index: 2;
  width: 17px;
  height: 20px;
  margin-top: -6px;
}

.arrow.competences {
  top: auto;
  z-index: 6;
  width: 17px;
  margin-top: -7px;
}

.column-framework {
  width: 50%;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 50px;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #145055;
}

.dropdown:hover {
  color: rgba(20, 80, 85, 0.72);
}

.dropdown-toggle {
  width: 100%;
  height: 100%;
  padding: 0px;
  -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;
}

.dropdown-toggle.w--open {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.framework-image {
  width: 100%;
  height: 100%;
}

.framework-image._w-sml {
  width: 75%;
}

.framework-image.m {
  position: relative;
  top: -6px;
}

.framework-image.r {
  position: relative;
  left: 6px;
}

.icon-framework {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 40px;
  -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;
}

.icon-json-comp-page {
  width: 90px;
  height: 90px;
}

.drp-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.underline {
  width: 100%;
  height: 2px;
  margin-top: -2px;
  background-color: #cad8dd;
}

.underline.main {
  margin-top: 0px;
  background-color: #cad8dd;
}

.tab-link-tab-1 {
  background-color: transparent;
}

.tab-link-tab-1.w--current {
  background-color: transparent;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-link-tab-2 {
  background-color: transparent;
}

.tab-link-tab-3 {
  background-color: transparent;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tabs-content {
  width: 50%;
  padding-right: 50px;
}

.service {
  height: 100%;
  padding: 0px 0px 0px 50px;
  background-color: transparent;
}

.service.w--current {
  padding-right: 0px;
  padding-left: 50px;
  background-color: transparent;
}

.service-heading {
  margin-left: -2px;
  line-height: 2.2vw;
}

.service-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.service-logo.small {
  width: 100%;
  max-width: 200px;
}

.service-logo-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-service-clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.underline-2 {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 80%;
  height: 2px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 10px;
  background-color: #192b3a;
}

.underline-1 {
  position: relative;
  display: none;
  width: 100%;
  height: 2px;
  background-color: #cad8dd;
  opacity: 0;
}

.service-nr {
  position: relative;
  left: -100px;
  width: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: -1px;
}

.service-nr.sub {
  position: absolute;
  left: -120px;
  width: auto;
  color: #192b3a;
  font-weight: 500;
}

.service-nr.sub:hover {
  color: #192b3a;
}

.service-name {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-pane-tab-1 {
  height: 100%;
}

.heading-6 {
  color: #192b3a;
}

.div-read-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.div-read-button.dark {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-read-button.dark.link {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.read-button-text {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.read-button-text.dark {
  color: #192b3a;
  font-size: 18px;
}

.line {
  overflow: hidden;
  width: 50px;
  height: 2px;
  border-radius: 18px;
  background-color: #fff;
}

.line._1px {
  width: 4px;
}

.line._1px.dark {
  background-color: #192b3a;
}

.line._77px {
  width: 77px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.line._77px.hide.dark {
  background-color: #192b3a;
}

.line._6px {
  width: 10px;
  margin-right: 5px;
  margin-left: 5px;
}

.line._6px.hide.dark {
  background-color: #192b3a;
}

.padding-left {
  width: 35px;
}

.padding-right {
  width: 35px;
}

.line-last {
  width: 4px;
  height: 2px;
  background-color: #fff;
}

.line-last.hide.dark {
  background-color: #192b3a;
}

.heading-8 {
  font-size: 58px;
  line-height: 51px;
}

.background-video-mobile {
  display: none;
}

.heading-11 {
  font-size: 2.4vw;
  line-height: 2.4vw;
  letter-spacing: -2px;
}

.midle {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 86%;
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.intro-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bg-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #192b3a;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.bg-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #192b3a;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.cs-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-row-h {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cs-row-h.limit {
  width: 54%;
  -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;
}

.cs-row-h.link {
  width: 100%;
  max-width: 181px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.cs-row-h.icon {
  width: 120px;
}

.cs-row-h.ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 60px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cs-row-h.logo.d-hide {
  display: none;
}

.cs-icon {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cs-icon.uniq {
  position: relative;
  top: 34px;
}

.cs-icon.uq {
  position: relative;
  top: 31px;
}

.cs-row-v {
  width: auto;
}

.cs-content {
  width: 100%;
  height: auto;
  padding-right: 60px;
}

.cs-video {
  overflow: hidden;
  margin-bottom: 60px;
  border-radius: 12px;
}

.cs-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cs-article.padding-60 {
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.cs-a-thumb {
  overflow: hidden;
  width: 40%;
  border-radius: 12px;
}

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

.p-20 {
  width: 60px;
}

.text-block-3 {
  font-size: 18px;
  line-height: 24px;
}

.line-order {
  position: absolute;
  left: -51.5px;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3px;
  height: 244px;
  -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;
  background-color: #192b3a;
}

.line-order.pd-design {
  height: 483px;
}

.line-order.go-to-mk {
  height: 364px;
}

.line-order.b-strg {
  left: -51px;
  top: 0px;
  width: 2px;
  height: 100%;
  margin-top: 0px;
  background-color: transparent;
}

.line-order.com-mgm {
  top: 47px;
  height: 426px;
}

.round {
  position: relative;
  left: -2px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #192b3a;
}

.text-block-4 {
  font-size: 18px;
  line-height: 24px;
}

.text-block-5 {
  font-size: 18px;
  line-height: 24px;
}

.text-block-6 {
  font-size: 18px;
  line-height: 24px;
}

.heading-13 {
  font-size: 50px;
}

.padding-30 {
  width: 0px;
  height: 30px;
}

.padding-x {
  height: 60px;
}

.line-frameworks {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  background-color: transparent;
}

.line-anim {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  height: 100%;
  border-radius: 10px;
  background-color: #192b3a;
}

.success {
  border-radius: 12px;
  background-color: #d3d9db;
}

.heading-2.dark.small {
  font-size: 33px;
}

.heading-3.dark._2 {
  text-align: center;
}

.fail {
  border-radius: 10px;
  background-color: #d3d9db;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: -1.5px;
  }

  h4 {
    font-size: 18px;
  }

  .section._2 {
    z-index: 100;
  }

  .column-2 {
    padding-left: 30px;
  }

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

  .nav-link {
    padding-right: 69px;
    padding-left: 48px;
    opacity: 0.8;
    color: #fff;
    text-align: right;
    mix-blend-mode: normal;
  }

  .nav-link:hover {
    opacity: 1;
  }

  .padding._50px {
    width: 20px;
  }

  .padding._30px {
    display: none;
  }

  .heading-2.white {
    font-size: 40px;
    line-height: 39px;
    letter-spacing: -3px;
  }

  .heading-2.light-gray {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-2.dark {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-2.services {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0px;
  }

  .heading-2.padding-30 {
    width: auto;
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: -1px;
  }

  .heading-3.light-gray {
    font-size: 16px;
  }

  .heading-3.dark {
    font-size: 12px;
    line-height: 12px;
  }

  .heading-3.dark.blue {
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
  }

  .heading-3.dark.framework {
    opacity: 0;
  }

  .text-block-small {
    opacity: 0.87;
    mix-blend-mode: lighten;
  }

  .row-content {
    height: 45px;
    padding-right: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .row-text {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo {
    width: 200px;
  }

  .content-footer {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-footer-right {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .column-footer-left {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block.padding-60 {
    margin-bottom: 30px;
    line-height: 22px;
  }

  .middle-line.homepage {
    bottom: 0px;
  }

  .nav-menu {
    margin: auto;
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .dropdown-list.w--open {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .icon-framework {
    width: 30px;
    height: 30px;
    margin-left: 1px;
  }

  .icon-json-comp-page {
    position: relative;
    top: -9px;
    width: 50px;
    height: 50px;
  }

  .drp-row {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .service {
    padding-left: 25px;
  }

  .service.w--current {
    padding-left: 25px;
  }

  .service-heading {
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: -1px;
  }

  .service-logo {
    width: 180px;
  }

  .service-logo.small {
    max-width: 120px;
  }

  .service-logo-img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .underline-2 {
    top: 0px;
    height: 1px;
    opacity: 0;
  }

  .service-nr {
    left: -50px;
  }

  .service-nr.sub {
    position: absolute;
    left: -70px;
    width: auto;
    margin-top: 3px;
    margin-bottom: 0px;
    font-family: Kufam, sans-serif;
    color: #192b3a;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
  }

  .heading-7 {
    font-size: 4vw;
    letter-spacing: -2px;
  }

  .heading-8 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-9 {
    font-size: 40px;
    line-height: 40px;
  }

  .lottie-animation {
    position: relative;
    top: 0px;
    width: 50px;
    height: 50px;
    padding-top: 2px;
  }

  .lottie-animation.dark {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .heading-11 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -1.5px;
  }

  .midle {
    bottom: 0%;
    height: 88%;
  }

  .midle._2 {
    bottom: 0%;
    height: 40%;
  }

  .cs-row-h.ico {
    max-width: 40px;
  }

  .cs-row-h.logo.d-hide {
    display: none;
  }

  .cs-content {
    padding-right: 30px;
  }

  .framework {
    font-size: 18px;
  }

  .line-order {
    position: absolute;
    left: -26.5px;
    top: 44px;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3px;
    height: 186px;
    padding-right: 0px;
    padding-bottom: 0px;
    -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;
    border-radius: 6px;
    background-color: #192b3a;
  }

  .line-order.b-strg {
    left: -26px;
  }

  .round {
    position: relative;
    left: -3px;
    width: 8px;
    height: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    background-color: #192b3a;
  }

  .heading-12 {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .section.page.case {
    margin-bottom: 0px;
  }

  .column-2 {
    width: 100%;
    padding-left: 0px;
  }

  .column-2.hero {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-2.middle {
    padding-left: 50px;
  }

  .content {
    z-index: 3;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content.full-height {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .column-1 {
    z-index: 3;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-1.competences {
    margin-top: -115px;
  }

  .nav-link.dark {
    color: #fff;
  }

  .padding._150px {
    height: 50px;
  }

  .padding._150px.hide {
    display: none;
  }

  .heading-2.dark.green {
    margin-left: 0px;
    color: #fff;
  }

  .heading-2.padding-30 {
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
    white-space: nowrap;
  }

  .heading-3.dark.blue.link {
    font-weight: 500;
  }

  .content-middle {
    max-width: none;
  }

  .content-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .column-1a {
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .row {
    height: 80px;
  }

  .text-block-small {
    left: -15px;
    opacity: 1;
    color: #145055;
    font-size: 14px;
  }

  .icon-comp-json {
    width: 60px;
    height: 60px;
  }

  .column-2b {
    width: 100%;
    padding-top: 70px;
  }

  .column-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 98%;
  }

  .column-under-bg {
    display: none;
  }

  .column-1-align-middle {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-2-align-middle {
    width: 100%;
    margin-bottom: 50px;
  }

  .background-video-50.right {
    width: 100%;
  }

  .background-video-50.left {
    display: none;
  }

  .background-video-50.left.show {
    display: block;
    width: 100%;
    height: 40%;
  }

  .footer-links {
    margin-top: 16px;
  }

  .footer-menu-link {
    font-size: 12px;
    line-height: 12px;
  }

  .footer-menu-link.hide {
    font-size: 12px;
  }

  .footer-menu-link.hide.c.w--current {
    font-size: 12px;
  }

  .text-block.padding-60 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .middle-line.homepage {
    display: none;
  }

  .middle-line.horizontal {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -1px;
  }

  .image-bg {
    display: none;
  }

  .arrow {
    display: none;
  }

  .service-logo-img {
    position: relative;
    left: 27px;
  }

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

  .lottie-animation.dark {
    -webkit-filter: none;
    filter: none;
  }

  .background-video-mobile {
    z-index: 2;
    display: block;
    width: 100%;
  }

  .heading-11 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -1px;
  }

  .midle {
    display: none;
  }

  .cs-row-h.logo.d-hide {
    display: none;
  }

  .cs-content {
    padding-right: 0px;
  }

  .cs-video {
    margin-bottom: 20px;
  }

  .cs-article.padding-60 {
    margin-bottom: 20px;
  }

  .text-block-3 {
    font-size: 18px;
  }
}

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

  h2 {
    font-size: 32px;
    line-height: 26px;
  }

  h4 {
    font-size: 18px;
    line-height: 18px;
  }

  .column-2.motto {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-2.middle {
    padding-top: 100px;
    padding-left: 50px;
  }

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

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

  .image.dark {
    -webkit-filter: grayscale(100%) brightness(3000%);
    filter: grayscale(100%) brightness(3000%);
  }

  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .body {
    font-size: 16px;
    line-height: 17px;
  }

  .padding._50px {
    width: 12px;
    padding-top: 25px;
  }

  .heading-2.white {
    width: 100%;
    max-width: none;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .heading-2.dark.green {
    margin-right: auto;
    margin-left: auto;
    font-size: 32px;
    text-align: center;
  }

  .heading-2.services {
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 14px;
  }

  .heading-2.padding-30 {
    font-size: 20px;
  }

  .heading-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    line-height: 15px;
    font-weight: 400;
    text-align: center;
  }

  .heading-3.dark {
    margin-top: 3px;
    color: #192b3a;
    text-align: left;
  }

  .heading-3.dark.blue {
    text-align: left;
  }

  .heading-3.dark.blue.link {
    font-weight: 400;
    text-align: left;
  }

  .heading-3.dark.framework {
    margin-top: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 10px;
  }

  .content-middle {
    width: 100%;
  }

  .text-block-small {
    font-size: 12px;
  }

  .row-content {
    height: 38px;
    padding-right: 0px;
  }

  .row-text {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-comp-json {
    width: 50px;
    height: 50px;
  }

  .background-video-50.left.show {
    display: block;
    height: 45%;
  }

  .form-block {
    margin-top: 100px;
  }

  .column-footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #d3d9db;
  }

  .column-4._1 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-4._2 {
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-4._2._3 {
    margin-top: 0px;
  }

  .column-4._4 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .text-footer {
    color: #fff;
  }

  .text-footer.menu {
    margin-bottom: 8px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    opacity: 0.26;
    color: #192b3a;
  }

  .text-footer.menu.m-hide {
    display: none;
  }

  .column-footer-left {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: #192b3a;
  }

  .footer-links {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu-link {
    color: #192b3a;
  }

  .footer-menu-link.hide.c {
    display: none;
  }

  .footer-row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .small-row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .social-icon-small {
    position: relative;
    top: -10px;
    width: 30px;
    height: 30px;
  }

  .contact-details {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-2 {
    width: 100%;
    height: 100%;
  }

  .row-contact {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 0px;
  }

  .middle-line.comp-page {
    display: none;
  }

  .middle-line.horizontal {
    width: 84%;
  }

  .footer-padding {
    display: none;
  }

  .icon-content {
    padding-right: 10px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 15px;
  }

  .heading-4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
  }

  .dropdown-list.w--open {
    left: 35px;
    max-width: 150px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .framework-image.m {
    top: -3px;
  }

  .icon-framework {
    width: 30px;
    height: 22px;
    margin-left: 0px;
  }

  .icon-content-comp {
    width: 50px;
    height: 50px;
  }

  .icon-json-comp-page {
    top: -4px;
    width: 50px;
    height: 50px;
  }

  .tabs-menu {
    width: 100%;
    max-width: 310px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-content {
    width: 100%;
    padding-right: 0px;
  }

  .service {
    width: 100%;
    padding-left: 0px;
  }

  .service.w--current {
    padding-left: 0px;
  }

  .service-heading {
    width: auto;
    max-width: 280px;
    font-size: 20px;
    line-height: 15px;
    letter-spacing: -1px;
    white-space: pre-wrap;
  }

  .service-logo {
    width: 60%;
  }

  .service-logo.small {
    max-width: 100px;
  }

  .service-logo.small.mob-hide {
    display: none;
  }

  .service-logo-img {
    left: auto;
  }

  .column-service-clients {
    position: relative;
    top: 15px;
  }

  .service-nr {
    left: auto;
    top: -1px;
    width: auto;
    margin-right: 15px;
    margin-left: -15px;
    padding-right: 0px;
    font-size: 10px;
  }

  .service-nr.sub {
    position: absolute;
    left: -40px;
    top: auto;
    margin-left: auto;
    font-size: 10px;
    line-height: 12px;
  }

  .service-name {
    width: 100%;
  }

  .div-read-button {
    width: 100%;
  }

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

  .read-button-text.dark {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }

  .line._1px.dark {
    height: 1px;
  }

  .line._77px.hide.dark {
    height: 1px;
  }

  .line._6px.hide {
    display: block;
  }

  .line._6px.hide.dark {
    height: 1px;
  }

  .padding-left {
    width: 15px;
  }

  .padding-right {
    display: block;
    width: 15px;
  }

  .line-last.hide {
    display: block;
  }

  .line-last.hide.dark {
    height: 1px;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 20px;
  }

  .heading-11 {
    font-size: 20px;
    line-height: 22px;
  }

  .cs-header {
    margin-bottom: 20px;
  }

  .cs-row-h {
    width: 100%;
  }

  .cs-row-h.link {
    max-width: 120px;
  }

  .cs-row-h.ico {
    display: inline-block;
  }

  .cs-row-h.m-hide {
    display: none;
  }

  .cs-row-h.logo {
    width: auto;
  }

  .cs-row-h.logo.d-hide {
    display: block;
  }

  .cs-video {
    border-radius: 6px;
  }

  .cs-a-thumb {
    border-radius: 6px;
  }

  .line-order.b-strg {
    left: -11px;
    width: 1px;
  }

  .round {
    left: -1.5px;
    width: 4px;
    height: 4px;
  }

  .cs-row-ico-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-15 {
    position: relative;
  }
}

