:root {
  --bg-brown: #1c120c;
  --gold: #d5bda5;
  --bg-beige: #ececec;
  --green: #0c3f11;
  --white: white;
  --black: black;
}

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

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

a {
  align-self: auto;
  text-decoration: underline;
  display: inline-block;
}

.hero-heading-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  background-color: #1c120c;
  background-image: url('../images/Screenshot-2024-04-09-at-10.03.02.png');
  background-position: 50%;
  background-size: 100%;
  border-bottom: 1px solid #1c120c;
  flex: 1;
  height: 95vh;
  padding: 0;
  display: flex;
  position: relative;
}

.hero-heading-left.homepage-header {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.hero-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.hero-without-image {
  -webkit-text-fill-color: inherit;
  background-color: #f5f7fa00;
  background-image: url('../images/vickholius-nugroho-jt6QxZwSOCQ-unsplash-1.jpg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.footer {
  background-color: var(--bg-brown);
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  max-width: none;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  color: #f2efeb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #f2efeb;
  letter-spacing: .75px;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #cbbfac;
  font-weight: 400;
}

.footer-link:active {
  color: #cbbfac;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyrights {
  color: #f1efeb;
  text-align: center;
  letter-spacing: .75px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.navbar {
  z-index: 5;
  background-color: #1c120c;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  flex: 1;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-item {
  color: #f5f7fa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.nav-item:hover, .nav-item:focus {
  color: var(--gold);
}

.nav-item:focus-visible, .nav-item[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.hero-split-2 {
  opacity: .99;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffa1;
  border: 1px solid #f2efeb6b;
  border-radius: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  padding: 60px;
  transition: opacity;
  display: flex;
}

.hero-split-2.block-dark {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000063;
}

.margin-bottom-24px-2 {
  color: #1b110c;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 140%;
}

.margin-bottom-24px-2.text-block-light {
  color: #f2efeb;
}

.button-primary {
  color: #1b110c;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #cbbfac;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--bg-brown);
  color: var(--bg-beige);
}

.button-primary:active {
  background-color: var(--bg-brown);
}

.logo-bg {
  padding-right: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.homepage-column-container {
  -webkit-text-fill-color: inherit;
  background-color: #dbdbdb00;
  background-image: url('../images/Screenshot-2024-04-08-at-22.52.45.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  flex: 1;
}

.homepage-column-container.homepage-block {
  background-image: url('../images/Screenshot-2024-04-08-at-22.52.45.png');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  height: 100vh;
  position: relative;
}

.homepage-column-container.homepage-block.grafik {
  background-image: url('../images/Screenshot-2024-04-08-at-23.33.42.png');
  background-position: 50% 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.homepage-column-container.homepage-block.studio {
  height: 100vh;
}

.homepage-column-container.homepage-block.cennik {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: #ececec7a;
  background-image: linear-gradient(14deg, var(--bg-beige) 19%, #ececec00 56%);
  border: 1px #1c120c;
  border-radius: 4px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 3% 3%;
}

.column-3, .homepage-columns-left {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.column-5, .column-6 {
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: #1c120c;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.paragraph {
  color: #1c120c;
  letter-spacing: .3px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.button {
  color: #f9f4ee;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #1b110c;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.homepage-columns {
  display: block;
}

.h1-text {
  color: #f2efeb;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 1px 20px #3c261b80;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.section-4 {
  background-image: url('../images/M67A6557_1-1.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
}

.container-header {
  object-fit: fill;
  background-image: linear-gradient(#1c120c, #1c120c);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1c120c;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.header-img-section {
  background-color: #3c261b08;
  background-image: linear-gradient(#1c120ca1, #1c120ca1), url('../images/s-15.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.header-img-section.header-kontakt {
  background-image: linear-gradient(#1c120ca1, #1c120ca1), url('../images/9.-kontakt.jpg');
  background-position: 0 0, 50% 30%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.header-img-section.header-studio {
  background-image: linear-gradient(#1c120ca1, #1c120ca1), url('../images/M67A6161.png');
  background-position: 0 0, 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.header-img-section.header-grafik {
  background-image: linear-gradient(#1c120ca1, #1c120ca1), url('../images/7.-grafik.jpg');
  background-position: 0 0, 50% 25%;
}

.header-img-section.header-kadra {
  background-image: url('../images/5-kadra.jpg');
  background-position: 50%;
  background-size: cover;
}

.header-img-section.header-cennik {
  background-image: linear-gradient(#1c120c33, #1c120c33), url('../images/8.-cennik.jpg');
  background-position: 0 0, 50%;
}

.header-img-section.header-oferta {
  background-image: linear-gradient(#1c120c99, #1c120c99), url('../images/6-1.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
}

.header-img-section.header-homepage {
  background-image: linear-gradient(#1c120ca1, #1c120ca1);
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 90vh;
  margin-left: 0;
  margin-right: 0;
}

.content-wrapper {
  background-color: var(--bg-beige);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.content-wrapper.wrapper-leaves-bg {
  background-image: url('../images/leaves-bg.jpg');
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-wrapper.content-oferta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-gold {
  width: 200px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.h2-text-dark {
  color: #fbf9f8;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  font-family: "Source Sans 3", sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.h2-text-dark.h2-text-dark-xs {
  color: var(--bg-brown);
}

.h3-text-dark {
  color: var(--bg-brown);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  display: flex;
}

.h3-text-dark.h3-text-dark-xs {
  color: var(--bg-brown);
  justify-content: flex-start;
  align-items: center;
}

.body-text-dark {
  color: var(--bg-brown);
  text-align: left;
  letter-spacing: .8px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.body-text-dark.body-text-dark-xs {
  clear: none;
  color: var(--bg-brown);
  text-align: center;
  letter-spacing: 1px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.body-text-dark.body-text-dark-xs.text-centered {
  text-align: center;
  font-size: 16px;
}

.body-text-dark.body-text-dark-xs.pricing-column-left {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 4px;
}

.body-text-dark.body-text-dark-xs.pricing-column-right {
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 4px;
}

.body-text-dark.body-text-dark-xs.body-text-bold {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-weight: 700;
}

.body-text-dark.body-text-mobile {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-text-dark.body-text-mobile.wynajem-sali, .body-text-dark.body-text-mobile.cennik {
  text-align: left;
  padding-top: 20px;
}

.body-text-dark.body-text-accordion {
  margin-bottom: 0;
}

.container-main {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-wrapper {
  background-image: url('../images/Screenshot-2024-04-09-at-10.03.02.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.image-wrapper.studio1 {
  background-image: url('../images/IMG_5985.jpg');
  height: 80vh;
}

.image-wrapper.studio-2 {
  height: 80vh;
}

.image-wrapper.studio-sala {
  background-image: url('../images/IMG_5985.jpg');
}

.info-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-text-bold {
  color: var(--bg-brown);
  letter-spacing: .5px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.wrapper {
  background-color: #ffffffa1;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.wrapper.transparent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffffd9;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 20px 0;
  padding: 20px;
}

.wrapper.transparent.dark-bg {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000008a;
  border: 1px solid #f2efebd6;
  max-width: 400px;
  padding-top: 40px;
  padding-left: 40px;
}

.wrapper.kontakt {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.wrapper.eventy {
  width: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.columns-styling {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.wrapper-leaves-bg {
  background-image: url('../images/vickholius-nugroho-jt6QxZwSOCQ-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 90vh;
  display: flex;
}

.wrapper-leaves-bg.palm-leaves-bg, .wrapper-leaves-bg.palm-leaves-bg.homepage-view {
  background-image: url('../images/1-1.jpg');
  width: 100%;
}

.wrapper-leaves-bg.plants-bg {
  background-image: url('../images/4-1.jpg');
  background-size: cover;
  width: 100%;
}

.studio1 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-style {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-container {
  background-image: url('../images/Screenshot-2024-05-04-at-19.14.34.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  flex: 1;
  align-self: auto;
  height: 90vh;
}

.image-container.photo-paula {
  background-image: url('../images/Screenshot-2024-05-04-at-19.24.33.png');
}

.image-container.photo-katia {
  background-image: url('../images/Screenshot-2024-05-04-at-19.31.20.png');
  background-position: 10%;
}

.image-container.photo-julka {
  background-image: url('../images/5.1.jpg');
}

.image-container.photo-natalia {
  background-image: url('../images/Screenshot-2024-05-04-at-19.35.29.png');
}

.kontakt {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-columns {
  border-bottom: 1px solid var(--bg-brown);
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.pass-type {
  display: flex;
}

.pass-price {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-container-large {
  align-self: stretch;
  width: 100%;
  padding-top: 0;
}

.text-container-small {
  padding-top: 20px;
}

.staff-columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link, .text-span {
  display: inline-block;
}

.text-span-2 {
  display: inline;
}

.link-2 {
  color: var(--green);
  align-self: baseline;
  display: inline;
}

.opis-zajec-container {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-item, .dropdown-toggle {
  width: 100%;
}

.accordion-list {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-item {
  border-bottom: 1px solid var(--bg-brown);
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown {
  width: 100%;
}

.accordion-content {
  padding: 10px;
}

.accordion-div {
  width: 100%;
}

.accordion-body, .text-block-2 {
  border: 1px solid var(--bg-brown);
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  display: flex;
}

.accordion-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.accordion {
  border: 1px solid #c2c2c2;
  border-radius: 4px;
}

.accordion_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 0px solid var(--bg-brown);
  cursor: pointer;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.accordion_icon-wrapper {
  width: .875rem;
  height: .875rem;
}

.accordion_panel {
  padding: 0 1.5rem 1.5rem;
  display: none;
}

.fitssey-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.code-embed {
  width: 90vw;
  height: 100%;
}

.code-embed-2 {
  width: 90vw;
}

.columns-homepage-header {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 90vh;
  display: flex;
}

.image {
  position: static;
}

.columns-homepage-header-left {
  background-image: url('../images/logo-hero-header.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
  overflow: visible;
}

.columns-homepage-header-right {
  background-image: url('../images/image-hero-header.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 98%;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-left {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
}

.header-container {
  background-image: url('../images/logo-hero-header.png');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-3 {
  color: var(--bg-beige);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.homepage-section {
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.subject-container {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 50vw;
  height: 100vh;
  margin-left: -1px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.subject-container.grafik {
  width: 50%;
  max-width: none;
}

.subject-container.cennik {
  background-image: url('../images/2-1.jpg');
  border: 1px #000;
  width: 50%;
  max-width: none;
  margin: 0 -1px;
}

.subject-container.kadra {
  background-image: url('../images/3.png');
  width: 50%;
  max-width: none;
}

.subject-container.studio {
  background-image: url('../images/3-1.png');
  width: 50%;
  max-width: none;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Open Sans, sans-serif;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_button {
  background-color: var(--bg-brown);
  color: #fff;
  text-align: center;
  border: 2px #000;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_label {
  color: #0540f2;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #0540f2;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #0540f2;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-banner2_component {
  z-index: 999;
  color: #fff;
  background-color: #0540f2;
  width: 28.125rem;
  padding: 2rem;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager2_button {
  color: #0540f2;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #0540f2;
  border: 1px solid #0540f2;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #0540f2;
  background-color: #fff;
  border-color: #0540f2;
  margin-bottom: .75rem;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #010440;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text {
  font-size: 1rem;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #010440e6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner2_button {
  color: #0540f2;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #02087366;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.paragraph-2.cookie-banner-paragraph---brix {
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary-2:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary-2.cookie-banner-button---brix {
  background-color: var(--bg-brown);
  color: var(--bg-beige);
  flex-wrap: nowrap;
  max-width: 160px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.close-message---brix {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-message---brix:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

.cookie-banner-wrapper---brix {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: fixed;
  inset: auto auto 32px 32px;
}

.cookie-banner-wrapper---brix.cookie-banner-1---brix {
  background-color: #fff;
  border-radius: 20px;
  max-width: 400px;
  padding: 34px 32px 34px 40px;
  inset: auto auto 32px 32px;
  box-shadow: 0 6px 23px #14142b14;
}

.cookie-banner-wrapper---brix.cookie-banner-1---brix.preview-page {
  background-color: var(--bg-beige);
  background-color: #ececec;
  padding: 20px;
  position: absolute;
}

.button-cookie-icon---brix {
  margin-right: 8px;
}

.button-primary-3 {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary-3:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary-3.cookie-banner-button---brix {
  color: #ececec;
  background-color: #1c120c;
  flex-wrap: nowrap;
  max-width: 160px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.body-text-dark-2 {
  color: #1c120c;
  text-align: left;
  letter-spacing: 1.1px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.paragraph-3.cookie-banner-paragraph---brix, .paragraph-4.cookie-banner-paragraph---brix, .paragraph-5.cookie-banner-paragraph---brix {
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.image-2 {
  height: 50px;
}

.image-3 {
  height: 48px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 90vh;
  padding-left: 10px;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 90vh;
  display: flex;
}

.image-4 {
  max-height: 100%;
  position: static;
  overflow: visible;
}

.fs-cc-banner_component-2 {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.popup {
  z-index: 1;
  aspect-ratio: auto;
  background-color: #1d120d4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 10% 0% 0%;
}

.popup-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin: 64px auto;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.popup-text {
  color: #616161;
  text-align: center;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.popup-button-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.popup-button {
  color: #fff;
  text-align: center;
  background-color: #1c120c;
  border: 2px #000;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.wiadomosc {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: fixed;
  inset: 0%;
}

.wiadomosc-component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f5f6ff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: auto;
}

.wiadomosc-text.body-text-dark {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 64px 64px 0;
  display: flex;
}

.wiadomosc-button.button-primary {
  margin-bottom: 64px;
}

.section-5 {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-4 {
  background-image: url('../images/20.jpg');
  background-size: cover;          /* dopasowanie do szerokości, bez rozciągania */
  background-position: center;     /* środek obrazu */
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;                   /* pełna wysokość okna przeglądarki */
  display: block;
}

/* --- Widok tabletów i mniejszych urządzeń --- */
@media (max-width: 991px) {
  .div-block-4 {
    height: 60vh;                  /* nieco mniejsza wysokość, żeby nie zdominować ekranu */
    background-position: center center;
  }
}

/* --- Widok smartfonów --- */
@media (max-width: 767px) {
  .div-block-4 {
    height: 40vh;                  /* zwężony obraz nad tekstem */
    background-size: contain;      /* pokaż cały obraz, nie przycinaj */
    background-position: center top;
  }
}



.div-block-5 {
  background-color: #dbd7d4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-6 {
  clear: none;
  vertical-align: sub;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  position: static;
}

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

  .hero-wrapper {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 70%;
    margin-bottom: -40px;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .header-image {
    align-self: auto;
    max-width: 70%;
  }

  .menu-button {
    padding: 12px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--bg-brown);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .logo-bg {
    padding-right: 0;
  }

  .icon {
    color: var(--gold);
  }

  .h1-text {
    font-size: 70px;
  }

  .section-4 {
    background-position: 50%;
  }

  .header-img-section.header-homepage {
    flex: 1;
    width: 100vw;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 26px;
    padding-right: 26px;
  }

  .content-wrapper.wrapper-leaves-bg {
    flex-flow: column;
    height: auto;
  }

  .h2-text-dark {
    color: var(--bg-brown);
  }

  .body-text-dark {
    font-weight: 400;
  }

  .body-text-dark.body-text-dark-xs {
    flex: 1;
    width: 100%;
  }

  .body-text-dark.body-text-dark-xs.pricing-column-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body-text-dark.body-text-dark-xs.pricing-column-right {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .body-text-dark.body-text-bold {
    align-self: stretch;
    font-weight: 600;
  }

  .body-text-dark.body-text-mobile.wynajem-sali {
    padding-top: 20px;
  }

  .image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper {
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
  }

  .columns-styling {
    flex-flow: column;
  }

  .text-container-small {
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    width: 100%;
    display: flex;
  }

  .columns-homepage-header {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .columns-homepage-header-left {
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  .columns-homepage-header-right {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    height: 98%;
  }

  .subject-container.studio {
    margin-right: -1px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-banner-wrapper---brix {
    bottom: 24px;
    left: 24px;
  }

  .body-text-dark-2 {
    font-weight: 400;
  }

  .popup-component {
    width: 80vw;
  }

  .popup-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .popup-text {
    margin-right: 0;
  }

  .popup-button-wrapper {
    margin-top: 1rem;
  }

  .wiadomosc-component {
    padding: 32px;
  }

  .wiadomosc-text.body-text-dark {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .wiadomosc-button.button-primary {
    margin-bottom: 32px;
  }

  .section-5 {
    flex-flow: column;
  }

  .div-block-4 {
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 auto;
    width: 100%;
    height: 100%;
  }

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

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-heading-left.homepage-header {
    flex-flow: row;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
  }

  .header-image {
    max-width: 70%;
  }

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

  .menu-button:active {
    background-color: var(--bg-brown);
  }

  .hero-without-image {
    height: 600px;
    padding: 20px 15px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-flow: row;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .logo-bg {
    padding-right: 0;
  }

  .columns {
    flex-flow: column;
  }

  .homepage-columns {
    flex-flow: column;
    display: flex;
  }

  .h1-text {
    font-size: 70px;
  }

  .header-img-section.header-homepage {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-wrapper {
    width: 100vw;
  }

  .content-wrapper.wrapper-leaves-bg {
    flex-flow: column;
    height: auto;
  }

  .body-text-dark {
    font-size: 12px;
  }

  .body-text-dark.body-text-dark-xs.pricing-column-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body-text-dark.body-text-dark-xs.pricing-column-right {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .wrapper.transparent {
    flex: 0 auto;
    width: 80vw;
  }

  .wrapper-leaves-bg.palm-leaves-bg, .wrapper-leaves-bg.plants-bg {
    height: auto;
  }

  .image-container.photo-julka {
    background-position: 50%;
  }

  .regulamin-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .opis-zajec-container, .opis-zajec-container.container-with-text {
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-homepage-header-left, .columns-homepage-header-right {
    background-size: 50%;
    height: 80vh;
  }

  .homepage-section {
    flex-flow: column;
    height: 200vh;
  }

  .subject-container.grafik {
    width: 100%;
  }

  .subject-container.cennik, .subject-container.kadra, .subject-container.studio {
    width: 100%;
    height: 100%;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-primary-2 {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .cookie-banner-wrapper---brix {
    border-radius: 18px;
  }

  .cookie-banner-wrapper---brix.cookie-banner-1---brix {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .button-primary-3 {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .popup-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
  }

  .popup-text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wiadomosc-component {
    width: 85%;
  }

  .wiadomosc-text.body-text-dark {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    flex-flow: column;
  }

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

  .div-block-5 {
    width: 100%;
    height: 50%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading-left.homepage-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .header-image {
    width: 40vh;
    max-width: 100%;
  }

  .hero-without-image {
    height: 100vh;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-logo {
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

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

  .navbar-wrapper-3 {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu {
    flex-direction: column;
  }

  .hero-split-2 {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-bg {
    padding-right: 0;
  }

  .homepage-column-container.homepage-block.grafik {
    flex-flow: column;
    flex: 1;
    align-self: auto;
    display: flex;
  }

  .homepage-column-container.homepage-block.cennik {
    display: block;
  }

  .column-3 {
    overflow: hidden;
  }

  .paragraph, .button {
    text-align: center;
  }

  .columns {
    flex-flow: column;
  }

  .icon {
    color: #bd8d66;
  }

  .h1-text {
    font-size: 50px;
  }

  .section-4 {
    background-position: 50%;
  }

  .header-img-section.header-oferta {
    background-image: linear-gradient(#0000, #0000), url('../images/6-1.jpg');
    background-position: 0 0, 30% 20%;
  }

  .header-img-section.header-homepage {
    flex-flow: column;
  }

  .content-wrapper.content-oferta {
    width: 100%;
  }

  .h2-text-dark.h2-text-dark-xs {
    font-size: 32px;
  }

  .h3-text-dark.h3-text-dark-xs {
    font-size: 24px;
    line-height: 28px;
  }

  .body-text-dark {
    text-align: center;
    font-size: 12px;
  }

  .body-text-dark.body-text-dark-xs {
    font-size: 12px;
    line-height: 18px;
  }

  .body-text-dark.body-text-dark-xs.text-centered {
    font-size: 12px;
  }

  .body-text-dark.body-text-dark-xs.pricing-column-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body-text-dark.body-text-dark-xs.pricing-column-right {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .body-text-dark.body-text-bold {
    line-height: 20px;
  }

  .body-text-dark.body-text-mobile {
    text-align: left;
    letter-spacing: 1px;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
  }

  .body-text-dark.body-text-mobile.regulamin-text, .body-text-dark.body-text-regulamin-mobile {
    text-align: left;
  }

  .body-text-dark.body-text-regulamin-mobile.regulamin-text, .body-text-dark.reguamin-text {
    text-align: left;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 18px;
  }

  .body-text-dark.accordion-text {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  .body-text-dark.container-with-text {
    margin-right: 16px;
    padding-left: 16px;
  }

  .body-text-dark.container-with-text.accordion-text {
    margin-right: 0;
    padding-left: 0;
  }

  .wrapper.transparent {
    width: 80vw;
    padding: 16px;
  }

  .columns-styling {
    flex-flow: column;
  }

  .wrapper-leaves-bg.plants-bg {
    height: auto;
  }

  .pricing-columns {
    justify-content: space-between;
    align-items: flex-end;
  }

  .regulamin-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .opis-zajec-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .opis-zajec-container.container-with-text {
    padding-left: 16px;
    padding-right: 16px;
  }

  .columns-homepage-header-left {
    background-size: 50%;
    height: 40%;
  }

  .columns-homepage-header-right {
    height: 60%;
  }

  .homepage-section {
    flex-flow: column;
    height: 200vh;
  }

  .subject-container {
    width: 100vw;
    height: 80vh;
  }

  .subject-container.grafik, .subject-container.cennik {
    height: 100vh;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .button-primary-2 {
    padding: 15px 34px 16px;
  }

  .cookie-banner-wrapper---brix, .cookie-banner-wrapper---brix.cookie-banner-1---brix {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .button-primary-3 {
    padding: 15px 34px 16px;
  }

  .body-text-dark-2 {
    text-align: center;
    font-size: 15px;
  }

  .div-block-2 {
    width: 90vw;
    height: 35vh;
  }

  .div-block-3 {
    width: 80%;
    height: 50vh;
  }

  .image-5 {
    height: 60%;
  }

  .popup-component {
    height: 70vh;
  }

  .popup-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popup-button-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .popup-button {
    width: 80%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .wiadomosc-component {
    width: 85%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .wiadomosc-text.body-text-dark {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    height: 40%;
  }

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

#w-node-_40c76623-2ee6-b6a3-5fbf-a21185146d4f-ee994b19, #w-node-_40c76623-2ee6-b6a3-5fbf-a21185146d5c-ee994b19, #w-node-_911b65e6-1368-c6b5-2167-870a6204525d-aa32f982, #w-node-_911b65e6-1368-c6b5-2167-870a6204526a-aa32f982, #w-node-_9a839a62-c8f4-b6f0-0cf4-39c596f5f482-d7ab2687, #w-node-_9a839a62-c8f4-b6f0-0cf4-39c596f5f48f-d7ab2687, #w-node-_22607123-9118-a640-9d33-a63247045c98-c493e60c, #w-node-_22607123-9118-a640-9d33-a63247045ca5-c493e60c, #w-node-_50b41340-4bc8-1d1b-c949-34356c9d2e23-18ccd3d6, #w-node-_50b41340-4bc8-1d1b-c949-34356c9d2e30-18ccd3d6, #w-node-_3681af3b-cccc-3315-a088-6a16c7fbcd11-1c622996, #w-node-_3681af3b-cccc-3315-a088-6a16c7fbcd1e-1c622996, #w-node-_0faea486-fb10-853a-bd38-a980932878b4-b96a6045, #w-node-_0faea486-fb10-853a-bd38-a980932878c1-b96a6045, #w-node-e30a819d-041f-d89a-320c-ddcb4ef05a03-b6df5692, #w-node-e30a819d-041f-d89a-320c-ddcb4ef05a10-b6df5692 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* === CENTROWANIE TEKSTU POZA KOMPUTERAMI === */
/* tablety (iPad 768–1024px) + telefony */
@media (max-width: 1024px) {
  /* główna kolumna z tekstem */
  .div-block-5 {
    width: 100%;
    align-items: center;   /* zamiast flex-start */
    text-align: center;    /* wyśrodkowanie całej zawartości */
    padding-left: 16px;
    padding-right: 16px;
  }

  /* nagłówek i akapity */
  .body-text-dark,
  .body-text-dark-2 {
    text-align: center;
    margin-right: 0;       /* usuń “ściąganie” w prawo na mniejszych ekranach */
  }

  /* ikony social pod tekstem */
  .footer-social-block {
    justify-content: center;
    margin-left: 0;
    gap: 12px;             /* równy odstęp między ikonami */
  }
}

/* drobne dopieszczenie dla bardzo małych telefonów */
@media (max-width: 375px) {
  .body-text-dark-2 { font-size: 16px; line-height: 22px; }
  .body-text-dark   { font-size: 13px; line-height: 20px; }
}

/* link z miękkim podkreśleniem „od lewej” */
a {
  position: relative;
  text-decoration: none;
}
a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 1px;
  background: currentColor;
  transition: width .25s ease;
}
a:hover::after { width: 100%; }

/* subtelne „podniesienie” przycisku */
.button-primary, .popup-button, .fs-cc-banner_button {
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}
.button-primary:hover,
.popup-button:hover,
.fs-cc-banner_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
}

/* ikony social – lekkie powiększenie */
.footer-social-link img {
  transition: transform .2s ease, opacity .2s ease;
}
.footer-social-link:hover img {
  transform: scale(1.08);
  opacity: .9;
}

/* Ujednolicenie efektu hover dla wszystkich linków */
a:hover, 
a:focus {
  color: #cbbfac;                /* złoty-beżowy jak w footerze */
  text-decoration-color: #cbbfac; /* podkreślenie w tym samym kolorze */
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

/* --- Ujednolicone zachowanie dla wszystkich linków --- */
a {
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

/* --- Efekt hover dla linków tekstowych --- */
a:hover,
a:focus {
  color: #cbbfac;
  text-decoration-color: #cbbfac;
}

/* --- Wyłącz efekt hover dla przycisków i CTA --- */
a.button,
a.button:hover,
a.button:focus,
a[href^="tel:"],
a[href^="mailto:"] {
  color: inherit;
  text-decoration-color: inherit;
  text-decoration: none;
  transition: none;
}
