/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/styles/theme.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.search-form {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.4rem;
}
.search-form__button {
  height: auto;
}

.social {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: var(--color-surface-medium);
  border: 7px solid var(--color-stroke-subtle);
}
.social__link svg {
  width: 2rem;
  height: 2rem;
}
.social__link--x svg {
  width: 1.6rem;
  width: 1.6rem;
}

.counters__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 2rem;
}
@media only screen and (min-width: 639px) {
  .counters__items {
    row-gap: 4rem;
  }
}
.counters__item {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media only screen and (min-width: 639px) {
  .counters__item {
    width: 50%;
  }
  .counters__item:nth-child(odd) {
    border-right: 1px solid var(--color-stroke);
  }
}
@media only screen and (min-width: 1279px) {
  .counters__item {
    max-width: 28rem;
    padding: 3rem;
  }
  .counters__item:nth-child(odd) {
    border-right: none;
  }
  .counters__item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: var(--color-stroke);
    top: 0;
    right: -0.52vw;
  }
}
@media only screen and (min-width: 1439px) {
  .counters__item:not(:last-child)::after {
    right: -2.6rem;
  }
}
.counters__item-icon {
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
}
.counters__item-heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.counters__item-text {
  text-align: left;
}
.counters__item-counter {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  font-family: "Clash Display";
  display: contents;
}
@media only screen and (min-width: 959px) {
  .counters__item-counter {
    font-size: 3.2rem;
  }
}
.counters__item-counter-text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  font-family: "Clash Display";
  display: contents;
}
@media only screen and (min-width: 959px) {
  .counters__item-counter-text {
    font-size: 3.2rem;
  }
}

.guide-block__items {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  flex-direction: column;
  row-gap: 2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 639px) {
  .guide-block__items {
    flex-direction: row;
    align-items: unset;
  }
}
@media only screen and (min-width: 959px) {
  .guide-block__items {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1279px) {
  .guide-block__items {
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.guide-block__item {
  padding: 2.4rem;
  border-radius: 1.2rem;
  border: 1px solid var(--color-stroke);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 40.5rem;
}
@media only screen and (min-width: 639px) {
  .guide-block__item {
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 1279px) {
  .guide-block__item {
    width: 100%;
  }
}
.guide-block__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 5.2rem;
}
.guide-block__item-heading {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 5.2rem;
  display: -webkit-box; /* Ustawia elastyczny box w wersji WebKit */
  -webkit-line-clamp: 3; /* Ustawia limit na 3 linie */
  -webkit-box-orient: vertical; /* Ustawia pionowy układ boxa */
  overflow: hidden; /* Ukrywa wszystko, co wykracza poza 3 linie */
}
.guide-block__image {
  height: 22.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
}
.guide-block__link {
  text-decoration: none;
}
.guide-block__button-container {
  margin-top: 6rem;
  display: flex;
  width: 100%;
  justify-content: center;
}

.steps__container {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  row-gap: 4rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .steps__container--mobile {
    display: none;
  }
}
.steps__container--desktop {
  display: none;
}
@media only screen and (min-width: 959px) {
  .steps__container--desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.steps__column {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 959px) {
  .steps__column.left {
    width: calc(56% - 3rem);
  }
}
.steps__column.left img {
  width: 100%;
  max-width: 68.6rem;
  border-radius: 1.4rem;
}
@media only screen and (min-width: 959px) {
  .steps__column.right {
    width: calc(44% - 3rem);
  }
}
.steps__column-image {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.steps__heading {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
@media only screen and (min-width: 959px) {
  .steps__heading {
    font-size: 4.2rem;
  }
}
@media only screen and (min-width: 1279px) {
  .steps__heading {
    width: 70%;
    margin-bottom: 4.2rem;
  }
}
.steps__list {
  display: flex;
  flex-direction: column;
  row-gap: 4.2rem;
}
.steps__heading-container {
  margin-bottom: 4.2rem;
  display: none;
}
@media only screen and (min-width: 959px) {
  .steps__heading-container {
    display: flex;
  }
}
@media only screen and (min-width: 1279px) {
  .steps__heading-container {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1279px) {
  .steps__heading-column {
    width: calc(44% - 3rem);
  }
}
.steps__item {
  background-color: var(--white);
  padding: 3rem 2rem;
  border-radius: 2rem;
  box-shadow: 0 4px 1.6rem rgba(176, 176, 176, 0.08);
  background-color: var(--color-surface-alt);
  border: 1px solid var(--color-white);
}
@media only screen and (min-width: 1279px) {
  .steps__item {
    padding: 3rem 5rem;
  }
}
.steps__item-counter {
  padding: 0.9rem 2rem;
  border-radius: 6.5rem;
  background-color: var(--color-surface-subtle);
  border: 1px solid var(--color-stroke-light);
  box-shadow: 0 0 0 2px #fff;
  line-height: 1.5;
  color: var(--color-primary);
}
.steps__item-header-container {
  display: flex;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  margin-bottom: 2rem;
}
.steps__item-tagline {
  padding: 0.9rem 2rem;
  border-radius: 6.5rem;
  background-color: var(--color-surface-subtle);
  border: 1px solid var(--color-stroke-light);
  box-shadow: 0 0 0 2px #fff;
  margin: 0;
  line-height: 1.5;
  color: var(--color-primary);
}
.steps__item-heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 959px) {
  .steps__item-heading {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .steps__item-heading {
    width: 85%;
  }
}

.is-sticky {
  position: fixed;
}

.is-sunk {
  position: absolute;
  bottom: 0;
}

.is-sunk-wrapper {
  position: relative;
}

.investment-slider__container {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
}
@media only screen and (min-width: 959px) {
  .investment-slider__container {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }
}
.investment-slider__content {
  padding: 2.4rem;
  width: 100%;
  max-width: 51rem;
}
@media only screen and (min-width: 959px) {
  .investment-slider__content {
    padding: 3.6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .investment-slider__content {
    padding: 5.6rem 0 3.6rem 5.6rem;
  }
}
.investment-slider__location {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}
.investment-slider__heading-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 4.2rem;
}
.investment-slider__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 959px) {
  .investment-slider__title {
    font-size: 3.2rem;
  }
}
.investment-slider__button-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.investment-slider__button {
  display: flex;
  padding: 1.1rem 5rem 1.1rem 2.4rem;
  height: 5.2rem;
  color: var(--white);
  border-radius: 3.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.investment-slider__button:hover {
  background: #2a2a2a;
  color: #fff;
}
.investment-slider__button::after {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}
.investment-slider__arrows-container {
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  bottom: 20%;
}
@media only screen and (min-width: 639px) {
  .investment-slider__arrows-container {
    width: 14rem;
    bottom: 6rem;
    right: 12.5vw;
  }
}
@media only screen and (min-width: 1279px) {
  .investment-slider__arrows-container {
    left: 4.8rem;
    right: unset;
  }
}
.investment-slider__arrows-container .swiper-button-prev,
.investment-slider__arrows-container .swiper-button-next {
  width: 6.6rem; /* lub inna wartość */
  height: 4rem; /* lub inna wartość */
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 0.3s linear;
}
.investment-slider__arrows-container .swiper-button-prev:after,
.investment-slider__arrows-container .swiper-button-next:after {
  font-size: 1.4rem;
  width: 5.3rem;
  height: 5.3rem;
  border: 1px solid #11273D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-dark);
  background-color: rgba(255, 255, 255, 0.3);
}
.investment-slider__arrows-container .swiper-button-prev {
  left: 3%;
}
.investment-slider__arrows-container .swiper-button-next {
  right: 3%;
}
.investment-slider__address {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-dark);
  font-weight: 400;
  margin-top: 0;
}
.investment-slider__address a {
  transition: all 0.3s ease;
}
.investment-slider__address a:hover {
  text-decoration: underline;
  color: var(--color-primary-hovered);
}
.investment-slider__swiper-slide {
  transition: all 0.3s linear;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-stroke);
  border-radius: 1.2rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 639px) {
  .investment-slider__swiper-slide {
    flex-direction: row;
  }
}
.investment-slider__image img {
  height: 36rem;
  max-width: 73.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-right-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
}
@media only screen and (min-width: 639px) {
  .investment-slider__image img {
    height: 54rem;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    border-bottom-left-radius: 0;
  }
}
.investment-slider__thumbs-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
@media only screen and (min-width: 959px) {
  .investment-slider__thumbs-list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.investment-slider .investment-slider__thumbs-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.investment-slider__thumbs {
  margin-bottom: 4rem;
}
.investment-slider__thumbs-item {
  font-size: 1.6rem;
  font-family: "Clash Display", sans-serif;
  padding: 1.1rem 2.4rem;
  border-radius: 2rem;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-right: 0 !important;
  color: var(--color-text);
  border: 1px solid var(--color-stroke);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.investment-slider__thumbs-item:hover {
  background-color: var(--color-surface-medium);
  color: var(--color-primary);
}
.investment-slider__thumbs .swiper-slide-thumb-active {
  opacity: 1;
  background-color: var(--color-surface-medium);
  color: var(--color-primary);
}

.values-slider {
  padding-left: 8rem;
  padding-left: 5rem;
}
@media only screen and (min-width: 1439px) {
  .values-slider {
    padding-left: 8rem;
  }
}
.values-slider__wrapper {
  position: relative;
}
@media only screen and (min-width: 1279px) {
  .values-slider__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.values-slider__item {
  position: relative;
  flex-direction: column;
  display: flex; /* aby korzystać z align-items */
  background: var(--color-surface-inner-dark);
  padding: 4.3rem 2rem;
  width: 100%;
  border-radius: 1.2rem;
  min-height: 44.2rem;
}
@media only screen and (min-width: 639px) {
  .values-slider__item {
    min-height: 38rem;
  }
}
@media only screen and (min-width: 959px) {
  .values-slider__item {
    padding: 4.3rem 3.6rem;
    min-height: 46.5rem;
  }
}
@media only screen and (min-width: 1279px) {
  .values-slider__item {
    min-height: 39rem;
  }
}
.values-slider__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: var(--color-white);
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: var(--color-dark);
  border: 7px solid var(--color-stroke-on-dark);
}
.values-slider__heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 4.3rem;
  margin-bottom: 2rem;
  color: var(--color-white);
}
@media only screen and (min-width: 959px) {
  .values-slider__heading {
    font-size: 2.4rem;
  }
}
.values-slider__text {
  color: var(--color-white);
}
.values-slider__arrows-container {
  margin: 0 auto;
  position: absolute;
  width: 11.6rem;
  bottom: -9.3rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  z-index: 2;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.values-slider__arrows-container .swiper-button-prev-values,
.values-slider__arrows-container .swiper-button-next-values {
  width: 5.3rem; /* lub inna wartość */
  height: 5.3rem; /* lub inna wartość */
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 0.3s linear;
  position: relative;
  cursor: pointer;
}
.values-slider__arrows-container .swiper-button-prev-values:after {
  content: "prev";
}
.values-slider__arrows-container .swiper-button-next-values:after {
  content: "next";
}
.values-slider__arrows-container .swiper-button-prev-values:after,
.values-slider__arrows-container .swiper-button-next-values:after {
  font-size: 1.4rem;
  width: 5.3rem;
  height: 5.3rem;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-family: swiper-icons;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.values-slider__arrows-container .swiper-button-prev-values {
  order: 1;
}
.values-slider__arrows-container .swiper-button-next-values {
  order: 2;
}

.safeway__container {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  row-gap: 4rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .safeway__container--mobile {
    display: none;
  }
}
.safeway__container--desktop {
  display: none;
}
@media only screen and (min-width: 959px) {
  .safeway__container--desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.safeway__column {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 959px) {
  .safeway__column.right {
    width: calc(56% - 3rem);
  }
}
.safeway__column.right img {
  width: 100%;
  max-width: 68.6rem;
  border-radius: 1.4rem;
}
@media only screen and (min-width: 959px) {
  .safeway__column.left {
    width: calc(44% - 3rem);
  }
}
.safeway__column-image {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.safeway__column-image img {
  border-radius: 1.4rem;
}
.safeway__heading {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--color-white);
}
@media only screen and (min-width: 959px) {
  .safeway__heading {
    font-size: 4.2rem;
  }
}
.safeway__heading span {
  color: #316FAF;
}
.safeway__list {
  display: flex;
  flex-direction: column;
  row-gap: 4.2rem;
}
.safeway__heading-container {
  margin-bottom: 4.2rem;
}
.safeway__heading-container--desktop {
  display: none;
}
@media only screen and (min-width: 959px) {
  .safeway__heading-container--desktop {
    display: block;
  }
}
@media only screen and (min-width: 959px) {
  .safeway__heading-container {
    display: flex;
  }
}
@media only screen and (min-width: 1279px) {
  .safeway__heading-column {
    width: calc(44% - 3rem);
  }
}
.safeway__item {
  background-color: #3c536a;
  padding: 3.6rem;
  border-radius: 2rem;
  border: 1px solid #5d6f80;
}
@media only screen and (min-width: 1279px) {
  .safeway__item {
    padding: 3.6rem;
  }
}
.safeway__item-header-container {
  display: flex;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  margin-bottom: 2rem;
}
.safeway__item-tagline {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5rem;
  border-radius: 6.5rem;
  background-color: var(--color-dark);
  border: 7px solid #283c50;
  margin: 0;
  line-height: 1;
  padding-left: 2rem;
  padding-right: 2rem;
  color: var(--color-white);
}
.safeway__item-heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3rem;
  color: var(--color-white);
}
@media only screen and (min-width: 959px) {
  .safeway__item-heading {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 959px) {
  .safeway__item-heading {
    width: 60%;
  }
}
.safeway__item-description {
  color: var(--color-white);
}
.safeway__item-icon {
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-dark);
  border: 7px solid #283c50;
}
.safeway__item-icon img {
  max-width: 3rem;
  width: 100%;
  height: 100%;
  max-height: 3rem;
}
.safeway__button {
  color: var(--color-white);
  background-color: #283C50;
  border: 1px solid var(--color-stroke);
  padding: 1.8rem 3.2rem;
  text-decoration: none;
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.4;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2.8rem;
  text-transform: uppercase;
}
.safeway__button:hover {
  color: var(--color-white);
}

.is-sticky {
  position: fixed;
}

.is-sunk {
  position: absolute;
  bottom: 0;
}

.is-sunk-wrapper {
  position: relative;
}

.surroundings {
  padding-top: 2rem;
  padding-bottom: 6rem;
}
.surroundings__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  row-gap: 3.2rem;
  justify-content: center;
}
.surroundings__item {
  max-width: 40.5rem;
  width: 100%;
  border: 1px solid var(--color-stroke);
  padding: 2.4rem;
  border-radius: 1.2rem;
}
.surroundings__item-image {
  margin-bottom: 4rem;
  border-radius: 0.8rem;
}
.surroundings__item-heading {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.video-block__play {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.video-block__icon {
  display: block;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
}

.investment-attributes__heading {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
@media only screen and (min-width: 959px) {
  .investment-attributes__heading {
    font-size: 4.2rem;
  }
}
.investment-attributes__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.8rem;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}
.investment-attributes__item {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 639px) {
  .investment-attributes__item {
    width: calc(50% - 1.6rem);
  }
}
@media only screen and (min-width: 959px) {
  .investment-attributes__item {
    width: calc(33.33% - 2.2rem);
    padding: 2.4rem 3.2rem;
  }
}
.investment-attributes__item-image {
  width: 4.8rem;
  height: 4.8rem;
}
.investment-attributes__item-heading {
  margin-top: 2.8rem;
  margin-bottom: 1rem;
}
.investment-attributes__item-description {
  margin: 0;
}

.site {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: var(--site-header--height);
  transform: translateY(0);
  z-index: 50;
  border-bottom: 1px solid var(--color-stroke-light);
  transition: transform 0.35s ease;
}
.site-header.js-scroll-up, .site-header.js-scroll-down, .site-header.is-mobile-navigation-expanded {
  transform: translateY(0);
}
.site-header.js-scroll-down {
  transform: translateY(-100%);
}
.site-header > div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #3b413a;
  background: #fff;
  transition: background 0.35s ease;
  z-index: 1;
}
.site-header.is-sticky > div, .site-header.js-scroll-down > div, .site-header.js-scroll-up > div, .site-header.is-mobile-navigation-expanded > div {
  color: #3b413a;
  background: #fff;
  box-shadow: 0 0.15em 0.75em 0.125em rgba(97, 108, 128, 0.05);
}
.site-header__navbar {
  display: flex;
  align-items: center;
  width: calc(100% - 2 * var(--site-padding));
  max-width: 128rem;
  height: 4.8rem;
  margin: 0 auto;
  justify-content: space-between;
}
.site-header__button {
  display: none;
}
@media only screen and (min-width: 1279px) {
  .site-header__button {
    display: flex;
    height: 4.8rem;
    padding-left: 2rem;
    padding-right: 5rem;
  }
  .site-header__button::after {
    top: 1.3rem;
    right: 2rem;
  }
}

.site-branding {
  display: flex;
  margin: 0;
}
.site-logo {
  display: block;
}
.site-logo img, .site-logo svg {
  width: auto;
  max-width: 11rem;
  height: 100%;
  max-height: 6.4rem;
}
.site-title {
  display: block;
  width: auto;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
.site-title:hover {
  color: #c8d7ea;
}

.site-navigation {
  display: none;
  margin: auto 0;
}
@media only screen and (min-width: 959px) {
  .site-navigation {
    display: block;
  }
}
.site-navigation .menu {
  display: flex;
}
.site-navigation .menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.site-navigation .menu-item:hover, .site-navigation .menu-item.is-expanded {
  color: #ff5123;
}
.site-navigation .menu-item-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-dark);
}
.site-navigation .menu-item-link:hover {
  color: var(--color-dark);
}
.site-navigation .menu-item-link[aria-current=page]::after {
  width: 100%;
}
.site-navigation .menu-item-link:not([href]) + button::after {
  content: "";
  position: absolute;
  inset: 0;
}
.site-navigation .menu-item-link:focus-visible {
  outline: 2px solid rgb(253, 94, 57);
}
.site-navigation .menu > .menu-item > a {
  height: 4.8rem;
}
.site-navigation .menu > .menu-item + li {
  margin-left: 2.8rem;
}
.site-navigation .submenu {
  position: absolute;
  top: calc(100% + 1.6rem);
  left: 50%;
  width: 14em;
  color: var(--color-primary);
  background: var(--color-stroke-light);
  margin: 0 0 0 -7em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 1;
}
.site-navigation .submenu a {
  visibility: hidden;
}
.site-navigation .submenu[aria-hidden=false] {
  opacity: 1;
  pointer-events: all;
}
.site-navigation .submenu[aria-hidden=false] a {
  visibility: visible;
}
.site-navigation .submenu-toggle {
  position: unset;
  width: 1.6rem;
  height: 1.6rem;
  color: inherit;
  background: transparent;
  margin-left: 0.4rem;
}
.site-navigation .submenu-toggle svg {
  transition: transform 0.35s ease;
  fill: var(--color-dark);
}
.site-navigation .submenu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.site-navigation .submenu .menu-item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: var(--color-primary);
  padding: 1.25em;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 2;
}
.site-navigation .submenu .menu-item a:hover {
  color: inherit;
}
.site-navigation .submenu .menu-item:first-child::before, .site-navigation .submenu .menu-item:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.5rem;
  right: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 5px solid;
  border-color: var(--color-stroke-light) transparent transparent var(--color-stroke-light);
  margin: auto;
  transform: rotate(45deg);
  z-index: 1;
}
.site-navigation .submenu .menu-item:first-child::after {
  top: -0.4rem;
  border-color: var(--color-stroke-light) transparent transparent var(--color-stroke-light);
  opacity: 0.3;
}
.site-navigation .submenu .menu-item:first-child a {
  border-top: 0;
  padding-top: 1.5em;
}
.site-navigation .submenu .menu-item:last-child a {
  border-bottom: 0;
  padding-bottom: 1.5em;
}
.site-navigation .submenu .menu-item:hover a {
  color: #fff;
  background: var(--color-primary);
  border-color: transparent;
}
.site-navigation .submenu::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
  opacity: 0.5;
  z-index: -1;
}
.site-navigation .submenu::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0 0 -2px 0;
  background: inherit;
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}
.site-navigation .menu-item:last-child ul {
  left: unset;
  right: 0;
}
.site-navigation .menu-item:last-child ul li:first-child::before, .site-navigation .menu-item:last-child ul li:first-child::after {
  right: 2.4rem;
  left: unset;
}
.site-navigation .menu-item:hover ul {
  opacity: 1;
  pointer-events: all;
}
.site-navigation .menu-item:hover ul a {
  visibility: visible;
}
.site-navigation .menu-item::after {
  content: "";
  position: absolute;
  inset: 0 0 -1.6rem;
  width: 100%;
  z-index: -1;
}
.site-navigation + * {
  margin-left: 4.8rem;
}

.site-header.is-sticky .site-navigation .menu-item:hover, .site-header.is-sticky .site-navigation .menu-item.is-expanded {
  color: var(--color-primary);
}

.mobile-navigation {
  z-index: 10;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 959px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1em;
  background: transparent;
  border-radius: 5em;
}
.mobile-navigation__toggle svg {
  fill: var(--color-primary);
}
.mobile-navigation__toggle:hover {
  background: transparent;
}
.mobile-navigation__toggle .icon {
  position: absolute;
  width: 3rem;
  height: 3rem;
}
.mobile-navigation__toggle .icon svg {
  fill: var(--color-primary);
}
.mobile-navigation__toggle .icon--menu {
  width: 3.2rem;
  height: 3.2rem;
}
.mobile-navigation__toggle .icon--menu svg path {
  fill: var(--color-primary);
}
.mobile-navigation__toggle .icon--close {
  opacity: 0;
}
.mobile-navigation__toggle[aria-expanded=true] .icon--menu {
  opacity: 0;
}
.mobile-navigation__toggle[aria-expanded=true] .icon--close {
  opacity: 1;
}
.mobile-navigation__container {
  position: fixed;
  top: var(--site-header--height);
  left: -100%;
  visibility: hidden;
  display: block;
  width: calc(100vw - 4.8rem - var(--site-padding));
  max-width: 48rem;
  height: calc(100vh - var(--site-header--height));
  font-weight: 500;
  color: #3b413a;
  background: #fafcfe;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 16px 3px rgba(0, 0, 0, 0.01);
  padding: 0 calc(var(--site-padding) - 2.4rem) 0 var(--site-padding);
  transition: all 0.35s ease;
}
.mobile-navigation__container[aria-hidden=false] {
  left: 0;
  visibility: visible;
}
.mobile-navigation__inner-container {
  overflow-y: auto;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  padding: var(--site-padding) 0 calc(var(--site-padding) + 1.6rem);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mobile-navigation__inner-container::-webkit-scrollbar {
  display: none;
}
.mobile-navigation .menu {
  padding-right: 2.4rem;
}
.mobile-navigation .menu-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mobile-navigation .menu-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.07) 50%);
  pointer-events: none;
}
.mobile-navigation .menu > li:first-child::before {
  display: none;
}
.mobile-navigation .menu-link {
  flex: 1;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 4.8rem;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 0;
  color: var(--color-primary);
  text-transform: uppercase;
}
.mobile-navigation .menu-link:not([href]) + button::after {
  content: "";
  position: absolute;
  inset: 0;
}
.mobile-navigation .submenu {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.mobile-navigation .submenu-toggle {
  position: unset;
  color: inherit;
  background: transparent;
}
.mobile-navigation .submenu-toggle svg {
  max-width: 0.9rem;
  transition: transform 0.35s ease;
}
.mobile-navigation .submenu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.mobile-navigation .submenu .menu-link {
  visibility: hidden;
  padding-left: 0.75em;
}
.mobile-navigation .submenu[aria-hidden=false] {
  max-height: 9999px;
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}
.mobile-navigation .submenu[aria-hidden=false] .menu-link {
  visibility: visible;
}
.mobile-navigation__backdrop {
  top: var(--site-header--height);
  height: calc(100vh - var(--site-header--height));
}

.site-content {
  flex: 1;
  max-width: 100vw;
}
.site-content__inner-container > .section:first-child {
  margin-top: 8.2rem !important;
}
@media only screen and (min-width: 1279px) {
  .site-content__inner-container > .section:first-child {
    margin-top: 8.2rem !important;
  }
}

.post-item {
  position: relative;
  padding: 2.4rem;
  border-radius: 1.2rem;
  border: 1px solid var(--color-stroke);
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--color-surface-alt);
}
.post-item--guide {
  background-color: var(--color-white);
}
.post-item__image {
  height: 22.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
}
.post-item__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 5.2rem;
  display: -webkit-box; /* Ustawia elastyczny box w wersji WebKit */
  -webkit-line-clamp: 3; /* Ustawia limit na 3 linie */
  -webkit-box-orient: vertical; /* Ustawia pionowy układ boxa */
  overflow: hidden; /* Ukrywa wszystko, co wykracza poza 3 linie */
}
.post-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 4rem;
  min-height: 18.5rem;
}

.posts {
  background-color: var(--color-surface-subtle);
  padding-top: 2rem;
  padding-bottom: 6rem;
}
@media only screen and (min-width: 959px) {
  .posts {
    padding-bottom: 12rem;
  }
}
.posts--guide {
  background-color: var(--color-white);
}
.posts__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.posts__button {
  margin: 6rem 0 auto;
}

.post-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3.2rem;
}
@media only screen and (min-width: 639px) {
  .post-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1279px) {
  .post-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pagination {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}
.pagination .icon-button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 0;
}
.pagination-links {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 5.6rem;
  padding: 0 5.6rem;
}
.pagination-links__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination-links__item {
  margin: 0.4rem;
}
.pagination-links__dots {
  margin: 0.4rem;
  pointer-events: none;
}
.pagination-links__prev, .pagination-links__next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0.4rem;
}
.pagination-links__prev {
  left: 0;
  margin-left: 0;
}
.pagination-links__next {
  right: 0;
  margin-right: 0;
}
.pagination-links--without-numbers {
  width: 11.2rem;
}
.pagination-links--without-numbers.is-right-aligned {
  margin-left: auto;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}

.post-header {
  background: #f3f6f9;
  margin-bottom: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 905, 9.6rem);
}
.post-header__inner-container {
  padding-top: clamp(6.4rem, 6.4rem + 64 * (100vw - 375px) / 905, 12.8rem);
  padding-bottom: clamp(4.8rem, 4.8rem + 48 * (100vw - 375px) / 905, 9.6rem);
}
.post-header__title {
  max-width: var(--max-width--medium);
  font-size: clamp(3.2rem, 3.2rem + 28 * (100vw - 375px) / 905, 6rem);
  text-align: center;
}
.post-header__text {
  max-width: var(--max-width--medium);
  font-size: clamp(1.8rem, 1.8rem + 4 * (100vw - 375px) / 905, 2.2rem);
  line-height: 1.65;
  text-align: center;
}

.site-content__inner-container > .post-header:first-child {
  padding-top: var(--site-header--height) !important;
  margin-top: 0 !important;
}

.post-content {
  position: relative;
}

.post-author {
  display: flex;
  align-items: flex-end;
}
.post-author__avatar {
  margin-right: 2.4rem;
}
.post-author__avatar img {
  border: 3px solid #e5e5e5;
}
.post-author__content {
  display: flex;
  line-height: 1;
  letter-spacing: 0.02em;
}
.post-author__byline {
  font-weight: 500;
}
.post-author__name {
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 0 0.25em;
}
.post-author.has-avatar .post-author__content {
  flex-flow: column;
  padding-bottom: 0.3rem;
}
.post-author.has-avatar .post-author__byline {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
.post-author.has-avatar .post-author__name {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin: 1rem 0 0;
}

.post-date {
  display: flex;
}
.post-date__label, .post-date__published {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0.5;
}
.post-date__label {
  margin-right: 0.4rem;
}

.post-terms {
  position: relative;
}
.post-terms__label {
  display: block;
  font-size: 1.4rem;
  color: #8290af;
  margin-bottom: 1.6rem;
}
.post-terms__list {
  display: flex;
  padding: 0;
  margin: -0.4rem;
}
.post-terms__list-item {
  margin: 0.4rem;
}

.post-term {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: #8290af;
  background: #fff;
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 6px 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.post-term:hover {
  color: #3b413a;
  background: #fafcfe;
  box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.08);
}

.post-navigation .pagination-links {
  width: 11.2rem;
}

.post-comments {
  position: relative;
  width: auto;
  max-width: unset;
  padding-right: calc((100% - var(--max-width--wide)) / 2 - var(--site-padding));
  padding-left: calc((100% - var(--max-width--regular)) / 2 - var(--site-padding));
  margin-top: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 905, 9.6rem);
  margin-bottom: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 905, 9.6rem);
  margin-right: var(--site-padding);
  margin-left: var(--site-padding);
}
.post-comments__heading {
  font-size: 3.2rem;
}
.post-comments__list {
  margin-top: 4.8rem;
}
.post-comments__list ol {
  position: relative;
  display: inline-block;
  padding: 0 0 0 3.2rem;
  margin: 3.2rem 0 0;
}
.post-comments__form {
  max-width: var(--max-width--regular);
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.02);
  padding: 4.8rem 5.6rem 6.4rem;
}
.post-comments__form-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(2rem, 2rem + 4 * (100vw - 375px) / 905, 2.4rem);
  margin: 0;
}
.post-comments__form-title > a {
  text-transform: capitalize;
  border: 0;
  margin: 0 auto 0 0.5em;
}
.post-comments__form-title small {
  margin-left: 0.75em;
}
.post-comments__form-title small a {
  display: block;
  font-family: "Suisse Intl", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #788ebe;
  background: transparent;
  box-shadow: inset 0 0 0 2px #e9eefd;
  padding: 0.8rem 1.8rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.post-comments__form-title small a:hover {
  color: #4061a9;
  box-shadow: inset 0 0 0 2px #c0d9ff;
}
.post-comments__list + .post-comments__form {
  margin-top: 5.6rem;
}
.post-comments__pagination {
  max-width: var(--max-width--regular);
  margin: 6.4rem 0;
}

.comment {
  position: relative;
  max-width: var(--max-width--regular);
  background: #fff;
  border-radius: 0 1.6rem 1.6rem;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.02);
  margin: 4.8rem 0 0;
}
.comment-body {
  display: flex;
  flex-flow: column;
  padding: 3.2rem;
}
.comment-meta {
  position: relative;
  display: flex;
  flex-flow: column;
}
.comment-author {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  min-height: 7.2rem;
  padding-left: 10.4rem;
}
.comment-author__avatar {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 8rem;
  height: 8rem;
}
.comment-author__avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: inset 0 0 0 2px #e9eefd;
  border-radius: 50%;
  padding: 8px;
}
.comment-author__name {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.comment-author__role {
  font-weight: 500;
  color: #788ebe;
  background: #f7f9fd;
  padding: 0.375em 0.875em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comment-author__role + .comment-author__role {
  margin-left: 0.8rem;
}
.comment-date {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05em;
}
.comment-date__published {
  color: #788ebe;
  background: #f7f9fd;
  border-radius: 1.6rem;
  padding: 0.5em 1.5em;
}
.comment-awaiting-moderation {
  display: block;
  margin: 1.5em 0 0;
  letter-spacing: 0.02em;
}
.comment-content {
  order: 2;
  margin: 2.4rem 0 0;
}
.comment-content__notice {
  display: block;
  font-size: 1.6rem;
  color: #4086c3;
  background: #f1f9ff;
  padding: 0.75em 1.5em;
}
.comment-toolbar {
  order: 3;
  display: flex;
  justify-content: flex-end;
  margin: 1.6rem 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comment-reply-link, .comment-edit-link {
  font-family: "Suisse Intl", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #788ebe;
  background: #f7f9fd;
  box-shadow: inset 0 0 0 2px transparent;
  padding: 0.375em 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comment-reply-link:hover, .comment-edit-link:hover {
  color: #4061a9;
  background: #fff;
  box-shadow: inset 0 0 0 2px #c0d9ff;
}
.comment-edit-link {
  border-left: 0;
}
.comment-reply-link + .comment-edit-link {
  margin-left: 1rem;
}
.comment:first-child {
  margin-top: 0;
}

.comment-form {
  margin-top: 2.4rem;
}
.comment-form__cookies {
  margin-top: 3.2rem;
}
.comment-form__submit {
  margin-top: 4.8rem;
}

.sidebar {
  position: relative;
}

.footer {
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 0;
}
.footer__inner-container {
  position: relative;
  max-width: unset;
  margin: 0 auto;
  z-index: 1;
}
.footer__container {
  width: 100%;
  border-top: 1px solid var(--color-stroke-subtle);
  border-bottom: 1px solid var(--color-stroke-subtle);
}
.footer__top-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  width: 100%;
  max-width: 128rem;
  justify-content: space-between;
  margin: 0 auto;
  align-self: center;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
  flex-direction: column;
  row-gap: 1.6rem;
}
@media only screen and (min-width: 479px) {
  .footer__top-container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1439px) {
  .footer__top-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__navigation {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 1439px) {
  .footer__navigation {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__nav {
  display: flex;
  width: 50%;
  max-width: 16rem;
  padding-right: 2rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media only screen and (min-width: 1279px) {
  .footer__nav {
    max-width: 24rem;
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}
.footer__nav-heading {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--color-dark);
  margin-bottom: 1.2rem;
}
.footer__nav-link {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  color: var(--color-text);
}
.footer__copyright {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
}
@media only screen and (min-width: 1439px) {
  .footer__copyright {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__copyright-text {
  font-size: 1.4rem;
  color: var(--color-text);
  margin: 0;
  text-align: center;
}
.footer__copyright-project {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--color-text);
  margin: 0;
  text-align: center;
}
.footer__copyright-project span {
  font-weight: 600;
}
.footer__copyright-project a {
  color: var(--color-text);
  text-decoration: none;
}
.footer__copyright-project a:hover {
  color: var(--color-text);
}
.footer__copyright-info {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text);
  margin: 0 auto;
  max-width: 70rem;
  text-align: center;
}
.footer__contact {
  font-size: 1em;
}
@media only screen and (min-width: 1279px) {
  .footer__contact {
    margin-right: 10%;
  }
}
.footer__contact h4 {
  font-size: inherit;
  margin: 0 0 1em;
}
@media only screen and (max-width: 1278.99px) {
  .footer__contact h4 {
    font-size: 4.103vw;
  }
}
.footer__contact p {
  font-size: 0.8em;
  color: #6F706B;
}
@media only screen and (max-width: 1278.99px) {
  .footer__contact p {
    font-size: 4.103vw;
  }
}
.footer__logo svg {
  width: 11.3rem;
  height: 6rem;
}

#scrollToTop {
  width: 4rem;
  display: none; /* początkowo niewidoczny */
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 10;
}
@media only screen and (min-width: 959px) {
  #scrollToTop {
    width: 5.6rem;
    right: 2rem;
    bottom: 2rem;
  }
}

#scrollToTop.active {
  display: block; /* widoczny po dodaniu klasy */
}

.site-contact {
  pointer-events: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.site-contact__inner-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0.15em 0.75em 0.125em rgba(97, 108, 128, 0.05);
  transition: transform 0.6s ease;
  transform: translateX(100%);
  margin: 0 0 0 auto;
  z-index: 100;
}
@media only screen and (min-width: 1279px) {
  .site-contact__inner-container {
    width: 50%;
  }
}
.site-contact__inner-container > div {
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5%;
}
.site-contact__header {
  display: flex;
  align-items: center;
  gap: 2vw;
  width: 100%;
}
.site-contact__header h4 {
  font-size: 2rem;
  color: #868A86;
}
.site-contact__header button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.625em;
  height: 2.5em;
  font-size: 1em;
  color: #637D7A;
  background: transparent;
  box-shadow: 0 0 0 1px #637D7A;
  border-radius: 5em;
}
.site-contact__header button:hover {
  color: #637D7A;
  background: transparent;
  box-shadow: 0 0 0 1px #637D7A;
}
.site-contact__form {
  position: relative;
  font-size: clamp(1.6rem, 1.6rem + 4 * (100vw - 375px) / 905, 2rem);
  width: 100%;
  height: 100%;
  margin: 2vw 0 0;
}
.site-contact__backdrop {
  position: absolute;
  background: rgba(247, 247, 247, 0.5);
}
.site-contact[aria-hidden=false] {
  pointer-events: all;
}
.site-contact[aria-hidden=false] > div {
  transform: translateX(0);
}
.site-contact[aria-hidden=false] > button {
  opacity: 1;
  pointer-events: all;
}

/*# sourceMappingURL=theme.css.map*/