@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: black;
  --white: white;
  --white-30: #ffffff4d;
  --white-10: #ffffff1a;
  --orange-primary: #e95c21;
}

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Space Grotesk;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

.hero_section {
  align-items: flex-end;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.logo {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: auto;
}

.logo.w--current {
  cursor: default;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.projects_section {
  min-height: 100svh;
  position: relative;
}

.nav {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  mix-blend-mode: difference;
  background-color: #0000;
  background-image: linear-gradient(#0000001a, #0000);
  flex-direction: column;
  position: fixed;
  inset: 0% 0% auto;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.padding-global.padding-section-2rem {
  padding-top: 2rem;
}

.padding-global.padding-section-small {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.social-icon {
  cursor: pointer;
  width: 3vw;
  height: 3vw;
  transition: color .2s;
}

.social-icon:hover {
  color: #d5e4ff;
}

.social-icon_container {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  justify-content: flex-end;
  display: flex;
}

.social-icon_container.footer {
  display: none;
}

.logo_container {
  align-items: flex-start;
  height: 0;
  margin-top: 0;
  display: flex;
  position: absolute;
  top: 2em;
  left: 2em;
  right: 2em;
}

.loop_container {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

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

.loop_text {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 1.1vw;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.grid.footer {
  grid-column-gap: 2vw;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.grid.team {
  grid-template-rows: auto;
  align-items: start;
}

.grid__item {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.grid__item.xl {
  position: relative;
}

.grid__item.flex {
  width: 100%;
}

.grid__item.flex-15 {
  width: 15%;
}

.grid__item.flex-36 {
  width: 36%;
}

.paragraph {
  padding-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.4;
}

.paragraph.x-large {
  margin-top: 0;
  padding-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 5vw;
  font-weight: 700;
}

.paragraph.pad-0-5 {
  padding-bottom: .5rem;
}

.paragraph.pad-4 {
  padding-bottom: 4vw;
  overflow: visible;
}

.paragraph.no-pad {
  padding-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.paragraph.large {
  margin-top: 0;
  font-size: 2vw;
}

.grid__video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid__video-wrap-16-19 {
  margin-bottom: 1rem;
  padding-top: 56.25%;
  position: relative;
}

.heading-large {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large.large {
  font-size: 5vw;
}

.heading-large.large.no-pad {
  margin-bottom: 0;
}

.loop__logos {
  grid-column-gap: 7vw;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  display: flex;
}

.client-logo {
  width: 19.44vw;
  height: 6.67vw;
}

.client-logo._1 {
  width: 13vw;
  height: 70%;
}

.client-logo._3 {
  width: 16.81vw;
  height: 6.67%;
}

.client-logo._4 {
  width: 22.64vw;
  height: 6.67%;
}

.client-logo._5 {
  width: 20vw;
  height: 6.67%;
}

.client-logo._6 {
  width: 25vw;
  height: 15%;
}

.client-logo._2 {
  width: 13vw;
  height: 3%;
}

.faq__header {
  grid-column-gap: 1vw;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.faq__item {
  z-index: 1;
  border-bottom: 1px solid var(--white-30);
  border-radius: 2px;
  position: relative;
}

.faq__content {
  max-width: 62.5vw;
  overflow: hidden;
}

.pad-1 {
  padding-bottom: 1rem;
}

.grid__image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.shade {
  display: none;
}

.styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section_mission {
  text-align: center;
  background-color: #21a3e9;
}

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

.padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.heading-small {
  letter-spacing: .1em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 8vw;
  line-height: 1.2;
}

.spacer-2vw, .team_heading-wrapper {
  padding-bottom: 2vw;
}

.marquee {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.marquee_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee_text {
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 700;
}

.marquee_text.divider {
  line-height: 1.3;
}

.link-block {
  overflow: visible;
}

.section-cta {
  z-index: 50;
  background-color: #000;
  padding: 150px 5%;
  position: relative;
}

.section-cta.for-services {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  overflow: hidden;
}

.main-service-effect {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator-big {
  opacity: 1;
  color: #fff;
  letter-spacing: -8px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
  font-weight: 600;
  line-height: 1.4;
}

.text-rotator-big.for-services {
  text-transform: capitalize;
  font-family: PT Sans, sans-serif;
  font-size: 17rem;
  line-height: .85;
}

.happy-face-hero {
  opacity: .3;
  width: 18vw;
  height: 18vw;
  margin-left: 50px;
  margin-right: 50px;
}

.happy-face-hero._130px {
  background-color: #f5f5f5;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.home-flex {
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.button-text {
  height: 20px;
}

.section-footer-links {
  position: relative;
}

.section-footer-links.section-dark {
  color: #fff;
  background-color: #000;
  margin-top: 87px;
}

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

.container-3 {
  z-index: 30;
  mix-blend-mode: normal;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-line-first {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  position: relative;
}

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

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

.button-line-overlay {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
}

.button-with-line {
  color: #fff;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-text-wrapper {
  height: 22px;
  overflow: hidden;
}

.page-title {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.1;
}

.page-title.flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-title.flex.second {
  font-size: 3.6rem;
}

.section-header-2 {
  z-index: 2;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.service-section-main-box {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.text-overflow-hidden {
  padding-top: .25rem;
  padding-bottom: .25rem;
  position: relative;
  overflow: hidden;
}

.text-shadow {
  background-image: linear-gradient(90deg, #0000, #010101 50%);
  width: 200%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(50%);
}

.heading-text-part {
  transform-origin: 0%;
}

.service-item {
  margin-bottom: 2.5vh;
  position: sticky;
  top: 12.5vh;
}

.service-item-image {
  z-index: 3;
  width: 100%;
}

.service-item-number-box {
  aspect-ratio: 1;
  border: 1px solid #ffffff1a;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: 4.25rem;
  font-size: 1.5rem;
  display: flex;
  box-shadow: inset 0 0 3vw -2vw #ffffff1a;
}

.service-item-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  grid-auto-columns: 1fr;
  min-height: 85vh;
  padding: 4rem;
  display: grid;
}

.container-large-2 {
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.service-item-description {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.5;
}

.service-item-image-box {
  aspect-ratio: 1;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.section-the-value {
  padding-top: 100px;
  position: relative;
}

.section-the-value.section-dark.z-index-2 {
  min-height: 100vh;
}

.section-the-value.section-dark.z-index-2.panel {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  margin-top: 200px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.text-box-header {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.services-wrapper {
  position: relative;
}

.heading-style-h2-2 {
  color: #fff;
  letter-spacing: -.15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2-2.text-gradient {
  font-size: 6rem;
}

.service-item-text-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section-text-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: end;
  display: grid;
}

.service-card-frame {
  background-color: #070707;
  border: 1px solid #ffffff1a;
  border-radius: .75rem;
  box-shadow: inset 0 0 5vw 0 #ffffff1a;
}

.section {
  position: relative;
  overflow: visible;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

.container.is-flex-center {
  perspective: 765px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rotate-text-contain {
  perspective: 550px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4.5em;
  display: flex;
  position: relative;
  transform: none;
}

.rotate-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -.1em;
  font-size: 7em;
  font-weight: 700;
  line-height: 1;
  transform: rotate(0);
}

.spacer {
  color: silver;
  justify-content: center;
  align-items: center;
  height: 115vh;
  display: flex;
}

.content_bottom {
  width: 100%;
}

.max-width {
  width: 90%;
}

.split-text {
  perspective: 800px;
  font-size: 64px;
}

.content {
  width: 100%;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.number {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(182deg, #6a48f2 20%, #fcceee);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1rem;
  font-weight: 700;
}

.vertical-divider {
  opacity: .4;
  background-color: #fff;
  background-image: linear-gradient(#6a48f2, #fcceee);
  width: 1px;
  height: 5vh;
  margin: 1rem auto 25%;
}

.heading-scroll {
  color: #f2f2f2;
  letter-spacing: -.01em;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1.2;
}

.heading-scroll.longer {
  letter-spacing: -.02em;
  font-family: PT Sans, sans-serif;
  font-size: 4vw;
  font-style: italic;
  font-weight: 700;
}

.text-span-6 {
  opacity: .8;
  font-style: normal;
}

@media screen and (min-width: 1280px) {
  .container-large-2 {
    max-width: 68rem;
  }
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.for-footer {
    margin-top: 72px;
  }

  .page-title.flex.second {
    color: #fff;
  }

  .container-large-2 {
    max-width: 70rem;
  }

  .section-the-value {
    padding-top: 120px;
  }

  .section-the-value.section-dark.z-index-2.panel {
    color: #15151500;
    background-color: #1e1d1e26;
    height: auto;
    min-height: 100vh;
    padding: 0;
    display: flex;
    overflow: visible;
  }
}

@media screen and (min-width: 1920px) {
  .container-large-2 {
    max-width: 80rem;
  }
}

@media screen and (max-width: 991px) {
  .social-icon {
    width: 4vw;
  }

  .loop_container {
    display: block;
  }

  .paragraph {
    font-size: 1rem;
  }

  .paragraph.large {
    font-size: 1.5rem;
  }

  .faq__content {
    max-width: 80vw;
  }

  .text-rotator-big.for-services {
    ---mode--collection-34e0073e-820e-3e8e-14c5-2d63b7f32515: mode-8160909d-cf9e-b955-cae5-0503d819bfe3;
  }

  .happy-face-hero._130px {
    width: 50px;
    height: 50px;
  }

  .grid-2-columns {
    flex-flow: column-reverse;
  }

  .grid-2-columns.for-footer {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .service-item-image {
    height: 100%;
  }

  .service-item-number-box {
    display: none;
  }

  .service-item-content {
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    justify-items: center;
    height: 85vh;
    padding: 2.5rem;
  }

  .service-item-image-box {
    width: 100%;
    overflow: hidden;
  }

  .section-the-value {
    padding-top: 80px;
  }

  .heading-style-h2-2 {
    letter-spacing: -.1rem;
    font-size: 2.75rem;
  }

  .heading-style-h2-2.text-gradient {
    margin-top: -21.8rem;
  }

  .split-text {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .social-icon {
    width: 8vw;
    height: 8vw;
  }

  .social-icon:hover {
    color: #ccc;
  }

  .social-icon_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    display: none;
  }

  .social-icon_container.footer {
    grid-column-gap: 1rem;
    justify-content: space-between;
    padding-bottom: 2rem;
    display: flex;
  }

  .logo_container {
    top: 1.5em;
    left: 1.5em;
    right: 1.5em;
  }

  .grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid.footer {
    grid-row-gap: 1rem;
  }

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

  .grid__item.flex-15 {
    order: 1;
    width: 100%;
    padding-bottom: 1rem;
  }

  .grid__item.flex-36, .grid__item.flex-last {
    width: 100%;
  }

  .heading-large, .heading-large.large {
    font-size: 2.4rem;
  }

  .faq__content {
    max-width: none;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-small {
    font-size: 1.2rem;
  }

  .section-cta {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-cta.for-services {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .main-service-effect {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .text-rotator-big.for-services {
    ---mode--collection-34e0073e-820e-3e8e-14c5-2d63b7f32515: mode-331f1670-563e-381d-1c63-76d2e82183e6;
  }

  .happy-face-hero._130px {
    width: 35px;
    height: 35px;
  }

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

  .section-header-2 {
    justify-content: center;
    align-items: center;
  }

  .service-section-main-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-the-value {
    padding-top: 70px;
  }

  .text-box-header {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .heading-style-h2-2.text-gradient {
    margin-top: -7.5rem;
    font-size: 4rem;
  }

  .section-text-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .split-text {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero_section {
    min-height: 100vh;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.mobile-hor-scroll {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .social-icon {
    width: 7vw;
  }

  .social-icon_container {
    flex-wrap: wrap;
  }

  .social-icon_container.footer {
    grid-column-gap: .5rem;
    justify-content: space-between;
    padding-bottom: 2rem;
  }

  .logo_container {
    top: 1em;
    left: 1em;
    right: 1em;
  }

  .loop_text {
    font-size: 8vw;
  }

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

  .grid.team {
    grid-column-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: scroll;
  }

  .grid__item.sm.hor {
    width: 60vw;
  }

  .paragraph.x-large {
    font-size: 1.8rem;
  }

  .paragraph.large.pad-4 {
    padding-bottom: 1.5rem;
  }

  .gtid__spacer {
    display: none;
  }

  .heading-large {
    text-transform: capitalize;
    font-family: PT Sans, sans-serif;
    font-size: 2rem;
    font-weight: 700;
  }

  .heading-large.large {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .loop__logos {
    grid-column-gap: 14vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .client-logo {
    height: 13.34vw;
  }

  .client-logo._1 {
    width: 37.5vw;
  }

  .client-logo._3 {
    width: 33.62vw;
  }

  .client-logo._4 {
    width: 45.28vw;
  }

  .client-logo._5 {
    width: 32.22vw;
  }

  .client-logo._6 {
    width: 27.22vw;
  }

  .client-logo._2 {
    width: 38.88vw;
  }

  .faq__header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .shade {
    z-index: 1;
    background-image: linear-gradient(to right, #0000, #0000004d);
    width: 1rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .shade.left {
    background-image: linear-gradient(to right, #0000004d, #0000);
    inset: 0% auto 0% 0%;
  }

  .footer, .section_mission, .section_team, .section_partners, .section_faq {
    overflow: hidden;
  }

  .heading-small {
    font-size: 2rem;
  }

  .spacer-2vw {
    padding-bottom: 1rem;
  }

  .team_heading-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

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

  .section-cta.for-services {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .main-service-effect {
    height: 30%;
  }

  .text-rotator-big {
    font-size: 100px;
    line-height: 1;
  }

  .text-rotator-big.for-services {
    letter-spacing: -3px;
    font-size: 4rem;
  }

  .happy-face-hero._130px {
    width: 25px;
    height: 25px;
  }

  .home-flex {
    margin-left: 26px;
  }

  .section-footer-links.section-dark {
    display: block;
  }

  .grid-2-columns {
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

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

  .page-title.flex.second {
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 50px;
  }

  .div-block {
    margin-top: 105px;
  }

  .service-item {
    margin-bottom: 1vh;
    top: 9vh;
  }

  .service-item-content {
    height: auto;
    min-height: auto;
    max-height: 90vh;
    padding: 1.5rem;
  }

  .padding-global-2 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .service-item-description {
    text-align: center;
  }

  .service-item-image-box {
    aspect-ratio: 1;
  }

  .section-the-value {
    padding-top: 60px;
  }

  .section-the-value.section-dark.z-index-2.panel {
    flex-flow: row;
    margin-top: 162px;
    overflow: hidden;
  }

  .heading-style-h2-2 {
    text-align: center;
    letter-spacing: -.05rem;
    font-size: 1.75rem;
  }

  .heading-style-h2-2.text-gradient {
    margin-top: 4.5rem;
    margin-right: 86px;
    font-size: 3rem;
  }

  .max-width {
    width: 100%;
  }

  .split-text {
    font-size: 22px;
  }

  .heading-scroll.longer {
    font-size: 8vw;
  }
}

#w-node-_4f245048-4b9a-3712-a12c-87f5272c496c-aa98c08e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2c9e7f1-4295-9f9f-1334-84b6c61d41e8-aa98c08e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b85345bf-1901-7dc6-be04-4c4b9d696e85-aa98c08e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d199a1ca-4bb3-d5e8-c1d2-51fe33ee9b79-aa98c08e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_15bddbff-2663-54ea-d036-031e4ae04324-aa98c08e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_9f46536d-2f80-d73f-56de-9d1b7f9dc578-aa98c08e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_775e7fb0-8779-dba6-495f-9c1a23cad79e-aa98c08e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0e8ee469-3173-41bf-9920-0be80434af8d-aa98c08e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7690698a-d0ba-657f-fa41-016cd7d6893a-aa98c08e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7b2f8649-4cdb-ec65-f35d-90927ec9c6b1-aa98c08e {
  grid-area: 1 / 1 / 2 / 7;
}

@media screen and (min-width: 1920px) {
  #w-node-_7b2f8649-4cdb-ec65-f35d-90927ec9c6b1-aa98c08e {
    grid-column-end: 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b85345bf-1901-7dc6-be04-4c4b9d696e85-aa98c08e {
    grid-column: span 2 / span 2;
    align-self: start;
  }

  #w-node-_15bddbff-2663-54ea-d036-031e4ae04324-aa98c08e {
    grid-column: span 5 / span 5;
  }

  #w-node-_775e7fb0-8779-dba6-495f-9c1a23cad79e-aa98c08e {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_15bddbff-2663-54ea-d036-031e4ae04324-aa98c08e, #w-node-_775e7fb0-8779-dba6-495f-9c1a23cad79e-aa98c08e {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}