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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  background-color: transparent;
  font-family: 'Calder LC1', sans-serif;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  cursor: none;
}

.container {
  position: relative;
  z-index: 10;
  max-width: 1380px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.thx {
  padding-top: 8%;
}

.block_lpc_1 {
  display: inline-block;
  min-height: 40px;
  margin: 0px auto;
  padding: 10px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
}

.img_lpc {
  width: 100%;
  max-width: 165px;
}

.div_lp {
  text-align: center;
}

.section {
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #f8f5ef;
}

.div-block {
  text-align: center;
}

.paragraph {
  max-width: 850px;
  margin: 40px auto 20px;
}

.link {
  display: inline-block;
  padding: 20px;
  font-family: Calder LC1, sans-serif;
  color: #eaeaea;
  text-decoration: none;
  text-transform: uppercase;
}

.section-2 {
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #000;
  background-image: url('../images/top_2_w.svg'), url('../images/top_1_w.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.7))), url('../images/Osada-83.jpeg');
  background-image: url('../images/top_2_w.svg'), url('../images/top_1_w.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url('../images/Osada-83.jpeg');
  background-position: 50% 100%, 50% 0%, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  color: #eaeaea;
}

.image {
  width: 100%;
  max-width: 180px;
}

.tytul-center {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Calder Grit1', sans-serif;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
}

.tytul-center._750 {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-2 {
  width: 100%;
  max-width: 550px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.form-block {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  min-height: 60px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #eaeaea;
}

.text-field:hover {
  border-bottom-color: #8a391b;
}

.text-field:focus {
  border-bottom-color: #8a391b;
}

.submit-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  border: 1px solid #8a391b;
  background-color: transparent;
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease;
  color: #8a391b;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #8a391b;
  color: #eaeaea;
}

.checkbox-label {
  color: #999;
  font-size: 11px;
  line-height: 20px;
}

.checkbox-field {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-left: -40px;
  border-color: #8a391b;
}

.checkbox.w--redirected-checked {
  background-color: #8a391b;
  background-size: 15px;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  background-image: url('../images/bg_szum.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-2 {
  display: block;
  width: 100%;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  display: none;
}

.slider {
  height: auto;
  max-width: 850px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: transparent;
}

.right-arrow {
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow.link-hover-ix-2 {
  top: 0px;
  bottom: auto;
  background-color: transparent;
  cursor: none;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 50%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow.link-hover-ix-2 {
  top: 0px;
  bottom: auto;
  cursor: none;
}

.text-block {
  margin-bottom: 40px;
  text-align: center;
  text-transform: none;
}

.text-block._850 {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-2 {
  font-family: Calder LC1, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.section-4 {
  position: relative;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f8f5ef;
}

.section-5 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 2600px;
  min-height: 1600px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f8f5ef;
}

.image-4 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.grid {
  grid-column-gap: 20px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-6 {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}

.paragraph-3 {
  max-width: 450px;
  margin-bottom: 0px;
}

.image-7 {
  position: relative;
  left: 50%;
  top: -40px;
  right: 5%;
  width: 100%;
  max-width: 160px;
  margin-right: 0px;
}

.div-block-2 {
  position: relative;
  padding-top: 40px;
}

.link-2 {
  display: inline-block;
  margin-top: 20px;
  padding: 20px 0px;
  font-family: 'Calder dark1', sans-serif;
  color: #8a391b;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.section-6 {
  max-width: 2600px;
  margin-top: -90px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: #000;
  color: #f8f5ef;
}

.section-7 {
  position: relative;
  overflow: hidden;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
	margin-top: 30px;
  width: 180px;
  height: 180px;
}

.tytul_left {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Calder Grit1', sans-serif;
  line-height: 46px;
  text-align: left;
  text-transform: uppercase;
}

.tytul_left.left_1._600 {
  max-width: 700px;
}

.grid-3 {
  margin-top: 0px;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  width: 100%;
  max-width: 690px;
  min-height: 100px;
  padding-left: 40px;
}

.image-10 {
  overflow: hidden;
  max-height: 870px;
  background-color: #000;
}

.heading {
  font-family: 'Calder dark1', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}

.section-8 {
  position: relative;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #f8f5ef;
}

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

.image-11 {
  width: 100%;
  max-width: 130px;
}

.section-9 {
  position: relative;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f8f5ef;
  background-image: url('../images/bg_szum_2.svg');
  background-position: 50% 0%;
  background-size: auto;
  color: #eaeaea;
}

.paragraph-4 {
  max-width: 470px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-12 {
  display: block;
  width: 100%;
  max-width: 45px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.image-13 {
  width: 100%;
  max-width: 150px;
  margin-top: 60px;
}

.div-block-4 {
  margin-bottom: 500px;
}

.div-block-5 {
  color: #000;
}

.text-block-3 {
  margin-bottom: 40px;
  font-family: 'Calder dark1', sans-serif;
  text-transform: uppercase;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-14 {
  width: 45px;
}

.text-block-4 {
  margin-left: 20px;
  font-family: 'Calder dark1', sans-serif;
  color: #8a391b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.linia {
  width: 100%;
  max-width: 455px;
  margin-left: 25%;
}

.linia.linia_3 {
  margin-left: 5%;
}

.linia.linia_2 {
  max-width: 570px;
  margin-left: 0%;
}

.linia.linia_4 {
  max-width: 330px;
  margin-right: auto;
  margin-left: auto;
}

.linia.linia_5 {
  margin-left: 0;
}

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

.text-block-5 {
  max-width: 500px;
}

.text-block-5._600 {
  max-width: 600px;
}

.div-block-7 {
  min-height: 10px;
}

.section-10 {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.section-10.thx {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  min-height: 350px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent);
}

.image-17 {
  z-index: 2;
  width: 100%;
  min-height: 1480px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.div-block-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-18 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 280px;
  height: 280px;
  max-height: 280px;
  max-width: 280px;
  min-height: 280px;
  min-width: 280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000px;
  background-color: #000;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000px;
  background-image: url('../images/oval.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #4d4d4d;
  text-align: right;
}

.tytul_right {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Calder Grit1', sans-serif;
  line-height: 46px;
  text-align: right;
  text-transform: uppercase;
}

.div-block-14 {
  color: #4d4d4d;
}

.div-block-15 {
  color: #4d4d4d;
  text-align: center;
}

.image-20 {
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.section-11 {
  position: relative;
  overflow: hidden;
  max-width: 2600px;
  min-height: 850px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.image-21 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.image-22 {
  position: absolute;
  top: 0px;
  width: 100%;
  max-height: 1110px;
  min-height: 1100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-12 {
  position: relative;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 250px;
  background-color: #000;
  background-image: url('../images/bottom_1.svg'), -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(20%, transparent)), -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(20%, transparent)), url('../images/bg_drzwi.jpeg');
  background-image: url('../images/bottom_1.svg'), linear-gradient(0deg, #000, transparent 20%), linear-gradient(180deg, #000, transparent 20%), url('../images/bg_drzwi.jpeg');
  background-position: 50% 101%, 0px 0px, 0px 0px, 100% 0%;
  background-size: 102%, auto, auto, auto 1250px;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
}

.image-23 {
  display: block;
  width: 100%;
  max-width: 130px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.div-block-16 {
  color: #eaeaea;
}

.div-block-17 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 550px;
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-24 {
  position: absolute;
  left: 0%;
  top: 100px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  max-width: 740px;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}

.image-25 {
  position: absolute;
  left: 38%;
  top: 0px;
  z-index: 3;
  width: 100%;
  max-width: 250px;
}

.image-26 {
  position: absolute;
  left: 50%;
  top: 60px;
  z-index: 2;
  width: 100%;
  max-width: 320px;
}

.image-27 {
  position: absolute;
  left: auto;
  top: 150px;
  right: 13%;
  z-index: 4;
  display: block;
  width: 100%;
  max-width: 240px;
}

.image-28 {
  position: absolute;
  top: 0px;
  right: 3%;
  z-index: 5;
  display: block;
  width: 100%;
  max-width: 215px;
}

.text-span {
  font-family: 'Calder dark1', sans-serif;
  text-transform: uppercase;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}

.large-cursor {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #cbaec0;
  border-radius: 50vw;
}

.text-cursor {
  font-size: 1.5em;
  letter-spacing: 1px;
}

.dot-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dot {
  position: static;
  display: block;
  width: 5px;
  height: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50vw;
  background-color: #99557f;
}

.div-block-18 {
  display: none;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.menu_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 1.2em;
  margin-left: 1.2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000127;
  text-decoration: none;
}

.splide {
  position: relative;
  width: 100%;
}

.splide.slider1.pill {
  margin-left: 6em;
  padding-top: 6em;
  padding-right: 14em;
  padding-bottom: 7em;
}

.grid_item-2 {
  width: 100%;
  padding: 1.04em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.5em;
  margin-right: 1.5em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5em;
  margin-left: 1.5em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  cursor: none;
}

.vs-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
}

.vs-section.thx {
  max-width: none;
}

.section-13 {
  position: relative;
  z-index: 2;
}

.slide-nav-3 {
  display: none;
}

.slider-2 {
  height: auto;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 60px;
  background-color: transparent;
}

.right-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow-3.link_cursor {
  cursor: none;
}

.left-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  margin-top: 40px;
  text-align: center;
}

.text-span-6 {
  font-family: 'Calder dark1', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

.image-29 {
  display: none;
  width: 100%;
}

.section-14 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f5ef;
}

.section-15 {
  position: relative;
  min-height: 950px;
  background-color: #f8f5ef;
  background-image: url('../images/bg_las_2.jpeg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-30 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  max-width: 101%;
}

.slider-3 {
  margin-top: 60px;
}

.slide-nav-4 {
  display: none;
}

.text-block-7 {
  margin-top: 40px;
  text-align: center;
}

.text-span-7 {
  font-family: 'Calder dark1', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.mask-2 {
  overflow: visible;
  background-color: transparent;
}

.slide-2 {
  overflow: visible;
  margin-right: 30px;
  padding: 0px;
}

.slide-nav-5 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  display: none;
  max-width: 200px;
  min-height: 45px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  line-height: 16px;
}

.right-arrow-4 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #f8f5ef;
  color: #804951;
  font-size: 14px;
  cursor: none;
}

.left-arrow-4 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #f8f5ef;
  color: #804951;
  font-size: 14px;
  cursor: none;
}

.slider-4 {
  position: static;
  width: 100%;
  height: 100%;
  max-width: 400px;
  margin-top: 0px;
  background-color: transparent;
}

.div-block-19 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-31 {
  max-height: 25px;
  margin-bottom: 20px;
}

.slide_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, transparent)), url('../images/fota_slider_1.jpg');
  background-image: linear-gradient(0deg, #000, transparent 90%), url('../images/fota_slider_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #eaeaea;
  text-align: center;
}

.slide_wrap.w_logo {
  min-height: 400px;
  padding: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, transparent)), url('../images/fota_slider_1.jpg');
  background-image: linear-gradient(0deg, #000, transparent 50%), url('../images/fota_slider_1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #eaeaea;
  text-align: center;
}

.slide_wrap.w2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, transparent)), url('../images/fota_slider_2.jpg');
  background-image: linear-gradient(0deg, #000, transparent 90%), url('../images/fota_slider_2.jpg');
  background-position: 0px 0px, 50% 100%;
}

.slide_wrap.w3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, transparent)), url('../images/fota_slider_3.jpg');
  background-image: linear-gradient(0deg, #000, transparent 90%), url('../images/fota_slider_3.jpg');
}

.slide_wrap.w4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, transparent)), url('../images/fota_slider_4.jpg');
  background-image: linear-gradient(0deg, #000, transparent 90%), url('../images/fota_slider_4.jpg');
}

.slide_wrap.w5 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, transparent)), url('../images/fota_slider_5.jpg');
  background-image: linear-gradient(0deg, #000, transparent 90%), url('../images/fota_slider_5.jpg');
}

.slide_wrap.w6 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, transparent)), url('../images/fota_slider_6.jpg');
  background-image: linear-gradient(0deg, #000, transparent 90%), url('../images/fota_slider_6.jpg');
}



.slide_wrap.glamping_1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, transparent)), url('../images/glamping/fota_1.jpg');
  background-image: linear-gradient(0deg, #000, transparent 90%), url('../images/glamping/galeria/galeria_18.jpg');
  background-position: 0px 0px, 50% 100%;
}

.slide_wrap.glamping_2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, transparent)), url('../images/glamping/fota_2.jpg');
  background-image: linear-gradient(0deg, #000, transparent 90%), url('../images/glamping/galeria/galeria_39.jpg');
  background-position: 0px 0px, 50% 100%;
}

.slide_wrap.glamping_3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, transparent)), url('../images/glamping/fota_3.jpg');
  background-image: linear-gradient(0deg, #000, transparent 90%), url('../images/glamping/galeria/galeria_43.jpg');
  background-position: 0px 0px, 50% 100%;
}

.slide_wrap.glamping_4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, transparent)), url('../images/glamping/fota_4.jpg');
  background-image: linear-gradient(0deg, #000, transparent 90%), url('../images/glamping/galeria/galeria_16.jpg');
  background-position: 0px 0px, 50% 100%;
}

.slide_wrap.glamping_5 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, transparent)), url('../images/glamping/fota_5.jpg');
  background-image: linear-gradient(0deg, #000, transparent 90%), url('../images/glamping/galeria/galeria_24.jpg');
  background-position: 0px 0px, 50% 100%;
}

.slide_wrap.glamping_6 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, transparent)), url('../images/glamping/fota_6.jpg');
  background-image: linear-gradient(0deg, #000, transparent 90%), url('../images/glamping/galeria/galeria_5.jpg');
  background-position: 0px 0px, 50% 100%;
}

.text-block-9 {
  margin-top: 20px;
  color: #804951;
  font-weight: 700;
}

.image-32 {
  width: 100%;
}

.image-33 {
  max-width: 30px;
}

.slider-5 {
  position: relative;
  overflow: hidden;
  height: auto;
  background-color: #000;
}

.mask-3 {
  overflow: visible;
  height: auto;
}

.slide-3 {
  height: auto;
  min-height: 650px;
  padding-top: 100px;
  padding-bottom: 350px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent)), url('../images/fota_rzeka.jpeg');
  background-image: linear-gradient(90deg, #000, transparent), url('../images/fota_rzeka.jpeg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-3.w2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent)), url('../images/Osada-59.jpeg');
  background-image: linear-gradient(90deg, #000, transparent), url('../images/Osada-59.jpeg');
}

.slide-3.w3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent)), url('../images/Osada-146.jpeg');
  background-image: linear-gradient(90deg, #000, transparent), url('../images/Osada-146.jpeg');
  background-position: 0px 0px, 100% 100%;
}

.slide-3.w4 {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent)), url('../images/slider_fota_1a.jpg');
  background-image: linear-gradient(90deg, #000, transparent), url('../images/slider_fota_1a.jpg');
}

.slide-3.w5 {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent)), url('../images/Osada_jesienna-118-1.jpeg');
  background-image: linear-gradient(90deg, #000, transparent), url('../images/Osada_jesienna-118-1.jpeg');
  background-position: 0px 0px, 50% 0%;
}

.slide-3.w6 {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent)), url('../images/slider_fota_2a.jpg');
  background-image: linear-gradient(90deg, #000, transparent), url('../images/slider_fota_2a.jpg');
}

.slide-nav-6 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: block;
  padding-bottom: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-arrow-5 {
  display: none;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
}

.right-arrow-5 {
  display: none;
}

.div-block-23 {
  color: #eaeaea;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 650px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-34 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
}

.section-16 {
  position: relative;
}

.section-17 {
  position: relative;
  z-index: 1;
  min-height: 1300px;
  margin-top: -410px;
  padding-top: 410px;
  background-image: url('../images/bg_tlo_b.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-18 {
  background-color: #000;
}

.grid-6 {
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-25 {
  color: #eaeaea;
}

.left-arrow-6 {
  display: none;
}

.right-arrow-6 {
  display: none;
}

.slide-nav-7 {
  display: none;
}

.slider-6 {
  background-color: transparent;
}

.list {
  max-width: 65%;
}

.text-block-10 {
  display: inline-block;
  padding-top: 0px;
  font-size: 16px;
  line-height: 26px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-26 {
  width: 10px;
  height: 10px;
  max-height: 10px;
  max-width: 10px;
  min-height: 10px;
  min-width: 10px;
  margin-right: 10px;
  border-radius: 1000px;
  background-color: #eaeaea;
}

.navlinktext {
  font-family: 'Calder dark1', sans-serif;
  color: #4d4d4d;
  letter-spacing: 5px;
  text-decoration: none;
}

.wrapper {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 60px;
}

.contentoverlay {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 8;
  display: block;
  width: 4000px;
  height: 4000px;
  margin-top: -2000px;
  margin-right: -2000px;
  border-radius: 100%;
  background-color: #292048;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.text-block-12 {
  color: #4d4d4d;
  font-size: 16px;
}

.text-block-12.close {
  display: none;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 49;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f5ef;
  background-image: url('../images/bg_szum_2.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navlink {
  position: relative;
  z-index: 50;
  display: block;
  padding: 20px 10px;
  font-family: Exo, sans-serif;
  color: #4d4d4d;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 100;
  text-align: center;
  letter-spacing: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink.w--current {
  position: relative;
  z-index: 1500;
  max-width: none;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(43, 33, 75, 0.95);
  color: #fff;
}

.menu-icon {
  width: 50px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.reserve-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  top: auto;
  left: auto;
  z-index: 49;
  text-align: center;
  cursor: pointer;
  color: #f8f5ef;
  text-decoration: none;
}

.reserve-button__text {
  transition: opacity 0.3s, padding 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  text-decoration: none !important;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #000000dd;
  height: 70px;
  border-radius: 10000px;
  width: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 70px;
  padding-top: 2px;
}

.reserve-button__icon {
  width: 70px;
  height: 70px;
  padding: 15px;

  background-color: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10000px;
}

.reserve-button__icon svg {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.reserve-button:hover .reserve-button__icon svg {
  transform: rotate(5deg);
}

.reserve-button:hover .reserve-button__text {
  opacity: 1;
  pointer-events: all;
  touch-action: auto;
  transform: translateX(0px);
  padding-right: 85px;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .reserve-button__icon {
    width: 50px;
    height: 50px;
    padding: 7px;
  }

  .reserve-button__text {
    height: 50px;
    padding-right: 60px;
  }

  .reserve-button:hover .reserve-button__text {
    padding-right: 75px;
  }
}

.contentholder {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f5ef;
  -webkit-transform: perspective(100vw);
  transform: perspective(100vw);
}

.navoverlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  overflow: hidden;
  width: 4000px;
  height: 4000px;
  margin-top: 0px;
  margin-right: 0px;
  border-radius: 100%;
  background-color: #061127;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-trigger {
  position: fixed;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 49;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000px;
  background-color: #f8f5ef;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.nav-trigger.w2 {
  z-index: 40;
  background-color: #f8f5ef;
}

.menu-line {
  width: 50px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #4d4d4d;
}

.menu-line.halfright {
  width: 25px;
  margin-left: auto;
}

.menu-line.half {
  width: 25px;
  background-color: #4d4d4d;
}

.logo {
  display: inline-block;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

.body.thx {
  background-color: #f8f5ef;
  background-image: url('../images/bg_szum_2.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-28 {
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
}

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

.div-block-29 {
  position: absolute;
  z-index: 50;
  width: 100px;
  height: 100px;
  background-color: #8a391b;
}

.div-block-30 {
  position: relative;
  z-index: 50;
}

.div-block-31 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32 {
  min-height: 60px;
  min-width: 60px;
  background-color: #8a391b;
}

.nav-trigger-2 {
  position: fixed;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000px;
  background-color: #f8f5ef;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.nav-trigger-2.w2 {
  z-index: 40;
  background-color: #f8f5ef;
}

.button-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: 20px 25px;
  border-bottom: 2px solid #8a391b;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 0 15px 25px 0 rgba(138, 57, 27, 0.22);
  font-family: 'Calder dark1', sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.button-wrapper.center {
  margin-right: auto;
  margin-left: auto;
}

.button-text {
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-filler {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 101%;
  height: 50%;
  background-color: #8a391b;
}

.button-filler.white {
  background-color: #eaeaea;
}

.button-wrapper-white {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: 20px 25px;
  border-bottom: 2px solid #eaeaea;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 0 15px 25px 0 rgba(138, 57, 27, 0.22);
  font-family: 'Calder dark1', sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.button-wrapper-white.center {
  margin-right: auto;
  margin-left: auto;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-2 {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Calder Grit1', sans-serif;
}

.heading-2 {
  font-family: 'Calder Grit1', sans-serif;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.section-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg_top.jpeg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-3 {
  font-family: 'Calder Grit1', sans-serif;
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-33 {
  text-align: center;
}

.image-35 {
  display: block;
  width: 100%;
  max-width: 130px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.text-block-13 {
  font-family: 'Calder dark1', sans-serif;
}

.link-3 {
  padding: 10px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'Calder dark1', sans-serif;
  color: #4d4d4d;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
	font-size: 14px;
}

.link-3:hover {
  color: #8a391b;
}

.box_linki {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	
}

.text-block-14 {
  margin-top: 40px;
  font-family: 'Calder dark1', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.slid_1_a.pierwszy {
  display: none;
}

.slid_2_a {
  display: none;
}

.slid_3_a.ostatni {
  display: none;
}

.slider-5a {
  position: relative;
  overflow: hidden;
  height: auto;
  background-color: #000;
}


.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-35 {
  color: #4d4d4d;
  text-align: center;
  width: 100%;
}

#zarezerwuj {
  padding-top: 60px;
  scroll-padding: 60px;
}

.section-min-height {
  height: 300px;
}

.lightbox-link {
  text-decoration: none;
}



@media screen and (max-width: 991px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tytul-center {
    font-size: 24px;
    line-height: 38px;
  }

  .section-5 {
    min-height: 1400px;
  }

  .grid {
    padding-top: 40px;
    -ms-grid-columns: 1.75fr 1fr;
    grid-template-columns: 1.75fr 1fr;
  }

  .image-7 {
    top: -20px;
    max-width: 150px;
  }

  .image-9.w2 {
    display: block;
    margin: 40px auto -40px;
  }

  .tytul_left {
    font-size: 24px;
    line-height: 38px;
  }

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

  .div-block-3 {
    max-width: 100%;
    padding-right: 40px;
  }

  .image-10 {
    max-height: none;
  }

  .heading {
    font-size: 28px;
    line-height: 36px;
  }

  .section-8 {
    padding-top: 0px;
  }

  .div-block-10 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
    min-height: 280px;
    min-width: 280px;
  }

  .div-block-11 {
    width: 300px;
    height: 300px;
  }

  .tytul_right {
    font-size: 24px;
    line-height: 38px;
  }

  .section-12 {
    padding-bottom: 0px;
  }

  .image-24 {
    max-width: 700px;
  }

  .image-25 {
    max-width: 220px;
  }

  .image-26 {
    max-width: 280px;
  }

  .image-27 {
    max-width: 210px;
  }

  .image-28 {
    max-width: 180px;
  }

  .cursor-wrapper {
    display: none;
  }

  .menu_link {
    margin-right: 0em;
    padding: 5px 16px;
  }

  .splide.slider1.pill {
    padding-top: 6em;
    padding-right: 6vw;
  }

  .section-15 {
    min-height: 750px;
  }

  .image-30 {
    display: block;
  }

  .slider-5 {
    display: none;
  }

  .mask-3 {
    height: 100%;
  }

  .slide-3.w4 {
    max-height: 900px;
    min-height: 900px;
    padding-top: 125px;
    padding-bottom: 300px;
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
  }

  .slide-3.w5 {
    height: 100%;
    max-height: 900px;
    min-height: 900px;
    padding-top: 125px;
    background-position: 0px 0px, 0% 50%;
  }

  .slide-3.w6 {
    max-height: 900px;
    min-height: 0px;
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .slide-nav-6 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-bottom: 0px;
  }

  .slide-nav-6.w1 {
    padding-bottom: 350px;
  }

  .div-block-24 {
    min-height: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-34 {
    max-height: 125px;
  }

  .section-17 {
    min-height: 1000px;
    margin-top: -410px;
    padding-top: 250px;
  }

  .section-18 {
    position: relative;
    z-index: 11;
  }

  .grid-6 {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .div-block-25 {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .list {
    max-width: 90%;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .list-item {
    font-size: 16px;
    line-height: 26px;
  }

  .slid_1_a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/slider_fota_1a.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/slider_fota_1a.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slid_1_a.pierwszy {
    display: block;
    padding-top: 40px;
  }

  .slid_2_a {
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Osada_jesienna-118-1.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Osada_jesienna-118-1.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slid_3_a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/slider_fota_2a.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/slider_fota_2a.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slid_3_a.ostatni {
    display: block;
    padding-bottom: 40px;
  }

  .slider-5a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .tytul-center {
    font-size: 28px;
    line-height: 38px;
  }

  .tytul_left {
    font-size: 28px;
    line-height: 38px;
  }

  .tytul_right {
    font-size: 28px;
    line-height: 38px;
  }

  .splide.slider1.pill {
    padding-right: 0vw;
  }

  .slide-3.w4 {
    max-height: 1000px;
    min-height: 1000px;
    padding-bottom: 200px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/slider_fota_1a.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/slider_fota_1a.jpg');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slide-3.w5 {
    max-height: 1000px;
    min-height: 1000px;
    padding-bottom: 150px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/slider_fota_3a.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/slider_fota_3a.jpg');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slide-3.w6 {
    max-height: 1000px;
    min-height: 0px;
    padding-bottom: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/slider_fota_2a.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/slider_fota_2a.jpg');
    background-position: 0px 0px, 50% 30%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slide-nav-6 {
    padding-bottom: 50px;
  }

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

  .list {
    max-width: 100%;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 24px;
  }

  .navlinktext {
    line-height: 1.6em;
  }

  .nav {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navlink {
    font-size: 1em;
  }

  .menu-icon {
    width: 30px;
  }

  .nav-trigger {
    width: 45px;
    height: 45px;
  }

  .menu-line {
    width: 30px;
  }

  .menu-line.halfright {
    width: 20px;
  }

  .menu-line.half {
    width: 20px;
  }

  .nav-trigger-2 {
    width: 45px;
    height: 45px;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .heading-3 {
    font-size: 34px;
  }

  .image-35 {
    margin-bottom: 20px;
  }

  .link-3 {
    padding: 15px;
  }

  .box_linki {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 479px) {
	
	.image-20 {
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}
	
	
  body {
    font-size: 16px;
    line-height: 26px;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section {
    padding-top: 50px;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tytul-center {
    font-size: 22px;
    line-height: 36px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .submit-button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .section-4 {
    padding-top: 50px;
  }

  .grid {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid._2 {
    padding-top: 0px;
  }

  .image-7 {
    position: static;
    left: 0px;
    top: 0px;
    right: auto;
    display: block;
    max-width: 130px;
    margin-top: -40px;
    margin-right: 0px;
    margin-left: auto;
  }

  .div-block-2 {
    padding-top: 20px;
  }

  .image-9 {
    display: block;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .tytul_left {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
  }

  .tytul_left.left_1 {
    text-align: left;
  }

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

  .div-block-3 {
    padding-right: 40px;
  }

  .heading {
    font-size: 24px;
    line-height: 34px;
  }

  .section-8 {
    padding-top: 0px;
  }

  .image-11 {
    min-width: 130px;
  }

  .image-13 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-4 {
    margin-top: 80px;
    margin-bottom: 420px;
  }

  .text-block-3 {
    text-align: center;
  }

  .div-block-6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .linia {
    max-width: 250px;
    margin-left: 0%;
  }

  .linia.linia_3 {
    margin-left: 0%;
  }

  .linia.linia_2 {
    max-width: 250px;
  }

  .linia.linia_4 {
    max-width: 180px;
  }

  .grid-5 {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-5 {
    text-align: center;
  }

  .text-block-5._600.left {
    text-align: left;
  }

  .div-block-7 {
    min-width: 45px;
  }

  .image-16 {
    padding-top: 150px;
  }

  .div-block-8 {
    min-height: 250px;
  }

  .image-17 {
    min-height: 1100px;
  }

  .div-block-10 {
    width: 190px;
    height: 190px;
    max-height: 190px;
    max-width: 190px;
    min-height: 190px;
    min-width: 190px;
  }

  .div-block-11 {
    width: 220px;
    height: 220px;
  }

  .div-block-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-13 {
    text-align: center;
  }

  .tytul_right {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
  }

  .div-block-14 {
    text-align: center;
  }

  .section-11 {
    min-height: 750px;
  }

  .image-22 {
    max-height: 750px;
    min-height: 750px;
  }

  .section-12 {
    min-height: 1500px;
    background-size: 102%, auto, auto, cover;
  }

  .image-24 {
    top: 25px;
  }

  .image-25 {
    left: 10%;
    top: 25%;
    max-width: 200px;
  }

  .image-26 {
    left: 45%;
    top: 85px;
    max-width: 260px;
  }

  .image-27 {
    left: 0px;
    top: auto;
    bottom: -150px;
    max-width: 200px;
  }

  .image-28 {
    top: auto;
    right: 15%;
    bottom: -75px;
    max-width: 180px;
  }

  .grid_item-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .slider-2 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .section-14 {
    padding-top: 40px;
  }

  .section-15 {
    min-height: 700px;
  }

  .slide-nav-5 {
    right: auto;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slide_wrap {
    padding: 60px 20px 20px;
  }

  .slide-3.w3 {
    background-position: 0px 0px, 100% 100%;
  }

  .slide-3.w6 {
    max-height: 1200px;
    min-height: 1000px;
    padding-bottom: 0px;
  }

  .div-block-24 {
    min-height: 350px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-17 {
    min-height: 900px;
    padding_-top: 220px;
  }

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

  .list {
    max-width: 100%;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 21px;
  }

  .div-block-27 {
    width: 100%;
  }

  .text-block-11 {
    text-align: center;
  }

  .navlinktext {
    line-height: 1.6em;
  }

  .wrapper {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .contentoverlay {
    width: 2000px;
    height: 2000px;
    margin-top: -1000px;
    margin-right: -1000px;
  }

  .nav {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navlink {
    line-height: 1.2em;
  }

  .navoverlay {
    width: 2000px;
    height: 2000px;
    margin-top: -1000px;
    margin-right: -1000px;
  }

  .header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo {
    font-size: 2em;
  }

  .heading-2 {
    font-size: 16px;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 36px;
  }

  .image-35 {
    max-width: 100px;
  }

  .link-3 {
    text-align: center;
  }

  .text-block-14 {
    text-align: center;
  }
}

#w-node-_4085b3e6-bb18-5aef-7599-8551c44b30d4-8d227e9f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f29cd1d3-ddd2-abf9-c226-30f5e0caeb89-8d227e9f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-eecace06-9b6b-df91-6147-e5378cb1b45e-8d227e9f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_21750414-8b3b-69ed-83e6-6af7be960d6d-8d227e9f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-aba0153e-b57c-2da4-c377-662fe01960ae-8d227e9f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c089070c-2f86-be85-0121-e0d017b947fd-8d227e9f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0f64e638-f730-af41-1c24-f929f2093ecf-8d227e9f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e92cd799-12be-b57c-048d-d4cdfe42b269-8d227e9f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3ed5636f-6a3c-e7e8-414e-5dfb4a95b2ff-8d227e9f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64f38985-906b-2575-21b1-4c384a5d6ed2-8d227e9f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3b2ccbde-7cea-acd4-4258-5e1a82c23e56-8d227e9f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_86156bd4-5573-5fbd-cecd-6c0e4b6ce588-8d227e9f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8f5c4533-4f88-368b-6bac-f19250423df7-8d227e9f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e0f04772-4c24-2a91-8e0a-4e583c1e715b-8d227e9f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_60edf420-738b-159a-2452-afe45338fbd6-8d227e9f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3ae7bdbd-f9b3-bb31-f919-51d202688ec6-8d227e9f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_885e987a-cb76-a15f-f2a0-3a7bc423bbbd-8d227e9f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_365ed88b-c41c-7ec7-5ccd-ece30a99129a-8d227e9f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_06d579f8-dec6-0db6-bbd5-89b8ef63bfff-8d227e9f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_64f38985-906b-2575-21b1-4c384a5d6ed2-8d227e9f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8f5c4533-4f88-368b-6bac-f19250423df7-8d227e9f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_60edf420-738b-159a-2452-afe45338fbd6-8d227e9f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_885e987a-cb76-a15f-f2a0-3a7bc423bbbd-8d227e9f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_365ed88b-c41c-7ec7-5ccd-ece30a99129a-8d227e9f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Calder';
  src: url('../fonts/font.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calder LC';
  src: url('../fonts/font.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Calder Grit1';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calder dark1';
  src: url('../fonts/CalderDark.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calder LC1';
  src: url('../fonts/CalderLC.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Calder Grit1';
  src: url('../fonts/CalderDarkGrit.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}