:root {
  --black: #000000e6;
  --white: white;
  --green: #7ed322;
  --grey: #939598;
}

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

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

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

body {
  color: #fff;
  background-color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 95px;
  font-weight: 500;
  line-height: 110px;
}

h2 {
  color: #fff;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 400;
  line-height: 75px;
}

h3 {
  color: var(--black);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.5em;
}

h4 {
  color: var(--black);
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5em;
}

p {
  color: #aeaeae;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 38px;
}

a {
  text-decoration: none;
}

li {
  color: var(--black);
  font-size: 16px;
}

.section {
  z-index: 2;
  background-color: var(--white);
  padding-left: 74px;
  padding-right: 74px;
  position: relative;
  overflow: visible;
}

.section.the-agency-section {
  background-color: #000;
  width: 100%;
}

.section.the-agency-section.bg-dark-grey {
  background-color: #141414;
}

.section.the-agency-section.bg-light-gray {
  background-color: var(--white);
  color: var(--black);
  display: none;
}

.section.digital-agency-section {
  padding-bottom: 300px;
}

.section.blog-stories-section {
  padding-top: 400px;
}

.section.blog-stories-section.bg-dark-grey {
  background-color: #141414;
}

.section.cta {
  position: relative;
}

.section.cta.bg-dark-grey {
  display: block;
  position: relative;
}

.section.bg-dark-grey {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.section.bg-dark-grey.introdcution-about {
  padding-top: 600px;
  overflow: visible;
}

.section.bg-dark-grey.relative-0 {
  z-index: 0;
}

.section.about {
  padding-bottom: 300px;
}

.section.services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/H2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.projects {
  background-image: linear-gradient(#0000, #000), url('../images/Projects.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.blog {
  background-image: linear-gradient(to right, #000000b3, #fff0 50%), url('../images/milad-fakurian-WUtT8cGRPog-unsplash.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.bg-dark-brown {
  background-color: #1f1f21;
}

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

.section.white-section.media {
  background-image: url('../images/media.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.section.green {
  background-color: var(--green);
  background-image: url('../images/leaf.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.bg-light-gray {
  background-color: var(--white);
  color: #000;
  display: none;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 300px 75px;
  display: flex;
}

.container.expertise {
  align-items: center;
}

.container.relative-2 {
  z-index: 2;
  position: relative;
}

.container.padding-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.container.padding-200px.center {
  align-items: center;
}

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

.container.no-pading {
  padding-top: 0;
  padding-bottom: 0;
}

.container.footer {
  align-items: center;
  padding-top: 0;
  padding-bottom: 150px;
}

.container.header {
  align-items: center;
}

.container.relative-project {
  z-index: 10;
  position: relative;
}

.container.vertical-center {
  align-items: center;
}

.container.footer-2 {
  align-items: center;
  padding-top: 0;
  padding-bottom: 150px;
}

.container.job {
  padding-bottom: 280px;
}

.margin-bottom-50px {
  margin-bottom: 50px;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.paragraph-20px {
  color: #e0ccbb;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-20px.opacity-70 {
  color: #e0ccbbb3;
}

.paragraph-20px.white {
  color: #fff;
}

.paragraph-18px {
  color: #fff6;
  flex: none;
  min-width: 100%;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-16px {
  color: #ffffffb3;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-16px.margin-bottom-24px.color-black {
  color: var(--black);
}

.paragraph-16px.black {
  color: #000000b3;
}

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

.paragraph-16px._650px {
  max-width: 650px;
}

.paragraph-16px.white {
  color: #fff;
}

.paragraph-16px._33-3 {
  width: 33.3333%;
}

.paragraph-16px._300px {
  max-width: 300px;
}

.paragraph-14px {
  color: #ece5dbe6;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-14px.opacity-40 {
  color: #ece5db66;
}

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

.paragraph-12px {
  color: #fff9;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.paragraph-12px.text-link {
  transition: opacity .45s;
}

.paragraph-12px.text-link:hover {
  opacity: .5;
}

.page-wrapper {
  overflow: visible;
}

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

.navbar {
  z-index: 11;
  color: #000;
  background-color: #ddd0;
  flex-direction: row;
  align-items: center;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.bg-dark-grey {
  z-index: 11;
}

.container-navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 75px;
  display: flex;
}

.logo, .logo.w--current {
  width: 150px;
}

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

.image.data {
  object-fit: fill;
}

.navbar-text {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 1px;
}

.hero-subheading-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
  position: static;
}

.hero-heading-wrapper {
  max-width: 1240px;
  margin-bottom: 120px;
  text-decoration: none;
}

.hero-heading {
  color: #000;
  letter-spacing: 0;
  font-size: 100px;
  font-weight: 900;
  line-height: 1.1;
}

.introduction-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 810px;
  display: flex;
}

.introduction-wrapper {
  grid-column-gap: 110px;
  align-items: center;
  display: flex;
}

.introduction-image {
  flex: none;
  width: 136px;
  height: 136px;
}

._810px {
  max-width: 810px;
}

._810px.mb {
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

._810px.mb.color-black {
  color: var(--black);
}

.agency-paragraph {
  max-width: 503px;
  margin-top: 90px;
}

.agency-paragraph.color-black {
  color: var(--black);
}

.the-agency-section {
  padding-left: 74px;
  padding-right: 74px;
  position: relative;
}

.the-agency-image {
  z-index: 1;
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.expertise-text-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 503px;
  display: flex;
}

.expertise-content {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.expertise-wrapper {
  z-index: 1;
  grid-column-gap: 20px;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.expertise-inner {
  z-index: 100;
  -webkit-text-stroke-color: var(--black);
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  position: relative;
}

.expertise-line {
  color: var(--green);
}

.expertise-heading {
  z-index: 2;
  color: var(--black);
  font-weight: 700;
  transition: all .35s;
  position: relative;
}

.expertise-heading.smaller {
  font-size: 55px;
  font-weight: 300;
}

.digital-agency-section {
  color: #000;
  background-color: #fff;
  padding-bottom: 150px;
  padding-left: 74px;
  padding-right: 74px;
}

.black {
  color: #000;
}

.digital-agency-wrapper {
  grid-column-gap: 150px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.digital-agency-grid {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  display: none;
}

.digital-agency-grid-content {
  width: 110px;
}

._500px {
  max-width: 500px;
}

.blog-stories-section {
  padding-top: 300px;
  padding-left: 74px;
  padding-right: 74px;
  position: relative;
}

.stories-section {
  width: 85%;
  height: 800px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: -300px auto 0% 0%;
}

.blog-stories-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.blog-stories-wrapper {
  z-index: 1;
  grid-column-gap: 100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.blog-stories-heading {
  max-width: 400px;
}

.light-pink {
  color: #e0ccbb;
}

.light-pink._318px {
  max-width: 390px;
}

.blog-stories-inner {
  grid-column-gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

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

.events-content {
  grid-column-gap: 40px;
  align-items: center;
  width: 100%;
  display: flex;
}

.events-wrapper {
  z-index: 1;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33.3333%;
  height: 560px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.events-wrapper.middle {
  margin-bottom: 80px;
}

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

.events-inner {
  z-index: 1;
  grid-row-gap: 6px;
  opacity: .5;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.events-shadow {
  background-image: linear-gradient(#fff0, #141414);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.light-grey {
  color: #ece5db;
}

.cta-content {
  grid-column-gap: 100px;
  text-align: left;
  border-top: 1px solid #ece5db33;
  border-bottom: 1px solid #ece5db33;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  padding: 80px 100px;
  display: none;
}

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

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

.social-wrapper {
  border: 1px solid #ece5db33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: opacity .45s;
  display: flex;
}

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

.cta-button {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.cta-blur {
  z-index: -1;
  filter: blur(170px);
  background-color: #1f1f1f;
  border-radius: 0%;
  width: 550px;
  height: 622px;
  position: absolute;
  inset: 0% auto 0% 270px;
  transform: rotate(20deg);
}

.cta-blur-2 {
  z-index: -1;
  filter: blur(170px);
  background-color: #1f1f1f;
  border-radius: 0%;
  width: 550px;
  height: 622px;
  position: absolute;
  inset: 0% 376px -3% auto;
  transform: rotate(-20deg);
}

.footer {
  z-index: 2;
  background-color: #000;
  position: relative;
}

.footer-grid {
  grid-column-gap: 746px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  width: 100%;
}

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

.footer-links-wrapper {
  grid-row-gap: 1px;
  flex-direction: column;
  display: flex;
}

.bg-dark-grey {
  background-color: #141414;
}

.footer-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 180px;
  display: flex;
}

.container-footer {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 50px 70px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.container-pd-200px {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 200px 75px;
  display: flex;
}

.container-pd-200px.cta {
  text-align: center;
  align-items: center;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: absolute;
}

.hover-hero {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #161616cc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu {
  z-index: 10;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.menu-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  padding: 200px 50px;
  display: flex;
  position: relative;
}

.menu-links {
  grid-column-gap: 100px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.heading-menu {
  z-index: 10;
  color: #fffc;
  font-weight: 400;
}

.menu-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 200px;
}

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

.menu-grid-content._5 {
  grid-row-gap: 0px;
}

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

.flex-horizantal-bottom {
  grid-column-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.text-menu-grid {
  color: #ffffff47;
  margin-bottom: 2px;
  margin-left: -10px;
  font-size: 10px;
  line-height: 20px;
}

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

.menu-button {
  z-index: 101;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 70px 0% auto;
}

.line-1-menu-button, .line-2-menu-button {
  background-color: #fff;
  width: 1px;
  height: 42px;
}

.menu-button-trigger {
  grid-column-gap: 10px;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.hover-agency-green {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #5c8d69d9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.expertise-image {
  width: 320px;
  height: 414px;
  position: absolute;
  inset: -103px 0% auto;
}

.expertise-link-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.expertise-circle {
  border: 1px solid #e0ccbbb3;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: -28px -51px 0% auto;
}

.expertise-arrow {
  width: 17px;
}

.hover-stories {
  background-color: #ffe9ce99;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.blog-stories-image {
  z-index: -1;
  width: 320px;
  height: 410px;
  position: absolute;
  inset: -174px 0% 0%;
}

.expertise-inner-link {
  z-index: 4;
}

.footer-link {
  color: #ece5db;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: color .45s;
}

.footer-link:hover {
  color: #ece5db80;
}

.text-link-14px {
  color: var(--grey);
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition: color .45s;
}

.text-link-14px:hover {
  color: var(--green);
}

.text-link-14px.cta-link {
  border: 1px solid var(--grey);
  padding: 5px 10px;
}

.menu-text-link-18px {
  color: #fff6;
  font-size: 18px;
  line-height: 28px;
  transition: opacity .45s;
}

.menu-text-link-18px:hover {
  opacity: .5;
}

.menu-text-link-16px {
  color: #ffffffb3;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .45s;
}

.menu-text-link-16px:hover {
  opacity: .5;
}

.events-paragraph {
  z-index: 1;
  max-width: 280px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.hover-evenrs {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.menu-link-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-link-wrapper._1, .menu-link-wrapper._2, .menu-link-wrapper._3, .menu-link-wrapper._4, .menu-link-wrapper._5 {
  position: relative;
}

.menu-link-image {
  z-index: 6;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  height: 414px;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.menu-link-inner {
  z-index: 8;
  grid-column-gap: 20px;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.about-content {
  max-width: 890px;
}

.about-wrapper {
  grid-column-gap: 150px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 160px;
  display: flex;
}

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

.about-grid {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
}

.about-grid-content {
  width: 110px;
}

.about-absolute {
  width: 85%;
  height: 800px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: -300px auto 0% 0%;
}

.introduction-about-wrapper {
  z-index: 2;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-introduction-about {
  align-items: flex-start;
  font-size: 8px;
  line-height: 18px;
}

.introdction-about-inner {
  grid-column-gap: 10px;
  align-items: flex-start;
  display: flex;
}

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

.container-mg-50px {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 50px 300px;
  display: flex;
}

.container-mg-50px.padding-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-mg-50px.padding-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.container-mg-50px.padding-200px.center {
  align-items: center;
}

.container-mg-50px.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.container-mg-50px.blog {
  text-align: center;
  align-items: center;
}

.icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vertical {
  background-color: #fff;
  width: 26px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.horizontal {
  background-color: #fff;
  width: 26px;
  height: 2px;
}

.social-link-team {
  background-color: var(--black);
  color: var(--black);
  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;
}

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

.team-profile {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-end;
  width: 80%;
  margin-bottom: 0;
  display: flex;
}

.heading-team {
  background-color: var(--green);
  color: var(--black);
  letter-spacing: -.2vw;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 75px;
  font-weight: 400;
  line-height: 95px;
  position: relative;
}

.profile-details {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 86px;
  left: -193px;
}

.profile-wrapper {
  grid-column-gap: 3vw;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.profile-wrapper._3rd {
  justify-content: center;
  width: 100%;
  position: relative;
}

.profile-wrapper._2nd {
  justify-content: flex-end;
  margin-bottom: -9.875vw;
}

.icon-holder {
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 91px;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0% -40px auto auto;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 400px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  margin-bottom: 89px;
  display: grid;
  position: relative;
}

.team-profile-socials {
  grid-column-gap: 10px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.profile-image {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  min-width: 200px;
  height: 500px;
  display: flex;
  position: relative;
}

.open-description {
  grid-row-gap: 0px;
  background-color: var(--green);
  cursor: pointer;
  border: 1px #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  display: flex;
  position: absolute;
}

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

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

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

.team-description {
  z-index: 101;
  grid-row-gap: 70px;
  background-color: #222;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  height: 93vh;
  padding: 100px 70px;
  display: none;
  position: fixed;
  inset: 40px 40px 40px auto;
}

.team-description._1, .team-description._2, .team-description._3, .team-description._4, .team-description._5 {
  display: none;
}

.close-description {
  z-index: 1;
  cursor: pointer;
  background-color: #202020;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -100px;
}

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

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

.parteners-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 810px;
  display: flex;
}

.parteners-wrapper {
  grid-column-gap: 110px;
  align-items: center;
  display: flex;
}

.parteners-image {
  flex: none;
  width: 136px;
  height: 136px;
}

.team-shape {
  z-index: 100;
  background-color: #202020;
  justify-content: center;
  align-items: center;
  width: 69px;
  height: 451px;
  display: flex;
  transform: rotate(-135deg);
}

.team-shape-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: absolute;
  inset: -233px 0% auto;
}

.parteners-grid {
  grid-column-gap: 120px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 200px;
}

.parteners-grid-content, .parteners-grid-image {
  width: 100%;
}

.parteners-line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.completed {
  grid-column-gap: 50px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.white {
  color: #fff;
}

.white._380px {
  max-width: 380px;
}

.opacity-50 {
  opacity: .5;
}

.completed-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

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

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

.team-heading-description {
  color: var(--green);
  display: block;
}

.hover-about-absolute {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #5c8d69d9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.bg-team-description {
  z-index: 100;
  background-color: #000000ad;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-image {
  object-fit: fill;
  width: 20px;
  height: 20px;
}

.team-modal-1, .team-modal-2, .team-modal-3 {
  position: absolute;
  inset: 0%;
}

.profile-fade {
  background-image: linear-gradient(#00000047, #141414ad);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 300px 222px;
  display: flex;
}

.container-services.footer {
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

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

.services-header-wrapper {
  justify-content: flex-end;
  width: 100%;
  padding-top: 40px;
  padding-right: 100px;
  display: flex;
}

.services-content {
  grid-column-gap: 50px;
  border-bottom: 1px solid #ffffff4d;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.services-content.last {
  border-bottom-style: none;
}

.opacity-80 {
  opacity: .8;
}

.services-heading {
  color: #fff3;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 150px;
}

.services-wrapper {
  margin-bottom: 150px;
}

.contact {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 923px;
  margin-top: 0;
  display: flex;
}

.contact-content {
  width: 100%;
}

.contact-wrapper {
  grid-column-gap: 50px;
  border-bottom: 1px solid #ffffff5e;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-line {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.services-footer-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  display: flex;
}

.services-footer-logo {
  width: 70px;
}

.services-footer-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.services-footer-inner {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-footer-inner-line {
  background-color: #fff3;
  width: 1px;
  height: 16px;
}

.services-h4 {
  opacity: .8;
  width: 33.3333%;
}

.header-projects {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 950px;
  height: 420px;
  display: flex;
}

.header-projects-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 610px;
  display: flex;
}

.category-projects {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.category-projects-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.category-project-circle {
  background-color: #fff;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.category-project-circle.opacity-0 {
  opacity: 0;
}

.category-project-circle.opacity-0.w--current {
  opacity: 1;
}

.category-project-inner {
  grid-column-gap: 5px;
  align-items: flex-start;
  display: flex;
}

.text-category-project {
  color: #ffffffb3;
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
}

.project-content {
  grid-row-gap: 400px;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.project-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  margin-bottom: 0;
  display: flex;
}

.project-image {
  width: 100%;
  height: 585px;
}

.collection-list-wrapper-projects {
  width: 50%;
}

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

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

.flex-horzizontal {
  align-items: center;
  display: flex;
}

.margin-right-20px {
  margin-right: 20px;
}

.project-line {
  background-color: #fff6;
  width: 164px;
  height: 1px;
}

._400px {
  max-width: 400px;
}

.margin-right-10px {
  margin-right: 10px;
}

.projects-wrapper {
  grid-column-gap: 100px;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.project-contact {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.flex-horzizontal-top {
  align-items: flex-start;
  display: flex;
}

.collection-list-wrapper-category {
  flex-direction: row;
  width: 100%;
}

.collection-list-category {
  grid-column-gap: 50px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.category-content {
  grid-row-gap: 200px;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.category-text {
  color: #ffffffb3;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: color .45s;
}

.category-text:hover, .category-text.w--current {
  color: #fff;
}

.category-text.active {
  color: #ffffffb3;
}

.category-text.active:hover {
  color: #fff;
}

.hover-project {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #fffc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

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

.linear-project {
  background-image: linear-gradient(to right, #000000b3, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-header-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.project-header-line {
  background-color: #ffffffb3;
  width: 20px;
  height: 1px;
}

.project-header {
  max-width: 900px;
}

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

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

.about-project-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-project-inner {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.data-image {
  width: 100%;
  height: auto;
}

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

.project-image-content {
  grid-row-gap: 100px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.mobile-experience-content {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-grid-image {
  grid-column-gap: 40px;
  grid-row-gap: 70px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.project-grid-images-wrapper {
  height: 583px;
}

.project-cta {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 710px;
  display: flex;
}

.project-cta-wrapper {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.project-social-content {
  grid-column-gap: 12px;
  display: flex;
}

.project-social {
  border: 1px solid #ece5db33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: opacity .45s;
  display: flex;
}

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

.next-project {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.next-project-button {
  background-color: #95797e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: absolute;
  inset: auto;
}

.line-project-hover {
  width: 100%;
}

.logo-careers {
  grid-column-gap: 14px;
  flex: none;
  align-items: center;
  display: flex;
}

.logo-careers-image {
  flex: none;
  width: 43px;
}

.heading-careers {
  max-width: 1030px;
}

.careers-image {
  width: auto;
  height: 720px;
}

.careers-image.bg-dark-grey {
  margin-bottom: 0;
  padding-bottom: 140px;
}

.careers-image-wrapper {
  width: 85%;
  height: 100%;
}

.careers {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.careers-content {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 750px;
  display: flex;
}

.collection-list-wrapper-careers {
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.careers-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

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

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

.careers-arrows-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.careers-arrow {
  width: 40px;
}

.careers-arrow-absolute {
  z-index: 1;
  opacity: 0;
  width: 40px;
  display: block;
  position: absolute;
}

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

.job-content {
  grid-column-gap: 150px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.job-content-left-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.job-social-links {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.job-social {
  border: 1px solid #ece5db33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  transition: opacity .45s;
  display: flex;
}

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

.job-button {
  background-color: #ff482fa8;
  border: 1px solid #000;
  border-radius: 200px;
  padding: 26px 39px;
  transition: border .45s;
}

.job-button:hover {
  border-color: #fff;
}

.job-content-right {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 569px;
  padding-right: 49px;
  display: flex;
}

.job-content-right-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.line-job {
  background-color: #ffffffb3;
  width: 25px;
  height: 1px;
}

.navbar-button {
  grid-column-gap: 40px;
  align-items: center;
  transition: opacity .45s;
  display: flex;
}

.navbar-button:hover {
  opacity: .5;
}

.mask-job {
  z-index: 10;
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #14141480;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.form-block {
  z-index: 11;
  width: 80%;
  max-width: 1200px;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-green-section {
  background-color: #5fff6f;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 54px 0;
  display: flex;
}

.form-button {
  background-color: #000;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.form-text-link {
  max-width: 183px;
  margin-bottom: 55px;
  font-size: 25px;
  transform: rotate(-90deg);
}

.form {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 91%;
  padding: 185px 40px;
  display: flex;
}

.form-heading-content {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

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

.form-content {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.text-field {
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #cecece;
  padding: 25px 10px;
}

.text-field:focus {
  border-style: none none solid;
  border-color: #000 #000 #cecece;
}

.text-field::placeholder {
  color: #adadad;
  font-size: 20px;
  font-weight: 500;
}

.text-field._50 {
  width: 50%;
}

.submit-button {
  color: #000;
  background-color: #050a0e00;
  border: 1px solid #cfcfcf;
  border-radius: 200px;
  padding: 12px 30px;
  transition: box-shadow .45s;
}

.submit-button:hover {
  box-shadow: 0 0 14px #0003;
}

.success-message {
  background-color: #ddd0;
  width: 100%;
  position: absolute;
  top: 140px;
}

.error-message {
  background-color: red;
  width: 26%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header-blog {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 918px;
  display: flex;
}

.blog-content {
  grid-column-gap: 100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blog-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.blog-wrapper._440px {
  max-width: 440px;
}

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

.collection-list-blog {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.line-blog {
  background-color: #e0ccbb4d;
  width: 100%;
  height: 1px;
  margin-top: 50px;
}

.blog-image-wrapper {
  max-width: 320px;
  height: 414px;
  display: flex;
  position: absolute;
  top: -73px;
}

.blog-header {
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 1000px;
  display: flex;
}

.blog-page-wrapper {
  grid-column-gap: 100px;
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.blog-page-date {
  grid-column-gap: 30px;
  align-items: center;
  width: 33.3333%;
  display: flex;
}

.blog-page-button {
  grid-column-gap: 12px;
  flex: none;
  align-items: center;
  display: flex;
}

.blog-page-arrow {
  width: 26px;
  transform: rotate(180deg);
}

.blog-page-brand {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  display: flex;
}

.line-blog-page {
  background-color: #fff3;
  width: 1px;
  height: 43px;
}

.image-blog-page {
  width: 44px;
}

.blog-page-social {
  grid-column-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 33.3333%;
  display: flex;
}

.blog-page-social-wrapper {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .45s;
  display: flex;
}

.blog-page-social-wrapper:hover {
  border-color: #fff;
}

.blog-page-image-social {
  width: 9px;
}

.main-image {
  width: 100%;
  height: 600px;
}

.rich-text-block {
  text-align: left;
  max-width: 650px;
  margin-top: 200px;
}

.rich-text-block p {
  color: #fffc;
  font-size: 16px;
}

.gradient-next-project {
  background-image: linear-gradient(#0009, #0009);
  width: 100%;
  height: 100%;
  position: absolute;
}

.next-project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.next-project-heading {
  max-width: 1056px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

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

.blog-stories-category {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.gradient-images-hero {
  background-image: linear-gradient(#0000004d, #0000004d);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.utility-page-content {
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.terms-wrapper {
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: flex-start;
  width: 850px;
  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 {
  color: var(--black);
}

.terms-body h2 {
  margin-bottom: 20px;
  font-size: 40px;
}

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

.terms-body h2 {
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 300;
}

.terms-body p {
  color: var(--black);
  font-size: 16px;
  line-height: 1.2em;
}

.terms-body figcaption {
  color: #d6d6d6;
}

.styleguide-row {
  border-bottom: 1px solid #ffffff5c;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.display {
  color: #fff;
  letter-spacing: -10px;
  white-space: nowrap;
  font-size: 200px;
  font-weight: 300;
  line-height: 1.4;
}

.styleguie-tipography {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.font-wrapper {
  background-color: #2b2b2b;
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 307px;
  height: auto;
  padding: 12px;
  display: flex;
}

.font-box {
  background-color: #424242;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.satoshi-bold {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.vertical-font-box {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 20px;
  line-height: 1;
  display: flex;
}

.satoshi-medium {
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}

.satoshi-regular {
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
}

.utility-header {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.licenses h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 300;
}

.licenses figcaption {
  color: #d6d6d6;
}

.licenses p {
  font-size: 16px;
}

.licenses a {
  color: #fff;
}

.background-video {
  z-index: -1;
  opacity: .27;
  background-color: #fff;
  background-image: radial-gradient(circle, #ffffff0d, #fff);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ic-heading {
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

.body {
  background-color: #fff;
}

.text-field-2 {
  color: var(--white);
  background-color: #0000;
}

.text-field-2.form-field {
  border-style: solid none solid solid;
  border-width: 0 0 1px;
  border-color: black black var(--grey);
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  font-size: 22px;
  font-weight: 300;
  display: block;
}

.form-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--grey);
  background-color: #0000;
  font-size: 22px;
  font-weight: 300;
}

.form-field:focus {
  color: var(--white);
}

.form-field::placeholder {
  color: #fffc;
}

.form-block-2 {
  flex: none;
  width: 100%;
  max-width: 600px;
}

.container-2 {
  flex-wrap: nowrap;
  display: flex;
}

.quick-stack {
  grid-column-gap: 20px;
}

.submit-button-2 {
  background-color: var(--green);
  text-transform: uppercase;
  padding: 15px 30px;
  font-size: 30px;
  font-weight: 900;
  transition: all .5s;
}

.submit-button-2:hover {
  background-color: var(--white);
  color: var(--green);
}

.success-message-2 {
  background-color: #0000;
}

.error-message-2 {
  background-color: #ff6e6e;
}

.team-modal-4 {
  position: absolute;
  inset: 0%;
}

.heading, .heading-2 {
  color: var(--black);
}

.team-modal-5 {
  display: block;
  position: absolute;
  inset: 0%;
}

.green {
  color: var(--green);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
    line-height: 1.2;
  }

  h3 {
    font-size: 60px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .section.the-agency-section {
    overflow: visible;
  }

  .section.digital-agency-section {
    padding-bottom: 150px;
  }

  .section.blog-stories-section.bg-dark-grey {
    padding-top: 300px;
  }

  .section.bg-dark-grey.introdcution-about {
    padding-top: 400px;
  }

  .section.bg-dark-grey.relative-0 {
    z-index: 0;
    position: relative;
  }

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

  .section.blog {
    height: 100vh;
  }

  .container {
    padding: 150px 50px;
  }

  .container.padding-200px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .container.padding-200px.mb {
    padding-bottom: 50px;
  }

  .container.padding-100px.mb {
    padding-bottom: 0;
  }

  .container.footer, .container.footer-2 {
    padding-bottom: 75px;
  }

  .container.job {
    padding-bottom: 150px;
  }

  .page-wrapper.bg-black {
    background-color: #000;
  }

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

  .hero {
    align-items: center;
    height: 100vh;
  }

  .hero-heading-wrapper {
    max-width: 600px;
  }

  .hero-heading {
    font-size: 55px;
  }

  .expertise-content {
    grid-row-gap: 0px;
  }

  .expertise-wrapper {
    flex-direction: row;
  }

  .expertise-heading {
    font-size: 47px;
    line-height: 1.3;
  }

  .digital-agency-wrapper {
    grid-column-gap: 100px;
  }

  .stories-section {
    height: 600px;
    top: -200px;
  }

  .blog-stories-inner {
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .events-content {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .events-wrapper {
    width: 47%;
  }

  .events-shadow {
    background-image: linear-gradient(#fff0, #141414bf);
  }

  .cta-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-grid {
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-content {
    margin-top: 150px;
  }

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

  .container-pd-200px {
    padding: 150px 50px;
  }

  .cursor-wrapper {
    display: none;
  }

  .menu {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: scroll;
  }

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

  .menu-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 100px;
  }

  .expertise-image {
    display: none;
  }

  .expertise-link-wrapper {
    margin-top: 100px;
    margin-left: 0;
  }

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

  .about-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .about-absolute {
    height: 600px;
    top: -200px;
  }

  .container-mg-50px {
    padding: 150px 50px;
  }

  .container-mg-50px.padding-200px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

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

  .vertical, .horizontal {
    width: 25px;
  }

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

  .team-profile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin-bottom: 0;
  }

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

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

  .profile-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-self: auto;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .profile-wrapper._3rd {
    width: 100%;
  }

  .profile-wrapper._2nd {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }

  .team-grid {
    grid-column-gap: 0px;
    grid-row-gap: 100px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .team-profile-socials {
    font-size: 16px;
  }

  .profile-image {
    width: 80%;
    height: 100%;
  }

  .open-description {
    width: 50px;
    height: 50px;
  }

  .team-description {
    z-index: 100;
    display: flex;
    position: fixed;
    inset: 40px 40px 40px 151px;
  }

  .team-description._1, .team-description._2 {
    display: none;
  }

  .team-shape-wrapper {
    z-index: 1;
    display: none;
  }

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

  .parteners-grid-content {
    width: 80%;
  }

  .bg-team-description {
    z-index: 90;
  }

  .container-services {
    padding: 150px 50px;
  }

  .services-header {
    padding-top: 50px;
  }

  .services-header-wrapper {
    padding-right: 0;
  }

  .header-projects {
    grid-column-gap: 100px;
    margin-top: 50px;
    padding-top: 0;
  }

  .projects-wrapper {
    grid-column-gap: 70px;
  }

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

  .collection-list-category {
    grid-column-gap: 50px;
    grid-row-gap: 150px;
  }

  .project-grid-images-wrapper {
    height: 350px;
  }

  .next-project {
    z-index: 1;
    height: 600px;
    position: relative;
  }

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

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

  .job-content-left {
    grid-column-gap: 50px;
    width: 100%;
    max-width: none;
  }

  .job-content-right {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .form-block {
    width: 100%;
    display: none;
  }

  .form-text-link {
    font-size: 16px;
  }

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

  .header-blog {
    margin-top: 50px;
  }

  .blog-image-wrapper {
    display: none;
  }

  .blog-page-wrapper {
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .blog-page-date, .blog-page-brand {
    width: auto;
  }

  .blog-page-social {
    justify-content: center;
  }

  .rich-text-block {
    max-width: 450px;
    margin-top: 150px;
  }

  .next-project-heading {
    font-size: 60px;
    line-height: 1.2;
  }

  .blog-stories-category {
    flex: none;
  }

  .display {
    font-size: 130px;
  }

  .styleguie-tipography {
    grid-template-columns: 1fr 1fr;
  }

  .font-wrapper {
    height: auto;
  }

  .background-video {
    display: none;
  }

  .hero-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding-top: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    line-height: 1.3;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 50px;
    line-height: 60px;
  }

  .section.bg-dark-grey.introdcution-about {
    padding-top: 300px;
  }

  .section.about {
    padding-bottom: 200px;
  }

  .section.projects {
    z-index: 2;
  }

  .container {
    padding: 100px 30px;
  }

  .container.padding-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.c-careers {
    margin-top: 50px;
  }

  .container.job {
    padding-bottom: 100px;
  }

  .container-navbar {
    padding: 30px;
  }

  .introduction-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  ._810px.mb {
    font-size: 10vw;
  }

  .agency-paragraph {
    margin-top: 70px;
  }

  .digital-agency-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .stories-section {
    height: 500px;
  }

  .blog-stories-inner {
    grid-row-gap: 25px;
    flex-flow: column wrap;
  }

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

  .events-wrapper {
    width: 100%;
  }

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

  .footer-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .footer-grid-content {
    width: 25%;
  }

  .footer-content {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 100px;
  }

  .container-footer {
    padding: 50px 30px;
  }

  .footer-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .container-pd-200px {
    padding: 100px 30px;
  }

  .menu {
    padding-top: 0;
    display: none;
    overflow: scroll;
  }

  .menu-content {
    padding: 100% 30px 100px;
  }

  .menu-button-trigger {
    z-index: 20;
    position: relative;
  }

  .about-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .about-absolute {
    height: 500px;
  }

  .container-mg-50px {
    padding: 100px 29px;
  }

  .title-wrapper {
    margin-left: 0;
  }

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

  .heading-team {
    font-size: 60px;
    line-height: 80px;
  }

  .profile-details {
    grid-row-gap: 10px;
    top: -120px;
  }

  .profile-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
  }

  .profile-wrapper._3rd {
    width: 80%;
  }

  .profile-wrapper._2nd {
    align-items: flex-start;
    width: 80%;
    margin-bottom: 0;
  }

  .team-grid {
    grid-row-gap: 50px;
    justify-content: flex-start;
    width: 100%;
  }

  .team-profile-socials {
    font-size: 16px;
  }

  .profile-image {
    width: 100%;
  }

  .team-description {
    padding: 50px 25px;
    display: flex;
    left: 101px;
  }

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

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

  .parteners-grid {
    grid-column-gap: 50px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 100px;
  }

  .completed {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .completed-content {
    width: 100%;
  }

  .team-heading-description {
    font-size: 25px;
    line-height: 40px;
  }

  .container-services {
    padding: 100px 30px;
  }

  .container-services.footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-header-wrapper {
    padding-right: 0;
  }

  .contact-wrapper {
    align-items: center;
  }

  .header-projects {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .category-projects {
    flex-direction: column;
  }

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

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

  .projects-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .collection-list-category {
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .project-header {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .project-cta-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .project-heading {
    font-size: 70px;
  }

  .heading-careers {
    font-size: 75px;
  }

  .job-content-left {
    margin-top: 100px;
  }

  .job-content-right {
    padding-right: 0;
  }

  .form-block {
    height: 100%;
    padding-bottom: 0;
    display: none;
    overflow: scroll;
  }

  .form-green-section {
    width: 133px;
  }

  .form {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
  }

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

  .text-field._50 {
    width: 100%;
  }

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

  .blog-wrapper {
    width: 100%;
  }

  .blog-page-wrapper {
    grid-row-gap: 30px;
  }

  .rich-text-block {
    margin-top: 100px;
  }

  .next-project-heading {
    font-size: 50px;
  }

  .styleguide-row {
    padding-left: 30px;
    padding-right: 30px;
  }

  .display {
    font-size: 14vw;
  }

  .styleguie-tipography {
    grid-template-columns: 1fr;
  }

  .font-wrapper {
    width: auto;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 75px;
  }

  h2 {
    font-size: 50px;
    line-height: 65px;
  }

  h3 {
    font-size: 40px;
    line-height: 1.3;
  }

  .section.digital-agency-section {
    padding-bottom: 75px;
  }

  .section.blog-stories-section.bg-dark-grey {
    padding-top: 150px;
  }

  .section.bg-dark-grey.introdcution-about {
    padding-top: 175px;
  }

  .section.about, .container, .container.padding-200px {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .container.padding-100px {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .container.header {
    height: auto;
    padding-bottom: 75px;
  }

  .container.c-careers {
    margin-top: 100px;
  }

  .container.job {
    padding-bottom: 75px;
  }

  .paragraph-16px._33-3 {
    width: auto;
  }

  .paragraph-16px.hero-paragraph {
    color: var(--black);
  }

  .navbar-text {
    display: none;
  }

  .hero {
    z-index: 1;
    background-image: url('../images/hexagon-mobile.jpg');
    background-position: 0 0;
    background-size: cover;
  }

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

  .introduction-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  ._810px.mb {
    line-height: 1.3;
  }

  .expertise-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .expertise-line {
    display: none;
  }

  .expertise-heading {
    font-size: 11.4vw;
  }

  .digital-agency-grid {
    grid-column-gap: 40px;
  }

  .stories-section {
    height: 300px;
    top: -100px;
  }

  .events-wrapper {
    padding: 20px;
  }

  .footer-grid {
    grid-column-gap: 53px;
    grid-row-gap: 40px;
    justify-content: space-between;
  }

  .footer-grid-content {
    width: 41%;
  }

  .footer-content {
    margin-top: 75px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .container-pd-200px {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .menu {
    display: none;
  }

  .menu-content {
    padding-top: 125%;
  }

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

  .menu-button {
    position: fixed;
    inset: 40px 30px auto auto;
  }

  .line-1-menu-button, .line-2-menu-button {
    width: 30px;
    height: 1px;
  }

  .menu-button-trigger {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .expertise-link-wrapper {
    margin-top: 50px;
  }

  .about-wrapper {
    margin-top: 100px;
  }

  .about-grid {
    grid-column-gap: 40px;
  }

  .about-absolute {
    height: 300px;
    top: -100px;
  }

  .container-mg-50px, .container-mg-50px.padding-200px {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .profile-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    top: -97px;
  }

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

  .profile-wrapper._3rd, .profile-wrapper._2nd {
    width: 100%;
  }

  .team-grid {
    grid-row-gap: 40px;
  }

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

  .team-description {
    align-items: center;
    max-width: 650px;
    height: 80vh;
    display: none;
    top: 120px;
    bottom: 100px;
    left: 40px;
  }

  .team-description._1, .team-description._2 {
    display: none;
    overflow: visible;
  }

  .close-description {
    z-index: 10000;
    top: -81px;
    left: auto;
    right: auto;
  }

  .team-description-content {
    overflow: scroll;
  }

  .parteners-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .parteners-grid {
    grid-column-gap: 50px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 75px;
  }

  .parteners-line {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .overflow-hidden {
    position: static;
  }

  .heading-about-mobile {
    font-size: 51px;
    line-height: 65px;
  }

  .container-services {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .services-header-wrapper {
    padding-right: 0;
  }

  .services-content {
    grid-row-gap: 50px;
    flex-flow: wrap;
  }

  .services-heading {
    padding-top: 51px;
    padding-bottom: 25px;
    font-size: 80px;
    line-height: 1;
  }

  .services-h4 {
    width: auto;
  }

  .heading-services {
    font-size: 50px;
    line-height: 60px;
  }

  .contact-arrow {
    width: 60px;
  }

  .header-projects {
    height: auto;
  }

  .project-line {
    width: 90px;
  }

  .collection-list-category, .project-image-content {
    grid-row-gap: 75px;
  }

  .project-grid-images-wrapper {
    height: 200px;
  }

  .next-project {
    height: 500px;
  }

  .next-project-button {
    width: 100px;
    height: 100px;
  }

  .project-heading {
    font-size: 48px;
    line-height: 60px;
  }

  .logo-careers {
    grid-column-gap: 14px;
  }

  .heading-careers {
    font-size: 49px;
    line-height: 60px;
  }

  .careers-image.bg-dark-grey {
    height: 450px;
    padding-bottom: 75px;
  }

  .job-content-right {
    padding-right: 0;
  }

  .navbar-button {
    display: none;
  }

  .form-block {
    flex-direction: column;
    display: none;
  }

  .form-green-section {
    flex-direction: row;
    width: 100%;
    padding: 30px;
  }

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

  .form-text-link {
    margin-bottom: 0;
    transform: none;
  }

  .form {
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-heading-content {
    grid-row-gap: 25px;
    margin-bottom: 75px;
  }

  .heading-blog {
    font-size: 48px;
    line-height: 60px;
  }

  .blog-header {
    padding-top: 50px;
  }

  .next-project-heading {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 40px;
  }

  .terms-wrapper {
    width: auto;
  }

  .display {
    letter-spacing: -5px;
    font-size: 100px;
  }

  .styleguie-tipography {
    grid-template-columns: 1fr;
  }

  .font-wrapper {
    width: 280px;
  }

  .ic-heading {
    line-height: 1.3;
  }
}

#w-node-_069ae977-022f-884e-ad59-16fb748502e2-b077c6cc, #w-node-_069ae977-022f-884e-ad59-16fb748502e7-b077c6cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_069ae977-022f-884e-ad59-16fb748502ec-b077c6cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_069ae977-022f-884e-ad59-16fb748502fa-b077c6cc, #w-node-_069ae977-022f-884e-ad59-16fb74850308-b077c6cc, #w-node-_921e911f-17bf-9140-748b-48d4c26cc564-b077c6cc, #w-node-b04ed7fc-5ca1-d7a2-ed6e-273475f73faf-b077c6cc, #w-node-e2d5b363-033f-000b-d784-57ded3e5071d-b077c6cc, #w-node-_819a4104-1fdd-8206-5109-eb7c669c0a84-b077c6cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc2ed7eb-a4d0-1583-122b-ad0d9ee64fd6-b077c6cc {
  justify-self: auto;
}

#w-node-cc2ed7eb-a4d0-1583-122b-ad0d9ee64fee-b077c6cc, #w-node-c9ef587b-c713-8d3e-cd58-d00e9333783d-b077c6cc, #w-node-df9176f2-b514-8f76-9854-486fa9155b58-b077c6cc, #w-node-_64e5b530-d47e-bcd5-4eb0-10e570f42556-b077c6cc, #w-node-_933f8fdc-2fd1-0cfe-b451-cd33f935e802-b077c6cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b8195ce7-7b1c-5e12-2074-2a16955add3d-955add3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8195ce7-7b1c-5e12-2074-2a16955add4a-955add3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0ca7c304-e4fa-fa77-0d82-6851f8e4124b-43c3b861 {
  grid-template-rows: auto auto 2fr;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6e632623-fe18-d941-afd8-0efe4be46cc0-43c3b861, #w-node-_2cfa8737-db9f-b054-e388-ab49ae5b2f4d-43c3b861, #w-node-_7f5e202e-0faa-9ad3-615a-e213fda87fa2-43c3b861, #w-node-_623a97ca-d9f9-e068-4a82-c45a79e9b963-43c3b861 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acb639c5-2366-9bfb-adb9-036160d7e7cf-43c3b861 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f06e914b-a7cf-6697-f4c5-35e00575cd19-b077c6d2, #w-node-f06e914b-a7cf-6697-f4c5-35e00575cd1e-b077c6d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06e914b-a7cf-6697-f4c5-35e00575cd23-b077c6d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f06e914b-a7cf-6697-f4c5-35e00575cd31-b077c6d2, #w-node-f06e914b-a7cf-6697-f4c5-35e00575cd3f-b077c6d2, #w-node-_9184131a-bffc-c81a-983e-21ebf7074bb7-f7074bb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9184131a-bffc-c81a-983e-21ebf7074bbc-f7074bb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_9184131a-bffc-c81a-983e-21ebf7074bc6-f7074bb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9184131a-bffc-c81a-983e-21ebf7074bd0-f7074bb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6dc99ee-35c4-1c9e-6bb4-47f3ada5ba63-b077c6d7, #w-node-c6dc99ee-35c4-1c9e-6bb4-47f3ada5ba68-b077c6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6dc99ee-35c4-1c9e-6bb4-47f3ada5ba6d-b077c6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c6dc99ee-35c4-1c9e-6bb4-47f3ada5ba7b-b077c6d7, #w-node-c6dc99ee-35c4-1c9e-6bb4-47f3ada5ba89-b077c6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a929658e-443c-84ed-883e-69eae4543e45-b077c6da, #w-node-a929658e-443c-84ed-883e-69eae4543e4e-b077c6da, #w-node-a929658e-443c-84ed-883e-69eae4543e57-b077c6da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto start;
}

@media screen and (max-width: 991px) {
  #w-node-b8195ce7-7b1c-5e12-2074-2a16955add4a-955add3a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_9184131a-bffc-c81a-983e-21ebf7074bbc-f7074bb4, #w-node-_9184131a-bffc-c81a-983e-21ebf7074bc6-f7074bb4 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b8195ce7-7b1c-5e12-2074-2a16955add4a-955add3a, #w-node-_9184131a-bffc-c81a-983e-21ebf7074bbc-f7074bb4, #w-node-_9184131a-bffc-c81a-983e-21ebf7074bc6-f7074bb4, #w-node-_9184131a-bffc-c81a-983e-21ebf7074bd0-f7074bb4 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_069ae977-022f-884e-ad59-16fb748502ec-b077c6cc, #w-node-f06e914b-a7cf-6697-f4c5-35e00575cd23-b077c6d2, #w-node-c6dc99ee-35c4-1c9e-6bb4-47f3ada5ba6d-b077c6d7 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}