:root {
  --01: #e3e3e3;
  --rounding: 32px;
  --mob_rounding: 26px;
  --dark: #262626;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  color: #303030;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 53px;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 110%;
}

h4 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
}

p {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 120%;
}

a {
  color: #3a3a3a;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.figma-header {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.figma-link {
  background-color: #000;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 60px;
  text-decoration: none;
  display: flex;
}

.figma-section {
  border-top: 1px #e2e2e2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 0 60px;
  text-decoration: none;
  display: flex;
}

.figma-section.black {
  background-color: var(--01);
  padding-left: 0%;
}

.figma-section._909 {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 100px;
}

.figma-section.big {
  min-height: 150vh;
  position: relative;
}

.figma-section.horizontal {
  min-height: 140vh;
  padding: 300px 0;
}

.figma-container-8 {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.collumn {
  grid-row-gap: 18.71px;
  border: 1px #e0e0e0;
  border-bottom-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 10px 16px 0;
  text-decoration: none;
  display: flex;
}

.collumn.red {
  background-color: #fffff8;
}

.collumn.green {
  background-color: #f1fde9;
}

.collumn.pink {
  background-color: #fff6f6;
}

.collumn.fix {
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.figma-symbol {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-decoration: none;
}

.figma-list-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.card_content {
  z-index: 3;
  grid-row-gap: 1px;
  border-radius: var(--rounding);
  background-color: #fcfcfc;
  border-bottom: 1px #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 16px 40px 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.card_content._1024 {
  max-width: 1024px;
  margin-bottom: 20px;
}

.card_content.bbb {
  padding-bottom: 40px;
}

.card_content.socialcard {
  z-index: 2;
  grid-column-gap: 16px;
  background-color: #f3f0f0;
  justify-content: space-between;
  align-items: center;
  margin-top: -70px;
  padding-top: 90px;
  display: flex;
}

.card_content.fixw {
  border: 1px #000;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 720px;
  height: 390px;
  display: flex;
  box-shadow: 0 -2px #fff, inset 0 -2px #cfc8bc54;
}

.card_content.fixw.finish {
  background-color: #fcfcfc;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.card_content.fixw.sm {
  background-color: #f4f0f0;
  width: 80%;
  max-width: 700px;
  height: 360px;
  margin-top: 10px;
}

.figma-strong {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-decoration: none;
}

.bold {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-decoration: none;
}

.figma-text-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-decoration: none;
}

.figma-container {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 720px;
  display: flex;
  position: relative;
}

.me {
  z-index: 0;
  width: 50%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.me._01 {
  z-index: 1;
  background-image: url('../images/leonidberz_02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.me2 {
  z-index: 0;
  background-color: #e7e1e4;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.me2._01 {
  z-index: 1;
  background-color: #4d4d4d00;
  background-image: url('../images/leonidberz_02-02-2-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.me3 {
  z-index: 0;
  background-color: #ededdc;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.me3._01 {
  z-index: 1;
  background-color: #b4575700;
  background-image: url('../images/leonidberz_01-11-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.me4 {
  z-index: 0;
  background-color: #ede9dd;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.me4._01 {
  z-index: 1;
  background-color: #f8bf9300;
  background-image: url('../images/leonidberz_01-13-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.me5 {
  z-index: 0;
  background-color: #e4ebef;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.me5._01 {
  z-index: 1;
  background-color: #c5cdd100;
  background-image: url('../images/leonidberz_01-14-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.sectionblack {
  background-color: #f4f4f4;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.sectionblack.minimum {
  padding-top: 100px;
}

.body {
  color: #303030;
  background-color: #eee;
  font-family: Tt Neoris, Arial, sans-serif;
}

._0000 {
  padding-left: 0;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  z-index: 2;
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
  inset: 20px auto auto 20px;
}

.gray {
  color: #b1b1b1;
}

.flex-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 20px;
}

.flex-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.minus {
  padding-left: 0;
}

.textline {
  background-color: #f0efef;
  border-radius: 20px;
  width: 100%;
  padding: 14px 20px 10px;
}

.flex-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}

.heading {
  line-height: 120%;
}

.p-m {
  color: #7c7c7c;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
}

.promoheader {
  z-index: 0;
  filter: none;
  color: #fff;
  letter-spacing: -.05em;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 200px;
  line-height: 90%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dsc {
  width: 250px;
}

.dqdwed {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.dqdwed:hover {
  color: #004cc5;
}

.dqdwed:active {
  color: #0044b3;
}

.border {
  background-color: #303030;
  height: 1px;
  margin-top: 0;
  margin-bottom: 10px;
}

.fe2ef {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 0px 0px var(--rounding) var(--rounding);
  background-color: var(--dark);
  color: #fff9f9;
  width: 100%;
  padding: 41px 20px 11px;
  display: flex;
  position: relative;
  top: -27px;
}

.card {
  z-index: 2;
  width: 100%;
  max-width: 720px;
  position: relative;
}

.card.horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 100%;
  margin-bottom: 200px;
  padding-left: 0%;
  display: block;
  position: sticky;
  top: 400px;
  overflow: hidden;
}

.card.horizontal._01 {
  top: 404px;
}

.card.horizontal._02 {
  top: 410px;
}

.card.horizontal._03 {
  top: 416px;
}

.card.horizontal._04 {
  top: 0;
}

.imageinstagram {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50.0009px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.mobilenavpage {
  display: none;
}

.navlink {
  font-size: 30px;
}

.descriptor {
  z-index: 100;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 8px;
  margin-top: -6px;
  margin-right: 6px;
  padding: 10px 0 3px;
  font-size: 20px;
  font-weight: 400;
  line-height: 80%;
  display: inline;
  position: relative;
}

.descriptor.bols {
  font-weight: 600;
}

.imagetenchat {
  object-fit: cover;
}

.imagetelegram {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.socialicon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-top: 2px;
  text-decoration: none;
  display: flex;
}

.casename {
  border-radius: 0;
  max-width: 58ch;
  padding-top: 6px;
  padding-bottom: 1px;
  padding-left: 7px;
  display: block;
  position: relative;
}

._3433 {
  border-radius: 30px;
}

.maincover-2 {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-26 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.gray-2 {
  z-index: 1;
  color: #b1b1b1;
  margin-top: -5px;
  padding-left: 119px;
}

.slogan {
  color: #303030;
  font-weight: 400;
}

.maincover {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 200px 16px 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #303030;
  background-color: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1380px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 16px 20px;
  font-size: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.projectline {
  z-index: 2;
  grid-column-gap: 0%;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding: 0 0%;
  display: grid;
  position: relative;
  left: 0;
  overflow: visible;
}

.projectline._02 {
  grid-template-columns: 1.25fr .75fr;
}

.projectcardcover {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  transition: all .8s;
  display: flex;
}

.projectcardcover:hover {
  transform: scale(1.1);
}

.projectcardcover.garany {
  background-image: url('../images/dd8f0973943035.5c2cd162b1680.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.projectcardcover.garagetek {
  background-image: url('../images/ShopGT.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.projectcardcover.semanrist {
  background-image: url('../images/slogan_Long.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.projectcardcover.romastone {
  background-color: #222429;
  background-image: url('../images/RomastoneCover.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imageemail {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.buttonfilter {
  background-color: #3a3a3a;
  border-radius: 8px;
  padding: 11px 15px 10px;
  font-size: 16px;
}

.buttonfilter:hover {
  background-color: #ff5942;
}

.buttonfilter:active {
  color: #fff;
  background-color: #303030;
}

.buttonfilter.text {
  color: #161616;
  background-color: #3a3a3a12;
  font-weight: 500;
}

.navigationtop {
  z-index: 100;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #303030;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.casetag {
  z-index: 2;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 16px;
  margin-top: 7px;
  margin-right: 6px;
  padding-top: 0;
  padding-left: 7px;
  padding-right: 6px;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-19 {
  z-index: 0;
  border-top: 1px #8080804d;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.bradn {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.bradn:hover {
  transform: scale(1.015);
}

.bradn.w--current {
  opacity: 1;
}

.projectcardtext {
  z-index: 2;
  color: #f5f5f5;
  background-image: linear-gradient(#0000, #0000008c);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 10px 20px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.project-card {
  border: 1px #8b8b8b52;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  width: 25%;
  height: 580px;
  margin-right: 0;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-card._1-3 {
  flex: 1;
  width: 100%;
}

.flex-block-23 {
  opacity: .5;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
}

.navlinklist {
  display: none;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.footertext {
  text-align: right;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  top: auto;
  bottom: 0%;
}

.footertext.right {
  text-align: left;
}

.projectcardname {
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 10px 2px 7px;
  font-size: 30px;
  font-weight: 400;
}

.flex-block-28 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 190px;
}

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

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.projectlinecontainer {
  flex-flow: column;
  align-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.socialcontainer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  border: 1px #000;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 0 10px 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto auto 40px 8px;
}

.socialcontainer:hover {
  opacity: 1;
}

.socialcontainer.nav {
  opacity: 1;
  position: relative;
  bottom: auto;
  left: auto;
  right: 0%;
}

.socialcontainer.inmessage {
  padding-bottom: 10px;
  padding-left: 0;
  position: relative;
  bottom: 0;
  left: 0;
}

.projectcardin {
  width: 100%;
  height: 100%;
  position: relative;
}

.projectcardin:hover {
  opacity: 1;
}

.mobilenav {
  background-color: #000;
  width: 50px;
  height: 50px;
  display: none;
}

.fvdfv {
  margin-top: 20px;
  margin-right: 20px;
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
}

.pmessage {
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  display: block;
}

.breadcrumbsbox {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #303030;
  flex-flow: row;
  margin-bottom: 6px;
}

.caps_in_card {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 110%;
}

.message-avatar {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/leonidberz_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110px;
  border: 1px silver;
  border-radius: 20px;
  flex: none;
  width: 90px;
  height: 90px;
  position: sticky;
  top: 50px;
}

.message-avatar.small {
  overflow: hidden;
}

.ul-li {
  font-size: 18px;
  line-height: 120%;
}

.caseimagein {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.heading-2 {
  z-index: 1;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.heading-2.o0 {
  margin-top: 0;
  padding-left: 0;
}

.p-m-2 {
  font-size: 20px;
  line-height: 120%;
}

.linertogether {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: row;
  flex: none;
  align-self: stretch;
  width: 50%;
}

.p-s {
  margin-top: 0;
  font-size: 14px;
  line-height: 120%;
}

.flex-block-30 {
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  overflow: visible;
}

.projectcontainer {
  border-bottom: 1px #e0e0e0;
  max-width: 1380px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.linercolumns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding: 14px 30px 20px;
  position: relative;
}

.linercolumns.titel {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  padding-left: 30px;
}

.linercolumns.padding {
  padding-top: 23px;
}

.scdcn {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 20px;
  transition: all .2s;
}

.casecomments {
  width: 50%;
}

.colorfilter {
  z-index: 0;
  background-color: #00000073;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.textlink {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.projectcontent {
  z-index: 0;
  background-color: #e0e0e0;
  border-radius: 20px;
  max-width: 100%;
  margin-top: -110px;
  margin-bottom: -74px;
  padding-top: 220px;
  padding-bottom: 56px;
  position: relative;
}

.projectcontent.padding {
  background-color: #e0e0e0;
  padding-top: 11px;
  padding-bottom: 80px;
}

.caseimage {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.firstliner {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: row;
  flex: 1;
  width: 100%;
  max-width: 1380px;
  margin-bottom: 0;
}

.flex-block-27 {
  z-index: 0;
  aspect-ratio: auto;
  object-fit: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100vw;
  height: 600px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.flex-block-32 {
  opacity: .5;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
}

.container {
  z-index: 1;
  border-top: 1px #e0e0e0;
  border-bottom: 1px #e0e0e0;
  flex-flow: column;
  flex: 1;
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
  position: relative;
  overflow: visible;
}

.callbutton {
  background-color: #ff5942;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4px;
  margin-left: 0;
  padding: 10px 15px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.flex-block-33 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 190px;
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.buttonsimple {
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.buttonsimple:hover {
  background-image: none;
}

.containerincase {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  padding-top: 100px;
  padding-bottom: 220px;
  display: flex;
}

.messagecontainer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.textmessage {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #303030;
  background-color: #f5f5f5;
  border: 1px #e0e0e0;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 14px 20px 6px;
  display: flex;
  position: relative;
}

.textmessage.light {
  color: #303030;
  background-color: #f5f5f5;
}

.breadcrumbs {
  color: #303030;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
}

.image {
  z-index: -1;
  width: 100%;
  position: relative;
}

.xsas3 {
  font-size: 30px;
}

.dscs3 {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.fixed_00 {
  z-index: 1;
  height: 200vh;
  padding-top: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.dfvfd {
  padding-top: 220px;
  position: sticky;
  top: 0;
}

.dfvfd.klm {
  padding-top: 140px;
}

.flex-block-34 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  margin-top: 20px;
}

.faq-answer-padding {
  padding: 16px 0 20px;
}

.faq-answer-div {
  border-bottom: 1px solid #303030;
  overflow: hidden;
}

.faq-question-div {
  cursor: pointer;
  border-bottom: 1px #e0e0e0;
  justify-content: space-between;
  padding: 0 30px 10px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq-question-div:hover {
  color: #ff5942;
}

.containerrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #303030;
  border: 1px #e0e0e0;
  border-top-style: solid;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 100px;
  padding-top: 30px;
  display: flex;
}

.containerrow.short {
  margin-bottom: 60px;
}

.containerrow.short.noneborder {
  border-style: none;
  margin-top: 0;
  padding-top: 20px;
}

.faq-tile {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
}

.body-copy {
  font-size: 18px;
  line-height: 140%;
}

.columns {
  flex: none;
  align-self: stretch;
  width: 50%;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.columns.full {
  flex: none;
  width: 100%;
}

.headerinpage {
  font-size: 60px;
  font-weight: 400;
}

.up-down-arrow {
  font-size: 38px;
  font-weight: 300;
  position: absolute;
  inset: 0 0 auto auto;
}

.headerseparated {
  align-self: stretch;
  margin-top: 60px;
  padding-left: 16px;
}

.headerseparated.noneborder {
  margin-top: 0;
}

.white {
  color: #fcfcfc;
  text-decoration: none;
}

.white:hover {
  opacity: .7;
}

.white:active {
  opacity: .4;
}

.white.noline {
  text-decoration: none;
}

.flex-block-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
}

.flex-block-36 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .41;
  flex-flow: row;
  padding-bottom: 5px;
}

.dffdfdf {
  margin-bottom: -20px;
}

.flex-block-37 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  position: sticky;
  top: 10px;
  overflow: visible;
}

.flex-block-37._01 {
  margin-bottom: -1px;
}

.flex-block-37._02 {
  margin-bottom: -2px;
}

.flex-block-37._03 {
  margin-bottom: -3px;
}

.flex-block-37._04 {
  margin-bottom: -4px;
}

.flex-block-37._05 {
  margin-bottom: -8px;
}

html.w-mod-js [data-ix="photo-01"] {
  opacity: 1;
}

html.w-mod-js [data-ix="photo2"], html.w-mod-js [data-ix="photo-3"], html.w-mod-js [data-ix="photo-4"], html.w-mod-js [data-ix="photo-5"] {
  opacity: 0;
}

@media screen and (min-width: 1920px) {
  .project-card {
    height: 570px;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 4vw;
  }

  .figma-header {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 180px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .figma-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .figma-section.black.short {
    padding-right: 0;
  }

  .figma-section._909 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 70px;
  }

  .figma-section.big {
    padding-top: 130%;
    padding-bottom: 30%;
  }

  .figma-section.big._0 {
    padding-bottom: 0%;
  }

  .figma-container-8 {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .collumn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collumn._100 {
    flex: none;
  }

  .card_content {
    border-radius: var(--rounding);
    padding: 24px 30px 30px;
  }

  .card_content.fixw {
    width: 500px;
  }

  .figma-container {
    background-color: #fdfdfd;
    border-radius: 20px;
    padding: 21px;
  }

  .me._01, .me2, .me2._01, .me3, .me3._01, .me4, .me4._01, .me5, .me5._01 {
    width: 100%;
  }

  .body {
    background-image: none;
  }

  ._0000 {
    background-color: #fdfdfd;
    border-radius: 20px;
    padding: 25px 30px 20px 20px;
  }

  .flex-block {
    margin-top: 10px;
  }

  .logo {
    display: none;
  }

  .flex-block-2 {
    margin-bottom: 20px;
  }

  .minus._0909 {
    padding-left: 20px;
  }

  .flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .p-m {
    font-size: 3.5vw;
    line-height: 120%;
  }

  .promoheader {
    z-index: 0;
    margin-left: 10px;
    font-size: 17.2vw;
    inset: 0% auto auto 0%;
  }

  .mobilenavpage {
    z-index: 10;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-top: 150px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .navlink {
    font-size: 28px;
    display: none;
  }

  .maincover-2 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .linenav01 {
    background-color: #303030;
    width: 40px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .maincover {
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .projectline {
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .flex-block-20 {
    z-index: 11;
    position: relative;
  }

  .navigationtop {
    z-index: 100;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-19 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bradn {
    z-index: 11;
    position: relative;
  }

  .projectcardtext {
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .project-card {
    flex-flow: wrap;
    width: 50%;
    height: 70vw;
  }

  .project-card._1-3 {
    flex: none;
    width: 100%;
  }

  .flex-block-23 {
    margin-top: 6px;
  }

  .navlinks {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 32px;
  }

  .navlinks.w--current {
    opacity: .4;
  }

  .navlinklist {
    width: 100%;
    padding-left: 16px;
    padding-right: 14px;
    display: block;
  }

  .div-block-11 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .linenav02 {
    background-color: #303030;
    width: 40px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footertext {
    width: 30%;
  }

  .div-block-12 {
    margin-top: 20px;
  }

  .projectlinecontainer {
    align-items: stretch;
    padding-bottom: 0;
  }

  .socialcontainer {
    left: 0;
  }

  .socialcontainer.innav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    left: 20px;
  }

  .socialcontainer.nav {
    display: none;
  }

  .mobilenav {
    z-index: 20;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: #fff0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    display: flex;
    position: relative;
  }

  .heading-2 {
    margin-bottom: 10px;
  }

  .p-m-2 {
    font-size: 18px;
  }

  .linertogether {
    width: 100%;
  }

  .projectcontainer {
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .scdcn {
    padding-left: 0;
  }

  .flex-block-31 {
    z-index: 11;
    position: relative;
  }

  .casecomments {
    width: 100%;
  }

  .div-block-10 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .firstliner {
    flex-flow: column;
  }

  .flex-block-32 {
    margin-top: 6px;
  }

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

  .div-block-27 {
    margin-top: 20px;
  }

  .containerincase {
    padding-left: 0;
    padding-right: 0;
  }

  .containerrow {
    flex-flow: column;
  }

  .columns {
    width: 100%;
  }

  .headerinpage {
    line-height: 90%;
  }

  .up-down-arrow {
    font-size: 35px;
  }

  .headerseparated {
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 7.2vw;
  }

  .figma-container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .collumn {
    grid-row-gap: 8px;
  }

  .card_content {
    grid-row-gap: 0px;
  }

  .card_content.socialcard {
    padding-bottom: 20px;
  }

  .card_content.fixw {
    height: 320px;
  }

  .navlink {
    font-size: 26px;
  }

  .gray-2 {
    text-align: right;
    align-self: flex-end;
    padding-left: 0;
  }

  .slogan {
    text-align: left;
  }

  .maincover {
    padding-top: 160px;
  }

  .footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
  }

  .project-card._1-3 {
    width: 100%;
  }

  .flex-block-23 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .footertext {
    text-align: left;
    order: -1;
    align-self: flex-start;
    width: 100%;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .footertext.right {
    order: 0;
  }

  .footernav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 20px;
    display: grid;
  }

  .pmessage, .ul-li {
    font-size: 15px;
  }

  .linercolumns {
    padding: 20px 20px 16px;
  }

  .linercolumns.titel {
    padding-top: 22px;
  }

  .casecomments {
    width: 100%;
  }

  .firstliner {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-27 {
    height: 510px;
  }

  .flex-block-32 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .faq-answer-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-2 {
    padding-left: 28px;
  }

  .faq-question-div {
    font-size: 20px;
  }

  .containerrow {
    flex-flow: column;
    margin-bottom: 90px;
  }

  .columns {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .headerinpage {
    font-size: 60px;
  }

  .headerseparated {
    padding-left: 10px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 11vw;
  }

  h2 {
    margin-top: 0;
  }

  p {
    font-size: 3.2vw;
    line-height: 120%;
  }

  .figma-header {
    padding-left: 0;
    padding-right: 0;
  }

  .figma-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .figma-section {
    padding-left: 0;
    padding-right: 0;
  }

  .figma-section.black.short {
    height: auto;
    min-height: 90vh;
  }

  .figma-container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .collumn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card_content {
    grid-row-gap: 0px;
    border-radius: var(--mob_rounding);
    padding-top: 16px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .card_content.socialcard {
    padding-top: 85px;
    padding-bottom: 12px;
  }

  .card_content.fixw {
    width: 87%;
    height: 290px;
  }

  .card_content.fixw.sm {
    height: 266px;
  }

  .sectionblack {
    padding-left: 0;
    padding-right: 0;
  }

  .sectionblack.minimum {
    height: auto;
    min-height: 100vh;
  }

  .logo {
    width: 70px;
    height: 70px;
    top: 30px;
    left: 34px;
  }

  .p-m {
    font-size: 4.4vw;
  }

  .fe2ef {
    border-bottom-left-radius: var(--mob_rounding);
    border-bottom-right-radius: var(--mob_rounding);
  }

  .card {
    width: 87%;
  }

  .card.horizontal {
    width: 100%;
  }

  .descriptor {
    margin-right: 2px;
    font-size: 12px;
  }

  .socialicon {
    width: 30px;
    height: 30px;
  }

  .casename {
    border-radius: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    line-height: 14px;
  }

  .maincover-2 {
    background-image: none;
    background-size: auto;
  }

  .div-block-26 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .maincover {
    background-image: none;
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .footer {
    padding-top: 40px;
    font-size: 18px;
  }

  .projectline {
    border-radius: 16px;
    flex-flow: wrap;
    flex: 1;
    align-self: stretch;
    align-items: center;
    width: 100%;
    padding-top: 0%;
    padding-left: 0%;
    display: flex;
    top: 0;
  }

  .projectcardcover:hover {
    transform: none;
  }

  .buttonfilter {
    font-size: 13px;
  }

  .navigationtop {
    padding-left: 16px;
    padding-right: 10px;
  }

  .casetag {
    margin-top: -5px;
    margin-bottom: 5px;
    margin-left: 4px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    line-height: 10px;
    position: relative;
  }

  .div-block-19 {
    flex-flow: column;
  }

  .projectcardtext {
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .project-card {
    justify-content: flex-start;
    width: 100%;
    height: 50vh;
  }

  .project-card._1-3 {
    width: 100%;
    height: 330px;
  }

  .flex-block-23 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-11 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .footertext {
    text-align: left;
    margin-top: 0;
  }

  .projectcardname {
    margin-bottom: -4px;
    padding: 4px 6px 3px 7px;
    font-size: 18px;
  }

  .flex-block-28 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footernav {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .projectlinecontainer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .socialcontainer.inmessage {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    opacity: .8;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .fvdfv {
    font-size: 16px;
  }

  .pmessage {
    padding-left: 0;
  }

  .caps_in_card {
    font-size: 20px;
  }

  .message-avatar.small {
    background-size: 90px;
    width: 60px;
    height: 60px;
  }

  .ul-li {
    font-size: 15px;
    line-height: 120%;
  }

  .p-m-2 {
    padding-left: 2px;
    font-size: 16px;
  }

  .linertogether {
    flex-flow: column;
  }

  .linertogether.nobrake {
    flex-flow: row;
  }

  .p-s {
    font-size: 12px;
    line-height: 110%;
  }

  .flex-block-30 {
    height: 100%;
  }

  .projectcontainer {
    margin-top: -60px;
  }

  .linercolumns {
    padding-top: 6px;
  }

  .linercolumns.titel {
    padding-top: 17px;
    padding-left: 20px;
  }

  .scdcn {
    width: 100%;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .projectcontent {
    margin-left: auto;
    margin-right: auto;
  }

  .caseimage {
    height: 40vh;
  }

  .flex-block-27 {
    height: 540px;
  }

  .flex-block-32 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .flex-block-33 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .containerincase {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-bottom: 150px;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .image {
    inset: 0% 0% auto auto;
  }

  .faq-answer-padding, .faq-tile {
    padding-left: 0;
    padding-right: 0;
  }

  .body-copy {
    font-size: 16px;
    line-height: 120%;
  }

  .columns.full {
    padding-left: 4px;
    padding-right: 4px;
  }

  .headerinpage {
    font-size: 10vw;
    line-height: 90%;
  }

  .flex-block-35 {
    margin-top: 16px;
  }

  .flex-block-36 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .dffdfdf {
    margin-bottom: -30px;
  }

  .flex-block-37 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

#w-node-dd96624e-def3-dd09-999e-ac23839a0c31-91aa232b, #w-node-c45fe5e3-3786-6004-b7cd-0f6b4f75edf1-91aa232b, #w-node-_38c92b30-ec13-ff54-b20e-801978350d63-91aa232b, #w-node-_0a13d761-b024-ea85-349a-26c484d90f1c-91aa232b, #w-node-ab1b6fae-d8ee-6d4b-b066-5bb1a466103e-91aa232b, #w-node-_85686226-c4da-caf9-1e94-267e2b5bf12d-91aa232b, #w-node-_05609c1f-5bf3-5940-547f-92c7090ccef2-91aa232b, #w-node-_1fb28bb9-d82e-314f-f17b-1f945d656996-91aa232b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Tt Neoris';
  src: url('../fonts/TT-Neoris-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Neoris';
  src: url('../fonts/TT-Neoris-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Neoris';
  src: url('../fonts/TT-Neoris-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Neoris';
  src: url('../fonts/TT-Neoris-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Neoris';
  src: url('../fonts/TT-Neoris-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}