:root {
  --royale-grey: #313131;
  --royale-gold: #b49b57;
  --royale-silver: #8d8d8d;
  --full-width: 1600px;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.navbar-logo-left {
  background-image: url('../images/marta_staszel_pattern_background.png');
  background-position: 0 0;
  background-size: auto;
  position: static;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.hero {
  background-image: url('../images/marta_staszel_pattern_background.png');
  background-position: 0 0;
  background-size: 37px;
  border-bottom: 1px solid #e4ebf3;
  height: 100svh;
  padding: 0;
  position: relative;
}

.hero-wrapper {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
}

.gallery {
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1600px;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.about {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--royale-grey);
  border: 1px #000;
  flex-direction: column;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.footer-subscribe {
  background-image: url('../images/marta_staszel_pattern_background.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

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

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.heading {
  color: #fcfbf8;
}

.heading-2 {
  color: #fff;
}

.main-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  display: flex;
}

.image {
  max-width: 400px;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 50%;
  display: flex;
}

.container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block {
  max-width: 50%;
}

.div-block-2 {
  color: #b49b57;
  max-width: 50%;
  padding-left: 40px;
}

.heading-3 {
  color: var(--royale-gold);
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.paragraph {
  color: #ddd;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.section {
  background-color: #313131;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px 100px;
  display: flex;
}

.div-block-3 {
  text-align: center;
  max-width: 1000px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area"
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  padding-top: 40px;
  display: grid;
}

.container-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.image-2, .image-3 {
  width: 32px;
  height: 32px;
}

.paragraph-2 {
  color: #ccc;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  padding-top: 40px;
}

.container-6 {
  justify-content: center;
  display: flex;
}

.image-4 {
  width: 40px;
  height: 40px;
}

.section-2 {
  background-image: url('../images/marta_staszel_pattern_background.png');
  background-position: 0 0;
  background-size: 37px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block {
  color: #eaecf0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-6, .div-block-7, .div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.workshops-overview {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.section-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #313131;
  flex-direction: column;
  padding: 20px 30px 60px;
  display: none;
}

.heading-4 {
  color: var(--royale-silver);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.button {
  color: #333;
  text-transform: uppercase;
  background-color: #b49b57;
  border: 2px solid #b49b57;
  border-radius: 8px;
  padding: 16px 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.button:hover {
  color: #b49b57;
  background-color: #242424;
}

.div-block-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.body {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  text-decoration: none;
}

.div-block-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.button-secondary {
  color: #b49b57;
  text-transform: uppercase;
  background-color: #313131;
  border: 2px solid #b49b57;
  border-radius: 8px;
  padding: 16px 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: none;
}

.button-secondary:hover {
  color: #b49b57;
  background-color: #242424;
}

.workshop-item-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.link-block-3 {
  justify-content: center;
  width: 40%;
  display: flex;
}

.link-block-4 {
  display: flex;
}

.workshop-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px solid #b49b57;
  border-radius: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 20px;
  display: grid;
}

.workshops-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: flex;
}

.workshops-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  max-width: 100%;
  display: flex;
}

.workshop-image {
  background-image: url('../images/WhatsApp-Image-2024-02-08-at-12.17.40-1.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: flex-end;
  display: flex;
}

.div-block-13 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.list {
  color: #fff;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.div-block-14 {
  justify-content: flex-end;
  display: flex;
}

.workshop-image-1 {
  background-image: url('../images/WhatsApp-Image-2024-02-26-at-11.43.06.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: flex-end;
  display: flex;
}

.workshop-image-2 {
  background-image: url('../images/slodki_stol.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: flex-end;
  display: flex;
}

.workshop-image-3 {
  background-image: url('../images/WhatsApp-Image-2024-02-25-at-20.24.51.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: flex-end;
  display: flex;
}

.workshop-heading {
  color: #b49b57;
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.header {
  background-image: url('../images/marta_staszel_pattern_background.png');
  background-position: 50%;
  background-size: 37px;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-6 {
  width: 100px;
  height: 100px;
}

.html-embed {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-15 {
  height: 500px;
}

.section-4 {
  background-image: url('../images/marta_staszel_pattern_background.png');
  background-position: 50%;
  background-size: 37px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 150px;
  padding-top: 20px;
  display: flex;
}

.container-7 {
  flex-flow: wrap;
  width: 100%;
  padding: 20px 0;
  display: flex;
}

.heading-5 {
  color: var(--royale-gold);
  font-family: Georgia, Times, Times New Roman, serif;
}

.navbar {
  background-color: var(--royale-grey);
  color: var(--royale-silver);
}

.nav-link-2 {
  color: var(--royale-silver);
}

.nav-link-2:hover {
  color: var(--royale-gold);
}

.image-7 {
  width: 50px;
}

.container-8 {
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.button-tertiary {
  background-color: var(--royale-silver);
  color: var(--royale-grey);
  text-transform: uppercase;
  border: 2px #b49b57;
  border-radius: 8px;
  padding: 14px 20px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-tertiary:hover {
  color: #b49b57;
  background-color: #242424;
}

.container-7-copy {
  max-width: var(--full-width);
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 40px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.container-9 {
  max-width: var(--full-width);
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-16 {
  background-image: url('../images/WhatsApp-Image-2024-02-26-at-11.43.06.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  min-height: 300px;
}

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

.paragraph-3 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.features-table {
  background-image: url('../images/marta_staszel_pattern_background.png');
  background-position: 0 0;
  background-size: 37px;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: start;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  font-family: Lato, sans-serif;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--royale-gold);
  color: var(--royale-grey);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-weight: 400;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.hero-heading-left {
  background-image: linear-gradient(to bottom, var(--royale-grey), var(--royale-grey));
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 46%;
  display: block;
}

.margin-bottom-24px-2 {
  color: var(--royale-silver);
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.container-10-copy {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 32px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-3.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
}

.pricing-feature {
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.hero-image-3 {
  background-image: url('../images/WhatsApp-Image-2024-02-25-at-20.24.51.jpeg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 46%;
  height: 100%;
  min-height: 350px;
  display: block;
}

.div-block-17 {
  background-image: linear-gradient(to bottom, var(--royale-grey), var(--royale-grey));
  color: var(--royale-gold);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-6 {
  color: var(--royale-gold);
  font-family: Georgia, Times, Times New Roman, serif;
}

.section-6 {
  background-image: url('../images/marta_staszel_pattern_background.png');
  background-position: 0 0;
  background-size: 37px;
  flex-direction: column;
  display: flex;
}

.div-block-18 {
  justify-content: flex-end;
  width: 100%;
  padding-right: 60px;
  display: flex;
}

.list-item {
  font-family: Lato, sans-serif;
}

.hero-image-2 {
  background-image: url('../images/slodki_stol.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 46%;
  height: 100%;
  min-height: 350px;
  display: block;
}

.hero-image-1 {
  background-image: url('../images/WhatsApp-Image-2024-02-26-at-11.43.06.jpeg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 46%;
  height: 100%;
  min-height: 350px;
  display: block;
}

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

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    max-width: 728px;
  }

  .workshops-overview {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    max-width: 728px;
  }

  .image-5 {
    display: none;
  }

  .workshop-item-details {
    flex-direction: row;
    justify-content: space-between;
  }

  .workshop-item {
    grid-template: ". ."
                   "Area Area"
                   / 1fr 2fr;
    justify-content: stretch;
  }

  .workshops-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    max-width: 728px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    align-items: flex-end;
  }

  .container-10 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .container-11 {
    max-width: 728px;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .container-10-copy {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .hero-image-3, .hero-image-2, .hero-image-1 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero {
    padding: 60px 15px;
  }

  .hero-wrapper {
    flex-direction: column-reverse;
  }

  .gallery {
    padding: 60px 15px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .about {
    padding: 60px 15px;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

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

  .workshops-overview {
    grid-auto-flow: column;
  }

  .section-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button, .button-secondary {
    margin-top: 16px;
  }

  .workshops-list {
    grid-auto-flow: column;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-tertiary {
    margin-top: 0;
  }

  .container-7-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .container-10 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-heading-left, .features-list, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .hero-container {
    max-width: none;
  }

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

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .hero-wrapper {
    flex-direction: column-reverse;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image {
    max-width: 200px;
  }

  .container {
    max-width: none;
  }

  .heading-3 {
    margin-top: 10px;
  }

  .workshops-overview {
    grid-template-rows: auto;
    max-width: none;
  }

  .section-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-10 {
    align-items: flex-end;
  }

  .image-5 {
    display: none;
  }

  .workshop-item-details {
    flex-direction: column;
    align-items: stretch;
  }

  .workshop-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    display: flex;
  }

  .workshops-list {
    grid-template-rows: auto;
    max-width: none;
  }

  .workshop-image {
    height: 150px;
  }

  .div-block-14 {
    flex-direction: column;
    align-items: flex-end;
  }

  .workshop-image-1, .workshop-image-2, .workshop-image-3 {
    height: 200px;
  }

  .workshop-heading {
    margin-top: 10px;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5 {
    overflow-wrap: anywhere;
    font-size: 28px;
    line-height: 30px;
  }

  .container-7-copy, .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-table {
    padding-top: 20px;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .comparison-title {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .hero-heading-left {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-11 {
    max-width: none;
  }

  .features-left-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .container-10-copy {
    max-width: none;
  }

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

  .heading-6 {
    overflow-wrap: anywhere;
    font-size: 34px;
  }
}

#w-node-d1dd461b-70c8-a233-f572-939b19908fa2-c9bb13ea, #w-node-_0244c868-75d7-9d25-939d-f2b5ea5cf71f-c9bb13ea, #w-node-_27a2820c-6699-c943-85b1-fe8d9e04353e-c9bb13ea, #w-node-_27a2820c-6699-c943-85b1-fe8d9e043541-c9bb13ea, #w-node-a9fb1d8d-838d-5e65-43ec-fb3917868bac-c9bb13ea, #w-node-_06caac66-abe7-e179-da7c-7145cd286bed-c9bb13ea, #w-node-_8fee9db9-2a03-cd4b-8577-5cc0d4a25429-c9bb13ea, #w-node-a9fb1d8d-838d-5e65-43ec-fb3917868baf-c9bb13ea, #w-node-_0478f98f-f40e-3d56-c727-791eeb8c56b4-c9bb13ea, #w-node-_0478f98f-f40e-3d56-c727-791eeb8c56b5-c9bb13ea, #w-node-_0478f98f-f40e-3d56-c727-791eeb8c56b8-c9bb13ea, #w-node-_68ad027b-af87-bd07-8672-9b18d79de8cd-c9bb13ea, #w-node-_68ad027b-af87-bd07-8672-9b18d79de8ce-c9bb13ea, #w-node-_68ad027b-af87-bd07-8672-9b18d79de8d1-c9bb13ea, #w-node-d767314e-54c0-4813-6b93-c4f54aaee7e3-c9bb13ea, #w-node-d767314e-54c0-4813-6b93-c4f54aaee7e4-c9bb13ea, #w-node-d767314e-54c0-4813-6b93-c4f54aaee7eb-c9bb13ea, #w-node-d767314e-54c0-4813-6b93-c4f54aaee7e9-c9bb13ea, #w-node-d767314e-54c0-4813-6b93-c4f54aaee7e8-c9bb13ea, #w-node-d767314e-54c0-4813-6b93-c4f54aaee7ec-c9bb13ea, #w-node-d767314e-54c0-4813-6b93-c4f54aaee7ea-c9bb13ea, #w-node-d767314e-54c0-4813-6b93-c4f54aaee7e7-c9bb13ea, #w-node-d767314e-54c0-4813-6b93-c4f54aaee7e5-c9bb13ea, #w-node-_6088057e-c95b-f947-45fe-396cef376de5-c9bb13ea, #w-node-b060600d-fe45-4487-f6ff-e17dc4ec9f78-c9bb13ea, #w-node-efac9866-5439-174f-b1ff-5d5d8fc04cdc-c9bb13ea, #w-node-f4755aec-bd5c-8cd4-4ce6-e3bd6f5f03a5-c9bb13ea, #w-node-_0aab3e15-85f7-560c-d16e-3b94d3c7f055-c9bb13ea, #w-node-_89cda068-fbaf-d27c-4793-b93199b069a1-0d7d3558, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf086-0d7d3558, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf08b-0d7d3558, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf090-0d7d3558, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf095-0d7d3558, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf09a-0d7d3558, #w-node-_8097dd4a-985a-d202-5a9c-7a4630b451ca-0d7d3558, #w-node-_82acee93-e141-ab2e-a504-302d9f84f7f0-0d7d3558, #w-node-_3d142800-3560-ab83-9b48-fc248c72ff08-0d7d3558, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622cc5-0d7d3558, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622cc8-0d7d3558, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622ccb-0d7d3558, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622cce-0d7d3558, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622cd1-0d7d3558, #w-node-_89cda068-fbaf-d27c-4793-b93199b069a1-1a61b5d7, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf086-1a61b5d7, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf08b-1a61b5d7, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf090-1a61b5d7, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf095-1a61b5d7, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf09a-1a61b5d7, #w-node-_8097dd4a-985a-d202-5a9c-7a4630b451ca-1a61b5d7, #w-node-_82acee93-e141-ab2e-a504-302d9f84f7f0-1a61b5d7, #w-node-_3d142800-3560-ab83-9b48-fc248c72ff08-1a61b5d7, #w-node-_16c4e9bf-26fe-c2f7-16f0-a71cf62fa9ff-1a61b5d7, #w-node-bb74c485-8264-f0b7-9436-dcf28abc41ec-1a61b5d7, #w-node-_6ec35119-2b02-80b3-9f92-39e228cc02e9-1a61b5d7, #w-node-_83a50350-95f1-3b8e-825c-2acb7fe1b888-1a61b5d7, #w-node-_0c6fb6f7-9aa6-09fe-1240-5e879b2528ef-1a61b5d7, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622cc5-1a61b5d7, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622cc8-1a61b5d7, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622ccb-1a61b5d7, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622cce-1a61b5d7, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622cd1-1a61b5d7, #w-node-_89cda068-fbaf-d27c-4793-b93199b069a1-258268db, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf086-258268db, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf08b-258268db, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf090-258268db, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf095-258268db, #w-node-_3d417a94-df42-87a5-ef3f-0276bdfbf09a-258268db, #w-node-_8097dd4a-985a-d202-5a9c-7a4630b451ca-258268db, #w-node-_82acee93-e141-ab2e-a504-302d9f84f7f0-258268db, #w-node-_3d142800-3560-ab83-9b48-fc248c72ff08-258268db, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622cc5-258268db, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622cc8-258268db, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622ccb-258268db, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622cce-258268db, #w-node-_8f721b5f-3ef8-5862-760c-2a5f74622cd1-258268db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a9fb1d8d-838d-5e65-43ec-fb3917868bb1-c9bb13ea, #w-node-_0478f98f-f40e-3d56-c727-791eeb8c56be-c9bb13ea, #w-node-_68ad027b-af87-bd07-8672-9b18d79de8d7-c9bb13ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a9fb1d8d-838d-5e65-43ec-fb3917868bb1-c9bb13ea, #w-node-_0478f98f-f40e-3d56-c727-791eeb8c56be-c9bb13ea, #w-node-_68ad027b-af87-bd07-8672-9b18d79de8d7-c9bb13ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


