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

@font-face {
  font-family: Futura Bt;
  src: url('../fonts/futura-medium-bt.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Xblk Bt;
  src: url('../fonts/Futura-XBlk-BT.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Halenoircompact;
  src: url('../fonts/HalenoirCompact-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --project--300: #f9f9f9;
  --project--100: #fefde0;
  --project--200: #020204;
  --project--400: transparent;
}

body {
  color: #333;
  background-color: #1e1e1e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #bfea88;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Wosker Demo Bf 65 E 1547615 Ba 8";
  font-size: 8rem;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Wosker Demo Bf 65 E 1547615 Ba 8";
  font-size: 8rem;
  font-weight: 400;
  line-height: 100%;
}

p {
  margin-bottom: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

.section-home_hero {
  z-index: 1;
  background-color: var(--project--300);
  background-image: linear-gradient(180deg, var(--project--300) 50%, var(--project--100));
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: relative;
  overflow: hidden;
}

.padding-global {
  width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
}

.padding-global.is-left {
  padding-right: 0%;
}

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

.padding-global.is-body {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.home_hero-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_content {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero_content.is-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.body {
  background-color: var(--project--200);
  color: #fff;
  font-family: Halenoircompact, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 145%;
}

.hero_content-text {
  text-transform: lowercase;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 100%;
}

.hero_content-text.is-link {
  margin-top: 1rem;
  font-size: 2rem;
}

.position_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.position {
  color: #fffc;
  text-transform: none;
  border: 0 solid #000;
  padding: 0;
  font-size: 1.25rem;
  line-height: 145%;
}

.heading_text {
  color: #020204;
  text-align: center;
  font-family: Novaklasse, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 120%;
}

.heading_text.is-2 {
  color: #020204e8;
  font-size: 4vw;
}

.project_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
  display: flex;
}

.project {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 64rem;
  display: grid;
  position: relative;
}

.project_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 41.375rem;
  height: 35rem;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
  display: flex;
  position: sticky;
  top: 36vh;
  bottom: auto;
}

.project_right {
  height: 64rem;
}

.project_image {
  width: 100%;
  height: 32rem;
}

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

.project_info-text {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 100%;
}

.project_info-text.is-body {
  text-transform: none;
  font-size: 1.25rem;
  line-height: 145%;
}

.h2-fixed-size {
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.project_tags {
  padding-top: 5rem;
  padding-right: 3.5%;
}

.button-text {
  color: #bfea88;
  text-transform: lowercase;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 100%;
}

.button-text.is-link {
  margin-top: 1rem;
  font-size: 2rem;
}

.button_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-family: Halenoircompact, Arial, sans-serif;
  display: flex;
  overflow: hidden;
}

.button_wrapper.is-2 {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}

.button_wrapper.is-none {
  width: auto;
  margin-top: 2rem;
}

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

.projects_tabs {
  width: 100%;
  padding-right: 0%;
}

.tabs-content {
  overflow: visible;
}

.tab {
  border: 0px solid var(--project--200);
  color: var(--project--200);
  background-color: #0000;
  border-radius: 20px;
  flex: none;
  padding: .5rem 3rem;
}

.tab.w--current {
  color: #1e1e1e;
  background-color: #fff;
  border: 0 solid #bfea88;
  border-radius: 36px;
  padding: .5rem 3rem;
}

.tabs-menu {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #1e1e1e;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 41%;
  padding: 1rem;
  display: flex;
  position: sticky;
  top: 5%;
}

.tweak {
  font-size: 7rem;
}

.tabs_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--project--200);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project_tab {
  border: 1px solid #ffffff80;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  line-height: 100%;
  display: flex;
}

.heading {
  color: #bfea8800;
  font-size: 1rem;
  display: block;
}

.header_marquee {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider_icon {
  width: 3rem;
  height: 3rem;
}

.marquee_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: visible;
}

.marquee_wrapper.is-up {
  justify-content: flex-start;
  align-items: center;
}

.main_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.item {
  background-color: #ffffff0d;
  border-radius: 1.5rem;
  padding: 2rem;
}

.heading-2 {
  text-transform: none;
  font-family: Futura Bt, Arial, sans-serif;
  font-size: 2rem;
}

.hero_p {
  color: #020204;
  text-align: center;
  width: 100%;
  max-width: 35.375rem;
  font-family: Halenoircompact, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
}

.button {
  color: #fefde0;
  border: 1px solid #fefde0;
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  width: 13.25rem;
  padding: 1rem 1.125rem 1rem 1.25rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.button.is-secondary {
  color: #050812;
  background-color: #fefde0;
}

.button.is-secondary.is-hidden {
  display: none;
}

.button.is-secondary.is-24 {
  z-index: 2;
  border-color: var(--project--200);
  background-color: var(--project--300);
  width: 15vw;
  transition: all .2s;
  position: static;
  inset: 0% auto auto 0%;
}

.button.is-secondary.is-24:hover {
  background-color: var(--project--100);
}

.button.is-auto {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: auto;
}

.button.is-social {
  border-color: var(--project--200);
  background-color: var(--project--300);
  color: var(--project--200);
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: all .2s;
}

.button.is-social:hover {
  background-color: var(--project--100);
}

.button.is-social.is-2 {
  width: 5rem;
}

.button.is-social.is-main {
  background-color: var(--project--200);
  color: var(--project--100);
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-weight: 500;
}

.button.is-social.is-main:hover {
  background-color: var(--project--100);
  color: var(--project--200);
  border-color: #0202043b;
}

.button.is-social.is-study {
  background-color: var(--project--200);
  color: var(--project--300);
  padding: 1rem 4rem;
  font-weight: 500;
}

.button.is-primary {
  color: #050812;
  background-color: #fefde0;
}

.button.is-primary.is-hidden {
  display: none;
}

.button.is-primary.is-24 {
  background-color: var(--project--200);
  color: var(--project--300);
  border-color: #0202044d;
  width: 15vw;
  transition: all .2s;
}

.button.is-primary.is-24:hover {
  background-color: var(--project--100);
  color: var(--project--200);
}

.image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: var(--project--200);
  flex: none;
}

.badge {
  z-index: 90;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  height: 12.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 2.5% auto;
}

.icons_wrapper {
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  position: relative;
}

.circle_wrapper {
  z-index: 0;
  opacity: .7;
  width: 200vw;
  height: 200vw;
  position: absolute;
  inset: auto 0% -27% -48%;
}

.circle {
  color: #fefde0;
  border: 1px solid #0202044d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.circle.is-95 {
  width: 95%;
  height: 95%;
}

.circle.is-90 {
  width: 90%;
  height: 90%;
}

.circle.is-85 {
  width: 85%;
  height: 85%;
}

.main_wrapper {
  z-index: 1;
  position: relative;
}

.page_wrapper {
  position: relative;
}

.section_showcase {
  background-color: var(--project--200);
  height: 100vh;
  position: sticky;
  bottom: 0;
}

.showcase_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  overflow: hidden;
}

.marquee_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.marquee_image {
  object-fit: cover;
}

.mask {
  background-color: #020204;
  width: 100%;
  position: absolute;
}

.mask.position-up {
  background-color: #0000;
  background-image: linear-gradient(#020204 13%, #02020400);
  height: 10vh;
  inset: 0% 0% auto;
}

.mask.position-down {
  background-color: #0000;
  background-image: linear-gradient(0deg, #020204 22%, #02020400 89%);
  height: 30vh;
  inset: auto 0% 0%;
}

.margin-80 {
  height: 5rem;
}

.section_numbers {
  background-image: linear-gradient(180deg, var(--project--200) 43%, #89898a 85%, var(--project--300));
}

.numbers_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--project--200);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  padding-bottom: 5rem;
  display: grid;
}

.numbers_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Halenoircompact, Arial, sans-serif;
  display: flex;
}

.numbers_h2 {
  color: #fefde0;
  text-align: center;
  font-family: Novaklasse, Arial, sans-serif;
  font-size: 9vw;
}

.section_featured-work {
  background-color: var(--project--300);
}

.featured_works-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: static;
}

.section_project {
  width: 100%;
}

.section_project.is-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.showcase_project {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffff08;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.showcase_project.is-2 {
  margin-bottom: 0;
}

.tagline {
  border: 1px solid var(--project--200);
  color: var(--project--200);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fefde012;
  border-radius: 99px;
  padding: .5rem 1.5rem;
  font-family: Halenoircompact, Arial, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 500;
}

.project_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  border: 0 solid #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novaklasse, Arial, sans-serif;
  font-size: 14vw;
  font-weight: 600;
  line-height: 100%;
  position: sticky;
  top: 5rem;
}

.heading-3.is-grid {
  color: var(--project--200);
  text-align: left;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  position: static;
}

.project_showcase {
  z-index: 1;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 98vh;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.project_showcase.is-image {
  background-color: #fefde0;
  height: 100%;
  overflow: hidden;
}

.project_showcase.is-image.is-white {
  background-color: #f6f6f6;
}

.project_showcase.is-grid {
  background-image: url('../images/Frame-2087326767_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .875rem;
  height: 100%;
  overflow: hidden;
}

.project_showcase.is-grid.is-2 {
  background-image: url('../images/Desktop---23-2_1.avif');
}

.project_showcase.is-grid.is-3 {
  background-image: url('../images/Frame-180969978-2_1.avif');
}

.project_showcase.is-grid.is-4 {
  background-image: url('../images/Frame-180969978-1_1.avif');
}

.video_bottom {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.video_top {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.made-in {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--project--200);
  border: 1px solid #fefde033;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 0;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.made-in.is-primary {
  color: #050812;
  background-color: #fefde0;
}

.section_footer {
  position: sticky;
  bottom: 0;
}

.text-block-2 {
  color: #fefde0;
  text-align: center;
  letter-spacing: 6px;
  font-family: Novaklasse, Arial, sans-serif;
  font-size: 17.5vw;
  font-weight: 600;
  line-height: 100%;
}

.cover {
  background-image: linear-gradient(#00000040, #0000 64%, #000000f2 88%, #000000f2);
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.tool_icon {
  height: 1.25rem;
}

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

.project_vide-wrapper.is-grid {
  border-radius: .5rem;
  height: 25vw;
  overflow: hidden;
}

.project_image2 {
  position: absolute;
  inset: 12% -2% 0% auto;
}

.section_socials {
  background-color: var(--project--300);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.socials_wrapper {
  justify-content: space-between;
  padding-bottom: 1rem;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  display: flex;
}

.socials_section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.section_nav {
  z-index: 99;
  width: 100%;
  position: fixed;
}

.nav_wrapper {
  background-color: var(--project--400);
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 2rem;
  display: flex;
}

.name {
  color: var(--project--200);
  font-family: Novaklasse, Arial, sans-serif;
  line-height: 100%;
}

.relative {
  position: relative;
}

.max-70 {
  width: 70%;
}

.product_cover-wrapper {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product_cover {
  z-index: 1;
  background-color: #e7e7e7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.product_cover-image {
  border-radius: .875rem;
  width: 100%;
  max-width: 95%;
  height: auto;
  position: relative;
  bottom: -8%;
  left: auto;
  overflow: clip;
}

.product_cover-image.is-image {
  width: 43vw;
  height: auto;
  position: absolute;
  inset: auto -1% -30% auto;
}

.project_bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.tabs {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-content-2 {
  width: 100%;
}

.tabs-menu-2 {
  background-color: #e4e4e4;
  border-radius: 3.9rem;
  padding: .25rem;
  position: static;
}

.button-copy {
  color: #fefde0;
  border: 1px solid #fefde0;
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  width: 13.25rem;
  padding: 1rem 1.125rem 1rem 1.25rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.button-copy.is-secondary {
  color: #050812;
  background-color: #fefde0;
}

.button-copy.is-secondary.is-hidden {
  display: none;
}

.button-copy.is-secondary.is-24 {
  z-index: 2;
  background-color: var(--project--300);
  z-index: 2;
  inset: 0% auto auto 0%;
  background-color: #f9f9f9;
  border-color: #0202044d;
  width: 15vw;
  position: static;
  inset: 0% auto auto 0%;
}

.button-copy.is-auto {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: auto;
}

.button-copy.is-social {
  color: var(--project--200);
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-copy.is-social.is-2 {
  width: 5rem;
}

.button-copy.is-social.is-main {
  background-color: var(--project--200);
  color: var(--project--300);
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-weight: 500;
}

.button-copy.is-primary {
  color: #050812;
  background-color: #fefde0;
}

.button-copy.is-primary.is-hidden {
  display: none;
}

.button-copy.is-primary.is-24 {
  background-color: var(--project--200);
  color: var(--project--300);
  border-color: #0202044d;
  width: 20rem;
}

.absolute {
  position: absolute;
}

.absolute.is-fullwidth {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0%;
}

.made-in-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #020204;
  border: 1px solid #fefde033;
  border-radius: 99px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding: 0;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
  border: 0 solid #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novaklasse, Arial, sans-serif;
  font-size: 14vw;
  font-weight: 600;
  line-height: 100%;
  position: sticky;
  top: 5rem;
}

.heading-4.is-grid {
  color: #020204;
  text-align: left;
  width: auto;
  font-family: Halenoircompact, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  position: static;
}

.made-in-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #020204;
  border: 1px solid #fefde033;
  border-radius: 99px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding: 0;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  border: 0 solid #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novaklasse, Arial, sans-serif;
  font-size: 14vw;
  font-weight: 600;
  line-height: 100%;
  position: sticky;
  top: 5rem;
}

.heading-5.is-grid {
  color: #020204;
  text-align: left;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  position: static;
}

.made-in-4, .made-in-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #020204;
  border: 1px solid #fefde033;
  border-radius: 99px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding: 0;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-align: center;
  border: 0 solid #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novaklasse, Arial, sans-serif;
  font-size: 14vw;
  font-weight: 600;
  line-height: 100%;
  position: sticky;
  top: 5rem;
}

.heading-6.is-grid {
  color: #020204;
  text-align: left;
  width: auto;
  font-family: Halenoircompact, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  position: static;
}

.made-in-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #020204;
  border: 1px solid #fefde033;
  border-radius: 99px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding: 0;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.heading-7 {
  color: #fff;
  text-align: center;
  border: 0 solid #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novaklasse, Arial, sans-serif;
  font-size: 14vw;
  font-weight: 600;
  line-height: 100%;
  position: sticky;
  top: 5rem;
}

.heading-7.is-grid {
  color: #020204;
  text-align: left;
  width: auto;
  font-family: Halenoircompact, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  position: static;
}

.made-in-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #020204;
  border: 1px solid #fefde033;
  border-radius: 99px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding: 0;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.tag-line {
  color: #020204eb;
  text-align: center;
  border: 1px solid #00000005;
  border-radius: 99px;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-family: Halenoircompact, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.casestudy_role {
  color: #020204;
  text-align: center;
  max-width: none;
  font-family: Halenoircompact, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
}

.role_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dot {
  background-color: var(--project--200);
  border-radius: 99px;
  width: .5rem;
  height: .5rem;
}

.section-study_hero {
  z-index: 1;
  background-color: var(--project--300);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  overflow: hidden;
}

.home_study-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vw;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_image {
  background-color: var(--project--300);
  background-image: url('../images/image-1_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100vh;
}

.section_image.is-2 {
  background-image: url('../images/image-4_1.avif');
}

.section_image.is-3 {
  background-image: url('../images/image-39_1.avif');
}

.casestudy_video {
  z-index: 2;
  border-radius: 1rem;
  width: 80vw;
  height: 40vw;
  position: relative;
}

.section_body {
  background-color: var(--project--300);
}

.body_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 93.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  display: flex;
}

.copy_body {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5rem;
  display: flex;
}

.header_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.study_h2 {
  color: var(--project--200);
  font-family: Novaklasse, Arial, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
}

.header_icon {
  opacity: .2;
  width: .9rem;
  height: auto;
}

.study_p {
  color: var(--project--200);
  text-align: center;
  width: 100%;
  max-width: 45rem;
  font-size: 1.25rem;
  line-height: 150%;
}

.study_p.is-space {
  max-width: 45rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  width: 100%;
}

.bold-text {
  color: #020204;
}

.image_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 1.5rem;
  display: grid;
}

.study_image {
  border: 1px solid #00000012;
  border-radius: 1rem;
  width: 100%;
}

.study_image.is-2 {
  height: 30rem;
}

.study_video {
  z-index: 1;
  border-radius: 1rem;
  width: 100%;
  height: 40rem;
}

.section_about {
  background-color: var(--project--300);
}

.about_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 12vh;
  padding-bottom: 4rem;
  display: flex;
}

.about_h2 {
  color: var(--project--200);
  text-align: center;
  font-family: Novaklasse, Arial, sans-serif;
  font-size: 8vw;
}

.media_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-bottom: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.gallery {
  filter: grayscale();
  object-fit: cover;
  border-radius: 1rem;
  width: 31vw;
  height: 70vh;
}

.gallery.is-2 {
  width: 29vw;
  height: 60vh;
  transform: rotate(5deg);
}

.gallery.is-3 {
  object-position: 50% 0%;
  width: 25vw;
  height: 60vh;
  transform: rotate(-11deg);
}

.about_body {
  text-align: center;
  width: 100%;
  max-width: 45rem;
  padding-bottom: 5rem;
  font-family: Halenoircompact, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 145%;
}

.vector-2 {
  object-fit: cover;
}

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

.container-large.is-100 {
  max-width: none;
}

.heading-6-book-a-call-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.link---primary-light-2 {
  background-color: #000;
  border-radius: 635.193px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 296px;
  padding: 20.3262px 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 113.586px;
  left: 32px;
  overflow: hidden;
}

.frame-2087325442 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mask-2 {
  width: 100%;
}

.project-2.is-70 {
  width: 70%;
}

.project-2.is-35 {
  width: 35%;
}

.vector {
  object-fit: cover;
}

.text-5 {
  color: #111112;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
  text-decoration: none;
}

.frame-2087325434 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 789px;
  text-decoration: none;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  overflow: hidden;
}

.container-49 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 732px;
  text-decoration: none;
  display: flex;
}

.list-4 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-3-our-approach-2 {
  color: #000;
  letter-spacing: -.32px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.2px;
  text-decoration: none;
}

.section_story {
  background-color: #f4f4f4;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.container-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 1rem;
  padding-right: 2.5rem;
  text-decoration: none;
  display: flex;
}

.frame-21 {
  grid-column-gap: 12px;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 400;
  line-height: 122%;
  text-decoration: none;
}

.heading-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.paragraph-5 {
  grid-column-gap: 221px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 412.003px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.our-mission-3 {
  grid-column-gap: 293px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-style-2 {
  grid-row-gap: 100px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
}

.text-19 {
  letter-spacing: -1.28px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #0f4a59);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: 37.0625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.measure-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1696px;
  height: 43px;
  text-decoration: none;
  display: flex;
}

.frame-2087325490 {
  grid-row-gap: 210px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.frame-2087325490.is-2 {
  padding-left: 0;
  padding-right: 0;
}

.story_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding: 10.1875rem 2.5rem 10.125rem;
  display: flex;
}

.background-gradient {
  background-image: linear-gradient(#151516 3%, #fff 23%, #f4f4f4 95%);
  padding-left: .5rem;
  padding-right: .5rem;
}

.container-48 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
  inset: auto auto 30% 3rem;
}

.right-arrow.is-2 {
  bottom: 0%;
}

.brand-symbols {
  object-fit: cover;
  position: absolute;
  inset: 6.6rem 3% auto auto;
}

.headinf_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.headinf_content.is-web {
  display: flex;
}

.why_heading {
  letter-spacing: -1.28px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #0f4a59);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: none;
}

.why_heading.is-content {
  color: #0d404d;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  display: flex;
}

.why_heading.is-web {
  display: block;
}

.testimonoal_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 29.875rem;
  margin-bottom: -4px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 19.8rem;
  left: 40px;
  overflow: hidden;
}

.testimonoal_wrapper.is-2 {
  width: 100%;
  max-width: 45.75rem;
  position: static;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.code-embed.is-2 {
  width: auto;
  height: auto;
}

.frame-2087325433 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 682px;
  text-decoration: none;
  display: flex;
}

.section---services {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.section---services.is-hidden {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-4 {
  color: #747677;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.section_services-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-style-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading_wrapper.is-837 {
  width: 100%;
  max-width: 52.3125rem;
}

.container-47 {
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.frame-2087325471 {
  grid-row-gap: 160px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 6.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.paragraph-4 {
  justify-content: space-between;
  width: 30%;
  display: flex;
  overflow: hidden;
}

.heading-3-our-approach {
  color: #000;
  letter-spacing: -.32px;
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.2px;
  text-decoration: none;
}

.frame-2087325492 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 56.25rem;
  text-decoration: none;
  display: flex;
}

.padding-global-2 {
  padding-left: .5%;
  padding-right: .5%;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
  inset: auto auto 30% 0%;
}

.left-arrow.is-2 {
  bottom: 0%;
}

.our-mission-4 {
  grid-column-gap: 304px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 40px 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brands-section {
  grid-row-gap: 24px;
  background-color: #f4f4f4;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 10rem;
  height: 8.125rem;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.slide {
  width: 100%;
}

.projects_list {
  grid-column-gap: 2.5rem;
  border-radius: 0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section_trust {
  background-color: #fff;
  border-radius: 1rem;
}

.heading-9 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.loader {
  z-index: 70;
  background-color: #f9f9f9;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 2.5rem;
  font-weight: 500;
  display: flex;
  position: fixed;
  inset: 0%;
}

.percent {
  color: var(--project--200);
  letter-spacing: -2px;
  font-family: Novaklasse, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 500;
  line-height: 100%;
}

.nav_logo {
  width: 2.5rem;
  height: auto;
}

@media screen and (max-width: 991px) {
  .heading_text {
    font-size: 10vw;
  }

  .hero_p {
    font-size: 1.2rem;
  }

  .button.is-secondary.is-24 {
    width: auto;
  }

  .button.is-social.w--current {
    height: 100%;
  }

  .button.is-social.is-main {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button.is-primary.is-24 {
    width: auto;
  }

  .numbers_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .featured_works-wrapper {
    padding-bottom: 2rem;
  }

  .section_project.is-grid {
    flex-flow: column;
    display: flex;
  }

  .text-block-2 {
    font-size: 17vw;
  }

  .project_vide-wrapper.is-grid {
    height: 20rem;
  }

  .socials_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 0;
  }

  .socials_section {
    justify-content: center;
    align-items: flex-start;
  }

  .product_cover.is-hidden {
    display: flex;
  }

  .button-copy.is-secondary.is-24 {
    width: auto;
  }

  .body_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .copy_body {
    padding-bottom: 0;
  }

  .study_image.is-2 {
    height: 17.5rem;
  }

  .media_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .gallery, .gallery.is-2, .gallery.is-3 {
    width: 80%;
  }

  .about_body {
    padding-bottom: 0;
  }

  .link---primary-light-2 {
    display: none;
  }

  .project-2.is-70, .project-2.is-35 {
    width: 100%;
  }

  .vector {
    width: .9375rem;
    height: 1.125rem;
  }

  .text-28 {
    text-align: right;
    font-size: 3rem;
  }

  .paragraph-5 {
    justify-content: space-between;
    max-width: none;
    margin-bottom: 5rem;
  }

  .our-mission-3 {
    flex-flow: column;
  }

  .frame-2087325490 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .brand-symbols {
    width: 6.5rem;
    height: 6.5rem;
    inset: auto 0% 35% auto;
  }

  .headinf_content {
    flex-flow: wrap;
    display: none;
  }

  .testimonoal_wrapper {
    margin-top: 5rem;
    margin-bottom: 0;
    position: static;
  }

  .section---services {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section---services.is-hidden {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section_services-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .heading_wrapper {
    width: 100%;
    max-width: 34.7rem;
  }

  .paragraph-4 {
    flex: none;
    display: none;
  }

  .heading-3-our-approach {
    flex: none;
  }

  .our-mission-4 {
    flex-flow: column;
  }

  .brands-section {
    flex: none;
    width: 10rem;
  }

  .projects_list {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .loader {
    display: flex;
  }

  .cursor {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .badge {
    margin-top: 2.5rem;
    position: relative;
  }

  .circle_wrapper {
    width: 300vw;
    height: 300vw;
    bottom: 4%;
    left: -95%;
  }

  .showcase_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .marquee_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 11rem;
  }

  .text-block-2 {
    font-size: 16vw;
  }

  .socials_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
  }

  .socials_section {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .nav_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .study_h2 {
    font-size: 1.25rem;
  }

  .image_grid {
    flex-flow: column;
    display: flex;
  }

  .study_image.is-2 {
    height: 11rem;
  }

  .study_video {
    height: 20rem;
  }

  .about_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about_body {
    font-size: 1.25rem;
  }

  .headinf_content {
    display: flex;
  }

  .headinf_content.is-web {
    display: none;
  }

  .why_heading {
    display: block;
  }

  .why_heading.is-web {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .padding-global.is-projects {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .padding-global.is-body, .hero_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading_text.is-2 {
    font-size: 5vw;
  }

  .button_wrapper.is-none {
    flex-flow: column;
    width: 100%;
  }

  .tab, .tab.w--current {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .heading {
    font-size: .75rem;
  }

  .hero_p {
    font-size: 1rem;
  }

  .button.is-secondary.is-24 {
    width: 100%;
  }

  .button.is-social.is-hidden {
    display: none;
  }

  .button.is-primary.is-24 {
    width: 100%;
  }

  .badge {
    display: none;
  }

  .section_showcase, .showcase_wrapper {
    height: 50vh;
  }

  .numbers_grid {
    flex-flow: column;
    display: flex;
  }

  .project_showcase.is-grid {
    border-radius: .5rem;
  }

  .text-block-2 {
    font-size: 14vw;
  }

  .project_vide-wrapper.is-grid {
    height: 15rem;
  }

  .socials_section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .socials_section.is-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .nav_wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 0;
  }

  .project_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .tabs-menu-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .made-in-2, .made-in-4 {
    justify-content: center;
    align-items: center;
  }

  .tag-line {
    font-size: .75rem;
  }

  .casestudy_role {
    font-size: 1rem;
  }

  .role_wrapper {
    flex-flow: wrap;
  }

  .section-study_hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home_study-wrapper {
    padding-bottom: 2rem;
  }

  .section_image {
    height: 15rem;
  }

  .copy_body {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .study_p {
    font-size: 1rem;
  }

  .study_image.is-2 {
    object-fit: cover;
    height: 8.5rem;
  }

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

  .gallery {
    width: 16rem;
    height: 20rem;
  }

  .gallery.is-2, .gallery.is-3 {
    width: 20rem;
    height: 20rem;
  }

  .about_body {
    font-size: 1rem;
  }

  .project-2.is-35 {
    width: 100%;
  }

  .slider {
    height: 60vh;
  }

  .list-4 {
    grid-row-gap: 1rem;
  }

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

  .text-28 {
    font-size: 9vw;
  }

  .paragraph-5 {
    grid-column-gap: 0px;
  }

  .text-19 {
    max-width: 18.6875rem;
    font-size: 7vw;
  }

  .story_wrapper {
    padding: 3rem 1rem 2.5rem;
  }

  .background-gradient {
    overflow: hidden;
  }

  .headinf_content {
    display: flex;
  }

  .headinf_content.is-web {
    display: none;
  }

  .why_heading {
    letter-spacing: -.32px;
    font-size: 7vw;
  }

  .why_heading.is-content {
    font-size: 7vw;
  }

  .why_heading.is-web {
    display: none;
  }

  .testimonoal_wrapper {
    width: 100%;
  }

  .section---services {
    flex-flow: row;
    display: flex;
  }

  .section_services-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .our-mission-4 {
    padding: 0 0;
  }

  .brands-section {
    flex: none;
    width: 9.25rem;
  }

  .image-13 {
    width: 7vw;
  }

  .heading-9 {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

#w-node-_3b9c56cd-a511-3bc3-bced-fbb9ba903960-d2b89258 {
  order: 0;
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-_0e6327a6-9f63-bae3-c2cf-ac6d599f7c4c-1225c171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fe9b244-5a63-ce66-d338-185f42a46469-f3a262e3, #w-node-_54bdee58-ae9e-3bbf-0de9-7183333e5530-f3a262e3, #w-node-cea142e1-98f9-c768-bd95-6236010135f6-f3a262e3, #w-node-_0743859f-241e-8633-2291-a49f9d675242-f3a262e3, #w-node-_7ee9f34f-b673-14eb-2096-71b30e36796c-f3a262e3, #w-node-_964f417a-3105-ad07-5fa8-bfdd31252589-f3a262e3, #w-node-_0e62130f-fa3d-4872-189d-39469a033fd2-0f88c728, #w-node-a897776a-13d8-e041-f6a0-b397e03dc069-0f88c728, #w-node-_1b3d0c49-ffc8-3537-db8d-ecfa459dff68-0f88c728, #w-node-a0707cf1-72cd-2748-cda7-ecba2b7921a9-0f88c728 {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_7fe9b244-5a63-ce66-d338-185f42a46469-f3a262e3, #w-node-cea142e1-98f9-c768-bd95-6236010135f6-f3a262e3, #w-node-_964f417a-3105-ad07-5fa8-bfdd31252589-f3a262e3 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'San serif';
  src: url('../fonts/._SHRIMP.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Bt';
  src: url('../fonts/futura-medium-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Xblk Bt';
  src: url('../fonts/Futura-XBlk-BT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novaklasse';
  src: url('../fonts/novaklasse-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novaklasse';
  src: url('../fonts/novaklasse-semibdoblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Halenoircompact';
  src: url('../fonts/HalenoirCompact-RegularObl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halenoircompact';
  src: url('../fonts/HalenoirCompact-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halenoircompact';
  src: url('../fonts/HalenoirCompact-Medium.otf') format('opentype'), url('../fonts/HalenoirCompact-MediumObl.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}