@font-face {
  font-family: Faktsoft;
  src: url('../fonts/FaktSoft-Blond.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Faktsoft;
  src: url('../fonts/FaktSoft-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Faktsoft;
  src: url('../fonts/FaktSoft-Normal.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Faktsoft;
  src: url('../fonts/FaktSoft-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Faktsoft;
  src: url('../fonts/FaktSoft-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fontawesome webfont 2";
  src: url('../fonts/fontawesome-webfont_2.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900_0.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --light-slate-grey: #92a0b3;
  --darkblue: #041f29;
  --black: black;
  --remoteapps: #00abec;
}

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

.navbar {
  background-color: #fff;
  margin-top: auto;
  font-family: Baloo Bhaijaan, sans-serif;
  position: sticky;
  top: 0;
}

.requestdemobutton {
  color: var(--white);
  text-transform: none;
  background-color: #3ec0eb;
  border: 2px #25aae1;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 15px;
  font-family: Faktsoft, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.nav-link {
  margin-left: 35px;
}

.nav-link-2 {
  color: #c3cbd6;
  padding-left: 20px;
  font-family: Faktsoft, sans-serif;
  font-weight: 700;
}

.nav-link-3, .nav-link-4 {
  color: #365277;
}

.nav-link-5 {
  color: #365277;
  font-family: Faktsoft, sans-serif;
  font-weight: 700;
}

.nav-link-5.w--current {
  color: #345280;
}

.nav-link-6 {
  color: #365277;
}

.text-block {
  color: var(--light-slate-grey);
  font-family: Faktsoft, sans-serif;
  font-weight: 700;
}

.text-block:hover, .text-block.w--current, .text-block.menu-active {
  color: #3ec0eb;
}

.dropdown-toggle {
  border-bottom: 2px solid #0000;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 35px;
}

.dropdown-toggle:hover {
  color: #3ec0eb;
}

.dropdown-toggle.w--open {
  border-bottom-style: none;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.dropdown-list {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0%;
  overflow: visible;
  box-shadow: 0 990px 0 990px #0000004d;
}

.dropdown-list:hover {
  display: block;
}

.dropdown-list.w--open {
  border-top: 1px solid #f1f1f1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.heading {
  float: left;
  clear: none;
  color: #47525d;
  text-align: left;
  border: 1px #000;
  width: 100%;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: Faktsoft, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.column {
  padding-left: 270px;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 2.5fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.paragraph {
  float: left;
  color: var(--darkblue);
  text-align: justify;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Faktsoft, sans-serif;
  font-size: 17px;
  line-height: 28px;
  display: block;
  position: static;
}

.paragraph.myclass {
  text-align: center;
}

.paragraph.ourstorytitle {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.image {
  float: right;
  object-fit: cover;
  height: 600px;
  padding-left: 0;
  display: block;
  position: static;
}

.container {
  margin-top: 25px;
}

.container.special-container {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  height: 100%;
  margin-top: 22px;
  padding-top: 0;
  display: flex;
}

.products-section {
  background-color: #f5f7fa;
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-2 {
  padding-top: 20px;
}

.brief-section-h1 {
  color: #00abec;
  text-align: left;
  border-bottom: 1px #00abec;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.text-block-2 {
  color: #94a2ac;
  text-align: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Faktsoft, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: minmax(320px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(200px, 1fr);
  place-content: stretch space-around;
  place-items: stretch stretch;
  margin: 20px;
}

.div-block-2 {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  text-align: left;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
  display: flex;
}

.div-block-2:hover {
  transform: scale(1.05)translate(0, -10px);
  box-shadow: 0 5px 20px 1px #0000001a;
}

.image-2 {
  flex: 0 auto;
  order: -1;
  width: 80px;
  min-width: auto;
  max-width: none;
  display: block;
}

.text-block-3 {
  color: #47525d;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-2 {
  color: #94a2ac;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
}

.text-link {
  color: #494e6a;
  font-family: Faktsoft, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-4-copy {
  color: #494e6a;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
  overflow: visible;
}

.div-block-2-copy {
  color: #fff;
  text-align: left;
  background-color: #fff;
  border: 5px solid #00a1ed;
  border-radius: 38px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  transition: box-shadow .175s;
  display: flex;
}

.link {
  text-decoration: underline;
}

.text-link-copy {
  color: #19bbf1;
  text-align: center;
  font-family: Faktsoft, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.text-link-copy.text-block-22 {
  border-radius: 4px;
}

.products-details-section {
  background-color: #17b8ef;
  padding-top: 40px;
  padding-bottom: 100px;
}

.div-block-more {
  color: #fff;
  text-align: left;
  background-color: #fff;
  border-radius: 38px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: box-shadow .175s;
  display: flex;
  box-shadow: 0 5px 10px 1px #00000012;
}

.div-block-more:hover {
  box-shadow: 0 5px 10px 1px #0000002b;
}

.div-block-b {
  opacity: 1;
  color: #fff;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  border-radius: 38px;
  align-items: center;
  width: 83%;
  height: auto;
  margin: 10px;
  padding: 20px;
  transition-property: none;
  display: flex;
}

.div-block-b:hover {
  box-shadow: none;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 22%;
  height: auto;
  padding: 10px;
  display: flex;
}

.heading-4 {
  color: #fff;
  font-family: Faktsoft, sans-serif;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-3 {
  color: #fff;
  font-family: Faktsoft, sans-serif;
  font-size: 18px;
}

.button-2 {
  background-color: var(--white);
  color: #16b8ef;
  border: 1px #000;
  border-radius: 20px;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.industries-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
  display: none;
  position: relative;
}

.button-3 {
  display: inline-block;
  position: relative;
  top: -31px;
  right: -10px;
}

.footer-section {
  background-color: #00a4ec;
  padding-top: 30px;
  padding-bottom: 80px;
}

.copyright-section {
  background-color: #007db4;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-family: Faktsoft, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.grid-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: repeat(auto-fit, 250px);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 250px;
  grid-auto-columns: 1fr;
  place-content: space-around;
  place-items: stretch center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: grid;
  overflow: visible;
}

.div-block-l {
  opacity: 1;
  color: #fff;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  border-radius: 38px;
  width: 450px;
  height: 300px;
  transition: box-shadow .175s;
}

.div-block-l:hover {
  box-shadow: 0 11px 20px 2px #00000012;
}

.div-block-2-copy {
  opacity: 1;
  color: #fff;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  border-radius: 38px;
  width: 300px;
  height: 300px;
  transition: box-shadow .175s;
}

.heading-5 {
  color: #17b8ef;
  margin-top: 40px;
  padding-left: 0;
  font-family: Faktsoft, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-5 {
  color: #bababa;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.columns {
  background-color: #fff;
  border-radius: 25px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  transition: opacity .175s;
  display: flex;
  box-shadow: 0 5px 10px 1px #00000012;
}

.columns:hover {
  box-shadow: 0 5px 10px 1px #0000002b;
}

.column-3 {
  align-self: stretch;
  display: block;
}

.column-4 {
  align-self: auto;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Faktsoft, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
}

.link-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.image-3, .image-4 {
  width: 20px;
  margin-left: 0;
  margin-right: 3px;
}

.image-5 {
  margin-left: 2px;
  margin-right: 2px;
}

.image-6 {
  width: 20px;
  margin-left: 3px;
}

.back-to-top-button {
  float: right;
  color: #00a3ec;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 40px;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 7px #00000073;
}

.menu-col {
  background-color: #f5f7fa;
  border-top: 1px #f1f1f1;
  flex-wrap: nowrap;
  align-content: space-around;
  display: flex;
}

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

.column-5 {
  background-color: #fff;
  border-right: 1px solid #f1f1f1;
  border-radius: 0;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-content: space-around;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
}

.column-6 {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-7 {
  color: #17b8ef;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Faktsoft, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.paragraph-5 {
  color: #b5b5b5;
  align-self: flex-start;
  font-family: Faktsoft, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.heading-8 {
  color: #494e6a;
  margin: 0 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-block {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  width: 100%;
  text-decoration: none;
}

.link-block:hover {
  background-color: #30bdfc1a;
  border: 1px solid #94dbff;
}

.text-block-6 {
  color: #727491;
  margin: -10px 10px 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 135px;
  align-self: flex-start;
  height: 100%;
}

.heading-9 {
  clear: right;
  color: #47525d;
  text-align: left;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Faktsoft, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.column-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-3 {
  background-color: #0000;
  flex-flow: column wrap;
  place-content: space-around flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.link-block-2 {
  opacity: 1;
  background-color: #0000;
  border: 1px solid #f1f1f1;
  border-style: none solid solid none;
  border-radius: 0;
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: background-color 80ms;
  display: flex;
  overflow: visible;
}

.link-block-2:hover {
  filter: none;
  background-color: #30bdfc1a;
  border-style: none;
  border-color: #94dbff;
}

.link-block-2.product-bg {
  opacity: 1;
  background-color: #3ec0eb;
}

.text-block-7 {
  color: #9a9a9a;
  height: auto;
  margin: -10px 10px 5px 5px;
  font-size: 10px;
  line-height: 11px;
}

.column-8 {
  flex: 0 auto;
  align-self: flex-start;
  display: block;
}

.product-icon {
  float: none;
  clear: none;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin: 5px;
  display: block;
}

.navbar-2 {
  z-index: 10;
  padding-bottom: 0;
  display: block;
}

.navbar-2.box-shadow {
  box-shadow: none;
}

.nav-menu {
  float: left;
  width: 80%;
  padding-top: 5px;
  padding-left: 30px;
  position: static;
}

.dropdown {
  position: static;
}

.dropdown:hover {
  color: #3ec0eb;
}

.dropdown.hide-item {
  display: none;
}

.image-8 {
  width: 100%;
  margin-top: 10%;
  margin-bottom: 10%;
}

.button-2-copy {
  background-color: var(--white);
  color: #16b8ef;
  border: 1px #000;
  border-radius: 10px;
  width: 20%;
  height: auto;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  inset: -4% auto auto 2%;
}

.image-9 {
  font-size: 14%;
}

.image-10 {
  width: 100%;
  margin-top: 20%;
  margin-bottom: 20%;
}

.image-11 {
  float: left;
  width: 190px;
  padding-top: 3px;
  font-size: 14px;
}

.header-section {
  color: #0000;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.image-12 {
  max-width: none;
  height: 500px;
}

.image-13 {
  float: right;
  max-width: none;
  height: 500px;
  position: relative;
}

.module-header-col-right {
  align-self: auto;
  position: relative;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section-ws {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.module-description {
  color: #92a0b3;
  font-family: Faktsoft, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.module-title {
  color: #2bbbfb;
  font-family: Faktsoft, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.module-contact-btn {
  color: #92a0b3;
  background-color: #0000;
  border: 2px solid #92a0b3;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: color .2s ease-in-out, border .2s ease-in-out;
}

.module-contact-btn:hover {
  color: #2bbbfb;
  border-color: #2bbbfb;
}

.module-demo-btn {
  color: var(--white);
  background-color: #2bbbfb;
  border: 2px solid #2bbbfb;
  border-radius: 5px;
  margin: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: border .2s ease-in, background-color .2s ease-in;
}

.module-demo-btn:hover {
  background-color: #22ace9;
  border-color: #22ace9;
}

.module-header-col {
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  display: flex;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brief-section-p {
  color: #92a0b3;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: stretch;
}

.mc-title {
  color: #2bbbfb;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Faktsoft, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.mc-des {
  color: #92a0b3;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.module-content-col {
  flex-direction: row;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.mc-col-left {
  padding-left: 40px;
  padding-right: 40px;
}

.image-14 {
  width: 90%;
}

.mc-col-right {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.module-content {
  padding-top: 0;
  padding-bottom: 100px;
}

.image-15 {
  align-self: center;
  width: 100%;
}

.container-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-3 {
  padding-top: 40px;
}

.image-16 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-17 {
  width: 6%;
  display: block;
}

.image-18 {
  width: 40px;
}

.image-19 {
  width: 100%;
  max-height: 35px;
}

.section-4 {
  padding-top: 0;
  padding-bottom: 60px;
}

.text-block-11 {
  color: #2bbbfb;
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: stretch;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Faktsoft, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.text-block-12 {
  color: #9b9b9b;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Faktsoft, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.columns-6 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  display: flex;
}

.column-13 {
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.image-20 {
  align-self: flex-start;
  width: 100px;
  max-width: none;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}

.columns-7 {
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-4 {
  background-color: #929292;
  border-radius: 15%;
  flex: 0 auto;
  align-self: auto;
  width: 150px;
  height: 150px;
}

.column-14 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-21 {
  width: 35%;
}

.section-ps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: block;
}

.heading-12 {
  color: #00c9ff;
  font-family: Faktsoft, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.text-block-13 {
  color: var(--light-slate-grey);
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.section-5 {
  color: #f5f7fa;
  background-color: #f5f7fa;
  padding-bottom: 40px;
  display: none;
}

.div-block-5 {
  background-color: var(--white);
  color: #0000;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
}

.heading-13 {
  color: var(--black);
}

.paragraph-6 {
  color: #9b9b9b;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.section-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-14 {
  color: #00a3ec;
  text-align: center;
  font-family: Baloo Bhaijaan, sans-serif;
  font-size: 18px;
}

.image-22 {
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.columns-8 {
  align-items: center;
  display: flex;
}

.column-15 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-menu {
  float: left;
  clear: none;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 20px;
  display: block;
  position: sticky;
  top: 70px;
  overflow: visible;
  box-shadow: 20px 0 20px -20px #0003;
}

.tab-link-tab-1 {
  filter: grayscale();
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.tab-link-tab-1.w--current {
  z-index: 1;
  filter: none;
  background-color: #0000;
  border-bottom: 4px #00a3ec;
  border-right: 4px solid #00a3ec;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-block-15 {
  color: #00abce;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tab-link-tab-2 {
  filter: grayscale();
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tab-link-tab-2.w--current {
  z-index: 1;
  filter: none;
  background-color: #0000;
  border-bottom: 4px solid #00a3ec;
  justify-content: flex-end;
}

.tab-link-tab-3 {
  filter: grayscale();
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tab-link-tab-3.w--current {
  z-index: 1;
  filter: none;
  background-color: #0000;
  border-bottom: 4px solid #00a3ec;
}

.tab-link-tab-4 {
  filter: grayscale();
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tab-link-tab-4.w--current {
  z-index: 1;
  filter: none;
  background-color: #0000;
  border-bottom: 4px solid #00a3ec;
}

.text-block-16 {
  color: var(--white);
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-7 {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Faktsoft, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.columns-9 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabs-content {
  float: right;
  clear: right;
  border-top: 4px #eef1f6;
  flex-direction: row;
  justify-content: flex-end;
  width: 70%;
  margin-top: 0;
  display: inline-block;
  position: relative;
}

.heading-14 {
  color: #00a4ec;
  margin-left: 15px;
  padding-right: 20px;
  font-family: Faktsoft, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-8 {
  font-family: Baloo Bhaijaan, sans-serif;
}

.list-item {
  color: #00a4ec;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Baloo Bhaijaan, sans-serif;
  font-size: 18px;
}

.list {
  color: #00a4ec;
}

.section-7 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.text-block-17 {
  color: #9b9b9b;
  font-family: Faktsoft, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.list-item-2 {
  font-size: 18px;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  margin-top: 30px;
  margin-bottom: 15px;
}

.text-block-18 {
  color: #9b9b9b;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.image-23 {
  height: 90px;
}

.columns-10 {
  align-items: center;
  display: flex;
}

.column-16 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-19 {
  color: #00a3ec;
  padding-right: 10%;
  font-family: Faktsoft, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.button-5 {
  text-align: center;
  background-color: #00a3ec;
  border-radius: 10px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  height: 70px;
  font-family: Faktsoft, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.columns-11 {
  background-color: #f5f7fa;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  display: flex;
}

.column-17 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-24 {
  align-self: center;
  width: 80%;
}

.section-5-copy {
  color: #f5f7fa;
  background-color: #fff;
  padding-bottom: 40px;
  display: none;
}

.div-block-5-copy {
  color: #0000;
  background-color: #f2f4f7;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
}

.paragraph-6-copy {
  color: #9b9b9b;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.container-6, .container-7 {
  padding-left: 25px;
  padding-right: 25px;
}

.image-25 {
  align-self: center;
  width: 55%;
  margin-top: 30px;
  margin-bottom: 50px;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  background-color: #2cbbfb;
  border-radius: 20px;
  padding: 10px 20px;
  font-family: Faktsoft, sans-serif;
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
}

.heading-11-copy {
  color: #2bbbfb;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Faktsoft, sans-serif;
  font-size: 28px;
}

.special-container {
  width: 90%;
  max-width: 1224px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.columns-12 {
  flex: 0 auto;
  order: 0;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  height: 0;
  box-shadow: 0 1px 10px #0000004d;
}

.columns-13 {
  flex: 0 auto;
  justify-content: space-around;
  display: none;
}

.columns-14 {
  align-items: center;
  display: flex;
}

.column-18 {
  flex-direction: row;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  align-items: flex-start;
  display: block;
}

.div-block-8 {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.text-block-21 {
  color: #33befc;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 20px;
  padding-left: 11px;
  font-family: Faktsoft, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: none;
}

.image-26 {
  clear: none;
  align-self: auto;
  width: 100px;
  padding-left: 0;
}

.div-block-9 {
  flex-flow: wrap;
  flex: 0 auto;
  place-content: space-around center;
  align-self: center;
  align-items: center;
  padding-right: 30px;
}

.div-block-9-copy {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 400px;
  min-width: 350px;
  max-width: 450px;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.icon {
  font-family: Faktsoft, sans-serif;
  display: none;
}

.column-19 {
  margin-top: auto;
}

.column-20 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

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

.text-block-22 {
  color: #00abec;
  text-align: left;
  background-color: #0000;
  border-radius: 5px;
  order: 1;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  font-family: Faktsoft, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-2-copy {
  opacity: 1;
  color: #fff;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  height: 180px;
  padding: 10px;
  transition: box-shadow .175s;
  display: flex;
  box-shadow: 0 5px 10px 1px #00000012;
}

.div-block-2-copy:hover {
  box-shadow: 0 5px 10px 1px #0000002b;
}

.image-2-copy {
  align-self: center;
  width: 50px;
  min-width: auto;
  max-width: none;
}

.text-block-22-copy {
  color: #494e6a;
  text-align: left;
  align-self: center;
  font-family: Faktsoft, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.menu-col2 {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-top-style: none;
  flex-flow: row;
  place-content: space-around flex-start;
  align-items: stretch;
  height: 480px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
  align-self: flex-start;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.columns-2-copy2 {
  background-color: #f5f7fa;
  border: 1px solid #f1f1f1;
  border-top-style: none;
  flex-flow: row;
  place-content: space-around flex-start;
  align-items: stretch;
  height: 380px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.grid-6-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: stretch space-around;
  align-self: center;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.div-block-2-copy2 {
  opacity: 1;
  color: #fff;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 10px;
  transition: box-shadow .175s;
  display: flex;
  box-shadow: 0 5px 10px 1px #00000012;
}

.div-block-2-copy2:hover {
  box-shadow: 0 5px 10px 1px #0000002b;
}

.div-block-2-copy1 {
  opacity: 1;
  color: #fff;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 320px;
  padding: 10px;
  transition: box-shadow .175s;
  display: flex;
  box-shadow: 0 5px 10px 1px #00000012;
}

.div-block-2-copy1:hover {
  box-shadow: 0 5px 10px 1px #0000002b;
}

.image-2-copy2 {
  align-self: center;
  width: 40%;
  min-width: 25%;
}

.image-2-copy1 {
  align-self: center;
  width: 35%;
  min-width: 25%;
}

.text-block-222 {
  color: #494e6a;
  text-align: center;
  align-self: center;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-10 {
  flex-direction: column;
  align-items: center;
  margin: 50px 10px;
  display: flex;
}

.div-block-11 {
  width: 70%;
}

.grid-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: 60px;
  grid-template-columns: 35px 1fr;
  grid-auto-rows: 60px;
  display: none;
}

.link-3 {
  text-decoration: underline;
}

.module-content-col-inv {
  flex-direction: row;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tabs {
  flex: 0 auto;
  order: 0;
  align-self: center;
  position: relative;
}

.link-block-3 {
  border-right: 1px solid #f1f1f1;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  transition: background-color .175s;
  display: flex;
}

.link-block-3:hover {
  filter: none;
  background-color: #30bdfc1a;
  border: 1px solid #94dbff;
}

.link-block-4 {
  background-color: var(--white);
  color: #fff;
  border: 1px #0000;
  border-right: 1px solid #f0f0f0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: background-color .175s;
  display: flex;
}

.link-block-4:hover {
  filter: none;
  background-color: #30bdfc1a;
  border-style: solid;
  border-color: #94dbff;
}

.link-block-5 {
  filter: grayscale();
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 320px;
  height: 320px;
  text-decoration: none;
  transition: background-color .175s;
  display: flex;
}

.link-block-5:hover {
  filter: none;
  background-color: #f5f7fa;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-template-areas: "Header Header Header Header";
  margin-top: 10px;
  margin-bottom: 30px;
}

.section-8 {
  padding-bottom: 60px;
}

.text-block-223 {
  color: #365277;
  text-align: center;
  font-family: Faktsoft, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
}

.supportdiv1 {
  border-bottom: 3px solid #94a2ac;
  width: 80%;
  height: 50px;
  margin-bottom: 10px;
}

.supportdiv1.psticky {
  justify-content: space-between;
  width: 20%;
  display: inline-block;
}

.supportdiv2 {
  border-bottom: 3px solid #2abbfb;
  width: 20%;
  height: 50px;
  margin-bottom: 10px;
  display: inline-block;
}

.supportdiv3 {
  border-bottom: 3px solid #007db4;
  width: 20%;
  height: 50px;
  margin-bottom: 10px;
  display: inline-block;
}

.div-block-12 {
  width: 0;
  max-height: 30px;
}

.div-block-12.psticky {
  width: 40%;
  height: 50px;
  display: inline-block;
}

.text-block-224 {
  color: #365277;
  font-family: Faktsoft, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-225 {
  color: #94a2ac;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.div-block-13 {
  background-color: #f0f3fa;
  flex-direction: column;
  justify-content: center;
  padding: 10px 10px 10px 10%;
  display: flex;
}

.text-block-226 {
  color: #666;
  text-align: center;
  font-family: Faktsoft, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-227 {
  color: #94a2ac;
  text-align: center;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.text-block-228 {
  color: #365277;
  text-align: center;
  font-family: Faktsoft, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-14 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  padding: 10px 10px 10px 10%;
  display: flex;
}

.supportdiv10 {
  border-bottom: 3px solid #94a2ac;
  width: 100%;
  height: 50px;
}

.supportdiv20 {
  border-bottom: 3px solid #2abbfb;
  width: 100%;
  height: 50px;
}

.supportdiv30 {
  border-bottom: 3px solid #007db4;
  width: 100%;
  height: 50px;
}

.bullet {
  color: #00a4ec;
  text-align: center;
  font-family: Faktsoft, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.dash {
  color: #666;
  text-align: center;
  font-family: Faktsoft, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.image-27 {
  border-radius: 20px;
  max-width: 50%;
}

.div-block-44 {
  opacity: 1;
  color: #fff;
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px 15px 15px 25px;
  transition: box-shadow .175s;
  display: flex;
  box-shadow: 0 5px 10px 1px #00000012;
}

.div-block-44:hover {
  box-shadow: 0 5px 10px 1px #0000002b;
}

.column-24 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 15px;
  display: flex;
}

.grid-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1.25fr;
  grid-auto-flow: column;
  margin-top: 15px;
  margin-bottom: 15px;
}

.section-9 {
  padding-bottom: 60px;
}

.paragraph-23 {
  color: #94a2ac;
  font-family: Faktsoft, sans-serif;
  font-size: 14px;
}

.column-25 {
  background-color: #d1d8db;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.slide {
  padding: 30px 80px;
}

.slide-2 {
  padding-left: 70px;
  padding-right: 70px;
}

.section-hc {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.section-fi {
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 40px;
  display: flex;
}

.section-b, .section-es {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.section-pm, .section-dw, .section-cs {
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 40px;
  display: flex;
}

.section-ep {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.section-lm, .section-it, .section-em {
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 40px;
  display: flex;
}

.image-28 {
  margin-left: -15px;
  padding-left: 0;
}

.text-field {
  color: var(--white);
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 10px;
}

.submit-button-2 {
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 12px;
}

.field-label {
  color: #fff;
}

.field-label-2 {
  color: var(--white);
}

.image-29 {
  margin-left: -12px;
}

.text-field-2 {
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 10px;
  height: 100px;
}

.columns-17 {
  height: auto;
  min-height: 100%;
}

.column-26 {
  background-color: #69bbf1;
}

.div-block-45 {
  color: #3cc5e7;
  background-color: #e04a4a;
  height: 100%;
}

.section-10 {
  background-color: #ec2828;
  height: 100%;
}

.columns-18 {
  height: 100%;
}

.div-block-46 {
  background-color: #b44;
  height: 100vh;
}

.columns-19 {
  background-color: #d85b5b;
  height: auto;
  display: block;
}

.column-27 {
  background-color: #27aae1;
  height: 100vh;
}

.column-28 {
  background-color: #fff;
  border-radius: 0;
  height: 100vh;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-30 {
  clear: none;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: 500px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.container-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 175px;
  display: flex;
}

.text-block-229 {
  float: none;
  color: #858585;
  justify-content: center;
  align-items: center;
  font-family: Faktsoft, sans-serif;
  display: flex;
  position: static;
}

.heading-15 {
  color: #27aae1;
  justify-content: center;
  align-items: center;
  font-family: Faktsoft, sans-serif;
  display: flex;
}

.slider-2 {
  background-color: #fff;
  width: 600px;
  height: 400px;
}

.icon-4 {
  color: #6d6d6d;
}

.icon-5 {
  color: #7a7a7a;
  border-radius: 0;
  font-family: "Fa 400", sans-serif;
}

.slide-nav {
  color: #6e4d4d;
}

.div-block-48 {
  width: 100%;
  overflow: hidden;
}

.terms-text {
  color: #3339;
  margin-top: 20px;
  font-family: Faktsoft, sans-serif;
  font-size: 13px;
}

.memberstack-form {
  padding-top: 20px;
  position: relative;
}

.secondary-action {
  font-family: Faktsoft, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.slider-section {
  background-color: #fff;
  width: 60%;
  height: 100%;
  min-height: 100vh;
}

.login-head {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Faktsoft, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.slide-background {
  min-height: 100vh;
}

.login-label {
  opacity: .4;
  color: #000;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  font-family: Faktsoft, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.login-link {
  color: #60c8f2;
  transition: color .2s;
}

.login-link:hover {
  color: #7649d6;
}

.login-field {
  background-color: #f8f8f8;
  border: 1px solid #0000;
  border-radius: 6px;
  height: 46px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  position: relative;
  box-shadow: inset 0 2px 10px #00000005;
}

.login-field:focus {
  background-color: #fff;
  border: 1px solid #27aae1;
  box-shadow: inset 0 1px 3px #0000000d, 0 0 4px #27aae1;
}

.login-section {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: 450px;
  padding-top: 50px;
  padding-bottom: 80px;
  padding-left: 8%;
  font-size: 16px;
  display: flex;
}

.login-page-link {
  color: #6e6e6e;
  font-weight: 600;
}

.slide-nav-2 {
  margin-top: auto;
  font-size: 9px;
  inset: 630px 0 0;
}

.error-message {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  position: relative;
}

.field-wrapper.first-name-wrapper {
  margin-right: 15px;
}

.login-box {
  background-color: #fff;
  border-radius: 5px;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.login-container {
  z-index: 10;
  width: 100%;
  max-width: 450px;
  display: block;
  position: relative;
}

.login-button {
  background-color: #27aae1;
  border-radius: 6px;
  margin-top: 20px;
  padding: 12px 18px 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
  display: inline-block;
}

.login-button:hover {
  background-color: #1b779e;
}

.login-image {
  height: 35px;
}

.login-page-wrapper {
  width: 100%;
  overflow: hidden;
}

.link-4 {
  color: #27aae1;
}

.link-block-6 {
  width: 450px;
}

.footer-4 {
  color: #fff;
  background-color: #fff;
  border-top: 1px solid #dee3ea;
  padding: 40px 15px 15px;
}

.footer-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-container.fb-footer {
  border-top: 1px solid #e9edf3;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.footer-col {
  border-right: 0 #0000;
  flex: 1;
  padding: 20px 15px;
}

.footer-title {
  color: #27b8ef;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9edf3;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: Faktsoft, sans-serif;
  font-size: 14px;
}

.footer-link {
  color: #92a0b3;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  color: #35bdea;
}

.text-block-230 {
  color: #92a0b3;
  text-align: left;
  flex: 0 auto;
  order: 0;
  margin-left: 0;
  display: block;
}

.footer-text {
  text-align: left;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-wrapper {
  flex: 1;
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.logo-text {
  color: #20193a;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.logo-text.l-t-w {
  color: #fff;
  text-decoration: none;
}

.div-block-49 {
  background-color: #fff;
  padding: 12px;
}

.icon-6.fb-footer-link {
  color: #92a0b3;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Fontawesome webfont 2", sans-serif;
  text-decoration: none;
}

.split-line {
  background-color: #4f5e7826;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 15px;
}

.info-text {
  float: left;
  color: #4f5e7866;
  text-decoration: none;
  display: block;
}

.info-wrap {
  margin-bottom: 0;
  padding: 0;
}

.fb-footer-wrapper {
  color: #8b8b8b;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-7 {
  text-decoration: none;
}

.section-11 {
  background-color: #27b8ef;
}

.terms-text-2 {
  color: #3339;
  margin-top: 20px;
  font-family: Faktsoft, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: none;
}

.login-button-2 {
  background-color: #44b2e5;
  border-radius: 6px;
  width: 100%;
  margin-top: 20px;
  padding: 12px 18px 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
  display: inline-block;
}

.login-button-2:hover {
  background-color: #2f96c5;
}

.login-btn {
  color: #000;
  text-align: center;
  border-radius: 5px;
  margin-right: 15px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s;
}

.login-btn:hover {
  box-shadow: 0 10px 20px -5px #1810635c;
}

.login-head-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Faktsoft, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.memberstack-bolt {
  margin-top: -6px;
}

.login-form-block {
  display: block;
}

.password-link {
  float: right;
  color: #5ec7f2;
  text-align: right;
  font-weight: 400;
}

.login-field-2 {
  background-color: #f8f8f8;
  border: 1px solid #0000;
  border-radius: 6px;
  height: 46px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  position: relative;
  box-shadow: inset 0 2px 10px #00000005;
}

.login-field-2:focus {
  background-color: #fff;
  border: 1px solid #44b2e5;
  box-shadow: inset 0 1px 3px #0000000d, 0 0 4px #44b2e5;
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.login-label-2 {
  color: #0006;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  font-family: Faktsoft, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.hide {
  display: block;
}

.signup-button {
  color: #fff;
  text-align: center;
  background-color: #254054;
  border-radius: 5px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s;
  box-shadow: 0 20px 30px -10px #1810635c;
}

.signup-button:hover {
  background-color: #000;
  box-shadow: 0 10px 20px -5px #1810635c;
}

.login-page-link-2 {
  color: #000;
  font-weight: 600;
}

.modal-scroll {
  width: 100%;
  min-height: auto;
  max-height: none;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: absolute;
}

.login-accent {
  background-color: #44b2e5;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.login-container-2 {
  z-index: 10;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin: 40px auto 10px;
  padding: 70px 100px 50px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.login-overlay {
  z-index: 8888;
  background-color: #000000bf;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.memberstack-tag {
  color: #fff;
  text-align: left;
  background-color: #2aa8ff;
  border: 2px solid #f5f8fa;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  display: none;
  position: absolute;
  top: -12px;
  right: -12px;
  overflow: hidden;
  box-shadow: 0 0 10px 1px #fff;
}

.memberstack-tag:hover {
  overflow: visible;
}

.memberstack-tag.field-tag {
  top: 38px;
  right: -12px;
}

._100-vh-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.memberstack-tag-label {
  background-color: #000;
  border-radius: 3px;
  width: 158px;
  padding-left: 12px;
  position: absolute;
  top: -3px;
  right: 30px;
}

.name-row {
  display: flex;
}

.memberstack-diamond {
  color: #0000;
  background-color: #000;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: -3px;
  transform: rotate(45deg);
}

.image-31 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-231, .text-block-232 {
  font-family: Faktsoft, sans-serif;
  font-weight: 700;
}

.success-message {
  overflow: hidden;
}

.error-message-2 {
  border-radius: 7px;
  overflow: scroll;
}

.login-label-3 {
  color: #0006;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  font-family: Faktsoft, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.image-32 {
  float: right;
}

.paragraph-small {
  color: #707070;
  font-family: Faktsoft, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.icon-7 {
  color: #fff;
  width: 190px;
  margin-bottom: 20px;
  font-size: 24px;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.col.lg-3.sm-2 {
  width: 20%;
}

.margin-bottom {
  text-align: center;
  align-self: center;
  margin-bottom: 0;
}

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-12 {
  font-family: Faktsoft, sans-serif;
}

.heading-16 {
  color: #00c9ff;
  font-family: Faktsoft, sans-serif;
}

.heading-17 {
  color: #00c9ff;
}

.heading-18 {
  color: #fff;
  font-size: 24px;
}

.div-block-50 {
  background-color: #28b8ef;
  width: 100%;
  height: 100%;
}

.news-head {
  text-align: center;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: center;
  padding: 0;
  font-family: Faktsoft, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.success-message-2 {
  text-align: left;
  background-color: #28b8ef;
  border-radius: 5px;
}

.hero-form {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.form-input {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-weight: 500;
}

.form-input::placeholder {
  color: #22252599;
}

.button-6 {
  text-transform: capitalize;
  background-color: #28b8ef;
  border: 2px solid #28b8ef;
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px 20px;
  font-weight: 700;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: inset 0 0 100px 100px #0000;
}

.button-6:hover {
  box-shadow: inset 0 0 100px 100px #0003;
}

.form-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.form-group {
  margin-bottom: 12px;
}

.success-heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  font-style: italic;
  text-decoration: underline;
}

.form-block {
  margin-top: 0;
  margin-bottom: 0;
}

.success-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.error-message-3 {
  background-color: red;
  border-radius: 5px;
}

.text-block-233 {
  color: #fff;
  text-align: center;
  border-radius: 0;
}

.image-33 {
  text-align: center;
  align-self: center;
}

.image-34 {
  align-self: center;
}

.section-13 {
  background-color: #8cdefa;
  width: 100%;
  height: 160px;
  margin-top: -38px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.brand.w--current {
  max-width: 20%;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-content-wrap {
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 0;
  place-content: flex-start center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.testimonial-slide {
  padding-top: 40px;
}

.icon-8 {
  color: #4c4172;
}

.arrow-disabled {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.slider-left {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 20px;
  padding: 5px 20px;
  display: flex;
}

.testimonial-content-block {
  text-align: center;
  align-self: center;
  max-width: 590px;
  position: relative;
}

.right-arrow {
  display: block;
  inset: auto 35% 0% auto;
}

.arrow {
  width: 28px;
}

.container-9 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.section-testimoinals {
  background-color: #f0f2f5;
  align-items: center;
  padding: 10px 5%;
  display: none;
}

.slide-nav-3 {
  display: none;
}

.logo {
  width: 200px;
  margin-bottom: 6px;
}

.testimonial-columns-2 {
  display: flex;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.left-arrow {
  background-color: #ff0606;
  width: 50px;
  height: 50px;
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  display: flex;
  position: relative;
}

.slider-right {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 5px 20px;
  display: flex;
}

.slider-arrow-wrap {
  justify-content: center;
  margin-top: 45px;
  display: flex;
}

.testimonial-paragraph {
  color: #546681;
  font-family: Faktsoft, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.slide-3 {
  padding-top: 60px;
}

.slider-3 {
  background-color: #ddd0;
}

.icon-9 {
  background-color: #19bbf1;
  border-radius: 15px;
  width: 60px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0 0;
  overflow: hidden;
}

.right-arrow-2 {
  padding-top: 0;
  display: none;
}

.left-arrow-2 {
  background-color: #0000;
  display: none;
}

.icon-10 {
  background-color: #19bbf1;
  border-radius: 15px;
  width: 60px;
  height: 50px;
  padding-top: 5px;
}

.slide-nav-4 {
  background-color: #0000;
  border: 1px solid #0000;
  display: block;
}

.slide-4 {
  padding-top: 60px;
}

.slide-5, .slide-6 {
  padding-top: 0;
}

.left-arrow-3, .right-arrow-3 {
  display: none;
}

.slider-4 {
  background-color: #0000;
}

.slide-nav-5 {
  display: none;
}

.bold-text {
  font-size: 24px;
}

.heading-18 {
  font-size: 23px;
}

.bold-text-copy {
  font-size: 24px;
}

.apps {
  background-color: #0000;
  border-radius: 0;
  margin-top: 10px;
}

.mask-2 {
  padding-top: 20px;
}

.image-35 {
  display: none;
}

.position {
  font-size: 14px;
  font-weight: 300;
}

.title {
  float: left;
  clear: right;
  color: #4b4b4b;
  text-align: left;
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: center;
  padding-left: 0%;
  font-family: Faktsoft, sans-serif;
  font-size: 10px;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.inner-div {
  text-align: center;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  box-shadow: 0 0 20px #203d5c17, 0 1px 3px #0c11290f;
}

.testimonial-text-2 {
  color: #56697e;
  text-align: left;
  margin-top: 7px;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  display: inline-block;
}

.testimonial-div-box {
  text-align: left;
  border-radius: 3px;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  width: 300px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  display: block;
  overflow: visible;
}

.testimonial-text-div {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 40px 5%;
}

.holder-testimonials {
  justify-content: space-between;
  margin: 0 0% 40px;
  display: flex;
}

.name-position {
  float: none;
  clear: right;
  color: #00abec;
  text-align: left;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 0;
  font-family: Faktsoft, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  display: block;
}

.img-div {
  background-image: url('../images/bike-img.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 40%;
}

.img-div._1 {
  text-align: left;
  background-image: url('../images/14242024551.jpg');
  background-size: cover;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  margin-right: auto;
}

.img-div._2 {
  background-image: url('../images/0.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  margin-right: auto;
}

.img-div._1 {
  float: left;
  background-image: url('../images/4589.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  margin-right: 20px;
  padding-right: 10px;
  display: inline-block;
}

.img-div._2 {
  float: left;
  background-image: url('../images/5432-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  margin-right: 20px;
  padding-right: 10px;
  display: inline-block;
}

.img-div._3 {
  float: left;
  background-image: url('../images/4959.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  margin-right: 20px;
  padding-right: 10px;
  display: inline-block;
}

.img-div._4 {
  float: left;
  background-image: url('../images/4627.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  margin-right: 20px;
  padding-right: 10px;
  display: inline-block;
}

.img-div._5 {
  float: left;
  background-image: url('../images/5470.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  margin-right: 20px;
  padding-right: 10px;
  display: inline-block;
}

.img-div._6 {
  float: left;
  background-image: url('../images/4215.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  margin-right: 20px;
  padding-right: 10px;
  display: inline-block;
}

.mask-3, .slide-7 {
  height: 100%;
}

.slider-5 {
  background-color: #f5f5f5;
  height: 100%;
}

.slide-nav-6 {
  display: none;
}

.heading-19 {
  color: #2bc9ff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Faktsoft, sans-serif;
}

.icon-11 {
  color: #3bbef0;
  background-color: #3b3b3b;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  margin-top: 160px;
  margin-left: .5%;
  margin-right: .5%;
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 35px;
}

.icon-11:hover {
  background-color: #45b1e5;
}

.image-36 {
  text-align: center;
  width: auto;
  max-width: 50%;
  margin-top: 5px;
  display: inline-block;
}

.icon-12 {
  color: #28b8ef;
  background-color: #fff;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  padding-top: 8px;
}

.cta-request-demo-section {
  background-color: #3ec0eb;
  background-image: url('../images/logo-des-01.svg');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  border-top: 0 #000;
  height: 240px;
  margin-top: 0;
  padding-top: 25px;
}

.container-10 {
  padding-top: 0;
}

.heading-20 {
  color: #999;
  text-align: center;
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Faktsoft, sans-serif;
}

.text-block-234 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
}

.button-7 {
  color: #16b8ef;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  width: 150px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  transition: all .2s ease-in-out;
  display: block;
}

.button-7:hover {
  transform: translate(0, -5px)scale(1.1);
}

.image-37 {
  border-bottom: 1px solid #45b1e5;
  display: block;
}

.html-embed-2 {
  display: block;
}

.heading-21 {
  text-align: center;
  font-family: Faktsoft, sans-serif;
  font-size: 30px;
}

.image-38 {
  float: left;
  display: inline-block;
}

.columns-20 {
  margin-top: 0;
}

.column-29 {
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  padding: 10px;
}

.column-29:hover {
  background-color: #0000;
}

.column-29.sdg:hover {
  box-shadow: 0 4px 6px 2px #0000001c;
}

.image-39 {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.text-block-235 {
  color: #405258;
  border: 1px #000;
  margin-left: 13px;
  padding-bottom: 2px;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  display: inline-block;
  position: static;
}

.column-30 {
  text-align: left;
  padding-left: 0;
}

.column-31 {
  text-align: left;
  padding-left: 10px;
}

.column-32 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.html-embed-3 {
  margin-top: -25px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.trustedby-section {
  margin-top: -5px;
  display: none;
}

.business-grow-section {
  border-top: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text-2 {
  color: #fff;
}

.bold-text-3 {
  color: #45b1e5;
}

.image-40 {
  float: left;
  clear: left;
}

.centre_block {
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  height: 80px;
  display: flex;
}

.title_wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.h2-3 {
  color: #2bc9ff;
  margin-top: 0;
  font-family: Baloo Bhaijaan, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.process {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  display: flex;
  position: relative;
}

.process_card {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process_line {
  background-image: url('../images/line.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 2px;
  height: 90%;
  position: absolute;
}

.process_card_02 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.centre_step {
  color: #2bc9ff;
  font-size: 21px;
  font-weight: 600;
}

.title_text {
  color: #2bc9ff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 40px;
  font-family: Faktsoft, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.bold-text-7 {
  font-family: Faktsoft, sans-serif;
}

.process_details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  min-height: 300px;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.h1 {
  color: #26aaf4;
  text-align: center;
  margin-top: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.section_container {
  max-width: 1140px;
}

.process_image_wrap {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 300px;
  padding: 30px;
  display: flex;
  position: relative;
}

.process_section {
  justify-content: center;
  align-items: center;
  padding: 120px 25px;
  display: flex;
}

.centre_icon_wrap {
  z-index: 5;
  background-color: #fff;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px #cbeaff24;
}

.paragraph-24 {
  color: #a8a8a8;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.icons-box {
  border-radius: 10px;
  padding: 10px;
}

.grid-6-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: stretch space-around;
  align-self: center;
  justify-items: start;
  width: 100%;
  height: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0;
}

.bold-text-8 {
  color: #00abec;
  font-family: Faktsoft, sans-serif;
}

.body {
  color: #fff;
  background-color: #fff;
}

.button-8 {
  opacity: 0;
  display: none;
}

.notice-section {
  background-color: #001b24;
  height: 50px;
}

.notice-section.cta-notice {
  background-color: #05aaf4;
  height: 35px;
  display: none;
}

.container-11 {
  height: 50px;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px;
}

.text-block-236 {
  float: none;
  clear: none;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px 0;
  display: block;
}

.link-5 {
  color: #fff;
}

.button-9 {
  float: right;
  clear: none;
  text-align: center;
  background-color: #0000;
  width: auto;
  margin-top: 0;
  margin-right: 10px;
  padding-top: 8px;
  display: block;
}

.columns-21 {
  height: 50px;
}

.image-41 {
  float: none;
  clear: none;
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-33 {
  flex: 0 auto;
  order: 0;
  align-self: center;
}

.ptabs {
  flex-flow: column wrap;
  place-content: space-around center;
  align-items: center;
  display: none;
}

.ptabs-menu {
  text-align: left;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding: 20px 0;
}

.ptabs-content {
  border-top: 4px #eef1f6;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  margin-top: 0;
}

.ctab-link-tab-1 {
  filter: grayscale();
  text-align: center;
  background-color: #0000;
  border: 4px #000;
  border-bottom: 4px solid #ccc;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: block;
}

.ctab-link-tab-1.w--current {
  z-index: 1;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: none;
  text-align: center;
  background-color: #0000;
  border-bottom: 4px solid #00a3ec;
  border-right: 4px #00a3ec;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  place-items: center end;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.ptab-link-tab-2 {
  filter: grayscale();
  text-align: center;
  background-color: #0000;
  border-bottom: 4px solid #ccc;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: inline-block;
}

.ptab-link-tab-2.w--current {
  z-index: 1;
  filter: none;
  background-color: #0000;
  border-bottom: 4px solid #00abce;
  justify-content: flex-end;
  width: 25%;
}

.ptab-link-tab-3 {
  filter: grayscale();
  text-align: center;
  background-color: #0000;
  border-bottom: 4px solid #ccc;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: inline-block;
}

.ptab-link-tab-3.w--current {
  z-index: 1;
  filter: none;
  background-color: #0000;
  border-bottom: 4px solid #00a3ec;
}

.ptab-link-tab-4 {
  filter: grayscale();
  text-align: center;
  background-color: #0000;
  border-bottom: 4px solid #ccc;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: inline-block;
}

.ptab-link-tab-4.w--current {
  z-index: 1;
  filter: none;
  background-color: #0000;
  border-bottom: 4px solid #00a3ec;
}

.icon_wrap {
  overflow: hidden;
}

.card_col_2 {
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 15px;
  display: flex;
  position: relative;
  top: -30px;
}

.h1_features {
  letter-spacing: -.3px;
  font-size: 22px;
  line-height: 27px;
}

.col_60 {
  justify-content: space-between;
  width: 60%;
  padding: 10px;
  display: flex;
}

.card_row {
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 15px;
  display: flex;
}

.card_base {
  color: #44465f;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  width: 23%;
  min-height: 270px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 55px 25px 25px;
  text-decoration: none;
  position: relative;
  box-shadow: 7px 7px 55px #f2f3f6;
}

.text_features {
  letter-spacing: -.3px;
  font-size: 16px;
  line-height: 25px;
}

.col_60-copy {
  justify-content: space-between;
  width: 60%;
  padding: 10px;
  display: flex;
}

.section-18 {
  margin-top: 0;
  display: none;
}

.ctabs {
  clear: none;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  align-self: center;
  display: block;
  position: relative;
}

.ctabs-menu {
  float: none;
  clear: none;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  padding: 20px 0;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.ctabs-content {
  float: none;
  clear: right;
  border-top: 4px #eef1f6;
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
  margin-top: 0;
  display: block;
  position: relative;
}

._4-col {
  width: 400px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 20px;
  display: inline-block;
}

.blog5-articles-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Faktsoft, sans-serif;
  font-size: 12px;
}

.blog5-article-wrapper {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 15px;
}

.label-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.label {
  background-color: #1991eb;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
}

.label.label-purple {
  background-color: #6d6db4;
}

.label.label-green {
  background-color: #4fac73;
}

.label.label-orange {
  background-color: #ffa600;
}

.label.label-red {
  background-color: #f14447;
}

.label.label-cyan {
  background-color: #1da0d8;
}

.blog5-article-cover {
  border-radius: 8px;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
}

.blog5-article-cover.blog5-article-image1 {
  background-image: url('../images/BBK-Lite.jpg');
  background-size: cover;
}

.blog5-article-cover.blog5-article-image1 {
  background-image: url('../images/card-cover.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image3 {
  background-image: url('../images/article-cover-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image2 {
  background-image: url('../images/article-cover-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-23 {
  color: #5a5a5a;
  font-family: Faktsoft, sans-serif;
  font-size: 31px;
}

.heading-24, .heading-25 {
  font-family: Faktsoft, sans-serif;
}

.ctab-link-tab-1-copy {
  filter: grayscale();
  text-align: center;
  background-color: #0000;
  border: 4px #000;
  border-bottom: 4px solid #ccc;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: block;
}

.ctab-link-tab-1-copy.w--current {
  z-index: 1;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: none;
  text-align: center;
  background-color: #0000;
  border-bottom: 4px solid #00a3ec;
  border-right: 4px #00a3ec;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  place-items: center end;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.button-10 {
  background-color: #27b8ef;
  border-radius: 5px;
  margin-top: 20px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
  opacity: .6;
  padding-top: 20px;
  font-family: Faktsoft, sans-serif;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.tagline-2 {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Faktsoft, sans-serif;
  font-size: 12px;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-outline-light {
  color: #111212;
  background-color: #0000;
  border: 1px solid #1112120d;
}

.btn.btn-outline-light:hover {
  border-color: #1112121a;
  box-shadow: 0 1px 3px #0000000d;
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px #0000000d;
}

.btn.btn-white {
  color: #111212;
  background-color: #fff;
  align-items: flex-end;
  display: inline-block;
}

.btn.btn-white.blog2-card-cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-80-start {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap.w50-center {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

._6-col-last {
  width: 460px;
}

.content3-headline {
  margin-top: 5px;
  padding-right: 50px;
}

.content3-bottom-headline {
  opacity: .6;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.heading-26 {
  color: #26aaf4;
  font-family: Faktsoft, sans-serif;
}

.blog3-articles-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.card-headline {
  color: #fff;
  margin-top: 10px;
  font-family: Faktsoft, sans-serif;
}

.card-headline._6col-card {
  color: #fff;
  width: 50%;
}

.blog3-card {
  color: #fff;
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.blog3-card.blog3-card5-content {
  color: #111212;
  background-image: linear-gradient(#00000080, #00000080), url('../images/756d6d66-22c9-49b6-97aa-6f30c3e895df.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.blog3-card.blog3-card4-content {
  color: #111212;
  background-image: linear-gradient(#00000080, #00000080), url('../images/concorso-docenti-salvaprecari-2019.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.blog3-card.blog3-card1-content {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/756d6d66-22c9-49b6-97aa-6f30c3e895df.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.blog3-card.blog3-card2-content {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Information-Technology-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.blog3-card.blog3-card3-content {
  color: #111212;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Online-Human-Resource-Management.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.blog3-card.blog3-card6-content {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/PHOTOFINE-51-compressor.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-27 {
  font-family: Faktsoft, sans-serif;
}

._4-col-2 {
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  display: inline-block;
}

._4-col-2._4-col-last {
  margin-right: 10px;
  display: inline-block;
}

.blog5-articles-wrapper-2 {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.tagline-3 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Faktsoft, sans-serif;
  font-size: 12px;
}

.heading-28 {
  color: #5c5c5c;
  font-family: Faktsoft, sans-serif;
}

.hero2-text-wrap {
  width: 45%;
}

.h1-jumbo {
  color: #686868;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Faktsoft, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 70px;
}

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #16b8ef;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #1ab8ff;
  border: 1px solid #1ab8ff;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big:active {
  background-color: #05aaf4;
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.image-42 {
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  padding: 16px;
}

.header-section-about {
  color: #0000;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.grid-10 {
  grid-column-gap: 5px;
  grid-row-gap: 15px;
  border: 1px #000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.div-block-55 {
  background-color: #28b8ef;
  border: 1px solid #0000;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding: 12px;
}

.text-block-237 {
  float: none;
  text-align: center;
  display: block;
}

.div-block-56 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-43 {
  float: none;
  color: #0000;
  background-color: #0000;
  border-radius: 0;
  max-width: none;
  margin-top: 0;
  margin-left: 35%;
  margin-right: auto;
  padding: 0;
  display: inline-block;
}

.text-block-238 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.bold-text-9 {
  color: var(--white);
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  font-family: Faktsoft, sans-serif;
  font-size: 30px;
  display: block;
}

.column-34 {
  height: 100%;
}

.columns-22 {
  padding: 10px;
}

.column-35 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.heading-29 {
  color: #fff;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  padding-left: 20px;
  font-family: Faktsoft, sans-serif;
  display: inline-block;
}

.content7-numbers-wrap {
  align-items: flex-start;
  display: flex;
}

.content7-number-card {
  color: #fff;
  background-color: #111212;
  border-radius: 8px;
  padding: 10px 30px 20px;
}

.content7-number-card.content7-number-card-content3 {
  background-color: #b3b3af;
}

.content7-number-card.content7-number-card-content2 {
  background-color: #c47ca2;
}

.content7-number-card.content7-number-card-content4 {
  background-color: #21263b;
}

.content7-number-card.content7-number-card-content1 {
  background-color: #3fcedc;
}

.tagline-4 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.content7-number-card-no-wrap {
  margin-top: -5px;
  margin-bottom: -5px;
}

.h2-jumbo {
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.content7-divider {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-57 {
  background-color: #0000;
  border-radius: 5px;
  width: 100px;
}

.image-44 {
  background-color: #28b8ef;
  border-radius: 20px;
  max-width: none;
  margin: 0 auto;
  padding: 25px;
  display: block;
}

.heading-30 {
  color: #858585;
  text-align: center;
  margin: 0;
  padding-top: 0;
  font-family: Faktsoft, sans-serif;
  font-size: 21px;
  text-decoration: none;
}

.columns-23 {
  margin: 19px;
}

.grid-11 {
  grid-column-gap: 90px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.div-block-58 {
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-left: 25px;
  display: none;
}

.column-36 {
  background-color: #fff;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.columns-24 {
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
  height: auto;
  padding-top: 10px;
}

.column-37 {
  background-color: #fff;
  height: auto;
}

.link-6 {
  color: #565b75;
  text-decoration: none;
  display: inline-block;
}

.link-7 {
  color: #888;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 180px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 0;
  font-family: Faktsoft, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-7:hover {
  background-color: #f8f8f8;
}

.bold-text-10 {
  text-decoration: none;
}

.link-7-1 {
  color: #888;
  border-radius: 5px;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  width: 180px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
  font-family: Faktsoft, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-7-1:hover {
  background-color: #f5f5f5;
}

.columns-25 {
  width: 100%;
}

.display-heading {
  color: #43b0f0;
  margin-top: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 75px;
  line-height: 1;
}

.form {
  max-width: 550px;
  display: flex;
}

.text-field-3 {
  color: #888;
  background-color: #0000;
  border-radius: 10px 0 0 10px;
  min-height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field-3::placeholder {
  color: #000;
  font-weight: 700;
}

.submit-button-3 {
  background-color: #43b0f0;
  border-radius: 0 10px 10px 0;
  padding: 20px 24px;
  font-weight: 700;
}

.title-2 {
  color: #ffffff80;
  font-family: Faktsoft, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.form-block-2 {
  margin-top: 52px;
  margin-bottom: 44px;
}

.paragraph-25 {
  color: #79797980;
  max-width: 550px;
  font-size: 18px;
  line-height: 1.6;
}

.block-left {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 92px 3%;
  display: flex;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  position: relative;
}

.page-content {
  flex-direction: column;
  padding-right: 60px;
}

.logo-2 {
  margin-bottom: 10px;
  margin-left: -10px;
  padding-left: 0;
}

.block-right {
  background-color: #42b0ee;
  background-image: linear-gradient(#43b1f1 48%, #5ac0ec);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-block-239 {
  color: #a3a3a3;
}

.bold-text-11 {
  line-height: 50px;
}

.bold-text-12 {
  text-align: left;
}

.bold-text-11-copy {
  line-height: 50px;
}

.tab-on {
  background-color: #0000;
  border-radius: 8px;
  min-width: 200px;
  min-height: 90px;
  margin-bottom: 25px;
}

.tab-on.w--current {
  background-color: #ffffff24;
  border-radius: 20px;
  min-height: 90px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-content-blue {
  background-color: #2bc9ff;
  padding: 80px 5%;
}

.phone {
  background-color: #2bc9ff;
  border-radius: 20px;
  width: 550px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.container-flex-vert {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-sml {
  background-color: #0000;
  width: 50px;
}

.p1-c-w {
  color: #fff;
  text-align: center;
  max-width: 580px;
  margin-bottom: 53px;
  margin-left: auto;
  margin-right: auto;
  font-family: Faktsoft, sans-serif;
  line-height: 25px;
  display: block;
}

.colour-block-sml-2 {
  background-color: #fceceb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.tabs-menu-2 {
  flex-direction: column;
  align-items: flex-start;
  min-width: 320px;
  margin-bottom: 40px;
  margin-right: 35px;
  display: flex;
}

.paragraph-2-w {
  color: #fff;
  max-width: 410px;
  font-family: Faktsoft, sans-serif;
  line-height: 25px;
}

.h2-c-w {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Faktsoft, sans-serif;
  font-size: 26px;
  display: block;
}

.colour-block-sml-3 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.feature-heading {
  color: #fff;
  margin-top: 13px;
  margin-bottom: 4px;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
}

.tabs-2 {
  display: flex;
}

.dropdown-icon {
  width: auto;
  max-width: none;
  height: 17px;
  margin-top: 22px;
  margin-right: 15px;
  font-family: Faktsoft, sans-serif;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bold-text-13 {
  color: #92a0b3;
}

.sub-title {
  color: #82849e;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Faktsoft, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
}

.sub-title2 {
  color: #82849e;
  text-align: left;
  align-self: center;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Faktsoft, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
}

.image-45 {
  float: right;
}

.html-embed-4 {
  text-align: left;
  display: none;
}

.round-line {
  background-color: #00abec;
  border-radius: 20px;
  width: 280px;
  height: 3px;
}

.html-embed-5 {
  display: block;
}

.module-image {
  float: right;
  max-width: 100%;
}

.brief-section {
  -webkit-text-fill-color: inherit;
  background-color: #f5f7fa;
  background-image: linear-gradient(#f6f8fa99, #f6f8fa99), url('../images/White-icon-01.svg');
  background-position: 0 0, 50%;
  background-size: auto, 790vw 190vh;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-products-section {
  text-align: center;
  background-color: #f5f7fa;
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
}

.home-page-heading {
  color: #00abec;
  text-align: center;
  border-bottom: 1px #00abec;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.image-47 {
  text-align: center;
  display: inline-block;
}

.columns-26 {
  display: block;
}

.featuers-page-heading {
  color: #00abec;
  text-align: center;
  border: 1px #000;
  border-bottom: 1.5px #92a0b3;
  border-radius: 0;
  flex-direction: row;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.image-48 {
  border-radius: 20px;
}

.image-49 {
  float: right;
}

.section-title {
  color: #00abec;
  text-align: center;
  border-bottom: 1px #00abec;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.link-block-8, .link-block-9, .link-block-10, .link-block-11 {
  text-decoration: none;
}

.header-section-career {
  color: #0000;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.container-12 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.nav-link-7 {
  font-family: Faktsoft, sans-serif;
}

.section-19 {
  background-color: #f7f9fc;
}

.container-13 {
  max-width: 1200px;
}

.heading-31 {
  color: #3ec0eb;
  text-align: center;
  font-family: Faktsoft, sans-serif;
}

.value-box-container {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.value-box {
  background-color: var(--white);
  border-radius: 15px;
  flex: 0 auto;
  width: 100%;
  margin: 10px;
  padding: 10px;
}

.image-50 {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.value-title {
  color: var(--light-slate-grey);
  text-align: center;
  margin-top: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.value-text {
  color: #92a0b3;
  text-align: justify;
  padding: 0 20px 20px;
}

.brief-section-p-center {
  color: #92a0b3;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.team-section-images {
  background-color: #fff;
  height: 500px;
  padding: 60px 40px 40px;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.team-title {
  color: #0bbbef;
  text-align: left;
  font-family: Faktsoft, sans-serif;
}

.text-block-240 {
  color: #92a0b3;
  text-align: left;
  font-family: Faktsoft, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.team-button {
  float: left;
  clear: none;
  text-align: center;
  background-color: #0bbbef;
  border-radius: 20px;
  width: 150px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.image-51 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.khaleeji-section-images {
  background-color: #f7f9fc;
  padding: 40px;
}

.heading-32 {
  color: #0bbbef;
  text-align: left;
  font-family: Faktsoft, sans-serif;
}

.button-11 {
  float: left;
  clear: none;
  text-align: center;
  background-color: #0bbbef;
  border-radius: 20px;
  width: 150px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.bold-text-14 {
  text-align: center;
}

.div-block-59 {
  margin-top: 30px;
}

.home-heading {
  float: left;
  clear: none;
  color: #47525d;
  text-align: left;
  border: 1px #000;
  width: 100%;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: Faktsoft, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  text-decoration: none;
}

.home-paragraph {
  float: left;
  color: var(--light-slate-grey);
  text-align: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Faktsoft, sans-serif;
  font-size: 17px;
  line-height: 28px;
  display: block;
  position: static;
}

.home-paragraph.myclass {
  text-align: center;
}

.home-paragraph.ourstorytitle {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer-col-2 {
  border-right: 0 #0000;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 15px;
}

.footer-title-2 {
  color: #27b8ef;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9edf3;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: Faktsoft, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.icon-en {
  float: left;
  width: 16px;
  margin-left: -25px;
  margin-right: 0;
  padding-top: 10px;
}

.contact-links {
  color: #92a0b3;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.products-section-h1 {
  color: #00abec;
  text-align: center;
  border-bottom: 1px #00abec;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.header-section-platform {
  background-color: #c7eaf4;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.image-52 {
  width: 100%;
}

.platform-col1 {
  padding-top: 100px;
}

.platform-col2 {
  text-align: center;
}

.div-block-60 {
  align-self: auto;
  display: flex;
}

.platform-row {
  flex: 0 auto;
  margin-bottom: 60px;
  display: flex;
}

.platform-flex1 {
  flex: 1;
  align-self: center;
}

.platform-flex2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.platform-item-title {
  color: #0bbbef;
  text-align: center;
  font-family: Faktsoft, sans-serif;
}

.platform-item-content {
  color: #92a0b3;
  text-align: center;
  font-family: Faktsoft, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.image-53 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.platform-row-left, .platform-row-right {
  flex: 0 auto;
  margin-bottom: 60px;
  display: flex;
}

.partner-title {
  color: #00c9ff;
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
}

.coming-soon-social-wrapper {
  clear: right;
  flex: 1;
  justify-content: flex-start;
  padding-bottom: 25px;
  padding-right: 0;
  display: flex;
}

.link-8 {
  color: var(--light-slate-grey);
  font-family: Faktsoft, sans-serif;
  text-decoration: none;
}

.div-block-61 {
  border-right: 1px solid #c7c7c7;
  justify-content: center;
  display: flex;
}

.wg-dropdown-1 {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
}

.wg-dd-1-togle {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
}

.wg-dd-1-togle:hover {
  background-color: var(--white);
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.wg-dropdown-1-link {
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  font-family: Faktsoft, sans-serif;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #3ec0eb;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw6 {
  margin-top: 10px;
  display: inline-block;
  position: absolute;
}

.wg-code {
  display: none;
}

.text-block-241 {
  color: var(--light-slate-grey);
  font-family: Faktsoft, sans-serif;
}

.menuoverlay {
  z-index: 9;
  opacity: 1;
  cursor: pointer;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.menu-overlay {
  z-index: 0;
  background-color: #000000bf;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.menu-modal-scroll {
  width: 100%;
  min-height: auto;
  max-height: none;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: absolute;
}

.menu-close-overlay {
  z-index: 2;
  opacity: .25;
  cursor: pointer;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.text-block-22-hide {
  color: #00abec;
  text-align: left;
  background-color: #0000;
  border-radius: 5px;
  order: 1;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  font-family: Faktsoft, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.div-block-62 {
  flex: none;
}

.div-block-63 {
  flex-flow: row;
  flex: 1;
  place-content: space-around center;
  align-items: baseline;
  padding: 30px;
  display: flex;
}

.div-block-64 {
  width: 100%;
  padding: 25px 25px 25px 8vw;
}

.div-block-65 {
  padding-right: 30px;
}

.contact-details {
  border-right: 0 #0000;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 15px;
  display: inline-block;
}

.div-block-66 {
  float: right;
  display: inline-block;
}

.colored-section {
  background-color: var(--remoteapps);
  padding-top: 30px;
  padding-bottom: 60px;
}

.heading-33 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Faktsoft, sans-serif;
  font-size: 70px;
  display: inline-block;
}

.paragraph-26 {
  color: var(--white);
  font-family: Faktsoft, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.columns-27 {
  margin-top: 60px;
}

.white-section {
  padding-top: 30px;
  padding-bottom: 60px;
}

.heading-33-blue {
  color: var(--remoteapps);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Faktsoft, sans-serif;
  font-size: 70px;
}

.text-block-16-blue {
  color: var(--remoteapps);
  font-family: Faktsoft, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-7-blue {
  color: var(--light-slate-grey);
  margin-bottom: 40px;
  font-family: Faktsoft, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.image-54 {
  filter: brightness(0%) invert();
  width: 90px;
  margin-left: -14px;
  margin-right: 10px;
  padding-left: 0;
}

.pim-header {
  align-items: center;
  display: flex;
}

.image-54-blue {
  filter: hue-rotate(16deg);
  width: 90px;
  margin-left: -14px;
  margin-right: 10px;
  padding-left: 0;
}

.nav-containor {
  max-width: 1224px;
}

.image-55 {
  text-align: center;
  display: inline-block;
}

.div-block-67 {
  margin-top: 0;
  padding-top: 20px;
  display: inline-block;
  position: relative;
}

.lang {
  color: var(--light-slate-grey);
  padding: 8px 0 0 5px;
  font-family: Faktsoft, sans-serif;
  font-weight: 700;
}

.lang:hover, .lang.w--current, .lang.menu-active {
  color: #3ec0eb;
}

.supportheader {
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.html-embed-6 {
  color: var(--light-slate-grey);
  font-family: Faktsoft, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.section-20 {
  background-color: #f6f8f9;
  height: 300px;
}

.updates-heading {
  color: var(--light-slate-grey);
  margin-top: 100px;
  font-family: Faktsoft, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.updates-text {
  color: var(--light-slate-grey);
  margin-top: 20px;
  font-family: Faktsoft, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.success-message-3 {
  background-color: #fff;
}

.text-block-242 {
  color: #55c017;
  font-family: Faktsoft, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.text-block-243 {
  color: #ff0202;
  border-radius: 0;
}

.text-block-244 {
  color: var(--light-slate-grey);
  font-family: Faktsoft, sans-serif;
}

.chat {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4a3aff14;
}

.chat:hover {
  transform: scale3d(.92, .92, 1.01);
}

.chat.whatsapp {
  background-color: #075e54;
  margin-top: 0;
  margin-bottom: 120px;
  margin-right: 26px;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 4px 8px #128c6033;
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.whatsapplogo {
  display: block;
}

.whatsappchatlink {
  height: 0;
  display: block;
}

.heading-34 {
  color: var(--light-slate-grey);
  text-align: center;
  padding: 0 150px;
  font-family: Faktsoft, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.bold-text-17, .bold-text-18 {
  color: var(--remoteapps);
}

.div-block-68 {
  margin-bottom: 10px;
  display: flex;
}

.heading-35 {
  color: var(--remoteapps);
  text-align: center;
  margin-top: 10px;
  font-family: Faktsoft, sans-serif;
  font-weight: 500;
}

.bold-text-19 {
  color: var(--light-slate-grey);
}

.meetingtime {
  color: var(--light-slate-grey);
  text-align: left;
  margin-left: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 18px;
}

.container-14 {
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 30px;
  padding: 40px;
  display: block;
  transform: translate(0);
  box-shadow: 4px 0 20px #0000001a, 0 4px 2px 1px #0000001a;
}

.image-56 {
  margin-top: -100px;
}

.columns-28 {
  background-color: var(--white);
}

.heading-36 {
  color: var(--light-slate-grey);
  font-family: Faktsoft, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.thankyoubg {
  background-color: var(--remoteapps);
  opacity: 1;
  background-image: url('../images/Background.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 200px;
  margin-top: -100px;
}

.error-text {
  color: #f43f5e;
}

.heading-3 {
  color: #1f2937;
}

.text-field-4 {
  color: #9ca3af;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-4:hover {
  border-color: #3b82f6;
}

.text-field-4:focus {
  border-color: #2563eb;
}

.text-field-4::placeholder {
  color: #d1d5db;
}

.field-label-3 {
  color: #6b7280;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.error-message-4 {
  text-align: center;
  background-color: #fff1f2;
}

.success-message-4 {
  background-color: #0000;
  padding: 0;
}

.form-wrapper {
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.form-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

.paragraph-27 {
  font-size: 24px;
  line-height: 36px;
}

.success-text-2 {
  color: #f9fafb;
}

.form-2 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin: 0;
  padding: 32px;
  display: flex;
}

.button-12 {
  color: #fff;
  text-align: center;
  background-color: #3b82f6;
  border-radius: 8px;
  align-items: center;
  margin-top: 16px;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color .25s;
  display: inline-block;
  position: relative;
}

.button-12:hover {
  background-color: #2563eb;
}

.button-12:active {
  background-color: #1d39c4;
}

.button-12:focus {
  background-color: #597ef7;
}

.link-9 {
  color: #3b82f6;
}

.meetinglocation, .meetingdate, .meetingtimezone, .demolist {
  color: var(--light-slate-grey);
  text-align: left;
  margin-left: 10px;
  font-family: Faktsoft, sans-serif;
  font-size: 18px;
}

.terms-text-3 {
  direction: rtl;
  color: #3339;
  text-align: right;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
}

.requestdemobg {
  background-color: var(--remoteapps);
  opacity: 1;
  background-image: url('../images/Background.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 600px;
  margin-top: -500px;
}

.requestdemoheader {
  color: var(--remoteapps);
  text-align: left;
  margin-top: 10px;
  font-family: Faktsoft, sans-serif;
  font-weight: 500;
}

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

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

.div-block-69 {
  background-color: #92a0b380;
  border-radius: 485px;
  width: 200px;
  height: 200px;
  margin: 20px;
  position: static;
}

.column-41 {
  text-align: center;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-42 {
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  place-content: space-around center;
  align-items: baseline;
  margin: 10px 100px 100px;
  padding-left: 0;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #0000;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_component {
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.dropdown-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: #0000;
}

.section-logo-dark {
  background-color: #07090d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-15 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-detail {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.logo-header-white {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 72px;
}

.logo-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-block-dark {
  color: #acb4c3;
  border: 1px solid #3c4353;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: background-color .3s, color .3s, border-color .3s;
  display: flex;
}

.logo-block-dark:hover {
  color: #fff;
  background-color: #232a39;
  border-color: #0000;
}

.navigation-list {
  z-index: 99;
  min-width: 100%;
}

.navigation-list.w--open {
  background-color: #0000;
  min-width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 90px 0 auto;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.navigation-avatar-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.banner-regular {
  grid-column-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #160042;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.navigation-link-grid {
  grid-template-rows: auto;
  height: 100%;
}

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

.navigation-toggle {
  color: #160042;
  letter-spacing: -.01em;
  border-radius: 50px;
  align-items: center;
  height: 100%;
  padding: 12px 30px 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-toggle:hover {
  background-color: #f3f5fb;
}

.navigation-avatar-website {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.navigation-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.navigation-dropdown-base {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 0 0 24px 24px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 5px 48px 140px -48px #393b6a14;
}

.navigation-column {
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navigation-cta {
  grid-row-gap: 24px;
  background-color: #f7f9fd;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.navigation-link-large {
  grid-column-gap: 12px;
  color: #160042;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.navigation-link-large:hover {
  background-color: #f7f9fd;
}

.banner-badge {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #282556;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.banner-badge:hover {
  background-color: #393b6a;
}

.logo-link-large {
  margin-right: 24px;
}

.navigation-dropdown {
  height: 100%;
  position: static;
}

.logo-3 {
  width: 124px;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-avatar-name {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.navigation-arrow-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6b7094;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navigation-arrow-link:hover {
  color: #642eff;
}

.navigation-menu {
  align-items: center;
  display: flex;
  position: static;
}

.avatar-regular {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-heading-detail {
  color: #b6b9ce;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.navigation-cta-image {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 190px;
  display: flex;
}

.navigation-link {
  color: #160042;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-icon-arrow {
  margin-right: 10px;
}

.navigation-link-block {
  padding: 48px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.menu-wrap {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.icon-13 {
  margin-right: 10px;
}

.brand-2 {
  margin-right: 40px;
}

.image-block {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-wrapper {
  background-color: #fff;
  padding: 30px 3%;
  overflow: hidden;
  box-shadow: 33px 115px 100px #0414341a;
}

.navigation-link-block-2 {
  border-radius: 30px;
  padding: 24px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.navigation-link-block-2:hover {
  background-color: #fff3ed;
}

.large-navigation-title {
  color: #181945;
  letter-spacing: -.03em;
  margin-bottom: 14px;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.search-input {
  color: #181945;
  background-color: #1819450d;
  border: 1px solid #1819451a;
  border-radius: 10px;
  min-height: 48px;
  margin-bottom: 0;
}

.search-input:focus {
  border-style: solid;
  border-color: #ff8c4b;
}

.search-input::placeholder {
  color: #18194566;
  letter-spacing: -.03em;
  font-weight: 500;
}

.toggle {
  color: #18194599;
  padding-left: 18px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
}

.toggle:hover, .toggle.w--open {
  color: #ff8c4b;
}

.navigation-left {
  align-items: center;
  width: 100%;
  min-height: 60px;
  display: flex;
}

.navigation-link-text {
  color: #18194580;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.search-icon {
  position: absolute;
  inset: auto 12px auto auto;
}

.navigation-grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  width: 100%;
}

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

.logo-4 {
  width: auto;
  min-width: 150px;
}

.video-link {
  position: absolute;
}

.chevron-arrow {
  width: 6px;
  margin-left: 10px;
}

.featured-block {
  background-color: #ff8c4b1a;
  border-radius: 30px;
  flex-direction: column;
  padding: 32px 20px 20px;
  display: flex;
}

.link-grid-large {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.navigation-button {
  color: #fff;
  white-space: nowrap;
  background-color: #ff8c4b;
  border-radius: 12px;
  margin-left: 20px;
  padding: 18px 24px;
  font-weight: 700;
  transition: all .35s;
}

.navigation-button:hover {
  background-color: #e07437;
}

.dropdown-list-2 {
  min-width: 100%;
}

.dropdown-list-2.w--open {
  background-color: #0000;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  position: absolute;
  inset: 80px 0 auto;
}

.search {
  align-items: center;
  width: 100%;
  max-width: 330px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.dropdown-container {
  background-color: #fff;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-navigation {
  border-bottom: 1px #0414341a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.search-button {
  background-color: #0000;
  min-width: 50px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-2 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navigation-wrap {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #0414341a;
  align-items: center;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.navigation-link-title {
  color: #181945;
  letter-spacing: -.02em;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.navigation-link-2 {
  color: #ff8c4b;
  align-items: center;
  margin-top: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-icon-block {
  background-color: #ff8c4b1a;
  border-radius: 16px;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  padding: 8px;
}

.navigation-paragraph {
  color: #181945;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.dropdown-2 {
  position: static;
}

.link-block-12 {
  color: #18194599;
  padding: 20px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-12:hover {
  color: #ff8c4b;
}

.link-grid-small {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.a-header-tabs-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.a-span-underline {
  color: #5167f6;
  border-bottom: 6px solid #5167f6;
}

.a-header-text-link {
  color: #5167f6;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #5167f6;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: #6478f7;
}

.a-button-primary:active {
  background-color: #7788f8;
}

.a-header-tabs-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100px;
  height: 100px;
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-header-image-background {
  position: absolute;
  inset: 10% 0% 0% 5%;
}

.a-header-section-bg {
  background-color: #f4f4f6;
  padding: 48px 5%;
  position: relative;
}

.a-header-heading-wrapper {
  margin-bottom: 48px;
}

.a-header-content {
  color: #383942;
  max-width: 500px;
}

.a-header-tabs-menu {
  grid-column-gap: 12px;
  margin-bottom: 16px;
  display: flex;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-caption.text-color-gray-500 {
  color: #5e606e;
}

.a-header-tab-link {
  color: #868898;
  background-color: #0000;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 700;
}

.a-header-tab-link.w--current {
  color: #5167f6;
  background-color: #0000;
  text-decoration: underline;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary {
  color: #5167f6;
}

.a-header-images-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.a-header-tabs-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5e606e;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  display: flex;
}

.a-header-image-bottom-left {
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.a-header-tabs-card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  display: flex;
}

.a-button-video {
  grid-column-gap: 12px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-video:hover {
  background-color: #f4f4f6;
}

.a-button-video:active {
  background-color: #eceefe;
}

.a-header-play {
  background-color: #eceefe;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-h1-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.a-header-wrapper {
  position: relative;
}

.a-header-image-top-right {
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  max-width: 250px;
  position: absolute;
  inset: 10% 0% auto auto;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

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

.a-header-grid {
  grid-column-gap: 72px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  align-items: center;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-text-color-orange-900 {
  color: #f69351;
}

.navigation-large-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.navigation-list-column {
  z-index: 99;
  min-width: 100%;
}

.navigation-list-column.w--open {
  background-color: #fff;
  border-radius: 16px;
  min-width: auto;
  margin-left: -220px;
  position: absolute;
  top: 110px;
  overflow: hidden;
  box-shadow: 45px 45px 140px -48px #393b6a1f;
}

.navigation-cta-block {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  background-color: #f7f9fd;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 24px;
  display: flex;
}

.paragraph-small-2 {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.navigation-button-small {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 40px;
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button-small:hover {
  background-color: #282556;
}

.navigation-dropdown-small {
  height: 100%;
  position: static;
}

.navigation-link-icon {
  grid-column-gap: 44px;
  color: #160042;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-link-icon:hover {
  background-color: #f7f9fd;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.navigation-icon {
  background-color: #f7f9fd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 10px;
  display: flex;
}

.navigation-arrow {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-icon-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.navigation-base {
  padding: 16px;
}

@media screen and (min-width: 1440px) {
  .dropdown-toggle {
    border-bottom-style: none;
  }

  .heading, .paragraph {
    padding: 0 20px;
  }

  .products-section {
    background-image: none;
  }

  .column-5 {
    background-color: #fff;
  }

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

  .link-block-2 {
    filter: none;
  }

  .dropdown {
    font-family: Faktsoft, sans-serif;
  }

  .tabs-menu {
    background-color: #fff;
    width: auto;
    padding: 20px;
    display: block;
    position: sticky;
    box-shadow: 20px 0 20px -20px #0003;
  }

  .tab-link-tab-1, .tab-link-tab-2 {
    align-items: flex-start;
  }

  .tab-link-tab-2.w--current {
    border-bottom-style: none;
    border-right: 4px solid #00a3ec;
  }

  .tab-link-tab-3 {
    align-items: flex-start;
  }

  .tab-link-tab-3.w--current {
    border-bottom-style: none;
    border-right: 4px solid #00a3ec;
  }

  .tab-link-tab-4 {
    border-bottom: 1px #000;
    align-items: flex-start;
  }

  .tab-link-tab-4.w--current {
    border-bottom-style: none;
    border-right: 4px solid #00a3ec;
    align-items: flex-start;
  }

  .tabs-content {
    float: none;
    width: 70%;
    margin-left: 40px;
    display: inline-block;
    position: relative;
  }

  .div-block-9 {
    align-self: center;
  }

  .columns-2-copy2 {
    background-color: #fff;
  }

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

  .link-block-3:hover {
    border: 1px solid #94dbff;
  }

  .link-block-4 {
    background-color: var(--white);
  }

  .link-block-4:hover {
    background-color: #30bdfc1a;
    border-style: solid;
    border-color: #94dbff;
  }

  .link-block-5 {
    border-right: 1px solid #f1f1f1;
    border-radius: 0;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .footer-container.fb-footer {
    padding-top: 15px;
  }

  .footer-link, .text-block-230 {
    color: #92a0b3;
  }

  .div-block-49 {
    border-top: 1px #000;
  }

  .icon-11 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .column-29 {
    clear: none;
    text-align: center;
    background-color: #0000;
  }

  .column-29:hover {
    background-color: #0000;
  }

  .html-embed-3 {
    margin-top: -25px;
  }

  .business-grow-section {
    border-top-style: none;
    border-top-color: #0000;
    margin-top: -5px;
  }

  .bold-text-3 {
    color: #00abec;
  }

  .icons-box {
    padding: 20px;
  }

  .grid-6-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
  }

  .body {
    background-color: #fff;
  }

  .ptabs-menu {
    background-color: #fff;
    width: auto;
    padding: 20px;
    display: block;
    position: relative;
  }

  .ptabs-content {
    float: none;
    width: 70%;
    margin-left: 40px;
    display: inline-block;
    position: relative;
  }

  .ctab-link-tab-1 {
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .ptab-link-tab-2 {
    align-items: flex-start;
  }

  .ptab-link-tab-2.w--current {
    border-bottom-style: solid;
    border-right: 4px #00a3ec;
  }

  .ptab-link-tab-3 {
    align-items: flex-start;
  }

  .ptab-link-tab-3.w--current {
    border-bottom-style: solid;
    border-right: 4px #00a3ec;
  }

  .ptab-link-tab-4 {
    border-bottom: 4px solid #ccc;
    align-items: flex-start;
  }

  .ptab-link-tab-4.w--current {
    border-bottom-style: solid;
    border-right: 4px #00a3ec;
    align-items: flex-start;
  }

  .card_row {
    flex-direction: row;
    width: auto;
    margin-right: 53px;
  }

  .card_base {
    text-align: center;
    width: 23%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-18 {
    margin-top: 49px;
  }

  .ctabs-menu {
    background-color: #fff;
    width: auto;
    padding: 20px 0;
    display: flex;
    position: relative;
  }

  .ctabs-content {
    float: none;
    width: 100%;
    margin-left: 0;
    display: inline-block;
    position: relative;
  }

  ._4-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: inline-block;
  }

  ._4-col._4-col-last {
    flex: 0 auto;
    order: 0;
    width: 600px;
  }

  .blog5-articles-wrapper {
    clear: none;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
    position: static;
  }

  .blog5-article-cover.blog5-article-image1 {
    width: 100%;
  }

  .div-block-51 {
    float: none;
    text-align: left;
    width: auto;
    max-width: 100%;
    display: block;
    position: relative;
  }

  .div-block-52 {
    text-align: left;
  }

  .div-block-51-copy {
    float: none;
    text-align: left;
    width: auto;
    max-width: 100%;
    display: block;
    position: relative;
  }

  .ctab-link-tab-1-copy {
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .div-block-58 {
    padding-left: 0;
  }

  .column-36 {
    background-color: #fff;
    height: 30px;
  }

  .columns-24, .column-37 {
    background-color: #fff;
  }

  .link-7 {
    padding-left: 30px;
  }

  .home-products-section {
    background-image: none;
  }

  .home-heading, .home-paragraph {
    padding: 0 20px;
  }

  .contact-links {
    color: #92a0b3;
  }
}

@media screen and (min-width: 1920px) {
  .dropdown-list.w--open {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-col {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .column-5 {
    background-color: #fff;
    flex: none;
    align-self: center;
  }

  .column-6 {
    flex: none;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-auto-rows: 175px;
  }

  .link-block-2 {
    background-color: #ffffff1a;
  }

  .section-6 {
    background-color: #fff;
  }

  .tabs-menu {
    width: auto;
    padding: 20px;
    position: sticky;
    top: 100px;
  }

  .text-block-21 {
    display: none;
  }

  .div-block-9 {
    align-self: center;
  }

  .grid-6 {
    grid-column-gap: 0px;
    align-self: flex-start;
    margin-left: 0;
  }

  .grid-6-copy {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .link-block-3:hover {
    background-color: #30bdfc1a;
    border: 1px solid #94dbff;
  }

  .link-block-4 {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
  }

  .link-block-4:hover {
    background-color: #30bdfc1a;
    border-style: solid;
    border-color: #94dbff;
  }

  .link-block-5 {
    width: 100%;
  }

  .icon-11 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .columns-20 {
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column-29 {
    margin: 0 auto;
    padding-right: 20px;
    left: auto;
    right: auto;
  }

  .column-29:hover {
    box-shadow: none;
    background-color: #0000;
    transform: none;
  }

  .html-embed-3 {
    margin-top: -25px;
  }

  .business-grow-section {
    border: 1px #000;
    border-top-color: #0000;
  }

  .icons-box {
    border-radius: 7px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-6-about {
    grid-column-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .notice-section.cta-notice {
    height: 35px;
  }

  .text-block-236, .button-9 {
    padding-top: 8px;
  }

  .ptabs-menu {
    box-shadow: none;
    width: auto;
    padding: 20px;
    position: relative;
    top: auto;
  }

  .ptab-link-tab-2.w--current {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .ptab-link-tab-3 {
    border-right: 1px #000;
  }

  .ptab-link-tab-3.w--current {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .ptab-link-tab-4 {
    border-bottom: 4px solid #ccc;
  }

  .ptab-link-tab-4.w--current {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .ctabs {
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .ctabs-menu {
    box-shadow: none;
    width: auto;
    padding: 20px 0;
    position: relative;
    top: auto;
  }

  .ctabs-content {
    width: 100%;
    margin-left: 0;
  }

  ._4-col {
    width: 100%;
  }

  .blog5-articles-wrapper {
    justify-content: space-between;
    display: flex;
    position: relative;
  }

  .tab-pane-tab-1 {
    float: none;
    width: auto;
    position: static;
    overflow: visible;
  }

  .div-block-53 {
    width: 100%;
  }

  .div-block-54 {
    position: relative;
  }

  .link-7 {
    text-align: left;
    justify-content: space-around;
    align-self: center;
    align-items: flex-start;
    padding-left: 15px;
  }

  .link-7-1 {
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .home-products-section {
    background-color: #f7f9fc;
  }

  .value-title {
    font-family: Faktsoft, sans-serif;
  }

  .value-text, .brief-section-p-center {
    text-align: center;
  }

  .div-block-61 {
    justify-content: flex-end;
    display: flex;
  }

  .div-block-64 {
    padding-left: 7vw;
  }
}

@media screen and (max-width: 991px) {
  .requestdemobutton {
    clear: both;
    font-size: 12px;
    line-height: 16px;
  }

  .requestdemobutton.w--current {
    width: 100%;
  }

  .nav-link-2 {
    margin-left: 0;
    padding: 18px 10px 18px 30px;
    font-size: 12px;
  }

  .nav-link-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-5 {
    padding: 18px 10px;
    font-size: 12px;
  }

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

  .dropdown-toggle {
    padding: 18px 20px 18px 10px;
    font-size: 14px;
    display: block;
  }

  .dropdown-toggle.w--open {
    margin-left: 10px;
    margin-right: 10px;
  }

  .dropdown-list {
    flex-direction: column;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: none;
    right: 0%;
  }

  .dropdown-list.w--open {
    width: 100%;
    position: static;
  }

  .heading {
    margin-top: 10vh;
    padding-left: 0;
    padding-right: 40px;
    font-size: 30px;
    line-height: 34px;
  }

  .column {
    padding-left: 0;
  }

  .column-2 {
    grid-template-columns: .25fr 2.5fr;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 40px;
  }

  .div-block {
    margin-right: auto;
  }

  .image {
    height: 380px;
  }

  .brief-section-h1 {
    font-size: 30px;
  }

  .text-block-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid {
    grid-template-rows: repeat(auto-fit, 250px);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(250px, 1fr);
    align-self: flex-end;
  }

  .div-block-2 {
    padding-top: 30px;
  }

  .grid-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
    justify-content: space-between;
    align-items: stretch;
  }

  .heading-5 {
    margin-top: 10px;
    font-size: 18px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .columns {
    width: 100%;
    padding: 15px;
  }

  .menu-col {
    background-color: #fff;
    flex-flow: row;
    align-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 35px;
    display: block;
    position: relative;
  }

  .column-5 {
    background-color: #fff;
    flex: 0 auto;
    padding-right: 0;
    display: none;
  }

  .column-6 {
    flex: 0 0 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    display: block;
    position: relative;
  }

  .heading-9 {
    font-size: 16px;
  }

  .link-block-2 {
    border-top-style: solid;
    border-left-style: solid;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .product-icon {
    width: 40px;
  }

  .nav-menu {
    background-color: var(--white);
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    padding-left: 5px;
  }

  .dropdown {
    width: 100%;
    font-family: Faktsoft, sans-serif;
  }

  .image-11 {
    text-align: center;
    width: 160px;
    max-width: none;
    padding-top: 10px;
  }

  .section-ws {
    background-size: cover;
  }

  .module-demo-btn {
    margin-left: 0;
  }

  .grid-3 {
    grid-row-gap: 20px;
  }

  .mc-title {
    font-size: 24px;
    line-height: 30px;
  }

  .mc-des {
    font-size: 16px;
  }

  .mc-col-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-19 {
    font-size: 20px;
  }

  .button-5 {
    width: 70%;
    height: 50px;
    font-size: 16px;
  }

  .special-container {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-12 {
    align-items: flex-start;
    display: flex;
  }

  .text-block-21 {
    font-size: 13px;
  }

  .icon, .icon-2 {
    margin-right: 5px;
  }

  .icon-3 {
    padding-left: 20px;
  }

  .column-19 {
    align-self: center;
  }

  .html-embed {
    display: none;
  }

  .mobilemenubutton.w--open {
    background-color: #0000;
  }

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

  .div-block-2-copy {
    padding-top: 30px;
  }

  .menu-col2 {
    background-color: #fff;
    flex-flow: row;
    align-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 35px;
    position: relative;
  }

  .grid-6 {
    display: block;
  }

  .columns-2-copy2 {
    background-color: #fff;
    flex-flow: row;
    align-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 35px;
    position: relative;
  }

  .div-block-2-copy2, .div-block-2-copy1 {
    padding-top: 30px;
  }

  .columns-15 {
    display: flex;
  }

  .column-21, .column-22 {
    align-self: center;
  }

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

  .section-hc, .section-fi, .section-b, .section-es, .section-pm, .section-dw, .section-cs, .section-ep, .section-lm, .section-it, .section-em {
    background-size: cover;
  }

  .slider-section {
    width: 60%;
    margin-right: -20%;
  }

  .login-section {
    padding-left: 5%;
  }

  .slider-image {
    width: 130%;
    min-width: 130%;
    margin-left: -15%;
    margin-right: -15%;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .margin-bottom, .section-header {
    margin-bottom: 40px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brand.w--current {
    flex-wrap: nowrap;
    place-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .testimonial-div-box {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .testimonial-text-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .holder-testimonials {
    flex-wrap: wrap;
  }

  .column-29.sdg {
    margin-top: -8px;
    padding-left: 0;
  }

  .image-39 {
    width: 41px;
  }

  .text-block-235 {
    font-size: 10px;
  }

  .centre_block {
    width: 150px;
  }

  .process_details {
    padding: 10px;
  }

  .process_image_wrap {
    padding: 15px;
  }

  .ptab-link-tab-2.w--current {
    width: 25%;
  }

  .card_col_2 {
    padding-right: 0;
  }

  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .card_row {
    padding-left: 0;
  }

  .col_60-copy {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .blog5-articles-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .blog5-article-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .content3-text-wrap {
    text-align: center;
  }

  .btn.btn-white.blog2-card-cta {
    text-align: center;
    display: block;
    bottom: 20px;
    left: 30px;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-80-start {
    flex-direction: column;
  }

  .wrap.w50-center {
    text-align: center;
    flex-direction: column-reverse;
  }

  ._6-col-last {
    width: auto;
  }

  .content3-headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .blog3-articles-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .card-headline {
    width: 60%;
    max-width: 100%;
    display: block;
  }

  .card-headline._6col-card {
    width: 60%;
    display: block;
  }

  .blog3-card {
    text-align: left;
  }

  .blog3-card.blog3-card1-content {
    width: auto;
  }

  ._4-col-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col-2._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .blog5-articles-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .blog5-article-wrapper-2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .hero2-text-wrap {
    width: 100%;
  }

  .column-19about {
    align-self: center;
  }

  .content7-numbers-wrap {
    flex-direction: column;
    align-items: center;
  }

  .content7-number-card {
    text-align: center;
  }

  .block-left {
    width: 100%;
    min-height: 50vh;
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .page-wrapper {
    flex-direction: column;
  }

  .block-right {
    width: 100%;
    min-height: 50vh;
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .tab-on {
    width: 100%;
    min-height: 90px;
    margin-bottom: 15px;
  }

  .tab-on.w--current {
    width: 100%;
    margin-bottom: 15px;
  }

  .phone {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tabs-menu-2 {
    margin-right: 0;
  }

  .tabs-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .dropdown-icon {
    margin-top: 20px;
    margin-right: 0;
  }

  .home-page-heading, .featuers-page-heading {
    font-size: 30px;
  }

  .mbilehumbergurmenu {
    color: var(--remoteapps);
  }

  .section-title {
    font-size: 30px;
  }

  .home-heading {
    margin-top: 10vh;
    padding-left: 0;
    padding-right: 40px;
    font-size: 30px;
    line-height: 34px;
  }

  .home-paragraph {
    padding-left: 0;
    padding-right: 40px;
  }

  .products-section-h1 {
    font-size: 30px;
  }

  .platform-col2 {
    align-self: center;
  }

  .platform-col {
    align-items: flex-start;
    display: flex;
  }

  .menu-modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-66 {
    width: 100%;
  }

  .lang {
    font-size: 12px;
  }

  .menu-icon1_line-middle {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .menu-icon1_line-bottom {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-logo-dark {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .navigation-list.w--open {
    border-bottom: 4px solid #1a1a1a;
    height: 420px;
    position: static;
    overflow: auto;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation {
    position: relative;
  }

  .navigation-avatar-wrapper {
    margin-right: 14px;
  }

  .navigation-toggle {
    justify-content: flex-start;
    width: 100%;
  }

  .navigation-toggle.w--open {
    color: #160042;
    background-color: #f7f9fd;
    width: 100%;
  }

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

  .navigation-dropdown-base {
    box-shadow: none;
  }

  .logo-link-large {
    margin-right: 0;
  }

  .menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

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

  .navigation-link {
    width: 100%;
  }

  .navigation-link-block {
    padding: 24px;
  }

  .menu-wrap {
    background-color: #fff;
    height: auto;
    position: absolute;
  }

  .brand-2 {
    margin-right: 10px;
    padding: 0;
  }

  .dropdown-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-link-block-2 {
    padding: 16px;
  }

  .toggle {
    width: 100%;
  }

  .toggle.w--open {
    color: #fff;
    background-color: #ff8c4b;
    width: 100%;
  }

  .navigation-grid-2 {
    grid-template-columns: 1fr;
  }

  .image-full {
    max-width: 440px;
  }

  .logo-4 {
    width: auto;
  }

  .featured-block {
    align-items: flex-start;
    display: none;
  }

  .link-grid-large {
    grid-column-gap: 12px;
  }

  .navigation-button {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-list-2.w--open {
    padding-top: 0;
    position: static;
  }

  .search {
    display: none;
  }

  .menu-button-2 {
    color: #ff8c4b;
    background-color: #f3f3f6;
    border-radius: 15px;
    margin-left: 14px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #ff8c4b;
  }

  .dropdown-container {
    padding: 0;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .link-block-12 {
    text-align: left;
    width: 100%;
  }

  .link-grid-small {
    grid-template-columns: 1fr 1fr;
  }

  .a-button-primary {
    display: flex;
  }

  .a-header-button-wrapper {
    justify-content: center;
  }

  .a-header-tabs-card {
    flex-direction: column-reverse;
  }

  .a-header-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .navigation-list-column.w--open {
    height: 400px;
    margin-left: 0;
    position: static;
    overflow: auto;
  }

  .navigation-dropdown-small {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .requestdemobutton {
    float: none;
    width: 80%;
    margin-left: 16px;
    font-size: 16px;
  }

  .nav-link-2 {
    margin-left: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .nav-link-5 {
    margin-left: 10px;
    font-size: 16px;
  }

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

  .dropdown-toggle {
    margin-top: 0;
    margin-left: 10px;
  }

  .dropdown-list {
    display: none;
  }

  .dropdown-list.w--open {
    box-shadow: none;
  }

  .heading {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 34px;
    line-height: 36px;
  }

  .paragraph {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .image {
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brief-section-h1 {
    font-size: 32px;
  }

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

  .image-2 {
    width: 18%;
    min-width: 18%;
  }

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

  .paragraph-2 {
    font-size: 14px;
  }

  .text-link {
    text-align: left;
    text-transform: none;
    font-size: 13px;
  }

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

  .menu-col {
    box-shadow: none;
    padding: 0 10px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: repeat(auto-fit, 40px);
    grid-template-columns: 1fr;
    grid-auto-rows: 40px;
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .heading-9 {
    margin-right: 10px;
  }

  .link-block-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .product-icon {
    width: 30px;
  }

  .nav-menu {
    background-color: var(--white);
    height: 100vh;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
  }

  .module-title {
    font-size: 32px;
    line-height: 38px;
  }

  .module-header-col {
    flex-direction: column;
  }

  .module-content-col {
    flex-direction: column-reverse;
  }

  .text-block-11 {
    font-size: 22px;
  }

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

  .image-22 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    flex: 0 auto;
    width: 20%;
  }

  .text-block-15 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100%;
  }

  .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4 {
    flex: 0 auto;
    width: 20%;
  }

  .text-block-16 {
    margin-bottom: 15px;
  }

  .grid-4 {
    margin-left: 21px;
    margin-right: 21px;
  }

  .image-23 {
    height: 75px;
  }

  .columns-10 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .button-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .columns-11, .columns-12 {
    flex-direction: column;
  }

  .text-block-21 {
    display: none;
  }

  .icon {
    margin-right: 20px;
  }

  .mobilemenubutton {
    background-color: #0000;
  }

  .mobilemenubutton.w--open {
    color: #26aae0;
    background-color: #0000;
  }

  .text-block-22 {
    display: none;
  }

  .div-block-2-copy {
    flex-direction: row;
    width: 100%;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-2-copy {
    width: 30px;
    min-width: auto;
    margin-left: 8px;
  }

  .text-block-22-copy {
    color: #16b8ef;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 600;
  }

  .menu-col2 {
    padding: 0 10px;
  }

  .grid-6 {
    float: left;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: 40px;
    grid-template-columns: 1fr;
    grid-auto-rows: 40px;
    width: 100%;
    margin-left: 0%;
  }

  .columns-2-copy2 {
    padding: 0 10px;
  }

  .grid-6-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 0;
  }

  .image-2-copy2, .image-2-copy1 {
    width: 18%;
    min-width: 18%;
  }

  .columns-15 {
    flex-direction: column;
  }

  .column-23 {
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .module-content-col-inv {
    flex-direction: column;
  }

  .link-block-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 5px;
  }

  .link-block-4, .link-block-5 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40px;
  }

  .grid-8 {
    max-width: 100%;
  }

  .text-block-223 {
    font-size: 16px;
    line-height: 30px;
  }

  .supportdiv1, .supportdiv2, .supportdiv3 {
    max-width: 100%;
  }

  .text-block-224 {
    font-size: 16px;
  }

  .text-block-225 {
    font-size: 14px;
  }

  .div-block-13 {
    max-width: 100%;
  }

  .text-block-226 {
    font-size: 14px;
  }

  .text-block-227 {
    display: none;
  }

  .text-block-228 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-14 {
    max-width: 100%;
  }

  .columns-16 {
    display: flex;
  }

  .slider-section {
    display: none;
  }

  .login-head {
    font-size: 20px;
  }

  .login-label {
    margin-bottom: 2px;
  }

  .login-section {
    margin-left: auto;
    margin-right: auto;
    padding-right: 5%;
    display: block;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .login-box {
    align-items: center;
  }

  .login-button {
    margin-top: 15px;
  }

  .login-image {
    height: 28px;
  }

  .footer-container {
    flex-wrap: wrap;
  }

  .footer-container.fb-footer {
    flex-direction: column;
  }

  .footer-col {
    flex: 0 0 50%;
  }

  .logo-text {
    text-align: center;
  }

  .fb-footer-wrapper, .login-button-2 {
    margin-top: 15px;
  }

  .login-head-2 {
    font-size: 20px;
  }

  .login-label-2 {
    margin-bottom: 2px;
  }

  .modal-scroll {
    overflow: auto;
  }

  .login-container-2 {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .login-overlay {
    display: none;
  }

  .error-message-2 {
    border-radius: 7px;
  }

  .login-label-3 {
    margin-bottom: 2px;
  }

  .row {
    flex-wrap: wrap;
  }

  .col.lg-3.sm-2 {
    width: 100%;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .logo {
    width: 130px;
  }

  .testimonial-columns-2 {
    flex-direction: column;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .holder-testimonials {
    margin-left: 5%;
    margin-right: 5%;
  }

  .column-29 {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .image-39 {
    width: 60px;
  }

  .text-block-235 {
    font-size: 14px;
  }

  .column-30 {
    margin-bottom: 15px;
  }

  .column-31 {
    margin-bottom: 15px;
    padding-left: 0;
  }

  .centre_block {
    width: 55px;
  }

  .process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .process_line {
    inset: 0% auto 0% 25px;
  }

  .process_card_02 {
    margin-bottom: 35px;
  }

  .process_details {
    justify-content: flex-start;
    width: 90%;
    min-height: auto;
    padding: 20px;
  }

  .h1 {
    font-size: 38px;
    line-height: 38px;
  }

  .process_image_wrap {
    display: none;
  }

  .process_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-6-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 0;
  }

  .ctab-link-tab-1, .ctab-link-tab-1.w--current {
    flex: 0 auto;
    width: 20%;
  }

  .ptab-link-tab-2 {
    flex: 0 auto;
  }

  .ptab-link-tab-2.w--current {
    width: 25%;
  }

  .ptab-link-tab-3, .ptab-link-tab-4 {
    flex: 0 auto;
    width: 20%;
  }

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

  .col_60 {
    flex-direction: column;
  }

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

  .col_60-copy {
    flex-direction: column;
  }

  .ctab-link-tab-1-copy, .ctab-link-tab-1-copy.w--current {
    flex: 0 auto;
    width: 20%;
  }

  ._6-col {
    margin-right: 0;
  }

  .btn.btn-white.blog2-card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-headline {
    width: 60%;
    display: block;
  }

  .h1-jumbo {
    font-size: 44px;
    line-height: 56px;
  }

  .page-content {
    padding-right: 0;
  }

  .tabs-menu-2 {
    margin-right: 0;
  }

  .home-page-heading, .featuers-page-heading, .section-title {
    font-size: 32px;
  }

  .home-heading {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 34px;
    line-height: 36px;
  }

  .home-paragraph {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .footer-col-2 {
    flex: 0 0 50%;
  }

  .products-section-h1 {
    font-size: 32px;
  }

  .platform-col {
    flex-direction: column;
  }

  .menu-modal-scroll {
    overflow: auto;
  }

  .text-block-22-hide {
    display: none;
  }

  .contact-details {
    flex: 0 0 50%;
  }

  .text-block-16-blue {
    margin-bottom: 15px;
  }

  .lang {
    font-size: 16px;
  }

  .success-message-3 {
    background-color: #fff;
  }

  .text-block-242 {
    color: var(--remoteapps);
    font-family: Faktsoft, sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 29px;
  }

  .text-block-243 {
    color: red;
    font-family: Faktsoft, sans-serif;
    font-weight: 700;
  }

  .form-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .banner-regular {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .link-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .navigation-button {
    display: none;
  }

  .a-header-tabs-grid {
    grid-template-columns: 1fr;
  }

  .a-header-section-bg {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-header-tabs-card {
    flex-direction: row-reverse;
  }

  .a-h1-heading {
    font-size: 48px;
  }

  .a-header-image-top-right {
    display: none;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .navigation-large-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .requestdemobutton {
    clear: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .requestdemobutton.w--current {
    width: 90%;
  }

  .nav-link-2, .nav-link-5.text-block {
    margin-left: 0;
    padding-left: 20px;
  }

  .text-block {
    padding-right: 0;
  }

  .dropdown-toggle {
    margin-right: 10px;
    padding-right: 10px;
    display: block;
  }

  .dropdown-toggle.w--open {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    display: block;
  }

  .dropdown-list {
    display: none;
    position: static;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .heading {
    margin-top: 5vh;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3vh;
    line-height: 3vh;
  }

  .paragraph {
    color: var(--darkblue);
  }

  .image {
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.special-container {
    align-items: center;
  }

  .brief-section-h1 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .text-block-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 250px;
    grid-template-columns: repeat(auto-fit, 95%);
    grid-auto-rows: 250px;
    grid-auto-columns: 95%;
    align-self: center;
    margin-left: 0;
    margin-right: 20px;
  }

  .div-block-2 {
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .image-2 {
    width: 50px;
  }

  .text-block-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 30px;
  }

  .grid-copy {
    grid-template-rows: repeat(auto-fit, 200px);
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 20px;
  }

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

  .menu-col {
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .column-5 {
    height: auto;
  }

  .column-6 {
    height: auto;
    margin-bottom: 10px;
    position: static;
  }

  .grid-2 {
    grid-template-rows: 130px;
    grid-auto-rows: 130px;
    height: auto;
    margin-top: 10px;
    display: block;
  }

  .heading-9 {
    align-self: flex-start;
  }

  .link-block-2 {
    border-radius: 5px;
    height: auto;
    margin-bottom: 10px;
    padding: 15px;
    display: block;
  }

  .product-icon {
    width: 50px;
    margin-top: 0;
    margin-left: 0;
  }

  .nav-menu {
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    overflow: auto;
  }

  .dropdown {
    width: 100%;
  }

  .image-11 {
    clear: left;
    text-align: center;
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: auto;
    height: 45px;
    padding-top: 0;
    display: inline-block;
  }

  .module-header-col-right {
    flex: 0 auto;
    order: -1;
  }

  .module-contact-btn {
    font-size: 14px;
  }

  .module-demo-btn {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .module-header-col {
    flex: 0 auto;
    align-self: auto;
  }

  .brief-section-p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mc-title, .mc-des {
    text-align: center;
  }

  .module-content-col {
    flex-direction: column;
  }

  .mc-col-left {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-14 {
    width: 100%;
  }

  .image-22 {
    height: 30px;
  }

  .text-block-15 {
    display: none;
  }

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

  .image-24 {
    width: 100%;
  }

  .text-block-20 {
    padding: 5px 10px;
    font-size: 22px;
  }

  .heading-11-copy {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 24px;
  }

  .special-container {
    width: auto;
    max-width: none;
    padding: 10px;
  }

  .div-block-8 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .icon {
    margin-right: 0;
  }

  .column-20 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .mobilemenubutton {
    float: right;
    clear: left;
    color: #16b4fb;
    text-align: center;
    background-color: #0000;
    width: 20%;
    padding: 10px;
    display: inline-block;
  }

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

  .div-block-2-copy {
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .image-2-copy {
    align-self: flex-start;
    width: 50px;
    margin-bottom: 5px;
    margin-left: 0;
    display: block;
  }

  .text-block-22-copy {
    float: left;
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    place-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .grid-6 {
    grid-template-rows: 100px;
    grid-auto-rows: 100px;
    place-content: center;
    place-items: center;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    display: block;
  }

  .div-block-2-copy2, .div-block-2-copy1 {
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .image-2-copy2, .image-2-copy1 {
    width: 50px;
  }

  .module-content-col-inv {
    flex-direction: column-reverse;
  }

  .tabs {
    width: 100%;
  }

  .link-block-3 {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    height: auto;
    margin-top: 2px;
    display: block;
  }

  .text-block-224 {
    font-size: 14px;
  }

  .text-block-226 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-44 {
    justify-content: center;
    padding: 8px;
  }

  .grid-9 {
    grid-auto-flow: row;
  }

  .paragraph-23 {
    margin-bottom: 0;
    font-size: 14px;
    display: none;
  }

  .slider {
    width: 100vw;
  }

  .section-hc {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .login-head {
    font-size: 18px;
  }

  .login-section {
    width: 100%;
    min-width: 0;
    padding-bottom: 50px;
  }

  .login-container {
    min-width: 0;
  }

  .footer-col {
    text-align: center;
    flex-basis: 100%;
  }

  .footer-text {
    margin-bottom: 10px;
  }

  .fb-footer-wrapper {
    flex-direction: column;
  }

  .login-head-2 {
    font-size: 18px;
  }

  .login-container-2 {
    margin-bottom: 70px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-3 {
    width: 100%;
  }

  .button-6 {
    text-align: center;
    display: block;
  }

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

  .brand {
    width: 35.944%;
  }

  .brand.w--current {
    float: right;
    clear: both;
    flex-direction: row;
    justify-content: flex-start;
    width: 80%;
    max-width: none;
    display: inline-block;
    position: absolute;
  }

  .testimonial-content-wrap, .testimonial-image-block {
    padding: 15px;
  }

  .inner-div {
    flex-direction: column;
  }

  .testimonial-div-box {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .testimonial-text-div {
    width: 100%;
  }

  .img-div._1, .img-div._2, .img-div._1, .img-div._2, .img-div._3, .img-div._4, .img-div._5, .img-div._6 {
    width: 100px;
  }

  .heading-19 {
    padding: 10px;
  }

  .cta-request-demo-section {
    background-position: 90%;
    background-size: cover;
    height: 280px;
  }

  .column-29 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .text-block-235 {
    font-size: 14px;
  }

  .column-30 {
    margin-bottom: 31px;
  }

  .column-31 {
    margin-bottom: 31px;
    padding-left: 0;
  }

  .column-32 {
    padding-left: 0;
  }

  .h2-3 {
    font-size: 27px;
  }

  .process_details {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .icons-box {
    float: none;
    clear: none;
  }

  .bold-text-8 {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-right: 19px;
  }

  .ptabs {
    width: 100%;
  }

  .ptab-link-tab-2 {
    width: 25%;
    padding: 10px 0;
  }

  .ptab-link-tab-2.w--current, .ptab-link-tab-3 {
    width: 25%;
  }

  .ptab-link-tab-4.w--current {
    width: 26%;
  }

  .ctabs {
    width: 100%;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .btn.btn-white {
    display: block;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .display-heading {
    font-size: 62px;
  }

  .form {
    flex-direction: column;
    max-width: 100%;
  }

  .text-field-3 {
    border-radius: 10px;
  }

  .submit-button-3 {
    border-radius: 10px;
    margin-top: 10px;
  }

  .page-content {
    text-align: center;
    max-width: 100%;
  }

  .block-right {
    clear: none;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    align-items: center;
  }

  .tabs-menu-2 {
    margin-right: 0;
  }

  .sub-title {
    align-self: flex-start;
  }

  .sub-title2 {
    float: left;
    text-align: left;
    align-self: auto;
    width: 100%;
  }

  .round-line {
    margin-left: auto;
    margin-right: auto;
  }

  .brief-section {
    margin-top: 140px;
    padding-top: 0;
  }

  .home-page-heading, .featuers-page-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .mbilehumbergurmenu {
    display: inline-block;
  }

  .dropdown-toggle-2 {
    width: 100%;
    display: block;
  }

  .section-title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .container-13 {
    padding-bottom: 10px;
  }

  .value-box-container {
    flex-flow: column wrap;
    place-content: stretch space-between;
    align-items: center;
  }

  .value-box {
    width: 80%;
  }

  .value-text {
    text-align: center;
  }

  .team-section-images {
    height: auto;
  }

  .grid-12 {
    float: none;
    clear: none;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .home-heading {
    margin-top: 5vh;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3vh;
    line-height: 3vh;
  }

  .footer-col-2 {
    text-align: left;
    flex-basis: 100%;
  }

  .contact-links {
    text-align: left;
  }

  .products-section-h1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .platform-col1 {
    order: 1;
    padding-top: 0;
  }

  .platform-col2 {
    flex: 1;
    align-self: stretch;
  }

  .platform-item-title {
    font-size: 1.5rem;
  }

  .platform-item-content {
    text-align: center;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .platform-row-left, .platform-row-right {
    padding: 20px;
  }

  .bold-text-15 {
    line-height: 30px;
  }

  .column-38 {
    flex: 0 auto;
    align-self: stretch;
  }

  .contact-details {
    text-align: left;
    flex-basis: 100%;
  }

  .div-block-66 {
    width: 100%;
    display: block;
  }

  .heading-33 {
    font-size: 30px;
  }

  .heading-33-blue {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .image-54, .image-54-blue {
    width: 60px;
    margin-left: 0;
  }

  .lang {
    padding-right: 0;
  }

  .updates-heading {
    text-align: center;
  }

  .updates-text {
    text-align: center;
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .chat {
    width: 56px;
    height: 56px;
  }

  .heading-34 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-68 {
    display: none;
  }

  .heading-35 {
    font-size: 30px;
  }

  .container-14 {
    flex-flow: row-reverse;
    padding: 20px;
  }

  .columns-28 {
    flex-direction: column;
    display: flex;
  }

  .heading-36 {
    display: none;
  }

  .thankyoubg {
    background-size: contain;
  }

  .column-40 {
    margin-bottom: 40px;
  }

  .requestdemobg {
    background-size: contain;
  }

  .requestdemoheader {
    font-size: 30px;
  }

  .logo-title-wrapper {
    text-align: center;
  }

  .logo-header-white {
    font-size: 44px;
    line-height: 62px;
  }

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

  .navigation-avatar-wrapper {
    display: none;
  }

  .navigation-link-grid {
    grid-template-columns: 1fr;
  }

  .navigation-cta {
    padding: 24px;
  }

  .navigation-link-block {
    padding-left: 14px;
    padding-right: 14px;
  }

  .link-grid-large {
    grid-template-columns: 1fr;
  }

  .navigation-link-2 {
    margin-top: 12px;
  }

  .navigation-icon-block {
    display: none;
  }

  .link-grid-small {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-header-button-wrapper {
    flex-direction: column;
  }

  .a-header-images-wrapper {
    height: 270px;
  }

  .a-header-image-bottom-left {
    inset: auto 0% 0% auto;
  }

  .a-header-tabs-card {
    flex-direction: column-reverse;
  }

  .a-header-image-top-right, .navigation-button-small {
    display: none;
  }
}

#w-node-_8c7c33fd-d91d-8909-e06d-1b0964144df1-cae662b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0739363d-b6f9-db9e-58ef-0d231ce75096-f35a828b {
  order: 0;
  place-self: stretch start;
}

#w-node-_9cfa4fdc-6768-5467-49ba-197aaf029691-835a8296 {
  place-self: center start;
}

#w-node-e4f43c75-59b0-0de1-09b5-f5906a6cb0ba-835a8296 {
  align-self: center;
}

#w-node-a0408df7-5723-0292-9c8b-4041af43e8bf-9375f1e1 {
  grid-area: Header;
  align-self: stretch;
}

#w-node-_3ad15c43-9255-5e6e-e0fe-366f5e320477-9375f1e1, #w-node-_3ad15c43-9255-5e6e-e0fe-366f5e32047a-9375f1e1, #w-node-_3ad15c43-9255-5e6e-e0fe-366f5e32047d-9375f1e1 {
  justify-self: center;
}

#w-node-_578ee985-8778-fa99-712f-ca9ab71bcac5-b69a86c0, #w-node-_578ee985-8778-fa99-712f-ca9ab71bcaee-b69a86c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98d54fd-b7d9-bc3b-7837-c5c67b61ad2c-96ae5449 {
  order: 0;
  place-self: stretch start;
}

@media screen and (min-width: 1920px) {
  #w-node-b3968374-bbdb-5d0e-2cf0-a9e7d1bba6c4-cae662b3 {
    place-self: auto;
  }

  #w-node-_8c7c33fd-d91d-8909-e06d-1b0964144df1-cae662b3 {
    place-self: center stretch;
  }

  #w-node-_663547d8-6c48-e482-db90-2ed0fdfbf6c0-cae662b3, #w-node-_0915c997-41c6-4cab-6472-bda426a1cf34-cae662b3, #w-node-_8c7c33fd-d91d-8909-e06d-1b0964144dfb-cae662b3, #w-node-afe5cdab-71cf-9cec-d9f2-ace102f64f05-cae662b3, #w-node-_153332ed-5509-0eca-9f3f-db562e6cdfe5-cae662b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_8c7c33fd-d91d-8909-e06d-1b0964144df1-cae662b3 {
    grid-row: span 1 / span 1;
    place-self: center;
  }

  #w-node-_8c7c33fd-d91d-8909-e06d-1b0964144dfb-cae662b3 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8c7c33fd-d91d-8909-e06d-1b0964144df1-cae662b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b3968374-bbdb-5d0e-2cf0-a9e7d1bba6c4-cae662b3 {
    place-self: center;
  }

  #w-node-_9cfa4fdc-6768-5467-49ba-197aaf029691-835a8296 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Faktsoft';
  src: url('../fonts/FaktSoft-Blond.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Faktsoft';
  src: url('../fonts/FaktSoft-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Faktsoft';
  src: url('../fonts/FaktSoft-Normal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Faktsoft';
  src: url('../fonts/FaktSoft-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Faktsoft';
  src: url('../fonts/FaktSoft-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont 2';
  src: url('../fonts/fontawesome-webfont_2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900_0.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}