html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

.side-by-side {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

body {
  margin: 0;
  background-color: var(--grey);
  color: var(--black);
  letter-spacing: -.32px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 132%;
  min-height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
  color: var(--black);
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

.w-block {
  display: block;
}

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

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: 600;
}

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

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

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

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

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

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

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder, .w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder, .w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-col {
    width: 100%;
  }
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

:root {
  --grey: #fbfbfb;
  --black: #1b1b1b;
  --green: #35c75a;
  --orange: #e68a0a;
  --purple: #7e35c7;
  --green-opacity--20: rgba(16, 208, 127, .2);
  --green-opacity--32: rgba(16, 208, 127, .32);
  --green-opacity--4: rgba(16, 208, 127, .04);
  --white: white;
  --grey--90: #323232;
  --grey--6: #eee;
  --grey--3: #f4f4f4;
  --grey--50: #8b8b8b;
  --blue: #0054bb;
  --brandBlue: #1b45ee;
  --blue-opacity--32: rgba(15, 156, 237, 0.181);
  --blue-opacity--4: rgba(15, 157, 237, .04);
  --purple: #913aff;
  --purple-opacity--32: rgba(145, 58, 255, .32);
  --purple-opacity--4: rgba(145, 58, 255, .04);
  --green-opacity--10: rgba(16, 208, 127, .1);
  --dark-green: #0a955a;
  --white-opacity--10: rgba(251, 251, 251, .1);
  --white-opacity--60: rgba(251, 251, 251, .6);
  --grey--30: #b8b8b8;
  --white-opacity--20: rgba(251, 251, 251, .2);
  --grey--40: #a1a1a1;
  --grey--20: #cecece;
  --white-opacity--15: rgba(251, 251, 251, .15);
  --grey--10: #e8e8e8;
}

h1 {
  color: var(--black);
  letter-spacing: -3.12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 78px;
  font-weight: 700;
  line-height: 104%;
}

h2 {
  letter-spacing: -3.12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 78px;
  font-weight: 600;
  line-height: 104%;
}

h3 {
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 116%;
}

h4 {
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 112%;
}

p {
  margin-bottom: 0;
}

.home-hero {
  background-image: linear-gradient(180deg, rgba(251, 251, 251, 0) 50%, var(--grey)), url("https://cdn.prod.website-files.com/668525e68e9b4ae1b28c228f/66852e042adc1d09ce4cca4f_Pattern.svg");
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 25px;
  padding-top: 40px;
}

.container-wide {
  width: 100%;
  max-width: 1728px;
  padding: 0 64px;
}

.home-hero-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-hero-content {
  grid-column-gap: 144px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-logo-wrapper {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.hero-logo {
  width: 96px;
  height: auto;
}

.home-hero-offer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.home-hero-offer-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.circle-chips {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.medium-m {
  font-size: 1.1rem;
  font-weight: 600;
}

.circle-shapes {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}

.circle-main-shape {
  background-color: var(--blue);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.circle-secondary-shape {
  background-color: var(--blue-opacity--32);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h1-highlight {
  border-left: 4px solid var(--blue);
  background-image: linear-gradient(90deg, var(--blue-opacity--32), var(--blue-opacity--4));
  padding-left: 8px;
  padding-right: 8px;
  line-height: 112%;
  display: inline-block;
}

.home-hero-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: bold;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-weight: bold;
  transition: padding .25s cubic-bezier(.215, .61, .355, 1), background-color .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button.primary-black {
  border: 1px solid var(--brandBlue);
  background-color: var(--brandBlue);
  color: var(--white);
  font-weight: bold;
  box-shadow: 0 6px 12px rgba(27, 27, 27, .25);
}

.button.primary-black:hover, .button.primary-black:focus {
  border-color: var(--brandBlue);
  background-color: var(--brandBlue);
  padding-left: 40px;
  padding-right: 40px;
}

.button.secondary {
  border: 1px solid var(--grey--6);
  background-color: var(--grey--3);
  color: var(--black);
}

.button.secondary:hover, .button.secondary:focus {
  background-color: var(--grey--6);
  padding-left: 40px;
  padding-right: 40px;
}

.button.tertiary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 1;
  color: var(--black);
  border-radius: 0;
  padding: 4px;
  transition: all .25s;
}

.button.tertiary:hover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .5;
}

.button.tertiary:focus {
  opacity: .5;
}

.button.tertiary.white-tertiary {
  color: var(--white);
}

.button.tertiary.white-tertiary:hover, .button.tertiary.white-tertiary:focus {
  opacity: .6;
}

.button.primary-blue {
  border: 1px solid var(--grey);
  background-color: var(--grey);
  color: var(--blue);
  box-shadow: 0 6px 12px rgba(27, 27, 27, .1);
}

.button.capsule {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--blue);
  font-weight: bold;
  box-shadow: 0 6px 12px rgba(27, 27, 27, .25);
}

.button.capsule:hover, .button.capsule:focus {
  border-color: var(--white);
  background-color: var(--white);
  padding-left: 40px;
  padding-right: 40px;
}

.icon-size-20 {
  width: 20px;
  height: 20px;
}

.about {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 0px;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.about-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.about-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.max-width-720 {
  max-width: 720px;
}

.color-grey-50 {
  color: var(--grey--50);
}

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

.services {
  margin-top: 0px;
  padding-top: 80px;
}

.heading-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.h2.section-header {
  max-width: 560px;
}

.contact-block-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--grey--6);
  background-color: var(--white);
  border-radius: 32px;
  flex-flow: column;
  width: 100%;
  padding: 40px;
  display: flex;
}

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

.service-block {
  border: 1px solid var(--grey--6);
  border-radius: 26px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 560px;
  padding: 40px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-block.wide-block {
  height: 464px;
}

.service-block-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  
}

.service-block-image.blue {
  background-color: var(--blue);
}

.service-block-image.orange {
  background-color: var(--orange);
}

.service-block-image.purple {
  background-color: var(--purple);
}

.service-block-image.green {
  background-color: var(--green);
}

.service-block-content {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  flex-flow: column;
  max-width: 320px;
  display: flex;
}

.max-width-200 {
  max-width: 200px;
}

.service-block-shade {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-block-content-wrapper {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.icon-size-16 {
  width: 16px;
  height: 16px;
}

.floating-capsule-container {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 1000;
  pointer-events: none;
}

.contact-capsule {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background-color: var(--brandBlue);
  padding: 12px 16px;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}

.capsule-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.capsule-content .profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.capsule-content .h4 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
}

@media (max-width: 767px) {
  .capsule-text {
    display: none;
  }

  .contact-capsule {
    padding: 8px;
    gap: 8px;
  }
  
  .contact-banner-buttons .button {
    padding: 8px 12px;
    font-size: 0.85rem;
  }
}

.contact-banner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--grey--6);
  background-color: var(--white);
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 40px;
  display: flex;
}

.profile-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.contact-banner-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits {
  margin-top: 80px;
  padding-top: 40px;
}

.benefits-table-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--grey--6);
  background-color: var(--white);
  border-radius: 32px;
  width: 100%;
  margin-bottom: 24px;
  padding: 40px 40px 24px;
  display: flex;
}

.benefits-table {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.benefits-table-logo {
  width: auto;
  height: 21px;
}

.benefits-table-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.benefit-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--grey--6);
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.benefit-item-icon {
  border: 1px solid var(--grey--6);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 6px;
  display: flex;
}

.icon-size-12 {
  width: 12px;
  height: 12px;
}

.logos-ticker {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--grey--6);
  background-color: var(--white);
  border-radius: 32px;
  width: 100%;
  height: 600px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.logos-ticker-block {
  flex: 1;
  overflow: hidden;
}

.logos-ticker-wrapper-down {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.logos-ticker-line-down {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-ticker-block {
  aspect-ratio: 1;
  border: 1px solid var(--grey--6);
  background-color: var(--grey--3);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.logo-ticker-block-image {
  width: 72px;
  height: auto;
}

.logos-ticker-wrapper-up, .logos-ticker-line-up {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.mobile-hide {
  display: block;
}

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

.heading-text-wrapper {
  max-width: 280px;
  padding-bottom: 8px;
}

.portolio-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.portfolio-collection {
  width: 100%;
}

.portfolio-collection-item {
  width: 100%;
  height: auto;
}

.portfolio-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.website-project-cover {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  width: auto;
  height: 100%;
  background-color: var(--grey--3);
}

.project-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.faq-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
}

.faq-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--grey--3);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 24px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.faq-question {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.medium-m.faq-question-text {
  flex: 1;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
}

.faq-icon-horizontal-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.faq-icon-vertical-line {
  background-color: var(--black);
  width: 1px;
  height: 100%;
  position: absolute;
}

.faq-answer {
  overflow: hidden;
}

.medium-s {
  letter-spacing: -.14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 132%;
}

.medium-s.color-grey-50.faq-answer-text {
  max-width: 440px;
  margin-top: 32px;
}

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

.testimonials-container {
  padding-left: 0;
  padding-right: 0;
}

.testimonials-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 90%;
  padding: 0 16px !important;
  scroll-padding: 16px !important;
  gap: 16px;                       
}

.testimonials-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--grey--6);
  background-color: var(--white);
  border-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 520px;
  padding: 40px 40px 48px;
  display: flex;
}

.testimonial-chat {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.client-messages-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.client-name {
  padding-left: 18px;
}

.color-grey-40 {
  color: var(--grey--40);
}

.color-grey-4 {
  color: var(--grey--3);
}

.client-messages {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.client-message {
  background-color: var(--brandBlue);
  color: var(--white);
  border-radius: 18px;
  padding: 20px;
  position: relative;
}

.client-message-text {
  max-width: 280px;
}

.client-message-shape {
  position: absolute;
  top: auto;
  bottom: -2px;
  left: -5px;
  right: auto;
}

.company-message-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.company-name {
  text-align: right;
  padding-right: 18px;
}

.company-messages {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.company-message {
  background-color: var(--grey--6);
  color: var(--black);
  text-align: right;
  border-radius: 18px;
  padding: 20px;
  position: relative;
}

.company-message-shape {
  position: absolute;
  top: auto;
  bottom: -4px;
  left: auto;
  right: -5px;
}

.testimonial-person {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-person-image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.testimonial-person-info {
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.ticker-container {
  width: 100%;
  max-width: 1728px;
  position: relative;
}

.ticker-block {
  overflow: hidden;
}

.ticker-block.second-ticker-block {
  margin-top: 24px;
}

.ticker-wrapper-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ticker-line-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.large-text {
  letter-spacing: -3.12px;
  font-size: 78px;
  font-weight: 600;
  line-height: 112%;
}

.large-text.highlighted {
  border-left: 4px solid var(--green);
  background-image: linear-gradient(90deg, var(--green-opacity--32), var(--green-opacity--4));
  padding-left: 8px;
  padding-right: 8px;
}

.large-text.highlighted.blue-highlight {
  border-left-color: var(--blue);
  background-image: linear-gradient(90deg, var(--blue-opacity--32), var(--blue-opacity--4));
}

.large-text.highlighted.purple-highlight {
  border-left-color: var(--purple);
  background-image: linear-gradient(90deg, var(--purple-opacity--32), var(--purple-opacity--4));
}

.ticker-line-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ticker-wrapper-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ticker-light-overlay {
  background-image: linear-gradient(90deg, var(--grey), rgba(251, 251, 251, 0));
  width: 320px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.ticker-light-overlay.right-ticker-overlay {
  background-image: linear-gradient(270deg, var(--grey), rgba(251, 251, 251, 0));
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.colored-section {
  background-color: var(--grey--3);
  background-image: url("assets/Pattern.svg");
  background-position: 50%;
  background-size: 25px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact {
  padding-top: 40px;
}

.h2-highlight {
  border-left: 4px solid var(--green);
  background-image: linear-gradient(90deg, var(--green-opacity--32), var(--green-opacity--4));
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.h2-highlight.blue-h2-highlight {
  border-left-color: var(--blue);
  background-image: linear-gradient(90deg, var(--blue-opacity--32), var(--blue-opacity--4));
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
}

.form-block-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--grey--6);
  background-color: var(--grey);
  border-radius: 32px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.service-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    color: var(--white-opacity-60);
    font-size: 16px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -.14px;
}

.service-bullets li {
    position: relative;
    padding-left: 16px;
}

.service-bullets li:before {
    content: "•";
    color: var(--white);
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 479px) {
    .service-bullets {
        grid-template-columns: 1fr;
    }
}

.max-width-344 {
  max-width: 344px;
}

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

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.form-inputs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.form-input {
  border: 1px solid var(--grey--6);
  background-color: var(--grey--3);
  color: var(--black);
  border-radius: 16px;
  height: 60px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-weight: 400;
  line-height: 132%;
  transition: border-color .25s cubic-bezier(.215, .61, .355, 1);
}

.form-input:hover {
  border-color: var(--grey--20);
}

.form-input:active, .form-input:focus {
  border-color: var(--grey--50);
}

.form-input::placeholder {
  color: var(--grey--50);
}

.form-input.text-area {
  height: auto;
  min-height: 144px;
}

.success-message {
  border: 1px solid var(--grey--6);
  background-color: var(--grey--3);
  border-radius: 24px;
  padding: 0;
}

.error-message {
  border: 1px solid var(--grey--6);
  background-color: var(--grey--3);
  border-radius: 16px;
  margin-top: 16px;
  padding: 24px;
}

.contact-block {
  border-radius: 32px;
  flex-flow: column;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: var(--blue);
}

.contact-block-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-block-content {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.color-white {
  color: var(--white);
}

.footer {
  background-color: var(--brandBlue);
  padding-top: 80px;
  padding-bottom: 88px;
}

.footer-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 104px;
  display: flex;
}

.footer-symbol {
  width: 104px;
  height: 104px;
}

.footer-menu-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 393px;
  display: flex;
}

.footer-menu-content {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}

.footer-menu-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.regular-m {
  font-weight: 400;
}

.regular-m.color-grey-4.footer-menu-name {
  width: 115px;
}

.footer-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.medium-l {
  letter-spacing: -.72px;
  font-size: 24px;
  line-height: 132%;
}

.medium-l.footer-menu-item {
  color: var(--white);
  transition: color .25s cubic-bezier(.215, .61, .355, 1);
}

.medium-l.footer-menu-item:hover, .medium-l.footer-menu-item:focus {
  color: var(--white-opacity--60);
}

.footer-legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  h2 {
    letter-spacing: -2.56px;
    font-size: 64px;
  }

  .container-wide {
    padding-left: 48px;
    padding-right: 48px;
  }

  .container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .container.testimonials-container {
    padding-left: 64px;
    padding-right: 64px;
  }

  .ticker-block.second-ticker-block {
    margin-top: 16px;
  }

  .ticker-wrapper-right, .ticker-line-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .large-text {
    letter-spacing: -2.56px;
    font-size: 64px;
  }

  .ticker-line-left, .ticker-wrapper-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 64px;
  }

  .h2.section-header {
    max-width: 480px;
  }

  .services-grid {
    flex-flow: column;
    display: flex;
  }

  .service-block, .service-block.wide-block {
    height: 520px;
  }

  .benefits-table-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .logos-ticker {
    height: 480px;
  }

  .heading-text-wrapper {
    max-width: 400px;
    padding-bottom: 0;
  }

  .portolio-grid {
    flex-flow: column;
    display: flex;
  }

  .website-project-cover {
    width: 100%;
    height: auto;
  }

  .faq-grid {
    flex-flow: column;
  }

  .testimonials-grid {
    flex-flow: row;
    display: flex;
    overflow: scroll;
    padding: 0 2px !important;
    scroll-padding: 2px !important;
    gap: 12px;
  }

  .testimonials-block {
    flex: none;
    width: 80%;
  }

  .contact-grid {
    flex-flow: column;
    display: flex;
  }

  .footer {
    padding-top: 64px;
  }

  .footer-content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .footer-main {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-symbol {
    width: 72px;
    height: 72px;
  }

  .footer-menu-wrapper {
    width: 100%;
  }

  .footer-menu-content {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-menu-block {
    flex: 1;
  }

  .ticker-light-overlay {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1.76px;
    font-size: 44px;
  }

  h2 {
    letter-spacing: -1.6px;
    font-size: 40px;
  }

  h3 {
    letter-spacing: -1.12px;
    font-size: 28px;
  }

  .container-wide {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-hero-wrapper {
    grid-column-gap: 112px;
    grid-row-gap: 56px;
  }

  .home-hero-content {
    grid-column-gap: 120px;
    grid-row-gap: 64px;
  }

  .home-hero-offer-text {
    max-width: 480px;
  }

  .medium-s.color-grey-50.faq-answer-text {
    margin-top: 24px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-content {
    max-width: 600px;
  }

  .ticker-block.second-ticker-block {
    margin-top: 12px;
  }

  .ticker-wrapper-right, .ticker-line-right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .large-text {
    letter-spacing: -1.76px;
    font-size: 44px;
  }

  .ticker-line-left, .ticker-wrapper-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .services {
    margin-top: 0px;
  }

  .heading-wrapper {
    margin-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .h2.section-header {
    max-width: 280px;
  }

  .services-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 24px;
    padding: 32px 24px 24px;
  }

  .service-block {
    height: 464px;
    padding: 32px 24px;
  }

  .service-block.wide-block {
    height: 464px;
  }

  .contact-banner {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .benefits-table-wrapper {
    border-radius: 24px;
    padding: 32px 24px 16px;
  }

  .benefits-table {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .benefit-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logos-ticker {
    border-radius: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .logos-ticker-block.mobile-hide {
    display: none;
  }

  .logo-ticker-block {
    border-radius: 24px;
  }

  .logo-ticker-block-image {
    width: 48px;
    height: 48px;
  }

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

  .portolio-grid {
    grid-row-gap: 32px;
  }

  .website-project-cover {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    max-width: 520px;
  }

  .colored-section {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .faq-grid, .faq-column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .faq-item {
    padding: 32px 24px;
  }

  .faq-question {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonials {
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .testimonials-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding: 0 1px !important;
    scroll-padding: 1px !important;
    gap: 12px;     
  }

  .testimonials-block {
    border-radius: 24px;
    width: 100%;
    height: 560px;
    padding: 32px 24px 40px;
  }

  .client-message-text {
    max-width: 224px;
  }

  .form-block-wrapper {
    border-radius: 24px;
    padding: 32px 24px;
  }

  .contact-block {
    border-radius: 24px;
    padding: 32px 24px;
  }

  .footer {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .footer-content-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .footer-symbol {
    width: 56px;
    height: 56px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .footer-menu-content {
    flex-flow: column;
  }

  .footer-menu-block {
    width: 100%;
  }

  .ticker-light-overlay {
    width: 128px;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-buttons {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .button.tertiary.mobile-hide {
    display: none;
  }

  .contact-banner-buttons {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .project-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_73535664-032b-26d3-11db-9a2a3822e000-b28c2296 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}