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

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

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

@font-face {
  font-family: Manrope Variablefont Wght;
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

@font-face {
  font-family: Integralcf;
  src: url('../fonts/IntegralCF-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --black: #141414;
  --heading: "Manrope Variablefont Wght", Arial, sans-serif;
  --orange: #fe4924;
  --white: white;
  --gray: #e5e4e4;
  --transparent: #0000;
  --blue-gray: #2e3542;
  --almost-black: #272727;
  --body: Segoeuithis, Arial, sans-serif;
}

body {
  background-color: var(--black);
  color: #181818;
  font-family: Integralcf, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

h1 {
  font-family: var(--heading);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

h2 {
  font-family: var(--heading);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

h3 {
  font-family: var(--heading);
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  font-family: var(--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

h5 {
  font-family: var(--heading);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

h6 {
  font-family: var(--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

p {
  font-family: var(--heading);
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

a {
  font-family: var(--heading);
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--orange);
}

ul {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: var(--orange);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.1rem;
  display: flex;
}

li {
  font-family: var(--heading);
  color: var(--black);
  line-height: 2;
}

label {
  margin-bottom: 5px;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  font-family: var(--heading);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav-header-wrap {
  align-items: center;
  display: flex;
}

.page-nav-header {
  z-index: 90;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 102px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.simple-nav-header {
  color: #f8f8f8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.header-logo {
  width: 12rem;
  margin-right: .8rem;
}

.long-button {
  color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-button-2 {
  color: #f8f8f8;
  flex-direction: row;
  flex: none;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.icon-button-2:hover {
  opacity: .65;
}

.heading-3 {
  text-align: center;
  letter-spacing: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.enjoy-footer {
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.heading-2 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/dmitry-schemelev-OEnKKXvdbDU-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 8rem;
  line-height: 1;
}

.button-hover-circle-2 {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.button-hover-circle-2.dark {
  background-color: #eee;
}

.hero-image {
  z-index: 1;
  opacity: .42;
  object-fit: cover;
  object-position: 50% 15%;
  border: 1px #363636;
  width: 70%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -158px;
}

.button-primary {
  z-index: 20;
  color: #eee;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px dashed #eee;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-right: 1rem;
  padding: 12px 28px 12px 32px;
  font-size: .65rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.page-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 5rem 5vw;
  display: flex;
  position: relative;
}

.section-container {
  width: 100%;
  max-width: 1000px;
}

.heading {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/kevin-young--icmOdYWXuQ-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 7rem;
  line-height: 1.2;
}

.paragraph {
  line-height: 1;
}

.team-popup {
  z-index: 999;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.team-member-position {
  margin-top: 0;
  font-size: .8rem;
  font-weight: 400;
}

.team-image {
  width: 100%;
}

.list-item-subtext {
  color: #a19f9f;
  font-size: .9rem;
}

.team-section {
  z-index: 1;
  color: #ededed;
  background-color: #031f32;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 40vh;
  padding: 5rem 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-header-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.team-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.team-member-name {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.1;
}

.section-container-2 {
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.team-card {
  z-index: 999;
  cursor: pointer;
  background-color: #ededed;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.7rem;
  margin-right: 1.7rem;
  display: flex;
  position: relative;
}

.header-lg {
  text-transform: capitalize;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.header-lg.white-text {
  color: #ededed;
}

.team-title-wrap {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.tabs {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.menu-link-text {
  z-index: 2;
  font-size: 1.2rem;
  transition: opacity .2s;
  position: relative;
}

.tabs-nav-item {
  font-variation-settings: "wght" 500;
  text-align: center;
  background-color: #0000;
  border: 1px solid #dbdbdb;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  padding: .5em 1em;
  font-size: 1.2rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #e7e7e7;
}

.tabs-nav-item.w--current {
  color: #fff;
  background-color: #1d1d1d;
  border-style: none;
}

.tabs-nav-item.left {
  justify-content: flex-start;
}

.tabs__menu {
  margin: -32px -24px;
}

.sectionn-lottie-trasition {
  z-index: 1;
  opacity: .59;
  filter: grayscale();
  object-fit: contain;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: -13.6rem auto auto;
}

.highlight-text-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 10px;
  transition: margin .2s;
  display: inline-block;
  position: relative;
}

.tabs__link-body {
  overflow: hidden;
}

.tab-content {
  width: 50vw;
  height: 70vh;
}

.dual-mockup-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-header {
  font-variation-settings: "wght" 500;
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 1;
}

.section-header.thin {
  font-variation-settings: "wght" 400;
}

.tab-title-wrap {
  align-items: flex-start;
}

.tabs__image {
  border-radius: 1rem;
  width: 100%;
}

.tab-title {
  z-index: 2;
  font-variation-settings: "wght" 600;
  margin-bottom: 0;
  padding: 5px;
  font-size: 1.7em;
  line-height: 1;
  position: relative;
}

.section-paragraph {
  width: 100%;
  margin-top: 6px;
  line-height: 1.7;
}

.section-paragraph.is--grey-text {
  margin-top: 15px;
  line-height: 1.5;
}

.tab-wrap {
  z-index: 5;
  position: relative;
}

.services-lottie {
  border-radius: 1.4em;
  width: 100%;
  height: 24rem;
}

.tab-link {
  cursor: pointer;
  background-color: #0000;
  border-radius: .5rem;
  padding: 12px 24px 24px;
  transition: background-color .2s;
  display: block;
}

.tab-link.w--current {
  background-color: #f3f3f3;
}

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

.tabs-old {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-old.flipped {
  flex-direction: row-reverse;
}

.section-wrapper {
  z-index: 5;
  color: #1d1d1d;
  padding: 5vw 5%;
  position: relative;
}

.section-wrapper.intro {
  padding-top: 0;
}

.button {
  z-index: 1;
  color: #1d1d1d;
  letter-spacing: -.02em;
  cursor: pointer;
  background-color: #38c6f4;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 1.3em 1.8em;
  font-size: .83vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.button.outline {
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #1d1d1d;
  margin-top: 36px;
}

.button_icon {
  width: 18px;
}

.button_text {
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 14px;
  font-weight: 500;
}

.section_text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  margin-right: 5%;
  display: flex;
}

.services-image {
  border-radius: 1.4em;
  width: 58rem;
  height: 24rem;
}

.services-image.portrait {
  width: 32%;
  margin-left: .6rem;
  margin-right: .6rem;
}

.tab-text-wrap {
  padding-left: 2rem;
  padding-right: 2rem;
}

.tabs-section-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.tabs-section-content.no-pad-btm {
  padding-bottom: 0;
  position: relative;
}

.css {
  display: none;
}

.tabs-menu-wrapper {
  background-color: #07070700;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 40vh;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .7em .8em;
  display: flex;
}

.tabs-content-wrapper {
  height: 600px;
  margin-top: 2em;
  overflow: visible;
}

.tab-header-paragraph {
  color: #393d4799;
  text-align: left;
  width: 70%;
  margin-top: 6px;
  line-height: 1.7;
}

.header-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 8vw;
  padding-right: 12vw;
  display: flex;
}

.header-wrap.new-tabs {
  align-items: center;
  margin-bottom: 1.8rem;
}

.header-wrap.tabs {
  align-items: center;
}

.link-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.main-nav-links {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.tab-paragraph {
  color: #393d4799;
  letter-spacing: -.5px;
  width: 100%;
  margin-top: 0;
  font-size: .9rem;
  line-height: 1.7;
}

.highlight {
  background-color: #1d7bff45;
  border-radius: .2rem;
  width: 0;
  height: 30%;
  transition: width .4s;
  position: absolute;
  inset: auto 0% 0%;
}

.section_content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10vw;
  display: flex;
}

.home-hero-wrap {
  perspective: 1200px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.page-hero-section {
  z-index: 1;
  background-image: linear-gradient(#00000042, #00000042), url('../images/markus-spiske-MbG7kwWptII-unsplash.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-heading-wrap {
  color: #fff;
  width: 50%;
  position: absolute;
  inset: auto auto 7rem 7rem;
}

.hero-header-new {
  margin-top: 14px;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1em;
}

.nav-logo-wrap {
  filter: invert();
  margin-bottom: 3%;
  display: none;
}

.nav-logo-wrap.w--current {
  margin-bottom: 14%;
}

.nav-menu {
  z-index: 97;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35vw;
  margin-left: auto;
  padding-right: 0%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% 0;
  transform: translate(100%);
}

.nav-menu.is-sticky {
  height: 100vh;
}

.copy-me-nav-menu-wrap {
  position: static;
}

.copy-me-nav-menu-wrap.is-sticky {
  z-index: 999;
  background-color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 3rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-link-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.menu-link-text-2 {
  font-family: var(--heading);
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 48px;
  transition: opacity .2s;
}

.menu-link-text-2:hover {
  opacity: .65;
}

.nav-menu-button {
  z-index: 98;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: 3rem 3rem auto auto;
}

.nav-menu-button.is-sticky {
  position: relative;
  top: 0;
}

.d-117-second-line {
  background-color: var(--orange);
  transform-origin: 0%;
  position: absolute;
  inset: 0%;
}

.d-117-first-line {
  transform-origin: 100%;
  background-color: #e9e9e9;
  position: absolute;
  inset: 0%;
}

.d-117-line-wrapper {
  background-color: var(--orange);
  border-radius: 20px;
  width: 100%;
  height: 2px;
  position: absolute;
  overflow: hidden;
}

.nav-logo {
  width: 120px;
}

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

.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container.is-footer {
  padding-bottom: 3rem;
}

.container.py6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.container.is-project {
  background-color: var(--black);
  width: 100%;
  padding-right: 0;
}

.container.is-flex {
  display: flex;
}

.section.is-relative {
  width: 100%;
  position: fixed;
}

.section.is-top {
  border-radius: 1px 1rem 0 0;
  margin-top: -30px;
  padding-top: 8rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

.section.is-top.is-smaller {
  padding-bottom: 1rem;
}

.section.is--projects {
  position: fixed;
  inset: 0% 0% auto;
}

.section.is-project {
  margin-top: -1.75rem;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.section.is-about {
  margin-top: -30px;
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.is-orange {
  color: var(--orange);
}

.p {
  font-family: var(--heading);
  color: var(--black);
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.p.is-orange {
  color: #fc6e00;
}

.p.mb3 {
  margin-bottom: 3rem;
}

.card {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  border-top: 2px solid var(--gray);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.btn {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  font-family: var(--heading);
  background-color: #fc6e00;
  border-radius: 100vw;
  padding: 24px 54px;
  font-size: 18px;
  line-height: 1;
  transition-property: all;
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.btn:hover {
  color: var(--white);
  transform: translate(0, -12px);
}

.btn.is-menu {
  margin-top: 24px;
}

.btn.is-dark {
  color: var(--white);
  background-color: #2e3542b3;
}

.btn.is-dark:hover {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}

.btn.is-dark.is-form {
  background-color: #fc6e00;
  margin-top: 3rem;
}

.btn.is-dark.is-form:hover {
  background-color: var(--black);
}

.btn.is-small {
  margin-right: 23px;
  padding: 19px 41px;
}

.slider {
  background-color: var(--transparent);
  flex: none;
  width: auto;
  height: 150px;
}

.slide {
  width: auto;
  max-width: 600px;
}

.slider-wrap {
  border-top: 2px solid var(--black);
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  z-index: 98;
  position: fixed;
  top: 3rem;
  left: 3rem;
}

.logo.is-sticky {
  position: static;
}

.logo.is-sticky.w--current {
  position: relative;
  top: .2rem;
  left: 0;
}

.logo-slider {
  height: 90px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-flex {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-4 {
  white-space: nowrap;
  margin-top: 0;
}

.icon {
  color: var(--transparent);
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: grid;
}

.hero {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 95vh;
  min-height: 700px;
  display: flex;
  position: relative;
}

.video-wrap {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.bg-video {
  background-image: linear-gradient(#0000004d, #0000004d);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.line {
  background-color: var(--gray);
  height: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0;
}

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

.is-gray {
  color: var(--blue-gray);
  padding-top: 1rem;
}

.footer-nav-wrap {
  border-top: 2px solid var(--gray);
}

.nav-links-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  display: grid;
}

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

.footer-link {
  font-weight: 500;
  transition: color .2s;
}

.footer-link:hover, .footer-link.w--current:hover {
  color: #fc6e00;
}

.footer-link.is-small {
  color: var(--blue-gray);
  font-weight: 400;
}

.footer-logo-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.contact-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  padding-bottom: 6rem;
  display: grid;
}

.contact-block {
  aspect-ratio: 1;
  background-color: var(--gray);
  object-fit: fill;
  background-image: url('../images/MatthewsEnergy_GraphicTintedDown.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.contact-block.is-image {
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/Matthews.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.contact-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.max-width-50 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 80%;
  min-width: 320px;
  max-width: 900px;
  display: flex;
}

.max-width-50.is-last {
  order: 1;
}

.card-grid {
  border-top: 0px solid var(--gray);
  padding-top: 0;
}

.image-card {
  aspect-ratio: 3 / 2;
  background-image: url('../images/MatthewsEnergy_IEP_Product.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  max-width: 350px;
}

.image-card._2 {
  background-image: url('../images/IEP_05.jpg');
}

.image-card._3 {
  background-image: url('../images/IEP_04.jpg');
}

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

.hero-content {
  border-top: 0 #e5e4e447;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 55vh;
  min-height: 500px;
  padding-top: 1.5rem;
  padding-bottom: 124px;
  display: flex;
}

.section_static-marquee {
  margin-top: 10rem;
  margin-bottom: 3rem;
  overflow: hidden;
}

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

.label {
  color: #787776;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1rem;
}

.label.is-center-aligned {
  text-align: center;
}

.padding-small {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.marquee_wrap {
  width: 200vw;
  display: flex;
}

.static-marquee_logos {
  justify-content: space-around;
  width: 100vw;
  display: flex;
}

.logo-2 {
  width: 10%;
}

.mb1 {
  margin-bottom: 1rem;
}

.featured-project-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.is-white {
  color: var(--white);
}

.is-white.is-small {
  font-size: 14px;
}

.is-white.is-hero-small {
  width: 60vw;
  max-width: 600px;
  margin-top: 2rem;
}

.graphic {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: -26px;
}

.graphic.is-contact {
  justify-content: flex-start;
  align-items: center;
}

.block-white {
  background-color: var(--white);
  width: 100%;
  max-width: 50vw;
  height: 40px;
}

.block-white.is-right {
  background-color: #0000;
  max-width: none;
  height: auto;
}

.block-white.is-left {
  background-color: var(--transparent);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.block-white.is-left.is-contact {
  flex: 0 auto;
  width: 250px;
}

.block-right {
  height: 40px;
  margin-left: -4px;
}

.block-right.is-left {
  margin-right: -8px;
}

.spacer {
  height: 90vh;
}

.spacer.is-project {
  height: 550px;
}

.main {
  z-index: 1;
  background-color: var(--white);
  position: relative;
}

.main.is-z-index {
  z-index: auto;
  background-color: var(--white);
  position: relative;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb3.is-centered {
  text-align: center;
  margin-bottom: .5rem;
}

.projects-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: grid;
}

.project-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 2px solid var(--gray);
  flex-flow: column;
  padding-bottom: 2rem;
  display: flex;
}

.projects-img {
  aspect-ratio: 3 / 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: .7rem;
  overflow: hidden;
}

.color-overlay {
  background-color: var(--transparent);
  opacity: .1;
  height: 100%;
}

.team-item {
  width: 100%;
}

.team-list {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8rem;
  display: grid;
}

.team-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 0px solid var(--gray);
  background-color: var(--transparent);
  cursor: pointer;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  transition: all .2s;
  position: static;
  overflow: hidden;
}

.team-card:hover {
  border: 0 solid #000;
  padding: 0;
  transform: translate(0, -1rem);
}

.tes-wrap {
  padding: 14px;
}

.image-hero {
  object-fit: cover;
  width: 100%;
  height: 500px;
  position: fixed;
}

.team-bio {
  z-index: 999;
  background-color: var(--gray);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  height: auto;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.rich-text-block {
  text-wrap: balance;
}

.nav-line {
  background-color: var(--blue-gray);
  width: 65px;
  height: 2px;
}

.x {
  position: absolute;
  inset: 23% 6% auto auto;
}

.tab {
  background-color: var(--blue-gray);
  color: var(--white);
  border-radius: 100vw;
  padding: 15px 44px;
  transition: all .2s;
}

.tab:hover {
  opacity: .8;
  color: var(--white);
}

.tab.w--current {
  background-color: var(--orange);
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.featured-project-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #141414a1;
  border-radius: 1rem;
  padding: 11px;
  display: flex;
}

.featured-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  flex-flow: column;
  max-width: 450px;
  display: flex;
}

.h5.is-white.is-small {
  font-size: 20px;
}

.image-featured {
  aspect-ratio: 3 / 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  width: 220px;
}

.arrow {
  margin-top: 10px;
  padding-right: 11px;
}

.lottie-animation {
  width: 20px;
}

.featured-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.transition-block {
  height: 0;
}

.logo-svg {
  width: 303px;
  height: 50px;
}

.logo-svg.m {
  z-index: 98;
  width: 269px;
  position: relative;
  top: -50px;
}

.logo-svg.is-title {
  z-index: -1;
  width: 269px;
  position: relative;
}

.color-block {
  background-color: var(--gray);
  background-image: linear-gradient(#00000080, #00000080), url('../images/MatthewsEnergy_GraphicTintedDown.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 20vh;
}

.form-wrap.is-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.text-field {
  border: 1px solid var(--gray);
  background-color: var(--transparent);
  font-family: var(--heading);
  color: var(--black);
  border-radius: .5rem;
  height: 60px;
  padding-bottom: 11px;
  padding-left: 17px;
  font-size: 1.3rem;
}

.text-field:hover {
  color: var(--black);
}

.text-field:active {
  color: var(--black);
  border-color: #fc6e00;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-color: var(--orange);
}

.text-field::placeholder {
  color: var(--black);
}

.text-field.is-messege {
  height: 160px;
}

.text-field.is-messege:active {
  border-color: #fc6e00;
}

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

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

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

.list-2 {
  font-size: 1.1rem;
}

.project-hero {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  font-family: var(--heading);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  height: 600px;
  min-height: 400px;
  margin-top: 0;
  padding-top: 0;
  display: grid;
}

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

.project-name {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1.7rem;
  display: flex;
}

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

.lightbox {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.image-lightbox {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  width: auto;
  display: flex;
}

.max-width30 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.vimeo-wrap {
  flex: 1;
  padding-left: 3rem;
}

.video {
  z-index: 1;
  width: 100%;
  height: 250px;
  display: block;
}

.spacer-image {
  height: 500px;
}

.link:hover {
  color: #fc6e00;
}

.bio-wrapper {
  z-index: 100;
  background-color: var(--almost-black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bio-item {
  color: var(--white);
  padding-left: 7%;
  padding-right: 7%;
}

.team-position {
  color: var(--blue-gray);
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  display: inline;
}

.team-headshot__mask {
  cursor: pointer;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.team-headshot__wrap {
  cursor: pointer;
  position: relative;
}

.headshot__overlay {
  z-index: 2;
  background-color: var(--orange);
  color: #fff;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: stretch;
  font-size: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.team-panel__header {
  height: 55vh;
  min-height: 33vh;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.team--closer {
  z-index: 100;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.team--closer:hover {
  z-index: 200;
  background-color: var(--orange);
  top: 5%;
  right: 5%;
}

.team-modal__bg {
  z-index: 100;
  cursor: default;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0;
}

.team-modal__wrap {
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.panel__title {
  color: var(--black);
  text-transform: none;
  font-size: 28px;
}

.team-modal__panel {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  max-width: 640px;
  min-height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: auto;
  box-shadow: -8px 0 18px #00000029;
}

.team__content {
  color: #707070;
  margin-bottom: 16px;
  font-size: .8rem;
}

.team-view__text {
  font-family: var(--heading);
  text-transform: none;
  position: absolute;
}

.team-view__wrap {
  justify-content: center;
  align-items: center;
  width: 92%;
  display: flex;
  position: relative;
}

.c-team__collection {
  justify-content: center;
  width: 100%;
  display: flex;
}

.panel__fact {
  color: #707070;
}

.header-panel__info {
  z-index: 5;
  background-color: var(--orange);
  padding: 6px 32px;
  position: absolute;
  inset: auto 0% 0%;
}

.panel__subtitle {
  color: var(--blue-gray);
  text-transform: none;
  font-size: 18px;
}

.c-team__card {
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.team-modal__body {
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: scroll;
}

.team-panel__content {
  min-height: 100%;
  padding: 1rem 32px 56px;
}

.team-name {
  color: var(--black);
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
}

.c-team__grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 2rem;
  display: grid;
  position: relative;
}

.team-info__wrap {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 24px 0 32px;
  display: flex;
}

.img__cover {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img__cover.is--panel {
  z-index: 1;
  position: relative;
}

.image {
  max-width: 50%;
}

.scroll {
  background-color: var(--almost-black);
  height: 100vh;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  display: flex;
}

.navbar1_link {
  color: #fff;
  padding: .5rem 1rem;
  transition: all .2s;
}

.navbar1_link:hover {
  color: #000;
  background-color: #fec554;
}

.navbar1_link.w--current {
  color: #fff;
}

.navbar1_logo {
  width: 80%;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_component {
  border-bottom: 1px solid #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.is-dark {
  color: var(--black);
}

.empty {
  opacity: 0;
}

.image-seperator {
  background-image: url('../images/Bow-Main-photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.flex-side {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.image-home {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('../images/Bow3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.image-home._2 {
  background-image: url('../images/Bell-Main-Photo.jpg');
  order: -1;
}

.h1.top-margin {
  margin-top: 2rem;
}

.mb24 {
  margin-bottom: 2rem;
}

.cursor-wrap {
  z-index: 10;
  background-color: var(--transparent);
  cursor: none;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.lightbox-link {
  z-index: 100;
  opacity: 0;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  transform-origin: center;
  cursor: none;
  background-color: #2727274a;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
}

.cursor {
  background-color: var(--transparent);
  cursor: none;
  background-image: url('../images/play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-right: -10px;
}

.name-flex {
  grid-column-gap: .5ch;
  grid-row-gap: .5ch;
  display: flex;
}

.no-wrap {
  white-space: nowrap;
  font-size: 22px;
}

.heading-5 {
  font-size: 22px;
}

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

.text-block {
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .header-lg {
    max-width: 1000px;
  }

  .container {
    width: 100%;
  }

  .container.is-project {
    background-color: var(--black);
  }

  .section.is-relative {
    width: 100%;
  }

  .section.is-top {
    margin-top: -2rem;
    padding-top: 8rem;
  }

  .section.is--projects {
    background-color: var(--black);
  }

  .p.mb3 {
    margin-bottom: 3rem;
  }

  .hero {
    height: 95vh;
  }

  .video-wrap {
    inset: 0%;
  }

  .bg-video {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .image-card._3 {
    background-image: url('../images/MatthewsTribal_AssetManagement_02.jpg');
  }

  .hero-content {
    z-index: 10;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 2rem;
    padding-bottom: 10rem;
    display: flex;
    position: relative;
  }

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

  .mb1 {
    margin-bottom: 1rem;
  }

  .hero-flex {
    justify-content: flex-end;
    display: flex;
  }

  .is-white {
    color: var(--white);
  }

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

  .logo-svg.m {
    top: -50px;
  }
}

@media screen and (min-width: 1920px) {
  .list-item-subtext {
    font-size: 1rem;
  }

  .header-lg {
    font-size: 5rem;
    line-height: 1;
  }

  .sectionn-lottie-trasition {
    height: 150vh;
    left: -49.5rem;
  }

  .section.is--projects {
    background-color: var(--black);
  }

  .image-card._2 {
    background-image: url('../images/Tribal-Home-Page-Images-02.png');
  }

  .image-card._3 {
    background-image: url('../images/MatthewsTribal_AssetManagement_02.jpg');
  }

  .hero-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .featured-project-wrap, .is-white.is-hero {
    width: 100%;
  }

  .image-hero {
    min-height: 500px;
  }

  .color-block {
    background-image: linear-gradient(to bottom, null, null), url('../images/Main-Oceanfront_.jpg');
    background-size: auto, cover;
  }

  .team-modal__wrap {
    display: none;
  }

  .c-team__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
    margin-bottom: 5rem;
  }

  .is-dark {
    color: var(--black);
  }
}

@media screen and (max-width: 991px) {
  .list-item-subtext {
    font-size: .78rem;
  }

  .team-section {
    padding: 5.5rem 5vw;
  }

  .header-lg {
    font-size: 2.7rem;
  }

  .menu-link-text {
    font-size: 5rem;
  }

  .button {
    padding: 12px 16px;
  }

  .button_text {
    margin-right: 24px;
  }

  .section_text {
    width: 90%;
  }

  .tabs-section-content, .section_content {
    flex-direction: column;
    justify-content: flex-start;
  }

  .page-hero-section {
    background-position: 100%;
    background-repeat: no-repeat;
  }

  .blog-heading-wrap {
    width: 80%;
    bottom: 10%;
  }

  .hero-header-new {
    width: 100%;
    font-size: 3rem;
  }

  .nav-menu {
    width: 45vw;
  }

  .menu-link-text-2 {
    font-size: 1.6rem;
  }

  .nav-logo {
    width: 80px;
  }

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

  .container.is-project {
    background-image: linear-gradient(to bottom, var(--black), var(--black));
    padding-left: 0;
  }

  .container.is-flex {
    flex-flow: column;
  }

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

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

  .is-gray.is-copyright {
    font-size: 14px;
  }

  .footer-logo-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .max-width-50 {
    width: auto;
  }

  .image-card {
    display: none;
  }

  .hero-content {
    height: 70vh;
  }

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

  .marquee_wrap {
    width: 400vw;
  }

  .static-marquee_logos {
    width: 200vw;
  }

  .logo-2 {
    width: 8%;
  }

  .is-white.is-project {
    padding-left: 3rem;
  }

  .is-white.is-hero-small {
    max-width: 80vw;
  }

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

  .team-item {
    width: 100%;
  }

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

  .image-hero {
    height: 30vh;
  }

  .project-hero {
    flex-flow: column;
    grid-template-columns: .75fr;
    padding-top: 117px;
    display: flex;
  }

  .project-image-wrap {
    flex: 1;
  }

  .project-name {
    padding-top: 38px;
  }

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

  .max-width30 {
    width: auto;
  }

  .vimeo-wrap {
    padding-top: 4rem;
    padding-left: 0;
  }

  .spacer-image.is-small {
    height: 220px;
  }

  .c-team__grid {
    grid-column-gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(250px, .5fr));
  }

  .image {
    padding-top: 0;
  }

  .menu-icon1_line-bottom {
    background-color: #fec554;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-top {
    background-color: #fec554;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon1_line-middle {
    background-color: #fec554;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: #fff;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu.is-page-height-tablet.dark {
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 0;
  }

  .page-nav-header {
    height: 72px;
  }

  .simple-nav-header {
    font-size: 1rem;
  }

  .hero-image, .team-item {
    width: 100%;
  }

  .menu-link-text {
    font-size: 3rem;
  }

  .page-hero-section {
    padding-left: 12%;
    padding-right: 12%;
  }

  .blog-heading-wrap {
    width: 100%;
  }

  .hero-header-new {
    font-size: 3rem;
  }

  .nav-menu {
    width: 70vw;
    display: flex;
  }

  .copy-me-nav-menu-wrap.is-sticky {
    padding-left: 2rem;
  }

  .menu-link-text-2 {
    font-size: 1.4rem;
  }

  .nav-menu-button {
    width: 30px;
    height: 30px;
  }

  .nav-logo {
    width: 60px;
  }

  .container {
    padding-left: 7%;
    padding-right: 7%;
  }

  .btn {
    padding: 18px 36px;
  }

  .btn:hover {
    color: var(--white);
  }

  .logo {
    width: 250px;
  }

  .logo.is-sticky.w--current {
    top: -.2rem;
    left: 0;
  }

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

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

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

  .spacer.is-project {
    height: 600px;
  }

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

  .is-hidden-mobile {
    display: none;
  }

  .logo-svg.m {
    margin-top: 2px;
  }

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

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

  .spacer-image {
    height: 30vh;
  }

  .c-team__grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
    padding: 8px 4%;
  }

  .menu-icon1 {
    margin-right: 0;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
    line-height: 1;
  }

  h4 {
    line-height: 1.2;
  }

  .contact-block {
    width: 100%;
    max-height: 320px;
  }

  .contact-block.is-image {
    min-height: 400px;
    aspect-ratio: auto;
  }

  .page-nav-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .simple-nav-header {
    margin-bottom: 3px;
    font-size: .8rem;
  }

  .header-logo {
    width: 50px;
    margin-right: .5rem;
  }

  .icon-button-2 {
    font-size: .75rem;
  }

  .hero-image {
    object-position: 50% 0%;
    width: 100%;
  }

  .button-primary {
    align-self: center;
    margin-top: .5rem;
    margin-bottom: .3rem;
    margin-right: .8rem;
  }

  .list-item-subtext {
    margin-bottom: 8px;
  }

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

  .section-header-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: .6rem;
  }

  .team-card {
    align-items: center;
  }

  .header-lg {
    font-size: 2.7rem;
  }

  .menu-link-text:focus {
    opacity: 1;
  }

  .section_text {
    width: 100%;
    margin-right: 0%;
  }

  .page-hero-section {
    background-image: linear-gradient(to bottom, null, null);
    padding-left: 6%;
    padding-right: 6%;
  }

  .blog-heading-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 15px;
    padding-right: 41px;
    display: flex;
    left: 2%;
  }

  .hero-header-new {
    margin-top: 3px;
    margin-bottom: 2px;
    font-size: 2.5rem;
  }

  .nav-menu {
    width: 100vw;
    min-height: 100svh;
    position: fixed;
    top: 0%;
    right: 0%;
  }

  .copy-me-nav-menu-wrap.is-sticky {
    padding-left: 7%;
  }

  .menu-link-text-2 {
    font-size: 1.6rem;
  }

  .menu-link-text-2:focus {
    opacity: 1;
  }

  .nav-menu-button {
    top: 3%;
    right: 6%;
  }

  .container {
    padding-left: 7%;
    padding-right: 7%;
  }

  .section.is--projects {
    background-image: linear-gradient(to bottom, var(--black), var(--black));
  }

  .section.is-about {
    margin-top: -30px;
  }

  .p {
    font-size: 18px;
    line-height: 1.4;
  }

  .card {
    grid-template-columns: .25fr;
    display: flex;
  }

  .btn:hover {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: var(--white);
  }

  .btn.is-menu {
    font-size: 1.6rem;
  }

  .btn.is-small {
    padding: 14px 20px;
    font-size: 16px;
  }

  .logo {
    width: 50vw;
    top: 28px;
    left: 23px;
  }

  .logo.w--current {
    top: 27px;
  }

  .logo.is-sticky.w--current {
    left: 0;
  }

  .footer-grid {
    display: flex;
  }

  .footer-nav-wrap {
    flex: 1;
    width: 100%;
  }

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

  .footer-logo {
    width: 200px;
  }

  .footer-wrap {
    flex-flow: column;
  }

  .max-width-50 {
    width: auto;
  }

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

  .marquee_wrap {
    width: 800vw;
  }

  .static-marquee_logos {
    width: 400vw;
  }

  .featured-project-wrap {
    display: none;
  }

  .is-white.is-hero {
    text-wrap: balance;
    font-size: 35px;
    line-height: 1.1em;
  }

  .is-white.is-project {
    padding-left: 1.4rem;
    font-size: 32px;
    line-height: 1.1;
  }

  .is-white.is-hero-small {
    max-width: none;
    margin-top: 1rem;
    font-size: 20px;
    line-height: 1.4em;
  }

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

  .image-hero {
    height: 35vh;
    min-height: 400px;
    position: fixed;
  }

  .tab {
    padding: 13px 26px;
    font-size: .8rem;
  }

  .featured-project-item {
    display: none;
  }

  .h5.is-white {
    font-size: 19px;
  }

  .image-featured {
    width: 200px;
  }

  .featured-link {
    flex-flow: column;
  }

  .logo-svg.m, .logo-svg.is-title {
    width: 200px;
  }

  .project-hero {
    grid-row-gap: 0px;
    margin-top: 91px;
    padding-top: 0;
  }

  .project-name {
    padding-top: 3.6rem;
  }

  .spacer-image {
    height: 35vh;
  }

  .link {
    text-wrap: pretty;
  }

  .team-panel__header {
    justify-content: flex-start;
    align-items: flex-end;
    height: 35vh;
    min-height: 25vh;
    display: flex;
  }

  .team-modal__wrap {
    display: none;
  }

  .image-wrap {
    padding-left: 38px;
  }

  .image {
    max-width: 160px;
    padding-left: 0;
  }

  .navbar1_container {
    justify-content: space-between;
    align-items: center;
  }

  .navbar1_component {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-icon1 {
    margin-right: 0;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Variablefont Wght';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoeuithibd';
  src: url('../fonts/segoeuithibd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoeuithis';
  src: url('../fonts/segoeuithis.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoeuithisz';
  src: url('../fonts/segoeuithisz.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoeuithisi';
  src: url('../fonts/segoeuithisi.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-RegularOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}