:root {
  --black: #00000094;
  --green: var(--white);
  --white: white;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #fff;
  letter-spacing: -.01em;
  background-color: #000;
  font-family: Instrumentsans Variablefont Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

h1 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 170px;
  font-weight: 300;
  line-height: 110%;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

.section {
  margin-top: 100px;
}

.section.relative-z-3 {
  z-index: 3;
  position: relative;
}

.section.s-hero {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.section.s-slider {
  cursor: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.s-creative {
  align-items: center;
  height: 300vh;
  min-height: 100vh;
  position: relative;
}

.section.s-resources {
  background-image: linear-gradient(#0000, #0f3103);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.s-about {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.section.s-footer {
  justify-content: center;
  display: flex;
  position: relative;
}

.section.s-footer2 {
  position: relative;
}

.section.s-projects {
  background-image: linear-gradient(#0000 66%, #0f3103);
}

.section.s-projects-hero, .section.s-contact {
  z-index: 3;
  width: 100%;
  position: relative;
}

.section.s-about-stories {
  background-image: linear-gradient(#0000 61%, #0f3103);
}

.container {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 50px;
}

.container.c-nav {
  z-index: 100;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  display: grid;
  position: relative;
}

.container.c-slider {
  z-index: 2;
  grid-row-gap: 150px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.container.c-resources {
  z-index: 3;
  grid-row-gap: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 300px;
  padding-bottom: 300px;
  display: flex;
  position: relative;
}

.container.c-about {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container.c-footer {
  z-index: 2;
  padding-bottom: 50px;
  position: relative;
}

.container.relative-z-2 {
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.container.c-sh {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: relative;
}

.container.c-services {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.c-footer2 {
  z-index: 2;
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.c-404 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.c-meu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top-width: 1px;
  border-top-color: #fffc;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 20px;
  display: grid;
  position: relative;
}

.container.c-creative {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.hero {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero._2 {
  z-index: 4;
}

.navbar {
  z-index: 99;
  width: 100%;
  position: relative;
}

.navbar.nav-team {
  z-index: 1000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-links {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.hero-content {
  grid-row-gap: 150px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-heading {
  font-family: Good Times Rg, sans-serif;
}

.hc-wrapper {
  z-index: 5;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 1179px;
  display: flex;
  position: relative;
}

.hc-wrapper._2 {
  max-width: 620px;
}

.hc-wrapper.hero-blog {
  grid-row-gap: 0px;
  align-items: center;
  width: 100%;
  max-width: 958px;
}

.scroll-button {
  z-index: 5;
  border: 1px #ffffff52;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 1px;
  display: flex;
  position: relative;
}

.scroll-button._2 {
  color: #fff;
  width: 138px;
  height: 138px;
  font-size: 16px;
  text-decoration: none;
}

.hero-gradient {
  z-index: 4;
  filter: blur(200px);
  background-color: #21550f;
  border-radius: 100%;
  width: 552px;
  height: 432px;
  display: flex;
  position: absolute;
  inset: auto auto -19%;
}

.hero-gradient-big {
  z-index: 3;
  filter: blur(100px);
  background-color: #091b02;
  border-radius: 100%;
  width: 100%;
  height: 643px;
  display: flex;
  position: absolute;
  inset: 65% auto auto;
}

.hero-gradient-big._2 {
  top: 172%;
}

.hc-icon._1 {
  position: absolute;
  inset: auto auto 29% 0%;
}

.hc-icon._2 {
  position: absolute;
  inset: auto 0% 27% auto;
}

.hc-icon._3 {
  position: absolute;
  inset: 13% auto auto 4%;
}

.hc-icon._4 {
  position: absolute;
  inset: 12% 9% auto auto;
}

.hc-icon._5 {
  position: absolute;
}

.hero-square {
  z-index: 1;
  border: 1px solid #16410c;
  width: 778px;
  height: 778px;
  position: absolute;
  inset: auto;
}

.hero-square._1 {
  border-width: 1.5px;
}

.hero-square._2 {
  border-width: 1.5px;
  width: 791px;
  height: 791px;
}

.hero-square._3 {
  border-width: 1.5px;
  width: 804px;
  height: 804px;
}

.hero-square._4 {
  border-width: 1.5px;
  width: 817px;
  height: 817px;
}

.hero-square._5 {
  border-width: 1.5px;
  width: 830px;
  height: 830px;
}

.hero-black-gradient {
  z-index: 2;
  background-image: linear-gradient(#0000, #000 50%);
  width: 100%;
  height: 900px;
  position: absolute;
  inset: auto 0% -16%;
}

.hero-black-gradient._2 {
  width: 100%;
  height: 950px;
  inset: 0% -500px 0% auto;
  transform: rotate(-90deg);
}

.hero-black-gradient._3 {
  bottom: 40%;
}

.hero-top-gradient {
  filter: blur(50px);
  background-color: #091e04b3;
  border-radius: 100%;
  width: 100%;
  height: 272px;
  position: absolute;
  inset: -10% 0% auto;
}

.sg-logo {
  width: 180px;
}

.class-example {
  color: #4b5563;
  border-radius: 4px;
  padding: 5px 10px 5px 0;
  font-size: 20px;
  font-weight: 400;
}

.styleguide-wrapper {
  overflow: hidden;
}

.sg-container {
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.sg-container.no-buttom-padding {
  padding-bottom: 0;
}

.sg-container.no-top-padding {
  padding-top: 0;
}

.paragraph-14px {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-14px.opacity-20 {
  opacity: .2;
}

.paragraph-14px.all-caps {
  text-transform: uppercase;
}

.paragraph-14px.all-caps.black {
  color: #000;
}

.paragraph-14px.grey {
  color: #ece5dbe6;
}

.paragraph-14px.opacity-50 {
  color: #ffffff80;
}

.font-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.font-details-wrapper.top-margin {
  margin-top: 50px;
}

.sg-text-big {
  font-size: 250px;
  font-weight: 500;
  line-height: 100%;
}

.sg-text-big.instrumental-serif {
  font-family: Generalsans, sans-serif;
}

.sg-inner.title-details {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.sg-inner.font-details {
  grid-column-gap: 15px;
  display: flex;
}

.sg-heading {
  letter-spacing: -1px;
  font-size: 30px;
  font-weight: 500;
}

.sg-heading.instrumental-serif {
  font-weight: 400;
}

.white {
  color: #fff;
}

.paragraph-20px {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-20px.opacity-50 {
  color: #ffffff80;
}

.sg-background {
  background-color: #f9fafb00;
  border: 2px #e5e7eb;
  padding: 0 0 0 40px;
}

.paragraph-16px {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-16px.opacity-30 {
  opacity: .3;
}

.paragraph-16px.opacity-60 {
  opacity: .6;
}

.sg-text {
  white-space: nowrap;
}

.sg-text.light {
  color: #b6b6b6;
}

.sg-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.sg-wrapper.heading-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #e5e7eb26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

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

.sg-wrapper.typeface.border, .sg-wrapper.active-border {
  border-bottom: 1px solid #d1d5db1a;
  padding-bottom: 60px;
}

.paragraph-18px {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-18px.opacity-60 {
  opacity: .6;
}

.scroll-button-image {
  position: absolute;
}

.sticky-projects {
  z-index: 4;
  background-image: linear-gradient(#0000 61%, #0f3103);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400vh;
  margin-top: 0;
  display: none;
  position: relative;
}

.sp-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: sticky;
  top: 0;
}

.sp-content {
  grid-row-gap: 150px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 422px;
  display: flex;
}

.sp-heading {
  line-height: 100%;
}

.yellow {
  color: gold;
  font-size: 100px;
  text-decoration: none;
}

.sp-card {
  z-index: 6;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 470px;
  height: 561px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.sp-card._1 {
  color: #fff;
  text-decoration: none;
  top: 36px;
  left: auto;
  right: 8%;
}

.sp-card._2 {
  top: 532.5px;
  left: 10%;
}

.sp-card._3 {
  top: 1006.5px;
  left: auto;
  right: 11%;
}

.sp-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.sp-card-content {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sp-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sp-text {
  color: #fff6;
  text-align: center;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.overflow-hidden {
  overflow: hidden;
}

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

.slide._1 {
  z-index: 4;
  display: block;
  position: relative;
}

.slide._2 {
  z-index: 3;
  display: block;
  position: absolute;
}

.slide._3 {
  z-index: 4;
  object-fit: cover;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.slide._1-copy-for-animation {
  z-index: 3;
  display: block;
  position: absolute;
}

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

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.slide-gradient {
  z-index: 2;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-heading {
  max-width: 875px;
  font-family: Good Times Rg, sans-serif;
}

.slide-paragraph {
  color: #d4dfd4;
  max-width: 572px;
  font-weight: 400;
}

.slide-pagination {
  z-index: 4;
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 100px;
}

.sp-bar {
  background-color: #d4dfd44d;
  width: 59px;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.sp-bar-absolute {
  background-color: #d4dfd4;
  width: 59px;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.creative {
  grid-row-gap: 250px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.creative-headings {
  position: relative;
}

.creative-heading._2, .creative-heading._3 {
  position: absolute;
  inset: 0%;
}

.creative-heading.nr-1, .creative-heading.nr-3 {
  position: absolute;
}

.creative-content {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.creative-wrapper {
  grid-column-gap: 30px;
  align-items: flex-end;
  display: flex;
}

.creative-numbers {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
  position: relative;
}

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

.creative-texts {
  max-width: 335px;
  position: relative;
}

.creative-text {
  font-weight: 400;
}

.creative-text._2, .creative-text._3 {
  position: absolute;
  inset: 0%;
}

.cbh-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: none;
  align-items: center;
  width: 100%;
  display: flex;
}

.creative-big-heading {
  color: #1a1a1a;
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 240px;
  font-weight: 500;
  line-height: 100%;
}

.creative-big-heading._1 {
  color: #1a1a1a;
}

.cbh-wrapper {
  grid-column-gap: 100px;
  align-items: center;
  margin-top: -10px;
  display: flex;
}

.creative-gradient {
  filter: blur(200px);
  background-color: #133308;
  border-radius: 100%;
  width: 916px;
  height: 710px;
  position: absolute;
  inset: -25% -19% auto auto;
}

.creative-gradient._2 {
  inset: auto auto -37% -25%;
}

.creative-sticky {
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.creative-gradients {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.creative-big-headings {
  z-index: 2;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.cursor {
  z-index: 99;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-circle {
  z-index: 99;
  pointer-events: none;
  background-color: #fff;
  border-radius: 100%;
  width: 186px;
  height: 186px;
  display: none;
}

.resources-heading {
  text-align: center;
  max-width: 710px;
  font-family: Good Times Rg, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.resources-content {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60%;
  margin-left: 0;
  display: flex;
}

.regular {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

.button {
  grid-column-gap: 15px;
  border: 1px solid #ffc30033;
  border-radius: 60px;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.ac-button {
  background-color: #000;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .35s;
  display: flex;
}

.button.ac-button:hover {
  background-color: #ffc300;
}

.button._2 {
  background-color: #fff;
  transition: all .35s;
}

.button-gradient {
  z-index: 1;
  background-color: #ffc300;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-text-wrapper {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: #ffc300;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}

.button-text._2 {
  color: #000;
}

.button-text-absolute {
  z-index: 1;
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.resources-card {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 392px;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  top: 49%;
  left: -15%;
  overflow: hidden;
}

.resources-card._1 {
  inset: auto auto 19% -15%;
}

.resources-card._2 {
  inset: auto 21% 8% auto;
}

.rc-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.rc-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rc-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #fff3;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 16px;
  display: flex;
}

.rc-button-text {
  color: #ffc300;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.rc-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #121212;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 6px;
  display: flex;
  position: absolute;
  top: 258px;
  left: 15px;
}

.rc-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.rc-badge-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
}

.rc-image {
  width: 100%;
  height: 297px;
}

.resources-card-2 {
  z-index: 1;
  grid-column-gap: 16.7785px;
  grid-row-gap: 16.7785px;
  background-color: #0b1b06;
  border-radius: 11.1857px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 297px;
  padding-bottom: 16px;
  display: flex;
  position: absolute;
  inset: 5% 22% auto auto;
  overflow: hidden;
}

.resources-card-2._2 {
  inset: 14% auto auto -5%;
}

.resources-card-2._3 {
  inset: 35% 1% auto auto;
}

.rc2-image {
  object-fit: cover;
  height: 100%;
  max-height: 186px;
}

.rc2-content {
  grid-column-gap: 11.1857px;
  grid-row-gap: 11.1857px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.rc2-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rc2-small-text {
  color: #fff6;
  text-align: center;
  letter-spacing: -.01em;
  font-size: 8px;
  font-weight: 400;
  line-height: 140%;
}

.rc2-badge {
  grid-column-gap: 3.3557px;
  grid-row-gap: 3.3557px;
  background-color: gold;
  border-radius: 2.23714px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 4px;
  display: flex;
  position: absolute;
  top: 135.297px;
  left: 10.3887px;
}

.rc2-badge-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
}

.rc2-badge-text {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
  line-height: 140%;
}

.rc2-small-text-2 {
  color: #fff;
  text-align: left;
  letter-spacing: -.01em;
  font-size: 9px;
  font-weight: 400;
  line-height: 140%;
}

.resources-gradient {
  z-index: 2;
  filter: blur(300px);
  background-color: #000;
  border-radius: 100%;
  width: 1300px;
  height: 1300px;
  position: absolute;
  inset: auto;
}

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

.about-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding: 10px 30px 80px;
  text-decoration: none;
  display: flex;
}

.about._2 {
  background-color: gold;
}

.about-content {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  display: flex;
}

.about-logo-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #0000001a;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 7px;
  display: flex;
}

.about-logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.4582px;
  height: 14.054px;
  display: flex;
}

.about-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 500;
  line-height: 100%;
}

.about-heading._2, .about-heading._1.black {
  color: #000;
}

.footer {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.fh-logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 46.6518px;
  height: 45.3476px;
  display: flex;
}

.fh-links-wrapper {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fh-link-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.fh-link {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: all .35s;
}

.fh-link:hover {
  filter: blur(1px);
}

.fh-socials {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fh-social-link {
  color: #fff6;
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: all .35s;
}

.fh-social-link:hover {
  color: #ffc300;
}

.fh-social-link._2 {
  margin-top: 10px;
  font-size: 10px;
}

.footer-bottom {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-heading {
  color: #fff;
  letter-spacing: -.04em;
  max-width: 1078px;
  font-size: 80px;
  font-weight: 400;
  line-height: 110%;
}

.fb-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.fb-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-header {
  border-bottom: 1px solid #2a801666;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
}

.footer-button {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  text-decoration: none;
  display: flex;
}

.resources-cards {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.page-wrapper {
  margin-top: 0;
  overflow: hidden;
}

.page-wrapper.relative {
  position: relative;
}

.hero-about {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

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

.ha-gradient {
  background-image: linear-gradient(#0000 88%, #000);
  width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.ha-heading-wrapper {
  padding-bottom: 10px;
}

.ha-heading {
  font-size: 100px;
}

.ha-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  margin-top: 150px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.ha-card {
  z-index: 1;
  grid-column-gap: 16.7785px;
  grid-row-gap: 30px;
  background-color: #0b1b06;
  border-radius: 11.1857px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 392px;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: 47% 24% auto auto;
  overflow: hidden;
}

.ha-card-text {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 23px;
  font-weight: 500;
  line-height: 140%;
}

.ha-card-image {
  object-fit: cover;
  width: 100%;
  height: 297px;
}

.ha-card-content {
  grid-column-gap: 11.1857px;
  grid-row-gap: 11.1857px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.ha-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: gold;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 6px;
  display: flex;
  position: absolute;
  top: 252px;
  left: 15px;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.9999px;
  height: 12.9442px;
  display: flex;
}

.text {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
}

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

.heading-about-wrapper {
  text-align: left;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  position: relative;
  overflow: hidden;
}

.heading-about {
  color: #ffffff1a;
  letter-spacing: -.04em;
  white-space: nowrap;
  width: 100%;
  font-size: 60px;
  line-height: 120%;
}

.heading-about.first {
  perspective: none;
  transform-origin: 0%;
  color: #fff;
  flex: none;
  justify-content: flex-start;
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
  transform: none;
}

.heading-about._2nd {
  color: #fff;
  flex: none;
  justify-content: flex-start;
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.heading-about._3rd {
  color: #fff;
  flex: none;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.footer-link-wrapper {
  color: #fff;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.heading-about-content {
  flex-direction: column;
  align-items: center;
}

.about-us {
  grid-row-gap: 250px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.au-horizontal {
  grid-column-gap: 500px;
  align-items: center;
  display: flex;
  position: relative;
}

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

.au-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.au-circle {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.au-text {
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
}

.au-horizontal-bar {
  background-color: #fff3;
  align-items: center;
  width: 200vw;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto auto 60.703px -100vw;
}

.au-horizontal-yellow-bar {
  background-color: gold;
  width: 100%;
  height: 1px;
}

.au-text-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 413px;
  display: flex;
}

.horizontal-scroll-wrapper {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll-inner {
  width: 300vw;
  height: 100vh;
  display: flex;
}

.horizontal-scroll-content {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.horizontal-scroll-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 200vh;
  position: relative;
}

.au-horizontal-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.about-team {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.at-linear {
  z-index: 2;
  opacity: .5;
  background-image: linear-gradient(#00000047, #141414);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.at-wrapper {
  z-index: 2;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: -41px;
  left: 0;
}

.at-image {
  object-fit: cover;
  background-image: url('../images/Team.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.at-profile {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.at-social-link {
  color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .45s;
  display: flex;
}

.at-social-link:hover {
  border-color: #fff;
}

.at-image-wrapper {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
}

.at-content {
  justify-content: flex-start;
  align-items: flex-end;
  width: 398px;
  position: relative;
}

.at-content._2 {
  margin-top: -275px;
  right: 141px;
}

.at-content._3 {
  left: 257px;
}

.social-link-image {
  width: 10px;
}

.at-name {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 299px;
  display: flex;
  position: relative;
}

.at-button-circle {
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #25611780;
  border: 1px #fff;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
  right: -121px;
}

.at-button-circle.nav-button {
  position: static;
}

.at-social {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.at-button-line {
  background-color: #fff;
  width: 34px;
  height: 2px;
}

.at-button-line._2 {
  width: 2px;
  height: 34px;
  position: absolute;
}

.at-gradient {
  z-index: 1;
  filter: blur(170px);
  background-color: #144204;
  border-radius: 100%;
  width: 682px;
  height: 528px;
  position: absolute;
  inset: auto 0% 8% 23%;
}

.at-gradient-blue {
  filter: blur(120px);
  background-color: #081802;
  border-radius: 100%;
  width: 100%;
  height: 786px;
  position: absolute;
  inset: auto 0% -7% auto;
}

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

.brands {
  grid-column-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.brands-content {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex: none;
  align-items: center;
  display: flex;
}

.brands-image {
  opacity: .5;
  width: 147px;
  height: 63px;
}

.about-stories {
  z-index: 2;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.as-heading {
  text-align: center;
  max-width: 1179px;
  margin-bottom: 60px;
}

.as-content {
  grid-row-gap: 80px;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 975px;
  display: flex;
  overflow: hidden;
}

.as-bar-wrapper {
  background-color: #ffd70033;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.as-bar {
  background-color: gold;
  width: 100%;
  height: 1px;
}

.as-wrapper {
  grid-column-gap: 100px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.as-icon {
  width: 55px;
}

.as-inner {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.as-text {
  font-size: 25px;
  line-height: 130%;
}

.as-client {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.as-client-details {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.as-image {
  object-fit: cover;
  border-radius: 10px;
  width: 225px;
  height: 291px;
  position: absolute;
  inset: 12px 113px 0% auto;
  transform: rotate(5.78deg);
}

.as-gradient {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 25% 0% auto;
}

.as-gradient._2 {
  inset: auto 0% 0%;
}

.as-gradient-dark-green {
  filter: blur(120px);
  background-color: #081802;
  border-radius: 100%;
  width: 100%;
  height: 786px;
  position: absolute;
  inset: auto 0% auto auto;
}

.as-gradient-green {
  z-index: 1;
  filter: blur(170px);
  background-color: #144204;
  border-radius: 100%;
  width: 682px;
  height: 528px;
  display: flex;
  position: absolute;
  inset: auto;
}

.about-cta {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  background-color: var(--black);
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 408px;
  padding: 60px 60px 80px;
  display: flex;
}

.ac-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ac-logo-wrapper {
  grid-column-gap: 22.4892px;
  grid-row-gap: 22.4892px;
  background-color: #000;
  border: 1.36171px solid #0000001a;
  border-radius: 89.9568px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  display: flex;
}

.ac-logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.5153px;
  height: 31.6064px;
  display: flex;
}

.ac-heading {
  color: var(--green);
  text-align: right;
  letter-spacing: -.01em;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.ac-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ac-text {
  color: #0006;
  text-align: center;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.footer-gradients {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.fg-small {
  filter: blur(200px);
  background-color: #144204;
  border-radius: 100%;
  width: 558px;
  height: 432px;
  position: relative;
  top: -174px;
}

.fg-big {
  filter: blur(200px);
  background-color: #1138045e;
  border-radius: 100%;
  width: 992px;
  height: 643px;
  position: absolute;
  top: -70px;
}

.as-brand {
  opacity: .7;
}

.team-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.th-headings {
  z-index: 2;
  grid-column-gap: 30px;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.th-gradient {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto;
}

.th-gradient-dark-green {
  filter: blur(120px);
  background-color: #081802;
  border-radius: 100%;
  width: 100%;
  height: 786px;
  position: absolute;
  inset: auto 0% auto auto;
}

.th-gradient-green {
  z-index: 1;
  filter: blur(170px);
  background-color: #144204;
  border-radius: 100%;
  width: 682px;
  height: 528px;
  display: flex;
  position: absolute;
  inset: auto;
}

.team-about {
  grid-column-gap: 100px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.ta-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 306px;
  display: flex;
}

.ta-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.ta-profile {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ta-text-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ta-image-wrapper {
  width: 100%;
  height: 306px;
  position: relative;
}

.ta-gradient {
  opacity: .5;
  text-shadow: 0 1px 1px #0003;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ta-content {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 543px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.ta-text {
  font-family: Instrumentsans Variablefont Wdth Wght, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

.services-hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

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

.sh-gradient {
  background-image: linear-gradient(#0000 88%, #000);
  width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.sh-content {
  grid-row-gap: 90px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 875px;
  display: flex;
}

.sh-heading {
  text-align: center;
}

.sh-wrapper {
  grid-column-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.sh-wrapper._1 {
  position: relative;
  left: -39%;
}

.sh-wrapper._2 {
  position: relative;
  top: -113px;
  left: 42%;
}

.paragraph-12px {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-12px.bold {
  font-weight: 600;
}

.sh-inner {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 225px;
  margin-top: -9px;
  display: flex;
}

.sh-small-heading {
  font-size: 40px;
}

.services-expertise {
  grid-column-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.se-headings {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.se-heading {
  flex: none;
}

.se-image {
  margin-top: -93px;
  position: relative;
}

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

.se-text {
  color: #fff;
  letter-spacing: -.01em;
  max-width: 232px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.services-content {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.sc-wrapper {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sc-inner {
  z-index: 2;
  grid-row-gap: 20px;
  cursor: pointer;
  border-bottom: 1px #ffc30033;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
}

.sc-inner.active {
  padding-bottom: 0;
}

.sc-categories {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.sc-category {
  border: 1px solid #ffffff4d;
  border-radius: 5px;
  padding: 5px 9px;
}

.sc-gradient {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto;
}

.sc-gradient-dark-green {
  filter: blur(120px);
  background-color: #081802;
  border-radius: 100%;
  width: 100%;
  height: 786px;
  position: absolute;
  inset: auto 0% auto auto;
}

.sc-gradient-green {
  z-index: 1;
  filter: blur(170px);
  background-color: #144204;
  border-radius: 100%;
  width: 682px;
  height: 528px;
  display: flex;
  position: absolute;
  inset: auto;
}

.sc-heading {
  z-index: 2;
  position: relative;
}

.sc-blur {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sc-blur.active {
  display: flex;
}

.sc-relative {
  z-index: 2;
  grid-row-gap: 20px;
  border-bottom: 1px #ffc30033;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.sc-border {
  background-color: #ffc30033;
  width: 100%;
  height: 1px;
  margin-top: 30px;
}

.footer-2-header {
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-top: 90px;
  font-weight: 400;
  display: flex;
}

.footer-2-middle {
  z-index: 2;
  border-top: 1px solid #ece5db33;
  border-bottom: 1px solid #ece5db33;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.f2m-content {
  grid-column-gap: 200px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.f2m-left {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 250px;
  display: flex;
}

.f2m-left-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.f2m-heading {
  font-size: 40px;
}

.f2m-socials {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.f2m-social-link {
  border: 1px solid #ece5db33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  transition: all .35s;
  display: flex;
}

.f2m-social-link:hover {
  border-color: #ece5db;
}

.f2m-right {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

.link-wrapper {
  text-decoration: none;
  overflow: hidden;
}

.link-line {
  background-color: gold;
  width: 100%;
  height: 1px;
}

.link-line._2 {
  background-color: #ffffff80;
}

.f2-gradient {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: -18% 0% auto;
}

.f2-gradient-dark-green {
  filter: blur(120px);
  background-color: #081802;
  border-radius: 100%;
  width: 100%;
  height: 786px;
  position: absolute;
  inset: auto 0% auto auto;
}

.f2-gradient-green {
  z-index: 1;
  filter: blur(170px);
  background-color: #144204;
  border-radius: 100%;
  width: 682px;
  height: 528px;
  display: flex;
  position: absolute;
  inset: auto;
}

.footer-2-bottom {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f2b-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f2b-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .347656px;
  padding-left: 3.65078px;
  padding-right: 3.45078px;
  display: flex;
}

.f2b-links-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 310px;
  display: flex;
}

.f2b-link {
  color: #ffffff80;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
}

.f2b-link:hover {
  color: #ffc300;
}

.hero-squares-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(45deg);
}

.hero-squares-wrapper._2 {
  transform: none;
}

.projects {
  grid-column-gap: 200px;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.hero-squares {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-squares._2 {
  height: 140%;
}

.hero-squares.squares-contact {
  height: 880px;
}

.projects-card {
  z-index: 4;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 470px;
  height: 561px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.collection-list-wrapper-projects {
  width: 100%;
  max-width: 470px;
  margin-top: 1px;
}

.collection-list-wrapper-projects._2 {
  margin-top: 300px;
}

.collection-list {
  grid-row-gap: 300px;
  flex-direction: column;
  display: flex;
}

.project-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.project-card-content {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.pc-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-content {
  grid-column-gap: 150px;
  justify-content: space-around;
  align-items: center;
  margin-top: 200px;
  display: flex;
}

.project-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  display: flex;
}

.project-inner {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.project-text-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 275px;
  display: flex;
}

.projects-hero {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ph-headings-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.ph-text {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 400;
}

.ph-images {
  z-index: 2;
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
  position: relative;
}

.ph-images-wrapper {
  grid-column-gap: 30px;
  flex: none;
  align-items: center;
  display: flex;
}

.ph-image {
  object-fit: cover;
  border-radius: 10px;
  width: 320px;
  height: 441px;
}

.ph-gradient {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 23% 0% auto;
}

.ph-gradient-dark-green {
  filter: blur(120px);
  background-color: #081802;
  border-radius: 100%;
  width: 100%;
  height: 786px;
  position: absolute;
  inset: auto 0% auto auto;
}

.ph-gradient-green {
  z-index: 1;
  filter: blur(170px);
  background-color: #144204;
  border-radius: 100%;
  width: 682px;
  height: 528px;
  display: flex;
  position: absolute;
  inset: auto;
}

.project-template-about {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pta-heading {
  max-width: 695px;
  font-size: 35px;
  line-height: 120%;
}

.pta-content {
  grid-column-gap: 70px;
  align-items: flex-start;
  display: flex;
}

.pta-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pta-inner {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pta-button {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 83px;
  display: flex;
  position: relative;
}

.project-tamplate-image {
  border-radius: 10px;
  width: 100%;
  height: 635px;
  overflow: hidden;
}

.project-template-description {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.ptd-content {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 645px;
  display: flex;
}

.ptd-logo {
  grid-column-gap: 10px;
  text-transform: uppercase;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.ptd-paragraph {
  color: #aeaeae;
  font-size: 25px;
  font-weight: 400;
  line-height: 130%;
}

.project-template-images {
  grid-row-gap: 120px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pti-wrapper {
  border-radius: 10px;
  width: 100%;
  max-width: 1034px;
  height: 561px;
  overflow: hidden;
}

.ptd-socials {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.ptd-social-link {
  border: 1px solid #ece5db33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
}

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

.nc-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: gold;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding: 10px 30px 80px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.hc-inner {
  grid-column-gap: 30px;
  text-align: center;
  align-items: center;
  display: flex;
}

.hc-inner._2 {
  grid-column-gap: 60px;
  margin-left: 193px;
}

.hc-circle {
  background-image: url('../images/maria-lupan-dVFmXuOMqsw-unsplash-1.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-top: 35px;
}

.hc-paragraph {
  text-align: left;
  max-width: 205px;
  margin-top: 35px;
  font-weight: 400;
}

.blog-posts {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-posts._2 {
  justify-content: center;
  display: flex;
}

.bp-card {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bp-image {
  object-fit: cover;
  width: 100%;
  height: 365px;
}

.bp-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.bp-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bp-category {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #fff3;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 16px;
  display: flex;
}

.bp-category-text {
  color: #ffc300;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.bp-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #121212;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 6px;
  display: flex;
  position: absolute;
  top: 310px;
  left: 30px;
}

.bp-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.bg-green {
  background-color: #0d2803;
  overflow: hidden;
}

.blog-template {
  grid-row-gap: 150px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bt-heading {
  max-width: 1110px;
}

.bt-hero {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.bt-bar {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.bt-author {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.bt-author-image {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.bt-bar-details {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.bt-link {
  color: #fff;
  font-weight: 400;
  transition: all .35s;
}

.bt-link:hover {
  text-decoration: none;
}

.bt-image {
  border-radius: 20px;
  width: 100%;
  height: 590px;
  overflow: hidden;
}

.bt-image._2 {
  border-radius: 0;
  height: 861px;
}

.bt-rich-text {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bt-rich-contet {
  max-width: 907px;
}

.bt-rich-contet h6 {
  color: #fffc;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

.bt-rich-contet p {
  color: #fffc;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.bt-rich-contet h4 {
  color: #fffc;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 500;
  line-height: 130%;
}

.blog-cta {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.bc-header {
  z-index: 2;
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  border: 0 solid #ffffff1a;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.bc-header-content {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.bc-socials {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.bc-social-link {
  border: 1px solid #ece5db33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  display: flex;
}

.bc-social-image {
  width: 15px;
}

.bc-social-image._2 {
  width: 11px;
}

.blog-gradient {
  z-index: 1;
  filter: blur(200px);
  background-color: #21550f;
  border-radius: 100%;
  width: 552px;
  height: 432px;
  display: block;
  position: absolute;
  inset: auto auto -19%;
}

.collection-list-blog {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.blog-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 561px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
}

.blog-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.bc-heading {
  color: #000;
  letter-spacing: -.02em;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
}

.bc-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bc-text {
  color: #0006;
  text-align: center;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.blog-content {
  position: absolute;
  inset: auto auto 60px;
  overflow: hidden;
}

.contact-heading {
  max-width: 880px;
}

.contact-content {
  grid-column-gap: 200px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cc-text {
  max-width: 305px;
  font-weight: 400;
}

.form-button {
  margin-top: 0;
  margin-left: 10px;
  position: relative;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #ffffff4d;
  font-size: 16px;
}

.form {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.submit-button {
  background-color: #3898ec00;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.input {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px #ffffff4d;
  border-bottom-style: solid;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  padding: 0 10px 0 0;
  display: flex;
}

.input._2 {
  width: 100%;
}

.form-wrrapper {
  grid-column-gap: 20px;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.form-text-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.green {
  color: #2cb331;
}

.form-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox-label {
  font-weight: 400;
}

.checkbox {
  border: 1px solid #fff;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 20px;
}

.footer-2-contact {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.f2c-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.f2c-content._2 {
  align-items: flex-end;
}

.f2c-link {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.menu-legal-link {
  opacity: .6;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

._404-text {
  max-width: 425px;
  font-size: 14px;
}

._404-heading {
  font-family: Instrumentsans Variablefont Wdth Wght, sans-serif;
  font-size: 240px;
  font-weight: 700;
  line-height: 80%;
  transform: rotate(-5deg);
}

._404-heading._2 {
  transform: rotate(5deg);
}

._404-heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

._404-image {
  margin-left: 10px;
}

._404 {
  z-index: 2;
  min-height: 100vh;
  position: relative;
}

._404-gradient {
  z-index: 1;
  filter: blur(100px);
  background-color: #091b02;
  border-radius: 100%;
  width: 100%;
  height: 643px;
  position: absolute;
  inset: auto 0% -21%;
}

.line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.line.bg-yellow {
  background-color: #ffc300;
}

.nav-link-wrapper {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.menu-column {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.menu-column._2 {
  margin-left: 0;
}

.menu-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-legal-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.menu {
  z-index: 99;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #00160fd9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 112vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.menu-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-link-wrapper {
  opacity: .8;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link-wrapper.w--current {
  position: relative;
}

.menu-link {
  color: #fff;
  font-size: 45px;
  line-height: 120%;
  text-decoration: none;
}

.menu-link.hover {
  color: gold;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.menu-link-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #144204;
  border-radius: 3px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-left: 5px;
  padding: 3px 4px;
  display: flex;
}

.menu-row {
  grid-column-gap: 50px;
  grid-row-gap: 60px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.menu-image {
  width: 258px;
  height: 297px;
}

.menu-borders {
  border-top: 1px solid #ffffff4d;
  border-bottom: 1px solid #ffffff4d;
  width: 100%;
  margin-top: 140px;
  padding-bottom: 50px;
}

.menu-button {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.menu-button-absolute {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.bp-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.terms-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.terms-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.terms-body p {
  margin-bottom: 15px;
}

.terms-body a {
  color: #fbff00;
}

.terms-body h5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.terms-content h2 {
  margin-bottom: 30px;
  font-size: 40px;
}

.terms-content p {
  color: #ffffffb0;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}

.hero-gradient-2 {
  z-index: 4;
  background-image: radial-gradient(circle, #21550fcf, #21550f00 64%);
  border-radius: 100%;
  width: 800px;
  height: 800px;
  display: flex;
  position: absolute;
  inset: auto auto -46%;
}

.hero-gradient-big-2 {
  z-index: 3;
  background-image: radial-gradient(circle closest-side, #091b02, #fff0);
  border-radius: 100%;
  width: 100%;
  height: 643px;
  display: none;
  position: absolute;
  inset: 65% auto auto;
}

.hero-gradient-big-2._2 {
  top: 172%;
}

.about-heading-mask {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-heading-absolute {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.about-heading-absolute._2 {
  color: #000;
}

.logo-image {
  width: 130px;
}

.blog-posts-gradient {
  filter: blur(200px);
  background-color: #081802;
  border-radius: 100%;
  width: 100%;
  height: 786px;
  position: absolute;
  inset: 29% 0% 0%;
}

.resources-heading-copy {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: Good Times Rg, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.bold-text {
  color: gold;
}

.clone-me {
  z-index: 99999;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.button_call {
  color: #fff;
  background-color: #f66a18;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  box-shadow: 0 10px 30px -10px #00000026;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.image-2 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  background-image: url('../images/AdobeStock_176140885.jpeg');
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
}

.paragraph {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  margin-bottom: 100px;
  padding: 20px;
}

.bold-text-2 {
  font-size: 100px;
}

.yellow-copy {
  color: gold;
  font-size: 100px;
  text-decoration: none;
}

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

.yellow-copy {
  color: gold;
  text-align: justify;
  font-size: 50px;
  text-decoration: none;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.highlight-title {
  color: #ee8d69;
  font-size: 100px;
  line-height: 70px;
  display: inline;
}

.header-block {
  max-width: 655px;
  padding: 0 161px 0 0;
  position: relative;
}

.heading-2 {
  z-index: 10;
  color: var(--green);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 5em;
  font-weight: 200;
  line-height: 1.2em;
  position: relative;
}

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

.header-buttons-wrapper {
  z-index: 110;
  min-width: 120%;
  margin-top: 40px;
  position: relative;
}

.header-intro-text {
  margin-top: 30px;
  padding-right: 125px;
  font-size: 19px;
  line-height: 31px;
}

.header-intro-text._404-text {
  color: var(--green);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  padding-right: 0;
  font-weight: 300;
}

.paragraph-3 {
  color: #f8ecf3;
  text-align: center;
  font-size: 1em;
}

.header-image-block {
  z-index: 30;
  background-image: url('../images/AdobeStock_250887293.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 14px 14px 101px -20px #0009;
}

.header-image-column {
  float: right;
  width: 42%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.phone-icon {
  height: 25px;
  position: absolute;
  inset: 50% auto auto 30px;
  transform: translate(0, -50%);
}

.header-image-wrapper {
  z-index: 10;
  width: 500px;
  height: 140%;
  position: absolute;
  inset: 50% auto auto 480px;
  transform: translate(0, -50%);
}

.div-block-4 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-section {
  background-color: #000;
  height: 200vh;
  min-height: 800px;
  display: block;
}

.button-2 {
  color: #fff;
  background-color: #f5333f;
  padding: 14px 35px;
  transition: color .2s, border .2s, transform .2s, box-shadow .2s, background-color .2s;
}

.button-2:hover {
  color: #fff;
  transform: translate(0, -2px);
  box-shadow: 7px 7px 40px -10px #0003;
}

.button-2.header-button {
  float: left;
  clear: left;
  color: #fff;
  background-color: #000;
  border: 1px solid #ece4e4;
  border-radius: 7px;
  margin-right: 10px;
  padding: 18px 40px 17px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 7px 7px 40px -10px #0003;
}

.button-2.header-button:hover {
  background-color: #373737;
  box-shadow: 28px 28px 50px -10px #0000004d;
}

.button-2.header-button.transparant-version {
  clear: left;
  color: #5c5c5c;
  background-color: #103613;
  margin-bottom: 20px;
  margin-right: 0;
  padding-left: 80px;
  position: relative;
}

.button-2.header-button.transparant-version:hover {
  color: #ee8d69;
}

.image-4 {
  text-align: center;
  display: inline;
}

.page-wrapper-2 {
  z-index: 10;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.text-block {
  color: #f8ecf3;
  font-size: 20px;
}

.logo-desktop {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.button-subtitle {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.header-column {
  float: left;
  justify-content: flex-end;
  align-items: center;
  width: 58%;
  height: 100%;
  padding-top: 20px;
  padding-left: 10px;
  display: flex;
}

.blur-image {
  filter: blur(17px);
  background-image: url('../images/esxdino.png');
  background-size: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: -5% auto auto -5%;
}

@media screen and (min-width: 1440px) {
  .button-2.header-button, .button-2.header-button.transparant-version {
    text-align: center;
  }

  .blur-image {
    background-image: url('../images/AdobeStock_250887293.jpeg');
  }
}

@media screen and (max-width: 991px) {
  .container.c-nav {
    padding-bottom: 50px;
  }

  .container.c-resources {
    grid-row-gap: 200px;
  }

  .container.c-meu {
    grid-template-columns: 1fr 1fr;
  }

  .container.c-meu._2 {
    display: none;
  }

  .hero-heading {
    font-size: 10vw;
  }

  .hero-square._1 {
    width: 710px;
    height: 710px;
  }

  .hero-square._2 {
    width: 700px;
    height: 700px;
  }

  .hero-square._3 {
    width: 690px;
    height: 690px;
  }

  .hero-square._4 {
    width: 680px;
    height: 680px;
  }

  .hero-square._5 {
    width: 670px;
    height: 670px;
  }

  .hero-black-gradient {
    height: 890px;
    bottom: -7%;
  }

  .hero-black-gradient._2 {
    width: 140%;
    height: 950px;
    right: -456px;
  }

  .sg-background {
    padding-left: 0;
  }

  .sg-wrapper.heading-box, .sg-wrapper.typeface {
    grid-template-columns: 1fr;
  }

  .sp-card {
    max-width: 400px;
    min-height: 500px;
  }

  .slide-heading {
    font-size: 9vw;
  }

  .cbh-content {
    grid-column-gap: 50px;
  }

  .creative-big-heading {
    font-size: 140px;
  }

  .cbh-wrapper {
    grid-column-gap: 50px;
  }

  .resources-content {
    margin-left: 0;
  }

  .button {
    flex: none;
  }

  .resources-card._1 {
    display: none;
  }

  .resources-card._2 {
    bottom: 3%;
    right: 5%;
  }

  .resources-card-2 {
    top: 6%;
    right: 8%;
  }

  .resources-card-2._2 {
    top: 35%;
    left: -20%;
  }

  .resources-card-2._3 {
    display: none;
  }

  .resources-gradient {
    width: 100%;
    height: 100%;
  }

  .footer-heading {
    font-size: 8vw;
  }

  .ha-heading {
    font-size: 84px;
  }

  .ha-card {
    display: none;
    top: 6%;
    right: 8%;
  }

  .ha-card-text {
    font-size: 23px;
  }

  .heading-about {
    font-size: 45px;
  }

  .au-horizontal {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
  }

  .at-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    width: 100%;
    left: 0;
  }

  .at-profile {
    font-size: 16px;
  }

  .at-social-link {
    color: #fff;
    font-weight: 500;
  }

  .at-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-self: auto;
    align-items: center;
    position: relative;
  }

  .at-content._2 {
    margin-top: 0;
    right: 0;
  }

  .at-content._3 {
    left: 0;
  }

  .at-name {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 310px;
    margin-left: -5px;
  }

  .at-button-circle {
    width: 50px;
    height: 50px;
  }

  .at-button-line._1 {
    width: 20px;
  }

  .at-button-line._2 {
    height: 20px;
  }

  .as-heading {
    font-size: 9.3vw;
  }

  .as-image {
    display: none;
  }

  .footer-gradients, .fg-big {
    width: 100%;
  }

  .team-hero {
    min-height: auto;
    padding-top: 200px;
  }

  .team-about {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .th-heading {
    font-size: 100px;
  }

  .sh-heading {
    font-size: 12vw;
  }

  .sh-wrapper._1 {
    left: -32%;
  }

  .sh-wrapper._2 {
    left: 33%;
  }

  .se-heading {
    font-size: 120px;
  }

  .se-image {
    width: 380px;
    margin-top: -63px;
  }

  .se-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .sc-gradient {
    display: flex;
  }

  .sc-blur.active {
    display: none;
  }

  .f2m-content {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

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

  .projects-card {
    max-width: 400px;
    height: 430px;
  }

  .project-content {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .ph-headings-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-posts {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hc-heading {
    font-size: 89px;
  }

  .bt-image._2 {
    height: 580px;
  }

  .contact-heading {
    font-size: 12vw;
  }

  .contact-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .input {
    padding-left: 0;
  }

  ._404-heading-small {
    font-size: 60px;
  }

  .nav-link-wrapper {
    display: none;
  }

  .nav-link-wrapper._2 {
    display: flex;
  }

  .menu-column._2 {
    margin-left: 0;
  }

  .menu {
    height: auto;
    min-height: 100vh;
  }

  .menu-link.hover, .menu-image {
    display: none;
  }

  .highlight-title {
    font-size: 89px;
    line-height: 60px;
  }

  .header-block {
    max-width: 410px;
    padding-right: 30px;
  }

  .header-buttons-wrapper {
    min-width: 100%;
    padding-right: 30px;
  }

  .header-intro-text {
    padding-right: 10px;
  }

  .header-intro-text._404-text {
    padding-right: 30px;
  }

  .header-image-wrapper {
    width: 390px;
    height: 120%;
    left: 390px;
  }

  .button-2.header-button {
    text-align: center;
    margin-top: 10px;
    margin-right: 0;
    display: block;
  }

  .button-2.header-button.transparant-version {
    text-align: center;
  }

  .page-wrapper-2 {
    height: 150%;
  }

  .button-subtitle {
    font-family: Oswald, sans-serif;
  }

  .blur-image {
    background-image: url('../images/AdobeStock_656454630.jpeg');
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 75px 25px;
  }

  .container.c-nav.team-cms {
    grid-template-columns: 1fr 1fr;
  }

  .nav-links.team-cms {
    display: none;
  }

  .hero-heading {
    font-size: 9vw;
  }

  .scroll-button._2 {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }

  .hero-square._1 {
    width: 520px;
    height: 520px;
  }

  .hero-square._2 {
    width: 510px;
    height: 510px;
  }

  .hero-square._3 {
    width: 500px;
    height: 500px;
  }

  .hero-square._4 {
    width: 490px;
    height: 490px;
  }

  .hero-square._5 {
    width: 480px;
    height: 480px;
  }

  .hero-black-gradient {
    height: 790px;
  }

  .hero-black-gradient._3 {
    bottom: 50%;
  }

  .sg-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-20px.mb {
    font-size: 16px;
  }

  .sticky-projects {
    background-image: linear-gradient(#0000 61%, #0f3103);
  }

  .sp-card {
    max-width: 350px;
    min-height: 450px;
  }

  .resources-heading {
    font-size: 90px;
  }

  .fb-content {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    align-items: center;
  }

  .footer-header {
    grid-column-gap: 50px;
  }

  .footer-button {
    display: none;
  }

  .ha-heading {
    font-size: 54px;
  }

  .ha-content {
    max-width: 250px;
    margin-top: 75px;
    font-size: 14px;
  }

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

  .au-horizontal {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .at-wrapper {
    grid-row-gap: 10px;
  }

  .at-profile {
    font-size: 16px;
  }

  .at-social-link {
    color: #fff;
  }

  .at-content {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .at-name {
    margin-left: 0;
  }

  .as-wrapper {
    grid-column-gap: 50px;
  }

  .as-text {
    font-size: 20px;
  }

  .fg-big {
    width: 480px;
  }

  .as-brand {
    width: 120px;
  }

  .team-hero {
    padding-bottom: 30px;
  }

  .sh-content {
    align-items: flex-start;
  }

  .sh-wrapper._1 {
    left: 0%;
  }

  .sh-wrapper._2 {
    top: 0;
    left: 42%;
  }

  .se-heading {
    font-size: 80px;
  }

  .se-image {
    width: 320px;
    margin-top: -48px;
  }

  .se-content {
    flex-direction: column;
  }

  .f2m-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: column;
    align-items: flex-start;
  }

  .f2h-heading {
    font-size: 15vw;
  }

  .projects {
    grid-row-gap: 100px;
    flex-direction: column;
    align-items: center;
  }

  .hero-squares.squares-contact {
    top: -6%;
  }

  .projects-card {
    max-width: none;
    min-height: 450px;
  }

  .collection-list-wrapper-projects._2 {
    margin-top: 0;
  }

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

  .project-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-template-about {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .project-template-images {
    grid-row-gap: 60px;
  }

  .hc-inner._2 {
    margin-left: 33px;
  }

  .hc-paragraph {
    display: none;
  }

  .blog-posts {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-posts._2 {
    flex-direction: column;
  }

  .blog-template {
    grid-row-gap: 100px;
  }

  .bt-heading {
    font-size: 50px;
  }

  .bt-bar {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .bt-bar-details {
    display: none;
  }

  .bt-image {
    height: 420px;
  }

  .bt-image._2 {
    height: 450px;
  }

  .collection-list-blog {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-card {
    height: 400px;
  }

  .blog-content {
    bottom: 30px;
  }

  .contact-heading {
    font-size: 13vw;
  }

  .form-button {
    margin-top: 50px;
  }

  .form {
    grid-row-gap: 50px;
  }

  .input {
    width: 100%;
  }

  .form-wrrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  ._404-heading {
    font-size: 150px;
  }

  ._404-image {
    width: 150px;
  }

  ._404-heading-small {
    font-size: 40px;
  }

  .menu-column._1 {
    display: none;
  }

  .menu {
    justify-content: flex-start;
    display: none;
  }

  .resources-heading-copy {
    font-size: 90px;
  }

  .clone-me {
    display: block;
  }

  .highlight-title {
    font-size: 78px;
    line-height: 50px;
  }

  .header-block {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .header-buttons-wrapper {
    padding-left: 20px;
  }

  .header-intro-text {
    text-align: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-intro-text._404-text {
    padding-right: 0;
  }

  .header-image-block {
    justify-content: center;
    display: flex;
  }

  .header-image-column {
    width: 100%;
    height: 280px;
  }

  .header-image-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 250px;
    margin: -40px auto -90px;
    display: flex;
    position: static;
  }

  .hero-section {
    height: auto;
    min-height: 0;
  }

  .header-column {
    width: 100%;
    height: auto;
    padding-top: 0;
    display: block;
  }

  .blur-image {
    width: 116%;
    height: 115%;
    top: -8%;
    left: -9%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding: 20px 0;
  }

  .container.c-resources {
    z-index: auto;
    grid-row-gap: 150px;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .logo {
    width: 120px;
  }

  .hero-heading {
    font-size: 9vw;
  }

  .hero-heading._2 {
    font-size: 13vw;
  }

  .scroll-button {
    width: 150px;
    height: 150px;
    display: none;
  }

  .hero-gradient {
    width: 320px;
  }

  .hc-icon._3 {
    left: 16%;
  }

  .hero-square {
    top: auto;
  }

  .hero-square._1 {
    width: 360px;
    height: 360px;
  }

  .hero-square._2 {
    width: 350px;
    height: 350px;
  }

  .hero-square._3 {
    width: 340px;
    height: 340px;
  }

  .hero-square._4 {
    width: 330px;
    height: 330px;
  }

  .hero-square._5 {
    width: 320px;
    height: 320px;
  }

  .hero-black-gradient {
    height: 460px;
    bottom: 7%;
  }

  .hero-black-gradient._2 {
    width: 200%;
    top: -39%;
    right: -345px;
  }

  .hero-black-gradient._3 {
    bottom: 59%;
  }

  .sg-text-big {
    font-size: 200px;
  }

  .paragraph-20px.mb {
    font-size: 14px;
  }

  .sg-background {
    padding-left: 0;
  }

  .paragraph-16px {
    margin-bottom: 220px;
  }

  .scroll-button-image {
    display: block;
  }

  .sp-heading {
    font-size: 90px;
  }

  .yellow {
    font-size: 60px;
  }

  .sp-card {
    max-width: 300px;
    height: 440px;
    min-height: auto;
  }

  .sp-card._2 {
    top: 304.5px;
  }

  .sp-card._3 {
    top: 952.5px;
  }

  .creative {
    grid-row-gap: 200px;
  }

  .creative-heading {
    font-size: 50px;
  }

  .creative-wrapper {
    grid-row-gap: 30px;
    flex-direction: row;
    align-items: flex-start;
  }

  .creative-text {
    font-size: 3.2vw;
    line-height: 140%;
  }

  .creative-gradients {
    pointer-events: none;
    display: none;
  }

  .creative-big-headings {
    margin-top: -19px;
    top: auto;
  }

  .resources-heading {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .resources-content {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .regular {
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    z-index: 1;
  }

  .resources-card, .resources-card-2 {
    display: none;
  }

  .resources-gradient {
    z-index: -4;
  }

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

  .footer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .fh-links-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex: 0 auto;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .footer-bottom {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .fb-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-header {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    padding-right: 0;
  }

  .footer-button {
    display: flex;
  }

  .page-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .ha-heading {
    font-size: 10.5vw;
  }

  .ha-card {
    display: none;
  }

  .heading-about {
    font-size: 6vw;
  }

  .about-us {
    grid-row-gap: 50px;
    justify-content: center;
    align-items: flex-start;
  }

  .au-text {
    font-size: 20px;
  }

  .au-text-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .horizontal-scroll-wrapper {
    overflow: hidden;
  }

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

  .au-horizontal-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .at-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    top: -97px;
  }

  .at-profile {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    font-size: 16px;
  }

  .at-image-wrapper {
    height: 400px;
  }

  .at-content {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
  }

  .at-button-circle {
    top: 6px;
    right: 0;
  }

  .at-gradient, .at-gradient-blue {
    display: none;
  }

  .brands {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brands-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .as-wrapper {
    width: 100vw;
  }

  .as-inner {
    width: 100px;
  }

  .as-text {
    width: 60vw;
    font-size: 18px;
  }

  .ac-heading {
    text-align: center;
  }

  .footer-gradients {
    display: none;
  }

  .fg-small {
    filter: blur(200px);
  }

  .fg-big {
    filter: blur(200px);
    width: 100%;
    height: 430px;
  }

  .as-brand {
    width: 90px;
  }

  .as-brand._1 {
    width: 30px;
  }

  .th-gradient {
    display: none;
  }

  .ta-content {
    grid-row-gap: 50px;
    font-size: 14px;
  }

  .ta-text {
    font-size: 20px;
  }

  .th-heading {
    font-size: 60px;
  }

  .sh-heading {
    font-size: 11.7vw;
  }

  .sh-wrapper._2 {
    left: 27%;
  }

  .se-heading {
    font-size: 60px;
  }

  .se-image {
    width: 240px;
    margin-top: -35px;
  }

  .sc-categories {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sc-gradient {
    display: none;
  }

  .sc-gradient-dark-green {
    height: 460px;
  }

  .sc-gradient-green {
    width: 320px;
  }

  .sc-relative {
    text-align: center;
  }

  .footer-2-header {
    font-size: 14px;
    line-height: 130%;
  }

  .f2m-left {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .f2m-right {
    text-align: center;
    align-items: center;
  }

  .f2-gradient, .f2-gradient-dark-green {
    display: none;
  }

  .f2-gradient-green {
    width: 100%;
  }

  .footer-2-bottom {
    text-align: center;
  }

  .f2h-heading {
    font-size: 14vw;
  }

  .hero-squares {
    top: -8%;
  }

  .hero-squares.squares-contact {
    top: -7%;
  }

  .projects-card {
    min-height: 400px;
  }

  .projects-hero {
    grid-row-gap: 10px;
  }

  .ph-headings-wrapper {
    grid-column-gap: 15px;
  }

  .ph-gradient {
    display: none;
  }

  .ph-heading {
    font-size: 10.8vw;
    line-height: 120%;
  }

  .hc-inner._2 {
    grid-column-gap: 30px;
  }

  .hc-circle {
    width: 57px;
    height: 57px;
    margin-top: 0;
  }

  .bp-card {
    display: flex;
  }

  .bp-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bp-badge {
    top: 325px;
    left: 15px;
  }

  .hc-heading {
    font-size: 54px;
  }

  .blog-template {
    grid-row-gap: 70px;
  }

  .bt-image {
    height: 350px;
  }

  .bt-rich-contet p {
    font-size: 16px;
    line-height: 140%;
  }

  .bc-heading {
    font-size: 25px;
  }

  .contact-heading {
    font-size: 12vw;
  }

  .contact-content {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .form-button {
    margin-left: 0;
  }

  .form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .f2c-link {
    font-size: 16px;
  }

  ._404-heading {
    font-size: 100px;
  }

  ._404-heading-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._404-image {
    width: 100px;
  }

  ._404-heading-small {
    font-size: 8vw;
  }

  .menu {
    flex-direction: column;
    padding-top: 0;
    display: none;
  }

  .terms-wrapper {
    width: auto;
  }

  .hero-gradient-2 {
    width: 320px;
  }

  .heading {
    overflow: scroll;
  }

  .checkbox-field {
    display: flex;
  }

  .ptd-heading {
    font-size: 40px;
  }

  .resources-heading-copy {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .clone-me {
    z-index: 0;
  }

  .button_call {
    z-index: auto;
    background-color: #128316;
    position: sticky;
  }

  .section-2 {
    background-position: 50%;
  }

  .bold-text-2 {
    font-size: 50px;
  }

  .bold-text-3 {
    font-size: 60px;
  }

  .div-block {
    outline-offset: 0px;
    background-image: url('../images/AdobeStock_280960942.jpeg');
    background-position: 50%;
    background-size: cover;
    outline: 3px solid #555;
    width: 100vw;
    height: 50vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .yellow-copy {
    font-size: 20px;
  }

  .paragraph-2 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin-bottom: 20px;
  }

  .highlight-title {
    font-size: 50px;
    line-height: 40px;
  }

  .heading-2 {
    padding-left: 10px;
    font-size: 3em;
  }

  .header-buttons-wrapper {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
  }

  .header-intro-text {
    max-width: 280px;
    font-size: 14px;
    line-height: 27px;
  }

  .header-intro-text._404-text {
    max-width: 270px;
    padding-right: 0;
    font-weight: 400;
  }

  .header-image-column {
    height: 240px;
  }

  .header-image-wrapper {
    height: 200px;
    margin-top: -50px;
    margin-bottom: -60px;
  }

  .button-2.header-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-2.header-button.transparant-version {
    float: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
  }

  .text-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3em;
  }

  .button-subtitle {
    font-size: 12px;
  }

  .blur-image {
    filter: brightness(110%) blur(17px);
    background-image: url('../images/AdobeStock_250887293.jpeg');
  }
}

#w-node-_07fea166-5448-484b-cb5a-f9690168ceb5-0168ceb1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-b1f167de-2d86-777e-7620-877eac1b228c-0168ceb1 {
  justify-self: end;
}

#w-node-_7fea354f-daeb-5c79-9958-bc8947f21c56-0168ceb1 {
  justify-self: start;
}

#w-node-eb9ca44e-036b-17c8-36f6-fcd8d0741db5-0168ceb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_48a0b551-8bdf-b08c-cd23-f897cac68d18-0168ceb1 {
  justify-self: start;
}

#w-node-_980c9937-58a0-0701-1e86-eae9c62c4ec0-0168ceb1 {
  justify-self: end;
}

#w-node-_9825fcd2-f6cf-291d-853f-8072465defee-356a460a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90bfc4e3-7800-a5c7-513c-ec4df778ed02-356a460a {
  justify-self: auto;
}

#w-node-d2e33463-a3ac-ed5e-92f5-077eb7d093d7-356a460a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d2e33463-a3ac-ed5e-92f5-077eb7d093da-356a460a {
  justify-self: auto;
}

#w-node-_16cb07d9-860d-aa42-2694-4859363f25ea-356a460a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_16cb07d9-860d-aa42-2694-4859363f25ed-356a460a {
  justify-self: auto;
}

#w-node-db56674c-9d08-7cab-9514-4513b1f85448-356a460a, #w-node-ee0f57f9-6c51-e2cd-4cc2-2c8566fdb452-356a460a, #w-node-_6ba7038b-7cb5-c258-4ae4-a7569484567b-356a460a, #w-node-c3ca17c6-b18d-c38c-96c2-63cce1bb3ae7-356a460a, #w-node-_0e1787bf-2775-352e-c028-4c3732f3c432-32f3c3fd, #w-node-_0e1787bf-2775-352e-c028-4c3732f3c433-32f3c3fd, #w-node-_122c7a1f-ff76-9a18-8e6c-2de6668afc25-356a4610, #w-node-_122c7a1f-ff76-9a18-8e6c-2de6668afc26-356a4610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4251f622-4d07-58a5-081e-ec250da5fba5-356a4611 {
  justify-self: center;
}

#w-node-_7ae0eb6e-cd1a-a026-8c10-d267fb823948-356a4611 {
  justify-self: end;
}

#w-node-a9a882b7-83b2-623e-9d66-caafd419fa3e-356a4611, #w-node-a9a882b7-83b2-623e-9d66-caafd419fa3f-356a4611, #w-node-e6e41ae2-8907-0aa9-fdb0-3c5fe37ba191-356a4614, #w-node-e6e41ae2-8907-0aa9-fdb0-3c5fe37ba192-356a4614, #w-node-cb9dfbc1-6dd6-423a-ca75-10c3920f6301-356a4614, #w-node-cb9dfbc1-6dd6-423a-ca75-10c3920f6302-356a4614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_16cb07d9-860d-aa42-2694-4859363f25ea-356a460a {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d2e33463-a3ac-ed5e-92f5-077eb7d093d7-356a460a {
    justify-self: start;
  }

  #w-node-_4251f622-4d07-58a5-081e-ec250da5fba5-356a4611 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Instrumentsans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Good Times Rg';
  src: url('../fonts/good-times-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}