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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  letter-spacing: 0;
  background-color: #f8f8fc;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.28em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.19em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
}

a {
  color: #000;
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 0;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.se {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
  font-family: DM Sans, sans-serif;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 5.3em;
  line-height: 1.2;
}

.h2 {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 3.9em;
  line-height: 1.2;
}

.h3 {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.1;
}

.h4 {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 1.88em;
  line-height: 1.3;
}

.h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.h6 {
  font-size: 1.46em;
}

.form_input {
  height: 3.6rem;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border: .0625rem solid rgba(0, 0, 0, .2);
  border-radius: .5em;
  margin-bottom: 1em;
  padding: 1rem .9em;
  font-size: 1em;
}

.form_input.textarea {
  min-height: 9rem;
}

.display {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 5.3em;
  font-weight: 700;
  line-height: 1.1;
}

.form_submit {
  font-size: 1.25em;
}

.background-container {
  z-index: -4;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 1%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.wave-circle {
  z-index: -5;
  width: 45em;
  position: absolute;
}

.wave-circle.red-circle {
  z-index: -7;
  transition: transform .3s;
}

.wave-circle.blue-circle {
  z-index: -6;
  width: 52em;
  transition: transform .33s;
}

.wave-circle.light-circle {
  width: 67em;
  transition: transform .625s;
}

.noiz-effect {
  z-index: -2;
  opacity: .16;
  background-image: url('../images/grain-bg.gif');
  background-position: 0 0;
  background-size: 4.6875rem;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.noiz-effect.cross {
  z-index: -3;
  opacity: .16;
  background-image: url('../images/cross-bg.svg');
  background-position: 0 0;
  background-size: auto;
}

.bacground-wrapper {
  overflow: hidden;
}

.paragraph {
  font-family: DM Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
}

.paragraph.small {
  font-size: 1.2em;
}

.button {
  color: rgba(255, 255, 255, .77);
  background-color: #000;
  border: .0625rem solid #000;
  border-radius: 200em;
  padding: 1em 2.6em;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  transition: background-color .2s, color .2s;
}

.button:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
}

.button.shadow {
  color: rgba(0, 0, 0, .77);
  background-color: rgba(0, 0, 0, 0);
}

.button.shadow.small {
  border-radius: 1.6em;
  padding-top: .6em;
  padding-bottom: .6em;
}

.link-container {
  padding: .5em;
  display: inline-block;
  position: relative;
}

.link-body {
  height: 100%;
  display: inline-block;
}

.button-2 {
  color: rgba(0, 0, 0, .77);
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #000;
  border-radius: 200em;
  justify-content: center;
  align-items: center;
  padding: 1em 2.6em;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  transition: background-color .2s, color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
}

.banner-wrapper {
  display: none;
  overflow: hidden;
}

.banner {
  background-color: #4d7aed;
  font-family: DM Sans, sans-serif;
  font-size: .8125rem;
}

.text-wrapper {
  max-width: 62em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  display: flex;
}

.image {
  filter: none;
}

.text-block {
  color: #fff;
  font-size: 1em;
}

.texture {
  width: 100vw;
  overflow: hidden;
}

.logo-set {
  width: 17em;
  height: 10em;
  border: .0625rem solid rgba(0, 0, 0, .16);
  border-left-width: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo {
  max-height: 5em;
  max-width: 10em;
  margin-bottom: 1em;
}

.logo-text-number {
  color: rgba(0, 0, 0, .33);
  margin-bottom: .3em;
  margin-right: .3em;
  font-family: DM Sans, sans-serif;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.invert-color {
  filter: invert(0%);
}

.body {
  background-color: #1a161f;
  font-family: Inter, sans-serif;
}

.link_container {
  padding: .8em;
  display: inline-block;
}

.link_text {
  color: #fafafa;
  font-size: 1.1rem;
  font-weight: 400;
}

.link_text.is--2 {
  color: #fff;
  position: absolute;
}

.link_text.is--2.main_button {
  color: #000;
}

.link_text.main_button {
  color: #1d1d1d;
}

.brand-3 {
  margin-top: -.8em;
}

.link_wrap {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.blur_section {
  height: 50vh;
  min-height: 28.125rem;
  -webkit-backdrop-filter: blur(300px);
  backdrop-filter: blur(300px);
  background-color: rgba(102, 102, 102, .05);
  background-image: url('../images/Ellipse2-min-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 96rem;
  border-radius: .4rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
  overflow: visible;
}

.hero_section_wrapper, .link_move {
  position: relative;
}

.link_circle {
  z-index: 1;
  width: 100%;
  min-height: 6em;
  background-color: #63777e;
  border-radius: 50%;
  padding-top: 100%;
  transition: margin .4s, border-radius .25s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_heading_wrapper {
  width: 100%;
}

.no-wrap {
  white-space: nowrap;
}

.link-3 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.link-3.main_button {
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #1d1d1d;
  border-radius: 50vw;
  padding: .5em 4em .3em;
}

.main_container {
  max-width: 100%;
  color: #8fa2a8;
  padding: 4rem;
  transition: filter .2s;
  overflow: hidden;
}

.section-main {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.main_heading {
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .1em;
  font-size: 9.9em;
  font-weight: 600;
  line-height: .8;
}

.hero_section_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: 2fr 1fr;
  grid-template-columns: 1fr;
  padding-bottom: 2rem;
  display: block;
}

.nav-menu-2 {
  margin-top: -.8em;
  margin-right: -.8em;
}

.bit-logo {
  width: 12.3em;
}

.noiz-effect-overlay {
  z-index: 100;
  opacity: .04;
  background-image: url('../images/grain-bg.gif'), url('../images/noiz-pointer-events_-none.png');
  background-position: 0 0, 0 0;
  background-size: auto, 4.6875rem;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cell {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  filter: none;
  -webkit-backdrop-filter: blur(12.5rem);
  backdrop-filter: blur(12.5rem);
  color: #b5b7b2;
  background-color: rgba(102, 102, 102, .13);
  border-radius: .4rem;
  justify-content: space-between;
  padding: .4rem;
  transition: filter .3s;
}

.cell:hover {
  filter: saturate(600%);
}

.cell.center {
  align-items: center;
  padding: 1rem;
}

.services_heading {
  text-align: left;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1;
}

.tagline {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.3;
}

.quick-stack {
  min-height: 70svh;
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  padding: 0;
}

.about-us-wrepper {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.reveal-type {
  color: #b5b7b2;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 5vw;
  font-weight: 600;
  line-height: .9;
}

.grid-8 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.logo_wrapp {
  height: 10rem;
  -webkit-backdrop-filter: blur(12.5rem);
  backdrop-filter: blur(12.5rem);
  color: #a771ff;
  -webkit-text-fill-color: transparent;
  background-color: rgba(102, 102, 102, .37);
  background-image: linear-gradient(#000, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: .4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem 1em;
  display: flex;
}

.shine-effect {
  z-index: -3;
  height: 62.5rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blue-orb {
  width: 100%;
  position: absolute;
  top: 42%;
  left: 0%;
  right: 0%;
}

.ex_wrapper {
  padding: 1.25rem;
  position: relative;
}

.trigger-wrapper {
  z-index: -1;
  padding-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.work_photo {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  background-image: url('../images/Ellipse2-min-min.png');
  background-position: 50%;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 .3125rem rgba(255, 0, 0, .2);
}

.sticky-wrapper {
  z-index: 2;
  position: relative;
}

.case-section {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.work-section {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.trigger {
  width: 100%;
  height: 100vh;
}

.work_right {
  transform-origin: 0 0;
}

.work_left {
  transform-origin: 100% 0;
}

.work_img {
  width: 100%;
  background-color: rgba(102, 102, 102, .37);
  border-radius: .4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.7em;
  padding-top: 131%;
  transition: all .5s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
}

.work_sub-title {
  opacity: .41;
  font-size: .9rem;
}

.work_card {
  width: 100%;
  color: #f8f8fc;
  text-align: center;
  margin-bottom: 5.5em;
}

.work_title {
  font-size: 1.4em;
  line-height: 1.8;
}

.work_wrap {
  width: 72em;
  max-width: 100%;
  grid-column-gap: 5.6em;
  grid-row-gap: 5.6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 13em;
  display: block;
}

.container.is-hero {
  height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sticky_spacer {
  height: 100vh;
}

.arrow-link {
  z-index: -2;
  width: 4rem;
  height: 4rem;
  background-color: #f8f8fc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: .7rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-6 {
  position: relative;
}

.cursor {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  opacity: 0;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  transition: font-size .2s, opacity .2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor_dot {
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 100vw;
}

.link {
  flex: 1;
  align-self: stretch;
  padding: 1rem;
  position: relative;
}

.wrapper-stretch {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.work_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1.5px solid rgba(0, 0, 0, .2);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: .6em 1.2em;
  line-height: 1.4;
  transition: color .2s, background-color .2s;
  display: flex;
}

.work_link:hover {
  color: #fff;
  background-color: #000;
}

.work_link.transparent {
  -webkit-text-stroke-color: transparent;
  background-color: rgba(141, 84, 84, 0);
  border-width: 0;
  padding: .5em;
}

.work_link.transparent:hover {
  background-color: rgba(0, 0, 0, 0);
}

.work_link.main-cta {
  background-color: #0967fc;
  font-size: .9rem;
  box-shadow: 0 0 20px #0066fe;
}

.work_link.main-cta:hover {
  background-color: #002f8f;
}

.work_link-text-wrap {
  position: relative;
  overflow: hidden;
}

.text-style-sub {
  text-transform: uppercase;
  font-size: .7rem;
}

.text-style-sub.is-2 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.work_link-svg {
  width: .7em;
  height: 1.2em;
  flex: none;
  transition: transform .2s;
}

.navigation {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 1.4rem;
}

.container-7 {
  width: 50vw;
  min-width: 70vw;
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  color: #b5b7b2;
  background-color: rgba(0, 0, 0, .54);
  border-radius: 25vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.2rem 0 .4rem;
  display: block;
}

.brand-4 {
  min-width: 10rem;
  padding: .8rem;
}

.image-2 {
  height: 3rem;
}

.nav-menu {
  color: rgba(255, 255, 255, .56);
  justify-content: flex-end;
  display: flex;
}

.card-icon {
  padding: .5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.card_link-svg {
  width: 1.2em;
  height: 1.2em;
  opacity: 1;
  flex: none;
  transition: transform .2s;
}

.div-block-7 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-wrapper {
  height: 5rem;
}

.link-4 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.bg-white {
  background-color: #fff;
}

.link_circle-2 {
  z-index: 1;
  width: 100%;
  min-height: 6em;
  background-color: #000;
  border-radius: 50%;
  margin-bottom: 5.9em;
  padding-top: 100%;
  transition: margin .4s, border-radius .25s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link_text-2 {
  font-size: 1.3em;
  font-weight: 400;
}

.link_text-2.is--2 {
  position: absolute;
}

.label {
  display: none;
}

.radio-button {
  z-index: 30;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-width: 0;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-5 {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 100vw;
  padding: 1.4em 2.6em;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.form_field {
  background-color: #1d1923;
  padding-top: 3rem;
}

.field-label {
  color: #fff;
}

.section-footer {
  height: 50vh;
  background-color: #1a161f;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer {
  max-width: 100%;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  color: #8fa2a8;
  background-color: rgba(27, 23, 32, .79);
  padding: 4rem 4rem 1rem;
  transition: filter .2s;
  overflow: hidden;
}

.div-block-8 {
  color: #f8f8fc;
}

.small-text-wrapper {
  width: 27rem;
  margin-top: 2rem;
}

.cell-center {
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  padding: 0;
}

.hero_heading {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .619375em;
  }

  .se {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .paragraph {
    font-size: 1.6em;
  }

  .link-container.invert-color {
    font-size: 1.4em;
  }

  .body {
    font-size: .5em;
  }

  .blur_section {
    border-bottom-left-radius: 0;
  }

  .main_container {
    padding: 1rem;
  }

  .main_heading {
    text-align: left;
  }

  .bit-logo {
    width: 24em;
  }

  .services_heading {
    font-size: 2.2rem;
  }

  .about-us-wrepper {
    grid-template-columns: 1fr;
  }

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

  .work_card {
    font-size: 1.4em;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .cursor {
    display: none;
  }

  .work_link.main-cta {
    font-size: .9rem;
  }

  .text-style-sub.is-2 {
    display: none;
  }

  .container-7 {
    flex-direction: row-reverse;
    display: flex;
  }

  .hero_heading {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .7em;
  }

  .texture {
    display: none;
  }

  .body {
    display: block;
    overflow: visible;
  }

  .main_container {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .section-main {
    min-height: 23.75rem;
  }

  .main_heading {
    text-align: left;
    margin-bottom: .4em;
    font-size: 12vw;
  }

  .bit-logo {
    width: 32em;
  }

  .services_heading {
    text-align: left;
    font-size: 1.5rem;
  }

  .tagline.right {
    text-align: left;
  }

  .about-us-wrepper {
    grid-template-columns: 1fr;
  }

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

  .case-section, .work-section {
    position: relative;
  }

  .work_card {
    margin-bottom: 9vw;
  }

  .work_wrap {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .sticky_spacer {
    display: none;
  }

  .link {
    padding: .8rem;
  }

  .section-footer {
    min-height: 23.75rem;
  }

  .footer {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .small-text-wrapper {
    width: 100%;
  }

  .hero_heading {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .link_container {
    padding: 1vw;
  }

  .link_text {
    font-size: 1rem;
  }

  .link_circle {
    margin-bottom: 9em;
  }

  .link-3 {
    font-size: .625rem;
  }

  .main_container {
    padding-left: .25rem;
    padding-right: .125rem;
  }

  .section-main.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .main_heading {
    text-align: left;
    font-size: 11vw;
  }

  .bit-logo {
    width: 48em;
  }

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

  .services_heading {
    font-size: 1.3rem;
  }

  .about-us-wrepper {
    grid-row-gap: 1.5rem;
    grid-template-columns: minmax(200px, 1fr);
  }

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

  .logo_wrapp {
    height: 6rem;
    justify-content: center;
  }

  .work_wrap {
    display: block;
  }

  .container {
    padding-top: 4em;
  }

  .container.is-hero {
    height: auto;
    padding-top: 4em;
    padding-bottom: 0;
  }

  .navigation {
    top: 1rem;
  }

  .container-7 {
    width: 50vw;
    min-width: 90vw;
  }

  .navigation-wrapper {
    height: 5.1rem;
  }

  .link-4, .link-5 {
    font-size: 10px;
  }

  .small-text-wrapper {
    width: 100%;
  }

  .hero_heading {
    font-size: 1.3rem;
  }
}

#w-node-_9a76f577-9afc-0ab7-6895-cc2316aae83c-c8ecfc0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c57bf957-76c8-ce85-2107-0136d9015346-c8ecfc0b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c58-c8ecfc0b {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5b-c8ecfc0b {
  grid-row: span 3 / span 3;
}

#w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5d-c8ecfc0b, #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5f-c8ecfc0b {
  grid-row: span 2 / span 2;
}

#w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d50f-c8ecfc0b, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d510-c8ecfc0b, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d513-c8ecfc0b, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d516-c8ecfc0b, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d519-c8ecfc0b, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d51c-c8ecfc0b, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d51f-c8ecfc0b, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d522-c8ecfc0b, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d525-c8ecfc0b, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d528-c8ecfc0b, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d52b-c8ecfc0b, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d52e-c8ecfc0b, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d531-c8ecfc0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a76f577-9afc-0ab7-6895-cc2316aae83c-b61cb94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c58-b61cb94a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c59-b61cb94a, #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5a-b61cb94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5b-b61cb94a {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5c-b61cb94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5d-b61cb94a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5e-b61cb94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5f-b61cb94a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c60-b61cb94a, #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c61-b61cb94a, #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c62-b61cb94a, #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c63-b61cb94a, #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c64-b61cb94a, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d510-b61cb94a, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d513-b61cb94a, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d516-b61cb94a, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d519-b61cb94a, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d51c-b61cb94a, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d51f-b61cb94a, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d522-b61cb94a, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d525-b61cb94a, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d528-b61cb94a, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d52b-b61cb94a, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d52e-b61cb94a, #w-node-_37d547be-5f1b-a114-5fdd-9c4d7081d531-b61cb94a, #w-node-d70782eb-5801-2aa3-f241-954fdf03242a-b61cb94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c58-c8ecfc0b {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c63-c8ecfc0b {
    order: -9999;
  }

  #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5b-c8ecfc0b {
    grid-row: span 3 / span 3;
  }

  #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5d-c8ecfc0b, #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5f-c8ecfc0b {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c57bf957-76c8-ce85-2107-0136d9015346-c8ecfc0b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c58-c8ecfc0b {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5b-c8ecfc0b {
    grid-row: span 3 / span 3;
  }

  #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5d-c8ecfc0b, #w-node-_089ad9ac-49ef-75e4-cbaf-5a828ee73c5f-c8ecfc0b {
    grid-row: span 2 / span 2;
  }
}


