body {
  color: #333;
  background-color: #efecea;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

a {
  color: #eff0f6;
  font-weight: 700;
  text-decoration: none;
}

img {
  display: inline-block;
}

.body {
  color: #141414;
  object-fit: fill;
  background-color: #efecea;
  align-items: flex-start;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  display: block;
  overflow: visible;
}

.page_load {
  z-index: 4;
  width: 100%;
  height: 100vh;
  background-color: #141414;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: auto;
  overflow: hidden;
}

.page_title {
  z-index: 3;
  color: #fff;
  font-size: 80px;
  line-height: 140%;
  display: block;
  position: relative;
}

.page_load_bg_wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
  position: absolute;
}

.big_circle {
  width: 500px;
  height: 500px;
  border: 1px solid #585858;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  left: 154px;
}

.big_circle.t1 {
  position: absolute;
  top: -54%;
  left: 7%;
}

.big_circle.t2 {
  position: absolute;
  top: -15%;
  left: -7%;
}

.big_circle.d1 {
  position: absolute;
  top: auto;
  bottom: -40%;
  left: auto;
  right: 21%;
}

.big_circle.d2 {
  position: absolute;
  bottom: -13%;
  left: auto;
  right: -4%;
}

.big_circle.black {
  border-color: #000;
}

.big_circle.black.linkden {
  z-index: 2;
  cursor: default;
  position: absolute;
  top: -147px;
  bottom: 0%;
  left: 62%;
  right: auto;
}

.big_circle.black.linkden.empty {
  z-index: 11;
  border-width: 0;
}

.big_circle.black.instagram {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: -435px;
  left: auto;
  right: 69%;
}

.big_circle.black.instagram.empty {
  z-index: 11;
  border-width: 0;
}

.top_circles {
  width: 100%;
  height: 50%;
  display: flex;
  position: relative;
}

.bottom_circles {
  width: 100%;
  height: 50%;
  justify-content: flex-end;
  display: flex;
}

.transition {
  z-index: 100;
  width: 100%;
  height: 100vh;
  color: #333;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: fixed;
  bottom: 0%;
  overflow: hidden;
}

.hero {
  z-index: 6;
  width: 100%;
  height: 550px;
  background-color: #d9d9d9;
  background-image: linear-gradient(to top, rgba(168, 168, 168, .34), #efecea 65%);
  padding-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_bar {
  z-index: 99;
  width: 100%;
  padding: 20px;
  display: none;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.nav-conatiner {
  height: 100%;
  justify-content: space-between;
  display: flex;
}

.nav_left {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_right {
  display: flex;
}

.nav_link {
  height: 24px;
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_line {
  z-index: 2;
  width: 100%;
  height: 1px;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: translate(0);
}

.nav_line.black {
  background-color: #000;
}

.nav_text {
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 100%;
}

.nav_text.black {
  color: #000;
}

.nav_text.black.work {
  font-size: 30px;
}

.content {
  z-index: 6;
  width: 100%;
  height: auto;
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  background-color: #efecea;
  flex-direction: column;
  align-items: center;
  padding: 10vh 7%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  z-index: 1;
  width: 100%;
  height: 40vh;
  background-color: #141414;
  flex-direction: column;
  justify-content: space-between;
  padding: 5%;
  display: flex;
  position: static;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0 0 0 1rem #efecea;
}

.nav_text_wrapper {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.text_inline {
  width: 100%;
  height: 18px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo_wrapper {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #dbd9d7;
  border: 0 solid rgba(0, 0, 0, .32);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}

.logo_wrapper:hover {
  filter: invert();
  background-color: #fff;
  transform: scale(1.5);
}

.logo_wrapper.empty {
  opacity: 0;
}

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

.hero_img_wrapper {
  z-index: 2;
  width: 450px;
  height: 100%;
  filter: brightness(117%) contrast(115%);
  background-image: url('../images/samet_bey3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.img_container {
  z-index: 3;
  width: 100%;
  height: 800px;
  cursor: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -120px;
  margin-left: -108px;
  display: flex;
  overflow: visible;
}

.hero_title {
  z-index: 4;
  color: #000;
  mix-blend-mode: exclusion;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  font-size: 200px;
  line-height: 100%;
  display: flex;
}

.hero_title:hover {
  transform: scale3d(1none, 1none, 1none);
}

.hero_subtitle {
  z-index: 4;
  color: #000;
  mix-blend-mode: exclusion;
  margin-top: 20px;
  font-size: 36px;
  line-height: 100%;
}

.title_text_wrapper {
  height: 110px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.page_title_extra {
  z-index: 3;
  color: #fff;
  font-size: 80px;
  line-height: 140%;
  display: block;
  position: relative;
}

.text_mask {
  width: 100%;
  height: 80px;
  margin-top: -3px;
  padding-top: 0;
  font-size: 140px;
  overflow: hidden;
}

.text_mask.subtitle {
  height: 44px;
  font-size: 36px;
}

.title {
  width: 475px;
  opacity: 1;
  color: #fff;
  mix-blend-mode: color-burn;
  font-size: 70px;
  line-height: 100%;
}

.subtitle {
  color: #fff;
}

.intro_text_wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text {
  color: #141414;
  text-align: left;
  white-space: normal;
  font-size: 20px;
  line-height: 125%;
  text-decoration: none;
}

.text.white {
  color: #fff;
}

.text.white.small {
  font-size: 14px;
}

.text.big_text {
  font-size: 60px;
}

.text.big_text.black {
  color: #000;
}

.text.medium {
  font-size: 64px;
  line-height: 125%;
}

.text.medium.bigger {
  width: 20ch;
  color: #141414;
  letter-spacing: -3px;
  white-space: normal;
  font-size: 80px;
  line-height: 125%;
}

.text.medium.bigger.black {
  color: #141414;
}

.text.medium.bigger.auto {
  width: auto;
  padding-right: 2rem;
}

.text.h4 {
  width: 40rem;
  font-size: 30px;
  line-height: 125%;
}

.text.h5 {
  width: 40rem;
  font-size: 24px;
  line-height: 125%;
}

.text._150 {
  line-height: 150%;
}

.text.small {
  font-size: 16px;
}

.info_text {
  color: #efecea;
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 58px;
}

.work_wrapper {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sub_section_title {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.line_spacer {
  width: 6rem;
  height: 1px;
  background-color: #b49434;
  margin-right: 1rem;
}

.works {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.work_link {
  width: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work_img_wrapper {
  width: 100%;
  overflow: hidden;
}

.work_text {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works_flex {
  width: 100%;
  grid-column-gap: 6rem;
  justify-content: space-between;
  display: flex;
}

.work_img {
  width: 110%;
  object-fit: fill;
}

.trigger {
  z-index: 1;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.split-lines {
  z-index: 2;
  white-space: normal;
  font-size: 80px;
  line-height: 150%;
  position: relative;
}

.top-footer {
  justify-content: space-between;
  display: flex;
}

.big_text {
  color: #fff;
  font-size: 80px;
  line-height: 100%;
}

.socials_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bottom_footer {
  justify-content: space-between;
  display: flex;
}

.left_bootm_footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.div-block-6 {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
}

.archive_display {
  width: 100%;
  height: 110vh;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.work_hero {
  width: 100%;
  height: 100%;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20vh 7% 2vh;
  display: flex;
  position: relative;
}

.work_content {
  z-index: 2;
  width: 100%;
  height: auto;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  overflow: visible;
}

.border_img {
  width: 100%;
  height: 100%;
  border: 40px solid #e52727;
}

.border_img.anisoptera {
  border-color: #4d178a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.border_img._404 {
  border-color: #8afb2c;
}

.work_hero_div {
  width: 100%;
  height: auto;
  padding: 0%;
}

.sub_section_text_wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.h_text_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sub_section {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section {
  z-index: 2;
  width: 100%;
  height: auto;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #efecea;
  flex-direction: column;
  align-items: flex-start;
  padding: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.body {
  padding: 6%;
}

.line_wrapper {
  z-index: 2;
  width: 100%;
  height: 1px;
  justify-content: flex-start;
  display: flex;
  position: absolute;
}

.underline {
  z-index: 1;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.paragraph {
  font-size: 20px;
  line-height: 150%;
}

.footer_text {
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 100%;
}

.footer_text.black {
  color: #000;
}

.footer_text_extra {
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.footer_text_extra.black {
  color: #000;
  font-weight: 500;
}

.footer_nav_line {
  z-index: 2;
  width: 100%;
  height: 1px;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: translate(0);
}

.footer_nav_line.black {
  background-color: #000;
}

.project_content {
  z-index: 3;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.content_wrapper {
  max-width: 1250px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main_wrapper {
  z-index: 2;
  width: 100%;
  display: block;
}

.main_wrapper._404 {
  bottom: 10vh;
}

.footer_wrapper {
  z-index: 2;
  width: 100%;
  margin-top: 0;
  position: absolute;
}

.content_width {
  width: 100%;
  color: #141414;
  background-color: #efecea;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.resume_wrapper {
  z-index: 200;
  opacity: 0;
  -webkit-backdrop-filter: grayscale() blur(5px);
  backdrop-filter: grayscale() blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.resume_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #efecea;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  box-shadow: inset 0 2px 5px rgba(255, 255, 255, .2), 0 9px 16px 13px rgba(0, 0, 0, .11);
}

.resume_button {
  color: #141414;
  background-color: #efecea;
  border-radius: 4px;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .19);
}

.resume_button:hover {
  background-color: #fffcfc;
  border: 0 solid #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.resume_button.green {
  background-color: #42c76a;
  padding-left: 17px;
  padding-right: 17px;
}

.resume_button.green:hover {
  background-color: #398650;
}

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

.color {
  width: 100%;
  background-color: #efecea;
}

.work_viewer {
  width: 100%;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10vh;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  position: relative;
}

.back_works {
  width: 100%;
  background-color: #efecea;
  border: 1px solid #000;
  align-items: center;
  padding: 39px;
  text-decoration: none;
  display: flex;
}

.back_left {
  width: 100px;
  height: 100px;
  position: relative;
}

.arrow {
  z-index: 1;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.arrow.ligth {
  z-index: 2;
  opacity: 0;
}

.menu {
  display: none;
}

.home_extra {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.mobile {
  display: none;
}

.mobile_nav {
  display: flex;
}

.page_cover {
  z-index: 99;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.transition-trigger {
  display: none;
}

.nav-link {
  color: #242628;
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.nav-link:hover {
  color: #b49434;
}

.nav-link.w--current {
  color: #fff;
}

.logo-2 {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.scroll-trigger {
  background-color: #212529;
  background-image: linear-gradient(to right, #2d3237, #1f2327);
  padding-top: 1px;
}

.scrolltriggerhome {
  background-color: #f8f9f9;
  background-image: none;
}

.nav-wrapper-s {
  z-index: 100;
  background-color: rgba(255, 255, 255, 0);
  padding-top: 10px;
  font-size: 12px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu-s {
  float: right;
  justify-content: flex-end;
  padding-top: 5px;
  display: flex;
}

.container-s {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-s {
  z-index: 20;
  height: auto;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 16px;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-s {
  object-fit: fill;
  align-items: stretch;
  padding-top: 10px;
  display: flex;
  position: static;
}

.container-hero {
  width: 100%;
  max-width: 800px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -185px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container-hero-background {
  z-index: -2;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 66%;
  left: 0%;
  right: 0%;
}

.nav-bg-blur {
  z-index: 10;
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .01);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-section {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}

.s-section.grey {
  background-color: #e2e2e2;
}

.s-container {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.s-content-wrapper {
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
}

.s-image-wrapper {
  padding-top: 100px;
  position: relative;
}

.s-h3-heading {
  color: #141414;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

.s-content-parag {
  color: #6f6f6f;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.s-img {
  z-index: 20;
  max-width: 100%;
  position: relative;
}

.s-reveal {
  z-index: 30;
  background-color: #e9cd79;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.s-short-img-wrapper {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 18px 18px 0 2px rgba(0, 0, 0, .2);
}

.denden-span {
  font-size: 62px;
  font-weight: 900;
  line-height: 30px;
}

.s-section-quote {
  width: 100%;
  background-color: #b49434;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sub-text {
  color: #b49434;
  text-align: left;
  white-space: normal;
  font-size: 20px;
  line-height: 125%;
  text-decoration: none;
}

.section-heading-wrapper {
  width: 100%;
  max-width: 800px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.h2-heading-sec {
  text-align: center;
  border-bottom: 4px solid rgba(180, 148, 52, .75);
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 4px;
  font-size: 50px;
  font-weight: 900;
  line-height: 65px;
}

.heading-info {
  color: #6d6d6d;
  text-align: center;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.brix---link-icon-right {
  margin-left: 10px;
}

.brix---text-200-bold {
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---link-wrapper-hidden {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: none;
}

.brix---link-wrapper-hidden:hover {
  color: #4a3aff;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.content-image {
  object-fit: fill;
}

.brix---image-wrapper-br-24px-shadow {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

.brix--grid-2-columns-text-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.content-wrap {
  color: #6e7191;
  text-decoration: none;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.inner-container-1000px-center {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.brix---link-wrapper {
  filter: saturate(0%) invert(0%);
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.brix---link-wrapper:hover {
  filter: invert(85%);
}

.brix---logo-strip-image-card {
  width: 284px;
  height: 150px;
  background-color: #f7f7f7;
  border: 1px solid #eff0f6;
  border-radius: 16px;
  margin: 14px 16px;
  padding: 9px 18px;
  box-shadow: 0 1px 12px rgba(20, 20, 43, .08);
}

.brix---logo-strip-full-width {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-2 {
  color: #141414;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 50px;
}

.brix---color-neutral-801 {
  color: #211f54;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-logo-strip-v6 {
  padding-top: 30px;
  padding-bottom: 100px;
  overflow: hidden;
}

.brix---mg-bottom-0 {
  color: #6f6f6f;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  line-height: 28px;
}

.brix---color-neutral-802 {
  color: #6e7191;
}

.brix---paragraph-default-2 {
  color: #acacac;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.brix---heading-h3-size {
  color: #141414;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.brix---color-neutral-803 {
  color: #211f54;
}

.brix---mg-top-32px {
  margin-top: 32px;
}

.brix---square-icon-large {
  height: 200px;
  filter: invert();
  background-color: #3f56bc;
  border-radius: 20px;
}

.brix---content-inside-card-bg-top {
  text-align: center;
  margin-top: -73px;
  padding: 0 28px 48px;
}

.brix---card-top-bg {
  min-height: 120px;
  background-color: #d8d8d8;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brix---card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---grid-3-columns {
  max-width: 1200px;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: grid;
}

.brix---heading-h2-size-3 {
  color: #141414;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 50px;
}

.brix---container-default-3 {
  max-width: 1100px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---top-right {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 26%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-left {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 26%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 84px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---slider-mask-width-490px {
  height: 100%;
  max-width: 480px;
  overflow: visible;
}

.brix---slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.brix---color-neutral-804 {
  color: #211f54;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-16px-2.logo {
  width: 200px;
  height: auto;
  filter: invert();
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
}

.brix---mg-bottom-40px {
  margin-bottom: 30px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---section-overflow-hidden {
  padding-top: 50px;
  padding-bottom: 30px;
  overflow: hidden;
}

.section_grid {
  justify-content: center;
  align-items: center;
  padding: 64px;
}

.brix---link-big {
  color: #9c9c9c;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  transition: color .3s;
}

.brix---link-big:hover {
  color: #4a3aff;
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---text-200-bold-2 {
  color: #141414;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---color-accent-2 {
  color: #4a3aff;
}

.brix---display-4 {
  color: #9c9c9c;
  margin-bottom: 5px;
  padding-top: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---grid-1-column-gap-row-56px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  padding-left: 20px;
  display: grid;
}

.brix---mg-bottom-80px {
  margin-bottom: 30px;
  padding-left: 20px;
}

.brix---grid-contact-v7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---footer-bottom {
  color: #6e7191;
  text-align: center;
  border-top: 1px solid #494949;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-square-36px {
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  filter: grayscale();
  background-color: #f2f1ff;
  border: 1px solid #cecece;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 45px);
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: center;
  display: grid;
}

.brix---social-media-grid-center.center {
  justify-content: center;
}

.brix---text-center {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---footer-top-small {
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brix---footer-wrapper {
  background-color: #141414;
  border-top: 1px solid #eff0f6;
}

.video {
  width: 640px;
  height: 360px;
}

.image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.arrow2 {
  filter: saturate(0%);
}

.quick {
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr);
  grid-template-columns: minmax(25px, .5fr) minmax(25px, .5fr) minmax(25px, .5fr) minmax(25px, .5fr) minmax(25px, .5fr) minmax(25px, .5fr) minmax(25px, .5fr) minmax(25px, .5fr) minmax(25px, .5fr) minmax(25px, .5fr) minmax(25px, .5fr);
  grid-auto-columns: 1fr;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.light-img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
}

.img-file {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: 50% 25%;
  transition: all .2s;
}

.img-file:hover {
  transform: scale(1.2);
}

.grid-img {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.left-contact-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 3px 3px 40px rgba(0, 0, 0, .2);
}

.left-contact-wrapper.gold {
  background-color: #b49434;
}

.html-embed {
  height: 100%;
}

.brix---card-copy {
  height: 100%;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---container-default-3-copy {
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .page_title {
    font-size: 60px;
  }

  .big_circle.t1 {
    left: 0%;
  }

  .big_circle.t2 {
    left: -25%;
  }

  .big_circle.black.linkden {
    width: 300px;
    height: 300px;
    left: auto;
    right: -1%;
  }

  .big_circle.black.linkden.empty {
    width: 300px;
    height: 300px;
  }

  .big_circle.black.instagram {
    width: 300px;
    height: 300px;
    bottom: -235px;
    left: 1%;
    right: auto;
  }

  .nav_line {
    display: none;
  }

  .content {
    height: auto;
  }

  .hero_img_wrapper {
    width: 170%;
    background-size: contain;
    right: -5%;
  }

  .hero_title {
    font-size: 140px;
  }

  .hero_subtitle {
    font-size: 28px;
    left: 30%;
  }

  .title_text_wrapper {
    height: 80px;
  }

  .page_title_extra {
    font-size: 60px;
  }

  .text_mask {
    height: 60px;
    margin-right: -21px;
  }

  .text_mask.subtitle {
    height: 42px;
  }

  .title {
    width: 450px;
    font-size: 50px;
    line-height: 80px;
  }

  .subtitle {
    padding-top: 4px;
  }

  .intro_text_wrapper {
    grid-column-gap: 2rem;
  }

  .text.big_text {
    font-size: 40px;
  }

  .text.medium.bigger {
    width: 20ch;
    font-size: 50px;
  }

  .text.medium.bigger.auto {
    padding-right: 1rem;
  }

  .text.h4, .text.h5 {
    width: 28rem;
  }

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

  .works_flex {
    flex-direction: column;
  }

  .archive_display {
    height: 70vh;
  }

  .work_hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .work_content {
    height: auto;
  }

  .border_img {
    border-width: 30px;
  }

  .section {
    height: auto;
  }

  .footer_text_extra, .footer_nav_line {
    display: none;
  }

  .footer_wrapper {
    z-index: 3;
  }

  .work_viewer {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .back_left {
    width: 60px;
    height: 60px;
  }

  .menu, .home_extra, .mobile {
    display: none;
  }

  .nav-link {
    color: #242628;
    font-size: 25px;
    font-weight: 900;
    display: block;
    position: static;
  }

  .nav-link:hover {
    color: #efecea;
  }

  .nav-wrapper-s {
    padding-top: 0;
  }

  .nav-menu-s {
    z-index: 500;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #b49434;
  }

  .menu-button-s {
    position: relative;
  }

  .menu-button-s:active {
    color: #333;
  }

  .menu-button-s.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .container-s {
    margin-left: 36px;
    margin-right: 24px;
  }

  .navbar-s {
    background-color: #b49434;
    margin-top: 0;
    padding-top: 5px;
    position: fixed;
  }

  .container-hero {
    padding-left: 64px;
  }

  .s-section {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .s-content-wrapper {
    padding-top: 10px;
  }

  .s-h3-heading {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .s-content-parag {
    font-size: 12px;
    line-height: 18px;
  }

  .s-short-img-wrapper {
    box-shadow: 7px 7px 0 2px rgba(0, 0, 0, .2);
  }

  .denden-span {
    font-size: 40px;
    line-height: 40px;
  }

  .sub-text {
    font-size: 16px;
  }

  .section-heading-wrapper {
    margin-bottom: 0;
  }

  .h2-heading-sec {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-info {
    margin-top: 0;
    padding-top: 0;
    font-size: 14px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .content-image {
    min-width: 100%;
  }

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---logo-strip-image-card {
    width: 200px;
    height: 100px;
    border-radius: 12px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .brix---mg-bottom-0 {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 18px;
  }

  .brix---paragraph-default-2 {
    width: 400px;
    font-size: 13px;
    line-height: 20px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 24px;
  }

  .brix---square-icon-large {
    height: 100px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 350px 350px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---container-default-3 {
    margin-top: 0;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    top: auto;
    bottom: -90px;
    left: auto;
    right: 42%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    top: auto;
    bottom: -90px;
    left: 42%;
    right: auto;
  }

  .brix---slider-mask-width-490px {
    position: static;
  }

  .brix---section-overflow-hidden {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section_grid {
    height: auto;
    padding: 32px;
  }

  .brix---link-big, .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---grid-1-column-gap-row-56px {
    grid-row-gap: 40px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 64px;
  }

  .brix---grid-contact-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .brix---icon-square-36px {
    width: 35px;
    height: 35px;
    min-height: 35px;
    min-width: 35px;
  }

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

  .brix---footer-top-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quick {
    min-height: 880px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: minmax(30px, .5fr) minmax(30px, .5fr) minmax(30px, .5fr) minmax(30px, .5fr) minmax(30px, .5fr) minmax(30px, .5fr) minmax(30px, .5fr) minmax(30px, .5fr) minmax(30px, .5fr) minmax(30px, .5fr) minmax(30px, .5fr);
  }

  .light-img {
    max-height: 100%;
    position: relative;
  }

  .img-file {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid-img {
    max-width: 100%;
  }

  .left-contact-wrapper {
    padding-top: 30px;
  }

  .brix---container-default-3-copy {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .page_title {
    font-size: 30px;
  }

  .big_circle.t1 {
    left: -21%;
  }

  .big_circle.t2 {
    left: -50%;
  }

  .big_circle.d1 {
    right: -4%;
  }

  .big_circle.d2 {
    right: -35%;
  }

  .big_circle.black.linkden {
    z-index: 25;
    top: -11%;
    bottom: auto;
    right: -17%;
  }

  .big_circle.black.linkden.empty {
    z-index: 25;
  }

  .big_circle.black.instagram {
    z-index: -2;
    top: -146px;
    bottom: -5%;
    left: -11%;
  }

  .nav_bar {
    position: absolute;
  }

  .nav-conatiner {
    align-items: center;
  }

  .nav_right {
    z-index: 100;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: center;
    display: none;
    position: fixed;
  }

  .nav_text {
    font-size: 14px;
  }

  .nav_text.black.work {
    font-size: 18px;
  }

  .content {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-bottom: 10vh;
  }

  .footer {
    height: 30vh;
  }

  .nav_text_wrapper {
    height: 1003%;
  }

  .logo_wrapper {
    z-index: 50;
    position: relative;
  }

  .hero_img_wrapper {
    width: 200%;
    height: 90%;
    background-size: contain;
    top: auto;
    bottom: -10%;
    right: -19%;
  }

  .img_container {
    margin-top: -191px;
  }

  .hero_title {
    padding-bottom: 12px;
    font-size: 80px;
    bottom: 30%;
  }

  .hero_subtitle {
    font-size: 24px;
    left: auto;
    right: 10%;
  }

  .title_text_wrapper {
    height: 44px;
  }

  .page_title_extra {
    font-size: 30px;
  }

  .text_mask {
    height: 50px;
  }

  .text_mask.subtitle {
    height: 32px;
  }

  .title {
    width: 330px;
    font-size: 45px;
    line-height: 50px;
  }

  .subtitle {
    white-space: nowrap;
    font-size: 24px;
  }

  .intro_text_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .text {
    font-size: 14px;
  }

  .text.white.small {
    font-size: 10px;
  }

  .text.big_text {
    font-size: 30px;
  }

  .text.medium.bigger {
    width: 17ch;
    letter-spacing: -2px;
    font-size: 36px;
  }

  .text.h4 {
    font-size: 20px;
  }

  .text.h5 {
    font-size: 16px;
  }

  .info_text {
    font-size: 20px;
    line-height: 35px;
  }

  .line_spacer {
    width: 4rem;
  }

  .split-lines {
    font-size: 40px;
    line-height: 200%;
  }

  .big_text {
    font-size: 60px;
  }

  .work_hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .work_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-bottom: 5vh;
  }

  .border_img {
    border-width: 20px;
  }

  .sub_section {
    flex-direction: column;
  }

  .section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 10vh;
  }

  .paragraph, .footer_text, .footer_text_extra {
    font-size: 14px;
  }

  .work_viewer {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .back_works {
    align-items: center;
  }

  .back_left {
    width: 40px;
    height: 40px;
  }

  .menu {
    z-index: 1;
    width: 40px;
    height: 40px;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    display: flex;
    position: relative;
  }

  .line {
    width: 100%;
    height: 2px;
    background-color: #141414;
    padding-bottom: 0;
    padding-right: 0;
  }

  .home_extra {
    display: block;
  }

  .mobile {
    z-index: 100;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    background-color: #efecea;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile_nav {
    z-index: 100;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .menu-button-s {
    color: #242628;
  }

  .brand-s {
    padding-left: 0;
  }

  .container-hero {
    padding-left: 48px;
  }

  .container-hero-background {
    z-index: -2;
  }

  .s-container {
    grid-template-columns: 1fr;
  }

  .s-image-wrapper {
    padding-top: 20px;
  }

  .s-h3-heading {
    text-align: center;
    line-height: 30px;
  }

  .s-content-parag {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
  }

  .denden-span {
    font-size: 28px;
    line-height: 30px;
  }

  .s-section-quote {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sub-text {
    font-size: 14px;
  }

  .heading-info {
    line-height: 18px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

  .brix--grid-2-columns-text-right {
    grid-template-columns: 1fr;
  }

  .brix---grid-2-columns-text-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    margin: 8px 10px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---mg-bottom-0 {
    font-size: 13px;
  }

  .brix---mg-top-32px {
    margin-top: 24px;
  }

  .brix---square-icon-large {
    height: 100px;
    max-width: 100%;
    border-radius: 21px;
  }

  .brix---content-inside-card-bg-top {
    margin-top: -72px;
    padding: 32px 24px 40px;
  }

  .brix---card-top-bg {
    min-height: 110px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_grid {
    padding: 16px;
  }

  .brix---link-big {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---grid-1-column-gap-row-56px {
    grid-row-gap: 32px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 48px;
  }

  .brix---grid-contact-v7 {
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .page_title {
    font-size: 20px;
  }

  .big_circle.t1 {
    left: -58%;
  }

  .big_circle.t2 {
    left: -89%;
  }

  .big_circle.d1 {
    right: -46%;
  }

  .big_circle.d2 {
    right: -90%;
  }

  .big_circle.black.linkden {
    display: none;
    right: -48%;
  }

  .big_circle.black.linkden.empty {
    display: none;
  }

  .big_circle.black.instagram {
    display: none;
    left: -41%;
  }

  .hero {
    height: 540px;
  }

  .nav_link {
    flex-direction: column;
    justify-content: center;
  }

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

  .footer {
    height: auto;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav_text_wrapper {
    padding-left: 9px;
    padding-right: 9px;
  }

  .hero_img_wrapper {
    width: 150%;
    height: 100%;
    background-size: contain;
    bottom: 0%;
    right: -40%;
  }

  .img_container {
    width: auto;
    max-width: 270px;
    min-width: 250px;
    margin-top: -128px;
    margin-left: -291px;
  }

  .hero_title {
    padding-bottom: 40px;
    font-size: 60px;
    bottom: 21vh;
  }

  .hero_subtitle {
    margin-top: 9px;
    font-size: 18px;
    bottom: 10%;
    left: 10vw;
    right: auto;
  }

  .title_text_wrapper {
    height: 30px;
  }

  .page_title_extra {
    font-size: 20px;
  }

  .text_mask {
    height: 56px;
  }

  .text_mask.subtitle {
    height: 32px;
    padding-top: 9px;
  }

  .title {
    font-size: 56px;
  }

  .subtitle {
    font-size: 24px;
  }

  .text.white {
    text-align: center;
  }

  .text.white.privacy {
    width: 100%;
  }

  .text.big_text {
    font-size: 20px;
  }

  .text.medium.bigger {
    width: 20ch;
    text-align: left;
    letter-spacing: -1px;
    font-size: 24px;
  }

  .text.h4 {
    width: 100%;
    font-size: 16px;
  }

  .text.h5 {
    width: 28ch;
    font-size: 12px;
  }

  .text.h5._16 {
    width: 20ch;
    font-size: 16px;
  }

  .info_text {
    line-height: 18px;
  }

  .sub_section_title {
    display: none;
  }

  .split-lines {
    width: 100%;
    font-size: 30px;
    line-height: 200%;
  }

  .top-footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .socials_wrapper {
    align-items: center;
  }

  .bottom_footer {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .left_bootm_footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .work_hero {
    padding-left: 4%;
    padding-right: 4%;
  }

  .work_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 2rem;
  }

  .h_text_wrapper {
    width: 100%;
  }

  .section {
    padding-bottom: 0;
  }

  .paragraph {
    font-size: 12px;
  }

  .footer_text, .footer_text_extra {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_wrapper {
    width: 100%;
    position: absolute;
  }

  .work_viewer {
    padding-left: 4%;
    padding-right: 4%;
  }

  .back_works {
    padding: 15px;
  }

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

  .home_extra {
    padding-left: 9px;
    padding-right: 9px;
  }

  .mobile {
    display: none;
  }

  .nav-link {
    color: #242628;
  }

  .nav-menu-s {
    display: inline-block;
  }

  .menu-button-s {
    color: #242628;
    margin-right: -25px;
  }

  .container-s {
    margin-left: 12px;
    margin-right: 18px;
  }

  .navbar-s {
    padding-top: 0;
  }

  .brand-s {
    padding-left: 0;
  }

  .container-hero {
    padding-left: 17px;
  }

  .s-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .s-h3-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .h2-heading-sec {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
    margin-top: 10px;
  }

  .brix---logo-strip-image-card {
    width: 120px;
    height: 80px;
    border-radius: 10px;
    margin: 6px;
    box-shadow: 0 1px 6px rgba(20, 20, 43, .08);
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 20px;
    padding-bottom: 64px;
  }

  .brix---mg-bottom-0 {
    width: 100%;
    margin-left: auto;
    padding-left: 0;
  }

  .brix---color-neutral-802 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---paragraph-default-2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon-large {
    height: 80px;
    border-radius: 21px;
  }

  .brix---content-inside-card-bg-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---card-top-bg {
    min-height: 100px;
  }

  .brix---grid-3-columns {
    grid-template-rows: auto;
    grid-template-columns: 100%;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    bottom: -72px;
    right: 33%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    bottom: -72px;
    left: 32%;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---section-overflow-hidden {
    padding-top: 20px;
    padding-bottom: 96px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---display-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---grid-1-column-gap-row-56px {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 40px;
  }

  .brix---grid-contact-v7 {
    grid-template-columns: 100%;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---footer-top-small {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .video {
    width: 350px;
    height: 200px;
  }

  .quick {
    min-height: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: minmax(.5px, 60px) minmax(.5px, 60px) minmax(.5px, 60px) minmax(.5px, 60px) minmax(.5px, 60px) minmax(.5px, 60px) minmax(.5px, 60px) minmax(.5px, 60px);
    grid-template-columns: minmax(20px, 1fr) minmax(20px, 1fr) minmax(20px, 1fr) minmax(20px, 1fr) minmax(20px, 1fr) minmax(20px, 1fr) minmax(20px, 1fr) minmax(20px, 1fr) minmax(20px, 1fr) minmax(20px, 1fr) minmax(20px, 1fr);
    grid-auto-columns: minmax(20px, 1fr);
    margin-top: 5px;
    padding-left: 0;
    padding-right: 10px;
    display: grid;
  }

  .grid-img {
    border-radius: 5px;
  }

  .left-contact-wrapper {
    margin-top: 20px;
  }

  .left-contact-wrapper.gold {
    width: 100%;
    margin-top: 50px;
  }

  .italic-text {
    font-size: 18px;
    line-height: 30px;
  }

  .brix---container-default-3-copy {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-a8ca6fd2-b25c-f8cb-9446-ab1423056b1e-5ec59620, #w-node-_5c25c88f-2a04-0807-cdf1-f5afde249899-5ec59620, #w-node-da4aded3-c8f3-b113-a389-bd9cf4dbadc1-5ec59620, #w-node-faf62906-da31-c844-9083-1477e9621ba5-5ec59620, #w-node-_30bb2a32-23b6-354d-afd8-a00e911699cd-5ec59620, #w-node-_39ea51c9-c2e5-7480-ba9f-21f5ca68d6f6-5ec59620, #w-node-b1ee4803-648d-9d42-2e77-465404141908-5ec59620 {
  align-self: start;
}

#w-node-b723e788-3e29-bd9c-07bd-f126e68ee198-5ec59620 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-_36e06a12-b497-75b6-0355-32343b16d851-5ec59620 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_8304a804-f692-690d-f15c-1d1c1650a6d1-5ec59620, #w-node-bf7fcc6d-aa94-9636-0fa6-1c41c6ef12ad-5ec59620 {
  grid-area: span 6 / span 3 / span 6 / span 3;
}

#w-node-_06d931a3-cedd-792e-b286-5e4125c1c9e9-5ec59620 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-_6fa12643-7386-68fa-e3ce-74a3169dd6e1-5ec59620 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_61d99da7-410b-4a76-131b-baabff01772a-5ec59620, #w-node-_26616749-7b96-bed9-346e-eda358caed61-5ec59620 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-_26616749-7b96-bed9-346e-eda358caed64-5ec59620 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_26616749-7b96-bed9-346e-eda358caed67-5ec59620, #w-node-_26616749-7b96-bed9-346e-eda358caed6a-5ec59620 {
  grid-area: span 6 / span 3 / span 6 / span 3;
}

#w-node-_26616749-7b96-bed9-346e-eda358caed6d-5ec59620 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-_26616749-7b96-bed9-346e-eda358caed70-5ec59620 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_26616749-7b96-bed9-346e-eda358caed73-5ec59620, #w-node-_60a6f287-5dac-5857-80e7-1de301005a22-5ec59620 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-_60a6f287-5dac-5857-80e7-1de301005a25-5ec59620 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_60a6f287-5dac-5857-80e7-1de301005a28-5ec59620, #w-node-_60a6f287-5dac-5857-80e7-1de301005a2b-5ec59620 {
  grid-area: span 6 / span 3 / span 6 / span 3;
}

#w-node-_60a6f287-5dac-5857-80e7-1de301005a2e-5ec59620 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-_60a6f287-5dac-5857-80e7-1de301005a31-5ec59620 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_60a6f287-5dac-5857-80e7-1de301005a34-5ec59620, #w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b18-5ec59620 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b1b-5ec59620 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b1e-5ec59620, #w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b21-5ec59620 {
  grid-area: span 6 / span 3 / span 6 / span 3;
}

#w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b24-5ec59620 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b27-5ec59620 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b2a-5ec59620 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

@media screen and (max-width: 991px) {
  #w-node-b27e8bd5-a3b0-9fa8-4280-36543c56d342-5ec59620, #w-node-faf62906-da31-c844-9083-1477e9621ba3-5ec59620, #w-node-_39ea51c9-c2e5-7480-ba9f-21f5ca68d6f4-5ec59620 {
    order: 9999;
  }

  #w-node-b723e788-3e29-bd9c-07bd-f126e68ee198-5ec59620 {
    grid-area: span 2 / span 7 / span 2 / span 7;
  }

  #w-node-_36e06a12-b497-75b6-0355-32343b16d851-5ec59620 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_8304a804-f692-690d-f15c-1d1c1650a6d1-5ec59620 {
    grid-area: span 2 / span 8 / span 2 / span 8;
  }

  #w-node-bf7fcc6d-aa94-9636-0fa6-1c41c6ef12ad-5ec59620 {
    grid-row: span 4 / span 4;
  }

  #w-node-_06d931a3-cedd-792e-b286-5e4125c1c9e9-5ec59620 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_6fa12643-7386-68fa-e3ce-74a3169dd6e1-5ec59620 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_61d99da7-410b-4a76-131b-baabff01772a-5ec59620 {
    grid-area: span 2 / span 8 / span 2 / span 8;
  }

  #w-node-_26616749-7b96-bed9-346e-eda358caed61-5ec59620 {
    grid-area: span 2 / span 7 / span 2 / span 7;
  }

  #w-node-_26616749-7b96-bed9-346e-eda358caed64-5ec59620 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_26616749-7b96-bed9-346e-eda358caed67-5ec59620 {
    grid-area: span 2 / span 8 / span 2 / span 8;
  }

  #w-node-_26616749-7b96-bed9-346e-eda358caed6a-5ec59620 {
    grid-row: span 4 / span 4;
  }

  #w-node-_26616749-7b96-bed9-346e-eda358caed6d-5ec59620 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_26616749-7b96-bed9-346e-eda358caed70-5ec59620 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_26616749-7b96-bed9-346e-eda358caed73-5ec59620 {
    grid-area: span 2 / span 8 / span 2 / span 8;
  }

  #w-node-_60a6f287-5dac-5857-80e7-1de301005a22-5ec59620 {
    grid-area: span 2 / span 7 / span 2 / span 7;
  }

  #w-node-_60a6f287-5dac-5857-80e7-1de301005a25-5ec59620 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_60a6f287-5dac-5857-80e7-1de301005a28-5ec59620 {
    grid-area: span 2 / span 8 / span 2 / span 8;
  }

  #w-node-_60a6f287-5dac-5857-80e7-1de301005a2b-5ec59620 {
    grid-row: span 4 / span 4;
  }

  #w-node-_60a6f287-5dac-5857-80e7-1de301005a2e-5ec59620 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_60a6f287-5dac-5857-80e7-1de301005a31-5ec59620 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_60a6f287-5dac-5857-80e7-1de301005a34-5ec59620 {
    grid-area: span 2 / span 8 / span 2 / span 8;
  }

  #w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b18-5ec59620 {
    grid-area: span 2 / span 7 / span 2 / span 7;
  }

  #w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b1b-5ec59620 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b1e-5ec59620 {
    grid-area: span 2 / span 8 / span 2 / span 8;
  }

  #w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b21-5ec59620 {
    grid-row: span 4 / span 4;
  }

  #w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b24-5ec59620 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b27-5ec59620 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b2a-5ec59620 {
    grid-area: span 2 / span 8 / span 2 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_82231d53-4a8b-39fc-5416-5a03adc93f23-5ec59620 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8304a804-f692-690d-f15c-1d1c1650a6d1-5ec59620 {
    grid-column: span 4 / span 4;
  }

  #w-node-bf7fcc6d-aa94-9636-0fa6-1c41c6ef12ad-5ec59620, #w-node-_06d931a3-cedd-792e-b286-5e4125c1c9e9-5ec59620 {
    grid-area: span 2 / span 7 / span 2 / span 7;
  }

  #w-node-_6fa12643-7386-68fa-e3ce-74a3169dd6e1-5ec59620 {
    grid-column: span 4 / span 4;
  }

  #w-node-_61d99da7-410b-4a76-131b-baabff01772a-5ec59620 {
    grid-column: span 11 / span 11;
  }

  #w-node-_26616749-7b96-bed9-346e-eda358caed67-5ec59620 {
    grid-column: span 4 / span 4;
  }

  #w-node-_26616749-7b96-bed9-346e-eda358caed6a-5ec59620, #w-node-_26616749-7b96-bed9-346e-eda358caed6d-5ec59620 {
    grid-area: span 2 / span 7 / span 2 / span 7;
  }

  #w-node-_26616749-7b96-bed9-346e-eda358caed70-5ec59620 {
    grid-column: span 4 / span 4;
  }

  #w-node-_26616749-7b96-bed9-346e-eda358caed73-5ec59620 {
    grid-column: span 11 / span 11;
  }

  #w-node-_60a6f287-5dac-5857-80e7-1de301005a28-5ec59620 {
    grid-column: span 4 / span 4;
  }

  #w-node-_60a6f287-5dac-5857-80e7-1de301005a2b-5ec59620, #w-node-_60a6f287-5dac-5857-80e7-1de301005a2e-5ec59620 {
    grid-area: span 2 / span 7 / span 2 / span 7;
  }

  #w-node-_60a6f287-5dac-5857-80e7-1de301005a31-5ec59620 {
    grid-column: span 4 / span 4;
  }

  #w-node-_60a6f287-5dac-5857-80e7-1de301005a34-5ec59620 {
    grid-column: span 11 / span 11;
  }

  #w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b1e-5ec59620 {
    grid-column: span 4 / span 4;
  }

  #w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b21-5ec59620, #w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b24-5ec59620 {
    grid-area: span 2 / span 7 / span 2 / span 7;
  }

  #w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b27-5ec59620 {
    grid-column: span 4 / span 4;
  }

  #w-node-_7fc21f07-4ab8-7dd8-9b09-fcc6e1f74b2a-5ec59620 {
    grid-column: span 11 / span 11;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}