:root {
  --white: white;
  --mörkblå: #00083e;
  --blå: #253ff6;
  --medium-blå: #253ff6;
  --body-text: #e5e5e5;
  --1: #665dcd;
  --bg-dark: #141619;
  --black: black;
  --linen: #ffefe2;
  --royal-blue: #3859ff;
  --royal-blue-40: #3859ff66;
  --w98-teal: teal;
  --cornflower-blue: #5fa4e6;
  --gainsboro: #e5e5e580;
  --dark-slate-blue: #152433;
  --cornflower-blue-2: #5fa4e640;
  --2: #5fa4e6;
  --3: #d2ab67;
  --w98-light: #1084d0;
  --ljusgul: #feffb1;
  --shadow: #262626;
}

body {
  background-color: var(--white);
  color: var(--mörkblå);
  font-family: Redaction, Georgia, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--blå);
  text-decoration: underline;
}

.nav-logo-img {
  min-width: 3.5rem;
  min-height: 3.5rem;
  max-height: 3.5rem;
  display: none;
}

.typer {
  font-family: "Redaction 35", Georgia, sans-serif;
}

.hero-section {
  background-color: var(--white);
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Grid_Square_Platinum_01.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 50%;
  background-attachment: scroll, fixed;
  align-items: flex-end;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #00083e, #253ff6);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-page-layout {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1150px;
}

.portfolio-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 6vw;
  display: flex;
  position: relative;
}

.portfolio-info-text {
  color: #666;
  font-family: Switzer, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1;
}

.portfolio-info-text.p-blue-text {
  color: var(--medium-blå);
  margin-bottom: 2rem;
  font-weight: 300;
}

.hero-info-bar {
  z-index: 5;
  background-image: linear-gradient(to right, #00083e, #253ff6);
  align-items: center;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.info-bar-text {
  color: var(--body-text);
  letter-spacing: 3px;
  text-transform: uppercase;
  flex: none;
  margin-left: 2vw;
  font-family: Switzer, sans-serif;
  font-size: .8em;
  font-weight: 100;
  line-height: 1;
}

.info-bar-text.no-margin {
  margin-left: 0;
}

.info-bar-divider {
  flex: none;
  margin-left: 4vw;
  margin-right: 2vw;
}

.button-portfolio-img {
  width: 123px;
}

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

.button-hero {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.services-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.services-card {
  z-index: 10;
  background-color: var(--white);
  box-shadow: none;
  outline-color: var(--medium-blå);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 2vw 3vw;
  display: flex;
  position: relative;
}

.services-text {
  color: var(--mörkblå);
  font-family: Switzer, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}

.portfolio-heading {
  z-index: 10;
  color: var(--medium-blå);
  text-align: left;
  -webkit-text-stroke-color: var(--medium-blå);
  white-space: normal;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Redaction, Georgia, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.services-heading-container {
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.button-hero-img {
  width: 180px;
}

.services-card-container {
  outline-color: var(--medium-blå);
  outline-offset: 0px;
  background-color: #0000;
  outline-width: 1px;
  outline-style: none;
  width: 30vw;
  height: 30vw;
  margin-left: 3vw;
  margin-right: 3vw;
  position: relative;
  overflow: visible;
}

.button-text {
  color: var(--blå);
  margin-bottom: 8px;
  margin-right: 8px;
  font-family: Redaction, Georgia, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
}

.button-text:hover {
  font-family: "Redaction 70", Georgia, sans-serif;
}

.button-text.button-text-white {
  color: var(--white);
}

.card-shadow {
  background-color: var(--mörkblå);
  margin: 8px -8px -8px 8px;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.card-shadow.port-shadow {
  background-color: var(--mörkblå);
  width: 30vw;
  height: 30vw;
  margin: 8px -8px -8px 8px;
  position: absolute;
  inset: auto 0%;
}

.services-400vh-height-section {
  background-color: var(--blå);
  border-top: 60px #24242417;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-left: 0;
  display: flex;
  position: relative;
}

.services-400vh-height-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.services-grid-bg {
  z-index: 100;
  background-color: var(--blå);
  opacity: 1;
  background-image: linear-gradient(#253ff6fa, #253ff6fa), url('../images/Grid_Square_14.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 12.5%;
  width: 200vw;
  height: 100vh;
  position: absolute;
}

.services-sticky-div {
  background-color: #ffffff82;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.services-layout {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: 16px;
  display: flex;
  position: relative;
}

.services-400vh-widht-section {
  flex-wrap: wrap;
  align-items: center;
  width: 300vh;
  height: 100%;
  margin-left: 31vw;
  display: flex;
}

.services-clipper {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about-section {
  z-index: 10;
  background-color: var(--blå);
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-scroll-section {
  width: 100%;
  height: 100%;
  position: static;
  overflow: visible;
}

.nav-menu-open-img {
  min-width: 3.5rem;
  min-height: 3.5rem;
  display: block;
}

.arrow-down {
  z-index: 40;
  margin-bottom: 6rem;
  margin-right: 2rem;
  padding: 2rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-header_m {
  z-index: 10;
  color: #253ff6;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redaction, Georgia, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.info-bar-text-span {
  letter-spacing: 3px;
  font-weight: 300;
}

.info-bar-divider-text {
  color: var(--body-text);
  letter-spacing: normal;
  text-transform: uppercase;
  flex: none;
  padding-bottom: 0;
  font-family: stolzl;
  font-size: 1em;
  font-weight: 100;
}

.mini-heading {
  color: var(--mörkblå);
  letter-spacing: .25rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12rem;
  font-family: Switzer, sans-serif;
  font-size: .75em;
  font-weight: 300;
  line-height: .5;
}

.mini-heading.white-mini-heading {
  color: var(--white);
}

.mini-heading.hero-mini-heading {
  margin-bottom: 2rem;
}

.mini-heading.footer-mini-heading {
  color: var(--white);
  margin-bottom: 0;
  text-decoration: none;
}

.nav-menu-link-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

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

.portfolio-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.portfolio-image {
  width: 60vw;
  margin-bottom: 5vh;
}

.portfolio-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  display: flex;
}

.services-logo-img {
  width: 8em;
  max-width: 30%;
}

.info-bar-text-container {
  align-items: center;
  display: flex;
}

.menu-link-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.nav-menu-link-container {
  width: 100%;
}

.menu-link-div {
  align-items: center;
  display: flex;
}

.services-heading {
  color: var(--mörkblå);
  word-break: break-all;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redaction, Georgia, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}

.services-number {
  color: var(--medium-blå);
  letter-spacing: .25rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Redaction 20";
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
}

.hero-header_dt {
  z-index: 10;
  color: var(--blå);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redaction, Georgia, sans-serif;
  font-size: 8em;
  font-weight: 400;
  line-height: 1.2;
}

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

.padding-section {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.padding-section.hero-padding-section {
  padding-bottom: 8rem;
}

.hero-layout {
  align-items: flex-end;
  display: flex;
}

.text-page-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-text {
  color: var(--white);
  font-family: Redaction, Georgia, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
}

.section-text.section-text-blue {
  color: var(--blå);
}

.section-text.section-text-smaller {
  margin-top: 2rem;
  font-size: 1.5em;
}

.services-section {
  z-index: 10;
  background-image: linear-gradient(to bottom, #00083efa, #253ff6fa), url('../images/Grid_Square_14.svg'), linear-gradient(to bottom, var(--mörkblå), var(--blå));
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, 25%, auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-section {
  z-index: 10;
  background-color: #f6f6f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  z-index: 10;
  background-color: var(--blå);
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav-wrapper.w--open {
  background-color: #0000;
}

.main-nav-inner {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-container {
  z-index: 10;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.nav-items {
  z-index: 1;
  flex-direction: column;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.main-nav {
  background-color: #0000;
  width: 100vw;
  position: fixed;
  top: 0;
}

.logo-wrapper {
  background-color: var(--white);
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 4.5rem;
  padding: .5rem 2rem;
  display: flex;
}

.nav-toggle-btn {
  z-index: 5;
  background-color: #0000;
  padding: .5rem 2rem;
}

.nav-toggle-btn.w--open {
  background-color: #0000;
}

.close-btn-wrapper {
  z-index: 5;
  padding: 2rem 4rem;
  text-decoration: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.load_grid {
  z-index: 300;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw;
  grid-template-columns: 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw;
  grid-auto-rows: minmax(5vw, 5vw);
  grid-auto-columns: minmax(5vw, 5vw);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.load_grid-item {
  background-color: var(--blå);
  width: 100%;
  height: 100%;
}

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

.button-contact-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.animated-arrow-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: relative;
}

.animated-arrow-pixel {
  background-color: var(--blå);
  width: 8px;
  height: 8px;
}

.animated-arrow-row {
  justify-content: space-between;
  width: 8px;
  display: flex;
}

.animated-arrow-row.row-2 {
  width: 40px;
}

.animated-arrow-row.row-3 {
  width: 56px;
}

.animated-arrow-row.row-1 {
  width: 24px;
  display: flex;
}

.nav-shadow {
  background-color: var(--mörkblå);
  margin: .5rem 3.5rem -.5rem 4.5rem;
  position: absolute;
  inset: 0%;
}

.footer-section {
  background-color: #f6f6f5;
}

.footer-layout {
  z-index: 10;
  position: relative;
}

.footer-content {
  z-index: 20;
  background-color: var(--blå);
  outline-color: var(--black);
  outline-offset: 0px;
  background-image: linear-gradient(#253ff6fa, #253ff6fa), url('../images/Grid_Square_14.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 12.5%;
  outline-width: 1px;
  outline-style: solid;
  justify-content: space-between;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.menu-link {
  color: var(--white);
  text-transform: lowercase;
  margin-left: 2rem;
  margin-right: 2rem;
  font-family: Redaction, Georgia, sans-serif;
  font-size: 1.25em;
  font-weight: 100;
  text-decoration: none;
}

.menu-link:hover {
  font-family: "Redaction 70", Georgia, sans-serif;
}

.menu-link.blue-menu-link {
  color: var(--blå);
  margin-left: 0;
  margin-right: 0;
}

.footer-shadow {
  background-color: var(--mörkblå);
  margin-top: .5rem;
  margin-right: -.5rem;
  position: absolute;
  inset: 0%;
}

.footer-container {
  position: relative;
}

.footer-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.footer-logo-img {
  width: 3.5rem;
  height: 3.5rem;
}

.footer-menu-link-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-menu-link-container.desktop-menu-container {
  justify-content: space-between;
  height: 4.5rem;
  position: relative;
}

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

.footer-some-icon-img {
  min-width: 2.5em;
  min-height: 2.5em;
  margin-left: 2rem;
  margin-right: 2rem;
}

.nav-desktop {
  width: 70%;
  position: relative;
}

.dt-menu-div {
  background-color: var(--white);
  border: 1px solid #000;
  border-left-style: none;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dt-menu-border {
  background-color: var(--black);
  flex: 1;
  width: 1px;
  max-width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-menu-shadow {
  background-color: var(--mörkblå);
  margin: .5rem 3.5rem -.5rem 4.5rem;
  position: absolute;
  inset: 0%;
}

.portfolio-100vh-container {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.portfolio-img-desktop {
  width: 30vw;
  height: 30vw;
}

.portfolio-section {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.portfolio-r-column {
  align-items: flex-start;
  width: 50%;
  height: 400vh;
  display: flex;
  position: relative;
}

.portfolio-image-container {
  align-items: flex-start;
}

.portfolio-layout {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  display: flex;
}

.portfolio-image-wrapper {
  z-index: 20;
  width: 30vw;
  height: 30vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.portfolio-info-container {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.portfolio-img-mobile {
  display: none;
}

.portfolio-l-column {
  width: 50%;
  height: 400vh;
}

.wip-website-span {
  text-transform: uppercase;
  font-size: .75rem;
}

.nav-menu-close-img {
  min-width: 3.5rem;
  min-height: 3.5rem;
  display: block;
}

.spacer {
  width: 700px;
  height: 0;
  display: block;
}

.nav-logo-big-img {
  min-width: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  display: block;
}

.month {
  color: var(--body-text);
  letter-spacing: 3px;
  text-transform: uppercase;
  flex: none;
  margin-left: 2vw;
  font-family: Switzer, sans-serif;
  font-size: .8em;
  font-weight: 100;
  line-height: 1;
}

.month.no-margin {
  margin-left: 0;
}

@media screen and (min-width: 1920px) {
  .text-page-layout {
    max-width: 1350px;
  }

  .portfolio-text-container {
    flex: 1;
  }

  .portfolio-layout {
    max-width: 1350px;
  }

  .portfolio-l-column {
    flex: 1;
  }
}

@media screen and (max-width: 991px) {
  .nav-logo-img {
    min-width: 2.1875rem;
    max-width: 2.1875rem;
    min-height: 2.1875rem;
    max-height: 2.1875rem;
  }

  .hero-section {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Grid_Square_Platinum_01.svg');
    background-size: auto, 100%;
    min-height: 100svh;
  }

  .portfolio-text-container {
    margin: 1rem 1rem 8rem;
  }

  .portfolio-info-text {
    font-size: 1.75em;
  }

  .info-bar-text {
    font-size: 2em;
  }

  .button-portfolio, .button-hero {
    display: flex;
  }

  .services-wrapper {
    flex-direction: column;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-card {
    padding: 6rem 1rem;
  }

  .services-text {
    font-size: 2em;
    font-weight: 200;
    line-height: 1.25;
  }

  .portfolio-heading {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 6em;
  }

  .services-heading-container {
    margin-top: 6rem;
  }

  .services-card-container {
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: 0;
  }

  .card-shadow.port-shadow {
    display: none;
  }

  .services-400vh-height-section {
    height: auto;
  }

  .services-grid-bg {
    background-image: linear-gradient(to bottom, null, null), url('../images/Grid_Square_14.svg');
    background-size: auto, 50%;
    width: 100%;
    height: 100%;
  }

  .services-sticky-div {
    height: auto;
  }

  .services-layout {
    flex-direction: row;
    height: auto;
    margin-left: auto;
  }

  .services-400vh-widht-section {
    width: 100%;
    margin-left: 0;
  }

  .about-section {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    overflow: hidden;
  }

  .services-scroll-section {
    overflow: visible;
  }

  .nav-menu-open-img {
    min-width: 2.1875rem;
    max-width: 2.1875rem;
    min-height: 2.1875rem;
    max-height: 2.1875rem;
  }

  .arrow-down {
    display: none;
  }

  .hero-header_m {
    font-size: 12em;
    line-height: 1.2;
    display: block;
  }

  .info-bar-divider-text {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .mini-heading {
    margin-bottom: 6rem;
    font-size: 1.75em;
  }

  .nav-menu-link-wrapper.padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-image {
    width: 90vw;
  }

  .services-logo-img {
    width: 16em;
  }

  .menu-link-divider {
    background-color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-link-div {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
  }

  .services-heading {
    font-size: 6em;
  }

  .services-number {
    font-size: 2.5em;
  }

  .hero-header_dt {
    display: none;
  }

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

  .padding-global.padding-portfolio {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .padding-section.hero-padding-section {
    padding-bottom: 8rem;
  }

  .section-text {
    font-size: 6em;
  }

  .section-text.section-text-smaller {
    margin-top: 1rem;
    font-family: Switzer, sans-serif;
    font-size: 3em;
    font-weight: 200;
  }

  .services-section {
    background-size: auto, 50%, auto;
    overflow: hidden;
  }

  .contact-section {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    overflow: hidden;
  }

  .nav-wrapper {
    background-color: #0000;
    width: auto;
    height: auto;
    margin-left: 1px;
    margin-right: 4.5rem;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .main-nav-inner {
    background-color: var(--white);
    border: 1px solid #000;
  }

  .nav-container {
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-items {
    z-index: 10;
    background-color: var(--blå);
    border: 1px solid #000;
    border-top-style: none;
  }

  .main-nav {
    z-index: 50;
  }

  .logo-wrapper {
    border-style: none;
    width: 75%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
  }

  .nav-toggle-btn {
    border-left: 1px solid #000;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    padding: 1.125rem 0 0 1.125rem;
    display: flex;
    position: relative;
  }

  .close-btn-wrapper {
    display: none;
  }

  .load_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw;
    grid-template-columns: 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw 10vw;
    grid-auto-columns: minmax(5vw, 5vw);
    display: none;
  }

  .button-contact {
    display: flex;
  }

  .button-contact-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-shadow {
    margin-left: 1.5rem;
    margin-right: .5rem;
  }

  .footer-content {
    background-image: linear-gradient(#253ff6fa, #253ff6fa), url('../images/Grid_Square_14.svg');
    background-size: auto, 25%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .menu-link {
    margin: .5rem 0;
    font-size: 3em;
  }

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

  .footer-menu-link-container {
    flex-direction: column;
    display: flex;
  }

  .footer-menu-link-container.desktop-menu-container {
    display: none;
  }

  .footer-some-icon-img {
    min-width: 4.5em;
    min-height: 4.5em;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .nav-desktop {
    display: none;
  }

  .nav-layout {
    margin-left: -1px;
    position: relative;
  }

  .nav-menu-shadow {
    z-index: 5;
    margin: 0 -.5rem -.5rem .5rem;
    display: block;
  }

  .nav-mobile {
    width: 100%;
    height: 90vh;
    margin-top: 4.5rem;
    margin-left: -1px;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .portfolio-r-column {
    display: none;
  }

  .portfolio-info-container {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .portfolio-img-mobile {
    display: block;
  }

  .portfolio-l-column {
    width: 100%;
    height: auto;
  }

  .wip-website-span {
    font-size: .75em;
  }

  .nav-menu-close-img {
    min-width: 2.1875rem;
    max-width: 2.1875rem;
    min-height: 2.1875rem;
    max-height: 2.1875rem;
    display: none;
  }

  .spacer {
    display: none;
  }

  .nav-logo-big-img {
    min-width: 2.1875rem;
    min-height: 2.1875rem;
    max-height: 2.1875rem;
  }

  .month {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  .portfolio-info-text {
    font-size: 3.5em;
  }

  .info-bar-text {
    font-size: 2.5em;
  }

  .info-bar-divider {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .services-wrapper {
    width: 100%;
  }

  .services-card {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .services-text {
    font-size: 4em;
  }

  .portfolio-heading {
    font-size: 9em;
  }

  .services-heading-container {
    margin-top: 4rem;
  }

  .services-card-container {
    height: auto;
  }

  .button-text {
    font-size: 20px;
    line-height: 24px;
  }

  .services-grid-bg {
    margin-left: 0;
  }

  .services-layout {
    justify-content: center;
  }

  .about-section {
    height: auto;
    min-height: 100dvh;
    padding-bottom: 0;
  }

  .hero-header_m {
    font-size: 16em;
  }

  .info-bar-divider-text {
    font-size: 16px;
  }

  .mini-heading {
    font-size: 2.5em;
  }

  .nav-menu-link-wrapper {
    width: 100%;
  }

  .nav-menu-link-wrapper.padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link-divider {
    background-color: #000;
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-link-div {
    padding-left: 1rem;
  }

  .services-heading {
    font-size: 9em;
  }

  .hero-header_dt {
    display: none;
  }

  .section-text {
    font-size: 8em;
  }

  .section-text.section-text-smaller {
    font-size: 4em;
  }

  .nav-toggle-btn {
    font-size: 14px;
  }

  .close-btn-wrapper {
    padding: 14px;
    font-size: 14px;
    top: 20px;
    right: 23px;
  }

  .menu-link {
    font-size: 5em;
  }

  .footer-some-icon-img {
    min-width: 7em;
    min-height: 7em;
  }

  .nav-layout {
    border-top-style: none;
  }

  .month {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 479px) {
  .services-400vh-height-section {
    margin-left: 0;
  }
}

#w-node-d4aa7d78-6de4-8093-1cae-4c05727b17f1-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1810-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1811-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1812-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1813-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1814-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1815-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1816-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1817-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1818-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1819-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b181a-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b181b-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b181c-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b181d-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b181e-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b181f-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1820-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1821-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1822-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1823-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1824-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1825-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1826-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1827-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1828-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1829-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b182a-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b182b-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b182c-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b182d-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b182e-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b182f-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1830-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1831-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1832-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1833-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1834-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1835-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1836-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1837-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1838-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1839-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b183a-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b183b-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b183c-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b183d-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b183e-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b183f-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1840-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1841-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1842-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1843-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1844-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1845-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1846-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1847-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1848-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1849-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b184a-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b184b-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b184c-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b184d-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b184e-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b184f-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1850-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1851-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1852-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1853-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1854-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1855-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1856-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1857-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1858-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1859-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b185a-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b185b-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b185c-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b185d-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b185e-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b185f-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1860-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1861-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1862-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1863-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1864-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1865-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1866-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1867-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1868-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1869-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b186a-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b186b-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b186c-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b186d-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b186e-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b186f-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1870-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1871-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1872-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1873-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1874-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1875-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1876-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1877-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1878-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1879-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b187a-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b187b-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b187c-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b187d-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b187e-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b187f-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1880-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1881-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1882-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1883-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1884-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1885-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1886-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1887-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1888-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1889-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b188a-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b188b-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b188c-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b188d-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b188e-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b188f-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1890-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1891-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1892-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1893-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1894-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1895-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1896-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1897-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1898-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b1899-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b189a-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b189b-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b189c-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b189d-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b189e-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b189f-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18a0-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18a1-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18a2-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18a3-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18a4-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18a5-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18a6-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18a7-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18a8-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18a9-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18aa-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18ab-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18ac-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18ad-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18ae-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18af-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18b0-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18b1-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18b2-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18b3-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18b4-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18b5-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18b6-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18b7-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18b8-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18b9-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18ba-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18bb-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18bc-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18bd-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18be-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18bf-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18c0-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18c1-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18c2-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18c3-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18c4-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18c5-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18c6-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18c7-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18c8-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18c9-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18ca-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18cb-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18cc-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18cd-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18ce-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18cf-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18d0-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18d1-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18d2-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18d3-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18d4-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18d5-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18d6-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18d7-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18d8-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18d9-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18da-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18db-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18dc-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18dd-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18de-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18df-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18e0-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18e1-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18e2-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18e3-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18e4-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18e5-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18e6-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18e7-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18e8-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18e9-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18ea-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18eb-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18ec-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18ed-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18ee-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18ef-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18f0-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18f1-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18f2-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18f3-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18f4-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18f5-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18f6-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18f7-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18f8-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18f9-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18fa-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18fb-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18fc-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18fd-c0429176, #w-node-d4aa7d78-6de4-8093-1cae-4c05727b18fe-c0429176, #w-node-_7c4a433d-e268-5901-723b-4b4e41a0ca2c-c0429176, #w-node-ecd0b541-8358-557b-68f5-53ade061d429-c0429176, #w-node-_1e3b6b2c-aa08-b1c9-3cc7-8ea7c1ad0150-c0429176, #w-node-_969d3070-b355-3764-edd8-518a83af7d01-c0429176, #w-node-_534d0625-1039-68b4-4b96-6df37dd1b30d-c0429176 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Redaction 70';
  src: url('../fonts/Redaction_70-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 35';
  src: url('../fonts/Redaction_35-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 35';
  src: url('../fonts/Redaction_35-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 70';
  src: url('../fonts/Redaction_70-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 70';
  src: url('../fonts/Redaction_70-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.woff2') format('woff2'), url('../fonts/Switzer-Extrabold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-SemiboldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ExtraboldItalic.woff2') format('woff2'), url('../fonts/Switzer-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Italic.woff2') format('woff2'), url('../fonts/Switzer-VariableItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ExtralightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer variable';
  src: url('../fonts/Switzer-Variable.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'NectoMono';
  src: url('../fonts/NectoMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}