@font-face {
  font-family: Coolvetica Compressed Hv;
  src: url('../fonts/coolvetica-compressed-hv.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Condensed Rg;
  src: url('../fonts/coolvetica-condensed-rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --hero-font: "Coolvetica Compressed Hv", sans-serif;
  --white: #fff;
  --normal-font: Overusedgrotesk, sans-serif;
  --red: #af0046;
  --heading-font: "Coolvetica Condensed Rg", sans-serif;
  --grey: #bdbdbd;
  --light-grey: #dadada;
  --dark: #1e2126;
  --light-green: #0ed37a;
  --lighter-grey: #a3a2a2;
  --transparent: #0000;
  --avator-left-right: #666;
  --cursor: #fff;
}

.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;
}

.section-hero {
  position: absolute;
  inset: 0%;
}

.hero-text {
  font-family: var(--hero-font);
  color: var(--white);
  text-transform: uppercase;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15rem;
  font-weight: 400;
  line-height: .6;
}

.hero-column-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-wrap {
  grid-column-gap: 15.5rem;
  grid-row-gap: 15.5rem;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.hero-column-right {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  max-width: none;
  display: flex;
  overflow: visible;
}

.avator-sticky {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.avator-container {
  z-index: auto;
  width: 23rem;
  display: block;
  position: relative;
}

.avator-perspective {
  z-index: auto;
  perspective: 950px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.avator-item {
  width: 23rem;
  height: 30rem;
  position: relative;
}

.avator {
  z-index: auto;
  transform-style: preserve-3d;
  position: relative;
  transform: rotateX(1deg)rotateY(0)rotateZ(0);
}

.avator-image-front {
  z-index: 1;
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  background-image: url('../images/SJGD_Portrait_08-2025.jpg');
  background-position: 50%;
  background-size: cover;
  width: 23rem;
  height: 30rem;
  display: block;
  position: absolute;
  transform: translate3d(0, 0, .5rem);
}

.hero-text-innerwrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-text-name {
  font-family: var(--hero-font);
  color: var(--white);
  mix-blend-mode: difference;
  font-size: 5rem;
  font-weight: 400;
  line-height: .6;
  position: absolute;
  inset: -44% auto auto 1%;
}

.hero-text-info {
  font-family: var(--normal-font);
  color: var(--white);
  text-align: right;
  mix-blend-mode: difference;
  width: 400px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
  position: absolute;
  inset: auto .5% -51% auto;
}

.section-services {
  min-height: auto;
  padding-top: 10rem;
  position: relative;
  overflow: visible;
}

.service-columns {
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.section-title {
  font-family: var(--hero-font);
  color: var(--white);
  text-transform: none;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: .8;
  display: inline-block;
}

.section-title.color-purple {
  color: var(--red);
  mix-blend-mode: normal;
}

.section-title.kunden {
  padding-left: 4rem;
}

.service-column-flex-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  width: 600px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.accordion-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 1rem;
  display: flex;
  overflow: visible;
}

.arrow-icon {
  color: var(--white);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 1.5rem;
}

.accordion-toggle {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.accordion-toggle:hover {
  color: #6a71df;
}

.accordion-content-wrapper {
  pointer-events: auto;
  transform-origin: 50% 0;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: static;
  overflow: hidden;
}

.accordion-item {
  z-index: 900;
  border: 0 #000;
  width: 100%;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.accordion-title {
  font-family: var(--heading-font);
  color: var(--white);
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.paragraph-text {
  font-family: var(--normal-font);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.paragraph-text.line-height-medium {
  color: var(--grey);
  mix-blend-mode: difference;
  font-weight: 300;
  line-height: 1.3;
}

.paragraph-text.color-grey {
  color: var(--grey);
  line-height: 1.2;
}

.paragraph-text.font-weight-bold {
  color: var(--white);
  font-weight: 500;
}

.space-medium {
  width: 3rem;
  height: 3rem;
}

.space-small {
  width: 1rem;
  height: 1rem;
}

.space-large {
  width: 5rem;
  height: 5rem;
}

.section-title-wrap {
  width: 100%;
}

.service-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall {
  color: var(--red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: 3px;
  display: flex;
}

.service-item-image {
  z-index: 50;
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  width: 100%;
  max-width: 14rem;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: -110% -5% auto auto;
  overflow: hidden;
}

.service-item-cover {
  aspect-ratio: 3 / 2;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-cover {
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: clip;
}

.accordion-wrap {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.divider-line {
  background-color: var(--light-grey);
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.divider-line-progress {
  background-color: var(--red);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
}

.service-column-flex-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-about {
  height: auto;
  margin-top: 3rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: visible;
}

.about-columns {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.about-column-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  display: flex;
}

.about-column-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: stretch;
  width: 530px;
  display: flex;
}

.secondary-title {
  font-family: var(--heading-font);
  color: var(--white);
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.about-info-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-info-icon {
  display: block;
}

.about-info-text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.paragraph-text-small {
  font-family: var(--normal-font);
  color: var(--grey);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}

.paragraph-text-small.line-height-medium {
  mix-blend-mode: normal;
  font-weight: 300;
  line-height: 1.3;
}

.paragraph-text-small.link {
  color: var(--dark);
  text-decoration: none;
}

.paragraph-text-small.link:hover {
  color: var(--light-green);
}

.paragraph-text-small.color-light-grey {
  color: var(--lighter-grey);
}

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

.icon-embed-small.color-purple {
  color: var(--light-green);
  width: 2.6rem;
  height: 2.6rem;
}

.about-info-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.call-to-action {
  background-color: var(--red);
  font-family: var(--heading-font);
  color: var(--white);
  border-radius: 50px;
  padding: .2rem 4rem .5rem;
  font-size: 2.5rem;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.call-to-action:hover {
  background-color: var(--light-green);
  color: var(--dark);
}

.about-column-innerwrap.flex-space-between {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.number-text {
  font-family: var(--heading-font);
  color: var(--white);
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.info-line-wrap {
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.info-line-center {
  z-index: 1;
  background-color: var(--light-grey);
  align-self: auto;
  width: 70%;
  height: 2px;
  position: relative;
}

.info-line-top {
  border-top: 2px solid var(--light-grey);
  border-left: 2px solid var(--light-grey);
  border-radius: 50px 0 0;
  width: 100px;
  height: 160px;
}

.info-line-bottom {
  border-top: 0px none var(--red);
  border-bottom: 2px solid var(--light-grey);
  border-left: 2px solid var(--light-grey);
  border-radius: 0 0 0 50px;
  width: 100px;
  height: 160px;
}

.project-outterwrap {
  max-width: none;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: auto;
  overflow: visible;
}

.project-innerwrap {
  margin-left: 0;
  margin-right: 0;
  display: none;
  overflow: visible;
}

.project-list {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  align-items: stretch;
  margin-right: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.project-wrap {
  width: 100%;
  height: auto;
  margin-right: -80vw;
  overflow: visible;
}

.project-item {
  flex: none;
  align-self: auto;
  width: 70vw;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.work-wrapper {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.work-detail {
  z-index: 10;
  mix-blend-mode: difference;
  flex-flow: column;
  align-self: auto;
  width: 400px;
  height: auto;
  display: flex;
  position: relative;
  left: 0;
}

.work-cover {
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.project-title {
  font-family: var(--heading-font);
  color: var(--white);
  text-transform: uppercase;
  mix-blend-mode: normal;
  font-size: 4rem;
  font-weight: 400;
  line-height: .9;
}

.work-image {
  width: 100%;
  height: 100%;
}

.work-date {
  perspective-origin: 50%;
  transform-origin: 50% 0;
  font-family: var(--normal-font);
  color: var(--light-grey);
  text-align: right;
  text-transform: none;
  flex: none;
  width: 50%;
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
  position: absolute;
  inset: 109px auto auto -38%;
  transform: rotate(-90deg);
}

.project-category {
  border: 1px solid var(--red);
  font-family: var(--normal-font);
  color: var(--red);
  border-radius: 20px;
  flex: 0 auto;
  align-self: flex-start;
  padding: 3px 15px 7px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}

.project-title-wrap {
  mix-blend-mode: normal;
  width: 400px;
  position: relative;
}

.view-project-icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 3px;
  display: flex;
}

.view-project-icon.hover {
  position: absolute;
  inset: 0% auto auto;
  overflow: clip;
}

.view-project-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sticky {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-contact {
  height: auto;
  padding-top: 0;
  padding-bottom: 6rem;
  overflow: hidden;
}

.contact-column {
  justify-content: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.contact-column-left, .contact-column-right {
  width: 45%;
}

.contact-form {
  display: none;
}

.form-groups-wrap {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.form-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.form-input {
  background-color: var(--transparent);
  font-family: var(--normal-font);
  color: var(--white);
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 14px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}

.form-textarea {
  background-color: var(--transparent);
  font-family: var(--normal-font);
  color: var(--white);
  border-radius: 6px;
  align-self: auto;
  min-height: 180px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
  overflow: clip;
}

.select-field {
  background-color: var(--dark);
  font-family: var(--normal-font);
  color: var(--white);
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}

.nav {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  mix-blend-mode: normal;
  background-color: #1e2126cc;
  width: 100%;
  min-height: auto;
  position: fixed;
  top: 0;
}

.nav-wrap {
  background-color: var(--transparent);
  justify-content: space-between;
  min-height: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: block;
}

.nav-grid {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  min-height: 4rem;
  position: relative;
}

.nav-brand {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-brand.w--current {
  z-index: 100;
}

.nav-logo {
  width: 10rem;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
}

.nav-menu-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

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

.nav-link {
  font-family: var(--normal-font);
  color: var(--white);
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--red);
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.w--current:hover {
  color: var(--red);
}

.nav-link-contact {
  background-color: var(--red);
  font-family: var(--normal-font);
  color: var(--white);
  border-radius: 50px;
  padding: 5px 2rem 8px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
}

.nav-link-contact:hover {
  background-color: var(--light-green);
  color: var(--dark);
}

.nav-link-contact.w--current {
  color: var(--dark);
}

.body {
  background-color: var(--dark);
  overflow: visible;
}

.section-footer {
  background-color: var(--white);
  padding: 1.25rem 3rem;
}

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

.footer-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.footer-wrap.flex-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.footer-link {
  font-family: var(--normal-font);
  color: var(--dark);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--light-green);
}

.footer-link.w--current:hover {
  color: var(--red);
}

.project-wrap-template {
  background-color: var(--dark);
  width: 100%;
  height: auto;
  padding-bottom: 100vh;
  overflow: visible;
}

.project-innerwrap-template {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 12rem;
  display: flex;
  position: relative;
}

.project-detail-wrap-template {
  flex-flow: column;
  width: 500px;
  height: auto;
  display: flex;
  position: relative;
  left: 0;
}

.project-template-title {
  font-family: var(--hero-font);
  color: var(--white);
  text-transform: uppercase;
  font-size: 8rem;
  font-weight: 400;
  line-height: .8;
}

.project-title-wrap-template {
  width: 100%;
  position: relative;
}

.project-date-template {
  perspective-origin: 50%;
  transform-origin: 50% 0;
  font-family: var(--normal-font);
  color: var(--light-grey);
  text-align: right;
  text-transform: none;
  flex: none;
  width: 50%;
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
  position: absolute;
  inset: 139px auto auto -37%;
  transform: rotate(-90deg);
}

.project-image-wrap-template {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-right: -100vw;
  display: flex;
  position: relative;
}

.project-gallery-template {
  flex: none;
  width: auto;
  height: auto;
  display: block;
}

.project-gallery-image {
  vertical-align: baseline;
  border-radius: 0;
  height: 100%;
  max-height: 70vh;
  display: inline-block;
}

.section-footer-fixed {
  background-color: var(--white);
  padding: 1.25rem 3rem;
  position: fixed;
  inset: auto 0% 0%;
}

.project-scroll-template {
  width: 100%;
  height: 300vw;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.project-list-cta-wrap {
  align-self: flex-end;
  display: flex;
}

.view-project-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-sticky {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.avator-image-back {
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  background-image: url('../images/SJGD_Portrait-Back_08-2025.jpg');
  background-position: 50%;
  background-size: cover;
  width: 23rem;
  height: 30rem;
  position: absolute;
  transform: translate3d(0, 0, -.5rem)rotateX(0)rotateY(180deg)rotateZ(0);
}

.avator-image-right {
  background-color: var(--avator-left-right);
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  width: 1rem;
  height: 30rem;
  position: absolute;
  transform: translate(-.5rem)rotateX(0)rotateY(90deg)rotateZ(0);
}

.avator-image-left {
  background-color: var(--avator-left-right);
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  width: 1rem;
  height: 30rem;
  position: absolute;
  transform: translate(22.5rem)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.avator-image-top {
  background-color: var(--grey);
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  width: 23rem;
  height: 1rem;
  position: absolute;
  transform: translate(0, -.5rem)rotateX(90deg)rotateY(0)rotateZ(0);
}

.avator-image-bottom {
  background-color: var(--grey);
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  width: 23rem;
  height: 1rem;
  position: absolute;
  transform: translate(0, 29.5rem)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.main-wrapper {
  display: block;
  overflow: visible;
}

.avator-outterwrap {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-project {
  background-color: var(--dark);
  width: 100%;
  margin-bottom: 10rem;
  padding-bottom: 100vh;
  display: block;
}

.project-srcoll-outterwrap {
  color: var(--white);
  width: 100%;
  height: 300vh;
  padding-bottom: 0;
  position: relative;
  top: auto;
  overflow: visible;
}

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

.circle-badge {
  z-index: 5;
  background-color: var(--red);
  transform-origin: 100% 0;
  transform-style: preserve-3d;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  inset: auto auto -9% -15%;
  transform: translate3d(0, 0, 2rem);
}

.hero-text-badge {
  font-family: var(--heading-font);
  color: var(--white);
  font-size: 5rem;
  font-weight: 400;
  line-height: .6;
  position: static;
  inset: -36% auto auto 1%;
}

.custom-cursor-wrap {
  z-index: 9999;
  pointer-events: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.custom-cursor {
  background-color: var(--cursor);
  pointer-events: none;
  mix-blend-mode: difference;
  background-image: url('../images/SJGD_Favicon_256x256.png');
  background-position: 50%;
  background-size: contain;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
  position: absolute;
}

.work-cover-wrap {
  position: relative;
  overflow: hidden;
}

.section-admin.padding-medium {
  background-color: var(--dark);
  padding: 7% 12rem;
}

.section-admin.padding-medium.change-log {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.button-group {
  grid-column-gap: 10px;
  display: flex;
}

.button-group.license-button-gruop {
  align-self: center;
}

.h2-heading {
  justify-content: center;
  align-self: auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.h2-heading.align-center {
  font-family: var(--heading-font);
  color: var(--white);
  text-align: center;
  width: auto;
  font-size: 3rem;
}

.h2-heading.align-center.color-purple {
  color: var(--red);
  font-size: 5rem;
}

.license-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
}

.button {
  background-color: #01aa6c;
  border-radius: 100px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button.outline {
  border: 2px solid var(--red);
  background-color: var(--transparent);
  color: var(--red);
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.button.outline:hover {
  background-color: var(--red);
  color: var(--dark);
  border-color: #0000;
}

.button.green-color-light {
  background-color: var(--red);
  color: var(--dark);
  font-weight: 500;
  transition: background-color .2s;
}

.button.green-color-light:hover {
  background-color: var(--light-green);
  color: var(--dark);
}

.cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.admin-title {
  font-family: var(--hero-font);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 10rem;
  line-height: .8;
}

.admin-text {
  font-family: var(--normal-font);
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.rich-text-block {
  color: var(--white);
  text-align: left;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.bg-dark-grey {
  background-color: var(--dark);
}

.menu-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

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

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

.impressum {
  font-family: var(--normal-font);
  color: var(--lighter-grey);
}

@media screen and (min-width: 1280px) {
  .info-line-center {
    width: 70%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-text {
    font-size: 18rem;
  }

  .hero-wrap {
    grid-column-gap: 20rem;
    grid-row-gap: 20rem;
  }

  .avator-container {
    width: 27rem;
  }

  .avator-item, .avator-image-front {
    width: 27rem;
    height: 35rem;
  }

  .hero-text-name {
    font-size: 5rem;
    top: -36%;
  }

  .hero-text-info {
    font-size: 1.5rem;
    bottom: -44%;
  }

  .section-services {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .service-columns {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .section-title {
    font-size: 8rem;
  }

  .service-column-flex-left {
    width: 810px;
  }

  .accordion-title {
    font-size: 4rem;
  }

  .service-item-image {
    max-width: 16rem;
    top: -50%;
    right: 10%;
  }

  .service-item-cover, .image-cover {
    aspect-ratio: 3 / 2;
  }

  .divider-line-progress {
    width: 100%;
  }

  .section-about {
    margin-top: 0;
    padding-top: 10rem;
    padding-bottom: 20rem;
  }

  .about-columns {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .about-column-left {
    width: 500px;
  }

  .about-info-flex {
    flex-flow: row;
  }

  .info-line-center {
    width: 100%;
  }

  .project-outterwrap {
    padding-left: 12rem;
  }

  .project-item {
    width: 60vw;
  }

  .contact-column {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .contact-column-left, .contact-column-right {
    width: 40%;
  }

  .avator-image-back {
    width: 27rem;
    height: 35rem;
  }

  .avator-image-right {
    height: 35rem;
  }

  .avator-image-left {
    height: 35rem;
    transform: translate(26.5rem)rotateX(0)rotateY(-90deg)rotateZ(0);
  }

  .avator-image-top {
    width: 27rem;
  }

  .avator-image-bottom {
    width: 27rem;
    transform: translate(0, 34.5rem)rotateX(-90deg)rotateY(0)rotateZ(0);
  }

  .section-project {
    margin-bottom: 20rem;
  }

  .circle-badge {
    width: 150px;
    height: 150px;
  }

  .hero-text-badge {
    font-size: 6rem;
  }

  .custom-cursor-wrap {
    display: flex;
  }

  .button.outline {
    border: 2px solid var(--red);
    color: var(--red);
    -webkit-text-stroke-color: #ad7ff7;
  }

  .button.outline:hover {
    border-color: var(--red);
    background-color: var(--red);
  }

  .button.green-color-light {
    background-color: var(--red);
  }

  .button.green-color-light:hover {
    background-color: var(--light-green);
    color: var(--dark);
  }
}

@media screen and (max-width: 991px) {
  .section-hero {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero-text {
    font-size: 10rem;
  }

  .hero-column-left {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .hero-wrap {
    grid-column-gap: 18rem;
    grid-row-gap: 18rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .hero-column-right {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .avator-container {
    width: 20rem;
    display: block;
  }

  .avator-item, .avator-image-front {
    width: 20rem;
    height: 26rem;
  }

  .hero-text-name {
    font-size: 3.5rem;
    top: -46%;
  }

  .hero-text-info {
    bottom: -71%;
  }

  .service-columns {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-title {
    font-size: 5rem;
  }

  .section-title.color-purple {
    font-size: 7rem;
  }

  .service-column-flex-left {
    width: 55vw;
  }

  .accordion-content {
    padding-bottom: 1rem;
  }

  .arrow-icon {
    font-size: 1.5rem;
  }

  .accordion-title {
    font-size: 2.5rem;
  }

  .paragraph-text.line-height-medium {
    text-align: left;
    margin-top: 0;
  }

  .paragraph-text.color-grey {
    font-size: 1.25rem;
    line-height: 1;
  }

  .space-medium {
    width: 2rem;
    height: 2rem;
  }

  .space-large {
    width: 3rem;
    height: 3rem;
  }

  .service-item-image {
    max-width: 12rem;
    display: none;
  }

  .service-item-cover {
    aspect-ratio: 3 / 2;
    width: 100%;
  }

  .image-cover {
    aspect-ratio: 3 / 2;
  }

  .about-columns {
    grid-column-gap: 30rem;
    grid-row-gap: 30rem;
    flex-flow: column;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-column-left {
    width: 100%;
  }

  .about-column-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    width: 100%;
  }

  .secondary-title {
    font-size: 3rem;
  }

  .paragraph-text-small.line-height-medium.project-template-text {
    font-size: 1.5rem;
  }

  .paragraph-text-small.link, .paragraph-text-small.color-light-grey {
    font-size: 1rem;
  }

  .about-info-flex {
    flex-flow: row;
    justify-content: center;
  }

  .call-to-action {
    text-align: center;
    width: auto;
  }

  .about-column-innerwrap {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .about-column-innerwrap.flex-space-between {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    justify-content: space-between;
  }

  .number-text {
    font-size: 2rem;
  }

  .info-line-wrap {
    display: none;
  }

  .project-outterwrap {
    padding-left: 2rem;
  }

  .project-innerwrap {
    padding-left: 3rem;
  }

  .work-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-left: auto;
  }

  .work-detail {
    align-self: auto;
    width: 100%;
    position: relative;
  }

  .work-cover {
    width: 100%;
    padding-left: 0;
  }

  .project-title {
    font-size: 3rem;
  }

  .work-image {
    width: 80%;
  }

  .section-contact {
    padding-bottom: 0;
  }

  .contact-column {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-column-left {
    order: 1;
    width: 100%;
    height: 100vh;
  }

  .contact-column-right {
    order: -1;
    width: 100%;
  }

  .form-groups-wrap {
    flex-flow: column;
    display: block;
  }

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

  .nav-grid {
    grid-template-columns: auto 1fr;
    justify-content: space-between;
    align-items: center;
    height: auto;
    min-height: 4rem;
    display: flex;
  }

  .nav-logo {
    width: 12rem;
  }

  .nav-menu {
    background-color: #1d1d1df2;
    height: 100vh;
  }

  .nav-menu-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 6rem;
    padding-bottom: 0;
    display: flex;
  }

  .nav-menu-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .nav-link, .nav-link-contact {
    font-size: 1.5rem;
  }

  .footer-link {
    font-size: 1rem;
  }

  .footer-link.w--current {
    color: var(--light-green);
  }

  .project-wrap-template {
    padding-left: 2rem;
  }

  .project-innerwrap-template {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 0;
    padding-right: 6rem;
  }

  .project-detail {
    width: 70vw;
  }

  .project-detail-wrap-template {
    width: 100%;
  }

  .project-date-template {
    text-align: left;
    width: 100%;
    position: relative;
    top: auto;
    left: 0%;
    transform: rotate(0);
  }

  .project-image-wrap-template {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .avator-image-back {
    width: 20rem;
    height: 26rem;
  }

  .avator-image-right {
    height: 26rem;
  }

  .avator-image-left {
    height: 26rem;
    transform: translate(19.5rem)rotateX(0)rotateY(-90deg)rotateZ(0);
  }

  .avator-image-top {
    width: 20rem;
  }

  .avator-image-bottom {
    width: 20rem;
    transform: translate(0, 25.5rem)rotateX(-90deg)rotateY(0)rotateZ(0);
  }

  .custom-cursor-wrap {
    display: none;
  }

  .menu-button {
    color: var(--white);
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--red);
    color: var(--dark);
  }

  .section-admin.padding-medium {
    padding: 13% 5rem 4%;
  }

  .button-group {
    justify-content: center;
    align-items: center;
  }

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

  .button.outline {
    border-style: solid;
    border-color: var(--red);
    background-color: var(--transparent);
    color: var(--red);
    -webkit-text-stroke-color: var(--red);
  }

  .button.outline:hover {
    border-color: var(--red);
    background-color: var(--red);
  }

  .button.green-color-light {
    background-color: var(--red);
  }

  .button.green-color-light:hover {
    background-color: var(--light-green);
    color: #25242b;
  }

  .admin-title {
    font-size: 8rem;
  }

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

  .rich-text-block {
    width: 80%;
  }

  .menu-button-icon {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-text {
    mix-blend-mode: difference;
    font-size: 6rem;
  }

  .hero-column-left {
    align-self: flex-start;
  }

  .hero-wrap {
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
  }

  .avator-container {
    width: 14rem;
    margin-top: 0;
    display: block;
  }

  .avator-item {
    mix-blend-mode: normal;
    width: 14rem;
    height: 18rem;
  }

  .avator-image-front {
    width: 14rem;
    height: 18rem;
  }

  .hero-text-innerwrap {
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
  }

  .hero-text-innerwrap.mobile-align {
    justify-content: center;
    align-items: flex-end;
  }

  .hero-text-name {
    font-size: 2rem;
    left: 0%;
  }

  .hero-text-info {
    white-space: normal;
    align-self: auto;
    width: 100%;
    font-size: 1.25rem;
    bottom: -95%;
  }

  .section-services {
    overflow: hidden;
  }

  .service-columns {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-title {
    font-size: 3.5rem;
  }

  .service-column-flex-left {
    width: 100%;
  }

  .arrow-icon {
    font-size: 1.25rem;
  }

  .accordion-toggle {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    padding-bottom: 0;
  }

  .accordion-title {
    font-size: 2rem;
  }

  .paragraph-text.line-height-medium, .paragraph-text.color-grey, .paragraph-text.font-weight-bold {
    font-size: 1.25rem;
  }

  .service-item {
    align-self: auto;
  }

  .icon-embed-xxsmall {
    flex: none;
  }

  .about-columns {
    grid-column-gap: 25rem;
    grid-row-gap: 25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .secondary-title {
    font-size: 2.5rem;
  }

  .paragraph-text-small.line-height-medium {
    font-size: 1.25rem;
    display: block;
  }

  .paragraph-text-small.line-height-medium.project-template-text {
    font-size: 1.25rem;
  }

  .about-info-flex {
    flex-flow: column;
  }

  .call-to-action {
    width: 100%;
    font-size: 2rem;
    position: relative;
  }

  .about-column-innerwrap {
    width: 100%;
  }

  .about-column-innerwrap.flex-space-between {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .number-wrap {
    text-align: center;
    align-self: auto;
    width: 100%;
  }

  .project-outterwrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project-innerwrap {
    padding-left: 0;
  }

  .project-list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .project-wrap {
    margin-right: 0;
  }

  .project-item {
    flex-flow: row;
    width: 90vw;
  }

  .project-title {
    white-space: normal;
    word-break: normal;
  }

  .work-image {
    width: 100%;
  }

  .work-date {
    text-align: left;
    width: 100%;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    top: auto;
    left: 0%;
    transform: rotate(0);
  }

  .project-category {
    font-size: 1rem;
  }

  .project-title-wrap {
    width: 100%;
  }

  .view-project-icon, .view-project-icon.hover {
    width: 1.25rem;
    height: 1.25rem;
  }

  .sticky {
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

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

  .contact-column-left {
    height: 60vh;
  }

  .nav-wrap {
    padding-left: 1rem;
    padding-right: 0;
  }

  .nav-grid {
    min-height: 3rem;
  }

  .nav-brand {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .nav-logo {
    width: 10rem;
  }

  .footer-grid {
    flex-flow: column;
    grid-auto-flow: row;
    align-items: center;
    display: flex;
  }

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

  .project-wrap-template {
    padding: 6rem 1rem 0;
  }

  .project-innerwrap-template {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    padding-right: 0;
  }

  .project-detail {
    width: 100%;
  }

  .project-template-title {
    font-size: 5rem;
  }

  .project-image-wrap-template {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-right: 0;
    padding-bottom: 3rem;
  }

  .section-footer-fixed {
    position: relative;
  }

  .project-scroll-template {
    height: auto;
  }

  .project-list-cta-wrap {
    align-self: center;
  }

  .view-project-icon-wrap {
    margin-top: 2px;
  }

  .project-sticky {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: auto;
  }

  .avator-image-back {
    width: 14rem;
    height: 18rem;
  }

  .avator-image-right {
    height: 18rem;
  }

  .avator-image-left {
    height: 18rem;
    transform: translate(13.5rem)rotateX(0)rotateY(-90deg)rotateZ(0);
  }

  .avator-image-top {
    width: 14rem;
  }

  .avator-image-bottom {
    width: 14rem;
    transform: translate(0, 17.5rem)rotateX(-90deg)rotateY(0)rotateZ(0);
  }

  .main-wrapper {
    overflow: visible;
  }

  .section-project {
    padding-bottom: 0;
    overflow: hidden;
  }

  .project-srcoll-outterwrap {
    height: auto;
  }

  .circle-badge {
    width: 4.5rem;
    height: 4.5rem;
  }

  .hero-text-badge {
    font-size: 3rem;
  }

  .menu-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section-admin.padding-medium {
    padding: 25% 2rem;
  }

  .button-group {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .button-group.license-button-gruop {
    width: 100%;
  }

  .h2-heading {
    text-align: left;
    font-size: 30px;
  }

  .h2-heading.align-center {
    text-align: left;
    font-size: 2.5rem;
  }

  .h2-heading.align-center.color-purple {
    font-size: 3rem;
  }

  .license-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .button.outline {
    border-style: solid;
    border-color: var(--red);
    color: var(--red);
    text-align: center;
    align-self: stretch;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .button.outline:hover {
    border-color: var(--red);
    background-color: var(--red);
  }

  .button.green-color-light {
    background-color: var(--red);
    text-align: center;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .button.green-color-light:hover {
    background-color: var(--light-green);
    color: #25242b;
  }

  .cell {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .admin-title {
    font-size: 5rem;
  }

  .admin-text {
    font-size: 1.25rem;
  }

  .rich-text-block {
    color: var(--white);
    width: 100%;
  }
}

#w-node-_04648367-3bf2-7057-8c8b-54f3852c638f-852c638c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_04648367-3bf2-7057-8c8b-54f3852c6391-852c638c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_04648367-3bf2-7057-8c8b-54f3852c6393-852c638c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_04648367-3bf2-7057-8c8b-54f3852c639c-852c638c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_04648367-3bf2-7057-8c8b-54f3852c639f-852c638c {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto end;
  }
}


@font-face {
  font-family: 'Coolvetica Compressed Hv';
  src: url('../fonts/coolvetica-compressed-hv.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Condensed Rg';
  src: url('../fonts/coolvetica-condensed-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-ExtraBold.otf') format('opentype'), url('../fonts/OverusedGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}