:root {
  --blue: #040195;
  --silver: #c5c7ce;
  --ghost-white: #f5f8ff;
  --dark-sea-green: #67ae8c;
  --medium-purple: #9974da;
  --dim-grey: #414147;
  --steel-blue: #0086aa;
}

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

body {
  color: var(--blue);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h1 {
  text-transform: none;
}

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
}

p {
  color: var(--blue);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px solid var(--blue);
  color: #000;
  margin-bottom: 10px;
  padding: 0 20px;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

figure {
  color: #858585;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.go-top {
  z-index: 99;
  background-color: #000;
  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;
}

.utility-page-wrap {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

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

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

.hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 1000px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.hero.second {
  padding-top: 30px;
}

.hero.third {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr .6fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 65vh;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.hero.four {
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.hero.five {
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.hero.six {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
}

.hero.sub {
  padding-top: 80px;
}

.hero.sub._2 {
  background-color: var(--blue);
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.hero.sub._3 {
  background-color: #fff;
  background-image: url('../images/banner-circle.jpg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: 800px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.hero.sub.dark {
  background-color: #000;
}

.hero.sub.components {
  background-color: var(--blue);
  padding-bottom: 80px;
}

.hero.sub.style {
  background-color: var(--silver);
  padding-bottom: 80px;
}

.hero.sub-search {
  background-color: #000;
  padding-top: 95px;
  padding-bottom: 95px;
}

.hero.intro {
  background-color: var(--silver);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  height: 90vh;
  padding: 40px 1% 40px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section {
  background-color: #fff;
  padding: 120px 2rem;
  font-weight: 500;
}

.section.white {
  background-color: #fff;
  padding-bottom: 180px;
}

.section.primary {
  background-color: var(--blue);
  color: var(--ghost-white);
}

.section.primary.half {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.more-top {
  padding-top: 140px;
}

.section.cta {
  background-color: var(--blue);
  padding-top: 50px;
  padding-bottom: 0;
}

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

.section.blue.half {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.dark-gray {
  background-color: var(--silver);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.dark-gray._100px {
  padding-top: 99px;
  padding-bottom: 99px;
}

.section.overflow {
  overflow: hidden;
}

.section.bottom-margin {
  padding-bottom: 120px;
}

.section.background-image {
  background-image: radial-gradient(circle, #00000080, #0000 65%), url('../images/signing.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  max-height: 700px;
  display: flex;
}

.section.hero {
  overflow: hidden;
}

.section.grey {
  background-color: #f3f3f5;
}

.container {
  z-index: 1;
  flex: 1;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.flex {
  flex: 0 600px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container._520px {
  flex: 0 auto;
  max-width: 544px;
}

.container.screenshots {
  flex: 0 auto;
  max-width: 712px;
  left: 40px;
}

.hamburger-line {
  background-color: #000;
  width: 50%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: block;
}

.social-icon._2 {
  width: 26px;
  height: 35px;
}

.social-icon.hide {
  width: 60px;
  height: 60px;
}

.social-icon.last {
  margin-right: 0;
}

.navigation-link {
  color: var(--blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 19px 15px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navigation-link.w--current {
  font-weight: 800;
}

.navigation-link.flex {
  flex-direction: row;
}

.navigation-link.contact {
  display: none;
}

.navigation-link.last {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 64%;
  height: 64px;
  padding-right: 0;
  display: flex;
}

.logo {
  order: -1;
  align-items: center;
  width: 160px;
  font-weight: 700;
  display: flex;
}

.logo.w--current {
  width: 120px;
}

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

.logo-text {
  color: #000;
  letter-spacing: 10px;
  text-transform: none;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}

.logo-text.white {
  color: #fff;
}

.logo-text.small {
  font-size: 20px;
  line-height: 30px;
}

.dropdown-list {
  background-color: #fff;
  min-width: 200px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #00000014;
  border-bottom: 2px solid #00000008;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-nav {
  z-index: 2;
  flex: 1;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-nav.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  display: grid;
}

.container-nav.flex {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.dropdown-link {
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #0009;
}

.arrow {
  width: 8px;
  margin-left: 3px;
}

.social-wrapper {
  justify-content: center;
  margin-left: 3px;
  display: flex;
}

.social-wrapper.vertical {
  flex-direction: column;
  align-items: flex-end;
}

.social-wrapper.center {
  justify-content: center;
  margin-left: 0;
}

.social-wrapper.footer-3, .social-wrapper.left-margin {
  margin-left: 0;
}

.social-wrapper.aboluste-social {
  justify-content: center;
  margin-left: 0;
  position: absolute;
  inset: auto 0% 30px;
}

.nav-text {
  font-size: 14px;
}

.navbar {
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.navbar.flex {
  justify-content: space-between;
}

.menu-flex {
  order: 1;
}

.menu-flex.none {
  order: 0;
}

.x-button {
  cursor: pointer;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.x-button:hover {
  border-color: #fff;
}

.badge {
  background-color: var(--blue);
  color: #fff;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.badge.category {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

.badge.black {
  background-color: #000;
}

.badge.white {
  color: #000;
  background-color: #fff;
}

.left-flex {
  align-items: center;
  display: flex;
}

.left-flex.center {
  justify-content: center;
}

.announcement-text {
  color: #fff;
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.announcement-text.no-margin {
  margin-left: 0;
}

.announcement-bar {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 16px 2%;
  display: flex;
}

.announcement-bar.blue {
  background-color: var(--blue);
}

.announcement-bar.white {
  background-color: #fff;
  padding-bottom: 7px;
}

.white-link {
  color: #fffc;
  text-decoration: none;
  display: inline-block;
}

.white-link:hover {
  color: #fff;
  text-decoration: underline;
}

.intro-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start end;
  display: flex;
}

.intro-wrapper.laptop {
  grid-template-columns: 1.2fr minmax(220px, 1fr);
}

.intro-wrapper.careers {
  grid-template-columns: 1fr .5fr;
}

.display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.display-1.white {
  color: #fff;
}

.display-1._78px {
  font-size: 78px;
  line-height: 70px;
}

.display-1.intro {
  max-width: 20ch;
}

.with-scibble {
  background-image: url('../images/scribble.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 20px;
  padding-right: 20px;
  display: inline;
}

.with-scibble.white {
  background-image: url('../images/scribble-white.png');
}

.top-divider {
  border-bottom: 2px solid var(--blue);
  height: 1px;
  margin-bottom: 1rem;
  padding-bottom: 23px;
  display: inline-block;
}

.top-divider.block {
  margin-bottom: 60px;
  display: block;
}

.top-divider.block.white.no-margin {
  margin-bottom: 0;
}

.top-divider.block.half {
  margin-bottom: 30px;
}

.top-divider.white {
  border-bottom-color: #fff;
}

.top-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.top-text.white {
  color: #fff;
}

.top-text.white.news {
  letter-spacing: 0;
  text-transform: none;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

.top-text._13px {
  font-size: 13px;
}

.margin-70px {
  margin-top: 70px;
}

.button {
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('../images/Arrow2x.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 12px 48px 12px 24px;
  font-size: 12px;
  font-weight: 700;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  background-position: 90%;
}

.button.small {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 55px;
  font-size: 12px;
}

.button.small.white {
  color: #000;
  background-color: #fff;
  background-image: url('../images/Arrow2x_1.svg');
  padding-left: 0;
  padding-right: 45px;
  font-weight: 800;
}

.button.small.transpraent {
  color: #fff;
  background-color: #0000;
  padding-left: 0;
}

.button.small.transpraent.less-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}

.button.white {
  color: #000;
  background-color: #fff;
  background-image: url('../images/Arrow2x_1.svg');
}

.button.add-top-margin {
  margin-top: 15px;
}

.button.black {
  background-color: #000;
}

.button.reveal-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.button-flex.margin-60px {
  margin-top: 0;
}

.top-arrow {
  transform: rotate(-90deg);
}

.hero-image {
  position: relative;
}

.square {
  z-index: 2;
  background-color: #fff;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: auto 0 0% auto;
}

.square._2 {
  width: 40px;
  height: 40px;
  display: none;
  bottom: 60px;
  right: 60px;
}

.square._3 {
  background-color: #000;
  width: 40px;
  height: 40px;
  display: none;
  inset: -40px -40px auto auto;
}

.square._3.color-2 {
  background-color: silver;
}

.square._3.color-3 {
  background-color: #7f817e;
}

.square._3.color-4 {
  background-color: #ecb78e;
  display: none;
}

.square._3.color-5 {
  background-color: #d7d3d2;
}

.square._3.color-6 {
  background-color: #cdced7;
}

.square.color-black {
  background-color: #000;
}

.square.color-blue {
  background-color: var(--blue);
}

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

.services-grid._80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.service-wrapper {
  color: var(--blue);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  min-height: 320px;
  padding: 2rem;
  display: flex;
}

.service-wrapper.second {
  min-height: 360px;
  padding-right: 0%;
}

.service-wrapper.auto {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  display: grid;
}

.service-wrapper._200px {
  min-height: 230px;
}

.service-icon {
  background-image: url('../images/icons8-paint-256.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
}

.service-icon._2 {
  background-image: url('../images/icons8-venn-diagram-256.png');
}

.service-icon._3 {
  background-image: url('../images/icons8-border-horizontal-256.png');
}

.service-icon._4 {
  background-image: url('../images/icons8-google-sites-256.png');
}

.service-icon._5 {
  background-image: url('../images/icons8-web-design-256-2.png');
}

.service-icon._6 {
  background-image: url('../images/icons8-faq-256.png');
}

.service-icon._7 {
  background-image: url('../images/icons8-infinity-256.png');
}

.service-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 30px;
}

.service-title.version-2 {
  margin-bottom: 0;
  font-size: 22px;
}

.service-title.white {
  color: #fff;
  margin-top: 20px;
}

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

.margin-120px {
  margin-top: 120px;
  position: relative;
}

.search-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-icon.only-mobile, .search-icon.hide-mobile {
  display: none;
}

.search-image {
  z-index: 2;
  position: relative;
}

.remove-image {
  z-index: 1;
  position: absolute;
}

.search-wrapper {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: sticky;
  overflow: hidden;
}

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

.search-wrapper-animation {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.search-content {
  margin-bottom: 5px;
  display: block;
  position: relative;
  top: 50%;
}

.search-input {
  float: left;
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #fff;
  width: 90%;
  height: 80px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.search-input:focus {
  border-bottom-color: #fff;
}

.search-input::placeholder {
  color: #fff;
  font-weight: 500;
}

.search-button {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/search-outline_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px #000;
  border-bottom: 2px solid #fff;
  width: 80px;
  height: 80px;
}

.search-button:active {
  border-left-color: #000;
}

.search-text {
  color: #fffc;
  margin-bottom: 0;
  font-size: 15px;
}

.sticky-nav {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  height: 64px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.video-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  height: 40vw;
  min-height: 550px;
  max-height: 1000px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-wrapper.home-2 {
  width: 100%;
  min-height: 70vh;
  padding-left: 5%;
  padding-right: 5%;
}

.video-wrapper.home-2.full {
  min-height: 70vh;
}

.video-wrapper.home-2._50vh {
  min-height: 50vh;
}

.video-wrapper.home-3 {
  height: 100%;
}

.play-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.play-wrapper.absolute {
  justify-content: center;
  position: absolute;
  inset: 0%;
}

.video-play {
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.heading-content {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.heading-content.left {
  text-align: left;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-content.normal {
  text-align: left;
  align-items: flex-start;
  max-width: 477px;
}

.heading-content.normal.center {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-content.about {
  flex-flow: column;
  display: flex;
}

.heading-content.team {
  margin-bottom: 80px;
}

.display-2 {
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.display-2.white {
  color: #fff;
}

.display-2.quote {
  color: var(--ghost-white);
  max-width: 20ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
}

.display-2.center {
  margin-left: auto;
  margin-right: auto;
}

.project-home-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.project-content {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-wrapper {
  overflow: hidden;
}

.project-text {
  margin-top: 30px;
}

.project-text.absolute {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.project-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.project-title.white {
  color: #fff;
}

.project-title.white._0px {
  margin-bottom: 0;
}

.paragraph-project {
  width: 80%;
}

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

.project-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 60vh;
  min-height: 500px;
  max-height: 800px;
}

.testimonials-wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-quote {
  margin-top: 100px;
}

.testimonials-content {
  border-bottom: 1px solid #ffffff26;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.testiomonials-photo {
  background-image: url('../images/testi-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 100px;
  height: 100px;
  margin-right: 40px;
}

.testiomonials-photo._3 {
  background-image: url('../images/testi-2.jpg');
  background-position: 50%;
}

.testiomonials-photo._2 {
  background-image: url('../images/testi-3.jpg');
}

.role-name {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.logo-client-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.logo-client-wrapper.version-2 {
  flex-wrap: nowrap;
  max-width: 80%;
}

.logo-client-wrapper.version-3 {
  justify-content: flex-start;
  max-width: 80%;
  margin-left: 0;
}

.logo-client {
  opacity: 1;
  flex: 0 50%;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

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

.logo-client._25 {
  flex-basis: 25%;
}

.logo-client.bouwen {
  height: 70px;
}

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

.blog-grid._2-columns {
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.blog-grid.blog-2-columns {
  grid-template-columns: 1fr 1fr;
}

.instagram-circle-wrppaer {
  position: absolute;
}

.instagram-wrapper {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.image-instagram {
  width: 100%;
}

.follow-link {
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.follow-link.text {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}

.instagram-circle {
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
  position: relative;
  top: 50%;
  bottom: auto;
  right: auto;
}

.display-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}

.display-3.white {
  color: #fff;
}

.display-3.white.contact {
  margin-bottom: 0;
}

.instagram-section {
  background-color: #000;
  padding: 40px 5%;
}

.instagram-section.white {
  background-color: #fff;
}

.footer {
  background-color: var(--blue);
  align-items: center;
  padding: 50px 5%;
  display: flex;
  position: relative;
}

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

.footer-grid._3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-grid._4-columns {
  grid-template-columns: 1fr .75fr .75fr 1fr;
  margin-bottom: 30px;
}

.footer-grid.flex {
  justify-content: center;
  display: flex;
}

.footer-logo {
  text-decoration: none;
}

.paragraph-white {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-white._20px {
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-white.for-components {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 700;
}

.paragraph-white.margin-40px {
  line-height: 110%;
}

.paragraph-white.underline {
  text-decoration: underline;
}

.footer-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-title.dark {
  color: #000;
}

.copyright-flex {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.copyright-flex.center {
  justify-content: center;
}

.copyright {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.copyright.dark {
  color: #000;
}

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

.copyright-link.dark {
  color: #000;
}

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

.made-with-webflow.left-margin {
  color: #fffc;
  margin-top: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
}

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

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

.coppyright-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.coppyright-text.dark {
  color: #000;
}

.footer-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 7px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  opacity: .7;
}

.footer-link.dark {
  color: #000;
}

.footer-link.dark:hover {
  opacity: .5;
}

.blog-wrapper {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.margin-30px {
  margin-top: 30px;
}

.blog-titile {
  margin-top: 15px;
  font-size: 30px;
  font-weight: 700;
}

.meta-flex {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.meta-flex.add-left {
  margin-left: 20px;
  margin-right: 30px;
  overflow: hidden;
}

.line-divider {
  background-color: #000;
  width: 15px;
  height: 2px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.blog-image-content {
  overflow: hidden;
}

.email-wrapper {
  order: 1;
  align-items: center;
  display: flex;
}

.email-text {
  color: #000;
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.top-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-center {
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.grid-2-columns.services {
  margin-bottom: 100px;
}

.half-image-wrapper {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
  font-weight: 400;
}

.button-divider {
  width: 30px;
  display: inline-block;
}

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

.display-4 {
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

.display-4.white {
  color: #fff;
}

.paragraph-no-margin {
  color: var(--blue);
  margin-top: 9px;
  margin-bottom: 0;
}

.paragraph-no-margin.blue {
  color: var(--blue);
}

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

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

.awards-wrapper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.project-content-line {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 0;
}

.project-content-line.content-wtapper, .project-content-line.content-wrapper {
  border-bottom-style: none;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.awards-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-blue {
  color: var(--blue);
}

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

.get-started-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 85%;
  display: grid;
}

.get-started-form._3-column {
  grid-template-columns: 1fr 1fr .75fr;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.get-started-form._3-column._100 {
  width: 100%;
}

.get-started-form.in-sidebar {
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
  width: 100%;
}

.text-field-primary {
  border-radius: 3px;
  height: 100%;
  margin-bottom: 0;
  padding-left: 18px;
}

.text-field-primary::placeholder {
  color: #6b6b6b;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-field-primary._50px {
  height: 50px;
}

.text-field-primary._60px {
  height: 60px;
}

.text-field-primary._30px {
  height: 30px;
}

.text-field-primary._70px {
  height: 70px;
}

.success-message {
  background-color: var(--dark-sea-green);
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 2px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 1px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.paragraph-small-text {
  font-size: 15px;
}

.privacy-link {
  color: #000;
}

.privacy-link:hover {
  text-decoration: none;
}

.top-margin-30px {
  margin-top: 30px;
}

.ceo-name {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.ceo-name.white {
  color: #fff;
}

.role {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.testimonials-paragraph {
  font-size: 40px;
  line-height: 42px;
}

.avatar {
  background-image: url('../images/testi-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  margin-right: 15px;
}

.avatar._2 {
  background-image: url('../images/testi-3.jpg');
}

.testimonaisl-content {
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 550px;
  min-height: 280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.avatar-flex {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.big-quote {
  color: var(--blue);
  font-size: 50px;
  line-height: 50px;
}

.footer-second {
  background-color: var(--blue);
  padding: 60px 5%;
  position: relative;
}

.cta-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 50px;
  display: grid;
  position: relative;
}

.cta-grid.vertical {
  z-index: 3;
  text-align: center;
  border-bottom-style: none;
  grid-template-columns: 1fr;
  padding-bottom: 0;
}

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

.banner-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 7%;
  display: flex;
}

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

.icon-circle {
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  display: flex;
}

.features-content {
  border: 1px solid #ffffff4d;
  min-height: 250px;
  padding: 30px;
}

.features-content.color {
  background-color: var(--blue);
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  padding: 15px 40px;
  display: flex;
}

.display-5 {
  color: #fff;
  margin-top: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 27px;
}

.quote-wrapper {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  display: inline-block;
  position: relative;
}

.pargraph-quote {
  width: 64%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  line-height: 44px;
}

.pargraph-quote.icon {
  opacity: .5;
  color: var(--ghost-white);
  width: auto;
  font-size: 120px;
  line-height: 100px;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto -38px;
}

.pargraph-quote.icon.down {
  color: var(--ghost-white);
  line-height: 0;
  inset: auto 0 0% auto;
}

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

.services._3-columns {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.services.grid {
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.services.flex {
  justify-content: center;
  display: flex;
}

.fun-numbers {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 50px;
}

.fun-numbers.dark {
  color: #000;
}

.color {
  color: var(--blue);
  margin-left: 2px;
  display: inline-block;
}

.field-label-form {
  color: #000;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.field-label-form.white {
  color: #fff;
}

.field-label-form.lowercase {
  text-transform: none;
}

.top-margin-20px {
  text-align: left;
  margin-top: 20px;
}

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

.select-field {
  color: #6b6b6b;
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.select-field:active, .select-field:focus {
  color: #111;
}

.form-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-block._50 {
  width: 50%;
}

.form-block.apply {
  width: 80%;
}

.text-field-select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.text-field-select::placeholder {
  color: #919197;
}

.text-field-select.area {
  height: auto;
  padding-top: 15px;
  padding-bottom: 70px;
}

.text-field-select.area::placeholder {
  color: #6b6b6b;
  font-size: 15px;
}

.footer-third {
  padding: 30px 5%;
}

.line-break {
  background-color: #e1e1e1b3;
  width: 1px;
  height: 100%;
  min-height: 250px;
}

.footer-bottom-full {
  border: 1px #000;
  border-top: 1px solid #e1e1e1b3;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.footer-block-right {
  width: 60%;
  padding-left: 45px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-block-left {
  width: 40%;
  padding-right: 45px;
}

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

.footer-cta {
  color: #000;
  margin-bottom: 10px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 29px;
}

.footer-flex-wrap {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.footer-title-big {
  color: #111;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.overlay {
  background-image: linear-gradient(#00000026, #00000026);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay.darker {
  background-image: linear-gradient(#00000040, #00000040);
}

.overlay.flex-center {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.first-part {
  order: -1;
  justify-content: flex-end;
  display: flex;
}

.infos-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 32px;
  display: flex;
}

.icon-top {
  width: 32px;
  margin-left: auto;
  margin-right: 10px;
}

.top-small-text {
  color: var(--blue);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.top-small-text.white {
  color: #fff;
}

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

.featrues-flex {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper {
  background-color: #fff;
  border-radius: 30px;
  flex: none;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 9px 24px;
  display: flex;
}

.features-wrapper.blue {
  border: 2px solid var(--blue);
}

.green-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 42px;
  margin-right: 12px;
  display: flex;
}

.video-background {
  min-height: 520px;
  position: relative;
}

.background-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs-content {
  overflow: visible;
}

.tabs {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.tab-link {
  color: #fff;
  background-color: #0000;
  border-top: 1px solid #ffffff1a;
  border-bottom: 2px solid #0000;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.tab-link:hover {
  border-bottom-color: #000;
}

.tab-link.w--current {
  background-color: #0000;
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.tab-text {
  color: #000;
  font-size: 30px;
  line-height: 30px;
}

.tabs-menu {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-icon {
  width: 40px;
  margin-right: 20px;
}

.tab-service-title {
  color: #000;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
}

.left-padding {
  padding-right: 20%;
}

.project-wrapper-2 {
  float: right;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project-overaly {
  background-image: linear-gradient(#0000004d, #0000004d);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title-icon {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fun-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
  position: relative;
}

.fun-facts-wrapper {
  border-right: 1px solid #ffffff17;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fun-image {
  margin-right: 20px;
}

.fun-number {
  color: #000;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.blog-content {
  color: #fff;
  position: relative;
}

.blog-overlay {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.blog-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-four {
  padding: 30px 5%;
}

.copyright-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.project-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-list._2-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.image {
  float: left;
  width: 948px;
  max-width: none;
}

.blog-news-warpper {
  display: flex;
  overflow: hidden;
}

.block-link-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.boxed-icon-link {
  color: #000;
  text-align: center;
  border: 1px solid #e1e1e199;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.boxed-icon-link:hover {
  margin-top: -20px;
}

.testi-menu {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.case-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.case-paragraph.for-testimonials {
  margin-top: 0;
  font-size: 22px;
  line-height: 25px;
}

.testimonials-content-2 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  padding: 0 50px;
  display: flex;
  box-shadow: 0 20px 50px -20px #00000026;
}

.testimonials-photo {
  opacity: .8;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 0;
  transition: opacity .2s;
}

.testimonials-photo:hover, .testimonials-photo.w--current {
  opacity: 1;
}

.testimonials-photo._2 {
  background-image: url('../images/john.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-photo._3 {
  background-image: url('../images/testi-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.testimonials-photo._1 {
  background-image: url('../images/testi-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.testimonials-photo._4 {
  background-image: url('../images/testi-1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.relative-part {
  position: relative;
}

.process-big-circle {
  background-color: #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  display: flex;
}

.line-divider-step {
  background-image: linear-gradient(#ced5da, #fff);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 19px;
}

.line-divider-step.second {
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  left: 15px;
}

.process-icon-number {
  color: #000;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.work-process-content {
  z-index: 1;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.work-process-content.no-bottom {
  margin-bottom: 0;
}

.pricing-style-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1b3;
  border-radius: 0;
  width: 100%;
  padding: 40px 30px;
  display: block;
  position: relative;
}

.pricing-style-wrapper.featured {
  background-color: #fff;
  padding-top: 95px;
  padding-bottom: 80px;
}

.popular-badge {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 43px;
  padding: 14px 17px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 3% 0% auto auto;
}

.top-sub-text {
  text-transform: capitalize;
  font-size: 39px;
  font-weight: 700;
  line-height: 38px;
}

.biger {
  color: #121217;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 70px;
  font-weight: 600;
  line-height: 60px;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.introducing-text {
  color: #ffffffb3;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.introducing-text.popular {
  color: #fff;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
}

.monthly-text {
  color: #afafb6;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 500;
  position: relative;
  left: 4px;
}

.dollar {
  width: 60px;
  height: 60px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  top: -30px;
  right: 7px;
}

.small-icon-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-icon-list {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.small-icon {
  width: 26px;
  margin-right: 10px;
}

.main-image {
  width: 900px;
  max-width: none;
}

.clients-flex {
  align-items: center;
  margin-top: 40px;
  padding-left: 20px;
  display: flex;
}

.clients-flex._0-top {
  margin-top: 0;
}

.client-photo {
  z-index: 8;
  background-image: url('../images/team-4.jpg');
  background-position: 50%;
  background-size: cover;
  border: 5px solid #000;
  border-radius: 100%;
  flex: none;
  width: 80px;
  height: 80px;
  margin-left: -20px;
  position: relative;
}

.client-photo._2 {
  z-index: 7;
  background-image: url('../images/team-1_1.jpg');
}

.client-photo._3 {
  z-index: 6;
  background-image: url('../images/team-2.jpg');
}

.client-photo._4 {
  z-index: 5;
  background-image: url('../images/team-5_1.jpg');
}

.client-photo._5 {
  z-index: 4;
  background-image: url('../images/testi-3.jpg');
}

.client-photo.white {
  border-color: #fff;
}

.chat-link-block {
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  align-items: center;
  padding: 30px 30px 20px;
  text-decoration: none;
  display: flex;
}

.chat-grid {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.chat-icon {
  flex: none;
  margin-right: 30px;
}

.circle {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.features-wrapper-second {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-content-wrapper {
  text-align: center;
  background-color: #6e5ce5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.features-content-wrapper._3 {
  background-color: var(--blue);
}

.features-content-wrapper._2 {
  background-color: #5e49e4;
}

.image-effect-wrapper {
  border: 1px solid #ffffff29;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-white {
  z-index: 1;
  width: 50px;
  position: relative;
}

.image-color {
  z-index: 1;
  width: 50px;
  position: absolute;
}

.margin-80px {
  margin-top: 80px;
}

.project-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  height: auto;
  padding: 25px 50px;
  display: flex;
  overflow: visible;
}

.mask {
  width: 100%;
  overflow: visible;
}

.slide {
  width: 500px;
  overflow: visible;
}

.slide-content {
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.left-arrow-slide {
  background-color: var(--blue);
  border: 1px solid #ffffff1f;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 19px;
  font-weight: 700;
  transition: all .3s;
}

.left-arrow-slide:hover {
  background-color: #7567f8;
  border-color: #7567f8;
}

.slide-nav {
  margin-bottom: -50px;
  font-size: 11px;
}

.margin-180px {
  margin-top: 180px;
  position: relative;
}

.skills-grid {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  font-family: Roboto, sans-serif;
  display: grid;
}

.skills-text {
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.skills-wrapper {
  background-color: #0000;
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.skills-overlay {
  background-color: #000;
  width: 80%;
  position: absolute;
  inset: 0%;
}

.skills-overlay.lead {
  width: 41%;
}

.skills-overlay.photoshop {
  width: 70%;
}

.skills-overlay.illustration {
  width: 100%;
}

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

.team-wrapper.second {
  border: 1px solid #ffffff26;
  padding: 36px;
}

.team-wrapper.second.in-author-page {
  border-color: #e1e1e1;
}

.social-wrapper-team {
  display: flex;
}

.social-wrapper-team.center {
  justify-content: center;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 400px) minmax(200px, 400px);
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.team-circle {
  background-image: url('../images/team-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  position: absolute;
  inset: 52px auto auto 52px;
}

.team-circle._2 {
  background-image: url('../images/team-6.jpg');
  inset: auto 110px -60px auto;
}

.team-circle._3 {
  background-image: url('../images/team-1.jpg');
  width: 70px;
  height: 70px;
  inset: auto auto 50px 172px;
}

.team-circle._4 {
  background-image: url('../images/team-3.jpg');
  width: 100px;
  height: 100px;
  inset: 90px 30px auto auto;
}

.team-circle.relative {
  position: relative;
  inset: 0;
}

.team-circle-main {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.benefit-icon {
  padding-right: 40px;
}

.benefits-icon {
  width: 60px;
  margin-bottom: 30px;
}

.compare-pargraph {
  margin-bottom: 0;
}

.display-6 {
  text-align: center;
  margin-top: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 27px;
}

.display-6.no-margin {
  margin-bottom: 0;
  font-weight: 700;
}

.compare-line {
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
}

.compare-grid {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
}

.compare-grid.top {
  margin-top: 0;
  margin-bottom: 30px;
}

.compare-grid.top._3-columns {
  grid-template-columns: 1fr .5fr .5fr;
  margin-bottom: 10px;
}

.compare-grid._3-columns {
  grid-template-columns: 1fr .5fr .5fr;
}

.compare-grid._2-columns {
  grid-template-columns: 1fr 1fr;
}

.careers-block {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 40px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.careers-block:hover {
  box-shadow: 0 18px 25px #0000001a;
}

.careers-grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.only-mobile, .careers-image {
  display: none;
}

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

.author-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.blue-block {
  background-color: var(--blue);
  padding: 50px;
}

.team-content {
  z-index: 1;
  position: absolute;
}

.map-wrapepr {
  width: 60%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.radio-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

.radio-wrapper:hover {
  border-color: var(--blue);
}

.radio-button {
  border: 2px solid #000;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: var(--blue);
}

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

.radio-1 {
  width: 45px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field-label-hide {
  display: none;
}

.blog-page-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.categories-link {
  color: #000;
  border: 2px solid #000;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 11px 15px;
  text-decoration: none;
  transition: all .2s;
}

.categories-link:hover {
  opacity: .49;
}

.categories-link.tags {
  background-color: var(--blue);
  color: #fff;
  border-color: #0000;
  padding: 9px 12px;
  font-size: 12px;
}

.categories-link.tags:hover {
  opacity: .85;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.authors-wrapper {
  color: #000;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.team-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.sidebar {
  position: sticky;
  top: 100px;
}

.categories-flex {
  display: flex;
}

.top-flex {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.legal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
}

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

.circle-list {
  background-color: var(--blue);
  background-image: url('../images/checkmark-outline.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

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

.careers-page-block {
  background-color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 7% 10%;
  box-shadow: 0 18px 25px #0000001a;
}

.block-quote-white {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 37px;
}

.label-wrapper {
  text-transform: uppercase;
  background-color: #f5f5f7;
  border-left: 3px solid #000;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin: 40px auto;
  padding: 20px 22px 20px 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.arrow-up {
  transform: rotate(-90deg);
}

.label-section {
  padding-left: 5%;
  padding-right: 5%;
}

.copy-flex {
  display: flex;
}

.copy-text {
  color: #6d6d6d;
  text-transform: none;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
}

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

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.components-grid._0-bottom {
  margin-bottom: 0;
}

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

.photo-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.photo-grid.for-buttons {
  place-items: start;
}

.photo-grid.social {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 85%;
}

.laptop {
  width: 100%;
}

.color-block {
  background-color: var(--blue);
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._2 {
  background-color: var(--medium-purple);
}

.color-block._3 {
  background-color: var(--dark-sea-green);
}

.color-block._4 {
  background-color: #000;
}

.color-block._5 {
  background-color: var(--silver);
}

.color-block._6 {
  background-color: var(--ghost-white);
  color: #000;
}

.blue-background {
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
}

.blue-background.add-color {
  background-color: var(--dark-sea-green);
  padding-top: 10px;
}

.blue-background.padding {
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.blue-background.padding.transparent {
  background-color: #0000;
}

.body-link {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

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

.body-link.small {
  font-size: 14px;
}

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

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

.imput-grid._3-column {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.checkbox-label {
  color: #2c2c2c;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.checkbox {
  border: 1px solid #b8b8b8;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  border-color: var(--blue);
  background-color: var(--blue);
  background-size: 11px;
}

.checkbox-field {
  font-size: 15px;
}

.badge-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

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

.coming-soon-wrapper {
  color: #040095;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-top: 2rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.coming-soon-content {
  max-width: 545px;
}

.search-result-item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 30px 5% 20px;
  transition: all .3s;
}

.search-result-item:hover {
  box-shadow: 0 18px 25px #0000001a;
}

.search-title {
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

.search-link {
  color: #525252;
  margin-top: 4px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.search-result-wrapper, .fixed-search {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.line-service {
  background-image: linear-gradient(#deedf8, #f4f8fc);
  width: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

._70-rich-text {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.project-page-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1130px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.screenshot-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.screenshot-link {
  transition: all .3s;
  box-shadow: 0 18px 24px #0000001a;
}

.screenshot-link:hover {
  box-shadow: 0 18px 24px #0003;
}

.screenshot-overlay {
  background-image: linear-gradient(to bottom, #c5c7ce00, #c5c7cefa 51%, var(--silver) 87%);
  opacity: .8;
  height: 200px;
  position: absolute;
  inset: auto 0% 230px;
}

.screenshot-overlay.top {
  background-image: linear-gradient(to bottom, var(--silver) 13%, #c5c7cee6 49%, #c5c7ce00);
  inset: 200px 0% auto;
}

.presantation-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.demo-link {
  text-align: center;
  background-color: #f5f5f7;
  padding: 45px 45px 15px;
  text-decoration: none;
  transition: all .3s;
}

.demo-link:hover {
  opacity: .7;
}

.pres-image {
  border-radius: 3px;
  margin-bottom: 20px;
}

.demo-title {
  color: #000;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
}

.components-flex {
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.components-link {
  color: #fff;
  align-items: center;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.components-link:hover {
  opacity: .7;
}

.external-link {
  width: 20px;
  margin-left: 9px;
}

.instruction-wrapper {
  width: 60%;
}

.paragraph {
  color: var(--blue);
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 160%;
}

.div-block {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.div-block.no-bg {
  background-color: #0000;
}

.service-category-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.paragraph-4 {
  flex: 1;
}

.service-image {
  width: 72px;
  margin-bottom: 32px;
}

.service-header-image {
  width: 100%;
  height: 100%;
}

.image-5 {
  background-color: var(--blue);
  display: none;
}

.logo-spine {
  width: 130px;
}

.logo-spine.w--current {
  flex: none;
  padding-top: 14px;
  padding-bottom: 14px;
}

.link-block {
  text-decoration: underline;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  display: flex;
}

.image-6 {
  width: 100%;
  max-width: 300px;
  margin-bottom: 1rem;
}

.footer-left-col {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.footer-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr 1fr 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: flex-start start;
  display: grid;
}

.footer-menu.margin-40px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  max-width: 40%;
}

.footer-links {
  color: #fff;
  flex: 1;
  padding: 8px 6px;
  font-size: 14px;
  font-weight: 600;
}

.project-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  margin-bottom: 32px;
}

.project-meta {
  margin-bottom: 32px;
}

.subtitle {
  margin-top: 3px;
}

.footer-navigation-link {
  color: var(--blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-navigation-link:hover {
  opacity: .6;
}

.footer-navigation-link.flex {
  flex-direction: row;
}

.footer-navigation-link.contact {
  display: none;
}

.footer-navigation-link.last {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 64%;
  height: 64px;
  padding-right: 0;
  display: flex;
}

.cross-wrapper {
  padding: 10px 20px 10px 27px;
  position: relative;
  right: -20px;
}

.cross-mask {
  overflow: hidden;
}

.image-8 {
  transform: rotate(-45deg);
}

.project-paragraph {
  margin-bottom: 32px;
}

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

.half-image.parallax-2 {
  object-fit: cover;
  height: 140%;
  position: relative;
  top: -20%;
}

.placeholder {
  background-color: #ececec;
  min-height: 300px;
}

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

.coming-soon-logo {
  max-width: 100%;
  margin-bottom: 16px;
}

.hero-image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
}

.center {
  display: flex;
}

.bottom-margin {
  padding-bottom: 120px;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.project-place {
  color: var(--blue);
  margin-top: 9px;
  margin-bottom: 0;
}

.project-place.blue {
  color: var(--blue);
}

.contact-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 2rem;
}

.contact-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.link {
  color: var(--blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

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

.adress {
  margin-bottom: 16px;
}

.container-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.span {
  display: inline-block;
}

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

.no-top-padding {
  padding-top: 0;
}

.image-9 {
  position: absolute;
}

.team-image {
  object-fit: cover;
  height: 600px;
}

.project-images-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.project-image-wrapper {
  height: 100%;
}

.project-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-grid.header {
  cursor: pointer;
  grid-template-columns: 1fr 1fr;
}

.project-grid.images {
  margin-bottom: 2rem;
}

.project-grid.padding-bottom {
  padding-bottom: 4rem;
}

.v2 {
  background-color: #cc4c4c;
}

.contact-icon {
  width: 20px;
  margin-right: .5rem;
}

.contact-icon.phone {
  margin-right: .9rem;
}

.contact-icon.adress {
  margin-bottom: 0;
  margin-right: .7rem;
}

.mail {
  margin-bottom: 0;
}

.play-video {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play {
  opacity: 1;
  width: 160px;
  position: absolute;
}

.flex-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-wrapper.center {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.pop-up-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--ghost-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  position: relative;
  overflow: hidden;
}

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

.button-2 {
  text-align: center;
  background-color: #007e84;
  margin-top: 1rem;
  padding: .8rem 2rem;
}

.button-2.white {
  background-color: #fff;
  margin-top: 0;
  line-height: 110%;
}

.circle-2 {
  aspect-ratio: 1;
  background-color: #fdc61e;
  border-radius: 1000px;
  width: 400px;
  position: absolute;
  inset: auto -100px -250px auto;
  transform: translate(0);
}

.list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  flex-flow: column;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  list-style-type: disc;
  display: flex;
}

.legal-close {
  margin-bottom: 0;
  font-size: 14px;
}

.overlay-wrapper {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffffd9;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
  position: fixed;
  inset: 0%;
}

.close {
  z-index: 100000;
  cursor: pointer;
  padding: 1rem;
  position: fixed;
  inset: 0% 0% auto auto;
}

.bold-text {
  color: var(--blue);
}

.pop-up-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.image-11 {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    height: 600px;
  }

  .hero {
    padding-top: 50px;
  }

  .hero.third {
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
  }

  .hero.sub._2 {
    padding-bottom: 95px;
  }

  .hero.sub._3 {
    background-position: 235%;
    background-size: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero.intro {
    flex-direction: column;
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.more-top {
    padding-top: 100px;
  }

  .section.dark-gray._100px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.last {
    padding-bottom: 120px;
  }

  .container._520px {
    max-width: 100%;
  }

  .container.screenshots {
    max-width: none;
    margin-top: 60px;
    left: 0;
  }

  .container.static {
    position: static;
  }

  .hamburger-line {
    background-color: #000;
  }

  .social-icon.hide {
    display: none;
  }

  .navigation-link {
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .navigation-link.contact {
    flex-direction: row;
    width: 100%;
    display: flex;
  }

  .navigation-link.contact:hover {
    opacity: 1;
  }

  .navigation-link.contact.first {
    border-top: 1px solid #e6e6e6;
    align-self: flex-start;
    align-items: center;
    margin-top: 16px;
    padding-top: 32px;
  }

  .navigation-link.last.mobile.contact {
    display: none;
  }

  .logo {
    margin-right: 10px;
  }

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

  .dropdown-list.w--open {
    border-radius: 0;
    position: relative;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: auto;
  }

  .container-nav {
    z-index: 2;
    position: relative;
  }

  .container-nav.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .arrow {
    display: none;
  }

  .social-wrapper {
    margin-left: 25px;
    padding-left: 15px;
  }

  .social-wrapper.vertical {
    border-left-style: none;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .social-wrapper.center, .social-wrapper.footer-3 {
    padding-left: 0;
  }

  .nav-text {
    text-align: left;
  }

  .nav-text.subtitle {
    opacity: 1;
    font-size: 14px;
  }

  .navbar {
    grid-template-columns: .75fr 1fr;
    max-width: 1130px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .menu-flex {
    margin-right: 5vw;
  }

  .menu-flex.none {
    order: 1;
  }

  .intro-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .intro-wrapper.laptop {
    grid-template-columns: 1fr;
  }

  .display-1._78px {
    font-size: 72px;
  }

  .hero-image {
    max-height: 100vh;
  }

  .square._3 {
    display: none;
  }

  .service-wrapper.auto {
    grid-template-columns: .5fr .5fr;
  }

  .search-icon.only-mobile {
    order: 1;
    margin-bottom: 0;
    margin-left: 15px;
    display: none;
  }

  .search-icon.hide-mobile, .search-image {
    display: none;
  }

  .search-content {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .search-input {
    width: 80%;
    height: 60px;
    font-size: 30px;
  }

  .search-button {
    width: 20%;
    height: 60px;
  }

  .sticky-nav {
    padding-left: 0%;
    padding-right: 0%;
  }

  .video-wrapper {
    width: auto;
    min-height: 450px;
    left: auto;
  }

  .video-wrapper.home-2 {
    min-height: 600px;
  }

  .video-wrapper.home-2._50vh {
    min-height: 60vh;
  }

  .heading-content.left {
    width: 100%;
  }

  .heading-content.normal {
    max-width: none;
  }

  .display-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .display-2.quote {
    font-size: 50px;
    line-height: 100%;
  }

  .project-home-grid {
    grid-column-gap: 50px;
    width: 100%;
  }

  .testimonials-wrapper {
    max-width: 100%;
  }

  .testimonials-quote {
    margin-top: 60px;
  }

  .logo-client-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 80%;
  }

  .logo-client-wrapper.version-2 {
    max-width: 100%;
  }

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

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

  .blog-grid._2-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .instagram-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid._4-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

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

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .copyright-flex.right {
    align-items: flex-end;
  }

  .copyright {
    margin-bottom: 0;
  }

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

  .email-text.hide.all-mobile {
    display: none;
  }

  .grid-2-columns {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .project-content-line.content-wtapper, .project-content-line.content-wrapper {
    grid-column-gap: 32px;
    grid-template-columns: .75fr 1fr;
  }

  .awards-title {
    font-size: 25px;
    line-height: 26px;
  }

  .testimonaisl-content {
    padding: 30px;
  }

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

  .pargraph-quote.icon {
    left: -20px;
  }

  .pargraph-quote.icon.down {
    bottom: -20%;
    right: -20px;
  }

  .services.grid, .services.flex {
    grid-template-columns: 1fr 1fr;
  }

  .form-block {
    width: 85%;
  }

  .form-block._50 {
    width: 80%;
  }

  .line-break {
    display: none;
  }

  .footer-bottom-full {
    flex-direction: column;
    margin-top: 60px;
  }

  .footer-block-right {
    width: 100%;
    padding-left: 0;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-block-left {
    width: 100%;
    margin-bottom: 60px;
  }

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

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

  .tabs {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .tab-text {
    font-size: 25px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    width: 70%;
    margin-bottom: 70px;
  }

  .fun-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .fun-facts-wrapper {
    border-bottom: 1px solid #ffffff17;
    justify-content: center;
  }

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

  .project-list {
    grid-template-columns: 1fr 1fr;
  }

  .project-list._2-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image {
    width: 100%;
  }

  .block-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-style-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-style-wrapper.featured {
    padding-bottom: 87px;
  }

  .biger {
    font-size: 60px;
    line-height: 70px;
  }

  .pricing-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .small-icon-flex {
    flex-wrap: wrap;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .small-icon-list {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .main-image {
    width: 100%;
  }

  .chat-grid {
    width: 70%;
  }

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

  .team-grid._2 {
    grid-template-columns: 1fr 1fr;
  }

  .team-circle {
    width: 110px;
    height: 110px;
    top: 52px;
    left: 37px;
  }

  .team-circle._2 {
    right: 30px;
  }

  .team-circle._3 {
    left: 40px;
  }

  .team-circle._3.relative {
    left: 0;
  }

  .team-circle._4 {
    top: 63px;
  }

  .team-circle._4.relative {
    top: 0;
  }

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

  .display-6.no-margin {
    font-size: 20px;
    font-weight: 700;
  }

  .compare-line {
    margin-top: 10px;
  }

  .compare-grid._3-columns {
    margin-top: 0;
  }

  .careers-grid, .map-wrapepr {
    width: 100%;
  }

  .blog-page-grid {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .legal-wrapper, .careers-page-block {
    width: 100%;
  }

  .components-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .project-page-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .screenshot-overlay {
    inset: 270px 0% auto;
  }

  .screenshot-overlay.top {
    display: none;
  }

  .presantation-grid {
    width: 100%;
  }

  .demo-link {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .components-flex {
    width: 100%;
  }

  .spine-logo {
    margin-left: 5vw;
  }

  .div-block-3 {
    margin-bottom: 90px;
  }

  .footer-left-col {
    order: 1;
    width: 100%;
  }

  .footer-menu {
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-menu.margin-40px {
    display: none;
  }

  .footer-links {
    text-align: left;
  }

  .footer-links:hover {
    opacity: .8;
  }

  .subtitle {
    margin-top: 0;
    margin-right: 20px;
  }

  .footer-navigation-link {
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-navigation-link:hover {
    opacity: 1;
  }

  .footer-navigation-link.contact {
    flex-direction: row;
    width: 100%;
    display: flex;
  }

  .footer-navigation-link.contact:hover {
    opacity: 1;
  }

  .footer-navigation-link.contact.first {
    border-top: 1px solid #e6e6e6;
    align-self: flex-start;
    align-items: center;
    margin-top: 16px;
    padding-top: 32px;
  }

  .footer-navigation-link.last.mobile.contact {
    display: none;
  }

  .half-image {
    width: 100%;
  }

  .placeholder {
    min-height: 200px;
  }

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

  .flex-wrapper {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .hero.five {
    padding-top: 50px;
  }

  .hero.sub {
    padding-top: 60px;
  }

  .hero.sub._3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
  }

  .hero.sub.components {
    padding-bottom: 60px;
  }

  .hero.intro {
    height: 850px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section, .section.white {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.primary, .section.last {
    padding-bottom: 80px;
  }

  .navigation-link.contact.first {
    border-top-color: #e1e1e1;
  }

  .logo.w--current {
    padding-left: 0;
  }

  .social-wrapper {
    margin-left: 0;
    padding-left: 0;
  }

  .navbar {
    grid-template-columns: .75fr .75fr;
  }

  .menu-flex.none {
    order: 1;
  }

  .left-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .announcement-text {
    margin-top: 10px;
    margin-left: 0;
  }

  .announcement-text.no-margin {
    margin-top: 0;
  }

  .announcement-bar {
    padding-left: 4%;
    padding-right: 4%;
  }

  .announcement-bar.blog-bar {
    display: none;
  }

  .intro-wrapper.careers {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .display-1 {
    font-size: 70px;
    line-height: 65px;
  }

  .display-1.white.on-project {
    font-size: 60px;
    line-height: 55px;
  }

  .display-1._78px {
    font-size: 60px;
    line-height: 60px;
  }

  .with-scibble.white {
    padding-left: 12px;
    padding-right: 12px;
  }

  .square.hide {
    display: none;
  }

  .services-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid._80 {
    grid-row-gap: 40px;
    width: 100%;
  }

  .service-wrapper {
    align-items: center;
  }

  .service-wrapper.auto {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .video-wrapper {
    min-height: 400px;
  }

  .video-wrapper.home-2 {
    min-height: 550px;
  }

  .video-wrapper.home-2.full {
    min-height: 580px;
  }

  .heading-content.about {
    margin-bottom: 80px;
  }

  .display-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .display-2.quote {
    font-size: 40px;
    line-height: 100%;
  }

  .project-home-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .logo-client-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .logo-client {
    flex-basis: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .blog-grid, .blog-grid.blog-2-columns {
    grid-template-columns: 1fr;
  }

  .display-3 {
    font-size: 40px;
    line-height: 40px;
  }

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

  .footer-grid._3-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .copyright-flex.right {
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 5px;
  }

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

  .meta-flex.add-left {
    margin: 15px 0;
  }

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

  .grid-2-columns {
    grid-row-gap: 50px;
  }

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

  .awards-wrapper {
    width: 100%;
  }

  .project-content-line {
    grid-template-columns: 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .get-started-form._3-column {
    width: 100%;
  }

  .testimonaisl-content {
    padding: 15px;
  }

  .footer-second {
    padding-bottom: 30px;
  }

  .cta-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .pargraph-quote.icon {
    top: -20%;
    left: -20px;
  }

  .pargraph-quote.icon.down {
    bottom: -20%;
    right: -20px;
  }

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

  .services.flex {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .form-block, .form-block._50, .form-block.apply {
    width: 100%;
  }

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

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

  .tabs-menu {
    width: 100%;
  }

  .project-list, .project-list._2-columns {
    grid-template-columns: 1fr;
  }

  .process-big-circle, .process-icon-number {
    flex: none;
  }

  .pricing-style-wrapper {
    margin-bottom: 30px;
  }

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

  .slider {
    max-width: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    width: 400px;
  }

  .skills-grid {
    width: 100%;
  }

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

  .team-circle {
    top: 35px;
  }

  .team-circle._2 {
    bottom: -43px;
  }

  .team-circle._4 {
    top: 53px;
  }

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

  .display-6.no-margin {
    font-size: 19px;
  }

  .compare-grid.top {
    margin-bottom: 20px;
  }

  .only-mobile {
    margin-bottom: 50px;
    display: block;
  }

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

  .careers-page-block {
    padding: 10% 12%;
  }

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

  .photo-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .photo-grid.social {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .screenshot-overlay {
    top: 194px;
  }

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

  .demo-link {
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .service-category-title {
    line-height: 100%;
  }

  .logo-spine {
    padding-left: 0;
  }

  .logo-spine.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

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

  .footer-navigation-link.contact.first {
    border-top-color: #e1e1e1;
  }

  .placeholder {
    min-height: 250px;
  }

  .team-image {
    height: 450px;
  }

  .project-images-wrapper {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .project-grid.images {
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .hero.six {
    padding-top: 40px;
    padding-bottom: 75px;
  }

  .hero.sub {
    padding-top: 31px;
  }

  .hero.sub._2 {
    padding-top: 115px;
  }

  .hero.sub._3 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .hero.sub.components {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero.sub.style {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section {
    padding-top: 80px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.primary {
    padding-top: 80px;
  }

  .section.dark-gray._100px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.background-image {
    max-height: 500px;
  }

  .container {
    max-width: none;
    margin-left: 0;
  }

  .container.flex {
    flex-direction: column-reverse;
    flex: none;
    align-items: flex-end;
  }

  .container._100 {
    width: 100%;
    max-width: 100%;
  }

  .social-icon.hide-social {
    display: none;
  }

  .social-icon.hide {
    display: flex;
  }

  .navigation-link.contact {
    flex-direction: column;
  }

  .navigation-link.contact.first {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .logo-text {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .dropdown-list.w--open {
    width: 100%;
  }

  .nav-menu {
    z-index: 9999;
  }

  .social-wrapper.white {
    margin-left: 0;
    padding-left: 0;
  }

  .nav-text.email {
    text-transform: none;
  }

  .menu-flex.none {
    flex: 1;
    order: 1;
    justify-content: flex-end;
  }

  .x-button.absolute {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .badge {
    margin-bottom: 5px;
  }

  .badge.category {
    margin-bottom: 5px;
    margin-right: 0;
  }

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

  .left-flex.center {
    flex-direction: column;
    margin-top: 0;
  }

  .announcement-bar {
    flex-direction: column;
  }

  .announcement-bar.white {
    padding-top: 0;
  }

  .display-1 {
    font-size: 47px;
    line-height: 47px;
  }

  .display-1.white.font {
    font-size: 36px;
    line-height: 37px;
  }

  .display-1.white.on-project {
    font-size: 42px;
    line-height: 39px;
  }

  .display-1._78px {
    font-size: 40px;
    line-height: 44px;
  }

  .with-scibble {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .top-text, .top-text.white {
    font-size: 14px;
  }

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

  .service-title {
    font-size: 25px;
  }

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

  .search-icon {
    margin-left: 15px;
  }

  .search-input {
    height: 50px;
    font-size: 20px;
    line-height: 40px;
  }

  .search-button {
    background-size: 20px;
    height: 50px;
  }

  .video-wrapper.home-2._50vh {
    min-height: 50vh;
  }

  .video-wrapper.home-3 {
    min-height: 250px;
  }

  .play-wrapper {
    width: 258px;
    margin-top: 20px;
    margin-left: 0;
  }

  .play-wrapper.absolute {
    width: auto;
    margin-top: 0;
  }

  .video-play {
    width: 70px;
    height: 70px;
  }

  .display-2 {
    font-size: 42px;
    line-height: 42px;
  }

  .display-2.quote {
    font-size: 30px;
  }

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

  .project-title.white._0px {
    font-size: 26px;
    line-height: 27px;
  }

  .testimonials-content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testiomonials-photo {
    margin-bottom: 40px;
    margin-right: 0;
  }

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

  .logo-client-wrapper.version-2 {
    flex-wrap: wrap;
  }

  .logo-client-wrapper.version-3 {
    max-width: 100%;
  }

  .logo-client {
    padding: 7px;
  }

  .instagram-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-grid._3-columns, .footer-grid._4-columns {
    grid-template-columns: 1fr;
  }

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

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

  .blog-titile {
    font-size: 24px;
    line-height: 27px;
  }

  .meta-flex.hide-mobile, .email-text.hide {
    display: none;
  }

  .top-grid.reverse {
    grid-template-columns: 1fr;
  }

  .hero-center {
    max-width: none;
  }

  .button-divider.divider {
    width: 0;
    height: 20px;
    display: block;
  }

  .display-4.white {
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-no-margin {
    display: none;
  }

  .project-content-line {
    overflow: hidden;
  }

  .project-content-line.content-wtapper, .project-content-line.content-wrapper {
    grid-template-columns: auto;
  }

  .margin-60px._20px {
    margin-top: 20px;
  }

  .get-started-form {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .get-started-form._3-column {
    grid-template-columns: 1fr;
  }

  .text-field-primary {
    height: 50px;
  }

  .testimonials-paragraph {
    font-size: 27px;
    line-height: 30px;
  }

  .big-quote {
    display: inline-block;
    position: absolute;
    inset: auto -10% 0% auto;
  }

  .big-quote.bottom {
    inset: 0% auto auto -10%;
  }

  .footer-second {
    padding-top: 30px;
  }

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

  .quote-wrapper {
    padding-left: 23px;
  }

  .pargraph-quote {
    width: 80%;
    font-size: 28px;
    line-height: 28px;
  }

  .pargraph-quote.icon {
    left: -9px;
  }

  .pargraph-quote.icon.down {
    bottom: -5%;
    right: -3px;
  }

  .services, .services._3-columns {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .services.grid, .services.flex {
    grid-row-gap: 64px;
  }

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

  .form-block {
    width: 100%;
  }

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

  .grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .first-part {
    flex-direction: column;
  }

  .infos-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .features-wrapper {
    margin-right: 0;
  }

  .video-background {
    min-height: 340px;
  }

  .tab-link {
    justify-content: center;
    width: 100%;
  }

  .tab-text {
    font-size: 30px;
    line-height: 30px;
  }

  .fun-wrapper {
    grid-template-columns: 1fr;
  }

  .fun-facts-wrapper {
    border-right-style: none;
  }

  .fun-image {
    margin-right: 15px;
  }

  .blog-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-news-warpper {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-link-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .testimonials-wrapper-big {
    width: 100%;
  }

  .testi-menu {
    justify-content: center;
    align-items: center;
  }

  .testimonials-content-2 {
    padding: 20px 25px;
  }

  .testimonials-photo {
    width: 45px;
    height: 45px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .process-big-circle {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
  }

  .line-divider-step.second {
    display: none;
    top: 2%;
    left: 14px;
  }

  .process-icon-number {
    z-index: 1;
    margin-bottom: -15px;
    position: relative;
  }

  .work-process-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .small-icon-flex {
    width: 100%;
  }

  .client-photo {
    width: 50px;
    height: 50px;
    margin-left: -17px;
  }

  .chat-link-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .chat-grid {
    width: 100%;
  }

  .chat-icon {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .features-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-effect-wrapper {
    width: 110px;
    height: 110px;
  }

  .slider {
    max-width: 280px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide {
    width: 280px;
  }

  .left-arrow-slide {
    display: none;
  }

  .slide-nav {
    margin-bottom: -70px;
  }

  .team-wrapper.second {
    padding-left: 25px;
    padding-right: 25px;
  }

  .team-grid, .team-grid._2 {
    grid-template-columns: 1fr;
  }

  .team-circle {
    width: 70px;
    height: 70px;
    top: 23px;
    left: 19px;
  }

  .team-circle._2 {
    bottom: -29px;
  }

  .team-circle._3 {
    width: 60px;
    height: 60px;
    bottom: 13px;
    left: 21px;
  }

  .team-circle._4 {
    width: 60px;
    height: 60px;
    top: 33px;
    right: 23px;
  }

  .benefit-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .display-6.no-margin {
    font-size: 20px;
  }

  .compare-line.normal {
    border-top-style: none;
    margin-top: 0;
    padding-top: 0;
  }

  .compare-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .compare-grid.top {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .compare-grid.top._3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .compare-grid._3-columns {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .display-none {
    display: none;
  }

  .careers-block {
    padding-top: 10px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .careers-image {
    margin-bottom: 50px;
    display: block;
  }

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

  .map-wrapepr {
    height: auto;
  }

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

  .map {
    height: 250px;
  }

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

  .legal-wrapper {
    border-style: none;
    padding: 0;
  }

  .careers-page-block {
    padding: 8% 9%;
  }

  .label-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .copy-text {
    display: none;
  }

  .photo-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .photo-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .photo-grid.social {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .imput-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .imput-grid._3-column, .badge-grid {
    grid-template-columns: 1fr;
  }

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

  .project-page-grid {
    grid-template-columns: 1fr;
  }

  .demo-link {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph {
    margin-top: 40px;
  }

  .service-category-title {
    margin-bottom: 60px;
    font-size: 32px;
  }

  .logo-spine {
    width: 90px;
    padding-left: 0;
  }

  .div-block-3 {
    margin-bottom: 60px;
  }

  .image-6 {
    padding-right: 16px;
  }

  .footer-menu {
    z-index: 9999;
  }

  .footer-navigation-link.contact {
    flex-direction: column;
  }

  .footer-navigation-link.contact.first {
    flex-direction: column;
    align-items: flex-start;
  }

  .cross-wrapper {
    margin-right: -20px;
    right: 0;
  }

  .cross-mask {
    width: 24px;
  }

  .project-place {
    display: none;
  }

  .section-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .center-2.secondary-color {
    font-size: 2rem;
  }

  .button-2 {
    text-align: center;
    width: 100%;
  }

  .list {
    padding-left: 1rem;
  }
}

#w-node-d26a6b0b-d755-193b-fb7f-ae12e67176cf-e67176cc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d26a6b0b-d755-193b-fb7f-ae12e67176d2-e67176cc, #w-node-_48a3a5aa-9a57-bf38-89ba-fb0c4f1c6796-4f1c678a {
  justify-self: end;
}

#w-node-_03888865-b596-219b-119c-e2069cdbba01-9cdbb9fe {
  order: -1;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_03888865-b596-219b-119c-e2069cdbba04-9cdbb9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#email.w-node-_73abe7f2-323d-05b6-efac-f149d4c8535a-5c80b297 {
  align-self: stretch;
}

#w-node-c4944d4f-a6ee-567b-4d16-e2349a0eb510-2e80b298 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#email.w-node-_4a79f853-057a-8799-5ef3-66e8205716e5-d980b299, #Name.w-node-_821944d7-48c7-54f0-132d-ffd01eada3f8-4880b29a, #email-2.w-node-_821944d7-48c7-54f0-132d-ffd01eada3f9-4880b29a {
  align-self: stretch;
}

#w-node-_27f475c8-9b0a-e8c1-3901-28aa81946469-81946466 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_27f475c8-9b0a-e8c1-3901-28aa8194646c-81946466, #w-node-cac0a111-ba6d-b468-f473-a80da914e57d-a914e573 {
  justify-self: end;
}

#w-node-_057e05f3-6c57-557f-9056-6dad94f429af-9f80b2ad {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_4ecb12fb-8983-6da5-1f24-1cef10df6344-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_78af3e2e-13eb-5279-a768-cfbb4e774fee-9f80b2ad {
  justify-self: end;
}

#w-node-div-block-3-9f80b2ad, #w-node-da41fe11-6aa2-db52-fe71-132bb6b3838d-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-paragraph-2-9f80b2ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-div-block-4-9f80b2ad {
  align-self: start;
}

#w-node-_90d287ce-2032-8926-15bf-6e13408136bf-9f80b2ad {
  order: -9999;
}

#w-node-_81526122-9d58-9b12-f567-f0a18ea36b01-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_81526122-9d58-9b12-f567-f0a18ea36b06-9f80b2ad {
  justify-self: end;
}

#w-node-_81526122-9d58-9b12-f567-f0a18ea36b09-9f80b2ad, #w-node-_81526122-9d58-9b12-f567-f0a18ea36b0a-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_81526122-9d58-9b12-f567-f0a18ea36b0b-9f80b2ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_81526122-9d58-9b12-f567-f0a18ea36b0d-9f80b2ad {
  align-self: start;
}

#w-node-cda9e1a7-0ba9-c3e6-9428-47592e95a38d-9f80b2ad {
  order: -9999;
}

#w-node-_49aea7d5-0955-9788-7474-afaba3c2d6bb-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_49aea7d5-0955-9788-7474-afaba3c2d6c0-9f80b2ad {
  justify-self: end;
}

#w-node-_49aea7d5-0955-9788-7474-afaba3c2d6c3-9f80b2ad, #w-node-_49aea7d5-0955-9788-7474-afaba3c2d6c4-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_49aea7d5-0955-9788-7474-afaba3c2d6c5-9f80b2ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_49aea7d5-0955-9788-7474-afaba3c2d6c7-9f80b2ad {
  align-self: start;
}

#w-node-_221840c3-0388-b606-c12e-43149b74fcf7-9f80b2ad {
  order: -9999;
}

#w-node-d8012fc4-64aa-de49-cc1f-c5787c159bc0-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d8012fc4-64aa-de49-cc1f-c5787c159bc3-9f80b2ad {
  justify-self: end;
}

#w-node-d8012fc4-64aa-de49-cc1f-c5787c159bc6-9f80b2ad, #w-node-d8012fc4-64aa-de49-cc1f-c5787c159bc7-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d8012fc4-64aa-de49-cc1f-c5787c159bc8-9f80b2ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9f75ca0b-f1dd-387d-a354-0b60d6bba1ed-9f80b2ad {
  align-self: start;
}

#w-node-_89126c15-f86d-5549-c1d9-f379ade78a66-9f80b2ad {
  order: -9999;
}

#w-node-a1eb3acf-6599-5144-5328-b7775083b8b7-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a1eb3acf-6599-5144-5328-b7775083b8ba-9f80b2ad {
  justify-self: end;
}

#w-node-a1eb3acf-6599-5144-5328-b7775083b8bd-9f80b2ad, #w-node-a1eb3acf-6599-5144-5328-b7775083b8be-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a1eb3acf-6599-5144-5328-b7775083b8bf-9f80b2ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fcf854e9-9b84-0c8b-36dd-c31043685611-9f80b2ad {
  order: -9999;
}

#w-node-_0add9f3a-13ef-23b5-e718-c93ca807dfc3-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0add9f3a-13ef-23b5-e718-c93ca807dfc6-9f80b2ad {
  justify-self: end;
}

#w-node-_0add9f3a-13ef-23b5-e718-c93ca807dfc9-9f80b2ad, #w-node-_0add9f3a-13ef-23b5-e718-c93ca807dfca-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0add9f3a-13ef-23b5-e718-c93ca807dfcb-9f80b2ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9ba82a2f-779b-c52f-2fee-b6d5db281d92-9f80b2ad {
  align-self: start;
}

#w-node-d29e6589-61c3-4dfc-a485-29b2dd0a64e9-9f80b2ad {
  order: -9999;
}

#w-node-f1ed2792-14fa-120b-9248-9f1e7b532571-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f1ed2792-14fa-120b-9248-9f1e7b532574-9f80b2ad {
  justify-self: end;
}

#w-node-f1ed2792-14fa-120b-9248-9f1e7b532577-9f80b2ad, #w-node-f1ed2792-14fa-120b-9248-9f1e7b532578-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f1ed2792-14fa-120b-9248-9f1e7b532579-9f80b2ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1a999c4b-93a9-1d22-3f60-9c64dee65d5c-9f80b2ad {
  order: -9999;
}

#w-node-be02fd9c-d2c6-0900-a07e-a467ec2ecd8a-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-be02fd9c-d2c6-0900-a07e-a467ec2ecd8d-9f80b2ad {
  justify-self: end;
}

#w-node-be02fd9c-d2c6-0900-a07e-a467ec2ecd90-9f80b2ad, #w-node-be02fd9c-d2c6-0900-a07e-a467ec2ecd91-9f80b2ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-be02fd9c-d2c6-0900-a07e-a467ec2ecd92-9f80b2ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_913e7d63-b0b0-5cbc-e5ac-e3827c1f7220-9f80b2ad {
  order: -9999;
}

@media screen and (max-width: 991px) {
  #w-node-_03888865-b596-219b-119c-e2069cdbba04-9cdbb9fe {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_057e05f3-6c57-557f-9056-6dad94f429af-9f80b2ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_48a3a5aa-9a57-bf38-89ba-fb0c4f1c6796-4f1c678a, #w-node-cac0a111-ba6d-b468-f473-a80da914e57d-a914e573 {
    justify-self: start;
  }

  #w-node-_057e05f3-6c57-557f-9056-6dad94f429af-9f80b2ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7bc3484b-2eeb-04b4-fc9f-45a90a3e2ac3-9f80b2ad, #w-node-_7bc3484b-2eeb-04b4-fc9f-45a90a3e2ac7-9f80b2ad, #w-node-_35e2c2de-06a3-812f-5359-fd19d36265ae-9f80b2ad, #w-node-_073541d4-33f0-863c-d044-eb00ad102b49-9f80b2ad, #w-node-_2001a742-5924-2ab0-a54e-5c9246ef3e8c-9f80b2ad, #w-node-dcfdfbc9-b0da-1bb8-c1a3-886b62f66c10-9f80b2ad, #w-node-_515f20a2-bba0-d998-efbf-b152a2d2d46c-9f80b2ad, #w-node-db6845c3-c877-67ff-4e30-36f47120c6fb-9f80b2ad, #w-node-_031bdb65-fdad-03d4-d9d5-b2d365b9c212-9f80b2ad, #w-node-_3a9ae378-c1e0-3c07-d6f7-06c3c5d2040c-9f80b2ad, #w-node-e613cfdb-6ba2-0b54-e140-9fec9656e1c2-9f80b2ad, #w-node-cbb543ad-0d0c-22f3-202b-c8b15f102634-9f80b2ad, #w-node-d9629614-4c4a-c16f-7bd7-b3674aff8959-9f80b2ad, #w-node-a6ccefeb-70ba-fbb0-71d5-a46d640545b9-9f80b2ad {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_67fa9042-9659-668a-0887-7af1cfb781ee-cfb781eb, #w-node-c4944d4f-a6ee-567b-4d16-e2349a0eb4f9-2e80b298, #w-node-c4944d4f-a6ee-567b-4d16-e2349a0eb503-2e80b298, #w-node-_49883833-9ffc-a0db-a5ab-d84b269b1039-269b1036 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cac0a111-ba6d-b468-f473-a80da914e57d-a914e573 {
    justify-self: start;
  }

  #w-node-_78af3e2e-13eb-5279-a768-cfbb4e774fee-9f80b2ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-div-block-3-9f80b2ad {
    grid-column: span 2 / span 2;
  }

  #w-node-_81526122-9d58-9b12-f567-f0a18ea36b06-9f80b2ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_81526122-9d58-9b12-f567-f0a18ea36b09-9f80b2ad {
    grid-column: span 2 / span 2;
  }

  #w-node-_49aea7d5-0955-9788-7474-afaba3c2d6c0-9f80b2ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_49aea7d5-0955-9788-7474-afaba3c2d6c3-9f80b2ad {
    grid-column: span 2 / span 2;
  }

  #w-node-d8012fc4-64aa-de49-cc1f-c5787c159bc3-9f80b2ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8012fc4-64aa-de49-cc1f-c5787c159bc6-9f80b2ad {
    grid-column: span 2 / span 2;
  }

  #w-node-a1eb3acf-6599-5144-5328-b7775083b8ba-9f80b2ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1eb3acf-6599-5144-5328-b7775083b8bd-9f80b2ad {
    grid-column: span 2 / span 2;
  }

  #w-node-_0add9f3a-13ef-23b5-e718-c93ca807dfc6-9f80b2ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0add9f3a-13ef-23b5-e718-c93ca807dfc9-9f80b2ad {
    grid-column: span 2 / span 2;
  }

  #w-node-f1ed2792-14fa-120b-9248-9f1e7b532574-9f80b2ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1ed2792-14fa-120b-9248-9f1e7b532577-9f80b2ad {
    grid-column: span 2 / span 2;
  }

  #w-node-be02fd9c-d2c6-0900-a07e-a467ec2ecd8d-9f80b2ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be02fd9c-d2c6-0900-a07e-a467ec2ecd90-9f80b2ad {
    grid-column: span 2 / span 2;
  }
}


