:root {
  --black: #090909;
  --white: white;
  --image-covering: rgba(9, 9, 9, .45);
  --blue: #000fff;
  --transparent: rgba(255, 255, 255, 0);
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

h5 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

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

p {
  margin-bottom: 16px;
}

a {
  text-decoration: none;
}

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

.utility-page-content {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 340px;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
}

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

.layout {
  width: 100%;
}

.section {
  padding: 10vw 4vw;
}

.section.footer-black {
  z-index: 5;
  background-color: var(--black);
  color: var(--white);
  padding: 6vh 0;
  font-family: Golos UI, sans-serif;
  position: relative;
}

.section.section-about-us {
  z-index: 2;
  background-color: var(--white);
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section.section-contact {
  z-index: 2;
  background-color: var(--white);
  padding: 0;
  display: flex;
  position: relative;
}

.section.imageabovefooter {
  z-index: 99;
  padding: 0;
  display: block;
}

.section.section-about-us-1 {
  z-index: 2;
  background-color: var(--white);
  padding: 0;
  display: flex;
  position: relative;
}

.section.imageabovefooter-copy {
  z-index: 99;
  padding: 0;
  display: none;
}

.body {
  background-color: var(--white);
  color: var(--black);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.body.bg-black {
  background-color: var(--black);
  display: block;
}

.display-2 {
  color: var(--black);
  letter-spacing: -.03em;
  font-family: Adapta, sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
}

.display-2.rechtliches {
  font-size: 100px;
}

.project-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
}

.overlay-info-2 {
  z-index: 5;
  text-align: left;
  width: 100%;
  max-width: 100%;
  padding-bottom: 6px;
  padding-left: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.grid-footer-copyright {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  border-top: 2px solid var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
  padding-top: 6vh;
  padding-left: 4vw;
  padding-right: 4vw;
  font-family: Poppins, sans-serif;
  font-size: 70%;
  font-weight: 400;
}

.line-link {
  color: var(--white);
  flex-flow: row;
  display: inline-flex;
}

.line-link.sub-item {
  color: var(--black);
  margin-bottom: 12px;
}

.line-link.sub-item.w--current {
  border-bottom: 0px none var(--black);
  color: var(--blue);
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border-white\<deleted\|variable-f66edf19\>);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  height: 64px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  transition: border .4s;
}

.text-field:hover, .text-field:focus {
  border-bottom-color: var(--white);
}

.form {
  display: flex;
}

.submit-button {
  border-bottom: 1px solid var(--border-white\<deleted\|variable-f66edf19\>);
  background-color: rgba(0, 0, 0, 0);
  width: 64px;
  height: 64px;
  transition: padding .4s;
}

.submit-button:hover {
  padding-left: 30px;
  padding-right: 0;
}

.display-1 {
  z-index: 3;
  letter-spacing: -.03em;
  object-fit: fill;
  width: auto;
  max-width: 80%;
  font-family: Adapta, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 1;
  position: fixed;
}

._1st-section {
  padding-top: 20vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

._1st-section.home-1st {
  background-color: rgba(0, 0, 0, 0);
  height: 100vh;
  padding-top: 24vw;
}

.large-heading {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
}

.underline-link {
  border-bottom: 1px solid var(--border-black\<deleted\|variable-c9ebdb49\>);
  transition: border .4s;
}

.underline-link:hover {
  border-bottom-color: var(--black);
}

.underline-link.white {
  border-bottom-color: var(--border-white\<deleted\|variable-f66edf19\>);
  color: var(--white);
}

.underline-link.white:hover {
  border-bottom-color: var(--white);
}

.navbar {
  border-bottom: 2.5px solid var(--blue);
  background-color: var(--white);
  opacity: 1;
  width: 100%;
  height: 42px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.black {
  background-color: var(--transparent);
  border-bottom-style: none;
}

.navbar-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.brand {
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 130px;
  padding: 0;
  display: flex;
  overflow: visible;
}

.brand.w--current {
  width: auto;
  max-width: none;
  display: flex;
}

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

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  width: 38vw;
  max-width: none;
  padding-left: 0;
  display: flex;
}

.text {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.text.sub-item {
  color: var(--black);
  font-size: 30px;
  font-weight: 500;
}

.text.sub-item.w--current {
  color: var(--blue);
}

.text.header-black {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 500;
}

.text.blue {
  color: var(--blue);
  font-weight: 500;
  display: block;
}

.text.blue.contact {
  text-decoration: underline;
  display: block;
}

.text.black {
  color: var(--black);
  font-weight: 500;
}

.caption-section {
  z-index: 3;
  padding: 30vw 4vw 14vw;
  position: relative;
}

.div-caption {
  z-index: 99;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.thumb-overlay-2 {
  z-index: 5;
  background-color: var(--image-covering);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.overlay-subheading-2 {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 70%;
  font-weight: 500;
}

.image-cover-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.project-thumb-2 {
  position: relative;
  overflow: hidden;
}

.caption-bold {
  opacity: 1;
  direction: ltr;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 70%;
  font-style: normal;
  font-weight: 600;
}

.div-person {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  display: block;
}

.link-footer-social {
  width: 13vw;
}

.div-work-sub-item {
  text-align: right;
  margin-bottom: 0;
}

.grid-about-us {
  grid-column-gap: 25px;
  grid-template-rows: auto;
}

.image-person {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  overflow: visible;
}

.div-footer-question {
  margin-bottom: 4vh;
  margin-left: 4vw;
  margin-right: 4vw;
  display: flex;
}

.image-play {
  max-width: 10%;
}

.services-block {
  background-color: var(--services-block-grey\<deleted\|variable-83540cdd\>);
  cursor: pointer;
  border: 1px #000;
  border-radius: 0;
  height: 100%;
  padding: 18px;
  position: relative;
}

.div-person-image {
  justify-content: center;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: clip;
}

.background-video {
  z-index: 2;
  object-fit: fill;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-above-footer {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 45vw;
  display: block;
  position: relative;
  overflow: visible;
}

.display-3 {
  color: var(--black);
  letter-spacing: -.03em;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Adapta, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.display-3.white {
  color: var(--white);
}

.text-large {
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 400;
}

.text-large.blue {
  color: var(--blue);
  font-weight: 500;
}

.text-large.black {
  font-weight: 500;
}

.text-large.footer {
  line-height: 1.3;
}

.div-caption-2 {
  margin-top: 4vw;
  padding-left: 45vw;
}

.text-span-3 {
  font-family: Adapta, sans-serif;
  font-weight: 700;
}

.arrow-span {
  margin-left: 6px;
}

.div-contact {
  text-align: right;
  width: 50vw;
  height: 45vw;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  overflow: clip;
}

.image-contact {
  object-fit: cover;
  height: 100%;
  overflow: visible;
}

.div-contact-image {
  width: 50vw;
  height: 45vw;
  display: block;
  overflow: clip;
}

.div-contact-text {
  padding-top: 2vw;
}

.text-span-4 {
  font-family: Adapta, sans-serif;
  font-weight: 700;
}

.div-person-2 {
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  display: block;
}

.text-span-5, .text-span-6 {
  font-family: Adapta, sans-serif;
  font-weight: 700;
}

.image-about-us {
  object-fit: cover;
  height: 100%;
  overflow: visible;
}

.div-about-us-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding: 20px 25px 25px;
  display: block;
}

.div-about-us-text-large {
  text-align: left;
}

.div-about-us-text {
  text-align: left;
  padding-top: 2vw;
}

.div-about-us-image {
  aspect-ratio: 2 / 2.5;
  width: 80vh;
  max-width: 50vw;
  height: auto;
  display: block;
  overflow: clip;
}

.div-block-blue {
  background-color: var(--blue);
  width: 100vw;
  height: 42px;
  margin-top: 6vw;
}

.div-block-blue-contact {
  background-color: var(--blue);
  width: 100vw;
  height: 42px;
  margin-top: 10vw;
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  font-family: Adapta, sans-serif;
  font-weight: 700;
}

.text-span-17, .text-span-18, .text-span-19 {
  font-family: Adapta, sans-serif;
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 1.11vw;
    font-size: 2.6vw;
  }

  h2 {
    margin-bottom: 1.11vw;
    font-size: 3vw;
  }

  h3 {
    margin-bottom: .55vw;
    font-size: 1.66vw;
  }

  h4 {
    margin-bottom: .55vw;
    font-size: 1.25vw;
  }

  h5 {
    margin-bottom: .3vw;
    font-size: 1vw;
  }

  h6 {
    margin-bottom: .3vw;
    font-size: .83vw;
  }

  p {
    margin-bottom: 1.11vw;
  }

  .utility-page-content {
    border-radius: .55vw;
    width: 24vw;
    padding: 2.2vw;
  }

  .body.bg-black {
    display: block;
  }

  .display-2 {
    font-size: 14vw;
  }

  .display-2.rechtliches {
    font-size: 8vw;
  }

  .project-grid {
    grid-column-gap: .555vw;
    grid-row-gap: .555vw;
  }

  .grid-footer-copyright {
    grid-column-gap: 2.22vw;
    grid-row-gap: 2.22vw;
  }

  .text-field {
    height: 4.44vw;
    font-size: 1.11vw;
  }

  .submit-button {
    width: 4.44vw;
    height: 4.44vw;
  }

  .display-1 {
    font-size: 9vw;
    position: fixed;
  }

  .large-heading {
    font-size: 6.25vw;
  }

  .brand {
    width: 130px;
  }

  .brand.w--current {
    width: 30vw;
    display: flex;
  }

  .nav-menu-container {
    width: 34vw;
  }

  .text {
    font-size: 1.3vw;
  }

  .text.sub-item {
    font-size: 2.1vw;
  }

  .text.header-black, .text.header {
    font-size: 19px;
  }

  .caption-section {
    z-index: 3;
    display: block;
  }

  .div-caption {
    padding-bottom: 0;
  }

  .div-person {
    width: auto;
    padding: 0;
    display: block;
  }

  .link-footer-social {
    width: 180px;
  }

  .image-person {
    aspect-ratio: 1;
  }

  .background-video {
    position: fixed;
  }

  .display-3.white {
    color: var(--white);
  }

  .text-large {
    font-size: 3.2vw;
  }

  .div-person-2 {
    width: auto;
    padding: 0;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .display-2 {
    font-size: 150px;
  }

  .overlay-info-2 {
    max-width: none;
  }

  .line-link {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .line-link.w--current {
    justify-content: space-between;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .line-link.sub-item {
    color: var(--black);
    margin-bottom: 8px;
  }

  .submit-button:hover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .display-1 {
    font-size: 80px;
  }

  .large-heading {
    font-size: 32px;
  }

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

  .nav-menu {
    background-color: var(--black);
    flex-direction: row;
    width: auto;
    height: auto;
    padding: 8vw;
  }

  .menu-button {
    background-color: var(--transparent);
    color: var(--white);
    padding: 8px 9px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .menu-button.white-bg {
    color: var(--black);
  }

  .menu-button.white-bg.w--open {
    background-color: var(--black);
    color: var(--white);
  }

  .nav-menu-container {
    text-align: left;
    flex-wrap: wrap;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 32vw;
    display: flex;
  }

  .text {
    color: var(--white);
    font-size: 16px;
  }

  .text.sub-item {
    color: var(--black);
    font-size: 24px;
  }

  .text.header-black {
    color: var(--white);
    font-weight: 400;
  }

  .thumb-overlay-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .overlay-subheading-2 {
    display: block;
  }

  .link-footer-social {
    width: 15vw;
  }

  .div-work-sub-item {
    margin-bottom: 0;
  }

  .display-3 {
    font-size: 32px;
  }

  .text-large {
    font-size: 36px;
  }

  .div-caption-2 {
    padding-left: 25vw;
  }

  .div-contact {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section.footer-black {
    padding-top: 12vw;
  }

  .section.section-contact, .section.section-about-us-1 {
    display: block;
  }

  .display-2 {
    letter-spacing: -.02em;
    font-size: 110px;
  }

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

  .grid-footer-copyright {
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
    padding-top: 12vw;
  }

  .line-link.sub-item {
    margin-bottom: 6px;
  }

  .display-1 {
    font-size: 64px;
  }

  ._1st-section {
    padding-top: 200px;
  }

  .large-heading {
    font-size: 24px;
  }

  .nav-menu-container {
    margin-top: 0;
  }

  .overlay-subheading-2 {
    display: block;
  }

  .project-thumb-2 {
    margin-bottom: 10px;
    display: block;
  }

  .link-footer-social {
    width: 20vw;
  }

  .div-work-sub-item {
    margin-bottom: 32px;
  }

  .services-block {
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 6px;
  }

  .services-block.l {
    padding-right: 95px;
  }

  .services-thumb {
    margin-top: 0;
  }

  .display-3 {
    letter-spacing: -.02em;
    font-size: 32px;
  }

  .div-caption-2 {
    padding-left: 0;
  }

  .div-contact {
    width: 100vw;
    height: auto;
    padding: 10vw 8vw 8vw;
  }

  .div-contact-image {
    width: 100vw;
    height: 65vw;
  }

  .div-about-us-block {
    width: 100vw;
    height: auto;
    padding-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .div-about-us-image {
    width: 100vw;
    max-width: 100vw;
    height: 65vw;
  }

  .div-block-blue-contact {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section.imageabovefooter, .section.imageabovefooter-copy {
    padding-top: 6vw;
  }

  .display-2 {
    font-size: 90px;
  }

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

  .overlay-info-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--image-covering);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 6px;
    padding-right: 10px;
  }

  .line-link {
    text-align: left;
    margin-bottom: 8px;
    margin-left: 0;
    display: block;
  }

  .line-link.w--current {
    margin-left: 0;
  }

  .display-1 {
    font-size: 48px;
  }

  ._1st-section.home-1st {
    padding-top: 25vh;
  }

  .brand, .brand.w--current {
    width: 130px;
  }

  .nav-menu {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: block;
  }

  .nav-menu-container {
    text-align: left;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: flex-end;
    align-items: center;
    height: 93.5625vh;
    margin-top: 20vh;
    padding-left: 0;
    display: block;
  }

  .caption-section {
    padding-bottom: 6vw;
  }

  .thumb-overlay-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .image-cover-2 {
    height: auto;
  }

  .div-person {
    padding-bottom: 8vw;
  }

  .link-footer-social {
    width: 40vw;
    padding-top: 0;
    padding-bottom: 12px;
    display: block;
  }

  .div-work-sub-item {
    margin-bottom: 32px;
  }

  .grid-about-us {
    display: block;
  }

  .services-block.l {
    padding-right: 18px;
  }

  .image-above-footer {
    height: 35vh;
  }

  .display-3 {
    font-size: 24px;
  }

  .text-large {
    font-size: 28px;
  }

  .div-person-2 {
    padding-bottom: 8vw;
  }
}

#w-node-_9fcdb0f8-0520-6d9f-a5de-f5026c3773cc-c983a3a7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_990fed56-28a9-bf4c-4e58-ca621c501b9a-551cccc5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_990fed56-28a9-bf4c-4e58-ca621c501baa-551cccc5 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_990fed56-28a9-bf4c-4e58-ca621c501bb3-551cccc5 {
  grid-area: 2 / 3 / 3 / 9;
}

#w-node-_990fed56-28a9-bf4c-4e58-ca621c501bbc-551cccc5 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_990fed56-28a9-bf4c-4e58-ca621c501bc5-551cccc5 {
  grid-area: 3 / 5 / 4 / 10;
}

#w-node-_990fed56-28a9-bf4c-4e58-ca621c501bce-551cccc5 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-_990fed56-28a9-bf4c-4e58-ca621c501bd7-551cccc5 {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-_990fed56-28a9-bf4c-4e58-ca621c501be0-551cccc5 {
  grid-area: 5 / 5 / 6 / 10;
}

#w-node-_990fed56-28a9-bf4c-4e58-ca621c501be9-551cccc5 {
  grid-area: 6 / 3 / 7 / 8;
}

#w-node-_990fed56-28a9-bf4c-4e58-ca621c501bf2-551cccc5 {
  grid-area: 6 / 8 / 7 / 13;
}

#w-node-_990fed56-28a9-bf4c-4e58-ca621c501bfb-551cccc5 {
  grid-area: 7 / 4 / 8 / 11;
}

#w-node-_4c0ecd77-3ca1-32f0-74d4-944a4a6283dd-721ccccc {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_476ee22e-d151-de47-8d33-29f7c4304eec-721ccccc {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_476ee22e-d151-de47-8d33-29f7c4304ef5-721ccccc {
  grid-area: 2 / 3 / 3 / 9;
}

#w-node-_476ee22e-d151-de47-8d33-29f7c4304efe-721ccccc {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_476ee22e-d151-de47-8d33-29f7c4304f07-721ccccc {
  grid-area: 3 / 5 / 4 / 10;
}

#w-node-_476ee22e-d151-de47-8d33-29f7c4304f10-721ccccc {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-_476ee22e-d151-de47-8d33-29f7c4304f19-721ccccc {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-_476ee22e-d151-de47-8d33-29f7c4304f22-721ccccc {
  grid-area: 5 / 5 / 6 / 10;
}

#w-node-_476ee22e-d151-de47-8d33-29f7c4304f2b-721ccccc {
  grid-area: 6 / 3 / 7 / 8;
}

#w-node-_476ee22e-d151-de47-8d33-29f7c4304f34-721ccccc {
  grid-area: 6 / 8 / 7 / 13;
}

#w-node-_476ee22e-d151-de47-8d33-29f7c4304f3d-721ccccc {
  grid-area: 7 / 4 / 8 / 11;
}

@media screen and (max-width: 767px) {
  #w-node-_990fed56-28a9-bf4c-4e58-ca621c501baa-551cccc5, #w-node-_990fed56-28a9-bf4c-4e58-ca621c501bb3-551cccc5, #w-node-_990fed56-28a9-bf4c-4e58-ca621c501bbc-551cccc5, #w-node-_990fed56-28a9-bf4c-4e58-ca621c501bc5-551cccc5, #w-node-_990fed56-28a9-bf4c-4e58-ca621c501bce-551cccc5, #w-node-_990fed56-28a9-bf4c-4e58-ca621c501bd7-551cccc5, #w-node-_990fed56-28a9-bf4c-4e58-ca621c501be0-551cccc5, #w-node-_990fed56-28a9-bf4c-4e58-ca621c501be9-551cccc5, #w-node-_990fed56-28a9-bf4c-4e58-ca621c501bf2-551cccc5, #w-node-_990fed56-28a9-bf4c-4e58-ca621c501bfb-551cccc5, #w-node-_476ee22e-d151-de47-8d33-29f7c4304eec-721ccccc, #w-node-_476ee22e-d151-de47-8d33-29f7c4304ef5-721ccccc, #w-node-_476ee22e-d151-de47-8d33-29f7c4304efe-721ccccc, #w-node-_476ee22e-d151-de47-8d33-29f7c4304f07-721ccccc, #w-node-_476ee22e-d151-de47-8d33-29f7c4304f10-721ccccc, #w-node-_476ee22e-d151-de47-8d33-29f7c4304f19-721ccccc, #w-node-_476ee22e-d151-de47-8d33-29f7c4304f22-721ccccc, #w-node-_476ee22e-d151-de47-8d33-29f7c4304f2b-721ccccc, #w-node-_476ee22e-d151-de47-8d33-29f7c4304f34-721ccccc, #w-node-_476ee22e-d151-de47-8d33-29f7c4304f3d-721ccccc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Golos Text';
  src: url('../fonts/Golos-Text_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src: url('../fonts/Golos-Text_DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src: url('../fonts/Golos-Text_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src: url('../fonts/Golos-Text_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos UI';
  src: url('../fonts/Golos-UI_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos UI';
  src: url('../fonts/Golos-UI_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos UI';
  src: url('../fonts/Golos-UI_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotomono Variablefont Wght';
  src: url('../fonts/RobotoMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cutivemono';
  src: url('../fonts/CutiveMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Courierprime';
  src: url('../fonts/CourierPrime-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adapta';
  src: url('../fonts/Typekiln---AdaptaDisplay-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}