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

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

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

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

a {
  text-decoration: underline;
}

.body {
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Radikal, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.main-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  padding: 16px 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 59.2%, 0.24);
  background-color: transparent;
}

.nav-menu {
  display: block;
  margin-left: 80px;
}

.nav-menu_link {
  padding: 0px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}

.nav-menu_link:hover {
  color: #eee1aa;
}

.nav-menu_link.contact {
  font-size: 18px;
  line-height: 26px;
}

.nav-menu_link.contact:hover {
  color: #eee1aa;
}

.ext-link_container {
  position: static;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #eee1aa;
  text-decoration: none;
}

.ext-link_container:hover {
  color: #eee1aa;
}

.ext-link_container.ext-link_absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 64px;
  opacity: 0;
  color: #fff;
}

.ext-link_name {
  display: inline-block;
  padding-top: 4px;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.ext-link_name.ext-link_hidden {
  position: absolute;
  margin-left: 40px;
  opacity: 0;
  font-size: 16px;
  line-height: 24px;
}

.ext-link_icon {
  display: inline-block;
  padding-left: 8px;
}

.logo__image {
  width: 4vw;
  max-width: 32px;
}

.main-nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation {
  width: 5vw;
  max-width: 120px;
}

.main-section {
  position: relative;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/background.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.14)), to(hsla(0, 0%, 100%, 0)));
  background-image: url('../images/background.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.14), hsla(0, 0%, 100%, 0));
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.main-section.projects-section {
  overflow: hidden;
  height: 99vh;
  padding-top: 64px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  background-image: none;
}

.main-section.contact-section {
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: none;
}

.main-section.awards-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: none;
}

.hero-section_upper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.subtitle-small {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.subtitle-small.margin-top-l {
  margin-top: 24px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.margin-top-xs {
  margin-top: 0px;
  font-size: 32px;
}

.margin-top-xs_responsive {
  margin-top: 0.2vh;
}

.custom-cursor {
  position: fixed;
  left: 50vw;
  top: 50vh;
  right: 50vw;
  bottom: 50vh;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #6ddd15;
  border-radius: 50%;
}

.custom-cursor_inner-icon {
  position: absolute;
}

.hero-section_lower-container {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.projects-teaser_container {
  position: relative;
  display: none;
  height: 45vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.teaser-container_element {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.teaser-container_element.element__first {
  width: 100%;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.teaser-container_element.element__second {
  width: 100%;
}

.teaser-container_element.element__third {
  width: 100%;
  background-image: url('../images/uvex_clip.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image {
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.element_background-image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/dickie_clip.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image_container {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.awards-section.section-margin {
  max-width: 1440px;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
  text-align: center;
}

.heading-3 {
  font-size: 28px;
}

.copy-short {
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  font-size: 17px;
  line-height: 31px;
  font-weight: 300;
}

.copy-short.margin-top-xl {
  max-width: 660px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
}

.copy-short.margin-top-l {
  margin-top: 32px;
  font-size: 14px;
  line-height: 26px;
}

.copy-short.copy-short_black {
  color: #000;
}

.copy-short.copy-short_black.margin-top-l {
  margin-right: 0px;
  margin-left: 0px;
}

.copy-short.copy-short_small {
  max-width: 660px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.copy-short.copy-short_small.margin-top-l {
  max-width: 660px;
  color: #fff;
  font-weight: 100;
  text-align: center;
}

.copy-short.copy-short_small.margin-top-l.copy-short__is-mobile {
  display: none;
}

.copy-short.copy-short_small.mobile {
  display: none;
}

.awards_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.awards_element {
  max-width: 340px;
}

.label {
  display: block;
  margin-top: 0px;
  color: #eee1aa;
  font-size: 12px;
  line-height: 24px;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.margin-top-l {
  margin-top: 33px;
  font-size: 14px;
}

.projects-section {
  position: relative;
  z-index: 1;
  height: 100vh;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #000;
}

.projects-section.section-margin {
  margin-top: 240px;
}

.flowbaseslider {
  height: 75vh;
  min-height: 600px;
  background-color: #fff;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-container_col-left {
  width: 50%;
  height: 100%;
  background-image: url('../images/dickie.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-container_col-left.col-left_2 {
  background-image: url('../images/primoza.jpg');
}

.slide-container_col-left.col-left_3 {
  background-image: url('../images/uvex.jpg');
}

.slide-container_col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 48px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.slider-arrows {
  z-index: 1000;
}

.h2-black {
  color: #000;
}

.button-black {
  padding: 12px 40px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-black.margin-top-xl {
  position: relative;
  margin-top: 40px;
  padding-top: 18px;
  padding-bottom: 16px;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-black.margin-top-xl:hover {
  color: #000;
}

.button-black.margin-top-xl.margin-top-xxxl {
  max-width: 300px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.button-text {
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.slide {
  margin-left: 0px;
}

.slider-left {
  position: relative;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  cursor: pointer;
}

.slider-left:hover {
  color: #6ddd15;
}

.slider-right {
  position: relative;
  display: inline-block;
  margin-left: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  cursor: pointer;
}

.slider-right:hover {
  color: #6ddd15;
}

.slider-arrows_container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: left;
}

.nav-menu_link-block {
  margin-right: 32px;
  margin-left: 32px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-decoration: none;
}

.nav-menu_link-block:hover {
  color: #eee1aa;
}

.nav-menu_link-block.link-block_footer {
  margin-right: 64px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-weight: 100;
}

.nav-menu_link-block.link-block_footer:hover {
  color: #eee1aa;
}

.nav-menu_link-block.link-block_footer.contact {
  margin-right: 0px;
  color: #929292;
}

.nav-menu_link-block.link-block_footer.contact:hover {
  color: #eee1aa;
}

.nav-menu_link-block.link-block_footer.contact.margin-top-s {
  margin-top: 16px;
}

.nav-menu_link-block.link-block_footer.contact.margin-top-xs {
  margin-top: 8px;
}

.nav-menu_link-block.is__mobile {
  display: none;
}

.nav-menu_link-block.is__mobile-first {
  display: none;
}

.nav-menu_link-block.is__mobile-first.w--current {
  display: none;
}

.nav-menu_underline {
  height: 2px;
  margin-top: -2px;
  background-color: #eee1aa;
}

.button_background-color_primary {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #6ddd15;
}

.button_background-color_primary.secondary {
  background-color: #fff;
}

.body_overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  background-color: #000;
}

.awards_element__divider {
  width: 1px;
  background-color: hsla(0, 0%, 59.2%, 0.24);
}

.margin-top-l {
  margin-top: 32px;
}

.margin-top-xl {
  margin-top: 40px;
}

.contact-section.section-margin {
  margin-top: 200px;
}

.contact-section.section-margin.section-background_primary {
  display: block;
  height: 100vh;
  margin-top: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.h1_black {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  line-height: 48px;
}

.contact_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding: 0px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: 0vw;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer_col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link_address {
  color: #fff;
  text-decoration: none;
}

.col-left_links-container {
  margin-top: 40px;
}

.col-right_links-container {
  margin-top: 57px;
}

.social-media_link-block {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.social-media_link-block:hover {
  color: #eee1aa;
}

.social-media_link-block.margin-right-m {
  margin-right: 24px;
}

.social-media_link-block.margin-right-l {
  margin-right: 32px;
}

.span_strong {
  font-weight: 400;
}

.h2_black-regular {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.h2_black-regular.margin-top-m {
  margin-top: 24px;
}

.h2_black-regular.margin-top-s {
  margin-top: 16px;
}

.hero-visual_container {
  -webkit-transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-visual_container.left {
  position: relative;
}

.hero-visual_image {
  position: relative;
  z-index: 0;
  display: block;
  width: 10vw;
}

.hero-visual_image.left {
  position: absolute;
  left: -4.2vw;
  top: 3.7vw;
  right: auto;
  bottom: 0%;
  z-index: -2;
  width: 6vw;
  opacity: 0.8;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.hero-visual_image.left.right {
  left: 9.2vw;
  top: 5.5vw;
  z-index: -2;
  overflow: visible;
  width: 4vw;
  opacity: 0.6;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hero-visual_wrapper {
  position: relative;
}

.hero-visual_particles {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.div-block {
  width: 100%;
  height: 100%;
}

.shine {
  position: absolute;
  left: auto;
  top: auto;
  right: -9%;
  bottom: 0%;
  width: 10px;
  opacity: 0.34;
}

.shine.shine-2 {
  left: -41px;
  top: 21px;
  width: 10px;
  opacity: 0.76;
}

.shine.shine-3 {
  left: 64px;
  top: -32px;
  width: 12px;
}

.shine.shine-4 {
  left: 98px;
  top: -21px;
  width: 14px;
  opacity: 0.61;
}

.shine.shine-5 {
  left: 165px;
  top: 41px;
}

.shine.shine-6 {
  left: 192px;
  top: 18px;
  width: 14px;
  opacity: 1;
}

.shine.shine-7 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 10px;
}

.shine.shine-8 {
  left: auto;
  top: auto;
  right: 10%;
  bottom: 5%;
  width: 8px;
}

.shine.shine-9 {
  left: auto;
  top: auto;
  right: -21%;
  bottom: 7%;
  width: 16px;
  opacity: 0.82;
}

.hero-title_wrapper {
  margin-top: 6vh;
  text-align: center;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  font-size: 40px;
}

.heading-4.margin-top-xs {
  margin-top: 8px;
}

.hero-visual_overlay {
  position: absolute;
  left: -7.5vw;
  z-index: 2;
  width: 30vw;
  height: 20vw;
  margin-top: -43px;
  background-color: #000;
}

.scroll-indicator {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: 10vh;
  background-color: #fff;
  opacity: 0.26;
}

.scroll-indicator.is--relative {
  position: relative;
  height: 16vh;
}

.scroll-indicator.is--relative.is--first {
  height: 20vh;
}

.h1_primary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1c698), to(#917a21));
  background-image: linear-gradient(180deg, #d1c698, #917a21);
}

.h1_primary.clipped {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcefb9), to(#7a6b2d));
  background-image: linear-gradient(180deg, #fcefb9, #7a6b2d);
  font-size: 32px;
  line-height: 40px;
}

.particles_container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 98vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.side-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-nav_link-block {
  width: 1.5vw;
  height: 1.5vw;
  max-height: 8px;
  max-width: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-nav_link-block.w--current {
  max-height: 16px;
  max-width: 16px;
  border-style: none;
  border-radius: 0%;
  background-color: #eee1aa;
}

.side-nav_link-block.link-block_second {
  margin-top: 40px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #fff;
}

.project_container {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-top: 48px;
  padding-left: 0px;
}

.project_image {
  overflow: hidden;
  height: 85%;
  background-image: url('../images/dickie.jpeg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project_image.project-2_image {
  background-image: url('../images/primoza_2.png');
  background-position: 50% 50%;
}

.project_image.project-3_image {
  height: 83%;
  background-image: url('../images/uvex-dachmarkampagne.jpg');
  background-position: 50% 0%;
}

.project_image.project-1_image {
  overflow: visible;
  background-position: 100% 50%;
}

.project_title {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  max-width: 50vw;
  padding: 80px 40px 48px;
  background-color: #171616;
}

.text-link_block {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #eee1aa;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.text-link_block:hover {
  color: #fff;
}

.text-link_block.margin-top-xl {
  display: inline-block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-size: 14px;
  text-decoration: none;
}

.image-2 {
  padding-left: 24px;
}

.link-block_text {
  display: inline-block;
  line-height: 10px;
  text-decoration: none;
}

.title_wrapper {
  position: relative;
}

.project-logo_image {
  position: absolute;
  left: auto;
  top: -48px;
  right: 0%;
  bottom: auto;
  width: 8vw;
  max-width: 120px;
}

.link-block_text__container {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.arrow-long_icon {
  display: inline-block;
  padding-left: 24px;
}

.contact_image {
  width: 55%;
  background-image: url('../images/contact-image.jpg');
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eee1aa;
  text-align: center;
}

.contact-image {
  width: 50%;
}

.projects_wrapper {
  position: relative;
  z-index: 200;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}

.heading-5 {
  font-size: 18px;
  line-height: 26px;
}

.anchor_div {
  position: absolute;
  left: 0%;
  top: -28px;
  right: 0%;
  bottom: auto;
}

.category-title {
  margin-bottom: 0px;
  color: #eee1aa;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.category_container {
  display: -ms-grid;
  display: grid;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 5fr 1fr;
  grid-template-columns: 1fr 5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  letter-spacing: 1px;
}

.category_container._02 {
  max-width: none;
}

.category_line {
  width: 100%;
  height: 1px;
  background-color: #eee1aa;
  color: #eee1aa;
}

.link-block_logo__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.strong {
  font-weight: 700;
}

.project-div {
  display: none;
}

@media screen and (min-width: 1280px) {
  .nav-menu {
    display: block;
  }

  .main-nav_container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 32px;
  }

  .main-section {
    padding-top: 0px;
  }

  .subtitle-small.margin-top-l {
    font-size: 24px;
    line-height: 36px;
  }

  .margin-top-xs {
    margin-top: 8px;
    font-size: 40px;
    line-height: 36px;
  }

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

  .label {
    margin-top: 0px;
  }

  .slider-arrows {
    width: 660px;
  }

  .slider-arrows_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2_black-regular.margin-top-s {
    margin-top: 24px;
  }

  .hero-visual_image.left {
    left: -4.1vw;
  }

  .hero-visual_image.left.right {
    left: 8.8vw;
    top: 5.3vw;
  }

  .project_title {
    width: 50vw;
    max-width: 800px;
  }

  .category_container._02 {
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu {
    display: block;
  }

  .main-section {
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-section.projects-section {
    padding-top: 90px;
  }

  .margin-top-xs {
    margin-top: 12px;
  }

  .projects-teaser_container {
    height: 45vh;
  }

  .copy-short.margin-top-l {
    font-size: 16px;
    line-height: 28px;
  }

  .copy-short.copy-short_small {
    font-size: 14px;
    line-height: 26px;
  }

  .copy-short.copy-short_small.margin-top-l {
    font-size: 16px;
    line-height: 28px;
  }

  .slider-arrows {
    width: 660px;
  }

  .slider-arrows_container {
    margin-top: 140px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .nav-menu_link-block:hover {
    color: #eee1aa;
  }

  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-visual_image.left {
    z-index: -1;
  }

  .shine {
    left: auto;
    top: auto;
    right: 14%;
    bottom: 0%;
  }

  .shine.shine-2 {
    opacity: 0.76;
  }

  .shine.shine-4 {
    opacity: 0.61;
  }

  .shine.shine-6 {
    opacity: 1;
  }

  .shine.shine-7 {
    top: 249px;
  }

  .shine.shine-8 {
    left: auto;
    top: auto;
    right: 3%;
    bottom: 7%;
  }

  .shine.shine-9 {
    left: auto;
    top: auto;
    right: -10%;
    bottom: 0%;
    opacity: 0.82;
  }

  .h1_primary.clipped {
    font-size: 40px;
    line-height: 60px;
  }

  .particles_container {
    display: block;
  }

  .side-nav {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 40%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .project_image.project-2_image {
    background-position: 50% 50%;
  }

  .project_image.project-3_image {
    height: 85%;
  }

  .project_title {
    padding: 100px 64px 64px;
  }

  .contact_image {
    background-position: 40% 0%;
  }

  .projects_wrapper {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .heading-5 {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-2 {
    position: absolute;
    left: 0%;
    top: 300px;
    right: 0%;
    bottom: auto;
    width: 0px;
    height: 0px;
  }

  .category_container._02 {
    max-width: 1500px;
  }
}

@media screen and (max-width: 991px) {
  .main-nav {
    padding: 12px 24px;
  }

  .nav-menu {
    display: block;
    width: 100%;
    margin-top: 58px;
    margin-left: 0px;
    padding-left: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #202020;
  }

  .nav-menu_link {
    font-size: 18px;
  }

  .nav-menu_link.contact {
    font-size: 14px;
    line-height: 24px;
  }

  .nav-menu_link.menu_link-footer {
    font-size: 14px;
  }

  .menu-button {
    padding: 0px;
    cursor: pointer;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .ext-link_container {
    display: none;
  }

  .ext-link_name.ext-link_hidden {
    margin-left: 48px;
    opacity: 1;
    font-size: 14px;
    line-height: 20px;
  }

  .logo__image {
    width: 30px;
  }

  .main-nav_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-section {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-section.projects-section {
    overflow: visible;
    height: auto;
    padding-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
    border-bottom: 1px solid hsla(0, 0%, 59.2%, 0.24);
  }

  .main-section.contact-section {
    margin-top: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .main-section.awards-section {
    height: auto;
  }

  .copy-short.margin-top-l {
    margin-top: 24px;
  }

  .copy-short.copy-short_small {
    display: block;
    margin-top: 64px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 27px;
  }

  .copy-short.copy-short_small.margin-top-l {
    display: none;
    margin-top: 24px;
  }

  .copy-short.copy-short_small.margin-top-l.copy-short__is-mobile {
    display: block;
  }

  .copy-short.copy-short_small.mobile {
    display: block;
  }

  .button-black.margin-top-xl.margin-top-xxxl {
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 14px;
  }

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

  .nav-menu_link-block {
    display: none;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .nav-menu_link-block.link-block_footer {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 24px;
  }

  .nav-menu_link-block.link-block_footer.contact {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nav-menu_link-block.is__mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #eee1aa;
  }

  .nav-menu_link-block.is__mobile-first {
    display: block;
  }

  .nav-menu_link-block.is__mobile-first.w--current {
    display: block;
  }

  .nav-menu_underline {
    display: none;
  }

  .h1_black {
    font-size: 4vw;
    line-height: 4.8vw;
  }

  .contact_container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-container {
    width: 100%;
    max-width: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer_col-right {
    padding-left: 0px;
  }

  .col-left_links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .h2_black-regular.margin-top-m {
    margin-top: 16px;
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .hero-visual_image {
    width: 20vw;
  }

  .hero-visual_image.left {
    left: -9.5vw;
    top: 3.4vw;
    width: 15vw;
  }

  .hero-visual_image.left.right {
    left: 16.3vw;
    top: 5.7vw;
    width: 12vw;
  }

  .hero-title_wrapper {
    margin-top: 40px;
  }

  .hero-container {
    margin-top: 100px;
  }

  .scroll-indicator {
    position: relative;
    display: block;
    margin-top: 80px;
  }

  .scroll-indicator.is--relative {
    height: 10vh;
  }

  .scroll-indicator.is--relative.is--first {
    height: 10vh;
  }

  .h1_primary.clipped {
    margin-top: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcefb9), to(#7a6b2d));
    background-image: linear-gradient(180deg, #fcefb9, #7a6b2d);
    font-size: 32px;
    line-height: 40px;
  }

  .particles_container {
    display: none;
  }

  .project_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project_image.project-2_image {
    height: 40vh;
  }

  .project_image.project-3_image {
    height: 40vh;
  }

  .project_image.project-1_image {
    height: 40vh;
  }

  .project_title {
    position: relative;
    width: 100%;
    max-width: none;
    padding: 80px 40px 48px;
  }

  .project-logo_image {
    width: 100px;
  }

  .contact_image {
    width: 100%;
    height: 300px;
    background-position: 50% 25%;
  }

  .contact_title {
    width: 100%;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading-5 {
    font-size: 14px;
    line-height: 20px;
  }

  .category-title {
    font-size: 18px;
    line-height: 24px;
  }

  .burger-icon {
    width: 32px;
    cursor: pointer;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 32px;
  }

  .nav-menu_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .project-div {
    display: block;
  }

  .close-icon {
    display: none;
    max-width: 24px;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .main-nav {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-menu {
    padding-left: 0px;
  }

  .main-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .main-section.projects-section {
    overflow: visible;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-style: none;
  }

  .main-section.awards-section {
    height: auto;
  }

  .copy-short.copy-short_small {
    margin-top: 64px;
    margin-bottom: 40px;
  }

  .copy-short.copy-short_small.margin-top-l.copy-short__is-mobile {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .h1_black {
    font-size: 24px;
    line-height: 30px;
  }

  .contact_container {
    height: auto;
  }

  .footer {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .h2_black-regular.margin-top-m {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-visual_image {
    width: 24vw;
  }

  .hero-visual_image.left {
    left: -12.3vw;
    width: 18vw;
  }

  .hero-visual_image.left.right {
    left: 20vw;
    width: 14vw;
  }

  .scroll-indicator {
    display: none;
  }

  .scroll-indicator.is--relative.is--first {
    height: 12vh;
  }

  .project_container {
    margin-top: 32px;
  }

  .project_image.project-2_image {
    height: 300px;
  }

  .project_image.project-3_image {
    height: 300px;
  }

  .project_image.project-1_image {
    height: 300px;
  }

  .project_title {
    padding-right: 24px;
    padding-left: 24px;
  }

  .title_wrapper {
    padding-top: 32px;
  }

  .contact_title {
    height: auto;
    padding-right: 24px;
    padding-left: 24px;
  }

  .category-title {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }

  .category_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .category_container._02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 5fr 1fr;
    grid-template-columns: 1fr 5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .category_line {
    display: none;
  }

  .category_line._02 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    padding-left: 0px;
  }

  .main-section {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-section.projects-section {
    border-bottom-style: none;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_col-right {
    margin-top: 40px;
  }

  .col-left_links-container {
    margin-top: 24px;
  }

  .hero-visual_image {
    width: 36vw;
  }

  .hero-visual_image.left {
    left: -16.7vw;
    top: 7vw;
    width: 26vw;
  }

  .hero-visual_image.left.right {
    left: 28.9vw;
    top: 11.1vw;
    width: 20vw;
  }

  .hero-container {
    margin-top: 120px;
  }

  .project_title {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact_title {
    padding-right: 16px;
    padding-left: 16px;
  }

  .category-title {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#w-node-_10265dc5-4a82-8946-f1e0-15123f2fe900-4405a46f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7c1283bc-ac84-0936-7ed9-ddcd7890006a-4405a46f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_702b6657-229d-002e-fa18-17fe855e55c9-4405a46f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_702b6657-229d-002e-fa18-17fe855e55cc-4405a46f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_356c74df-61cd-fcc7-bfb2-04bda3df79bd-4405a46f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_356c74df-61cd-fcc7-bfb2-04bda3df79c0-4405a46f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-UltraThin-Italic.otf') format('opentype'), url('../fonts/Nootype---Radikal-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-Thin.otf') format('opentype'), url('../fonts/Nootype---Radikal-UltraThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}