.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #f4f4f4;
  font-family: "Exo V 20 Latin", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  margin-bottom: 0;
  line-height: 1.6;
}

a {
  color: #637314;
}

a:hover {
  color: #c6e528;
}

img {
  max-width: 100%;
  display: inline-block;
}

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

figcaption {
  text-align: center;
  margin-top: 5px;
}

.heading-2 {
  color: #121212;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  line-height: 1.3;
}

.heading-2.align-center {
  grid-column-gap: .5rem;
  display: flex;
}

.container {
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.container.small {
  max-width: 72rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  line-height: 1.5;
}

.padding-global.small {
  margin-top: 80px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-box {
  max-width: 27rem;
}

.text-box.large {
  max-width: 60rem;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-large {
  font-size: 1rem;
  line-height: 1.6;
}

.text-size-large.text-weight-medium {
  align-self: center;
}

.text-size-large.text-weight-bold {
  font-family: "Exo V 20 Latin 700", sans-serif;
  font-weight: 400;
}

.hero-style-guide-wrapper {
  width: 100%;
  background-image: linear-gradient(to top, rgba(18, 18, 18, .39), rgba(18, 18, 18, .19) 49%), url('../images/Style-Guide-Background.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 1rem;
  margin-top: 1rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

.button-text {
  z-index: 1;
  flex-direction: column;
  display: flex;
  position: relative;
}

.text-size-tiny {
  font-size: .875rem;
}

.section-style-guide {
  margin-top: 5.75rem;
}

.style-guide-header {
  width: 100%;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4.5rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.5;
}

.button {
  grid-row-gap: .25rem;
  color: #121212;
  background-color: #c6e528;
  border-radius: .5rem;
  flex-direction: column;
  padding: .75rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.white {
  color: #121212;
  background-color: #f4f4f4;
}

.button.white.homepage {
  background-color: #fff;
}

.button.large {
  padding: 1rem 5rem;
}

.button.large.white {
  background-color: #fff;
}

.button.large.white.button-green-j {
  background-color: #c6e528;
}

.button.homepage {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 4.5rem 1rem 5rem;
}

.button-text-absolute {
  position: absolute;
  bottom: -2rem;
}

.heading-4 {
  color: #121212;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6rem;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.color-palette-text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.text-size-small {
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-small.text-weight-medium.black {
  -webkit-text-stroke-color: #121212;
}

.text-weight-light {
  font-weight: 300;
}

.text-size-xsmall {
  font-size: 1rem;
}

.text-size-xsmall.text-style-caps {
  text-transform: uppercase;
}

.style-gudie-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.color-palette {
  width: 100%;
  height: 10rem;
  border-radius: 1rem;
}

.color-palette.black {
  background-color: #121212;
}

.color-palette.marble {
  background-color: #f4f4f4;
  border: 1px solid #bbb;
}

.color-palette.black-60 {
  background-color: rgba(18, 18, 18, .6);
}

.color-palette.grey {
  background-color: #64748b;
}

.color-palette.white {
  background-color: #fff;
  border: 1px solid #bbb;
}

.color-palette.green-yellow {
  background-color: #c6e528;
}

.color-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #dfddda;
  border-radius: 1rem;
  flex-direction: column;
  padding: .5rem .5rem 2rem;
  display: flex;
}

.text-size-huge {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.5;
}

.heading-1 {
  color: #121212;
  object-fit: fill;
  padding-right: 14px;
  font-family: Bangers, Impact, sans-serif;
  font-size: 8vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}

.heading-1.h1-datenschutz-j {
  padding-top: 30px;
}

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

.text-weight-bold {
  font-weight: 700;
}

.typography-wrapper {
  max-width: 30rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  color: #121212;
  font-size: 2.75rem;
  line-height: 1.55;
}

.heading-5.text-weight-regular {
  text-align: left;
}

.heading-5.text-color-white {
  font-family: "Exo V 20 Latin 500", sans-serif;
}

.text-size-xlarge {
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.style-guide-content {
  margin-bottom: 10rem;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.w--current {
  opacity: 1;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

.heading-6 {
  color: #121212;
  font-size: 2.5rem;
  line-height: 1.15;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-large.text-weight-light.text-underlinedd, .text-size-large.text-underlined {
  text-decoration: underline;
}

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.heading-3 {
  color: #121212;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}

.style-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 10rem;
}

.style-guide-component.margim-top {
  margin-top: 5.3rem;
}

.divider-line {
  height: 1px;
  background-color: #dfddda;
}

.rich-text h1 {
  color: #121212;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}

.rich-text h2 {
  color: #121212;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.rich-text p {
  color: #64748b;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.rich-text li {
  color: #64748b;
  font-size: 1rem;
}

.rich-text h3 {
  color: #121212;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
}

.rich-text h4 {
  color: #121212;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.rich-text h5 {
  color: #121212;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

.rich-text h6 {
  color: #121212;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rich-text blockquote {
  font-size: 1.15rem;
  line-height: 1.5;
}

.rich-text figcaption {
  font-size: .9rem;
}

.text-style-italic {
  font-style: italic;
}

.navbar {
  z-index: 15;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.navbar-left-content {
  grid-column-gap: .5rem;
  color: #121212;
  align-items: center;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.navbar-left-content:hover {
  grid-column-gap: 1rem;
  opacity: .8;
}

.navbar-logo-image {
  width: 1.4rem;
  border-radius: 1rem;
}

.navbar-right-content {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.button-hover-color {
  z-index: 2;
  width: 107%;
  background-color: #5a5a5a;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-3%, 100%);
}

.button-hover-color.white {
  height: 102%;
  color: #c6e528;
  background-color: #6c6c6c;
  align-items: center;
  padding-bottom: 30px;
  position: absolute;
}

.button-icon.inverted {
  filter: invert();
}

.menu-button {
  display: none;
}

.navbar-link {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-right: 1px solid #e7e7e7;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 2.5rem 2rem;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.navbar-link.no-border {
  border-right-style: none;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .4s;
  display: flex;
}

.dropdown-toggle:hover {
  transform: translate(0, -2px);
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-menu-lottie {
  width: 2rem;
  height: 2rem;
}

.menu-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  top: 4rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-link-text.menu-link-text-hover {
  position: absolute;
  bottom: -100%;
}

.navbar-menu-links {
  width: 100%;
  min-height: 20rem;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.navbar-menu-base {
  z-index: 5;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
}

.menu-arrow-icon.small {
  width: 1rem;
  height: 1rem;
}

.navbar-menu-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.menu-arrow {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.menu-arrow.menu-arrow-hover {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.menu-link-text-wrapper {
  z-index: 10;
  flex-direction: column;
  padding-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero {
  position: relative;
}

.home-hero.parallax {
  height: 500vh;
}

.hero-component {
  min-height: 75vh;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-component.center {
  min-height: auto;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 10rem;
}

.hero-heading {
  grid-column-gap: 2rem;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.hero-heading-animation.first, .hero-heading-animation.third {
  opacity: .5;
  color: #6c6c6c;
}

.home-hero-images {
  z-index: 5;
  border-radius: 1rem;
  overflow: hidden;
}

.hero-images-components {
  width: 100%;
  height: 130vh;
  grid-column-gap: .8rem;
  background-color: #242424;
  border-radius: 2rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image {
  height: 19vw;
  object-fit: cover;
  border-radius: 1rem;
}

.hero-images-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.hero-images-grid {
  width: 200%;
  grid-column-gap: .8rem;
  justify-content: center;
  display: flex;
  transform: rotate(-13deg)translate(10vw)scale(1.2);
}

.hero-images-gradient {
  z-index: 2;
  height: 15vh;
  background-image: linear-gradient(rgba(18, 18, 18, .54), rgba(18, 18, 18, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-images-gradient.bottom {
  background-image: linear-gradient(to top, rgba(18, 18, 18, .54), rgba(18, 18, 18, 0));
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-overlay {
  z-index: 10;
  background-color: rgba(18, 18, 18, .6);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-heading-link {
  grid-column-gap: 1rem;
  color: #121212;
  align-items: center;
  margin-top: 3rem;
  margin-left: 2rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.hero-heading-link:hover {
  grid-column-gap: 1.5rem;
  opacity: .65;
  transform: translate(0, -4px);
}

.bottom-navbar {
  z-index: 25;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 3rem;
  left: 0%;
  right: 0%;
}

.bottom-navbar.relative {
  justify-content: flex-start;
  position: relative;
  bottom: 0;
}

.navigation-wrapper {
  background-color: #fff;
  border-radius: 100rem;
  padding: .25rem;
}

.navigation-link {
  color: #121212;
  padding: .375rem 1rem;
  text-decoration: none;
  transition: all .3s;
}

.navigation-link:hover {
  background-color: #f4f4f4;
  border-radius: 10rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.navigation-link.w--current {
  color: #f4f4f4;
  background-color: #121212;
  border-radius: 6rem;
}

.navigation-link.w--current:hover {
  margin-left: 0;
  margin-right: 0;
}

.home-about {
  z-index: 2;
  position: relative;
}

.home-about-component {
  min-height: 200vh;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-about-component.center {
  min-height: auto;
  text-align: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-right: 0;
}

.star-icon-wrapper {
  grid-column-gap: .5rem;
  margin-top: 1rem;
  display: flex;
}

.star-icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
}

.star-icon:hover {
  transform: translate(0, -3px);
}

.text-color-grey {
  color: #6c6c6c;
  text-align: center;
}

.inner-text-image {
  background-image: url('../images/Logo-Blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.9rem;
}

.home-projects {
  z-index: 4;
  background-color: #fff;
  border-radius: 2rem;
  margin-top: -80vh;
  position: relative;
}

.home-projects-component {
  min-height: 100vh;
  grid-row-gap: 4rem;
  flex-direction: column;
  padding-top: 7rem;
  padding-bottom: 4.5rem;
  display: flex;
}

.home-projects-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-about-wrapper {
  min-height: 100vh;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.home-about-wrapper.center {
  min-height: auto;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  padding: 0 2vw;
  display: flex;
  position: static;
}

.home-about-wrapper.center.project-j {
  background-color: rgba(0, 0, 0, 0);
}

.projects-home-list-wrapper.max-width {
  max-width: 90rem;
}

.projects-home-list {
  grid-column-gap: 16px;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.projects-home-list-item {
  width: 100%;
  max-height: 80vh;
  min-height: 40rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.home-project {
  width: 100%;
  max-height: 80vh;
  min-height: 40rem;
  justify-content: flex-start;
  align-items: flex-end;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-info {
  z-index: 2;
  max-width: 20rem;
  grid-row-gap: 1.75rem;
  color: #121212;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.project-info.work-page {
  grid-row-gap: 1rem;
  box-shadow: none;
  transform-style: preserve-3d;
  border-radius: 1rem 0 0 0;
  padding-bottom: 1.5rem;
}

.project-info.full-width {
  width: 100%;
  max-width: none;
  grid-row-gap: 1rem;
  padding-bottom: 1.5rem;
  padding-right: 3.5rem;
}

.project-bullet {
  width: .6rem;
  height: .6rem;
  background-color: #121212;
  border-radius: 50%;
  position: absolute;
  top: .5rem;
  bottom: auto;
  left: auto;
  right: .5rem;
}

.project-bullet.work-page {
  top: 1rem;
  right: 1rem;
}

.project-bullet.static {
  opacity: .1;
  position: static;
}

.projects-image {
  z-index: 3;
  width: 100%;
  height: 101%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.home-projects-image-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.mask-frame {
  z-index: 4;
  height: 100%;
  opacity: 0;
  background-color: #121212;
  border-radius: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-arrow {
  z-index: 9;
  box-shadow: none;
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: auto;
  right: 2rem;
}

.project-arrow.static {
  position: static;
}

.grid-component {
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.grid-component.small-padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.grid-heading.center {
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-heading.experience {
  text-align: center;
}

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

.grid.small-gap {
  grid-column-gap: 2rem;
}

.grid-card {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-card.center {
  text-align: center;
  align-items: center;
}

.grid-card.background {
  grid-row-gap: .51rem;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  overflow: hidden;
}

.grid-card.experience {
  text-align: center;
  align-items: center;
}

.text-color-blue {
  color: #64748b;
}

.footer {
  z-index: 99;
  color: #f4f4f4;
  background-color: #121212;
  position: relative;
}

.footer-component {
  padding-top: 7.5rem;
  padding-bottom: 4rem;
  position: relative;
}

.footer-heading {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-button {
  margin-top: 3.25rem;
  display: flex;
}

.footer-bottom {
  margin-top: 7rem;
}

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

.footer-bottom-wrapper {
  justify-content: space-between;
  margin-top: 4rem;
  display: flex;
}

.footer-email {
  grid-column-gap: 1.5rem;
  color: #f4f4f4;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-email:hover {
  grid-column-gap: 1.6rem;
  opacity: .6;
  transform: translate(0, -2px);
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.footer-link {
  color: #f4f4f4;
  transition: transform .3s, opacity .2s;
  display: flex;
}

.footer-link:hover {
  opacity: .5;
  transform: translate(0, -3px);
}

.copy-icon {
  width: 1rem;
}

.footer-content-wrapper {
  z-index: 3;
  position: relative;
}

.contact-section {
  clear: none;
}

.contact-component {
  min-height: 100vh;
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.work-content-left {
  max-height: 97vh;
  max-width: 33%;
  background-image: url('../images/Contact-Background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.work-content-right {
  max-width: 66%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.contact-content-wrapepr {
  grid-row-gap: 1rem;
  color: #f4f4f4;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.contact-content-wrapepr.black {
  color: #121212;
  text-align: center;
  align-items: center;
}

.contact-content-wrapepr.black.left-align {
  text-align: left;
  align-items: flex-start;
}

.contact-email-wrapper {
  margin-top: 2rem;
}

.contact-email-wrapper.small-margin {
  margin-top: 0;
}

.contact-email {
  grid-column-gap: 1.5rem;
  color: #f4f4f4;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-email:hover {
  grid-column-gap: 1.6rem;
  opacity: .6;
  transform: translate(0, -2px);
}

.contact-email.black {
  color: #121212;
}

.email-line {
  width: 2.5rem;
  height: 1px;
  background-color: #6c6c6c;
}

.back-button {
  grid-column-gap: 1rem;
  opacity: .8;
  color: #f4f4f4;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3.75rem;
  left: 3.75rem;
  right: auto;
}

.back-button:hover {
  grid-column-gap: .5rem;
  opacity: 1;
}

.contact-form-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-form {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.contact-form.margin {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-form.left-align {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-footer {
  opacity: .8;
}

.contact-footer.top-margin {
  text-align: left;
  margin-top: 4rem;
}

.contact-footer.left-align {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-field {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: .3rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.text-field:hover, .text-field:focus {
  border-color: #0865f1;
}

.text-field.marble {
  background-color: #f4f4f4;
}

.text-field.marble:focus {
  background-color: #fff;
}

.message-field {
  min-height: 8rem;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: .3rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.message-field:hover, .message-field:focus {
  border-color: #0865f1;
}

.message-field.marble {
  background-color: #f4f4f4;
}

.message-field.marble:focus {
  background-color: #fff;
}

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

.success-message {
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.success-message-image {
  width: 4rem;
  border-radius: .6rem;
  margin-bottom: 1.5rem;
}

.error-message {
  border-radius: .7rem;
  margin-top: 2rem;
  padding: 1.5rem 1.1rem;
}

.project-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  display: flex;
}

.project-info-wrapper {
  width: 35%;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.project-content-wrapper {
  width: 65%;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3.8rem;
  display: flex;
}

.project-nav {
  justify-content: space-between;
  display: flex;
}

.info-card-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.project-card {
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: .7rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  display: flex;
}

.info-top {
  grid-row-gap: 3rem;
  flex-direction: column;
  padding-top: 3rem;
  display: flex;
}

.info-bottom {
  padding-bottom: 3rem;
}

.project-image-wrapper {
  height: 35rem;
  border-radius: .6rem;
  overflow: hidden;
}

.project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .5rem;
  overflow: hidden;
}

.project-collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-collection-list.horizontal {
  grid-template-columns: 1fr;
}

.about-the-project {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-top: 7rem;
  margin-bottom: 7rem;
  display: flex;
}

.project-name {
  color: #121212;
  text-decoration: none;
}

.next-project {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: 4.9rem;
  display: flex;
}

.next-project-heading {
  grid-column-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.next-project-line {
  height: 1px;
  opacity: .17;
  background-color: #6c6c6c;
  flex: 1;
  margin-top: .5rem;
}

.next-project-link {
  width: 100%;
  min-height: 35rem;
  border-radius: .6rem;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero-component {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.about-banner {
  min-height: 65vh;
  background-image: url('../images/About-Me-BG_1About Me BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-banner.small-padding {
  min-height: auto;
  padding-top: 6.9rem;
  padding-bottom: 6.9rem;
}

.about-banner-wrapper {
  max-width: 70ch;
  grid-row-gap: 2rem;
  color: #f4f4f4;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.about-banner-wrapper.black {
  color: #121212;
  text-align: left;
  align-items: flex-start;
  padding: 5rem 0;
}

.about-hero-avatar {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1.5rem;
  left: auto;
  right: 2rem;
}

.about-hero-avatar.static {
  position: static;
}

.avatar-image {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 1rem;
  overflow: hidden;
}

.avatar-paragraph {
  color: #f4f4f4;
  letter-spacing: .4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.avatar-paragraph.black {
  color: #121212;
  align-items: flex-start;
}

.text-color-white {
  color: #fff;
}

.opacity-70 {
  opacity: .7;
}

.about-wrapper {
  max-width: 100ch;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-component {
  justify-content: center;
  align-items: center;
  padding-bottom: 15rem;
  display: flex;
}

.about-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 10rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
}

.about-grid.static {
  grid-template-rows: auto;
  position: static;
}

.about-grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.about-grid-image-wrap {
  height: 43vh;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.about-grid-card {
  width: 100%;
  height: 40vh;
  grid-row-gap: 1rem;
  background-image: url('../images/About-Grid-04_1About Grid 04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 3rem;
  display: flex;
  overflow: hidden;
}

.about-grid-card.second {
  color: #fff;
  background-image: url('../images/About-Grid-05_1About Grid 05.webp');
}

.about-grid-card-heading {
  grid-column-gap: 1rem;
  align-items: flex-end;
  display: flex;
}

.margim-bottom {
  margin-bottom: .5rem;
}

.social-section {
  z-index: 2;
  background-color: #fff;
  border-radius: 2rem;
  margin-top: -170vh;
  position: relative;
}

.social-section.work-page, .social-section.static {
  margin-top: 0;
  position: static;
}

.social-component {
  grid-row-gap: 6rem;
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 6rem;
  display: flex;
}

.social-component.small-row {
  grid-row-gap: 2.5rem;
}

.social-wrapper {
  max-width: 85%;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.social-wrapper.margin-top {
  margin-top: 0;
}

.social-heading {
  justify-content: space-between;
  display: flex;
}

.social-heading.center {
  align-items: center;
}

.social-icon {
  width: 2rem;
  height: 2rem;
}

.projects-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

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

.project-card-j {
  grid-row-gap: 1rem;
  color: #6c6c6c;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.project-image-wrapper-j {
  height: 45vh;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

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

.project-card-text-j {
  margin-left: .5rem;
}

.project-card-text-j.absolute {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
}

.project-link-arrow-j {
  z-index: 9;
  opacity: 0;
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 1rem;
  right: auto;
  transform: scale(.8);
  box-shadow: -2px 1px 5px rgba(0, 0, 0, .2);
}

.about-grid-wrapper {
  min-height: 300vh;
}

.about-grid-wrapper.small {
  min-height: auto;
  margin-top: 2rem;
}

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 6.2rem;
  margin-bottom: 7.7rem;
}

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.license-images-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

.license-image-link {
  width: 100%;
  height: 10rem;
}

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

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

.utility-page-content {
  width: auto;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.symbol {
  width: 10rem;
}

._404-button {
  margin-top: 2rem;
}

.submit-button {
  color: #f3f3f3;
  background-color: #3f3f3f;
  padding: .75rem 2rem;
  font-size: 1.125rem;
  font-weight: 300;
  transition: background-color .2s, transform .2s;
}

.submit-button:hover {
  background-color: #121212;
  transform: translate(0, -4px);
}

.password-page {
  width: 10rem;
  opacity: .34;
}

.work-component {
  padding-top: 20vh;
  padding-bottom: 8rem;
}

.works-component {
  margin-bottom: 5rem;
}

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

.work-heading.center {
  text-align: center;
  justify-content: center;
}

.work-hero-icon {
  z-index: 9;
  width: 4rem;
  height: 4rem;
  border: 1px solid #64748b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: transform .4s;
  display: flex;
}

.work-hero-icon:hover {
  transform: rotate(-45deg);
}

.works-arrow {
  width: 1.5rem;
  opacity: .5;
  flex: none;
  transform: rotate(180deg);
}

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

.collection-list._1-column {
  grid-column-gap: 1rem;
  grid-row-gap: 5rem;
  perspective: 3000px;
  grid-template-columns: 1fr;
}

.work-card {
  width: 100%;
  height: 80vh;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-card.small {
  height: auto;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
}

.work-card.big {
  height: 97vh;
}

.work-card-image-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.work-card-image-wrapper.static {
  height: 60vh;
  position: relative;
}

.work-wrapper {
  max-width: 65%;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.work-wrapper.center {
  max-width: none;
  grid-column-gap: 5rem;
  flex-direction: row;
  align-items: center;
}

.hero-subtitle {
  grid-column-gap: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  font-size: .7rem;
  display: flex;
}

.home-images-grid {
  width: 100%;
  overflow: hidden;
}

.images-grid {
  width: 120%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.images-grid-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.images-grid-wrapper.margin-top {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 3rem;
}

.image-grid {
  width: 100%;
  height: 21rem;
  object-fit: cover;
  border-radius: 1rem;
}

.image-grid-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-projects-small-component {
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

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

.home-about-projects.white-background {
  z-index: 4;
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
}

.about-projects-component {
  grid-row-gap: 6rem;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.card-image {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 1rem;
}

.testimonial-component {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6rem;
  display: flex;
}

.social-proof-icon {
  width: 6rem;
  height: 6rem;
}

.testimonial-slider {
  width: 100%;
  height: auto;
  max-width: 60rem;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2rem;
}

.hidden {
  display: none;
}

.testimonial-message {
  text-align: center;
  margin-bottom: 2rem;
}

.testimonial-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.testimonial-name {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.testimonial-stars {
  grid-column-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 50%;
}

.hero-button-wrapper {
  margin-top: 2rem;
}

.hero-component-parallax {
  z-index: 2;
  height: 100vh;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero-grid {
  width: 100%;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-grid-image-wrapper {
  width: 28vw;
  height: 17vw;
}

.abour-grid-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 15vh;
  padding-bottom: 0;
  display: grid;
}

.about-grid-image-wrapper {
  position: relative;
  overflow: hidden;
}

.about-grid-image-wrapper.horizontal {
  width: 100%;
  height: 100%;
}

.numbers-card {
  text-align: center;
}

.logos-section {
  width: 100%;
  overflow: hidden;
}

.hero-grid-absolute {
  z-index: 1;
  height: 500vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.logos-wrapper {
  grid-column-gap: 5rem;
  align-items: center;
  display: flex;
}

.logos-image {
  width: 7rem;
  max-width: none;
}

.logos-image.small {
  width: 2rem;
}

.ticker {
  width: 100%;
  grid-column-gap: 5.5rem;
  opacity: .46;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.about-me-component {
  margin-top: 20vh;
  margin-bottom: 6rem;
}

.about-me-grid {
  grid-column-gap: 4.75rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1fr 1.25fr 1.25fr;
}

.about-me-heading {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.full-width-image {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  border-radius: 2rem;
}

.margin-top {
  margin-top: 1rem;
}

.resume-component {
  margin-bottom: 10rem;
}

.resume-wrapper {
  display: flex;
}

.resume-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.resumeleft {
  width: 15%;
  padding-top: 1rem;
}

.resume-card {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resume-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.social-arrow {
  background-color: #f4f4f4;
  border-radius: 50%;
  padding: .7rem .9rem;
}

.selected-projects-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1.2rem;
}

.project-info-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-description {
  color: #121212;
  text-decoration: none;
}

.work-2-column {
  min-height: 100vh;
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.work-content-wrapper {
  grid-row-gap: 1rem;
  color: #f4f4f4;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-right: 0;
  display: flex;
}

.collection-item {
  height: 97vh;
}

.collection-item-sticky {
  background-color: #f4f4f4;
  border-radius: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  overflow: hidden;
  transform: perspective(2000px);
}

.contact-left-content {
  max-height: 97vh;
  max-width: 50%;
  background-image: url('../images/Contact-Background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.contact-right-content {
  max-width: 50%;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 3rem 2.4rem 1.5rem 2rem;
  display: flex;
}

.contact-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  padding-top: 15vh;
  padding-bottom: 10rem;
}

.contact-images-wrapper {
  flex-direction: column;
  justify-content: space-between;
  margin-left: -12.1rem;
  padding-top: 12rem;
  padding-bottom: 10rem;
  display: flex;
  overflow: hidden;
}

.contact-images-wrapper.right {
  margin-left: 0;
}

.contact-logo-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.contact-logo {
  width: 3rem;
  height: 3rem;
}

.form-button {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-image {
  width: 22rem;
  height: 13rem;
  max-width: none;
  object-fit: cover;
  border-radius: 1rem;
}

.contact-image.bottom {
  margin-left: -3.8rem;
}

.contact-image.bottom-right {
  position: relative;
  top: -6.3rem;
  right: -10.3rem;
}

.contact-image.right-top {
  position: relative;
  top: -7.4rem;
  right: -12.9rem;
}

.contact-white {
  background-color: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  padding-top: 15vh;
}

.contact-grid-component {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  margin-top: 4rem;
  margin-bottom: 10rem;
}

.contact-social-wrapper {
  grid-column-gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.contact-social-links {
  transition: transform .2s, opacity .2s;
}

.contact-social-links:hover {
  opacity: .6;
  transform: translate(0, -3px);
}

.contact-social-icon {
  width: 1.3rem;
  height: 1.3rem;
}

.grid-card-image-wrapper {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.full-width-image-wrapper {
  position: relative;
  overflow: hidden;
}

.changelog {
  min-height: 80vh;
}

.powered {
  z-index: 99;
  position: relative;
}

.credits {
  grid-column-gap: 1rem;
  background-color: #121212;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.opacity-50 {
  opacity: .5;
}

.credits-wrapper {
  color: #f3f3f3;
  text-decoration: none;
}

.homepage-subtitle {
  max-width: 79ch;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.homepage-button {
  grid-column-gap: 1rem;
  justify-content: center;
  display: flex;
}

.homepage-button.margin-top {
  margin-top: 2rem;
}

.buy-icon {
  width: 1.3rem;
  height: 1.3rem;
  transform: rotate(180deg);
}

.homepage-banner-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: .5rem;
  margin-right: .5rem;
  display: grid;
}

.homepage-banner-image {
  border-radius: .5rem;
}

.homepage-info-component {
  justify-content: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.pages-component {
  grid-row-gap: 7rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pages-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pages-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pages-card {
  background-color: #121212;
  border-radius: .3rem;
  padding: 1rem;
}

.templates-card {
  color: #121212;
  background-color: #fff;
  border: 1px solid rgba(100, 116, 139, 0);
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: 2.1rem 1rem;
  text-decoration: none;
  transition: border .2s;
  display: flex;
}

.templates-card:hover {
  border: 1px solid #64748b;
}

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

.pages-card-image {
  border-radius: .2rem;
  position: relative;
  overflow: hidden;
}

.grid-2 {
  grid-template-areas: ".";
}

.image {
  border-radius: 20px;
}

.container-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Project-Image-09.jpg');
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
}

.heading-7 {
  color: #fff;
  margin-left: 0;
  padding-top: 0;
  position: static;
}

.paragraph {
  color: #fff;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block {
  background-color: rgba(18, 18, 18, .6);
  margin: 140px 20px 20px;
  padding: 20px;
}

.container-1 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Project-Image-07.jpg');
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
}

.image-2 {
  border-radius: 20px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.container-3 {
  object-fit: fill;
  align-self: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.container-4, .container-5 {
  align-items: center;
  display: flex;
}

.paragraph-2 {
  color: #f4f4f4;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-8 {
  margin-top: 10px;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.heading-8.heading-teaserbox-j.heading-green-j {
  color: #c6e528;
  font-family: "Exo V 20 Latin 700", sans-serif;
}

.teaserbox-j {
  background-color: rgba(0, 0, 0, .54);
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pragraph-large-j {
  float: left;
  clear: left;
  text-align: left;
  font-size: 2.75rem;
}

.pragraph-large-j.paragraph-large-j-smaller {
  padding-right: 10px;
}

.h2-about-j {
  align-self: flex-start;
  margin-bottom: -3rem;
}

.button-to-top-j {
  z-index: 999;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-to-top-j.w--current {
  opacity: .44;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/angle-circle-arrow-up-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  font-size: 3rem;
  line-height: 3;
  bottom: 10px;
  right: 10px;
}

.up-button-j {
  z-index: 9999;
  opacity: .5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: color-burn;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  position: fixed;
  top: auto;
  bottom: 1rem;
  left: auto;
  right: 1rem;
}

.jump-to-head-j {
  z-index: 9;
  opacity: .5;
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

.jump-to-head-j.w--current {
  z-index: 9999;
  opacity: .5;
  bottom: 1rem;
  right: 1rem;
}

.divhead-j {
  height: 1px;
}

.paragraph-3 {
  max-width: 700px;
  float: left;
  clear: right;
  color: #121212;
  text-align: left;
  position: relative;
}

.columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.column {
  padding-right: 20px;
}

.h2-project-page-j {
  margin-top: 20px;
}

.link {
  color: #637314;
}

.link:hover {
  color: #c6e528;
}

.bold-text {
  font-family: "Exo V 20 Latin 500", sans-serif;
}

@media screen and (min-width: 1440px) {
  .container.small {
    max-width: 80rem;
  }

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

  .text-size-huge {
    font-size: 2.6rem;
  }

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

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

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

  .navbar-menu-links {
    min-height: 30vh;
  }

  .hero-component {
    padding-top: 2rem;
  }

  .hero-component.center {
    min-height: 0;
    padding-top: 20vh;
  }

  .hero-heading-link {
    font-size: 1.2vw;
  }

  .home-about-component {
    padding-right: 16vw;
  }

  .home-projects-component {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .home-about-wrapper.center {
    max-width: 90rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .projects-home-list-item {
    height: 50vh;
    max-height: none;
    min-height: auto;
  }

  .home-project {
    max-height: none;
    min-height: auto;
  }

  .project-bullet.static {
    opacity: .1;
    border-radius: 50%;
    position: static;
  }

  .grid-component.small-padding, .grid-component.center {
    align-items: center;
  }

  .grid {
    max-width: 90rem;
  }

  .grid-card {
    text-align: center;
    align-items: center;
  }

  .footer-heading {
    max-width: 82%;
  }

  .contact-component {
    grid-column-gap: 1rem;
    justify-content: space-between;
  }

  .work-content-left {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .contact-content-wrapepr {
    padding-right: 3vw;
  }

  .contact-form.left-align {
    padding-right: 2rem;
  }

  .project-grid {
    grid-column-gap: 3.5rem;
  }

  .project-info-wrapper {
    width: 30%;
  }

  .project-content-wrapper {
    width: 70%;
  }

  .project-image-wrapper {
    height: 45rem;
  }

  .next-project-link {
    min-height: 60vh;
  }

  .about-banner-wrapper {
    max-width: 89ch;
  }

  .about-wrapper {
    max-width: 131ch;
  }

  .social-component {
    padding-top: 8rem;
  }

  .project-image-wrapper-j {
    height: 60vh;
  }

  .work-component {
    padding-top: 15vh;
  }

  .work-card {
    height: 60vh;
  }

  .hero-subtitle {
    grid-column-gap: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .images-grid-wrapper.margin-top {
    margin-top: 3.7rem;
  }

  .image-grid {
    width: 100%;
    height: 25vw;
    object-fit: cover;
    border-radius: 1rem;
  }

  .home-projects-small-component {
    align-items: center;
  }

  .about-projects-component {
    align-items: center;
    padding-top: 10rem;
  }

  .card-image {
    height: 18rem;
  }

  .hero-component-parallax {
    z-index: 2;
  }

  .about-grid-image-wrapper.horizontal {
    height: 100%;
  }

  .ticker {
    margin-top: 3rem;
  }

  .work-2-column {
    grid-column-gap: 1rem;
    justify-content: space-between;
  }

  .work-content-wrapper {
    padding-right: 3vw;
  }

  .contact-left-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .contact-images-wrapper {
    margin-left: -10rem;
  }

  .contact-image.bottom {
    margin-left: -6.5rem;
  }

  .contact-image.bottom-right {
    right: -14.5rem;
  }

  .contact-image.right-top {
    right: -8.1rem;
  }

  .contact-social-links {
    transition: transform .2s, opacity .2s;
  }

  .contact-social-links:hover {
    opacity: .6;
    transform: translate(0, -3px);
  }

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

@media screen and (min-width: 1920px) {
  .heading-2 {
    font-size: 4vw;
    line-height: 1.2;
  }

  .button.large.white.button-green-j.w--current {
    background-color: #c6e528;
  }

  .text-size-huge {
    font-size: 2.5vw;
  }

  .text-size-huge.text-weight-medium.size {
    font-size: 3rem;
  }

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

  .heading-6 {
    font-size: 2.58rem;
  }

  .hero-component {
    min-height: 80vh;
    padding-bottom: 5vh;
  }

  .hero-heading {
    grid-column-gap: 2vw;
  }

  .navbar-overlay {
    position: fixed;
  }

  .home-about-component {
    min-height: 200vh;
  }

  .home-about-wrapper.center {
    margin-bottom: 60px;
    padding-top: 0;
  }

  .projects-home-list-item {
    height: 80vh;
  }

  .project-info.work-page {
    transform: scale3d(1none, 1none, 1none);
  }

  .grid-component {
    padding-top: 19vh;
    padding-bottom: 19vh;
  }

  .grid {
    grid-column-gap: 4.25vw;
  }

  .grid.small-gap, .grid.big {
    max-width: none;
  }

  .grid-card.background {
    padding-bottom: 2rem;
  }

  .footer-button {
    margin-top: 7vh;
  }

  .project-image-wrapper {
    height: 50rem;
  }

  .next-project-link {
    max-height: 90vh;
    min-height: 70vh;
  }

  .about-grid {
    max-width: 100rem;
  }

  .projects-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .about-grid-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .utility-page-form {
    grid-row-gap: 1rem;
    align-items: stretch;
  }

  .work-card {
    height: 70vh;
  }

  .images-grid-wrapper.margin-top {
    margin-top: 5vw;
  }

  .image-grid {
    height: 24vw;
  }

  .testimonial-slider {
    max-width: 60rem;
  }

  .hero-component-parallax {
    min-height: 80vh;
    padding-bottom: 5vh;
  }

  .contact-images-wrapper {
    padding-top: 7.1rem;
    padding-bottom: 7.1rem;
  }

  .contact-image {
    height: 15rem;
  }

  .contact-image.bottom-right {
    right: -18.6rem;
  }

  .contact-image.right-top {
    right: -14.3rem;
  }

  .contact-grid-component {
    max-width: 120rem;
  }

  .powered {
    z-index: 9999;
    background-color: #121212;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
  }

  .button-to-top-j.w--current {
    z-index: 9999;
    opacity: .48;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/angle-circle-arrow-up-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 3rem;
    line-height: 3;
  }
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 3rem;
  }

  .section-style-guide {
    margin-top: 4rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .text-size-huge {
    font-size: 2.3rem;
  }

  .heading-1 {
    font-size: 4rem;
    line-height: 1.15;
  }

  .style-guide-menu {
    grid-column-gap: 16px;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .sticky-menu {
    grid-row-gap: 1rem;
  }

  .heading-6 {
    font-size: 3rem;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .navbar-link {
    min-height: 30vh;
    border-bottom: 1px solid #d2d2cf;
  }

  .menu-dropdown-list.w--open {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-menu-links {
    min-height: auto;
  }

  .navbar-menu-base {
    margin-top: .4rem;
    margin-left: .4rem;
    margin-right: .4rem;
  }

  .navbar-menu-grid {
    grid-auto-flow: row;
  }

  .hero-component {
    min-height: 60vh;
    grid-row-gap: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-heading {
    grid-column-gap: 1rem;
  }

  .hero-image {
    height: 13rem;
  }

  .hero-images-wrapper.center, .hero-images-wrapper.right, .hero-images-wrapper.left {
    grid-row-gap: .5rem;
  }

  .hero-images-grid {
    width: 200%;
    grid-column-gap: .5rem;
    transform: rotate(-13deg)translate(0)scale(1.5);
  }

  .hero-heading-link {
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .bottom-navbar.relative {
    position: static;
  }

  .home-about-component {
    padding-top: 10vh;
    padding-right: 0;
  }

  .home-projects {
    margin-top: -40vh;
  }

  .home-projects-component {
    grid-row-gap: 2rem;
    padding-top: 3.5rem;
  }

  .home-about-wrapper.center {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

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

  .projects-home-list-item {
    height: 60vh;
    max-height: none;
    min-height: auto;
  }

  .home-project {
    max-height: none;
    min-height: auto;
  }

  .mask-frame {
    display: none;
  }

  .grid-component.small-padding {
    margin-bottom: 6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .grid-component.center.card {
    grid-row-gap: 3rem;
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .grid-heading.center {
    align-items: flex-start;
  }

  .grid-heading.center.card {
    align-items: center;
  }

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

  .grid.small-gap.card {
    grid-row-gap: 1rem;
  }

  .grid-card.center {
    text-align: left;
    align-items: flex-start;
  }

  .contact-component {
    min-height: auto;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .work-content-left {
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
  }

  .work-content-right {
    max-width: none;
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .contact-content-wrapepr {
    margin-bottom: 2rem;
  }

  .contact-email-wrapper {
    margin-top: 1rem;
  }

  .back-button {
    width: 100%;
    justify-content: flex-end;
    position: static;
  }

  .contact-form-header {
    margin-bottom: 2rem;
  }

  .contact-footer {
    margin-top: 3rem;
  }

  .project-grid {
    flex-direction: column;
  }

  .project-info-wrapper {
    width: 100%;
    height: auto;
    position: static;
  }

  .project-content-wrapper {
    width: 100%;
  }

  .info-bottom {
    z-index: 3;
    justify-content: center;
    margin-top: 3rem;
    padding-bottom: 0;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 2rem;
    left: 0%;
    right: 0%;
  }

  .about-banner {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .about-wrapper {
    max-width: none;
  }

  .about-component {
    padding-bottom: 10rem;
  }

  .about-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-bottom: 5rem;
  }

  .about-grid-card {
    grid-row-gap: 0rem;
    padding-right: 1rem;
  }

  .about-grid-card-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-section {
    margin-top: 0;
  }

  .social-wrapper {
    grid-row-gap: 1rem;
  }

  .social-icon {
    margin-top: 2rem;
  }

  .projects-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .projects-grid._3-columns {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .project-image-wrapper-j {
    height: 60vh;
  }

  .project-image-wrapper-j.small {
    height: 40vh;
  }

  .project-link-arrow-j {
    opacity: 1;
    top: -1.5rem;
    left: auto;
    right: 1rem;
  }

  .about-grid-wrapper {
    min-height: auto;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .submit-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .work-component {
    padding-bottom: 4rem;
  }

  .work-hero-icon {
    opacity: 1;
    top: -1.5rem;
    left: auto;
    right: 1rem;
  }

  .work-wrapper {
    max-width: 85%;
  }

  .work-wrapper.center {
    grid-column-gap: 2rem;
  }

  .home-images-grid {
    width: 100%;
    overflow: hidden;
  }

  .home-projects-small-component {
    grid-row-gap: 3rem;
  }

  .testimonial-component {
    padding-bottom: 5rem;
  }

  .testimonial-component.top-margin {
    padding-top: 5rem;
  }

  .hero-component-parallax {
    grid-row-gap: 1rem;
  }

  .about-banner-component {
    margin-bottom: 4.4rem;
  }

  .experience-component {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .about-me-component {
    margin-top: 15vh;
  }

  .full-width-image, .resume-component {
    margin-bottom: 6rem;
  }

  .resume-wrapper {
    flex-direction: column;
  }

  .resume-right {
    width: 100%;
    margin-top: 2rem;
  }

  .resumeleft {
    width: 100%;
  }

  .resume-grid {
    margin-top: 70px;
  }

  .selected-projects-icon {
    margin-top: 1rem;
  }

  .project-info-grid {
    grid-template-columns: 1.25fr 1.5fr .75fr;
  }

  .work-2-column {
    min-height: auto;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .work-content-wrapper {
    margin-bottom: 2rem;
  }

  .contact-left-content {
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
  }

  .contact-right-content {
    max-width: none;
  }

  .homepage-banner-component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .paragraph-2.paragraph-teaserbox-j, .heading-8.heading-teaserbox-j {
    color: #fff;
  }

  .pragraph-large-j {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-2.big-number {
    font-size: 5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .style-guide-header {
    grid-row-gap: 1rem;
    font-size: .875rem;
  }

  .text-size-medium {
    font-size: 1.2rem;
    line-height: 1.7;
  }

  .button.large {
    text-align: center;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .text-size-huge {
    font-size: 2rem;
    line-height: 1.3;
  }

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

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 1.15;
  }

  .heading-5.text-weight-regular {
    line-height: 1.4;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-3 {
    font-size: 5.5rem;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar-link {
    min-height: auto;
    border-top: 1px solid #d2d2cf;
    border-bottom-style: none;
    padding: 1.5rem;
  }

  .navbar-menu-links {
    padding-top: 0;
  }

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

  .hero-component {
    min-height: 80vh;
  }

  .hero-component.center {
    padding-bottom: 10vw;
  }

  .hero-component.center.margin-top {
    padding-top: 15vh;
  }

  .hero-heading {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .hero-heading-animation.second, .hero-heading-animation.fourth {
    white-space: normal;
  }

  .hero-images-components {
    width: 150%;
  }

  .hero-images-grid {
    width: 400%;
    transform: rotate(-13deg)translate(-6rem)scale(1.2);
  }

  .hero-heading-link {
    margin-top: 2rem;
    margin-left: 0;
  }

  .home-about-component {
    min-height: 200vh;
    padding-top: 15vh;
  }

  .home-about-component.center {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-projects {
    margin-top: -100vh;
  }

  .home-about-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

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

  .projects-home-list-item {
    min-height: 20rem;
  }

  .project-info {
    grid-row-gap: 1.25rem;
    text-align: left;
    padding-bottom: 1.5rem;
  }

  .project-arrow {
    display: none;
  }

  .project-arrow.static {
    display: block;
  }

  .grid-component {
    padding-top: 6rem;
  }

  .grid-component.center {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-bottom: 5rem;
  }

  .grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer-button {
    margin-top: 2rem;
  }

  .footer-bottom {
    margin-top: 4rem;
  }

  .work-content-left {
    padding: 3rem 2rem 2rem;
  }

  .contact-content-wrapepr {
    margin-bottom: 3rem;
  }

  .contact-footer {
    margin-top: 2rem;
  }

  .contact-footer.left-align {
    margin-top: 0;
  }

  .form {
    align-items: stretch;
  }

  .project-image-wrapper {
    height: 28rem;
  }

  .about-the-project {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .about-banner {
    min-height: auto;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 6.6rem;
    padding-bottom: 0;
  }

  .about-banner-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-banner-wrapper.black {
    padding-bottom: 3.3rem;
  }

  .about-hero-avatar {
    flex-direction: row-reverse;
    margin-bottom: 1.2rem;
    margin-left: 2rem;
    position: static;
  }

  .about-hero-avatar.static {
    flex-direction: row;
    margin-left: 0;
  }

  .avatar-paragraph {
    align-items: flex-start;
  }

  .about-grid {
    grid-template-columns: 1fr;
    position: static;
  }

  .social-section {
    margin-top: 0;
  }

  .social-wrapper {
    max-width: 100%;
  }

  .social-heading {
    flex-direction: column-reverse;
  }

  .social-heading.center {
    flex-direction: row;
    align-items: center;
  }

  .social-icon {
    margin-top: 0;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .project-image-wrapper-j {
    height: 50vh;
  }

  .about-grid-wrapper {
    min-height: auto;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .collection-list._1-column {
    grid-row-gap: 1rem;
  }

  .work-card.big {
    height: 100%;
  }

  .work-wrapper.center {
    grid-column-gap: 2rem;
  }

  .images-grid {
    width: 150%;
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .images-grid-wrapper, .images-grid-wrapper.margin-top {
    grid-row-gap: .2rem;
  }

  .image-grid {
    height: 40vh;
  }

  .home-projects-small-component {
    grid-row-gap: 2rem;
    text-align: center;
  }

  .hero-grid-image-wrapper {
    width: 40vw;
    height: 27vh;
  }

  .abour-grid-component {
    grid-template-columns: 1fr 1fr;
  }

  .about-me-grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .about-me-heading {
    margin-bottom: 2rem;
  }

  .full-width-image {
    height: 50vh;
  }

  .resume-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .selected-projects-icon {
    width: 2rem;
    height: 2rem;
  }

  .project-info-grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1.25fr;
  }

  .work-content-wrapper {
    margin-bottom: 3rem;
  }

  .collection-item {
    height: 50vh;
  }

  .contact-left-content {
    padding: 3rem 2rem 2rem;
  }

  .contact-right-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    padding-bottom: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-images-wrapper {
    display: none;
  }

  .contact-grid-component {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
  }

  .credits {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 2rem;
  }

  .homepage-button {
    width: 100%;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

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

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 2rem;
  }

  .heading-2.big-number {
    font-size: 4rem;
  }

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

  .text-size-large.text-weight-medium {
    text-align: center;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .button.white.homepage {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button.large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.large.white.button-green-j {
    align-self: stretch;
  }

  .button.homepage {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button.button-hover-color {
    background-color: #6c6c6c;
  }

  .heading-4 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .text-size-huge {
    font-size: 1.5rem;
  }

  .heading-1 {
    margin-top: 20px;
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .style-guide-menu {
    width: 100%;
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-5 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .text-size-xlarge {
    font-size: 1.3rem;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .sticky-menu {
    width: 100%;
  }

  .heading-6 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .style-guide-menu-wrapper {
    width: 100%;
  }

  .heading-3 {
    font-size: 4rem;
  }

  .style-guide-component, .divider-line {
    width: 100%;
  }

  .rich-text h1 {
    font-size: 2rem;
  }

  .rich-text h2 {
    font-size: 1.5rem;
  }

  .rich-text h3 {
    font-size: 1.3rem;
  }

  .rich-text h4 {
    font-size: 1.2rem;
  }

  .rich-text h5 {
    font-size: 1.1rem;
  }

  .navbar-right-content {
    grid-column-gap: .8rem;
  }

  .menu-dropdown-list {
    display: flex;
  }

  .hero-component {
    min-height: 70vh;
    grid-row-gap: 0rem;
    padding-top: 15vh;
    padding-bottom: 4rem;
  }

  .hero-component.center {
    align-items: center;
    padding-bottom: 6rem;
  }

  .hero-component.center.home-footer {
    text-align: center;
    align-items: center;
  }

  .hero-heading {
    grid-row-gap: 0rem;
    text-align: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-heading.center {
    justify-content: center;
  }

  .hero-heading.center.no-padding, .hero-heading.left, .hero-heading.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-images-components {
    width: 240%;
  }

  .hero-images-grid {
    transform: rotate(-13deg)translate(-40vw)scale(1.2);
  }

  .hero-heading-link {
    margin-top: 1rem;
  }

  .navigation-wrapper {
    display: none;
  }

  .home-about-component {
    padding-top: 5vh;
  }

  .inner-text-image {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
  }

  .home-about-wrapper {
    justify-content: flex-start;
    padding-top: 5vh;
  }

  .home-about-wrapper.center {
    margin-bottom: -2rem;
    padding: 0 0;
  }

  .home-about-wrapper.center.porfolio-button-j {
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .projects-home-list-item, .home-project {
    border-radius: 1rem;
    overflow: hidden;
  }

  .grid-component {
    grid-row-gap: 4rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

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

  .grid-card.background {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-button {
    flex-direction: column;
    margin-top: 2rem;
  }

  .footer-bottom {
    margin-top: 3rem;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-top: 2rem;
  }

  .footer-links-wrapper {
    justify-content: space-between;
  }

  .work-content-right {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  .back-button {
    justify-content: flex-start;
  }

  .info-top {
    grid-row-gap: 2rem;
    padding-top: 1.5rem;
  }

  .project-image-wrapper {
    height: 19rem;
  }

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

  .about-banner {
    min-height: auto;
    padding: 1.9rem .4rem .7rem;
  }

  .about-banner-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .about-banner-wrapper.black {
    padding-top: 2.8rem;
  }

  .about-hero-avatar {
    margin-left: 1rem;
  }

  .about-component {
    padding-bottom: 5rem;
  }

  .about-grid-card {
    padding-left: 1rem;
  }

  .social-component {
    padding-bottom: 1.7rem;
  }

  .social-heading {
    grid-row-gap: 1.5rem;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .license-component {
    width: 100%;
    grid-row-gap: 1.75rem;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .license-images-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .work-component {
    padding-bottom: 2rem;
  }

  .work-heading {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .work-heading.center {
    align-items: flex-start;
  }

  .work-hero-icon {
    display: none;
  }

  .work-card {
    height: 60vh;
    border-radius: 1rem;
    overflow: hidden;
  }

  .work-wrapper {
    max-width: 100%;
    grid-row-gap: .5rem;
  }

  .work-wrapper.center {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-subtitle {
    margin-bottom: 1rem;
    display: none;
  }

  .images-grid {
    width: 190%;
  }

  .image-grid {
    height: 40vh;
  }

  .testimonial-component {
    grid-row-gap: 1rem;
  }

  .hero-component-parallax {
    grid-row-gap: 0rem;
    text-align: center;
  }

  .hero-grid-image-wrapper {
    height: 20vh;
  }

  .abour-grid-component {
    grid-template-columns: 1fr;
  }

  .resume-right {
    align-items: stretch;
  }

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

  .selected-projects-icon {
    width: 2rem;
    height: 2rem;
  }

  .selected-projects-icon.last {
    display: none;
  }

  .contact-left-content {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .contact-right-content {
    padding-bottom: 1.5rem;
  }

  .contact-grid {
    padding-bottom: 4rem;
  }

  .contact-logo-wrapper {
    margin-top: 1rem;
  }

  .credits {
    grid-row-gap: .5rem;
    padding-left: 1rem;
  }

  .homepage-button {
    flex-direction: column;
    align-items: stretch;
  }

  .homepage-banner-component {
    grid-template-columns: 1fr;
  }

  .homepage-info-component {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .pragraph-large-j {
    font-size: 1.5rem;
  }

  .h2-about-j {
    margin-bottom: -4rem;
  }
}

#w-node-e61b3414-6cc9-d2f1-e461-be5a5ac2aaee-492c3235, #w-node-e61b3414-6cc9-d2f1-e461-be5a5ac2aaf6-492c3235, #w-node-e61b3414-6cc9-d2f1-e461-be5a5ac2ab00-492c3235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a408bd64-afb5-24af-7f91-31de69c78560-69c78539, #w-node-a408bd64-afb5-24af-7f91-31de69c7856e-69c78539, #w-node-a408bd64-afb5-24af-7f91-31de69c7857c-69c78539, #w-node-be95357a-47d4-adbb-871e-a8bc94551b65-492c3239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_138fbd78-4da4-747c-fc79-1a3fa9182876-492c3239 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c2335ee-a07f-6966-163b-6eb50ecfe40e-492c3239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_609cf756-d894-804a-9dcd-30911ed4d51e-492c3239, #w-node-e833296a-fba3-a8b1-c9cb-e1bed2f42090-492c3239 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7bea356-641e-45b0-14d9-ab0722f59bf0-492c3239, #w-node-c7bea356-641e-45b0-14d9-ab0722f59bf7-492c3239, #w-node-c7bea356-641e-45b0-14d9-ab0722f59bfe-492c3239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe8207e6-01c3-09e2-a5f2-c66974829c51-492c323a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_67fad2d4-8310-9134-eb36-72c84a826d61-492c323a, #w-node-ef6d934a-73cc-44e3-e460-399d22b1e8ed-492c323a, #w-node-_4045aa1c-cd05-d487-62db-0c0f4e3bde7f-492c323a, #w-node-_2cbb3abc-b262-7ce4-8239-9661cd3cc113-492c323a, #w-node-_2cbb3abc-b262-7ce4-8239-9661cd3cc11b-492c323a, #w-node-_2cbb3abc-b262-7ce4-8239-9661cd3cc123-492c323a, #w-node-_9925ea3f-a6a7-59c2-1ffc-ff4ae49fa327-492c323a, #w-node-_9925ea3f-a6a7-59c2-1ffc-ff4ae49fa32e-492c323a, #w-node-_9925ea3f-a6a7-59c2-1ffc-ff4ae49fa335-492c323a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5aff0a0-a788-0f40-c29d-0bbfce47e39d-492c323b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-be054c04-6ea6-615d-e5fb-35b5299298ae-492c323b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-faad4f29-a727-9080-d90b-d4ffaf0e6849-492c323b, #w-node-_53551727-9ca1-7e03-b578-2b94f73ae54d-492c323b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e619bd44-84fc-315d-9089-3487ac9c95cc-492c323b, #w-node-_5625d2f6-9252-2903-4cb9-912bc2b6f186-492c323b, #w-node-bb8906bb-7d8c-24ed-3ef9-d288d3949049-492c323b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_798db5bf-0707-ede2-6150-150e9cfdbb81-492c323b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_798db5bf-0707-ede2-6150-150e9cfdbb84-492c323b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_798db5bf-0707-ede2-6150-150e9cfdbb87-492c323b, #w-node-_41de403c-ae15-de95-8ab5-da6f133d3970-492c323f, #w-node-_5fa717a8-0e14-0ac5-baaf-c49d15ea9bb2-492c3244, #w-node-_607eef08-0269-090e-3304-4162f2118296-492c3244, #w-node-_747fc02b-1136-10d9-81d3-dc3b72f80a82-492c3244, #w-node-c87de1fb-7c69-1020-4096-c1e1cfb5eebc-492c3244, #w-node-_862410d8-c912-653b-3d4c-ae47f1be96ef-492c3244, #w-node-_862410d8-c912-653b-3d4c-ae47f1be96ed-492c3244, #w-node-_862410d8-c912-653b-3d4c-ae47f1be96ec-492c3244, #w-node-_862410d8-c912-653b-3d4c-ae47f1be96ee-492c3244, #w-node-_0d421cad-ac87-321d-ca94-323eed019ed9-492c3244, #w-node-_0d421cad-ac87-321d-ca94-323eed019eda-492c3244, #w-node-_0d421cad-ac87-321d-ca94-323eed019edb-492c3244, #w-node-_0d421cad-ac87-321d-ca94-323eed019edc-492c3244, #w-node-_791da174-22cd-4a74-26b9-c35a9b645364-492c3244, #w-node-_1c38f2fd-d314-cc4d-2c41-366176c64611-492c3244, #w-node-_7ed9d629-6ae0-3267-3e63-b99654ed0d1c-492c3244, #w-node-_1a6c2167-23fd-9a9c-b834-a201c0c7d569-492c3245, #w-node-_1a6c2167-23fd-9a9c-b834-a201c0c7d570-492c3245, #w-node-_1a6c2167-23fd-9a9c-b834-a201c0c7d577-492c3245 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0fc9bb7-6ccf-a735-cbe2-375016930d3f-492c3247 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_422729f3-c64a-2f0d-f7c2-5f0cdf00442e-492c3247 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_71bc9339-8124-4807-1b06-fc2cc644571a-492c3247 {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-_1333a618-f13d-4d5c-cef2-fe451f0178d7-492c3247 {
  grid-area: 7 / 3 / 8 / 6;
}

#w-node-_285697ba-8d0b-887f-afe7-58aa0e602aad-492c3247 {
  grid-area: 7 / 8 / 8 / 11;
}

#w-node-_7daf6501-15e8-198b-a493-a6baf56af838-492c3247 {
  grid-area: 5 / 10 / 6 / 13;
}

#w-node-_57f2f790-22ac-d429-34ea-70e076143282-492c3247 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4af-492c3249, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4c3-492c3249, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4c8-492c3249, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee4df-492c3249, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee509-492c3249, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee53f-492c3249, #w-node-e9d82275-6888-eea2-cf01-80636cf56e4f-492c3249, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee55d-492c3249, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee55f-492c3249, #w-node-bd150870-43cc-c34b-920d-2acd0e971685-492c3249, #w-node-_7fbeffb9-6079-c460-9570-7fe0fd58edc3-492c3249, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee564-492c3249, #w-node-_33c5ac0e-5a71-d25e-8684-344e1a35db05-492c3249, #w-node-aa53b7b9-5e29-77bc-90c3-68c12995d41c-492c3249, #w-node-_8c01f6eb-49bb-f352-b9dd-b9afe37ee56d-492c3249, #w-node-a7089991-f896-1930-30b6-9a26b26af4c3-492c324d, #w-node-_03d7d80b-0233-b921-cbfb-9964b82ab4cd-492c324d, #w-node-_6f831e5e-6014-c09b-dc8a-8fc8d9b8564a-492c324d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec6c63fc-08d4-97e2-4031-38c96f5a7d7a-492c324d {
  align-self: center;
  justify-self: end;
}

#w-node-b0fc9bb7-6ccf-a735-cbe2-375016930d3f-0dd16c6b {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_422729f3-c64a-2f0d-f7c2-5f0cdf00442e-0dd16c6b {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_71bc9339-8124-4807-1b06-fc2cc644571a-0dd16c6b {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-_1333a618-f13d-4d5c-cef2-fe451f0178d7-0dd16c6b {
  grid-area: 7 / 3 / 8 / 6;
}

#w-node-_285697ba-8d0b-887f-afe7-58aa0e602aad-0dd16c6b {
  grid-area: 7 / 8 / 8 / 11;
}

#w-node-_7daf6501-15e8-198b-a493-a6baf56af838-0dd16c6b {
  grid-area: 5 / 10 / 6 / 13;
}

#w-node-_57f2f790-22ac-d429-34ea-70e076143282-0dd16c6b {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_1a6c2167-23fd-9a9c-b834-a201c0c7d570-0dd16c6b, #w-node-_1335069a-cdd5-6c34-ce0d-fd95b0c86d40-0dd16c6b, #w-node-ff6541b1-92ae-b11d-0a1d-7e087b24423c-0dd16c6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5aff0a0-a788-0f40-c29d-0bbfce47e39d-604ac2f2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-be054c04-6ea6-615d-e5fb-35b5299298ae-604ac2f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-faad4f29-a727-9080-d90b-d4ffaf0e6849-604ac2f2, #w-node-_53551727-9ca1-7e03-b578-2b94f73ae54d-604ac2f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0fc9bb7-6ccf-a735-cbe2-375016930d3f-ceb36c32 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_422729f3-c64a-2f0d-f7c2-5f0cdf00442e-ceb36c32 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_71bc9339-8124-4807-1b06-fc2cc644571a-ceb36c32 {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-_1333a618-f13d-4d5c-cef2-fe451f0178d7-ceb36c32 {
  grid-area: 7 / 3 / 8 / 6;
}

#w-node-_285697ba-8d0b-887f-afe7-58aa0e602aad-ceb36c32 {
  grid-area: 7 / 8 / 8 / 11;
}

#w-node-_7daf6501-15e8-198b-a493-a6baf56af838-ceb36c32 {
  grid-area: 5 / 10 / 6 / 13;
}

#w-node-_57f2f790-22ac-d429-34ea-70e076143282-ceb36c32 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-dca0bc19-41dc-a772-cb5e-2af119827047-ceb36c32, #w-node-_9315c031-6f8e-8c0a-1720-fd59c8978f84-ceb36c32, #w-node-_69705202-8641-64b3-90ad-c67f7d2df309-ceb36c32, #w-node-_531762bd-ffbf-22ae-c09d-52e5eb53f344-ceb36c32, #w-node-b426b627-aa32-cff2-5e8a-c6a512415b8f-ceb36c32, #w-node-b426b627-aa32-cff2-5e8a-c6a512415b91-ceb36c32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5aff0a0-a788-0f40-c29d-0bbfce47e39d-461fbaef {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-be054c04-6ea6-615d-e5fb-35b5299298ae-461fbaef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-faad4f29-a727-9080-d90b-d4ffaf0e6849-461fbaef, #w-node-_53551727-9ca1-7e03-b578-2b94f73ae54d-461fbaef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e619bd44-84fc-315d-9089-3487ac9c95cc-461fbaef, #w-node-_5625d2f6-9252-2903-4cb9-912bc2b6f186-461fbaef, #w-node-bb8906bb-7d8c-24ed-3ef9-d288d3949049-461fbaef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_798db5bf-0707-ede2-6150-150e9cfdbb81-461fbaef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_798db5bf-0707-ede2-6150-150e9cfdbb84-461fbaef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_798db5bf-0707-ede2-6150-150e9cfdbb87-461fbaef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5aff0a0-a788-0f40-c29d-0bbfce47e39d-784ce5f9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-be054c04-6ea6-615d-e5fb-35b5299298ae-784ce5f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-faad4f29-a727-9080-d90b-d4ffaf0e6849-784ce5f9, #w-node-_53551727-9ca1-7e03-b578-2b94f73ae54d-784ce5f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5aff0a0-a788-0f40-c29d-0bbfce47e39d-66895abe {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-be054c04-6ea6-615d-e5fb-35b5299298ae-66895abe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_9c94767c-7fc3-551e-9aac-5227cd1a8fba-66895abe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_53551727-9ca1-7e03-b578-2b94f73ae54d-784ce5f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_609cf756-d894-804a-9dcd-30911ed4d51e-492c3239 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad51044b-df05-2ed9-b099-eef55a25e247-492c3245, #w-node-_188348d6-2ba3-093b-f5f8-580a36b631cc-492c3245, #w-node-_486ee53a-e085-6285-4673-8e0e491794ff-492c3245 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_138fbd78-4da4-747c-fc79-1a3fa9182876-492c3239 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_609cf756-d894-804a-9dcd-30911ed4d51e-492c3239, #w-node-e833296a-fba3-a8b1-c9cb-e1bed2f42090-492c3239 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0db6de89-f4e2-eb15-a0be-87474e7a259e-492c323a, #w-node-_4045aa1c-cd05-d487-62db-0c0f4e3bde7f-492c323a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d5aff0a0-a788-0f40-c29d-0bbfce47e39d-492c323b, #w-node-_798db5bf-0707-ede2-6150-150e9cfdbb84-492c323b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec6c63fc-08d4-97e2-4031-38c96f5a7d7a-492c324d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-d5aff0a0-a788-0f40-c29d-0bbfce47e39d-604ac2f2, #w-node-d5aff0a0-a788-0f40-c29d-0bbfce47e39d-461fbaef, #w-node-_798db5bf-0707-ede2-6150-150e9cfdbb84-461fbaef, #w-node-d5aff0a0-a788-0f40-c29d-0bbfce47e39d-784ce5f9, #w-node-d5aff0a0-a788-0f40-c29d-0bbfce47e39d-66895abe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0db6de89-f4e2-eb15-a0be-87474e7a259e-492c323a {
    grid-column: span 1 / span 1;
  }

  #w-node-fe8207e6-01c3-09e2-a5f2-c66974829c51-492c323a {
    grid-row: span 1 / span 1;
  }

  #w-node-_4045aa1c-cd05-d487-62db-0c0f4e3bde7f-492c323a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bangers';
  src: url('../fonts/bangers-v21-latin-regular.woff2') format('woff2'), url('../fonts/bangers-v21-latin-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo V 20 Latin 500';
  src: url('../fonts/exo-v20-latin-500.woff2') format('woff2'), url('../fonts/exo-v20-latin-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo V 20 Latin';
  src: url('../fonts/exo-v20-latin-regular.woff2') format('woff2'), url('../fonts/exo-v20-latin-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo V 20 Latin 300';
  src: url('../fonts/exo-v20-latin-300.woff2') format('woff2'), url('../fonts/exo-v20-latin-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo V 20 Latin 700';
  src: url('../fonts/exo-v20-latin-700.woff2') format('woff2'), url('../fonts/exo-v20-latin-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}