@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #222;
  border: 1px #000;
  border-radius: 5px;
  padding: .75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.button:hover {
  color: #000;
  background-color: #f2ebd9;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-secondary {
  color: #000;
  letter-spacing: normal;
  background-color: #2220;
  border-style: solid;
  border-width: 1.5px;
  font-weight: 500;
}

.button.is-secondary:hover {
  color: #fff;
  background-color: #222;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem .5rem 0;
  font-size: 1rem;
}

.navbar1_dropdown-link:hover {
  text-decoration: underline;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar1_menu-links {
  position: static;
}

.navbar1_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: #ddd0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_menu-dropdown {
  position: relative;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_logo {
  width: auto;
  height: 60px;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  display: flex;
}

.navbar1_link {
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.3;
}

.navbar1_link:hover {
  text-decoration: underline;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_dropdown-list {
  position: absolute;
}

.navbar1_dropdown-list.w--open {
  z-index: 1;
  background-color: #f2ebd900;
  border-style: none;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 0 2rem;
  display: flex;
  position: absolute;
  inset: 36px 0% 0%;
  overflow: visible;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.header_content {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 36rem;
  display: flex;
}

.header_content.full {
  flex: 0 auto;
  max-width: none;
}

.header_content.full.center {
  justify-content: flex-start;
  align-items: center;
}

.header_content.terminy {
  flex: 1;
}

.header1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.text-size-medium {
  letter-spacing: .1px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-medium.max-width-normal {
  max-width: 800px;
}

.text-size-medium.max-width-normal.center {
  text-align: center;
}

.text-size-medium.about_me {
  z-index: 0;
  background-color: #f2ebd9;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5%;
  display: flex;
  position: static;
  inset: 0%;
  overflow: visible;
}

.text-size-medium.center {
  text-align: center;
}

.heading-style-h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h1.smaller {
  font-size: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.padding-section-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-large.margin {
  padding-bottom: 1rem;
}

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

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

.header1_content {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.spacing-normal {
  height: 3rem;
}

.body {
  color: #000;
  font-family: Clashdisplay, Arial, sans-serif;
}

.background-video {
  aspect-ratio: 2 / 3;
  filter: brightness(76%);
  object-fit: fill;
  border: 5px #000;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.lightbox-link {
  vertical-align: baseline;
  flex: 1;
  margin-left: 0;
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.title_card {
  font-size: 2rem;
}

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

.flex-box.contact {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f2ebd9;
  border-radius: 30px;
  padding-right: 1rem;
}

.flex-box.about {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f2ebd9;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2rem;
}

.flex-box.b2b_form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.image {
  z-index: 1;
  position: absolute;
  inset: 50% 50% auto auto;
  transform: translate(50%, -50%);
}

.spacing-small {
  height: 1rem;
}

.code-embed {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: block;
}

.dropdown-section {
  padding: 1rem 3rem 1rem 1rem;
}

.flex-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f2ebd9;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: static;
  inset: 52px 0% auto;
}

.section_photos {
  min-height: 500px;
}

.container-images {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image_wrapper {
  border-radius: 5px;
  overflow: hidden;
}

.image_wrapper.padding {
  margin-top: 50px;
}

.image_wrapper.padding_2 {
  margin-top: 100px;
}

.image_wrapper.padding_3 {
  margin-top: 150px;
}

.photo {
  max-width: 284px;
}

.photo.padding {
  margin-top: 50px;
}

.photo.padding_2 {
  margin-top: 100px;
}

.photo.padding_3 {
  margin-top: 150px;
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h2.fixed {
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  position: sticky;
  top: 100px;
}

.heading-style-h2.center {
  text-align: center;
}

.heading-style-h2.left {
  margin-right: auto;
}

.heading-style-h2.no_maring {
  margin-bottom: 0;
  font-size: 2rem;
}

.background_accent_movie {
  aspect-ratio: 2 / 3;
  object-fit: fill;
  border: 5px #000;
  border-radius: 5px;
  flex: 1;
}

.grid-2x4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.dot {
  background-color: #222;
  border-radius: 20px;
  flex: none;
  width: 20px;
  height: 20px;
}

.text-size-big {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.header_content_full {
  flex: 1;
  max-width: none;
  overflow: visible;
}

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

.heading-style-h3 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 500;
}

.card_services {
  background-color: #f2ebd9;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem 2rem;
  display: flex;
}

.card_services.lock {
  opacity: .5;
}

.spacing-tiny {
  height: 1rem;
}

.card_testimonial {
  background-color: #f2ebd9;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 0;
  padding: 3rem 2rem;
  display: flex;
}

.card_testimonial.lock {
  opacity: .5;
}

.card_testimonial.left {
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1rem 0 1rem auto;
}

.card_testimonial.solo {
  max-width: none;
}

.text-sign {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.text-sign.big {
  font-size: 2.5rem;
}

.text-sign.max-witdh {
  max-width: 600px;
}

.code-embed-2 {
  border-radius: 5px;
  flex: 1;
  max-width: 500px;
}

.contact_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link {
  color: #000;
  text-decoration: underline;
}

.footer-dark {
  background-color: #f2ebd9;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1200px;
  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;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.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-copyright-center {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}

.flex-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-icon.contact {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f2ebd9;
  border-radius: 30px;
}

.flex-icon.margin {
  margin-top: 8px;
}

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

.wrapper-icons.contact {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f2ebd9;
  border-radius: 30px;
}

.cta-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.cta-wrapper.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-size-small {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
}

.text-size-small.center {
  text-align: center;
}

.column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header_wrapper-who {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.wrapper-warsztat {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 16px;
  display: flex;
}

.wrapper-warsztat.max-witdth {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.card_time {
  background-color: #f2ebd9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 130px;
  margin-left: 0;
  margin-right: 0;
  padding: 32px;
  display: flex;
}

.card_price {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  padding: 16px 32px 16px 0;
  display: flex;
}

.card_price.center {
  justify-content: center;
  align-items: center;
}

.text-span, .text-span-2 {
  font-weight: 500;
}

.card_termin {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f2ebd9;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 12px;
  display: flex;
}

.header-two-columns {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card_termin_next {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 12px 12px 12px 0;
  display: flex;
}

.text-span-3 {
  font-weight: 500;
}

.flex_center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  flex: 0 auto;
  max-width: none;
  max-height: 90px;
  margin-left: 0;
  margin-right: auto;
  overflow: clip;
}

.text-span-4 {
  font-weight: 500;
}

.map-full {
  border-radius: 5px;
  flex: 1;
  max-width: none;
}

.wrapper_values {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.value {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
  transform: translate(0%);
}

.value.left_down {
  position: static;
  inset: auto auto 0% 0%;
}

.lefft_values {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.right_values {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.image-3 {
  position: absolute;
  top: 50px;
}

.wrapper-skills {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f2ebd9;
  border-radius: 5px;
  flex-flow: wrap;
  padding: 2rem;
  display: flex;
}

.fixed_aboutme {
  z-index: 9998;
  background-color: #f2ebd9;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.close {
  z-index: 9999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.form, .field-label, .field-label-2 {
  font-weight: 400;
}

.form-block {
  background-color: #f2ebd9;
  border-radius: 5px;
  flex: 1;
  max-width: 570px;
  padding: 1rem 2rem;
}

.textarea, .text-field {
  background-color: #fff0;
  border-radius: 5px;
}

.bold-text {
  font-weight: 400;
}

.bold-text-2 {
  color: #917f51;
  text-decoration: none;
}

.rich-text-block {
  font-family: Clashdisplay, Arial, sans-serif;
  font-weight: 400;
}

.heading {
  font-weight: 400;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7 {
  font-weight: 500;
}

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

.success-message {
  background-color: #ddd0;
}

.text-block-2 {
  font-size: 1.25rem;
}

.img-voucher {
  flex: none;
  width: auto;
  max-width: 600px;
  overflow: auto;
}

.content_sign {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content_sign.full {
  flex: 0 auto;
  max-width: none;
}

.ctas {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.container-gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 500px;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.quote {
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.paragraph {
  text-align: left;
  align-self: auto;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.features-list {
  border-bottom: 1px #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 4rem 30px;
  display: flex;
  position: relative;
}

.testimonial-wrapper-all {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-testimonial-id {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wraapper-opinia {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  display: flex;
}

.small {
  font-size: .9rem;
}

.img-testimonial {
  aspect-ratio: auto;
  object-fit: fill;
  border: 1px solid #000;
  align-self: auto;
  width: auto;
  max-width: 350px;
  height: auto;
  margin-right: 16px;
}

.padding-map {
  padding-top: 0;
  padding-bottom: 3rem;
}

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.main_img {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16 {
  text-align: center;
}

.card_eng {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px 16px 0;
  display: flex;
}

.card_eng.center {
  justify-content: center;
  align-items: center;
}

.hiden {
  display: none;
}

@media screen and (max-width: 991px) {
  .button {
    border-radius: 0;
  }

  .button.is-secondary {
    border-radius: 5px;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 0%;
  }

  .navbar1_menu-links {
    background-color: #f2ebd9;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    position: static;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: 100dvh;
    padding-bottom: 6.5rem;
    padding-left: 0%;
    padding-right: 0%;
    transition: height .5s;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header_content {
    flex-flow: column;
    align-self: flex-start;
    display: block;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium.about_me {
    flex: 1;
    align-self: auto;
    max-width: none;
    font-size: 1rem;
    display: block;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .container-large.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .background-video {
    width: auto;
    height: 100svh;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
  }

  .lightbox-link {
    flex: 1;
    width: 100%;
  }

  .flex-box {
    flex-flow: wrap;
  }

  .flex-box.contact {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 16px;
  }

  .flex-box.about {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 5px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 16px;
  }

  .icon-small {
    width: 24px;
    height: 24px;
  }

  .dropdown-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-left: 0;
    padding-left: 0;
  }

  .section_photos {
    min-height: auto;
  }

  .container-images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    display: grid;
  }

  .image_wrapper.padding, .image_wrapper.padding_2, .image_wrapper.padding_3 {
    margin-top: 0;
  }

  .heading-style-h2.fixed {
    margin-bottom: 24px;
    margin-right: 0;
    position: static;
  }

  .background_accent_movie {
    flex: 0 auto;
    width: auto;
    height: 100svh;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .header_content_full {
    flex-flow: column;
    align-self: auto;
    display: block;
  }

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

  .card_testimonial, .code-embed-2 {
    max-width: none;
  }

  .footer-dark {
    background-color: #f2ebd9;
  }

  .container {
    max-width: 728px;
  }

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

  .flex-icon {
    flex-flow: wrap;
  }

  .flex-icon.contact {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 16px;
  }

  .wrapper-icons {
    flex-flow: wrap;
  }

  .wrapper-icons.contact {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 16px;
  }

  .cta-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header_wrapper-who {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .header-two-columns {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
  }

  .image-2 {
    max-width: 80px;
  }

  .map-full {
    max-width: none;
  }

  .fixed_aboutme {
    padding-left: 5%;
    padding-right: 5%;
    inset: 0%;
  }

  .img-voucher {
    z-index: -1;
    opacity: .3;
    order: 0;
    align-self: stretch;
    max-width: none;
    height: 80svh;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .content_sign {
    flex-flow: column;
    align-self: flex-start;
    display: block;
  }

  .ctas {
    flex-flow: wrap;
  }

  .container-gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    display: grid;
  }

  .quote {
    font-size: 2rem;
  }

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

  .testimonial-wrapper-all {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-map {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.about_me {
    flex: 1;
    align-self: flex-start;
    overflow: visible;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .spacing-normal {
    height: 2rem;
  }

  .background-video {
    height: auto;
  }

  .flex-box {
    flex-flow: row;
  }

  .flex-box.about {
    background-color: #f2ebd900;
  }

  .flex-box.b2b_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-bottom: 4px;
  }

  .code-embed {
    width: 100%;
    padding-top: 1rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h2.center {
    text-align: center;
  }

  .background_accent_movie {
    flex: 0 auto;
    width: 100%;
    height: auto;
  }

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

  .text-size-big {
    font-size: 1.25rem;
  }

  .text-sign.eng {
    text-align: center;
  }

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

  .footer-wrapper {
    flex-direction: column;
    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;
  }

  .header-two-columns {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .flex_center {
    flex-flow: column;
  }

  .image-2 {
    max-width: none;
  }

  .text-span-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper_values {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .value {
    order: 0;
  }

  .lefft_values {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
  }

  .right_values {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image-3 {
    display: none;
  }

  .fixed_aboutme {
    overflow: scroll;
  }

  .close {
    top: 2%;
    right: 2%;
  }

  .image-4, .image-5 {
    order: -1;
  }

  .img-voucher {
    height: 30svh;
    display: none;
  }

  .quote {
    margin-bottom: 16px;
  }

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

  .testimonial-wrapper-all {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .img-testimonial {
    max-width: 150px;
  }

  .padding-map {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .card_eng {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .button {
    font-weight: 500;
  }

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

  .menu-icon1_line-middle {
    color: #000;
  }

  .header_content {
    align-self: stretch;
    align-items: stretch;
    display: block;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    text-align: left;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .spacing-normal {
    height: 2rem;
  }

  .flex-box {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .flex-box.contact {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-box.about {
    background-color: #f2ebd900;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .code-embed {
    width: 100%;
  }

  .icon-small {
    color: #000;
  }

  .container-images {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .image_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image_wrapper.padding, .image_wrapper.padding_2, .image_wrapper.padding_3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .photo {
    width: 100%;
    max-width: 284px;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h2.center {
    text-align: center;
  }

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

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

  .heading-style-h3 {
    font-size: 1.75rem;
  }

  .text-sign {
    text-align: left;
    font-size: 1.2rem;
  }

  .text-sign.big {
    font-size: 2rem;
  }

  .text-sign.b2b {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
  }

  .text-sign.eng {
    text-align: center;
  }

  .container {
    max-width: none;
  }

  .flex-icon {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex: none;
    order: 0;
    align-self: auto;
  }

  .flex-icon.contact {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper-icons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper-icons.contact {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper-icons.termin {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .text-size-small {
    text-align: left;
  }

  .text-size-small.left {
    margin-right: 0;
  }

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

  .card_price {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .card_termin {
    justify-content: flex-start;
    align-items: center;
  }

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

  .card_termin_next {
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-2 {
    width: auto;
    max-width: none;
    margin-left: auto;
  }

  .text-span-4 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .lefft_values {
    justify-content: center;
    align-items: flex-start;
  }

  .img-voucher {
    height: 40svh;
  }

  .ctas {
    flex-flow: column;
    align-self: auto;
  }

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

  .div-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .quote {
    font-size: 1.25rem;
  }

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

  .paragraph {
    font-size: 1rem;
  }

  .features-list {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .wrapper-testimonial-id {
    order: 1;
  }

  .img-testimonial {
    max-width: 100px;
  }

  .padding-map {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .card_eng {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
}

#w-node-e8bf05f7-2580-7455-a8af-9c6a0d489af5-0d489aef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8bf05f7-2580-7455-a8af-9c6a0d489b00-0d489aef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-d0f79f92-e8f3-cb83-c9e9-61267bbcd1c4-837a1471, #w-node-f23a5cad-fe7a-1f64-91da-93305f106659-837a1471, #w-node-bb0b5c5a-7d10-8622-b08f-d5b043e4841f-837a1471, #w-node-_164c41d6-6207-7d3b-67cb-08adb998901e-837a1471, #w-node-d0f79f92-e8f3-cb83-c9e9-61267bbcd1c4-36ae92c0, #w-node-f23a5cad-fe7a-1f64-91da-93305f106659-36ae92c0, #w-node-bb0b5c5a-7d10-8622-b08f-d5b043e4841f-36ae92c0, #w-node-_164c41d6-6207-7d3b-67cb-08adb998901e-36ae92c0, #w-node-d0f79f92-e8f3-cb83-c9e9-61267bbcd1c4-02adf8c1, #w-node-f23a5cad-fe7a-1f64-91da-93305f106659-02adf8c1, #w-node-bb0b5c5a-7d10-8622-b08f-d5b043e4841f-02adf8c1, #w-node-cfeee3cc-f6c1-69a1-38a4-fe53a2fd2423-ea0a2236, #w-node-cfeee3cc-f6c1-69a1-38a4-fe53a2fd2425-ea0a2236, #w-node-cfeee3cc-f6c1-69a1-38a4-fe53a2fd2427-ea0a2236, #w-node-cfeee3cc-f6c1-69a1-38a4-fe53a2fd2429-ea0a2236, #w-node-cfeee3cc-f6c1-69a1-38a4-fe53a2fd2425-f5fc6b33, #w-node-cfeee3cc-f6c1-69a1-38a4-fe53a2fd2427-f5fc6b33, #w-node-cfeee3cc-f6c1-69a1-38a4-fe53a2fd2429-f5fc6b33, #w-node-d0f79f92-e8f3-cb83-c9e9-61267bbcd1c4-f7138158, #w-node-f23a5cad-fe7a-1f64-91da-93305f106659-f7138158, #w-node-_5be3aace-bd98-6ae9-bc20-1f57f5a4aa32-f7138158, #w-node-_164c41d6-6207-7d3b-67cb-08adb998901e-f7138158, #w-node-cfeee3cc-f6c1-69a1-38a4-fe53a2fd2423-60240f3e, #w-node-cfeee3cc-f6c1-69a1-38a4-fe53a2fd2425-60240f3e, #w-node-cfeee3cc-f6c1-69a1-38a4-fe53a2fd2427-60240f3e, #w-node-cfeee3cc-f6c1-69a1-38a4-fe53a2fd2429-60240f3e, #w-node-_4f597395-8627-03ef-9e0e-0b0532b64c4a-e87bbbbd, #w-node-_82722cd0-d5dc-658e-154c-2345fa2c3b86-e87bbbbd, #w-node-fa806b5e-aab1-5232-38c8-5fec927b0bf2-e87bbbbd, #w-node-_92eee155-6f79-fcf6-9b5a-0ea4c361fb04-e87bbbbd, #w-node-_6bc5fe66-4120-8017-d627-04ae66d59430-e87bbbbd, #w-node-f4e82fa8-b3cd-3771-661e-9520b132d8ba-e87bbbbd, #w-node-_27201a81-4efd-872a-12d9-c61813482163-e87bbbbd, #w-node-e7ce8343-29eb-b0ce-81d2-0bc488abd2e4-e87bbbbd, #w-node-_78f82b94-e03b-f67d-c67c-256d234d3735-e87bbbbd, #w-node-_482a278f-1c4a-49b6-85e1-11b468292b19-e87bbbbd, #w-node-f5d56791-0975-1f6d-2c80-7a9b6c1aaf98-e87bbbbd, #w-node-_9ef263b7-6562-b03e-2988-19e0ca9717a8-e87bbbbd, #w-node-d57e00ad-fbec-6114-e7eb-38b1dc08a05e-e87bbbbd, #w-node-d739af5e-4c6d-d801-615d-28cbce0e906e-e87bbbbd, #w-node-fdf485d1-ed93-f0c2-035d-0dc5499de66c-e87bbbbd, #w-node-_57b27198-9db3-98b3-ca87-f3d9173a51a0-e87bbbbd {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8f29d3a-a1b3-9424-776d-0dc7274f05ad-dc1653ab {
    align-self: center;
  }

  #w-node-_4aa3646a-e4b7-6a67-f7a0-a5581c786664-dc1653ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}