:root {
  --blue: #1c00ff;
  --alice-blue: #edf2f5;
  --black: black;
  --white: white;
  --orange: orangered;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #121217;
  font-family: Dosis;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

p {
  color: #818187;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

a {
  color: #515157;
  text-decoration: none;
}

blockquote {
  border-left: 3px solid var(--blue);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 26px;
  line-height: 30px;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.banner {
  background-color: var(--blue);
  background-image: url('../images/triangle.png'), linear-gradient(346deg, var(--blue), #1a02dd);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  justify-content: center;
  align-items: center;
  min-height: 950px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.banner.sub {
  min-height: 400px;
  padding-top: 42px;
}

.navbar {
  z-index: 9998;
  background-color: #fff;
  border-bottom: 1px solid #ebecf0;
  justify-content: center;
  align-items: center;
  height: 85px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  flex: 1;
  max-width: 1200px;
}

.container.in-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #121217;
  padding: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-link.normal {
  padding-right: 10px;
}

.navigation-link.normal.w--current {
  color: var(--blue);
  font-family: Exo, sans-serif;
}

.navigation-link.normal.hidden {
  display: block;
}

.navbar-line {
  background-color: var(--blue);
  width: 100%;
  height: 2px;
  margin-top: 3px;
}

.arrow-icon {
  margin-top: 25px;
  margin-bottom: 0;
  margin-right: 3px;
  font-size: 12px;
}

.nav-menu {
  order: 1;
  align-items: center;
  display: flex;
}

.brand-logo {
  letter-spacing: 2px;
  text-transform: uppercase;
  order: -1;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.brand-logo.w--current {
  align-items: center;
}

.logo-text {
  color: var(--blue);
  letter-spacing: 0;
  text-transform: none;
  margin-right: 5px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: 19px;
}

.slogan {
  color: #919197;
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
}

.dropdown-list {
  background-color: #fff;
  border: 1px solid #ebecf0;
  width: 170px;
  margin-top: -1px;
}

.section {
  padding: 140px 5% 160px;
}

.section.gray {
  background-color: var(--alice-blue);
}

.section.gray.white-triangle {
  background-image: url('../images/triangle.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.gray.black-triangle {
  background-image: url('../images/black.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.gray.black-triangle.overflow {
  overflow: hidden;
}

.section.gray-triangle {
  background-image: url('../images/gray.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.black-tirangle {
  background-image: url('../images/black.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.black-tirangle.overflow {
  overflow: hidden;
}

.dropdown-link {
  font-size: 14px;
  font-weight: 600;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--blue);
}

.social-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 30px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.social-wrapper.left {
  flex-direction: row;
  justify-content: space-around;
  margin-left: 0;
}

.social-icon {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  transition: background-color .1s;
  display: flex;
}

.social-icon:hover {
  background-color: var(--blue);
}

.social-icon.white {
  border-color: #fff;
  margin-right: 0;
}

.banner-flex {
  display: flex;
}

.banner-content {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-big-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Syncopate, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.banner-big-title._0-both {
  text-transform: uppercase;
  margin-bottom: 0;
}

.top-margin {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
}

.top-margin._15px {
  margin-top: 15px;
}

.top-margin.more {
  margin-top: 40px;
}

.sub-title {
  color: #fff;
  font-family: ZCOOL QingKe HuangYou, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 34px;
}

.sub-title.dark {
  color: #919197;
  margin-bottom: 0;
}

.button {
  border: 2px solid var(--blue);
  color: var(--blue);
  background-color: #0000;
  border-radius: 30px;
  padding: 13px 43px;
  font-size: 15px;
  font-weight: 600;
  transition: all .4s;
}

.button:hover {
  background-color: var(--blue);
  color: #fff;
}

.button.white {
  color: #fff;
  border-color: #ffffff63;
  font-family: Exo, sans-serif;
}

.button.white:hover {
  color: var(--blue);
  background-color: #fff;
}

.button.blue {
  background-color: var(--blue);
  color: #fff;
}

.button.blue:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.top-title {
  margin-bottom: 100px;
}

.top-title.half {
  margin-bottom: 50px;
  font-family: Syncopate, sans-serif;
}

.top-title.center {
  text-align: center;
}

.top-title._30px {
  margin-bottom: 30px;
}

.heading-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Syncopate, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
}

.heading-title.big {
  font-size: 50px;
  line-height: 60px;
}

.blue-divider {
  background-color: var(--blue);
  width: 40px;
  height: 2px;
  margin-top: 30px;
}

.blue-divider.in-center {
  margin-left: auto;
  margin-right: auto;
}

.flex-features {
  flex-direction: row;
  display: flex;
}

.features-content {
  flex: 1;
  height: 600px;
  margin-bottom: 40px;
  padding-right: 110px;
}

.features-content.smaller-padding {
  height: auto;
  padding-right: 35px;
  font-family: Exo, sans-serif;
}

.features-content.service-page {
  padding-right: 20px;
}

.features-title {
  background-color: #0000;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.button-simple {
  color: #121217;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.button-simple.nav-footer {
  color: #fff;
  margin-right: 15px;
  font-size: 17px;
}

.button-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-top: 3px;
}

.button-line.white {
  background-color: #fff;
}

.flex-content {
  display: flex;
}

.horizontal-wrapper {
  margin-right: 50px;
  position: relative;
}

.horizontal-wrapper.in-right {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.line-height {
  background-color: #d9dbe0;
  width: 1px;
  height: 150px;
}

.line-height.smaller {
  height: 70px;
}

.line-height.lighter {
  background-color: #ffffff54;
}

.left-features-text {
  color: #b7b7ca;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding-left: 9px;
  padding-right: 9px;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  inset: 191px auto auto -45px;
  transform: rotate(-90deg);
}

.left-features-text.gray {
  background-color: var(--alice-blue);
  left: -48px;
}

.left-features-text.gray.team {
  left: -28px;
}

.left-features-text.gray.testimonials {
  top: 129px;
}

.left-features-text.gray.testimonials.white {
  background-color: #fff;
}

.left-features-text.team {
  top: 165px;
  left: -29px;
}

.left-features-text.portfolio {
  left: -47px;
}

.left-features-text.testimonials {
  left: -61px;
}

.left-features-text.blog {
  top: 170px;
  left: -28px;
}

.left-features-text.in-footer {
  color: #fff;
  background-color: #212127;
  top: 146px;
  left: -37px;
}

.left-features-text.contact {
  left: -41px;
}

.line-divider {
  background-color: #d9dbe0;
  width: 90%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.grow-part {
  flex: 1;
}

.go-top {
  background-color: var(--blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.go-top:hover {
  background-color: #121217;
}

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

.portfolio-wrapper {
  color: #121217;
  text-decoration: none;
}

.portfolio-wrapper.big {
  width: 97%;
}

.portfolio-photo {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.portfolio-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Exo, sans-serif;
  display: flex;
}

.project-title {
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.project-title.in-page {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: ZCOOL QingKe HuangYou, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.margin-page {
  margin-top: 120px;
}

.margin-page.half {
  margin-top: 60px;
}

.funfact-flex {
  max-width: 80%;
  display: flex;
}

.funfact-content {
  border-right: 4px solid var(--blue);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  display: flex;
}

.funfact-content.no-line {
  border-right-style: none;
}

.fun-number {
  color: var(--blue);
  margin-bottom: 15px;
  font-family: Syncopate, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.team-flex {
  flex-direction: column;
  display: flex;
}

.team-flex.hidden {
  display: none;
}

.team-wrapper {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.team-wrapper.in-page {
  width: 100%;
  margin-bottom: 50px;
}

.team-image {
  border-radius: 20px;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.team-image.biger {
  height: 400px;
}

.team-info {
  text-align: center;
  padding: 20px 30px 0;
}

.team-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.role {
  color: #afafb9;
  text-transform: lowercase;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.role.left-margin {
  margin-bottom: 0;
  margin-right: 3px;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.team-overlay {
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid-features {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .65fr .35fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.first-part {
  z-index: 1;
  background-color: #fff;
  width: 48%;
  min-height: 400px;
  position: relative;
}

.first-part.second {
  background-image: url('../images/5d0504f5e1a86884239ebe10_about-3.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 130px;
}

.first-part.first {
  background-image: url('../images/5d0504e5be44a2596fc88bce_about-2.jpg');
  background-position: 0%;
  background-size: cover;
}

.flex-photo {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.divider {
  width: 10px;
  height: 10px;
  display: inline-block;
}

.logo-client-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.logo-client {
  opacity: .7;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  transition: all .2s;
  display: flex;
}

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

.line-loader {
  background-color: var(--blue);
  width: 100%;
  height: 3px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer {
  background-color: #212127;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.testimonials-paragraph {
  color: #919197;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}

.testi-photo {
  background-image: url('../images/testi-2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.testi-photo._3 {
  background-image: url('../images/testi-1.jpg');
}

.testi-photo.avatar {
  background-color: var(--alice-blue);
  background-image: url('../images/icons8-customer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  justify-content: center;
  align-items: center;
}

.testi-photo.avatar.white {
  background-color: #fff;
}

.testimonials-content-second {
  background-color: var(--white);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 10px 26px 10px 14px;
  display: flex;
}

.testimonials-content-second.gray {
  background-color: var(--alice-blue);
}

.testimonials-third-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 600px;
  display: flex;
}

.blog-wrapper {
  width: 95%;
  position: relative;
}

.blog-content {
  color: #121217;
  text-decoration: none;
}

.blog-image-wrapper {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.category {
  color: #fff;
  border-radius: 20px;
  padding: 8px 27px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  inset: 10px 10px auto auto;
}

.category.relative {
  margin-left: 7.5px;
  margin-right: 7.5px;
  position: relative;
}

.category.relative.all {
  background-color: #99a4ac;
}

.category.relative.all.w--current {
  background-color: #818d96;
}

.blog-bottom {
  margin-top: 20px;
}

.by-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.author-flex {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.author-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.blog-overlay {
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.lightbox-photo {
  border-radius: 20px;
}

.footer-wrapper {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.paragraph-white {
  color: #fff;
}

.footer-social {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  display: flex;
}

.footer-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.text-field {
  background-color: #2d2d35;
  border: 1px #000;
  border-radius: 20px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
}

.text-field:hover, .text-field:active, .text-field:focus {
  color: #fff;
}

.text-field::placeholder {
  font-size: 15px;
  font-weight: 500;
}

.text-field.gray {
  background-color: #fff;
  border-style: solid;
  border-color: #e1e1e1;
}

.text-field.gray:hover, .text-field.gray:active, .text-field.gray:focus {
  color: #121217;
}

.text-field.gray.area {
  height: auto;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 100px;
}

.text-field.gray.add-bottom {
  margin-bottom: 10px;
}

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

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

.terms-text {
  font-size: 15px;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: #b7b7c7;
  margin-top: 0;
  margin-left: 10px;
  font-size: 16px;
}

.made-with-webflow.left-margin:hover {
  color: #fff;
}

.copyright {
  color: #b7b7c7;
  margin-bottom: 0;
  font-size: 16px;
}

.left-copyright-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
}

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

.scroll-down {
  margin-top: 148px;
  position: relative;
  top: auto;
  right: auto;
}

.play-image {
  position: absolute;
}

.menu-button {
  order: 1;
  width: 50px;
  height: 50px;
}

.icon {
  display: none;
}

.hamburger-line {
  background-color: #111;
  width: 50%;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.collection-list {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-column {
  width: 50%;
}

.utility-page-wrap {
  background-image: url('../images/black.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

.blog-item-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-categories-flex {
  display: flex;
}

.image-2 {
  width: 34px;
}

.image-2.small {
  width: 28px;
}

.service-in-siderbar {
  border-bottom: 1px solid #e1e1e1;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Exo, sans-serif;
  display: flex;
}

.right-part {
  width: 100%;
}

.sidebar-wrapper {
  border-width: 1px;
  border-color: #e1e1e1;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar-wrapper.sticky {
  position: sticky;
  top: 80px;
}

.navlink {
  color: #121217;
  margin-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}

.navlink.for-button {
  color: #fff;
  margin-top: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navlink.for-button.blue {
  color: #919198;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.navlink.for-button.blue.white {
  color: #fff;
}

.navlink.for-button.blue.white.for-footer {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
}

.navlink.for-button.blue.white.for-footer.in-sidebar {
  color: #414147;
  margin-bottom: 0;
  margin-left: 18px;
}

.line-animation {
  background-color: #c1c3cc;
  width: 100%;
  height: 2px;
  margin-top: 3px;
}

.service-flex {
  display: flex;
}

.line-overlay {
  background-color: #1e7fd1;
  width: 100%;
  height: 100%;
}

.line-overlay.white {
  background-color: var(--blue);
}

.top-margin-2 {
  margin-top: 50px;
}

.top-title-2 {
  z-index: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 50px;
  position: relative;
}

.top-title-2.small-version {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.sidebar {
  min-width: 350px;
  margin-left: 50px;
  margin-right: 0;
}

.paragraph-no-margin {
  margin-bottom: 0;
  font-style: normal;
}

.algin-center {
  text-align: center;
  position: relative;
}

.top-margin-3 {
  margin-top: 20px;
}

.top-margin-3.in-blog-page {
  margin-top: 50px;
}

.list-second-item {
  margin-bottom: 13px;
}

.list-item-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-3 {
  color: #313131;
  cursor: pointer;
  text-decoration: none;
}

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

.paragraph-percent {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.list {
  color: var(--blue);
  padding-left: 16px;
  list-style-type: square;
}

.circle-list {
  background-image: url('../images/icons8-checkmark-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 15%;
  margin-bottom: 10px;
  margin-right: 15px;
}

.link {
  color: #8f872e;
  text-decoration: underline;
  display: inline-block;
}

.link.color {
  color: #616167;
}

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

.author-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 84%;
  height: 600px;
}

.success-message {
  color: #fff;
  background-color: #09ce82;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
  padding-left: 23px;
  font-family: Exo, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.padding-right {
  padding-right: 80px;
}

.top-margin-4 {
  margin-top: 25px;
}

.top-margin-4.double {
  margin-top: 35px;
}

.best-wrapper {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.best-wrapper.on-row {
  text-align: left;
  width: 40%;
  margin-left: 0;
  margin-right: 0;
}

.best-wrapper.on-row.full {
  width: 100%;
}

.flex-row {
  border-bottom-width: 1px;
  border-bottom-color: #e1e1e1;
  align-items: flex-start;
  display: flex;
}

.flex-row.center {
  align-items: center;
}

.big-image {
  border-radius: 30px;
  max-width: none;
  max-height: 100%;
  margin-left: -50px;
}

.big-image.in-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1080px;
  height: 615px;
  display: flex;
  position: relative;
  left: 37px;
  overflow: hidden;
}

.map {
  width: 100%;
  height: 100%;
}

.utility-icon {
  width: 35px;
  margin-left: auto;
  margin-right: auto;
}

.service-image {
  border-radius: 30px;
}

.empty-state {
  background-color: var(--alice-blue);
  padding-left: 20px;
  font-weight: 500;
}

.absolute-circle {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 16px 52px auto auto;
}

.margin-page-2 {
  margin-top: 160px;
  position: relative;
}

.big-image-show {
  max-width: none;
  max-height: 100%;
}

.big-image-show.left {
  float: right;
  position: relative;
}

.left-padding {
  margin-right: 50px;
}

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

.paragraph {
  font-family: Exo, sans-serif;
}

.text-span {
  color: var(--orange);
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .rich-text-block, .div-block, .rich-text-block-2, .rich-text-block-3, .rich-text-block-4, .paragraph-15 {
  font-family: Exo, sans-serif;
}

.image-3 {
  max-width: 25%;
}

.text-span-2 {
  color: var(--orange);
}

.text-block {
  font-weight: 600;
}

.paragraph-16 {
  margin-top: 40px;
  font-family: Exo, sans-serif;
}

.collection-item {
  height: 700px;
}

.collection-item-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.image-4 {
  height: auto;
}

.collection-item-4 {
  flex: 0 auto;
  order: -1;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
}

.background-video {
  z-index: 555;
  justify-content: center;
  align-items: center;
  min-height: 950px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.background-video-2 {
  z-index: 5;
  width: 100%;
}

.link-4 {
  color: var(--orange);
  font-family: Exo, sans-serif;
  font-size: 30px;
}

.div-block-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  width: 60%;
  height: 100%;
  margin-right: 60px;
}

.html-embed {
  width: 100%;
}

.image-5 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rich-text-block-5 {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.container-2 {
  margin-top: 100px;
}

.logo-row-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.logo-row {
  justify-content: space-between;
  align-items: center;
  width: 2500px;
  height: auto;
  display: flex;
}

.logo-image {
  width: 130px;
}

.rich-text-block-6 {
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-bottom {
  color: var(--white);
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-wrapper-2 {
  align-items: center;
  display: flex;
}

.text-rights {
  color: var(--white);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.secondary-link-dark {
  color: var(--white);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.content-grid {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.content-paragraph {
  color: #6d6d6d;
  font-size: 18px;
  line-height: 28px;
}

.content-image-wrap {
  max-width: 700px;
  position: relative;
}

.circle-icon {
  background-color: #08a87c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding: 4px;
  display: flex;
}

.circle-icon.outline {
  background-color: #0000;
  border: 1px solid #e5e5e5;
}

.content-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Syncopate, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
}

.content-text-grey {
  color: #6d6d6d;
}

.content-section {
  padding: 0 3%;
}

.content-text {
  color: #000;
}

.button-wrapper {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.content-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content-container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.line-break {
  background-color: #e5e5e5;
  width: 1px;
  height: 28px;
  margin-left: 24px;
  margin-right: 24px;
}

@media screen and (max-width: 991px) {
  .banner {
    min-height: 750px;
  }

  .banner.sub {
    min-height: 250px;
    padding-top: 72px;
  }

  .navbar {
    padding-right: 4%;
  }

  .navigation-link {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .navigation-link.normal {
    padding-right: 20px;
  }

  .navigation-link.normal.hidden {
    display: block;
  }

  .arrow-icon {
    margin-right: 24px;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #ebecf0;
  }

  .banner-content {
    grid-column-gap: 20px;
  }

  .banner-big-title {
    font-size: 40px;
    line-height: 50px;
  }

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

  .flex-features {
    flex-wrap: wrap;
    align-content: space-between;
  }

  .features-content {
    padding-right: 20px;
  }

  .features-content.smaller-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .horizontal-wrapper {
    margin-right: 30px;
  }

  .funfact-flex {
    max-width: 100%;
  }

  .team-flex {
    flex-wrap: wrap;
  }

  .team-image, .team-image.biger {
    height: 100%;
  }

  .team-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-name {
    font-size: 20px;
  }

  .grid-features {
    flex-direction: column;
    display: flex;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .logo-client {
    flex: 0 25%;
  }

  .footer {
    flex-direction: column;
    min-height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonials-third-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-wrapper {
    flex-direction: column;
    grid-template-columns: .75fr;
    align-items: stretch;
  }

  .footer-social {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 30px;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .copyright {
    margin-bottom: 0;
  }

  .left-copyright-flex {
    padding-left: 0;
  }

  .scroll-down {
    margin-top: 50px;
  }

  .menu-button {
    order: 1;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .collection-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 30px;
  }

  .utility-page-wrap {
    height: 600px;
  }

  .sidebar-wrapper {
    padding-left: 0;
  }

  .sidebar-wrapper.sticky {
    position: relative;
    top: 0;
  }

  .service-flex {
    flex-direction: column-reverse;
  }

  .top-title-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .sidebar {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text-wrapper, .paragraph-percent {
    width: 100%;
  }

  .licens-image {
    margin-bottom: 15px;
  }

  .author-photo {
    height: 400px;
  }

  .padding-right {
    padding-right: 0;
  }

  .best-wrapper.on-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .flex-row {
    flex-direction: column-reverse;
  }

  .flex-row.center.reverse {
    flex-direction: column;
  }

  .big-image {
    max-height: auto;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .big-image.in-div {
    width: 100%;
    max-width: none;
    height: 400px;
    margin-top: 0;
    left: 0;
  }

  .big-image-show {
    max-width: 100%;
    max-height: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .left-padding {
    flex-direction: column;
    margin-right: 0;
  }

  .left-padding.right {
    margin-left: 0;
  }

  .background-video {
    height: 70vh;
    min-height: auto;
  }

  .image-6 {
    margin-bottom: 40px;
  }

  .footer-bottom {
    flex-direction: column;
  }

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

@media screen and (max-width: 767px) {
  .banner {
    padding-top: 119px;
    padding-bottom: 70px;
  }

  .banner.sub {
    padding-bottom: 0;
  }

  .section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .social-wrapper.on-mobile {
    display: none;
  }

  .banner-content {
    flex-direction: column;
    display: flex;
  }

  .flex-features {
    flex-direction: column;
  }

  .features-content {
    margin-bottom: 40px;
  }

  .horizontal-wrapper {
    display: none;
  }

  .horizontal-wrapper.in-right {
    display: block;
  }

  .funfact-flex {
    flex-direction: column;
  }

  .funfact-content {
    border-right-style: none;
    margin-bottom: 5%;
  }

  .team-wrapper {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .first-part {
    min-height: 300px;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .logo-client {
    flex-basis: 33.3333%;
  }

  .lightbox-link {
    width: 100%;
    height: 100%;
    margin-top: 50px;
  }

  .blog-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-wrapper {
    flex-direction: column;
    display: flex;
  }

  .made-with-webflow.left-margin {
    margin-left: 0;
  }

  .copyright {
    margin-bottom: 0;
  }

  .left-copyright-flex {
    flex-direction: row;
  }

  .mobile-top {
    width: 100%;
  }

  .project {
    margin-top: 20px;
  }

  .top-margin-2.no-mobile {
    margin-top: 0;
  }

  .top-title-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .author-photo {
    height: 500px;
    margin-top: 50px;
  }

  .margin-page-2 {
    margin-top: 140px;
  }

  .collection-item-2 {
    height: auto;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .content-grid {
    grid-row-gap: 60px;
  }

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

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

@media screen and (max-width: 479px) {
  .sub-title.dark {
    font-size: 30px;
    line-height: 30px;
  }

  .top-title {
    margin-bottom: 50px;
  }

  .heading-title {
    font-size: 30px;
    line-height: 35px;
  }

  .button-simple.nav-footer {
    margin-top: 10px;
  }

  .horizontal-wrapper.in-right {
    display: block;
  }

  .project-title {
    text-align: center;
  }

  .margin-page {
    margin-top: 60px;
  }

  .funfact-flex {
    flex-direction: column;
  }

  .funfact-content {
    border-right-style: none;
    margin-bottom: 5%;
  }

  .team-wrapper {
    width: 100%;
  }

  .first-part {
    min-height: 170px;
  }

  .divider {
    display: block;
  }

  .logo-client {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-content-second {
    min-width: 100%;
    margin-right: 0;
  }

  .category.relative {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .form {
    flex-direction: column;
    display: flex;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .made-with-webflow.left-margin {
    margin-left: 0;
  }

  .left-copyright-flex {
    flex-direction: column;
  }

  .blog-item-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-categories-flex {
    flex-direction: column;
  }

  .top-title-2 {
    margin-bottom: 9px;
  }

  .rich-text-wrapper {
    width: 100%;
  }

  .author-photo {
    width: 100%;
    height: 300px;
  }

  .best-wrapper.on-row {
    width: 90%;
  }

  .big-image.in-div {
    height: 250px;
  }

  .margin-page-2 {
    margin-top: 50px;
  }

  .collection-item-2 {
    margin-bottom: 20px;
  }

  .background-video {
    height: 60vh;
    min-height: auto;
  }

  .div-block-2 {
    flex-direction: column-reverse;
  }

  .div-block-3 {
    width: 100%;
    margin-right: 0;
  }

  .image-5 {
    height: auto;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-wrapper-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-wrapper {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .content-link {
    margin-bottom: 20px;
  }

  .line-break {
    display: none;
  }
}

#w-node-afa113b5-c943-74ec-8a41-26a982e2e269-73f0fb56 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_8841f063-912b-b37f-8a09-481dd5fc2231-73f0fb56 {
  align-self: center;
}

#w-node-_6fb30d88-fe50-b948-2b43-ce77c2ca911f-73f0fb56 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_396761af-0bf8-9777-96a8-00bb5635ba1f-33f0fb7d {
  align-self: center;
}

#w-node-_396761af-0bf8-9777-96a8-00bb5635ba2d-33f0fb7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a44d9c4b-886a-2725-0660-ff77e0d27cc7-e0d27c91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


