@font-face {
  font-family: Borna;
  src: url('../fonts/Borna-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Borna;
  src: url('../fonts/Borna-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Borna;
  src: url('../fonts/Borna-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Borna;
  src: url('../fonts/Borna-BoldItalic.otf') format("opentype"), url('../fonts/Borna-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Borna;
  src: url('../fonts/Borna-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Borna;
  src: url('../fonts/Borna-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Borna;
  src: url('../fonts/Borna-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Borna;
  src: url('../fonts/Borna-Regular.otf') format("opentype"), url('../fonts/Borna-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --grey: #333;
  --blue: #7e67dd;
  --yellow: #e6f365;
  --black: black;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

body {
  color: #333;
  font-family: Borna, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

p {
  margin-bottom: 10px;
  font-family: Borna, sans-serif;
}

a {
  text-decoration: none;
}

.navbar-logo-center {
  z-index: 1000;
  object-fit: fill;
  margin-left: 0;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0);
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: auto;
  max-width: 1000vw;
  max-height: 1000vh;
  margin-left: 0;
  margin-right: 0;
  padding: 19px 0;
  display: block;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.navbar-brand-three {
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  max-height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  overflow: visible;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  display: none;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-cta {
  background-color: var(--white);
  color: var(--grey);
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 30px;
  padding: 12px 25px;
  font-family: Borna, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-cta:hover {
  color: #fff;
  background-color: #32343a;
}

.button-cta:active {
  background-color: #43464d;
}

.button-cta._404 {
  margin-top: 11%;
}

.button-cta.careers {
  display: none;
}

.body {
  aspect-ratio: auto;
  object-fit: fill;
  margin-left: 0;
  margin-right: 0;
  font-family: Borna, sans-serif;
  display: block;
}

.our-work {
  background-color: var(--white);
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.hero-text {
  text-align: left;
  margin-top: 25px;
  padding-right: 0;
  font-size: 61px;
  line-height: 60px;
}

.image-2 {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.image-3 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.heading {
  margin-bottom: 306px;
  font-size: 61px;
}

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

.collection-item {
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

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

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

.heading-3 {
  font-size: 52px;
  line-height: 53px;
}

.image-4 {
  float: right;
  max-width: 50%;
}

.white {
  color: #fff;
  line-height: 22px;
}

.white.contact-p {
  margin-top: 52px;
}

.white.contact_h {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 60px;
  display: flex;
}

.white.footer-h {
  line-height: 27px;
}

.button {
  background-color: #202ce5;
  margin-top: 56px;
}

.image-5 {
  float: right;
  max-width: 40%;
}

.home_case_study {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 65%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.home_case_study.right {
  justify-content: center;
  align-items: flex-end;
  margin-top: 323px;
}

.home_case_study.last {
  margin-bottom: 50%;
}

.logo {
  color: var(--grey);
  -webkit-text-stroke-color: var(--grey);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 36px;
}

.btn_lg {
  background-color: var(--blue);
  border-radius: 20px;
  padding-left: 42px;
  padding-right: 42px;
}

.heading-4 {
  margin-top: 29px;
  margin-bottom: 29px;
}

.heading-4.moving-title {
  flex: 1;
  font-family: Borna, sans-serif;
}

.heading-4.moving-title.case-cuprev {
  align-self: flex-start;
}

.heading-4.moving-title.landing {
  max-width: 25rem;
}

.heading-4.revo-token-h {
  color: #941b80;
  padding-left: 56px;
  padding-right: 56px;
}

.div-block-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 130px;
  margin-bottom: 166px;
  display: block;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-top: 167px;
  display: flex;
}

.div-block-4 {
  justify-content: flex-end;
  display: flex;
}

.image-6 {
  max-width: 80%;
  position: relative;
  transform: translate(169px, -183px);
}

.btn_lg_line {
  color: var(--grey);
  text-align: left;
  background-color: #d5e15e00;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 78px;
  font-size: 20px;
  font-weight: 500;
}

.container-2 {
  color: var(--grey);
  padding-top: 65px;
  padding-left: 0;
  padding-right: 0;
}

.services {
  background-color: #00f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  overflow: visible;
}

.services.big_margin_bottom {
  background-color: #7e67dd;
  margin-bottom: 360px;
}

.contact-form-section-wrapper {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.inner-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-top: -148px;
  padding-top: 425px;
  display: flex;
  overflow: hidden;
}

.home_case_study_r {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-end;
  display: flex;
}

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

.div-block-7 {
  background-color: #000;
  width: 20%;
  height: 2px;
  margin-top: 8px;
}

.div-block-7.link_underline {
  width: 20%;
}

.div-block-7.link-underline {
  width: 100%;
  overflow: hidden;
  transform: translate(-100%);
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  margin-top: 10px;
  display: block;
  overflow: hidden;
}

.link {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: inline;
}

.div-block-9 {
  width: auto;
  display: inline-block;
}

.contact-form-section {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.flex-block.footer-link-wrapper {
  padding-top: 0;
  display: block;
}

.flex-block-2 {
  display: block;
}

.contact-form-wrapper {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 1px;
  padding: 74px 30px 40px;
  overflow: visible;
}

.contact-form-wrapper.is--job-form {
  padding-top: 106px;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
  display: none;
  overflow: hidden;
}

.contact-pill {
  clear: left;
  background-color: #eff1ff;
  border-radius: 30px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-pill.pickable {
  cursor: pointer;
}

.contact-pill.pickable:hover {
  background-color: #bec5fa;
}

.text-block {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-2 {
  min-width: 100%;
}

.text-field {
  color: #000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  margin-top: -23px;
  margin-bottom: 0;
}

.text-field-2 {
  color: #000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  margin-bottom: 0;
}

.flex-block_r {
  width: 100%;
  padding-left: 0;
  display: block;
}

.submit-button {
  color: #fff;
  background-color: #7e67dd;
  border-radius: 30px;
  width: 100%;
  margin-top: 26px;
  margin-bottom: -17px;
  padding: 10px 20px;
}

.submit-button:hover {
  color: #fff;
  background-color: #10162e;
}

.textarea {
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 20px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-14 {
  flex: 0 auto;
  position: absolute;
}

.div-block-15 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.success-message {
  background-color: #0000;
}

.footer {
  z-index: -1;
  background-color: #10162e;
  padding-top: 53px;
  padding-bottom: 0;
  position: fixed;
  inset: auto 0% 0%;
}

.error-message {
  border-radius: 12px;
  margin-top: 35px;
}

.footer-l-wrapper {
  align-items: flex-start;
  display: flex;
}

.footer-link {
  padding-bottom: 14px;
}

.footer-link-wrapper {
  margin-bottom: 20px;
  padding-top: 60px;
}

.footer-enable {
  height: 220px;
  position: relative;
  overflow: hidden;
}

.footer-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  margin-top: 72px;
  display: flex;
}

.list {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-16 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.legal {
  text-align: right;
}

.div-block-17 {
  width: 90%;
  height: 100%;
}

.image-7 {
  width: 70%;
  max-width: none;
  position: absolute;
  inset: 19% 4% auto auto;
}

.div-block-18 {
  flex: 1;
  width: auto;
  position: absolute;
}

.div-block-19 {
  display: none;
}

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

.spline-scene {
  z-index: 200;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: -184px;
  margin-left: -285px;
  padding-left: 116px;
  transition: all .6s;
  position: absolute;
  overflow: visible;
}

.section {
  background-image: linear-gradient(#000, #000);
  padding-top: 220px;
  padding-bottom: 220px;
}

.section.particles-js-canvas-2 {
  background-image: linear-gradient(#10162e, #10162e);
}

.case_study_hero {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 5rem;
  display: flex;
}

.bold-text-2 {
  font-family: Borna, sans-serif;
}

.heading-5 {
  flex: 0 auto;
  align-self: flex-start;
  font-family: Borna, sans-serif;
}

.heading-5.case-heading {
  flex: 0 auto;
  min-width: 300px;
  margin-top: -9px;
  margin-bottom: -9px;
  font-size: 20px;
  display: block;
}

.heading-5.case-heading.big {
  font-size: 27px;
  line-height: 32px;
}

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

.particles-js-canvas-el2 {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.nav-menu-three-black {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  max-height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.nav-link-black {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-black:hover {
  color: #1a1b1fbf;
}

.nav-link-black:focus-visible, .nav-link-black[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.case-text-component {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  justify-content: space-around;
  margin-top: 99px;
  margin-bottom: 99px;
  display: flex;
}

.case-text-component._2-col {
  margin-top: 100px;
  margin-bottom: 100px;
}

.case-fullheight {
  grid-column-gap: 190px;
  grid-row-gap: 190px;
  flex-direction: column;
  justify-content: space-around;
  min-height: 100vh;
  display: flex;
}

.case-fullheight.revo-token {
  background-color: #f7bfc8;
  border-radius: 25px;
  flex-direction: row;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-right: 12px;
}

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

.revo-parallax-phone-2 {
  transform: translate(0, -165px);
}

.revo-parallax-phone-3 {
  transform: translate(0, -295px);
}

.div-block-20 {
  border-radius: 20px;
  flex: 1;
}

.div-block-21 {
  flex: 1;
}

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

.case-pills {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pill-white {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  padding: 8px 10px;
  font-weight: 700;
  transition: transform .2s;
}

.pill-white:hover {
  transform: translate(0, -7px);
}

.case-fullheight-par-bg {
  align-self: center;
  display: block;
}

.case-fullheight-h-wrap {
  align-self: center;
  display: flex;
}

.case-fullheight-par-wrap {
  align-self: center;
  position: relative;
}

.case-fullheight-par {
  position: absolute;
}

.case-fullheight-par._1 {
  top: -39.305px;
  left: 222px;
}

.case-fullheight-par._2 {
  padding-bottom: 0;
  top: 227.695px;
  left: -22px;
}

.case-fullheight-par._3 {
  top: 262.695px;
  left: 278px;
}

.div-block-22 {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.section-2 {
  pointer-events: none;
  height: 1px;
  display: block;
}

.case-title-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  margin-top: 209px;
  display: flex;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.case-title-categories {
  grid-column-gap: 2em;
  align-items: center;
  display: flex;
}

.case-title-category {
  font-family: Borna, sans-serif;
}

.case-hero {
  margin-top: 1rem;
  position: relative;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph, .paragraph-2, .paragraph-3 {
  margin-bottom: 0;
}

.case-text-secion {
  z-index: 2;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.case-text-section-title, .case-text-section-paragraph {
  width: 45%;
}

.heading-7 {
  margin-top: 0;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.case-hero-rotatingarrows {
  z-index: 1;
  margin-top: -52px;
  margin-left: 303px;
  position: absolute;
}

.revotoken-second-pic {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.revotoken-second-pic-left {
  border-radius: 20px;
  flex: 1;
  min-width: 59.5%;
}

.revotoken-second-pic-right {
  flex: 0 auto;
  position: relative;
}

.case-image {
  border-radius: 25px;
  max-width: 100%;
  overflow: hidden;
}

.image-9 {
  max-width: 50%;
  position: absolute;
  inset: 14% auto 0% 24%;
}

.image-10 {
  max-width: 100%;
  position: relative;
}

.case-text-pic-section-pic {
  width: 45%;
  position: relative;
}

.case-text-pic-section-text {
  width: 45%;
}

.case-text-pic-secion {
  z-index: 2;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.revo-coin-1 {
  cursor: alias;
  width: 250px;
  max-width: 40%;
  position: absolute;
  inset: 36% auto auto 28%;
  transform: rotate(22deg);
}

.revo-coin-2 {
  cursor: alias;
  width: 250px;
  max-width: 40%;
  position: absolute;
  inset: 24% auto auto 41%;
}

.revo-coin-3 {
  cursor: alias;
  width: 250px;
  max-width: 40%;
  position: absolute;
  inset: 16% auto auto 28%;
  transform: rotate(-12deg);
}

.revo-painpoint-pic {
  margin-top: 90px;
  margin-bottom: 141px;
  position: relative;
}

.revo-pain-phone._2 {
  margin-top: 256px;
}

.revo-pain-phone._3 {
  margin-top: 553px;
}

.revo-pain-phone-wrapper {
  margin-top: -468px;
  position: absolute;
}

.text-span {
  color: #008b8f;
  font-size: 28px;
  font-style: italic;
}

.image-11 {
  border-radius: 25px;
}

.revo-mvp-pic {
  position: relative;
}

.mvp-phones {
  max-width: 73%;
  margin-top: 75px;
  margin-left: 72px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mvp-phone-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
  position: relative;
}

.mvp-phone {
  z-index: 1;
  transition: margin .3s;
  position: relative;
}

.mvp-phone:hover {
  margin-top: -32px;
}

.text-block-3 {
  z-index: 0;
  color: #941b80;
  text-align: center;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 0%;
}

.mvp-phone-position {
  position: relative;
}

.revotoken-grid {
  grid-column-gap: 12px;
  grid-row-gap: 13px;
  grid-template: "Area . ." 265px
                 "Area Area-2 Area-2"
                 / 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.rounded {
  border-radius: 25px;
  display: block;
}

.rounded.grid-left-hack {
  min-width: 100%;
  overflow: auto;
}

.rounded.hidden {
  display: block;
}

.revo-last-pic {
  margin-top: 15px;
  position: relative;
  overflow: visible;
}

.revo-last-pic-highlight {
  margin-right: 261px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.revo-last-pic-sticker {
  max-width: 25%;
  position: absolute;
  inset: -23% auto auto 0%;
  overflow: auto;
  transform: rotate(-39deg);
}

.body-services {
  background-color: #c6bbff;
  font-family: Borna, sans-serif;
  transition: all .2s, color .3s;
  overflow: auto;
}

.services-hero {
  aspect-ratio: auto;
  flex-direction: row;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.service-hero-heading {
  max-width: 530px;
  margin-top: 13%;
  margin-left: 60px;
}

.heading-8 {
  width: 46%;
  font-size: 54px;
  line-height: 60px;
}

.heading-8.slide-up.tricks {
  width: 70%;
  font-family: Borna, sans-serif;
  font-size: 46px;
}

.services-buttons-slider {
  align-items: stretch;
  width: 100%;
  min-height: 71px;
  margin-top: 0%;
  display: flex;
  overflow: hidden;
}

.services-buttons-slider-frame {
  grid-column-gap: 50px;
  flex: none;
  margin-left: 50px;
  display: flex;
}

.services-buttons {
  border: 1px solid var(--grey);
  color: var(--grey);
  border-radius: 9px;
  align-self: flex-end;
  transition: all .5s cubic-bezier(0, .925, .871, 1.03), transform .5s cubic-bezier(0, .849, .565, 1);
}

.services-buttons:hover {
  border-color: var(--grey);
  color: var(--grey);
  transform: translate(0, -8px);
}

.text-block-4 {
  text-transform: uppercase;
  padding: 16px 23px 16px 24px;
  font-size: 20px;
}

.services_arrow_container {
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-hero-img {
  align-self: flex-end;
  min-width: 50%;
  margin-right: 0%;
  position: static;
  inset: 0% 0% 0% auto;
}

.services-service {
  border: 1px solid var(--white);
  background-color: #d1c9fa;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-end;
  max-width: 700px;
  margin-bottom: 112px;
  margin-left: auto;
  margin-right: auto;
  padding: .738rem 2.938rem;
  display: flex;
  position: relative;
}

.heading-9 {
  font-family: Borna, sans-serif;
}

.service_text {
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 0 auto;
  margin-bottom: 20px;
  padding-top: 56px;
  display: flex;
}

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

.text-block-5 {
  font-size: 220px;
  position: absolute;
  inset: 0% 4% auto auto;
}

.sevice-pills {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.service-pill {
  background-color: #fff;
  border-radius: 50vh;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.text-block-6 {
  padding: 7px 17px;
  font-family: Borna, sans-serif;
  font-size: 16px;
}

.services-contact-form {
  z-index: 1;
  margin-top: 66px;
  margin-bottom: 366px;
  padding-bottom: 66px;
  position: static;
}

.services-contact-form-wrapper {
  max-width: 638px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button--sevices {
  color: #fff;
  background-color: #4b3b81;
  border-radius: 30px;
  width: 100%;
  margin-top: 26px;
  margin-bottom: -17px;
  padding: 10px 20px;
  transition: all .2s;
}

.submit-button--sevices:hover {
  color: var(--white);
  background-color: #10162e;
}

.submit-button--sevices.is--about {
  background-color: var(--grey);
}

.heading-10 {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Borna, sans-serif;
  font-size: 38px;
  line-height: 46px;
}

.services-main-container {
  z-index: 0;
  background-color: #fff;
  position: relative;
}

.services_or {
  grid-column-gap: 0px;
  grid-row-gap: 31px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 26px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.services-buttons_lower {
  border: 1px solid var(--grey);
  color: var(--grey);
  border-radius: 9px;
  flex: none;
  align-self: center;
  transition: all .5s cubic-bezier(0, .925, .871, 1.03), transform .5s cubic-bezier(0, .849, .565, 1);
}

.services-buttons_lower:hover {
  border-color: var(--grey);
  color: var(--grey);
  transform: translate(0, -8px);
}

.services_or-wrapper {
  grid-column-gap: 0px;
  display: flex;
}

.heading-11 {
  font-size: 51px;
  line-height: 60px;
  position: relative;
}

.heading-11.fade-up.tricks {
  padding-right: 31px;
  font-family: Borna, sans-serif;
  font-size: 40px;
  position: relative;
}

.heading-11.slide-up.tricks {
  font-weight: 700;
}

.body-about {
  background-color: #99def7;
  font-family: Borna, sans-serif;
  transition: all .2s, color .3s;
}

.div-block-24 {
  display: none;
}

.glitch {
  color: #7e67dd;
  cursor: pointer;
  transition: color .4s;
  display: inline-block;
  position: relative;
}

.glitch:hover {
  color: #fdc562;
}

.text-span-2 {
  padding-right: 5px;
  font-style: italic;
  transition: color .4s linear;
  display: inline;
}

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

.about-hero {
  aspect-ratio: auto;
  align-items: flex-end;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about_section.is--who-we-are {
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  margin-top: 10%;
  margin-bottom: 10%;
  display: none;
}

.about_section.is--we-are-global {
  -webkit-text-stroke-color: #f4e1de;
  background-image: url('../images/Screenshot-2024-02-10-at-19.32.39.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  margin-top: 10%;
  padding-bottom: 53%;
  display: none;
}

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

.div-block-25 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.paragraph-4 {
  font-size: 16px;
  line-height: 22px;
}

.div-block-26 {
  padding-top: 102px;
}

.about-hero-img {
  align-self: flex-end;
  max-width: 600px;
  margin-top: 61px;
  position: absolute;
  inset: 9.5% 0% 0% auto;
}

.about-hero-heading {
  max-width: 530px;
  margin-top: 13%;
  margin-left: 60px;
}

.heading-10-copy {
  text-align: center;
  margin-bottom: 20px;
  font-size: 46px;
}

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

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

.image-12 {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #c5c8db;
  border-radius: 30px;
  width: 100%;
  min-height: 260px;
}

.work-main-block {
  max-width: 1400px;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.work-category-wrapper {
  grid-column-gap: 11px;
  justify-content: flex-end;
  padding-top: 27px;
  padding-bottom: 27px;
  display: flex;
}

.work-hero {
  aspect-ratio: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.work-hero-heading {
  max-width: 546px;
  margin-top: 13%;
  margin-left: 60px;
}

.work-hero-img {
  align-self: flex-end;
  max-width: 600px;
  margin-top: 61px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.checkbox-field {
  display: block;
}

.effect-underline {
  color: #4566a6;
  -webkit-text-stroke-color: #4566a6;
  display: inline-block;
}

.list-item {
  display: block;
}

.list-item-2 {
  display: none;
}

.list-item-3 {
  display: flex;
}

.lottie-animation-3 {
  position: static;
}

.paragraph-5 {
  line-height: 17px;
}

.lottie-animation-4 {
  max-width: 44%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-6 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Borna, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-7 {
  font-size: 20px;
}

.landing-hero-img {
  align-self: center;
  max-width: 600px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.landing-section {
  aspect-ratio: auto;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.landing-section.is--quote {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.landing-form-wrapper {
  background-color: #fbfbfd;
  background-image: none;
  background-size: auto;
  border: 0 solid #000;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding: 40px 30px;
  box-shadow: 0 2px 20px #0003;
}

.landing-form-wrapper.is--job-form {
  padding-top: 106px;
}

.text-field-landing {
  color: #000;
  background-color: #fbfbfd;
  border: 0 solid #000;
  border-bottom-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Borna, sans-serif;
}

.textarea-landing {
  color: #000;
  background-color: #fbfbfd;
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 0;
  font-family: Borna, sans-serif;
}

.landing-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.landing-hero-main {
  aspect-ratio: auto;
  max-width: 1200px;
  min-height: 530px;
  margin-top: 13%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.landing-quote {
  background-color: #fff;
  border-radius: 40px;
  max-width: 60%;
}

.paragraph-8 {
  padding: 50px;
  font-family: Borna, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}

.spline-scene-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  inset: 0%;
}

.landing-service {
  border: 1px solid var(--white);
  background-color: #ffedea;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-end;
  max-width: 700px;
  margin-bottom: 112px;
  margin-left: auto;
  margin-right: auto;
  padding: .738rem 2.938rem;
  display: flex;
  position: relative;
}

.submit-button-landing {
  color: #fff;
  background-color: #4b3b81;
  border-radius: 30px;
  width: 100%;
  margin-top: 26px;
  margin-bottom: -17px;
  padding: 18px 20px;
  font-family: Borna, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.submit-button-landing:hover {
  color: var(--white);
  background-color: #10162e;
}

.submit-button-landing.is--about {
  background-color: var(--grey);
}

.landing-checkboxes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading_landing {
  font-size: 51px;
  line-height: 60px;
  position: relative;
}

.heading_landing.fade-up.tricks {
  padding-right: 31px;
  font-family: Borna, sans-serif;
  font-size: 40px;
  position: relative;
}

.heading_landing.slide-up.tricks {
  margin-bottom: 16px;
  font-family: Borna, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.landing-form-label {
  padding-top: 26px;
  padding-bottom: 16px;
  font-family: Borna, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-span-3 {
  font-weight: 400;
}

.services-contact-form-copy {
  z-index: 1;
  margin-top: 66px;
  margin-bottom: 366px;
  padding-bottom: 66px;
  position: static;
}

.heading-13 {
  text-align: center;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.button-cta_landing {
  color: var(--grey);
  letter-spacing: .5px;
  text-transform: none;
  background-color: #fcc9c3;
  border-radius: 30px;
  padding: 12px 25px;
  font-family: Borna, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-cta_landing:hover {
  color: #fff;
  background-color: #32343a;
}

.button-cta_landing:active {
  background-color: #43464d;
}

.button-cta_landing._404 {
  margin-top: 11%;
}

.preloader-wrapper {
  z-index: 9999;
  background-color: #6e65ab;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-6 {
  min-width: 300px;
  max-width: 300px;
}

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

.collage-wrapper {
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.collage-wrapper.revo {
  margin-top: 231px;
  margin-right: 8vw;
  display: flex;
  transform: rotate(-36.9deg);
}

.collage-wrapper.reshaped {
  margin-top: 112px;
  margin-left: -337px;
  display: flex;
  inset: 0% auto auto 0%;
  transform: rotate(36.9deg);
}

.collage-wrapper.pinkpos {
  margin-top: -79px;
  display: flex;
}

.collage-row {
  flex-flow: column;
  padding-top: 11px;
  display: flex;
}

.collage-row.revo-2 {
  margin-top: -299px;
}

.collage-row.revo-3 {
  margin-top: -543px;
}

.collage-row.reshaped-1 {
  transform: translate(0, -520px);
}

.collage-row.reshaped-2 {
  transform: translate(0, -730px);
}

.collage-row.revo-box-2 {
  margin-top: -299px;
}

.collage-row.revo-box-3 {
  margin-top: -543px;
}

.image-13 {
  object-fit: cover;
  transform: translate(0);
}

.collage-img {
  max-width: 300px;
  margin-bottom: -111px;
  margin-right: -74px;
  padding-bottom: 0;
}

.collage-img.hide-l {
  display: none;
}

.flex-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.heading-14 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.checkbox {
  border: 0 #000;
}

.checkbox-2 {
  border-color: #000;
}

.text-block-2-copy {
  min-width: 100%;
  margin-top: 37px;
  font-style: italic;
}

.sociel-icons {
  display: flex;
}

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

.image-14 {
  width: 1rem;
}

.simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0;
  overflow: hidden;
}

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

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple {
  top: 18px;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.simple {
  top: 28px;
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.simple {
  top: 38px;
}

.line-4 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-4.simple {
  top: 28px;
}

.line-5 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-5.simple {
  top: 38px;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.rounded-2 {
  color: #fff;
  text-align: center;
  background-color: #008b91;
  border-style: solid;
  border-width: 1px;
  border-radius: 60px;
  flex: 1;
  padding: 42px 20px;
  font-family: Borna, sans-serif;
  font-weight: 700;
  display: block;
}

.rounded-2.grid-left-hack {
  min-width: 100%;
  overflow: auto;
}

.rounded-2.purple {
  background-color: #941b80;
}

.rounded-2.yellow {
  background-color: #f29100;
}

.div-block-35-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .text-block-6, .text-block-6.service-pill {
    font-size: 20px;
  }

  .heading-10 {
    max-width: 38vw;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-11.slide-up.tricks {
    font-weight: 700;
  }

  .about-hero-img {
    min-width: 50%;
    max-width: none;
  }

  .careers-main-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .careers-main-section-container {
    max-width: 1200px;
  }

  .paragraph-6 {
    font-size: 20px;
  }

  .careers-list {
    flex-direction: column;
    display: flex;
  }

  .careers-item {
    width: 100%;
  }

  .lottie-animation-5 {
    margin-bottom: -186px;
  }

  .landing-form-wrapper {
    border: 0 solid #000;
    padding-top: 20px;
  }

  .text-field-landing, .textarea-landing {
    margin-top: 0;
  }

  .landing-hero-main {
    margin-top: 5%;
  }

  .paragraph-8 {
    font-size: 38px;
  }

  .heading_landing.slide-up.tricks {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
  }

  .landing-form-label {
    padding-top: 26px;
    padding-bottom: 16px;
  }

  .div-block-30, .div-block-31 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .button-cta_landing {
    padding: 25px 40px;
    font-size: 20px;
    font-weight: 700;
  }

  .collage-img {
    max-width: 330px;
    margin-bottom: -115px;
    margin-right: -65px;
  }
}

@media screen and (min-width: 1440px) {
  .our-work {
    overflow: hidden;
  }

  .spline-scene {
    width: auto;
    min-width: 1100px;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
  }

  .section.particles-js-canvas-2 {
    background-image: linear-gradient(#10162e, #10162e);
  }

  .collage-wrapper.reshaped {
    margin-left: -431px;
  }

  .collage-wrapper.pinkpos {
    margin-top: -96px;
    margin-right: -93px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-text {
    text-align: center;
    width: 100%;
    font-size: 46px;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .spline-scene {
    min-width: 1410px;
    margin-top: -263px;
    margin-left: -280px;
  }

  .section.particles-js-canvas-2 {
    background-image: linear-gradient(#10162e, #10162e);
  }

  .services-main-container {
    padding-bottom: 136px;
  }

  .collage-wrapper.revo {
    margin-right: 2vw;
  }

  .collage-wrapper.reshaped {
    margin-left: -618px;
  }

  .collage-wrapper.pinkpos {
    margin-right: -240px;
  }

  .collage-img {
    max-width: 380px;
  }
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-brand-three {
    flex: none;
    margin-left: 0;
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    flex: none;
    padding: 12px;
  }

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

  .menu-button.landing {
    display: none;
  }

  .home_case_study {
    margin-bottom: 790px;
  }

  .home_case_study.last {
    margin-top: -135px;
  }

  .heading-4.moving-title {
    font-size: 36px;
    line-height: 39px;
  }

  .heading-4.moving-title.landing {
    max-width: 15rem;
  }

  .link {
    font-size: 14px;
  }

  .contact-form-wrapper {
    padding-top: 92px;
  }

  .div-block-12 {
    display: none;
  }

  .form {
    margin-top: 6px;
    margin-bottom: -16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spline-scene {
    margin-left: 22px;
  }

  .nav-menu-three-black {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-black {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-22 {
    max-width: 740px;
  }

  .container-3 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .revo-pain-phone {
    max-width: 29%;
  }

  .revo-pain-phone._2 {
    max-width: 23%;
  }

  .services-buttons-slider-frame {
    grid-column-gap: 16px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .service-hero-img {
    min-width: auto;
    max-width: 340px;
    margin-top: 5%;
    margin-right: 0%;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .heading-11 {
    font-size: 41px;
    line-height: 48px;
  }

  .heading-11.slide-up.tricks {
    font-size: 36px;
  }

  .about-hero-img {
    max-width: 550px;
  }

  .about-hero-heading {
    max-width: 330px;
  }

  .lottie-animation-5 {
    margin-top: 200px;
  }

  .landing-form-wrapper {
    padding-top: 92px;
  }

  .landing-form {
    margin-top: 6px;
    margin-bottom: -16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .submit-button-landing {
    background-color: #fc7e70;
  }

  .heading_landing {
    font-size: 41px;
    line-height: 48px;
  }

  .heading_landing.slide-up.tricks {
    font-size: 36px;
  }

  .collage-row.revo-box-2 {
    margin-top: -153px;
  }

  .collage-row.revo-box-3 {
    margin-top: -289px;
  }

  .collage-img {
    max-width: 200px;
    margin-bottom: -76px;
    margin-right: -42px;
  }

  .home-case-name {
    margin-bottom: -20px;
  }

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

  .div-block-34 {
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    margin-left: 23px;
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logo {
    font-size: 29px;
  }

  .footer-l-wrapper {
    margin-left: 36px;
  }

  .div-block-18 {
    padding-left: 16px;
  }

  .spline-scene {
    margin-top: -3px;
  }

  .nav-menu-three-black {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-black {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .div-block-22 {
    margin-left: 36px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .revotoken-second-pic {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-direction: column;
  }

  .revotoken-second-pic-left {
    max-height: 200px;
    display: none;
  }

  .case-image {
    background-image: url('../images/bal.jpg');
    background-position: 0 0;
    background-size: cover;
    display: block;
  }

  .image-9 {
    left: 28%;
  }

  .image-10 {
    padding-left: 16px;
  }

  .service-hero-heading {
    max-width: 270px;
  }

  .services-buttons-slider {
    margin-bottom: 85px;
  }

  .service-hero-img {
    z-index: -1;
    max-width: 280px;
    margin-top: 70px;
  }

  .services-main-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-10 {
    margin-bottom: 40px;
  }

  .heading-11.slide-up.tricks {
    z-index: 4;
    font-size: 30px;
    line-height: 40px;
  }

  .html-embed {
    display: block;
  }

  .lottie-animation-2 {
    display: none;
  }

  .lottie-animation-3 {
    margin-top: 1px;
  }

  .landing-main-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading_landing.slide-up.tricks {
    z-index: 4;
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: #333;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
    margin-top: 0;
    padding: 0;
  }

  .nav-menu-block {
    padding-left: 0;
  }

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

  .nav-dropdown-toggle {
    padding-right: 10px;
  }

  .button-cta {
    z-index: 300;
    background-color: var(--blue);
    color: var(--white);
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
  }

  .button-cta.mobile-hidden {
    display: none;
  }

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

  .hero-text {
    text-align: left;
    margin-top: 98px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }

  .hero-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .white {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .white.contact_h {
    font-size: 40px;
    line-height: 40px;
  }

  .white.footer-h {
    font-size: 14px;
    line-height: 17px;
  }

  .white.legal {
    text-align: center;
    margin-top: 104px;
  }

  .home_case_study {
    margin-top: 166px;
  }

  .home_case_study.right {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .home_case_study.last {
    margin-top: 234px;
  }

  .logo {
    font-weight: 500;
  }

  .heading-4.moving-title {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-4.moving-title.landing {
    max-width: none;
  }

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

  .div-block-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .image-6 {
    max-width: 90%;
    position: static;
  }

  .inner-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 615px;
    overflow: hidden;
  }

  .home_case_study_r {
    align-items: flex-start;
  }

  .link {
    font-size: 16px;
  }

  .div-block-9 {
    margin-top: -29px;
  }

  .contact-form-section {
    flex-direction: column;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block {
    text-align: center;
    justify-content: center;
    margin-bottom: -72px;
    padding-bottom: 0;
  }

  .flex-block.footer-link-wrapper {
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .flex-block.hidden, .contact-pill.pickable {
    display: none;
  }

  .footer {
    padding-top: 0;
  }

  .footer-l-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 225px;
    margin-left: 0;
    padding-top: 167px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .footer-contact {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 50px;
  }

  .list {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
  }

  .div-block-16 {
    align-items: center;
  }

  .div-block-17 {
    width: 100%;
    display: flex;
  }

  .image-7 {
    width: 100%;
    position: static;
  }

  .div-block-18 {
    width: auto;
    margin-top: -55px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-19 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: absolute;
    inset: auto 0% 5%;
  }

  .spline-scene {
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin-top: -374px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .section.particles-js-canvas-2 {
    background-color: #000;
    background-image: linear-gradient(#10162e, #10162e);
    margin-bottom: 202px;
  }

  .nav-menu-three-black {
    flex-direction: column;
  }

  .div-block-22 {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .container-3 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .services-hero {
    flex-direction: column;
  }

  .service-hero-heading {
    flex-direction: column;
    margin-left: 10px;
    padding-left: 10px;
    display: flex;
  }

  .services-buttons-slider {
    margin-top: -37px;
  }

  .text-block-4 {
    color: var(--grey);
    -webkit-text-stroke-width: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4.hidden {
    display: none;
  }

  .services_arrow_container {
    width: 100vw;
    max-width: 100%;
  }

  .service-hero-img {
    width: 100%;
    max-width: 1800px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .services-main-wrapper {
    padding-right: 16px;
  }

  .heading-9 {
    font-family: Borna, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-5 {
    font-size: 150px;
  }

  .sevice-pills {
    font-family: Borna, sans-serif;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 40px;
    font-family: Borna, sans-serif;
    font-size: 30px;
    line-height: 36px;
  }

  .services_or {
    flex-direction: column;
  }

  .services-buttons_lower {
    border-color: var(--grey);
    margin-top: 20px;
  }

  .services_or-wrapper {
    flex-direction: column;
  }

  .heading-11 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-11.slide-up.tricks {
    margin-top: 60px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

  .about-hero {
    flex-direction: column;
  }

  .container-6 {
    flex-direction: column;
    margin-top: -9px;
    padding-top: 91px;
    display: flex;
    position: relative;
  }

  .div-block-26 {
    height: 30px;
  }

  .text-block-8 {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .about-hero-img {
    max-width: 100%;
    margin-top: 1px;
    position: static;
  }

  .about-hero-heading {
    flex-direction: column;
    align-self: center;
    margin-top: 25%;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .heading-10-copy {
    font-size: 36px;
    line-height: 36px;
  }

  .work-hero {
    flex-direction: column;
  }

  .work-hero-heading {
    flex-direction: column;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .work-hero-img {
    position: relative;
  }

  .lottie-animation-2 {
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .paragraph-6 {
    margin-top: 20px;
    font-family: Borna, sans-serif;
  }

  .landing-hero-img {
    position: relative;
  }

  .landing-section {
    flex-direction: column;
  }

  .landing-section.is--quote {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .landing-form-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .textarea-landing {
    margin-bottom: 20px;
  }

  .landing-form {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .landing-hero-main {
    flex-direction: column;
    margin-top: 35%;
  }

  .landing-quote {
    background-color: #fff0;
    width: 100%;
    max-width: none;
    padding: 20px;
  }

  .paragraph-8 {
    width: 100%;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .spline-scene-2 {
    display: none;
  }

  .landing-main-wrapper {
    padding-right: 16px;
  }

  .landing-service {
    padding: .25rem 2rem;
  }

  .landing-checkboxes {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .heading_landing {
    font-size: 26px;
    line-height: 30px;
  }

  .heading_landing.slide-up.tricks {
    margin-top: -25%;
    margin-bottom: 10%;
    margin-left: 0;
    font-family: Borna, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

  .landing-form-label {
    text-align: left;
  }

  .div-block-28, .div-block-29 {
    margin-bottom: 20px;
  }

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

  .html-embed_landing, .html-embed-3, .html-embed-4, .html-embed-5, .html-embed-6, .html-embed-7, .html-embed-8 {
    flex: 1;
  }

  .div-block-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .html-embed-10 {
    width: 100%;
  }

  .div-block-31, .div-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-33 {
    padding-right: 10px;
  }

  .button-cta_landing {
    z-index: 4;
    text-align: center;
    width: 70%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    position: fixed;
    inset: auto 0% 5%;
  }

  .button-cta_landing.nav, .button-cta_landing.works {
    display: none;
  }

  .bold-text-copy {
    margin-left: 84px;
    margin-right: 84px;
    font-size: 34px;
    line-height: 35px;
  }

  .collage-wrapper.revo {
    margin-top: 525px;
    margin-right: -78vw;
    padding-top: 0;
    inset: 108% 0% auto auto;
  }

  .collage-wrapper.reshaped {
    margin-top: 966px;
    margin-left: -547px;
  }

  .collage-wrapper.pinkpos {
    margin-top: 497px;
  }

  .collage-row.revo-1 {
    display: none;
  }

  .collage-img.hide-l {
    display: block;
  }

  .collage-img.hide-m {
    display: none;
  }

  .link-block {
    padding: 36px 74px;
  }

  .html-embed-11 {
    z-index: 200;
    position: relative;
  }
}

#w-node-ffcbf337-266e-b009-14a0-30b3e57cdf91-06eb092e {
  grid-area: Area-2;
}

#w-node-fc9f3dd9-3140-2c89-0fe7-a6379fca6611-06eb092e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-e403fba5-9a8c-c024-88fe-98a2b96e70ac-06eb092e, #w-node-f867420d-5907-1a17-e1d8-00dbd1afe4cf-06eb092e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_026979bb-c4f2-0764-6afd-1943e98e5da1-06eb092e {
  grid-area: Area-2;
}


@font-face {
  font-family: 'Borna';
  src: url('../fonts/Borna-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Borna';
  src: url('../fonts/Borna-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Borna';
  src: url('../fonts/Borna-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Borna';
  src: url('../fonts/Borna-BoldItalic.otf') format('opentype'), url('../fonts/Borna-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Borna';
  src: url('../fonts/Borna-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Borna';
  src: url('../fonts/Borna-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Borna';
  src: url('../fonts/Borna-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Borna';
  src: url('../fonts/Borna-Regular.otf') format('opentype'), url('../fonts/Borna-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}