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

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

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

:root {
  --black: #060606;
  --light-outline: #ffffff1a;
  --normal-overlay: #04080c80;
  --light-overlay: #04080c4d;
  --magenta: #fe00fe;
  --dark-background: #060a0e;
  --light-background: #8ea5b60d;
  --extra-dark-background: #030608;
  --dark-overlay: #04080c99;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.4em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.35em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

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

.hero-section {
  border-bottom: 1px solid var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper.transparent {
  background-color: #06060600;
}

.grid-wrapper.cta {
  background-color: #0000;
}

.grid-wrapper.contact-us {
  margin-top: 0;
  padding-top: 52px;
}

.grid-wrapper.futureis-now {
  align-items: center;
}

.home-hero-banner {
  z-index: 10;
  border-top: 1px none var(--light-outline);
  border-bottom: 1px none var(--light-outline);
  flex: 1;
  justify-content: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: visible;
}

.hero-bottom {
  border-top: 1px none var(--black);
  justify-content: center;
  height: 65px;
  display: flex;
}

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.content-grid.cta {
  margin-top: 40px;
}

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

.logo-side {
  border-right: 1px none var(--light-outline);
  justify-content: flex-end;
  width: 100%;
  min-width: 50vw;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.logo-side.right {
  border-left: 1px none var(--light-outline);
  border-right-style: none;
  inset: 0% auto 0% 0%;
}

.body {
  background-color: var(--black);
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.background-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image {
  background-image: url('../images/Image002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.background-image.home-background {
  background-image: url('../images/Image002.jpeg');
  background-position: 50%;
}

.background-image.testimonial-background {
  background-image: url('../images/city.png');
  background-position: 50%;
  width: 110%;
  height: 110%;
  inset: auto;
}

.background-image.action-background {
  background-image: url('../images/Image018.jpeg');
  background-position: 50%;
}

.background-image.services-one {
  background-image: url('../images/Image018.jpeg');
}

.background-image.services-two {
  background-image: url('../images/Image002.jpeg');
  background-position: 0 0;
}

.background-image.services-three {
  background-image: url('../images/Image005.jpeg');
  background-position: 0%;
}

.background-image.projects-background {
  background-image: url('../images/Image028.jpeg');
  background-position: 50%;
}

.background-image.history-background {
  background-image: url('../images/0_3.png');
}

.overlay {
  background-color: var(--normal-overlay);
  position: absolute;
  inset: 0%;
}

.overlay.dark {
  background-color: #04080ccf;
}

.overlay.light {
  background-color: var(--light-overlay);
}

.overlay.extra-dark {
  background-color: #04080cb3;
}

.navbar {
  border-bottom: 1px none var(--light-outline);
  background-color: #fff0;
  justify-content: center;
  align-items: stretch;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px none var(--light-outline);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center stretch;
  width: 100%;
  min-height: 15vh;
  margin-left: 0;
  padding: 36px 49px;
  font-family: Syne, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: grid;
}

.nav-link.w--current {
  color: #fff;
}

.wrapper-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--light-outline);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav-menu {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.brand {
  border-right: 1px none var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  padding-left: 0;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.looping-hero-top {
  border-bottom: 1px none var(--light-outline);
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.nav-right {
  border-left: 1px none var(--light-outline);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body-display {
  color: #ffffffe6;
  font-size: 20px;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 16px;
}

.body-display.large {
  font-size: 20px;
}

.section {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--magenta);
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: visible;
}

.section.clip {
  overflow: hidden;
}

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

.section.no-padding.clip {
  border-bottom-color: var(--black);
}

.section.no-padding.clip.future {
  padding-top: 0;
}

.section.cta {
  padding-top: 0;
  padding-bottom: 0;
}

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

.wrapper-social {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.social-icon {
  border: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 4px;
  font-size: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.social-icon.large {
  width: 48px;
  height: 48px;
}

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

.content-stacked.small {
  grid-row-gap: 48px;
}

.content-stacked.large {
  grid-row-gap: 200px;
}

.content-stacked.medium {
  grid-row-gap: 80px;
}

.nav-cover {
  border-bottom: 1px solid var(--light-outline);
  background-color: var(--dark-background);
  height: 100%;
  position: absolute;
  inset: -101% 0% 0%;
}

.looping-logo-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.looping-logo-wrapper.right {
  inset: 0% auto 0% 0%;
}

.looping-logo-wrapper.left {
  justify-content: flex-start;
  width: 100%;
}

.logo-strip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.logo-item {
  opacity: .65;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 200px;
  height: 100%;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.logo-strip-wrapper {
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.looping-heading {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 700;
}

.looping-heading.mobile-only {
  display: none;
}

.looping-heading.marker {
  position: static;
}

.looping-heading-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  padding-right: 48px;
  display: grid;
}

.heading-separator {
  background-color: var(--light-outline);
  width: 60px;
  height: 2px;
}

.heading-separator.mobile-only {
  display: none;
}

.looping-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center stretch;
  display: grid;
}

.circle-link {
  border: 1px none var(--light-outline);
  background-color: var(--dark-background);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link.extra-small {
  width: 100px;
  height: 100px;
}

.link-wrapper {
  margin-top: -70px;
  padding-bottom: 41px;
  position: relative;
}

.link-wrapper.horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: -50px;
  margin-left: -9px;
  padding-bottom: 0;
  display: grid;
}

.scroll-link {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-style: none solid;
  border-width: 1px;
  border-color: black var(--magenta);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: stretch center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.scroll-arrow {
  width: 16px;
  height: 100%;
}

.scroll-arrow.small {
  width: 12px;
}

.sticky-image {
  outline-color: var(--magenta);
  outline-offset: 10px;
  border: 1px solid #000;
  outline-width: 1px;
  outline-style: solid;
  width: 425px;
  min-width: 425px;
  height: 425px;
  min-height: 425px;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.sticky-box-list {
  grid-column-gap: 16px;
  grid-row-gap: 30vh;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  padding-bottom: 120px;
  padding-left: 0;
  display: grid;
}

.sticky-image-wrapper {
  background-image: url('../images/Image022.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.sticky-image-wrapper.image-three {
  outline-color: var(--magenta);
  outline-offset: 0px;
  background-image: url('../images/howell_cellular_mitosis_hologram_lines_blue_and_pink_639ec1fa-b68c-453f-9cbf-b0d194338176.png');
  outline-width: 0;
  outline-style: none;
}

.sticky-image-wrapper.image-two {
  background-image: url('../images/howell_cellular_mitosis_hologram_lines_blue_and_pink_7d7bd0b4-741d-4aef-b70e-d629448ac4ce.png');
  background-position: 50%;
}

.sticky-image-wrapper.image-one {
  background-image: url('../images/0_2.png');
}

.subtitle {
  z-index: 10;
  color: #fffc;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.section-logos {
  border-bottom: 1px solid var(--light-outline);
  justify-content: center;
  min-height: 240px;
  display: flex;
  overflow: hidden;
}

.stacked-intro {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.intro-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 450px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sticky-image-bar {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-items: flex-start;
  height: 100vh;
  margin-bottom: -120px;
  padding-bottom: 120px;
  display: grid;
  position: sticky;
  top: 100px;
}

.scroll-indicator {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: grid;
  position: sticky;
}

.indiator-bar {
  background-color: var(--light-outline);
  height: 2px;
}

.indicator-fill {
  background-color: var(--magenta);
  width: 20%;
  height: 100%;
}

.indicator-link {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: grid;
}

.scroll-indicator-wrapper {
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

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

.link {
  border: 1px solid var(--magenta);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 11px;
  text-decoration: none;
}

.link:hover {
  border-bottom-color: var(--magenta);
  background-color: var(--magenta);
}

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

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

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

.sticky-image-box {
  min-height: 500px;
}

.outline {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  inset: 0%;
}

.project-grid {
  grid-column-gap: 80px;
  grid-row-gap: 170px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding-bottom: 0;
  display: grid;
}

.project-grid.full-width {
  grid-row-gap: 140px;
}

.project-grid.two-column {
  grid-column-gap: 0px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.project-hero {
  border-bottom: 1px solid var(--light-outline);
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.project-hero-wrapper {
  border-bottom: 1px solid var(--light-outline);
  flex: 1;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.heading.large {
  font-size: 52px;
}

.medium-width {
  max-width: 550px;
}

.medium-width.clip {
  overflow: hidden;
}

.about-hero {
  border-bottom: 1px none var(--light-outline);
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.looping-image-section {
  border-bottom: 1px solid var(--light-outline);
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.image-strip-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.looping-image-strip {
  grid-column-gap: 200px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-right: 200px;
  display: grid;
}

.looping-image-wrapper {
  width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden;
  transform: rotate(45deg);
}

.looping-image {
  background-image: url('../images/Image022.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.looping-image.image-one {
  background-image: url('../images/Image010.jpeg');
}

.looping-image.image-two {
  background-image: url('../images/Image009.jpeg');
}

.looping-image.image-three {
  background-image: url('../images/Image008.jpeg');
}

.looping-image.image-four {
  background-image: url('../images/image031.jpeg');
}

.project-card-content {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 45vw;
  min-height: 600px;
  padding: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-card-image {
  flex: 0 auto;
  position: absolute;
  inset: 0%;
}

.collection-item {
  width: 100%;
}

.collection-item.full-width {
  width: 85%;
}

.collection-item.full-width:nth-child(odd) {
  margin-left: 0;
  margin-right: auto;
}

.collection-item.full-width:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
}

.project-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px none var(--light-outline);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.slide-nav {
  display: none;
}

.slider {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.left-arrow {
  border: 1px solid var(--light-outline);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  padding: 15px 28px;
  font-size: 11px;
  display: none;
  inset: 0% auto 0% 0%;
}

.left-arrow.right {
  left: auto;
  right: 0%;
}

.testimonial-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.client-info {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.avatar {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  width: 90px;
  height: 90px;
  padding: 9px;
  transform: rotate(45deg);
}

.avatar-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
}

.avatar-background.avatar-one {
  background-image: url('../images/Portrait23.jpeg');
  background-position: 50% 20%;
}

.avatar-background.avatar-two {
  background-image: url('../images/Portrait009.jpeg');
  background-position: 50% 40%;
}

.avatar-background.avatar-three {
  background-image: url('../images/Avatar003.jpeg');
}

.avatar-background.avatar-four {
  background-image: url('../images/Portrait006.jpeg');
  background-position: 50% 0;
}

.avatar-background.avatar-five {
  background-image: url('../images/Portrait002.jpeg');
  background-position: 50% 20%;
}

.client-name {
  grid-column-gap: 12px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-arrow-content {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  transform: rotate(-90deg);
}

.slider-arrow-content.right {
  transform: rotate(90deg);
}

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

.video-cover {
  align-items: center;
  width: 50vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.about-intro {
  grid-column-gap: 16px;
  grid-row-gap: 300px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 60px;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
}

.section-title {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title.hide {
  display: none;
}

.button-text {
  z-index: 25;
  position: relative;
}

.footer-content {
  grid-column-gap: 120px;
  grid-row-gap: 180px;
  border-left: 1px none var(--light-outline);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.menu-link {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  height: 65px;
  display: flex;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 28px;
  display: flex;
}

.full-menu {
  border-bottom: 1px solid var(--light-outline);
  background-color: #030506;
  justify-content: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.menu-content {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
  overflow: auto;
}

.nav-link-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.full-menu-content {
  justify-content: center;
  height: 100vh;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.nav-cover-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-bottom-content {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.about-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: grid;
  position: relative;
  overflow: visible;
}

.hero-top-content {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 140px;
}

.hero-top-content.tall {
  padding-top: 100px;
  padding-bottom: 180px;
}

.about-image-wrapper {
  width: 45vw;
  max-width: 750px;
  height: 45vw;
  max-height: 750px;
  position: relative;
  overflow: hidden;
}

.centered-link-wrapper {
  z-index: 25;
  margin-top: -70px;
  position: absolute;
  inset: 0% auto auto;
}

.banner-scroll-indicator {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.about-image {
  background-image: url('../images/Image022.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.about-image.image-one {
  background-image: url('../images/Image004.jpeg');
  background-position: 50% 80%;
}

.about-image.image-two {
  background-image: url('../images/Image017.jpeg');
}

.about-image.image-three {
  background-image: url('../images/Image007.jpeg');
}

.about-image.image-four {
  background-image: url('../images/Image005.jpeg');
}

.sticky-portrait-wrapper {
  min-height: 80vh;
  position: sticky;
  top: 65px;
  overflow: hidden;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-info {
  grid-column-gap: 16px;
  grid-row-gap: 250px;
  border-style: solid solid none none;
  border-width: 1px;
  border-color: var(--light-outline) var(--light-outline) transparent;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 80px;
  display: grid;
}

.team-info.end {
  border-bottom-style: solid;
  border-bottom-color: var(--light-outline);
}

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

.logo-box {
  border: 1px solid var(--light-outline);
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.logo-image {
  width: 100px;
}

.centered-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.project-background {
  margin-right: -100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-background.small {
  margin-right: 0;
}

.services-hero {
  border-bottom: 1px solid var(--light-outline);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.rotating-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-color: var(--magenta);
  outline-offset: 9px;
  outline-width: 1px;
  outline-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: center;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
}

.rotating-box {
  outline-color: var(--magenta);
  outline-offset: 9px;
  outline-width: 1px;
  outline-style: solid;
  width: 65vw;
  max-width: 500px;
  height: 65vw;
  max-height: 500px;
  position: relative;
  overflow: hidden;
}

.rotating-banner-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rotating-banner-wrapper.reversed {
  justify-content: flex-start;
}

.rotating-background {
  background-image: url('../images/Image040.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.rotating-background.image-two {
  background-image: url('../images/Image033.jpeg');
}

.rotating-background.image-three {
  background-image: url('../images/Image035.jpeg');
}

.rotating-background.image-four {
  background-image: url('../images/Image039.jpeg');
}

.rotating-background.image-five {
  background-image: url('../images/Image004.jpeg');
}

.rotating-background.image-six {
  background-image: url('../images/Image017.jpeg');
}

.rotating-background.image-seven {
  background-image: url('../images/Image007.jpeg');
}

.rotating-background.image-eight {
  background-image: url('../images/Image005.jpeg');
}

.rotating-background.image-nine {
  background-image: url('../images/Image003.jpeg');
}

.rotating-background.image-ten {
  background-image: url('../images/Image017.jpeg');
}

.rotating-background.image-eleven {
  background-image: url('../images/Image002.jpeg');
}

.rotating-background.image-twelve {
  background-image: url('../images/Image007.jpeg');
}

.rotating-background.portrait-one {
  outline-color: var(--magenta);
  outline-offset: 9px;
  background-image: url('../images/unnamed.webp');
  background-position: 50% 35%;
  outline-width: 1px;
  outline-style: none;
}

.rotating-background.portrait-two {
  background-image: url('../images/Portrait06.jpeg');
  background-position: 50% 35%;
}

.rotating-background.portrait-three {
  background-image: url('../images/Portrait07.jpeg');
  background-position: 50% 55%;
}

.rotating-background.portrait-four {
  background-image: url('../images/Avatar003.jpeg');
  background-position: 50% 30%;
}

.content-box {
  align-items: center;
  max-width: 550px;
  padding-left: 0;
  display: flex;
}

.dual-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dual-grid.reversed {
  grid-template-columns: 1fr 50%;
}

.services-hero-banner {
  border-bottom: 1px solid var(--light-outline);
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.service-hero-image-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.service-hero-image-wrapper.reverse {
  justify-content: flex-start;
}

.service-hero-image-wrapper.middle {
  justify-content: center;
  overflow: hidden;
}

.service-hero-image {
  min-width: 33.33vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-hero-image.reverse {
  inset: 0% auto 0% 0%;
}

.testimonial-slide {
  border-left: 1px none var(--light-outline);
  padding: 0;
}

.action-intro {
  grid-column-gap: 18px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 450px;
  padding-bottom: 0;
  display: grid;
}

.contact-wrapper {
  border-top: 1px solid var(--black);
  flex: 1;
  justify-content: center;
  display: flex;
}

.form-wrapper {
  border-right: 1px solid var(--light-outline);
  padding: 80px 80px 190px 0;
}

.form-wrapper.contact-us {
  border-right-style: none;
  border-right-color: var(--magenta);
  padding-top: 0;
  padding-right: 0;
}

.quick-link-box {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  text-align: center;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding-left: 80px;
  padding-right: 0;
  display: grid;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #eff9fc1a;
  border-radius: 100px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 36px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: #eff9fc99;
  padding-left: 26px;
}

.text-field::placeholder {
  color: #ffffff7a;
  font-weight: 300;
}

.text-field.large {
  border-radius: 20px;
  min-height: 160px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.error-message {
  background-color: var(--light-background);
  border: 1px #eff9fc1a;
  border-left-style: solid;
  margin-top: 36px;
  padding: 18px 24px;
}

.form-block {
  z-index: 50;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 70%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.field-block {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.success-message {
  background-color: #0000;
  flex: 1;
  width: 100%;
  padding: 0;
}

.submit-button {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #161a2000;
  border: 1px solid #eff9fc1a;
  border-radius: 100px;
  padding: 20px 18px;
  font-size: 14px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: var(--magenta);
  border-color: #eff9fc;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  padding-top: 0;
  display: grid;
}

.success-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: var(--light-background);
  border: 1px #eff9fc1a;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 48px 18px;
  display: grid;
}

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

.gallery-image {
  height: 31vw;
  max-height: 725px;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 10000;
  border-bottom: 1px solid var(--light-outline);
  background-color: var(--extra-dark-background);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-hover {
  flex-direction: column;
  justify-content: flex-start;
  width: 120px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.menu-hover.right {
  inset: 0% 0% 0% auto;
}

.menu-hover-line {
  background-color: var(--magenta);
  width: 100%;
  height: 1px;
}

.menu-hover-line-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 15vh;
  display: flex;
}

.menu-hover-line-wrapper.right {
  align-items: flex-start;
}

.menu-hover-line-wrapper.left {
  align-items: flex-end;
}

.gallery-image-background {
  background-image: url('../images/Image082.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.testimonial-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.quick-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  border-top: 1px none var(--light-outline);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-link-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px none var(--light-outline);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  text-decoration: none;
  display: grid;
}

.quick-link-icon {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 12px;
  display: flex;
}

.footer-menu {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  border-top: 1px none var(--light-outline);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.footer-credits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px none var(--magenta);
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 9px;
  display: grid;
}

.testimonial-text.large {
  font-size: 48px;
}

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

.project-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.footer-section {
  padding-top: 0;
}

.legal-link {
  opacity: 1;
  color: #a0a1af;
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

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

.legal-credits {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
}

.portrait-image {
  background-image: url('../images/Portrait003.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.portrait-image.two {
  background-image: url('../images/Portrait06.jpeg');
}

.portrait-image.three {
  background-image: url('../images/Portrait07.jpeg');
  background-position: 50% 100%;
}

.portrait-image.four {
  background-image: url('../images/Avatar003.jpeg');
  background-position: 50% 70%;
}

.menu-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-brand {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.footer-about {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 375px;
  padding-right: 60px;
  display: grid;
}

.footer-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  text-decoration: none;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.footer-list-item:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.project-arrow {
  width: 18px;
  min-width: 18px;
}

.arrow-wrapper {
  z-index: 25;
  position: relative;
  overflow: hidden;
}

.card-paralax-wrapper {
  position: absolute;
  inset: 0%;
}

.logo-title {
  border-right: 1px solid var(--light-outline);
  border-left: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.circle-link-hover {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.paragraph-heading {
  font-size: 48px;
}

.down-icon {
  width: 14px;
}

.lightbox-link {
  z-index: 30;
  background-color: var(--dark-background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-left: -70px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.lightbox-link.relative {
  margin-left: 0;
  position: relative;
}

.history-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 180px;
  padding-bottom: 180px;
  padding-right: 120px;
  display: grid;
}

.play-icon {
  z-index: 25;
  width: 24px;
  margin-left: 4px;
  position: relative;
}

.hyperlink {
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.hyperlink:hover {
  border-bottom-color: #fff;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top:hover {
  padding-left: 36px;
  padding-right: 36px;
}

.open-lottie {
  z-index: 10;
  width: 14px;
  position: relative;
}

.tab-bottom {
  border-top: 1px none var(--light-outline);
  background-color: var(--light-background);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.tab-bottom-content {
  border-top: 1px none var(--light-outline);
  margin-left: auto;
  margin-right: auto;
  padding: 36px 36px 48px;
}

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

.tab-grid.small {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.skills-item {
  border-bottom: 1px solid var(--light-outline);
  flex-direction: column;
  display: flex;
}

.skills-item.left-top, .skills-item.right-top {
  border-top: 1px solid var(--light-outline);
}

.hover-cover {
  background-color: var(--light-background);
  position: absolute;
  inset: 0%;
}

.tab-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

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

.project-cms-hero {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.project-hero-banner {
  border-bottom: 1px solid var(--light-outline);
  flex: 1;
  justify-content: center;
  min-height: 725px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.project-meta {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: grid;
}

.meta-card {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.anchor-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--light-outline);
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-stage-list {
  grid-column-gap: 16px;
  grid-row-gap: 140px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

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

.project-stage-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 875px;
  display: grid;
}

.project-stage-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 850px;
  display: grid;
}

.stage-banner {
  width: 100%;
  height: 40vw;
  max-height: 850px;
  position: relative;
  overflow: hidden;
}

.client-quote-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-width {
  max-width: 800px;
}

.gallery-lightbox {
  width: 100%;
}

.gallery-image-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dynamic-heading {
  grid-column-gap: 13px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  max-width: 800px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
}

.anchor-link {
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.anchor-link:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.anchor-link.w--current {
  background-color: var(--light-background);
  padding-left: 24px;
  padding-right: 24px;
}

.stages-sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 275px;
  padding-right: 36px;
  display: grid;
  position: sticky;
  top: 124px;
}

.two-column-collection-item {
  width: 100%;
}

.background-video {
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mobile-intro-box-image {
  display: none;
  position: relative;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: auto .5rem .5rem auto;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.text-block {
  display: none;
}

.cyber-line-2077 {
  z-index: 1002;
  background-color: #fe00fe;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.cyber-line-2077.left {
  z-index: 1000;
  width: 1px;
  height: 100%;
  margin-top: 0;
  margin-left: 5px;
  display: block;
  inset: 0% auto 0% 0%;
}

.cyber-line-2077.right {
  z-index: 1000;
  background-color: var(--magenta);
  width: 1px;
  height: 100%;
  margin-top: 0;
  margin-right: 5px;
  display: block;
  inset: 0% 0% 0% auto;
}

.cyber-line-2077.down {
  margin-top: 0;
  margin-bottom: 5px;
  inset: auto 0% 0%;
}

.background-video-2 {
  z-index: 9;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.menu-button {
  color: #fff;
}

.contact-us-title {
  text-align: center;
  margin-bottom: 60px;
}

.text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: .3em;
  font-size: 14.8vw;
  font-weight: 400;
  line-height: 1.1;
  position: absolute;
}

.text.original {
  font-size: 3.5vw;
  line-height: 1.1;
}

.text.outline, .text.outline._2 {
  display: none;
}

.text-center {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-left: 2.9vw;
  padding-right: 2.9vw;
  display: flex;
}

.canvascontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.text-group {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 21rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  inset: 0%;
}

.main {
  position: relative;
}

.bg3 {
  width: 100vw;
}

.html-embed {
  width: 100vw;
  height: 100vh;
}

.overflowhidden {
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.glowwrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  filter: blur(5px);
  display: flex;
  position: absolute;
  inset: 0%;
}

.glowwrapper.bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .5;
  filter: blur(4px);
  max-width: 50%;
  inset: 0% auto;
}

.glowwrapper.bg.chnage-width {
  max-width: 43%;
}

.navigation.home-two-border-line-bottom {
  border-bottom: 1px solid #1217224d;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navigation.home-two-border-line-bottom.change-line {
  border-bottom-width: 0;
}

.navigation.home-two-border-line-bottom.change-line.change-padding-top {
  z-index: 2147483647;
  padding-top: 0;
  padding-bottom: 0;
}

.responsive-burger-menu-navbar.border-radius-ten {
  position: static;
}

.navbar-2 {
  background-color: #ddd0;
}

.navbar-wrapper {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.main-button {
  color: #a8a8a8;
  cursor: pointer;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.596, 1.72, .602, 1.053);
  display: flex;
  position: relative;
}

.glowitem {
  filter: none;
  background-image: linear-gradient(221deg, #ff191900 13%, #6645eb 58%, #ff00f000 80%), linear-gradient(45deg, #fff0 32%, #fff 51%, #fff0 73%);
  width: 80px;
  height: 80px;
  position: relative;
  transform: rotate(-45deg);
}

.glowitem.left {
  background-image: linear-gradient(221deg, #ff191900 13%, #fff 58%, #ff00f000 80%), linear-gradient(45deg, #fff0 32%, #ffef78 51%, #fff0 73%);
  transform: rotate(180deg)rotate(-45deg);
}

.glowitem.left.bg {
  background-image: radial-gradient(circle closest-side, #ff191900 13%, #d445eb 58%, #ff00f000 80%), radial-gradient(circle closest-side, #fff0 32%, #fff 51%, #fff0 73%);
}

.glowitem.left.chgange-color {
  background-image: linear-gradient(221deg, #ff191900 13%, #d62fd6 58%, #ff00f000 80%), linear-gradient(45deg, #fff0 32%, #ee0baa 51%, #fff0 73%);
}

.glowitem.bg, .glowitem.bg.chnage-color-blue {
  background-image: radial-gradient(circle closest-side, #ff191900 13%, #6645eb 58%, #ff00f000 80%), radial-gradient(circle closest-side, #fff0 32%, #d445eb 51%, #fff0 73%);
}

.nav-main {
  padding-left: 15px;
  padding-right: 15px;
}

.home-one-button-main-wrapper {
  display: flex;
}

.main-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.main-container.position-relative {
  position: relative;
}

.main-container.position-relative.chnage-index {
  z-index: 11;
}

.site-logo {
  padding-left: 0;
}

.nav-one {
  z-index: 9999999;
  border-bottom: 1px solid #c9baba26;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.insidebutton {
  z-index: 2;
  background-color: #000;
  background-image: linear-gradient(148deg, #fbc2ed, #eed6f7 42%, #fbe3e0);
  border-width: 1px;
  border-color: #000;
  border-radius: 12px;
  padding: 18px;
  position: relative;
}

.insidebutton._2 {
  background-image: linear-gradient(84deg, #6645eb, #d445eb);
  border-radius: 100px;
  padding: 16px 25px;
  overflow: hidden;
}

.insidebutton._2.chage-color-white {
  background-color: #020817;
  background-image: none;
}

.insidebutton._2.chnage-color-gredient {
  background-image: linear-gradient(#ec2b79, #ec2b79), linear-gradient(49deg, #6645eb 16%, #d445eb);
}

.insidebutton._2.chnage-color-gredient.chnage-padding-around {
  padding: 0;
}

.button-font {
  color: #fff;
  letter-spacing: -.32px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.button-font.change-position {
  z-index: 111;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Splinesans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.peddingstroke {
  mix-blend-mode: normal;
  background-color: #fff3;
  padding: 1.5px;
  position: relative;
  overflow: hidden;
}

.hoverline {
  opacity: 1;
  mix-blend-mode: overlay;
  background-image: linear-gradient(111deg, #0000, #ffc971 81%, #fffffffa 89%, #fff0);
  width: 200%;
  position: absolute;
  inset: 0%;
}

.hoverline.change-color-purple {
  mix-blend-mode: normal;
  background-image: linear-gradient(111deg, #0000, #d445ebb3 50%, #fff0 100%, #fff0);
}

.hoverline.chnage-gredient {
  mix-blend-mode: normal;
  background-image: linear-gradient(111deg, #0000, #ea69ff 53%, #fff0 99%, #fff0);
}

.home-two-main-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: -350px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
}

.change-padding {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Knockout, Arial, sans-serif;
  font-size: 84px;
  font-weight: 300;
  line-height: 74px;
}

.change-padding.text-align-center {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Knockout, Arial, sans-serif;
  font-size: 82px;
  line-height: 70px;
}

.change-padding.text-align-center.padding-bottom {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Knockout, Arial, sans-serif;
  font-size: 84px;
  line-height: 74px;
}

.home-two-hero-paragraph {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.auto-fit {
  object-fit: cover;
}

.auto-fit.border-radius-twenty {
  border-radius: 20px;
}

.auto-fit.border-radius-twenty.image-border {
  border: 1px solid #fff3;
}

.auto-fit.border-radius-twenty.image-border.image-drop-shadow {
  box-shadow: 0 2px 72px #0006;
}

.auto-fit.border-radius-twenty.image-border.image-drop-shadow.image-full-width.position-relative.change-index {
  z-index: 11;
}

.auto-fit.border-radius-fifteen {
  border-radius: 15px;
}

.auto-fit.responsive-image-full-width.image-effect {
  width: 120%;
  max-width: none;
}

.position-relative {
  position: relative;
}

.position-relative.chnage-perspective {
  perspective: 3000px;
}

.chnage-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.chnage-padding.text-align-center {
  color: #fff;
  text-transform: uppercase;
  font-family: Knockout, Arial, sans-serif;
  font-size: 112px;
  font-weight: 400;
  line-height: 94px;
}

.chnage-padding.landskape-align-center {
  font-family: Syne, sans-serif;
  font-size: 42px;
}

.chnage-padding.landskape-align-center.padding-bottom {
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: Knockout, Arial, sans-serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 70px;
}

.responsive-heading {
  display: none;
}

.home-two-banner-image {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.home-one-technology-glow {
  background-image: radial-gradient(circle, #6645ebd9 3%, #fff0 50%);
  width: 70%;
  height: 600px;
  position: absolute;
  top: 40%;
}

.home-one-technology-glow.change-position {
  background-image: radial-gradient(circle, #6645ebd9 3%, #fff0 52%);
  top: 50%;
}

.text-align-center {
  color: #eae9ff;
  text-align: center;
  font-family: Splinesans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.text-align-center.subtitle {
  color: #eae9ff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Splinesans, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
}

.home-one-cta-button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.home-one-cta-button-wrapper.chnage-padding-top {
  z-index: 11;
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
}

.glow-lottie {
  width: 200%;
  height: 180%;
  position: absolute;
  inset: auto;
}

.glow-lottie.bg {
  mix-blend-mode: soft-light;
  width: 50%;
  height: 50%;
  top: 0;
  left: 25%;
}

.home-two-banner-circle {
  z-index: 1;
  position: absolute;
  bottom: 75px;
}

.home-two-banner-robort {
  z-index: 11;
  position: absolute;
  inset: auto 0% 45% auto;
}

.home-two-hero-top {
  background-image: url('../images/Star-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 350px;
}

.home-two-hero-heading {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-hero {
  z-index: 111;
  perspective: 3000px;
  background-color: #020817;
  background-image: radial-gradient(circle at 50% 0, #6645eb66, #fff0 26%), linear-gradient(7deg, #020817 23%, #fff0), linear-gradient(266deg, #020817, #fff0 23%), linear-gradient(#020817, #fff0 16%), url('../images/grid-background-3-1-1.webp');
  background-position: 0 0, 0 0, 0 0, 0 0, 50% 3.5%;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, 1920px 980px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.home-two-support-right-top {
  background-color: #44128426;
  background-image: radial-gradient(circle at 100% 0, #6645eb66, #fff0 30%);
  border: 1px solid #ffffff26;
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.home-two-support-right {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 600px;
  display: flex;
}

.home-two-support-paragraph {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-support-mouse-cursor {
  position: absolute;
  inset: auto 38% 45% auto;
}

.home-two-support-image {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  max-width: 348px;
  height: 158px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-two-support-image.bioimage {
  max-width: 350px;
  height: 250px;
}

.home-two-support-heading {
  flex-flow: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
}

.home-two-support-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.home-two-support-line {
  display: none;
}

.home-two-support-item-image {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-two-support {
  padding: 60px 15px 120px;
}

.home-two-support.more-pt {
  padding-top: 120px;
}

.home-two-support-item-paragraph {
  max-width: 361px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.home-two-support-item {
  position: relative;
}

.home-two-support-itrm-heading {
  padding-top: 30px;
  padding-bottom: 10px;
}

.home-two-support-left {
  background-image: radial-gradient(circle, #6645eb4d, #fff0);
  border: 1px solid #ffffff26;
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding: 40px 40px 20px;
  display: flex;
  overflow: hidden;
}

.heading-four {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Knockout, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
}

.heading-four.text-align-center {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Knockout, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.heading-four.landskape-align-center {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Knockout, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-four.callout {
  color: #eae9ff;
  font-size: 28px;
  line-height: 30px;
}

.home-two-support-right-bottom {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #4412841a;
  background-image: url('../images/Graph.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #ffffff26;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.home-two-support-item-heading {
  margin-top: 0;
  position: relative;
}

.home-two-support-item-heading.chnage-margin-top {
  margin-top: 0;
}

.home-two-support-image-wrapper {
  text-align: left;
}

.home-two-vedio-wrapper {
  z-index: 111;
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

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

.counter.bottom.chnage-align-left {
  justify-content: flex-start;
  align-items: center;
}

.counter-train, .counter-new {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-one-development-category-item {
  flex: 1;
}

.home-two-counter-box-new {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-two-video-heading {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 280px;
  display: flex;
}

.background-video-3 {
  z-index: 1;
  width: 100%;
  height: 80vh;
  position: relative;
}

.home-one-development-category-line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

.counter-box {
  justify-content: center;
  align-items: flex-start;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.counter-box.small-counter-box {
  height: 60px;
}

.counter-box.small-counter-box.chnage-heading-two-counter {
  height: 45px;
}

.home-one-development-item-text {
  padding-bottom: 20px;
}

.home-one-development-item-text.change-padding-bottom {
  padding-bottom: 50px;
}

.home-one-vedio-section-overlay {
  z-index: 11;
  background-image: url('../images/Mask-group-9.svg'), linear-gradient(#0000, #020817);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  position: absolute;
  inset: 0%;
}

.heading-two {
  color: #fff;
  letter-spacing: -.32px;
  font-family: Knockout, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 45px;
}

.home-two-background-vedio {
  position: relative;
}

.home-one-development-gredient-line {
  background-image: linear-gradient(#6645eb, #d445eb);
  width: 100%;
  height: 2px;
}

.paragraph-3 {
  color: #eae9ff;
  font-family: Splinesans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.text-gredient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(113deg, #6645eb, #d445eb);
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 2px;
  font-family: Knockout, Arial, sans-serif;
  font-size: 46px;
  font-weight: 400;
}

.home-two-video {
  height: 80vh;
}

.home-two-video-main-heading {
  max-width: 850px;
}

.home-one-development-category {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-one-development-item-heading {
  padding-top: 60px;
  padding-bottom: 20px;
}

.home-one-development-item-heading.chnage-padding-top {
  padding-top: 0;
}

.bold-text {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Knockout, Arial, sans-serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 70px;
}

.home-three-business {
  padding: 120px 15px;
}

.home-three-business-technology {
  background-image: url('../images/Line-Group.svg'), url('../images/Success-Background.webp');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.home-three-business-paragraph {
  max-width: 540px;
  padding-bottom: 30px;
}

.home-three-business-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-feature-image {
  flex: 1;
  max-width: 495px;
}

.home-three-business-item-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.home-one-feature-main-image {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 587px;
  display: flex;
  overflow: hidden;
}

.home-three-business-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.home-three-business-heading {
  max-width: 650px;
  padding-bottom: 20px;
}

.home-two-tchnology-main {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-center-2 {
  color: #eae9ff;
  text-align: center;
  font-family: Splinesans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.home-two-technology-heading {
  max-width: 558px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.home-two-technology {
  padding: 60px 15px 110px;
}

.home-two-technology.adjusted {
  padding-bottom: 0;
}

.home-two-technology-logo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border-bottom: 1px #fff3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.home-two-technology-paragraph {
  padding-top: 25px;
}

.home-one-cta-paragraph {
  max-width: 684px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.home-one-cta-heading {
  max-width: 604px;
  margin-left: auto;
  margin-right: auto;
}

.home-one-cta {
  background-color: #020817;
  margin-top: -210px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-one-cta.chnage-upper-padding {
  margin-top: 0;
}

.home-one-cta-wrapper {
  background-image: url('../images/Cta.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 15px 140px;
}

.footer-one-caption {
  padding-bottom: 30px;
}

.footer-one-location {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  margin-left: -15px;
  padding-bottom: 10px;
}

.location-main {
  max-width: 176px;
}

.footer-one {
  background-color: #020817;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-one-link-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #fff;
  letter-spacing: -.32px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(55deg, #6645eb, #d445eb);
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-link.change-hover-effect:hover, .footer-link.landskape-align-center.chnage-hover-effect:hover {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.footer-link.landskape-align-center.chnage-hover-effect.change-color-white {
  color: #fff;
}

.footer-one-wrappper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .6fr .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 120px;
  padding-bottom: 120px;
  display: grid;
}

.footer-item {
  margin-top: 5px;
}

.contact-one-hero {
  background-image: radial-gradient(circle at 50% 0, #6645eb59, #fff0 38%), url('../images/Star-5.svg'), linear-gradient(95deg, #020817, #fff0 18%), linear-gradient(270deg, #020817, #fff0 21%), linear-gradient(#0000 63%, #020817), linear-gradient(#020817, #fff0 18%), url('../images/grid-background-3-1-1.webp');
  background-position: 0 0, 50%, 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, cover, auto, auto, auto, auto, cover;
  padding: 240px 15px 500px;
  position: relative;
}

.contact-one-main-right-heading {
  padding-bottom: 20px;
}

.contact-one-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.display-off {
  display: none;
}

.contact-one-left-details {
  max-width: 452px;
  padding-bottom: 70px;
}

.button-chnage-display {
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.contact-text-field {
  color: #d6d5f3;
  letter-spacing: -.32px;
  background-color: #fff0;
  border: 1px solid #fff0;
  border-bottom-color: #fff3;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  font-family: Splinesans, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.contact-text-field::placeholder {
  color: #d6d5f3;
  font-size: 18px;
  line-height: 28px;
}

.contact-text-field.chnage-height {
  min-height: 242px;
}

.contact-one-main {
  margin-top: -380px;
  padding-bottom: 110px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.heading-three {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Knockout, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 36px;
}

.contact-one-main-left-heading {
  max-width: 299px;
  padding-bottom: 20px;
}

.submit-button-2 {
  padding: 0;
}

.submit-button-2.button-font {
  background-color: #3898ec00;
}

.submit-button-2.button-font.button-padding {
  z-index: 11;
  text-transform: uppercase;
  padding: 16px 30px;
  font-family: Splinesans, Arial, sans-serif;
  font-size: 18px;
  position: relative;
}

.contact-one-main-left {
  position: sticky;
  top: 160px;
}

.contact-one-main-form {
  padding-top: 20px;
}

.contact-one-main-right-paragraph {
  max-width: 560px;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-1 {
  text-transform: uppercase;
  font-family: Knockout, Arial, sans-serif;
  font-size: 72px;
  line-height: 60px;
}

.paragraph-4 {
  font-family: Splinesans, Arial, sans-serif;
  font-size: 18px;
}

@media screen and (min-width: 1280px) {
  .background-image.testimonial-background {
    background-image: url('../images/city.png');
  }

  .background-image.history-background {
    background-image: url('../images/0_3.png');
  }

  .section {
    border-bottom-width: 2px;
    border-bottom-color: var(--magenta);
    background-color: var(--black);
  }

  .section.no-padding.clip.future {
    border-bottom-width: 2px;
    border-bottom-color: var(--magenta);
    background-color: var(--black);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section.cta {
    z-index: 9;
  }

  .sticky-image {
    width: 450px;
    min-width: 450px;
    height: 450px;
    min-height: 450px;
    top: 110px;
  }

  .sticky-image-wrapper.image-three {
    background-image: url('../images/howell_cellular_mitosis_hologram_lines_blue_and_pink_639ec1fa-b68c-453f-9cbf-b0d194338176.png');
  }

  .sticky-image-wrapper.image-two {
    background-image: url('../images/howell_cellular_mitosis_hologram_lines_blue_and_pink_7d7bd0b4-741d-4aef-b70e-d629448ac4ce.png');
  }

  .sticky-image-wrapper.image-one {
    background-image: url('../images/0_2.png');
  }

  .intro-box {
    min-height: 475px;
  }

  .sticky-image-bar {
    margin-bottom: -110px;
    padding-bottom: 110px;
    top: 110px;
  }

  .link {
    border-width: 1px;
    border-color: var(--magenta);
    color: #fff;
  }

  .sticky-image-box {
    min-height: 100vh;
    margin-top: 40px;
  }

  .project-grid {
    grid-column-gap: 100px;
  }

  .logo-box {
    padding: 48px;
  }

  .dual-grid {
    grid-column-gap: 100px;
  }

  .tab-grid {
    grid-column-gap: 72px;
  }

  .cyber-line-2077 {
    z-index: 1006;
  }

  .text.original {
    font-size: 3.5vw;
  }

  .counter-box.small-counter-box.chnage-heading-two-counter {
    height: 50px;
  }

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

  .home-two-video-main-heading {
    max-width: 560px;
  }

  .home-three-business-heading {
    max-width: 460px;
  }

  .home-two-technology-heading {
    max-width: 580px;
  }
}

@media screen and (min-width: 1440px) {
  .sticky-image {
    width: 475px;
    min-width: 475px;
    height: 475px;
    min-height: 475px;
  }

  .intro-box {
    min-height: 500px;
  }

  .sticky-image-box {
    min-height: 550px;
  }

  .logo-box {
    padding: 48px;
  }

  .dual-grid {
    grid-column-gap: 120px;
  }

  .history-intro {
    padding-right: 140px;
  }

  .play-icon {
    display: block;
  }

  .tab-grid {
    grid-column-gap: 80px;
  }

  .home-two-banner-robort {
    bottom: 48%;
    right: -9%;
  }
}

@media screen and (min-width: 1920px) {
  .grid-wrapper {
    align-items: center;
  }

  .content-grid {
    grid-template: ". Area"
    / 1fr;
  }

  .rotating-background.portrait-one {
    outline-color: var(--magenta);
    outline-offset: 9px;
    outline-width: 1px;
    outline-style: none;
  }

  .responsive-burger-menu-navbar.border-radius-ten {
    margin-left: 20px;
  }

  .home-one-technology-glow {
    height: 800px;
    top: 25%;
  }

  .home-one-technology-glow.change-position {
    top: 35%;
  }

  .glow-lottie.bg {
    justify-content: center;
    align-items: center;
  }

  .home-two-hero-top {
    position: relative;
  }

  .home-two-support-line {
    display: block;
    position: absolute;
    inset: 40% auto auto -20%;
  }

  .counter {
    justify-content: space-between;
  }

  .home-one-vedio-section-overlay {
    background-image: url('../images/Mask-group-9.svg'), linear-gradient(#0000, #020817 84%);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .home-two-video {
    height: 84vh;
  }

  .home-three-business-technology {
    background-size: contain, cover;
  }

  .home-two-technology {
    z-index: 11;
    background-color: #020817;
    padding-top: 0;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  .grid-wrapper {
    grid-row-gap: 48px;
  }

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

  .nav-link {
    font-size: 32px;
  }

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

  .looping-hero-top.small {
    padding-bottom: 90px;
  }

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

  .content-stacked {
    grid-row-gap: 80px;
  }

  .content-stacked.large {
    grid-row-gap: 120px;
  }

  .looping-heading {
    font-size: 48px;
  }

  .scroll-link {
    white-space: nowrap;
    min-width: 48vw;
    padding-left: 48px;
    padding-right: 48px;
  }

  .scroll-arrow {
    min-width: 16px;
  }

  .sticky-box-list {
    grid-row-gap: 80px;
    max-width: 700px;
    padding-bottom: 0;
  }

  .section-logos {
    min-height: 200px;
  }

  .intro-box {
    min-height: auto;
  }

  .sticky-image-bar {
    display: none;
  }

  .services-grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .project-grid, .project-grid.full-width {
    grid-row-gap: 80px;
  }

  .project-grid.two-column {
    grid-row-gap: 48px;
    grid-template-columns: auto;
  }

  .project-hero-wrapper {
    padding-bottom: 100px;
  }

  .heading.large {
    font-size: 48px;
  }

  .looping-image-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .looping-image-strip {
    grid-column-gap: 170px;
    padding-right: 170px;
  }

  .looping-image-wrapper {
    width: 325px;
    height: 325px;
  }

  .project-card-content {
    height: auto;
  }

  .collection-item.full-width {
    width: 100%;
  }

  .collection-item.full-width:nth-child(odd) {
    margin-right: 0;
  }

  .collection-item.full-width:nth-child(2n) {
    margin-left: 0;
  }

  .slider {
    padding-left: 100px;
    padding-right: 100px;
  }

  .video-cover {
    justify-content: center;
    width: auto;
    min-height: 525px;
    margin-left: -5vw;
    margin-right: -5vw;
    position: relative;
  }

  .about-intro {
    grid-row-gap: 36px;
    padding-top: 48px;
    padding-bottom: 120px;
  }

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

  .footer-content {
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-banner {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .hero-top-content.short {
    padding-top: 48px;
    padding-bottom: 120px;
  }

  .hero-top-content.tall {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .about-image-wrapper {
    width: 50vw;
    height: 50vw;
  }

  .team-info {
    padding: 60px 48px;
  }

  .rotating-box {
    width: 35vw;
    max-width: 350px;
    height: 35vw;
    max-height: 350px;
  }

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

  .dual-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    max-width: 700px;
  }

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

  .service-hero-image-wrapper.middle {
    width: 48vw;
    min-width: 48vw;
  }

  .form-wrapper {
    border-left: 1px solid var(--light-outline);
    padding-bottom: 160px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .quick-link-box {
    border-top: 1px solid var(--light-outline);
    padding-bottom: 120px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .form-block {
    align-items: center;
    padding-bottom: 0;
  }

  .form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .gallery-image-grid {
    grid-row-gap: 36px;
  }

  .gallery-image {
    height: 40vw;
  }

  .menu-hover {
    display: none;
  }

  .footer-credits {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .testimonial-text.large {
    font-size: 40px;
  }

  .footer-section {
    padding-top: 120px;
  }

  .footer-about {
    margin-bottom: 80px;
  }

  .footer-list-item:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-heading {
    font-size: 42px;
  }

  .lightbox-link {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    inset: auto auto -60px 5vw;
  }

  .lightbox-link.relative {
    bottom: auto;
    left: 0;
  }

  .history-intro {
    max-width: 700px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .subtitle-wrapper {
    padding-bottom: 36px;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

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

  .skills-item.right-top {
    border-top-style: none;
  }

  .hover-cover {
    display: none;
  }

  .service-item {
    grid-row-gap: 100px;
  }

  .project-hero-banner {
    min-height: 675px;
  }

  .project-meta {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    justify-content: center;
  }

  .anchor-list {
    grid-column-gap: 24px;
    border-bottom: 1px none var(--light-outline);
    border-top-style: none;
    grid-template-columns: 1fr 1fr;
  }

  .project-stage-list {
    grid-row-gap: 120px;
  }

  .project-stage {
    grid-row-gap: 48px;
  }

  .stage-banner {
    height: 65vw;
  }

  .client-quote-wrapper {
    grid-row-gap: 80px;
  }

  .stages-sidebar {
    max-width: none;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .mobile-intro-box-image {
    width: 100%;
    height: 375px;
    margin-bottom: 48px;
    display: flex;
  }

  .responsive-burger-menu-navbar {
    background-color: #fff;
  }

  .responsive-burger-menu-navbar.border-radius-ten {
    background-color: #11143d;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
  }

  .navbar-2 {
    padding-left: 15px;
    padding-right: 0;
  }

  .navbar-wrapper {
    position: static;
  }

  .nav-main {
    padding-left: 0;
    padding-right: 0;
  }

  .home-one-button-main-wrapper.responsive-display-off {
    display: none;
  }

  .menu-button-line {
    background-color: #fff;
    width: 21.28px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .menu-button-line.bottom-line {
    width: 11px;
  }

  .responsive-menu-button {
    padding: 0;
  }

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

  .menu-button-new {
    padding: 18px 15px;
  }

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

  .home-two-main-image-wrapper {
    padding-bottom: 70px;
  }

  .home-two-hero-paragraph {
    padding-top: 0;
  }

  .auto-fit.border-radius-fifteen.responsive-image-full-width, .auto-fit.responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .auto-fit.responsive-image-full-width.image-effect {
    width: 100%;
  }

  .responsive-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .responsive-heading.chnage-padding-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-one-technology-glow, .home-two-banner-circle, .home-two-banner-robort {
    display: none;
  }

  .home-two-hero-top {
    padding-top: 100px;
  }

  .home-two-hero-heading {
    display: none;
  }

  .home-two-hero {
    background-image: radial-gradient(circle at 50% 0, #6645eb66, #fff0 26%), linear-gradient(7deg, #020817 23%, #fff0), linear-gradient(266deg, #020817, #fff0 23%), linear-gradient(#020817, #fff0 16%);
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, auto;
    padding-top: 40px;
  }

  .home-two-support-right-top {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-two-support-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .home-two-support-image {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-two-support-heading {
    padding-bottom: 40px;
  }

  .home-two-support-wrapper {
    flex-flow: column;
  }

  .home-two-support {
    padding-bottom: 70px;
  }

  .home-two-support-left {
    max-width: 100%;
  }

  .home-two-support-right-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-two-vedio-wrapper {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .home-two-video-heading {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .background-video-3 {
    height: auto;
  }

  .home-one-development-category-line {
    display: none;
  }

  .home-one-development-item-text.change-padding-bottom {
    padding-bottom: 0;
  }

  .home-one-vedio-section-overlay {
    background-image: linear-gradient(#0000, #020817);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-two-video {
    height: auto;
  }

  .home-two-video-main-heading {
    max-width: 100%;
  }

  .home-one-development-category {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-one-development-item-heading {
    padding-top: 0;
  }

  .home-three-business {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-business-text {
    width: 100%;
  }

  .home-three-business-paragraph {
    max-width: 100%;
  }

  .home-three-business-wrapper {
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-one-feature-image {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .home-one-feature-main-image {
    width: 100%;
    height: 100%;
  }

  .home-three-business-heading {
    max-width: 100%;
  }

  .home-two-tchnology-main {
    grid-template-columns: 1fr 1fr;
  }

  .home-two-technology {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .home-one-cta-heading {
    display: none;
  }

  .home-one-cta {
    margin-top: 0;
  }

  .home-one-cta-wrapper {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .location-main {
    max-width: 100%;
  }

  .footer-link:hover {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .footer-link.landskape-align-center.chnage-hover-effect.change-color-white {
    color: #fff;
  }

  .footer-one-wrappper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 2fr 2fr 2fr;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .footer-item {
    margin-top: 0;
  }

  .contact-one-hero {
    background-image: url('../images/Star-5.svg'), linear-gradient(95deg, #020817, #fff0 18%), linear-gradient(270deg, #020817, #fff0 21%), linear-gradient(#0000 63%, #020817), linear-gradient(#020817, #fff0 18%);
    background-position: 50%, 0 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat, repeat, repeat;
    background-size: cover, auto, auto, auto, auto;
    padding-top: 140px;
  }

  .contact-one-main-wrapper {
    flex-flow: column;
  }

  .contact-one-left-details {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .contact-one-main {
    margin-top: -440px;
    padding-bottom: 60px;
  }

  .contact-one-main-left-heading {
    max-width: 100%;
  }

  .contact-one-main-left {
    position: static;
  }

  .contact-one-main-right-paragraph {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 24px;
  }

  .logo-side {
    border-top: 1px none var(--light-outline);
    border-left: 1px solid var(--light-outline);
    border-right-style: solid;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 48px;
    position: relative;
  }

  .logo-side.right {
    border-left-style: solid;
    margin-left: 0;
    margin-right: -5vw;
    display: none;
  }

  .nav-link {
    height: auto;
    min-height: auto;
    padding: 36px 0;
    font-size: 30px;
  }

  .looping-hero-top {
    padding-top: 36px;
  }

  .looping-hero-top.small {
    padding-top: 24px;
    padding-bottom: 60px;
  }

  .nav-right {
    display: none;
  }

  .body-display.dual-paragraph {
    column-count: 1;
  }

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

  .content-stacked {
    grid-row-gap: 80px;
  }

  .content-stacked.large {
    grid-row-gap: 100px;
  }

  .logo-item {
    width: 140px;
    min-width: 140px;
    height: 100%;
    padding-left: 26px;
    padding-right: 26px;
  }

  .looping-heading {
    font-size: 42px;
  }

  .link-wrapper.horizontal {
    grid-column-gap: 18px;
  }

  .scroll-link {
    border-style: none solid;
    border-color: black var(--light-outline);
    min-height: 65px;
  }

  .section-logos {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .stacked-intro {
    grid-row-gap: 36px;
  }

  .project-hero-wrapper {
    padding-bottom: 80px;
  }

  .heading.large {
    font-size: 42px;
  }

  .looping-image-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .looping-image-strip {
    grid-column-gap: 150px;
    padding-right: 150px;
  }

  .looping-image-wrapper {
    width: 300px;
    height: 300px;
  }

  .project-card-content {
    min-height: 450px;
    padding: 48px;
  }

  .project-card-info {
    grid-row-gap: 35vh;
  }

  .slider {
    height: 100%;
    padding-bottom: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    width: 45%;
    inset: auto 55% 0% 0%;
  }

  .left-arrow.right {
    left: 55%;
  }

  .slider-arrow-content, .slider-arrow-content.right {
    transform: none;
  }

  .video-cover {
    min-height: 375px;
  }

  .about-intro {
    padding-bottom: 100px;
    padding-right: 0;
  }

  .section-title {
    padding-bottom: 80px;
  }

  .footer-content {
    min-height: auto;
    padding: 0;
  }

  .full-menu {
    overflow: hidden;
  }

  .menu-content {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .full-menu-content {
    padding-bottom: 100px;
  }

  .hero-top-content.short {
    padding-top: 36px;
    padding-bottom: 110px;
  }

  .hero-top-content.tall {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .sticky-portrait-wrapper {
    height: 80vh;
    min-height: 650px;
    position: relative;
    top: 0;
  }

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

  .team-info {
    grid-row-gap: 36px;
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-color: var(--light-outline);
    border-left-style: solid;
    margin-bottom: 60px;
    padding: 48px;
  }

  .team-info.end {
    margin-bottom: 0;
  }

  .logo-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

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

  .rotating-box {
    width: 50vw;
    height: 50vw;
  }

  .rotating-banner-wrapper {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .dual-grid {
    grid-row-gap: 48px;
  }

  .service-hero-image-wrapper.middle {
    z-index: 20;
  }

  .form-wrapper {
    padding: 60px 36px 120px;
  }

  .quick-link-box {
    grid-row-gap: 60px;
    padding-bottom: 100px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .gallery-image {
    height: 83vw;
  }

  .testimonial-wrapper {
    padding-top: 36px;
    padding-bottom: 36px;
  }

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

  .footer-credits {
    grid-row-gap: 18px;
  }

  .testimonial-text.large {
    font-size: 32px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .menu-list.right {
    border-top-style: none;
  }

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

  .logo-title {
    border-style: none solid;
    border-width: 1px;
    border-color: black var(--light-outline);
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .paragraph-heading {
    font-size: 34px;
  }

  .lightbox-link {
    width: 110px;
    height: 110px;
    bottom: -55px;
  }

  .history-intro {
    padding-top: 90px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .subtitle-wrapper {
    padding-bottom: 24px;
  }

  .service-item {
    grid-row-gap: 80px;
  }

  .project-hero-banner {
    min-height: 600px;
  }

  .project-meta {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-columns: auto;
    padding-top: 140px;
  }

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

  .project-stage-list {
    grid-row-gap: 100px;
  }

  .client-quote {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .mobile-intro-box-image {
    height: 325px;
  }

  .navigation.home-two-border-line-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive-burger-menu-navbar.border-radius-ten {
    z-index: 999;
    height: 50px;
  }

  .navbar-2 {
    background-color: #ddd0;
  }

  .home-one-button-main-wrapper.responsive-display-off {
    display: flex;
  }

  .chnage-padding.text-align-center {
    letter-spacing: 0;
    font-size: 72px;
    line-height: 60px;
  }

  .chnage-padding.landskape-align-center {
    text-align: center;
  }

  .home-one-cta-button-wrapper {
    flex-flow: wrap;
  }

  .heading-four.landskape-align-center {
    text-align: center;
  }

  .home-two-video-heading {
    justify-content: space-between;
    align-items: center;
  }

  .counter-box.small-counter-box.chnage-heading-two-counter {
    height: 40px;
  }

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

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

  .home-one-development-category {
    grid-template-columns: 1fr;
  }

  .home-one-development-item-heading.chnage-padding-top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-two-tchnology-main {
    grid-template-columns: 1fr;
  }

  .home-two-technology {
    padding-bottom: 60px;
  }

  .home-one-cta-heading {
    max-width: 370px;
  }

  .footer-link.landskape-align-center {
    text-align: center;
  }

  .footer-one-wrappper {
    grid-template-columns: 2fr;
  }

  .contact-one-hero {
    padding-top: 100px;
  }

  .heading-three {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-section {
    min-height: 93vh;
    overflow: hidden;
  }

  .background-image.services-one {
    z-index: 10;
  }

  .nav-link {
    font-size: 24px;
  }

  .looping-hero-top {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

  .content-stacked.large {
    grid-row-gap: 80px;
  }

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

  .looping-heading {
    font-size: 30px;
  }

  .looping-heading.mobile-only {
    display: block;
  }

  .looping-heading-wrapper {
    grid-column-gap: 24px;
    padding-right: 24px;
  }

  .heading-separator {
    width: 36px;
  }

  .heading-separator.mobile-only {
    display: block;
  }

  .looping-wrapper {
    grid-column-gap: 24px;
    overflow: hidden;
  }

  .circle-link.extra-small {
    width: 72px;
    height: 72px;
    padding-left: 10px;
    font-size: 8px;
  }

  .link-wrapper.horizontal {
    grid-column-gap: 9px;
    margin-top: -36px;
  }

  .scroll-link {
    grid-column-gap: 24px;
    min-width: 70vw;
  }

  .section-logos {
    min-height: auto;
  }

  .project-grid, .project-grid.full-width {
    grid-row-gap: 60px;
  }

  .project-hero {
    min-height: 93vh;
  }

  .project-hero-wrapper {
    padding-bottom: 60px;
  }

  .heading.large {
    font-size: 38px;
  }

  .looping-image-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .looping-image-strip {
    grid-column-gap: 100px;
    padding-right: 100px;
  }

  .looping-image-wrapper {
    width: 200px;
    height: 200px;
  }

  .project-card-content {
    min-height: auto;
    padding: 36px 24px;
  }

  .left-arrow {
    width: 48%;
    right: 52%;
  }

  .left-arrow.right {
    left: 52%;
  }

  .video-cover {
    min-height: 275px;
  }

  .about-intro {
    padding-bottom: 100px;
  }

  .section-title {
    padding-bottom: 60px;
  }

  .footer-content {
    min-height: auto;
    padding: 0;
  }

  .full-menu {
    overflow: hidden;
  }

  .menu-content {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .full-menu-content {
    height: 99vh;
    min-height: 99vh;
    overflow: auto;
  }

  .hero-top-content {
    padding-top: 48px;
  }

  .hero-top-content.short {
    padding-top: 24px;
  }

  .hero-top-content.tall {
    padding-top: 48px;
  }

  .banner-scroll-indicator {
    inset: 0% 0% auto;
  }

  .sticky-portrait-wrapper {
    height: 65vh;
    min-height: 425px;
  }

  .team-info {
    padding: 36px 24px;
  }

  .logo-box {
    padding: 36px;
  }

  .services-hero {
    min-height: 93vh;
  }

  .rotating-box {
    width: 90vw;
    height: 90vw;
  }

  .services-hero-banner {
    min-height: 120px;
  }

  .service-hero-image-wrapper.middle {
    width: 70vw;
    min-width: 70vw;
  }

  .form-wrapper {
    padding: 48px 24px 90px;
  }

  .quick-link-box {
    grid-row-gap: 36px;
    padding-bottom: 90px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-block {
    grid-row-gap: 80px;
  }

  .form {
    padding-top: 0;
  }

  .gallery-image-grid {
    grid-row-gap: 24px;
  }

  .testimonial-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-credits {
    grid-row-gap: 18px;
  }

  .testimonial-text.large {
    font-size: 28px;
  }

  .legal-credits {
    grid-row-gap: 12px;
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
  }

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

  .paragraph-heading {
    font-size: 28px;
  }

  .history-intro {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .service-item, .project-stage-list {
    grid-row-gap: 80px;
  }

  .client-quote {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobile-intro-box-image {
    height: 275px;
  }

  .text.original {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10vw;
    position: absolute;
  }

  .text-group {
    height: 100vh;
  }

  .home-one-button-main-wrapper.responsive-display-off {
    display: none;
  }

  .nav-one {
    background-color: var(--dark-background);
  }

  .responsive-menu-button {
    max-width: 25px;
  }

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

  .change-padding.text-align-center.padding-bottom, .chnage-padding.landskape-align-center.padding-bottom {
    font-size: 72px;
    line-height: 60px;
  }

  .text-align-center.subtitle {
    font-size: 24px;
    line-height: 33px;
  }

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

  .counter {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .counter.bottom.chnage-align-left {
    justify-content: center;
    align-items: flex-start;
  }

  .counter.bottom.chnage-align-left.responsive-align-center {
    justify-content: center;
    align-items: center;
  }

  .counter-box.small-counter-box.chnage-heading-two-counter {
    height: 38px;
  }

  .heading-two {
    font-size: 52px;
    line-height: 38px;
  }

  .paragraph-3 {
    color: #fff;
    text-align: center;
    font-size: 16px;
  }

  .home-one-development-item-heading.chnage-padding-top {
    justify-content: center;
    align-items: center;
  }

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

  .text-center-2 {
    font-size: 18px;
  }

  .home-one-cta-heading {
    max-width: 100%;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-one-wrappper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-item.contact, .footer-item.address {
    display: none;
  }

  .heading-three {
    font-size: 20px;
    line-height: 30px;
  }
}

#w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-257c6347 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c1a96481-1bda-fa2f-bab0-10e6b64d71b7-257c6347 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_94f82ea4-5971-b78f-1f1f-57807ed7dc51-257c6347 {
  align-self: stretch;
}

#w-node-f0a38aa5-1914-0c3d-d21a-54763a19c85a-257c6347 {
  align-self: end;
}

#w-node-_7d473ad4-0ea7-29d3-664b-053a819a1108-257c6347 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a74-257c6347 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a75-257c6347 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a78-257c6347 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f26-257c6347, #w-node-_9c058113-eed2-954b-dc6a-7620aadd9bf6-aadd9bf4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bd3291b-6885-0a71-6c7c-4070442730ee-aadd9bf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_33f4e676-d923-7bf8-222a-757a4f0bdfc0-4f0bdfba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_33f4e676-d923-7bf8-222a-757a4f0bdfc1-4f0bdfba {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-f5062608-4199-bb5d-a0fe-2c0e1d1dd1d1-1d1dd1cf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e7f90d15-367e-7010-48e1-9b05cca5f3aa-1d1dd1cf {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-bb74e5ea-5c11-ec4b-0675-010d19bf0164-1d1dd1cf {
  justify-self: center;
}

#w-node-_3c947878-25f7-9150-ae27-f58659da3bc2-1d1dd1cf {
  place-self: center start;
}

#w-node-_07804d98-2b7c-9c28-a3bb-db5e3fa37d8f-1d1dd1cf, #w-node-_3e29584b-a568-a9b0-4ccd-d74b8dc592b6-1d1dd1cf {
  justify-self: center;
}

#w-node-e2ddc8ef-6cc1-114c-ba0f-0b3fccbaa3a5-1d1dd1cf {
  justify-self: start;
}

#w-node-_94b1fb86-131a-d988-4a5a-b369a5c6fb79-20912a70 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_8d7a045e-7b9a-b756-6a0a-89be20912a7b-20912a70 {
  justify-self: center;
}

#w-node-_8d7a045e-7b9a-b756-6a0a-89be20912a73-20912a70 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_8d7a045e-7b9a-b756-6a0a-89be20912a79-20912a70 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: start;
}

#w-node-_8d7a045e-7b9a-b756-6a0a-89be20912a85-20912a70 {
  justify-self: start;
}

#w-node-_0350fef7-d6de-b3cc-cb1b-0228a8c706c5-20912a70 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center end;
}

#w-node-_693d5b86-6bb2-04db-f204-656cddbc4b0a-ddbc4b07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86568de7-c5c7-9df2-1ba0-cfe889e1c92e-c07c634c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86568de7-c5c7-9df2-1ba0-cfe889e1c92f-c07c634c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a0b527c0-b4b2-ec65-396c-ed8bd71c5dce-c07c634c {
  justify-self: center;
}

#w-node-_4d5ed7d0-ae7a-88ec-f781-3eafa587a502-c07c634c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_8ad051f9-b990-40fe-b7a1-7eaf822f5006-c07c634c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-ab4ef138-1b59-cc65-23f2-9c9c145f1978-c07c634c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fc7e7c63-5e4d-bb11-d4a6-1428ef68ff9a-c07c634c {
  align-self: start;
}

#w-node-a5d62cbe-1983-e25a-9ed9-4b10bcc47467-c07c634c {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_776c4a1b-7aeb-4f01-c918-8cb9ebd625c6-c07c634c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e1a8046-dbba-18f8-989e-8e7d18314dad-c07c634c {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_8e1a8046-dbba-18f8-989e-8e7d18314db3-c07c634c {
  place-self: center start;
}

#w-node-_1c02dbdd-6a50-d9de-98b8-b6bca4e1c67e-c07c634c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e14c198b-8fac-1ada-df37-2b827c5ee541-c07c634c {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_73532828-5702-2429-e916-9120283658a6-c07c634c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73532828-5702-2429-e916-9120283658a8-c07c634c {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-_73532828-5702-2429-e916-9120283658b8-c07c634c {
  justify-self: center;
}

#w-node-f06e996d-a976-801f-4e3f-c42ff86db472-809021d6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f06e996d-a976-801f-4e3f-c42ff86db473-809021d6 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f06e996d-a976-801f-4e3f-c42ff86db475-809021d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-f06e996d-a976-801f-4e3f-c42ff86db47f-809021d6 {
  justify-self: start;
}

#w-node-_75f08d2b-b719-f1bd-fdcd-893de7f2c4aa-e7f2c4a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_75f08d2b-b719-f1bd-fdcd-893de7f2c4ab-e7f2c4a8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_98291786-c0bb-cb4f-883e-b6ffb0a99145-e7f2c4a8 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_75f08d2b-b719-f1bd-fdcd-893de7f2c4b3-e7f2c4a8 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_5b160af1-19d7-cb21-0a0e-602b6defda2e-1767e55d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc62f2dc-3510-2df7-d212-3e16d02544a3-1767e55d {
  grid-area: 1 / 1 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-1767e55d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c1a96481-1bda-fa2f-bab0-10e6b64d71b7-1767e55d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_94f82ea4-5971-b78f-1f1f-57807ed7dc51-1767e55d {
  align-self: stretch;
}

#w-node-f0a38aa5-1914-0c3d-d21a-54763a19c85a-1767e55d {
  align-self: end;
}

#w-node-_7d473ad4-0ea7-29d3-664b-053a819a1108-1767e55d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_73b3a564-6b5b-f11a-0ec9-a722c5e3ae01-1767e55d, #w-node-_03ab69f6-468a-c645-c2a1-d4169a30754a-1767e55d, #w-node-_7d8e23c8-73f0-1f4e-c2be-2393dacfac51-1767e55d {
  justify-self: start;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a74-1767e55d {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a75-1767e55d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a78-1767e55d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f26-1767e55d, #w-node-_5b160af1-19d7-cb21-0a0e-602b6defda2e-b43e053d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc62f2dc-3510-2df7-d212-3e16d02544a3-b43e053d {
  grid-area: 1 / 1 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-b43e053d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c1a96481-1bda-fa2f-bab0-10e6b64d71b7-b43e053d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_94f82ea4-5971-b78f-1f1f-57807ed7dc51-b43e053d {
  align-self: stretch;
}

#w-node-f0a38aa5-1914-0c3d-d21a-54763a19c85a-b43e053d {
  align-self: end;
}

#w-node-_7d473ad4-0ea7-29d3-664b-053a819a1108-b43e053d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_73b3a564-6b5b-f11a-0ec9-a722c5e3ae01-b43e053d, #w-node-_03ab69f6-468a-c645-c2a1-d4169a30754a-b43e053d, #w-node-_7d8e23c8-73f0-1f4e-c2be-2393dacfac51-b43e053d {
  justify-self: start;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a74-b43e053d {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a75-b43e053d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a78-b43e053d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f26-b43e053d, #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-6cd09a11 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c1a96481-1bda-fa2f-bab0-10e6b64d71b7-6cd09a11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_94f82ea4-5971-b78f-1f1f-57807ed7dc51-6cd09a11 {
  align-self: stretch;
}

#w-node-f0a38aa5-1914-0c3d-d21a-54763a19c85a-6cd09a11 {
  align-self: end;
}

#w-node-_7d473ad4-0ea7-29d3-664b-053a819a1108-6cd09a11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a74-6cd09a11 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a75-6cd09a11 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a78-6cd09a11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f26-6cd09a11 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9d9a0a2-49f5-b288-b33c-3e19dcb20ab0-3379b8d4 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-bbef4a37-e74b-d925-3094-0b32e3cdee32-3379b8d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Contact-form.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a43-3379b8d4 {
  place-self: start center;
}

#w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a46-3379b8d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a48-3379b8d4, #Last-name.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a49-3379b8d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a4b-3379b8d4, #Email.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a4d-3379b8d4, #w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a4f-3379b8d4, #Message.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a51-3379b8d4, #w-node-_16dcf8ab-9deb-88b8-b320-58c5f9f141dc-3379b8d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d6729cc9-ec05-4482-179f-2b8cf7bbd425-3379b8d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_587b5dcd-12fa-dee9-c38c-37c1b1d672b3-3379b8d4 {
  justify-self: center;
}

#w-node-_5252b88b-8c65-985b-4ce0-93e423aa313b-3379b8d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0729c7c0-3f9a-dba5-3b4d-184030c9ea85-3379b8d4 {
  justify-self: center;
}

#w-node-_0729c7c0-3f9a-dba5-3b4d-184030c9ea87-3379b8d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-e916c472 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c1a96481-1bda-fa2f-bab0-10e6b64d71b7-e916c472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_94f82ea4-5971-b78f-1f1f-57807ed7dc51-e916c472 {
  align-self: stretch;
}

#w-node-f0a38aa5-1914-0c3d-d21a-54763a19c85a-e916c472 {
  align-self: end;
}

#w-node-_7d473ad4-0ea7-29d3-664b-053a819a1108-e916c472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a74-e916c472 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a75-e916c472 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e4165aa0-7887-6d42-6e12-b907781f2a78-e916c472 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f26-e916c472 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_8d7a045e-7b9a-b756-6a0a-89be20912a7b-20912a70 {
    justify-self: center;
  }

  #w-node-_8d7a045e-7b9a-b756-6a0a-89be20912a79-20912a70 {
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-bc62f2dc-3510-2df7-d212-3e16d02544a3-1767e55d, #w-node-bc62f2dc-3510-2df7-d212-3e16d02544a3-b43e053d {
    grid-area: 1 / 1 / 2 / 4;
    place-self: stretch stretch;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-257c6347 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f0a38aa5-1914-0c3d-d21a-54763a19c85a-257c6347 {
    align-self: end;
  }

  #w-node-_1c02dbdd-6a50-d9de-98b8-b6bca4e1c67e-c07c634c, #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-1767e55d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f0a38aa5-1914-0c3d-d21a-54763a19c85a-1767e55d {
    align-self: end;
  }

  #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-b43e053d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f0a38aa5-1914-0c3d-d21a-54763a19c85a-b43e053d {
    align-self: end;
  }

  #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-6cd09a11 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f0a38aa5-1914-0c3d-d21a-54763a19c85a-6cd09a11 {
    align-self: end;
  }

  #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-e916c472 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f0a38aa5-1914-0c3d-d21a-54763a19c85a-e916c472 {
    align-self: end;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-257c6347, #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-1767e55d, #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-b43e053d, #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-6cd09a11, #w-node-_7d473ad4-0ea7-29d3-664b-053a819a1105-e916c472 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e4165aa0-7887-6d42-6e12-b907781f2a75-257c6347 {
    grid-column: 1 / 4;
  }

  #w-node-e4165aa0-7887-6d42-6e12-b907781f2a78-257c6347 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f27-257c6347 {
    justify-self: center;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f28-257c6347 {
    justify-self: start;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f32-257c6347 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86568de7-c5c7-9df2-1ba0-cfe889e1c92f-c07c634c {
    grid-column: span 3 / span 3;
  }

  #w-node-fc7e7c63-5e4d-bb11-d4a6-1428ef68ff9a-c07c634c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-a5d62cbe-1983-e25a-9ed9-4b10bcc47467-c07c634c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8e1a8046-dbba-18f8-989e-8e7d18314dad-c07c634c {
    grid-column: 1 / 4;
  }

  #w-node-_39ed1407-6b45-37c9-d016-2c737ab88ad2-c07c634c, #w-node-e14c198b-8fac-1ada-df37-2b827c5ee541-c07c634c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_73532828-5702-2429-e916-9120283658a8-c07c634c, #w-node-f06e996d-a976-801f-4e3f-c42ff86db473-809021d6 {
    grid-column: 1 / 4;
  }

  #w-node-f06e996d-a976-801f-4e3f-c42ff86db475-809021d6 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_75f08d2b-b719-f1bd-fdcd-893de7f2c4ab-e7f2c4a8 {
    grid-column: 1 / 2;
  }

  #w-node-_98291786-c0bb-cb4f-883e-b6ffb0a99145-e7f2c4a8 {
    grid-column-end: 3;
  }

  #w-node-_75f08d2b-b719-f1bd-fdcd-893de7f2c4b3-e7f2c4a8 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: start;
  }

  #w-node-bc62f2dc-3510-2df7-d212-3e16d02544a3-1767e55d {
    grid-column-end: 3;
  }

  #w-node-e4165aa0-7887-6d42-6e12-b907781f2a75-1767e55d {
    grid-column: 1 / 4;
  }

  #w-node-e4165aa0-7887-6d42-6e12-b907781f2a78-1767e55d {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f27-1767e55d {
    justify-self: center;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f28-1767e55d {
    justify-self: start;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f32-1767e55d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bc62f2dc-3510-2df7-d212-3e16d02544a3-b43e053d {
    grid-column-end: 3;
  }

  #w-node-e4165aa0-7887-6d42-6e12-b907781f2a75-b43e053d {
    grid-column: 1 / 4;
  }

  #w-node-e4165aa0-7887-6d42-6e12-b907781f2a78-b43e053d {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f27-b43e053d {
    justify-self: center;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f28-b43e053d {
    justify-self: start;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f32-b43e053d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e4165aa0-7887-6d42-6e12-b907781f2a75-6cd09a11 {
    grid-column: 1 / 4;
  }

  #w-node-e4165aa0-7887-6d42-6e12-b907781f2a78-6cd09a11 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f27-6cd09a11 {
    justify-self: center;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f28-6cd09a11 {
    justify-self: start;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f32-6cd09a11 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bbef4a37-e74b-d925-3094-0b32e3cdee32-3379b8d4 {
    grid-column: span 3 / span 3;
  }

  #w-node-_16dcf8ab-9deb-88b8-b320-58c5f9f141dc-3379b8d4 {
    order: 9999;
    grid-column: span 3 / span 3;
  }

  #w-node-e4165aa0-7887-6d42-6e12-b907781f2a75-e916c472 {
    grid-column: 1 / 4;
  }

  #w-node-e4165aa0-7887-6d42-6e12-b907781f2a78-e916c472 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f27-e916c472 {
    justify-self: center;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f28-e916c472 {
    justify-self: start;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f32-e916c472 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d7a045e-7b9a-b756-6a0a-89be20912a79-20912a70 {
    grid-column: 1 / 3;
    justify-self: start;
  }

  #w-node-_0350fef7-d6de-b3cc-cb1b-0228a8c706c5-20912a70 {
    grid-column: 3 / 4;
  }

  #w-node-_75f08d2b-b719-f1bd-fdcd-893de7f2c4ab-e7f2c4a8 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: stretch;
  }

  #w-node-_98291786-c0bb-cb4f-883e-b6ffb0a99145-e7f2c4a8 {
    grid-column: 1 / 4;
  }

  #w-node-_75f08d2b-b719-f1bd-fdcd-893de7f2c4b3-e7f2c4a8 {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f28-257c6347, #w-node-_8ad051f9-b990-40fe-b7a1-7eaf822f5006-c07c634c {
    justify-self: center;
  }

  #w-node-bc62f2dc-3510-2df7-d212-3e16d02544a3-1767e55d {
    grid-area: 1 / 1 / 2 / 4;
    place-self: stretch stretch;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f28-1767e55d {
    justify-self: center;
  }

  #w-node-bc62f2dc-3510-2df7-d212-3e16d02544a3-b43e053d {
    grid-area: 1 / 1 / 2 / 4;
    place-self: stretch stretch;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f28-b43e053d, #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f28-6cd09a11 {
    justify-self: center;
  }

  #First-name.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a48-3379b8d4, #Last-name.w-node-_9b76e5d4-42e9-7e76-89ad-ff532f204a49-3379b8d4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_507de5a5-0a17-a1f6-3a93-224bb69f8f28-e916c472 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Permanentmarker';
  src: url('../fonts/PermanentMarker.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Splinesans';
  src: url('../fonts/SplineSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Knockout ';
  src: url('../fonts/Knockout-HTF67-FullBantamwt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}