@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #2b2724;
  --orange: #c75d0d;
  --white: #faf6f0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section-hero {
  background-image: linear-gradient(0deg, #00000080, #0000), url('../images/salon_01.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.hover-relative {
  position: relative;
}

.hero-hover {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  white-space: nowrap;
  background-color: #faf6f0;
  border-bottom: 1px solid #b5654a;
  border-radius: .0625rem .3125rem .3125rem;
  align-items: flex-start;
  padding: .75rem 1rem;
  display: flex;
  position: absolute;
  left: .5rem;
  overflow: hidden;
}

.read-more-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #2b2724;
  background-color: #efefef;
  border-radius: 2.3125rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  max-width: 8rem;
  display: flex;
}

.brand.w--current {
  justify-content: flex-start;
  align-items: center;
  transition: transform .25s, opacity .25s;
}

.brand.w--current:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.overlay-navbar {
  z-index: 1;
  opacity: 0;
  background-color: #040404;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link {
  color: var(--black);
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  transition: all .25s;
}

.nav-link:hover {
  opacity: .6;
  color: var(--orange);
  transform: translate(0, 1px);
}

.navbar {
  z-index: 50;
  background-color: #fff0;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-component {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff38;
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  padding: 1rem 2.2rem 1rem 2.25rem;
  display: flex;
}

.padding-global {
  padding-left: 5vw;
  padding-right: 5vw;
}

.button-navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #faf6f0;
  border-bottom: 1px solid #b5654a;
  border-radius: .25rem;
  align-items: center;
  padding: 1rem 1.5rem;
  transition: all .25s;
  display: flex;
  position: relative;
}

.button-navbar:hover {
  border-bottom-width: 2px;
}

.button-navbar.margin-left {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.nav-menu {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.logo-navbar {
  width: 8rem;
}

.container {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}

.button-border {
  border-radius: .25rem;
  justify-content: center;
  align-items: flex-end;
  max-height: 2.3rem;
  display: flex;
  overflow: hidden;
}

.right-navbar-content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.text-block {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

.container-hero {
  margin-left: 0;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.heading.black {
  color: var(--black);
}

.heading.black.bot-5 {
  text-align: left;
  margin-bottom: 5vw;
}

.heading.black.small {
  font-size: 40px;
  font-weight: 500;
}

.heading.bot-2 {
  text-align: left;
  margin-bottom: 2vw;
}

.heading.bot-2.top-5 {
  margin-top: 5vw;
}

.span {
  font-size: 40px;
  font-weight: 300;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 100px;
  font-weight: 700;
  transition: all .25s;
}

.button:hover {
  background-color: var(--orange);
  color: var(--white);
  transform: translate(0, 2px);
}

.button.left {
  margin-left: 2vw;
}

.button.small {
  padding: 5px 10px;
  font-size: 14px;
}

.button.small.marg-2 {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.button.small.top-2 {
  margin-top: 2vw;
}

.button.small.top-2.orange {
  background-color: var(--orange);
  color: var(--white);
  margin-bottom: 2vw;
}

.button.small.top-2.orange:hover {
  background-color: var(--black);
}

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

.button.orange:hover {
  background-color: var(--black);
}

.body {
  background-color: var(--white);
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.container-horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.container-horizontal.top-2 {
  margin-top: 2vw;
}

.container-horizontal.form {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
}

.section-main {
  padding: 5vw;
}

.section-main.black {
  background-color: var(--black);
  position: relative;
}

.container-main {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  display: flex;
}

.container-main.vert {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container-main.vert.top-5.gap-2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.container-main.top-5 {
  justify-content: space-between;
  margin-top: 5vw;
}

.tab-link {
  background-color: var(--white);
  border-radius: 100px;
  transition: all .2s;
}

.tab-link:hover {
  color: var(--white);
  background-color: #b5654a80;
  transform: translate(0, 2px);
}

.tab-link.w--current {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 100px;
}

.text-block-bold {
  font-weight: 700;
}

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

.text-block-bold.small.light {
  font-weight: 300;
}

.text-block-bold.bot-10 {
  margin-bottom: 10px;
}

.text-block-bold.bot-20 {
  margin-bottom: 20px;
}

.text-block-bold._20px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.tabs-menu {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vw;
  display: flex;
}

.sticky-component {
  width: 45%;
  height: 90vh;
  position: sticky;
  top: 5vh;
  bottom: 5vh;
  overflow: hidden;
}

.sticky-medium-image {
  flex: none;
  align-self: flex-end;
  width: 60%;
  height: 60vh;
  margin-top: 13.5vh;
  position: relative;
  overflow: hidden;
}

.sticky-content {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
}

.sticky-text {
  grid-column-gap: 2.8vw;
  grid-row-gap: 2.8vw;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 10vw;
  margin-left: 4vw;
  margin-right: 2rem;
  display: flex;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.caps.regular-vw-small {
  font-size: .8vw;
}

.sticky-paragraph {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  align-items: flex-start;
  max-width: 30vw;
  display: flex;
}

.sticky-small-image {
  flex: none;
  align-self: flex-end;
  width: 12vw;
  height: 12vw;
  margin-top: 7.5vw;
  margin-right: 10vw;
  overflow: hidden;
}

.sticky-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 12rem;
  display: flex;
  position: relative;
}

.image-parallax {
  height: 110%;
}

.regular-vw {
  font-size: 1.1vw;
}

.heading-vw {
  font-size: 4.8vw;
  line-height: 1;
}

.sticky-big-image {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.content {
  grid-column-gap: 1.667vw;
  grid-row-gap: 1.667vw;
  flex-flow: column;
  align-items: flex-start;
  max-width: 36vw;
  display: flex;
}

.content.max-width-34vw {
  max-width: 34vw;
}

.container-mieszkanie {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-mieszkanie.hide {
  display: none;
}

.image-1-1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 30%;
}

.image-1-1.bw {
  filter: grayscale();
}

.container-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-left: 3vw;
  display: flex;
}

.line {
  background-color: var(--orange);
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.line._5-marg {
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.text-link {
  color: var(--black);
  transition: all .25s;
}

.text-link:hover {
  opacity: .6;
  transform: translate(0, 1px);
}

.container-basic {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 3vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph {
  color: var(--black);
  line-height: 1.5;
}

.paragraph.double-heigh {
  color: var(--black);
  text-align: left;
  line-height: 2;
}

.paragraph.white {
  color: var(--white);
  text-align: left;
}

.paragraph.no-bot {
  text-align: left;
  margin-bottom: 0;
}

.paragraph.small {
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph.orange {
  color: var(--orange);
  margin-bottom: 0;
}

.paragraph.orange.top-5 {
  margin-top: 5vw;
}

.paragraph.orange.top-5.small, .paragraph.orange.small {
  text-align: left;
}

.quick-stack {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  width: 100%;
  margin-top: 3vw;
  padding: 0;
}

.quick-stack-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  width: 100%;
  padding: 0;
}

.image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.div-block {
  opacity: 0;
  width: 100%;
  color: var(--white);
  background-color: #2b272480;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: all .25s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block:hover {
  opacity: 1;
}

.div-block-2 {
  margin-top: 1vw;
  position: relative;
}

.lightbox-link {
  width: 100%;
}

.paragraph-2 {
  color: #00000080;
}

.footer-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-color-black {
  color: #151515;
}

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 4.8rem;
  margin-bottom: 11rem;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.credits {
  text-decoration: none;
  transition: opacity .2s;
}

.credits:hover {
  opacity: .8;
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  display: flex;
}

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: .8rem;
}

.footer-grid {
  grid-column-gap: 5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.icon-embed {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-text-size {
  font-size: 1.5rem;
}

.logo-footer {
  width: 11rem;
  height: auto;
}

.footer-heading {
  justify-content: flex-start;
  align-items: flex-start;
  height: 3rem;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.footer-social {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: .7rem;
  transition: all .3s;
  display: flex;
}

.footer-social:hover {
  color: #c9d4d8;
  background-color: #b5654a;
  transform: translate(0, -2px);
}

.footer-link {
  color: #8e8c87;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: #151515;
  transform: translate(0, -2px);
}

.footer-grid-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.credits-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  background-color: var(--white);
  color: var(--black);
  margin-bottom: 2vw;
  padding-left: 5px;
}

.text-field:active, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-width: 2px;
  border-bottom-color: var(--orange);
}

.text-field::placeholder {
  color: #2b272480;
}

.text-field._2 {
  margin-left: 2vw;
}

.text-field.area {
  height: 100px;
}

.container-right {
  width: 50%;
  max-width: none;
  margin-right: 0;
  position: relative;
}

.container-right.left {
  margin-left: 0;
  margin-right: auto;
}

.image-50 {
  object-fit: cover;
  width: 100%;
  height: 90vh;
  position: sticky;
}

.container-left {
  justify-content: flex-start;
  align-items: stretch;
  width: 45%;
  max-width: none;
  margin-left: 0;
  display: flex;
}

.container-left.no-strech {
  justify-content: flex-start;
  align-items: flex-start;
}

.select-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  background-color: var(--white);
  color: #2b272480;
  margin-bottom: 2vw;
  padding-left: 0;
}

.select-field:active {
  border-bottom-width: 2px;
  border-bottom-color: var(--orange);
}

.checkbox-field {
  margin-bottom: 2vw;
}

.checkbox.w--redirected-checked {
  background-color: var(--orange);
}

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

.link-block {
  width: 50%;
}

.success-message {
  background-color: var(--white);
}

.link-footer {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.link-footer:hover {
  opacity: .5;
  transform: translate(0, 2px);
}

.link-footer.no-bold {
  font-weight: 400;
}

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

.span-bold {
  color: var(--orange);
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .section-hero, .padding-global, .section-main {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}

@media screen and (min-width: 1440px) {
  .section-hero, .padding-global, .section-main {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

@media screen and (max-width: 991px) {
  .menu-icon {
    color: #1e3251;
  }

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

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

  .nav-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .navbar-component {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1rem;
    position: relative;
  }

  .button-navbar.margin-left {
    margin-left: 0;
  }

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

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #fffc;
    border-radius: 1.375rem;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-top: 1rem;
    padding: 2rem;
    position: absolute;
    left: 5vw;
    right: 5vw;
  }

  .container {
    max-width: 90vw;
  }

  .right-navbar-content {
    display: flex;
  }

  .section-main {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .container-main.top-5 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-weight-medium.caps.regular-vw-small {
    font-size: 1rem;
  }

  .sticky-paragraph {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
  }

  .sticky-wrapper {
    margin-top: 8rem;
  }

  .regular-vw {
    font-size: 1rem;
  }

  .heading-vw {
    font-size: 2.7rem;
    line-height: 1.2;
  }

  .content, .content.max-width-34vw {
    max-width: none;
  }

  .image-1-1 {
    width: 45%;
  }

  .container-info {
    margin-left: 5vw;
  }

  .footer-component {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .footer-social-wrapper {
    margin-bottom: 4rem;
  }

  .footer-text-size {
    font-size: 1.4rem;
  }

  .footer-heading {
    margin-bottom: 4rem;
  }

  .image-50 {
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .navbar-component {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
  }

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

  .heading.black.bot-5 {
    font-size: 40px;
  }

  .container-main.change-mob {
    flex-flow: column;
  }

  .container-main.change-mob.bot-top {
    flex-flow: column-reverse;
  }

  .tabs-menu {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .sticky-component {
    width: 100%;
    height: 50vh;
    position: relative;
  }

  .sticky-component.hide-mob {
    display: none;
  }

  .sticky-medium-image {
    margin-top: 6rem;
  }

  .sticky-content {
    width: 100%;
    padding-bottom: 0;
  }

  .sticky-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
    margin-left: 2rem;
  }

  .sticky-paragraph {
    max-width: none;
  }

  .sticky-small-image {
    width: 10rem;
    height: 10rem;
    margin-top: 4rem;
    margin-right: 4rem;
  }

  .sticky-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    width: 100%;
    margin-top: 4rem;
  }

  .heading-vw {
    font-size: 2.5rem;
  }

  .paragraph.orange.top-5.small, .quick-stack {
    margin-top: 10vw;
  }

  .footer-component {
    padding-top: 4rem;
  }

  .footer-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-text-size {
    font-size: 1.3rem;
  }

  .footer-heading {
    height: 2rem;
  }

  .credits-wrapper {
    flex-flow: column;
    margin-top: 1rem;
  }

  .container-right, .container-right.left {
    width: 100%;
  }

  .image-50 {
    height: auto;
    margin-top: 10vw;
  }

  .container-left {
    width: 100%;
  }

  .image-51.hide-mob {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    padding-bottom: 10vw;
  }

  .read-more-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

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

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

  .nav-menu {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .container-hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading {
    text-align: center;
    margin-bottom: 5vw;
    font-size: 30px;
  }

  .span {
    font-size: 30px;
  }

  .button {
    text-align: center;
  }

  .button.small.top-2.orange {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .container-main.top-5 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .text-block-bold._20px {
    font-size: 18px;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .heading-vw {
    font-size: 2.2rem;
  }

  .content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .image-1-1 {
    width: 100%;
  }

  .container-info {
    margin-top: 5vw;
    margin-left: 0;
  }

  .line._5-marg {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .container-basic {
    flex-flow: column;
  }

  .container-details {
    margin-top: 5vw;
  }

  .lightbox-link {
    margin-top: auto;
  }

  .footer-social-wrapper {
    margin-bottom: 2rem;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: flex-start center;
  }

  .footer-text-size {
    font-size: 1.2rem;
  }

  .footer-heading {
    height: auto;
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .link-block.w--current {
    width: 100%;
  }
}

#w-node-_88fb8c76-b5f1-61bd-2798-c6dbe16dc2b8-073557a2, #w-node-_3434801a-4ad8-b8f3-173a-026bd0d86431-073557a2, #w-node-_3f99d7fd-becc-2e92-baa0-27ff6a105937-073557a2, #w-node-_3d4b8adb-7e4f-4f7d-5d2b-972765f2f68f-073557a2, #w-node-e54453a2-aabc-a6d2-c0e0-3c67ad563a50-073557a2, #w-node-_20fd32f6-4f8c-0e67-28f2-79ef03b9306e-073557a2, #w-node-e6a7b1bd-0585-52ff-567e-a43da01749a8-073557a2, #w-node-_36d2b4eb-31fd-2f6b-956e-c9b6b044d692-073557a2, #w-node-f0a027a4-9430-e017-4d55-7c7b26f2624f-073557a2, #w-node-c75aa222-6834-376a-69d6-86b7c67ca9fc-073557a2, #w-node-_791283be-3673-2737-dfcb-7070c6e4d008-073557a2, #w-node-_6afacb55-3b7e-12e5-2d59-8af29fff5697-073557a2, #w-node-_1b7322a4-8916-42c3-8247-22c2508e67c0-073557a2, #w-node-e70b123a-a966-483a-530d-7a569306c715-073557a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}