@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Black.ttf') format("truetype"), url('../fonts/Gilroy-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Bold.ttf') format("truetype"), url('../fonts/Gilroy-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BlackItalic.ttf') format("truetype"), url('../fonts/Gilroy-HeavyItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BoldItalic.ttf') format("truetype"), url('../fonts/Gilroy-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segoe ui;
  src: url('../fonts/Segoe-UI-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segoe ui;
  src: url('../fonts/Segoe-UI.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segoe ui;
  src: url('../fonts/Segoe-UI-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Segoe ui;
  src: url('../fonts/Segoe-UI-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bodonimoda 11 Pt Regular";
  src: url('../fonts/BodoniModa_11pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bodonimoda 11 Pt Medium";
  src: url('../fonts/BodoniModa_11pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: #f9fafc;
  --midnight-blue: #1a2c53;
  --wheat: #f3debb;
  --tan: #d5aa83;
  --peru: #a67b5e;
  --dark-slate-blue-2: #384664;
  --dark-slate-blue: #253759;
  --black: #020508;
  --ghost-white: #edf0f7;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.section {
  margin-top: 150px;
}

.container {
  text-align: center;
}

.nav-menu {
  background-color: #f9fafc00;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  display: flex;
  position: relative;
}

.container-2 {
  justify-content: flex-start;
  align-self: center;
  min-width: 1170px;
  max-width: 1170px;
  margin: 20px 0;
  padding-top: 0;
  display: flex;
}

.button {
  background-color: var(--midnight-blue);
  letter-spacing: .08em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 20px;
  padding: 12px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: all .4s ease-in-out;
  display: flex;
}

.button:hover {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(60deg, var(--wheat), var(--tan) 20%, var(--peru) 42%, var(--tan) 55%, var(--wheat) 79%, var(--tan));
  transform: translate(0, -3px);
}

.div-block, .div-block-2 {
  display: flex;
}

.navbar {
  background-color: var(--white-smoke);
  justify-content: center;
  display: flex;
}

.navbar:active {
  display: flex;
}

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

.nav-link {
  color: var(--midnight-blue);
  letter-spacing: .1em;
  margin: 20px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all .4s;
}

.nav-link:hover {
  color: #d8c158;
  -webkit-text-stroke-color: var(--tan);
  font-weight: 400;
}

.nav-link:active {
  color: var(--midnight-blue);
}

.nav-link:focus {
  color: #d8c158;
}

.heromain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-smoke);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

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

.background-video {
  z-index: 10;
  border: 1px #000;
  width: 45%;
  height: 400px;
  display: flex;
  position: absolute;
  right: 0;
}

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

.play-pause-button {
  display: none;
}

.div-block-4 {
  width: auto;
  position: static;
  left: 0;
}

.heading {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
}

.heading.cbb {
  font-family: Bodoni Moda, sans-serif;
  line-height: 55px;
}

.paragraph {
  color: var(--midnight-blue);
  letter-spacing: .03em;
  width: 450px;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
  position: static;
}

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

.div-block-5 {
  margin-top: 50px;
  display: flex;
}

.button-white {
  border: 1px solid var(--midnight-blue);
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .08em;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 220px;
  margin-top: 6px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 13px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: transform .4s ease-in-out;
  display: block;
}

.button-white:hover {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  transform: translate(0, -3px);
}

.button-copy {
  background-color: var(--midnight-blue);
  letter-spacing: .08em;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 6px;
  margin-right: 20px;
  padding: 13px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  transition: all .4s ease-in-out;
  display: block;
}

.button-copy:hover {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(70deg, var(--wheat), var(--tan) 19%, var(--peru) 42%, var(--tan) 63%, var(--wheat) 84%, var(--tan) 103%);
  transform: translate(0, -3px);
}

.div-block-6 {
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 1170px;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._3kolumny {
  background-color: var(--white-smoke);
  padding-top: 60px;
  padding-bottom: 50px;
}

.div-block-7 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  border-right: 1px solid var(--tan);
  padding-bottom: 25px;
}

.column-2 {
  border-left: 1px solid var(--tan);
  padding-bottom: 25px;
}

.heading-2 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.heading-3 {
  color: #797979;
  text-align: center;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  position: static;
}

.div-block-8 {
  background-color: var(--white-smoke);
  padding-bottom: 0;
}

.column-3 {
  padding-bottom: 25px;
}

.o-mnie {
  padding-top: 150px;
}

.div-block-9 {
  justify-content: center;
  align-items: flex-start;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  width: 43vw;
  margin-left: 0;
  margin-right: 43px;
  padding-top: 0;
  display: flex;
}

.div-block-11 {
  width: auto;
  max-width: 550px;
}

.heading-4 {
  color: #bc9f54;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
}

.text-block {
  background-image: linear-gradient(to right, #d8c158, #897029 27%, #d8c057 52%);
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block.clipped {
  background-color: #d8c15800;
  background-image: repeating-linear-gradient(45deg, var(--tan), #c19e7f 21%, var(--peru) 40%, var(--wheat) 52%, var(--tan) 68%, var(--wheat) 85%);
  letter-spacing: .03em;
  margin-bottom: 0;
  padding-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block.clipped.cmbo {
  text-align: center;
  letter-spacing: .15em;
  text-indent: 0;
  margin-bottom: 35px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 55px;
  display: none;
}

.text-block.clipped.dfg {
  background-image: repeating-linear-gradient(45deg, var(--wheat), var(--tan) 37%, var(--peru) 43%, var(--tan) 56%, var(--wheat) 76%, var(--peru) 99%);
  font-size: 25px;
  line-height: 25px;
}

.heading-5 {
  color: var(--midnight-blue);
  letter-spacing: .03em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.paragraph-2 {
  color: var(--midnight-blue);
  text-align: justify;
  letter-spacing: .06em;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-2.cbbb {
  text-align: left;
  width: 60%;
  margin-top: 18px;
}

.paragraph-2.cbbb.adsasdas {
  font-family: Segoe ui, sans-serif;
  font-size: 17px;
}

.button-o-mnie {
  letter-spacing: .08em;
  cursor: pointer;
  background-color: #1a2c5300;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  transition: all .4s ease-in-out;
  display: flex;
}

.button-o-mnie:hover {
  background-image: linear-gradient(60deg, var(--wheat), #d5aa83 23%, var(--peru) 44%, var(--tan) 59%, #f3debb 80%, #d5aa83 91%);
  transform: translate(0, -3px);
}

.button-o-mnie.asdassa {
  align-items: center;
  width: 320px;
  padding: 13px 24px;
  font-size: 17px;
}

.button-o-mnie.asdassa:hover {
  color: #000;
  background-color: #fff;
  background-image: none;
  font-size: 17px;
  font-weight: 300;
}

.list {
  margin-top: 22px;
}

.list-item {
  letter-spacing: .03em;
  margin-bottom: 16px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  list-style-type: disc;
}

.list-item-2 {
  list-style-type: square;
}

.text-block-2 {
  text-align: center;
  letter-spacing: .03em;
  margin-top: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
}

.text-block-3 {
  color: var(--midnight-blue);
  text-align: justify;
  letter-spacing: .06em;
  margin-top: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.testimonials {
  padding-top: 225px;
  padding-bottom: 150px;
}

.container-3 {
  max-width: 1170px;
}

.div-block-12 {
  flex-direction: row;
  display: flex;
}

.slider {
  background-color: #ddd0;
  max-width: 780px;
}

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

.slide {
  width: 300px;
  margin-right: 10px;
}

.image {
  clear: none;
  margin-top: 0;
  position: absolute;
  inset: -13% auto auto 6%;
}

.text-block-4 {
  text-align: center;
  letter-spacing: .03em;
  padding-top: 38px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.grid {
  grid-row-gap: 32px;
  grid-template-columns: 380px 380px;
}

.div-block-14 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 1px #000;
}

.text-block-5 {
  color: var(--midnight-blue);
  letter-spacing: .03em;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-6 {
  color: var(--midnight-blue);
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-7 {
  color: var(--midnight-blue);
  letter-spacing: .03em;
  border-top: 1px #d8c158;
  border-left: 1px #d8c158;
  padding-top: 15px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.text-block-8 {
  color: var(--midnight-blue);
  letter-spacing: .06em;
  margin-top: 40px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.button-2 {
  background-color: var(--midnight-blue);
  letter-spacing: .06em;
  margin-top: 44px;
  padding: 13px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  transition: all .4s ease-in-out;
}

.button-2:hover {
  background-image: linear-gradient(60deg, var(--tan), var(--peru) 38%, var(--wheat) 76%, var(--tan));
  transform: translate(0, -3px);
}

.bold-text-2 {
  color: var(--midnight-blue);
  font-family: Montserrat, sans-serif;
}

.italic-text {
  color: var(--midnight-blue);
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.div-block-15 {
  padding-right: 15px;
}

.section-2 {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 75px;
}

.container-4 {
  max-width: 1170px;
}

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

.div-block-16.asdasdas {
  margin-bottom: 40px;
}

.text-block-9 {
  color: var(--midnight-blue);
  letter-spacing: .03em;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.div-block-17 {
  position: relative;
  overflow: hidden;
}

.div-block-18 {
  z-index: 5;
  background-color: #0000;
  max-width: none;
  position: relative;
  top: auto;
  bottom: auto;
}

.image-2 {
  border-radius: 100px;
  position: absolute;
  inset: -10% auto auto 8%;
  box-shadow: 0 0 3px 1px #000;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px 30px 0;
  display: flex;
}

.text-block-10 {
  color: var(--midnight-blue);
  letter-spacing: .06em;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.text-block-11 {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: .1em;
  margin-bottom: 17px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.button-3 {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  background-color: #3898ec00;
  padding-left: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.div-block-20 {
  background-color: var(--midnight-blue);
  width: 95px;
  height: 2px;
}

.div-block-21 {
  background-color: #fff;
  flex-direction: column;
  height: auto;
  margin: 25px;
  text-decoration: none;
  display: flex;
}

.text-block-11-copy {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-5-copy {
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.div-block-22 {
  background-color: var(--midnight-blue);
  border-radius: 100px;
  width: 85px;
  height: 85px;
  position: absolute;
  top: auto;
  left: auto;
}

.image-3 {
  color: #796262;
  background-color: #fff0;
  border-radius: 100px;
  width: auto;
  height: auto;
  margin-right: 5px;
  position: absolute;
  top: auto;
  left: auto;
}

.text-block-2-copy {
  text-align: center;
  letter-spacing: .03em;
  margin-top: 22px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: none;
  position: absolute;
  top: -40px;
  left: 40px;
}

.button-copy-copy {
  background-color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .08em;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 220px;
  margin-top: 6px;
  margin-right: 20px;
  padding: 13px 24px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.features-metrics {
  background-color: var(--white-smoke);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

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

.div-block-24 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
}

.text-block-12 {
  color: var(--midnight-blue);
  letter-spacing: .04em;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.grid-3 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.button-copy-copy-copy {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .08em;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 220px;
  margin-top: 6px;
  margin-right: 0;
  padding: 13px 24px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
}

.button-copy-copy-copy:hover {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
}

.div-block-25 {
  justify-content: space-around;
  margin-top: 43px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.text-block-13 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .04em;
  margin-top: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.text-block-14 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .03em;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-block-15 {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-16 {
  color: gray;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: line-through;
}

.div-block-26 {
  background-color: var(--midnight-blue);
  overflow: hidden;
}

.div-block-27 {
  background-color: #0000;
  margin: 20px 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-28, .div-block-29 {
  padding-left: 10px;
  padding-right: 10px;
}

.container-6 {
  max-width: 1170px;
}

.adsadasdasdasd {
  background-color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .06em;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 220px;
  margin-top: 6px;
  margin-right: 0;
  padding: 13px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  transition: all .4s ease-in-out;
  display: block;
}

.adsadasdasdasd:hover {
  background-image: linear-gradient(60deg, #d8c158, #897029 40%, #d8c158 73%, #897029);
  transform: translate(0, -3px);
}

.asdasdsadasdasdasaasd {
  border: 1px solid var(--midnight-blue);
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .06em;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 220px;
  margin-top: 6px;
  margin-left: 20px;
  margin-right: 0;
  padding: 13px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: all .4s ease-in-out;
  display: block;
}

.asdasdsadasdasdasaasd:hover {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  transform: translate(0, -3px);
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  color: var(--midnight-blue);
  letter-spacing: .03em;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.section-faq {
  background-color: var(--white-smoke);
  padding: 100px 30px 150px;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 900px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  text-align: left;
  width: auto;
}

.accordion-item {
  border-bottom: 1px none var(--midnight-blue);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 10px 15px 8px;
}

.accordion-item-content {
  margin-top: 5px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  border-bottom: 1px solid #44619e4d;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
}

.icon.accordion-icon {
  color: var(--midnight-blue);
  cursor: pointer;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.bold-text-3 {
  letter-spacing: .03em;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
}

.paragraph-3 {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  margin-bottom: 3px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.heading-6 {
  color: var(--midnight-blue);
  text-align: left;
  margin-top: 15px;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.footer-light {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-block-two {
  color: var(--midnight-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Gilroy, sans-serif;
  display: flex;
}

.footer-title {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  font-family: Bodoni Moda, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--midnight-blue);
  letter-spacing: .06em;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #d8c158;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-radius: 0;
  height: 51px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: var(--midnight-blue);
  background-image: url('../images/arrow-right-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 55px;
  height: 51px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #d8c158;
}

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

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

.footer-copyright {
  color: var(--midnight-blue);
  letter-spacing: .04em;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
}

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

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

.container-7 {
  max-width: 1170px;
}

.section-4 {
  background-image: url('../images/kontakt-tło.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.container-8 {
  max-width: 1170px;
}

.section-5 {
  background-color: var(--white-smoke);
  padding-top: 50px;
  padding-bottom: 101px;
}

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

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

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

.image-3-copy {
  color: #796262;
  background-color: #fff0;
  border-radius: 100px;
  width: 55px;
  height: auto;
  position: absolute;
  top: auto;
  left: auto;
}

.asddaasds {
  color: #796262;
  background-color: #fff0;
  border-radius: 100px;
  width: 65px;
  height: auto;
  position: absolute;
  top: auto;
  left: auto;
}

.addadasd {
  color: #796262;
  background-color: #fff0;
  border-radius: 100px;
  width: 55px;
  height: auto;
  position: absolute;
  top: auto;
  left: auto;
}

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

.image-3-copy {
  color: #796262;
  background-color: #fff0;
  border-radius: 100px;
  width: auto;
  height: auto;
  margin-right: 5px;
  position: absolute;
  top: auto;
  left: auto;
}

.asddsadadasd {
  color: #796262;
  background-color: #fff0;
  border-radius: 100px;
  width: 65px;
  height: auto;
  margin-right: 0;
  position: absolute;
  top: auto;
  left: auto;
}

.button-copy-copy-copy-copy {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .08em;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  margin-top: 6px;
  margin-right: 0;
  padding: 13px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .4s ease-in-out;
  display: block;
}

.button-copy-copy-copy-copy:hover {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  transform: translate(0, -3px);
}

.text-block-17 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .03em;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-18 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 16px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-18-copy {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 24px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.columns {
  background-color: var(--white-smoke);
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 25px;
}

.button-4 {
  background-color: var(--midnight-blue);
  text-align: left;
  letter-spacing: .03em;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 35px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: all .4s ease-in-out;
  display: flex;
}

.button-4:hover {
  background-image: linear-gradient(60deg, #d8c158, #897029 44%, #d8c158 75%, #897029);
  transform: translate(0, -3px);
}

.div-block-30 {
  flex-direction: column;
  display: flex;
}

.div-block-31, .div-block-32 {
  background-color: var(--white-smoke);
}

.div-block-345 {
  background-color: var(--white-smoke);
  border-radius: 10px;
  padding: 25px;
}

.column-copy {
  border: 1px #000;
  padding-bottom: 0;
}

.form-contact {
  background-image: url('../images/kontakt-tło.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 143px;
  padding-bottom: 139px;
  display: block;
}

.success-message-2 {
  color: #fff;
  letter-spacing: .05em;
  background-color: #63c2d0;
  font-size: 16px;
}

.div-block-346 {
  background-color: #fff;
  border: 1px #d4d4d4;
  flex: 1;
  margin-left: 10px;
  padding: 0;
}

.text-field {
  color: #333333c2;
  text-align: center;
  letter-spacing: .05em;
  border: 1px #000;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 35px;
  font-size: 12px;
}

.text-field-2 {
  text-align: center;
  letter-spacing: .05em;
  border: 1px #000;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 35px;
  font-size: 12px;
}

.heading-7 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .05em;
  margin-top: 26px;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.form-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-block-3 {
  padding: 26px;
}

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

.div-block-347 {
  background-color: #fff;
  flex: 1;
  justify-content: flex-start;
  margin-right: 10px;
  padding-right: 0;
  display: flex;
}

.submit-button {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: left;
  letter-spacing: .1em;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: background-color .325s;
  position: relative;
  left: auto;
  right: auto;
}

.submit-button:hover {
  background-color: #63c2d0;
}

.textarea-2 {
  text-align: center;
  letter-spacing: .05em;
  border: 1px #000;
  border-bottom: 1px solid #d4d4d4;
  height: auto;
  min-height: auto;
  font-size: 12px;
}

.text-block-19 {
  text-align: center;
  letter-spacing: .05em;
  font-size: 16px;
}

.div-block-120 {
  align-self: flex-start;
  margin-top: 0;
}

.form-3 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template: ". ." 38px
                 "Area-3 Area-4"
                 "Area Area-5"
                 "Area-2 Area-6"
                 "Area-10 Area-9" 160px
                 "Area-7 Area-8" 75px
                 / 2fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-between;
  align-items: stretch;
  margin-left: 0;
  display: grid;
  position: relative;
}

.form-3.g-wny-form {
  text-align: left;
  flex-direction: column;
  grid-template-rows: 38px auto auto auto 160px 75px;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 48px;
  margin-left: 0;
  display: flex;
  position: static;
}

.paragraph-10 {
  color: #000;
  letter-spacing: .1em;
  margin-top: 26px;
  font-size: 20px;
  line-height: 32px;
}

.text-field-3 {
  color: #000;
  letter-spacing: .1em;
  background-color: #fff;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: static;
  inset: 0% auto -72px 0%;
}

.text-field-3._1 {
  background-color: var(--white-smoke);
  color: #e2e2e2;
  border: 1px #506ba5;
  width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  position: static;
  inset: 0% auto auto 0%;
}

.checkbox {
  background-color: var(--midnight-blue);
  border-color: #fff;
  border-radius: 0;
  width: 24px;
  height: 24px;
  margin-left: 0;
  font-size: 14px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.checkbox.w--redirected-checked {
  background-color: #000;
}

.bold-text-4 {
  color: #000;
  letter-spacing: .1em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.bold-text-4._1 {
  color: var(--midnight-blue);
  letter-spacing: .15em;
}

.bold-text-4._123124 {
  color: var(--midnight-blue);
  width: 250px;
}

.text-field-4 {
  color: #000;
  letter-spacing: .1em;
  background-color: #fff;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin: 25px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: static;
  inset: 0% 0% 0% auto;
}

.text-field-4._1 {
  background-color: var(--white-smoke);
  color: #fff;
  border: 1px #5974ad;
  width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  position: static;
  inset: 0% 0% auto auto;
}

.submit-button-2 {
  color: #fff;
  letter-spacing: .1em;
  background-color: #000;
  margin-top: 12px;
  padding: 9px 70px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: transform .2s;
  position: static;
  inset: 0% 0% auto auto;
}

.submit-button-2:hover {
  color: #000;
  background-color: #18f1f7;
  transform: scale(1.02);
  box-shadow: 0 1px 10px -4px #000;
}

.submit-button-2:active {
  color: #fff;
  background-color: #fc00ff;
  transform: none;
}

.submit-button-2._1 {
  background-color: var(--midnight-blue);
  text-align: left;
  letter-spacing: .06em;
  margin-top: 28px;
  padding: 13px 32px;
  font-weight: 300;
  transition-property: none;
}

.submit-button-2._1:hover {
  box-shadow: none;
  color: var(--white-smoke);
  transform: none;
}

.submit-button-2._1 {
  margin-top: 28px;
  transition: color .2s, background-color .2s, transform .2s;
}

.submit-button-2._1:hover {
  transform: none;
}

.submit-button-2._1._232131 {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  margin-top: 15px;
  font-weight: 600;
}

.submit-button-2._1._232131:hover {
  background-color: #bc9654;
}

.submit-button-2._1._232131:active {
  background-color: #fc00ff;
}

.heading-15 {
  color: #000;
  letter-spacing: .125em;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 50px;
}

.heading-15.badznabiezaco {
  margin-top: 10px;
  font-size: 45px;
  line-height: 70px;
}

.error-message-2 {
  color: var(--midnight-blue);
  letter-spacing: .1em;
  background-color: #ffcaca;
  margin-left: 34px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-field-5 {
  color: #000;
  letter-spacing: .1em;
  background-color: #fff;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: static;
}

.text-field-5._1 {
  background-color: var(--white-smoke);
  color: #fff;
  border: 1px #526da7;
  width: 400px;
  margin-top: 0;
  padding-top: 13px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  position: static;
  top: 75px;
}

.success-message-3 {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  letter-spacing: .1em;
  width: auto;
  margin: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  position: static;
  inset: 0% 0% auto;
}

.checkbox-label-2 {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  width: 400px;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
  top: -9px;
  left: 36px;
}

.newsletter {
  background-color: #fff;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.paragraph-9 {
  color: #000;
  letter-spacing: .1em;
  margin-top: 138px;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-9.mogewyslac {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-348 {
  margin-top: 25px;
  margin-left: 0;
}

.form-block-2 {
  transform-style: preserve-3d;
  margin-top: 0;
  position: relative;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 0;
  display: flex;
}

.grid-8 {
  grid-template: "Area-2 Area"
  / 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 30px;
}

.recaptcha-2 {
  margin-top: 20px;
  margin-bottom: -1px;
}

.checkbox-field {
  width: 30px;
  height: 30px;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.checkbox-field._1 {
  height: 35px;
}

.heading-15-copy {
  color: #000;
  letter-spacing: .125em;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 50px;
}

.heading-15-copy.badznabiezaco {
  margin-top: 10px;
  font-size: 45px;
  line-height: 70px;
}

.success-message-4 {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  font-family: Montserrat, sans-serif;
}

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

.button-5 {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  letter-spacing: .05em;
  align-self: flex-start;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: all .4s ease-in-out;
  display: block;
}

.button-5:hover {
  background-image: linear-gradient(60deg, #d8c158, #897029 31%, #d8c158 65%, #897029);
  transform: translate(0, -3px);
}

.container-11 {
  justify-content: center;
  max-width: 1170px;
  display: flex;
}

.section-6 {
  background-color: var(--white-smoke);
  padding-top: 150px;
  padding-bottom: 150px;
}

.heading-copy {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
}

.paragraph-copy {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .03em;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  position: static;
}

.div-block-5-copy {
  margin-top: 50px;
  display: flex;
}

.div-block-5-copy-copy {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.button-copy-copyq221312 {
  background-color: var(--midnight-blue);
  letter-spacing: .08em;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 6px;
  margin-right: 20px;
  padding: 13px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  transition: all .4s ease-in-out;
  display: block;
}

.button-copy-copyq221312:hover {
  background-image: linear-gradient(60deg, #d8c158, #897029 36%, #d8c158 73%, #897029);
  transform: translate(0, -3px);
}

._21123213fghfg {
  border: 1px solid var(--midnight-blue);
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .08em;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 220px;
  margin-top: 6px;
  margin-left: 20px;
  margin-right: 0;
  padding: 13px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: all .4s ease-in-out;
  display: block;
}

._21123213fghfg:hover {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  transform: translate(0, -3px);
}

.container-12 {
  flex-direction: column;
  max-width: 1170px;
  display: flex;
}

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

.div-block-349 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

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

.text-block-22 {
  font-family: Montserrat, sans-serif;
}

.image-5 {
  align-self: center;
  max-width: none;
  margin-top: 40px;
}

.section-8 {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-13 {
  max-width: 1170px;
}

.div-block-349-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.grid-9 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: .5fr .5fr;
  place-content: center;
  place-items: stretch stretch;
}

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

.grid-10 {
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  place-content: center;
  margin-top: 50px;
  display: grid;
}

.div-block-350 {
  display: flex;
}

.div-block-351, .div-block-352, .div-block-353 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-14 {
  flex-direction: column;
  display: flex;
}

.image-6 {
  background-color: #1a2c5300;
}

.div-block-354 {
  background-color: var(--midnight-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.text-block-23 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.text-block-24 {
  text-align: center;
  letter-spacing: .03em;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-5-copy-copy-copy {
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

._21123213fghfg-copy {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .08em;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 220px;
  margin-top: 6px;
  margin-left: 20px;
  margin-right: 0;
  padding: 13px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.section-10 {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.grid-11 {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-6-copy {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.text-block-25 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.image-7, .div-block-355 {
  text-align: center;
}

.div-block-356 {
  justify-content: flex-start;
  display: flex;
}

.div-block-357 {
  justify-content: center;
  display: flex;
}

.div-block-358 {
  background-image: url('../images/tło-dojazd.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  display: flex;
}

.section-11 {
  background-color: var(--white-smoke);
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-15 {
  max-width: 1170px;
}

.text-block-26 {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 32px;
}

.div-block-359 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.text-block-27 {
  color: var(--midnight-blue);
  letter-spacing: .04em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-360 {
  padding-left: 0;
}

.div-block-361 {
  margin-bottom: 100px;
}

.div-block-362 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  display: flex;
}

.div-block-363 {
  margin-right: 25px;
}

.div-block-364 {
  width: auto;
}

.div-block-365 {
  justify-content: space-around;
  margin-top: 53px;
  display: flex;
}

.text-block-28 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-28-copy {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .05em;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-28-copy-copy {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-27-copy {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .04em;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.grid-12 {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: center;
  justify-items: center;
  max-width: none;
  margin-top: 30px;
}

.text-block-29 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-366 {
  background-color: #bc9654;
  justify-content: center;
  align-self: flex-start;
  width: 120px;
  height: 2px;
  margin-bottom: 10px;
  display: block;
}

.div-block-367 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bold-text-5 {
  font-size: 24px;
  font-weight: 500;
}

.div-block-368 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 75px;
  display: flex;
}

.text-block-30 {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: .05em;
  margin-top: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-block-31 {
  line-height: 28px;
}

.text-block-32 {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 36px;
}

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

.container-16 {
  color: var(--midnight-blue);
  max-width: 900px;
}

.section-12 {
  background-image: url('../images/mbr-1920x1079.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 75px;
}

.text-block-33 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.text-block-34 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-369 {
  margin-bottom: 20px;
}

.background-video-2 {
  z-index: 5;
}

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

.container-17 {
  max-width: 900px;
}

.column-4 {
  text-align: center;
}

.text-block-35 {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-block-36 {
  letter-spacing: .04em;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
}

.text-block-37 {
  letter-spacing: .03em;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.div-block-370 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-371, .div-block-372, .div-block-373 {
  padding-left: 5px;
  padding-right: 5px;
}

.section-14 {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-18 {
  max-width: 900px;
}

.text-block-38 {
  text-align: center;
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-39 {
  text-align: center;
  letter-spacing: .01em;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.background-video-3 {
  z-index: 5;
  margin-top: 25px;
}

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

.bold-text-6 {
  letter-spacing: .03em;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-11 {
  text-align: justify;
  letter-spacing: .03em;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
}

.div-block-374 {
  margin-top: 0;
}

.columns-2 {
  margin-bottom: 0;
}

.bold-text-7 {
  font-style: normal;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

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

.text-block-40 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
}

.text-block-41 {
  letter-spacing: .03em;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-376 {
  display: flex;
}

.columns-3 {
  margin-top: 50px;
  padding: 25px 0 25px 61px;
}

.columns-4 {
  margin-top: 75px;
}

.container-19 {
  max-width: 900px;
}

.text-block-42 {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section-16 {
  background-color: var(--midnight-blue);
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.heading-16 {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

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

.heading-17 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.heading-18 {
  text-align: center;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.bold-text-8 {
  font-family: Montserrat, sans-serif;
}

.bold-text-9 {
  color: var(--midnight-blue);
  font-size: 18px;
  font-weight: 400;
}

.container-20, .container-21, .container-22 {
  max-width: 900px;
}

.section-18 {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 50px;
}

.section-19 {
  background-color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 200px;
}

.heading-19 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
  line-height: 58px;
}

.section-20 {
  background-image: url('../images/Paralax_1_1_2_1728x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.heading-20 {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
}

.container-23 {
  max-width: 900px;
}

.container-24 {
  justify-content: space-between;
  max-width: 900px;
  margin-top: 50px;
  display: flex;
}

.section-21 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.div-block-378 {
  max-width: 425px;
  margin-right: 25px;
}

.div-block-379 {
  max-width: 425px;
  margin-left: 25px;
}

.container-25 {
  max-width: 900px;
  margin-top: 50px;
}

.list-2 {
  font-family: Montserrat, sans-serif;
}

.list-item-3 {
  text-align: left;
  letter-spacing: .05em;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-12 {
  font-family: Montserrat, sans-serif;
}

.container-24-copy {
  justify-content: space-between;
  max-width: 900px;
  margin-top: 0;
  display: flex;
}

.section-22 {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-14 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.paragraph-13 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

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

.heading-21 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

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

.container-26 {
  text-align: center;
}

.div-block-381 {
  margin-top: 25px;
}

.bold-text-10 {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
}

.list-3 {
  margin-top: 0;
}

.text-block-43 {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: .05em;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.columns-5 {
  margin-top: 40px;
}

.image-9 {
  overflow: visible;
  transform: scale(1.4);
}

.div-block-382 {
  overflow: hidden;
}

.section-24 {
  background-image: url('../images/kontakt-tło.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 170px;
}

.grid-15 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

.heading-22 {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.heading-23 {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-383 {
  background-color: var(--white-smoke);
  text-align: center;
}

.div-block-384 {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.heading-24 {
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.container-27 {
  max-width: 600px;
}

.section-25 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.div-block-76 {
  background-color: #fff;
  height: 2px;
}

.heading-40 {
  color: #fff;
  letter-spacing: .05em;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-124.kont {
  z-index: 9999;
  position: absolute;
  inset: auto 0% -20% auto;
}

.div-block-74 {
  width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0%;
}

.html-embed-7 {
  opacity: 0;
  color: #fff;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  font-size: 4px;
  display: block;
  position: static;
  inset: 25% 0% auto auto;
}

.select-field-2 {
  color: #000;
  letter-spacing: .1em;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.menubg {
  z-index: 999999;
  background-color: #000;
  height: 100%;
  margin-bottom: 0;
  display: block;
  position: fixed;
  inset: -100vh 0% 0%;
  overflow: visible;
}

.error-message {
  color: #fff;
  letter-spacing: .1em;
  background-color: #fc00ff;
  margin-top: 31px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.checkbox-2 {
  background-color: var(--midnight-blue);
  border-color: #fff;
  border-radius: 0;
  width: 24px;
  height: 24px;
  margin-left: 0;
  font-size: 14px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.checkbox-2.w--redirected-checked {
  background-color: #000;
}

.div-block-72 {
  background-color: #fff;
  align-self: auto;
  width: 36px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: static;
  inset: auto auto 0% 0%;
}

.textarea {
  color: #000;
  letter-spacing: .1em;
  width: 1000px;
  height: 400px;
  margin-top: 20px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  inset: 0%;
}

.div-block-82 {
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  top: 15%;
  right: 1%;
}

.select-field {
  color: #000;
  letter-spacing: .15em;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 1000px;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.form-4 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template: ". ." 38px
                 "Area-3 Area-4"
                 "Area Area-5"
                 "Area-2 Area-6"
                 "Area-10 Area-9" 160px
                 "Area-7 Area-8" 75px
                 / 2fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-between;
  align-items: stretch;
  width: 1000px;
  margin-left: 0;
  display: grid;
  position: relative;
}

.div-block-77 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1000px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav-menu-2 {
  margin-left: 25px;
  display: block;
}

.navcontainer {
  text-align: left;
  object-fit: fill;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form-block-4 {
  transform-style: preserve-3d;
  width: 1000px;
  margin-top: 0;
  position: relative;
}

.container1100 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 1100px;
  margin: 0 auto 53px;
  display: flex;
  position: static;
}

.container1100.kontakt {
  background-color: #0000;
  width: 1000px;
  height: auto;
  margin-top: 0;
  margin-bottom: 56px;
  padding: 0;
  display: block;
  position: relative;
}

.recaptcha-3 {
  z-index: 9999;
  margin-top: 0;
  position: relative;
}

.div-block-71 {
  background-color: #fff;
  align-items: flex-start;
  width: 26px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 5px;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-73 {
  background-color: #fff;
  width: 31px;
  height: 2px;
  margin-top: 5px;
  display: flex;
  position: static;
}

.brand-2 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 194px;
  background-attachment: scroll;
  min-width: 200px;
  min-height: 100px;
}

.navbar-2 {
  z-index: 2147483647;
  background-color: #ddd0;
  position: fixed;
  inset: 0% 0% auto;
  transform: scale(1);
}

.div-block-81 {
  margin-top: -72px;
  margin-bottom: 10px;
}

.checkbox-label {
  align-items: center;
  width: auto;
  margin-left: 42px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-78 {
  flex-direction: column;
  display: flex;
}

.heading-41 {
  color: #fff;
  letter-spacing: .1em;
  margin-bottom: 30px;
  font-weight: 400;
}

.text-field-6 {
  color: #000;
  letter-spacing: .1em;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-79 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.text-block-44 {
  color: #000;
  letter-spacing: .1em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 25px;
}

.heading-37 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.success-message {
  background-color: #18f1f7;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-80 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 1000px;
  height: 200px;
  margin: 200px auto 70px;
  display: grid;
  position: static;
  inset: 0% 0% auto;
}

.heading-38 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .1em;
  margin-top: 20px;
  margin-bottom: 120px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.menu-button-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  width: 70px;
  height: 70px;
  display: none;
  position: absolute;
  inset: 15% 1% auto auto;
}

.link-3 {
  color: #fff;
  letter-spacing: .07em;
  margin-top: 0;
  font-size: 14px;
  font-weight: 100;
  line-height: 16px;
  text-decoration: none;
}

.link-3:hover {
  color: #fff;
  font-weight: 500;
}

.icon-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.menu-kat {
  color: #fff;
  text-align: left;
  letter-spacing: .135em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  transition: width .2s;
  position: relative;
}

.menu-kat:hover {
  color: #18f1f7;
  object-fit: fill;
  font-size: 18px;
  position: relative;
  transform: scale(1.1);
}

.menu-kat:active {
  color: #fc00ff;
  transform: scale(1);
}

.paragraph-21 {
  color: #fff;
  letter-spacing: .1em;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
}

.zaprojektujemy {
  z-index: 9000;
  opacity: 1;
  color: #703e3e;
  background-color: #000;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 200px;
  position: relative;
  top: auto;
  bottom: auto;
}

.zaprojektujemy.contact {
  z-index: auto;
  background-color: var(--white-smoke);
  background-image: none;
  padding-top: 50px;
}

.link-4 {
  color: var(--midnight-blue);
  text-decoration: none;
}

._46456646 {
  background-image: linear-gradient(to right, #d8c158, #897029 27%, #d8c057 52%);
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

._46456646.clipped {
  text-align: center;
  letter-spacing: .03em;
  background-color: #d8c158;
  background-image: repeating-linear-gradient(45deg, #d8c158, #897029 27%, #d8c057 52%);
  margin-bottom: 0;
  padding-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-6-copfdsfsdfsfy {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.image-10 {
  transition: all .4s ease-in-out;
}

.image-10:hover {
  transform: scale(1.05);
}

.paragraph-mobile {
  color: var(--midnight-blue);
  letter-spacing: .03em;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: none;
  position: static;
}

.text-block-3-mobile {
  color: var(--midnight-blue);
  letter-spacing: .06em;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.paragraph-2-mobile {
  color: var(--midnight-blue);
  letter-spacing: .06em;
  margin-top: 23px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.image-11 {
  border-radius: 10px;
}

.div-block-392 {
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-393 {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: stretch;
  padding: 40px 80px;
  display: flex;
}

.text-block-45 {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  position: static;
}

.text-block-46 {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.image-20 {
  align-self: center;
  max-width: 80%;
  margin-top: 100px;
}

.heading-42 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-394 {
  background-color: #d8c158;
  height: 1px;
}

.cookie {
  z-index: 9006;
  background-color: var(--midnight-blue);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 8px 11px 8px 24px;
  display: flex;
  position: fixed;
  inset: auto auto 30px 15px;
}

.heading-36 {
  color: #fff;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.heading-36.cookiesss {
  line-height: 20px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

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

.close-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.line {
  background-color: #fff;
  border-radius: 20px;
  width: 15px;
  height: 2px;
  position: absolute;
}

.line._1 {
  transform: rotate(45deg);
}

.line._2 {
  transform: rotate(-45deg);
}

.div-block-395 {
  width: auto;
}

.list-item-4 {
  color: var(--midnight-blue);
  letter-spacing: .06em;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list-4 {
  margin-top: 10px;
  margin-bottom: 25px;
}

.div-block-396 {
  background-color: #d8c158;
  background-image: linear-gradient(to right, var(--wheat) 1%, var(--tan) 17%, var(--peru) 30%, var(--wheat) 58%, var(--tan) 77%);
  width: 150px;
  height: 2px;
}

.heading-42-copy {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .05em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-394-copy {
  background-color: #d8c158;
  height: 1px;
  margin-top: 0;
  margin-bottom: 50px;
}

.div-block-394-copy-copy {
  background-color: #d8c158;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-section {
  flex-direction: column;
  width: 100%;
  height: 85vh;
  margin-top: -5rem;
  padding-top: 5rem;
  display: flex;
}

.hero-accordion-wrapper {
  flex: 1;
  width: 100%;
  min-height: 25rem;
  display: flex;
}

.hero-accordion-flex {
  width: 100%;
  display: flex;
}

.hero-accordion-card {
  color: #f2f2f2;
  background-color: #000;
  border-left: 1px solid #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 4rem 3rem 3rem;
  transition: flex .5s cubic-bezier(.455, .03, .515, .955), width .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-accordion-card:first-child {
  border-left-style: none;
}

.hero-accordion-card:hover {
  flex: none;
  width: 60%;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-cover.blend-luminosity {
  z-index: 1;
  opacity: 1;
}

.gradient-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000, #000 70%);
  width: 100%;
  height: 80%;
  position: absolute;
  inset: auto 0% 0%;
}

.card-heading {
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  inset: auto 0% 0% auto;
}

.content-wrapper-2 {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: start;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

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

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
}

.button-outline {
  color: #f2f2f2;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: .1rem solid #ffc504;
  border-radius: .25rem;
  padding: 1.2rem 2rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

.text-block-47 {
  letter-spacing: .05em;
  white-space: normal;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.content-wrapper-3 {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  flex-direction: row-reverse;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: start;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.gradient-overlay-2 {
  z-index: 2;
  background-image: linear-gradient(#0000, #000 70%);
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-3-copy {
  color: #fff;
  text-align: justify;
  letter-spacing: .06em;
  text-align: left;
  letter-spacing: .06em;
  margin-top: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-7-copy {
  color: #fff;
  letter-spacing: .03em;
  letter-spacing: .03em;
  border-top: 1px #d8c158;
  border-left: 1px #d8c158;
  padding-top: 15px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.list-4-copy {
  margin-top: 10px;
  margin-bottom: 25px;
}

.list-item-4-copy {
  color: #fff;
  letter-spacing: .06em;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.button-4-copy {
  background-color: var(--midnight-blue);
  text-align: left;
  letter-spacing: .1em;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 35px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: all .4s ease-in-out;
  display: flex;
}

.button-4-copy:hover {
  background-image: linear-gradient(60deg, #d8c158, #897029 44%, #d8c158 75%, #897029);
  transform: translate(0, -3px);
}

.div-block-397 {
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  height: auto;
  margin-top: 150px;
  padding: 50px 0 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-397.sadsad {
  display: none;
}

.div-block-398 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px;
}

.image-21 {
  position: relative;
  inset: 0%;
}

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

.div-block-400 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.div-block-401 {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-left: 75px;
  display: flex;
  position: relative;
}

.div-block-402 {
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: auto;
  margin-right: 75px;
  display: flex;
}

.image-22 {
  border-radius: 10px;
  width: 500px;
  height: 25vh;
}

.background-video-4 {
  z-index: 9;
  border-radius: 0;
  width: auto;
  height: auto;
}

.div-block-403 {
  background-color: #000000b3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.div-block-404 {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.image-23 {
  z-index: 0;
  max-width: 150%;
  display: none;
  position: absolute;
  inset: auto -4% 0% auto;
  overflow: hidden;
}

.body {
  height: 100vh;
  overflow: hidden;
}

.image-24 {
  white-space: normal;
  border-radius: 10px;
  width: 45%;
  height: 400px;
  position: absolute;
  right: 0;
}

.o-mnie-copy {
  padding-top: 150px;
  padding-bottom: 150px;
}

.o-mnie-copy.trychiio {
  padding-top: 81px;
}

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

.div-block-405 {
  justify-content: flex-start;
  margin-top: 50px;
  display: flex;
}

.image-25 {
  border-radius: 10px;
  width: auto;
}

.div-block-406 {
  width: 50%;
  margin-right: 100px;
}

.div-block-407 {
  justify-content: flex-end;
  width: 35%;
  display: flex;
}

.section-26 {
  background-color: var(--white-smoke);
  padding-top: 75px;
  padding-bottom: 100px;
}

.section-26.dsadasds {
  padding-bottom: 0;
}

.section-26.dsadasds.asdasdasda {
  padding-top: 0;
}

.container-28 {
  max-width: 1100px;
  margin-top: 0;
}

.container-28.adsdasasd {
  margin-top: 0;
}

.grid-16 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.html-embed-8 {
  color: var(--midnight-blue);
  justify-content: center;
  width: 80px;
  display: block;
}

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

.text-block-3-copy {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .06em;
  margin-top: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.img22 {
  width: 200px;
}

.image-26 {
  align-self: center;
  width: auto;
  max-width: none;
  height: auto;
  display: block;
}

.div-block-409 {
  flex-direction: row;
  flex: 1;
  align-self: auto;
  width: 180px;
  height: 100px;
  display: block;
}

.div-block-410 {
  width: auto;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.div-block-413 {
  align-items: center;
  max-width: none;
  display: flex;
}

.div-block-414 {
  background-color: var(--peru);
  background-image: linear-gradient(to right, var(--peru), var(--tan) 31%, var(--peru) 48%, var(--wheat) 63%, var(--tan) 85%, var(--peru));
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 150px;
  height: 1px;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
}

.div-block-414.zabiegi {
  display: flex;
}

.div-block-414.ooomni {
  align-self: center;
}

.heading-43 {
  margin-bottom: 28px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 77px;
}

.container-30 {
  flex: 1;
  max-width: 1240px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-48 {
  letter-spacing: .03em;
  width: 60vw;
  min-width: auto;
  max-width: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.section-27 {
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.background-video-5 {
  background-image: linear-gradient(to right, #000, #000000f2 22%, #0000 100%, #000);
  align-items: center;
  height: 70vh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.text-block-49 {
  color: #333;
  letter-spacing: .1em;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-block-49.jasne {
  color: #fff;
}

.div-block-415 {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-416 {
  background-image: linear-gradient(to right, var(--dark-slate-blue-2), var(--dark-slate-blue) 52%, var(--dark-slate-blue-2));
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 40px;
  display: flex;
}

.container-31 {
  justify-content: space-between;
  max-width: 1220px;
  display: flex;
}

.div-block-417 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.div-block-418 {
  background-color: var(--tan);
  align-self: center;
  width: 1px;
  height: 15px;
}

.text-block-50 {
  color: #fff;
  letter-spacing: .05em;
  align-self: flex-start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 13px;
}

.image-28 {
  align-self: center;
}

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

.div-block-420 {
  align-self: center;
}

.navbar-3 {
  background-color: #fff;
  display: block;
}

.container-32 {
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  max-width: 1220px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-3 {
  flex: 1;
  display: flex;
}

.image-29 {
  margin-left: -13px;
}

.nav-menu-3 {
  align-self: auto;
  align-items: center;
  display: flex;
}

.navlink22 {
  color: var(--midnight-blue);
  letter-spacing: .05em;
  align-items: center;
  height: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: flex;
}

.navlink22:hover, .navlink22.w--current {
  color: var(--tan);
}

.button-6 {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(to right, var(--black), var(--dark-slate-blue) 55%, var(--dark-slate-blue-2));
  letter-spacing: .1em;
  margin-left: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.button-6:hover {
  background-color: var(--tan);
  transform: translate(0, -2px);
  box-shadow: 0 2px 5px #0003;
}

.div-block-421 {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-422 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-423 {
  background-image: linear-gradient(to right, var(--peru), var(--tan) 27%, var(--wheat) 48%, var(--peru) 75%, var(--tan) 91%, var(--wheat));
  width: 0;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10%;
  padding-bottom: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-117 {
  align-items: flex-end;
  margin-top: 35px;
  display: flex;
}

.div-block-112 {
  width: 30px;
  height: 45px;
  position: relative;
  inset: auto;
  overflow: hidden;
}

.div-block-116 {
  background-color: #fff;
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: 43px;
}

.div-block-115 {
  background-color: #fff;
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 33px;
}

.div-block-114 {
  background-color: #fff;
  width: 30px;
  height: 6px;
  position: absolute;
  bottom: 21px;
}

.div-block-113 {
  background-color: #fff;
  width: 30px;
  height: 12px;
  position: absolute;
  bottom: 3px;
}

.div-block-118 {
  letter-spacing: .05em;
  margin-left: 40px;
  font-size: 16px;
}

.text-block-51 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.container-33 {
  justify-content: center;
  max-width: 1240px;
  display: flex;
}

.div-block-424 {
  align-self: flex-start;
  width: 50%;
  margin-bottom: 20px;
  margin-right: 25px;
  font-family: "Bodonimoda 11 Pt Regular", sans-serif;
}

.div-block-424.zabiegi {
  width: auto;
}

.cell-2 {
  justify-content: space-between;
  align-items: stretch;
}

.image-30 {
  flex: 1;
  align-self: stretch;
  box-shadow: 0 2px 5px #0006;
}

.image-31, .image-32, .image-33, .image-34 {
  box-shadow: 0 2px 5px #0006;
}

.section-28 {
  padding-top: 7em;
  padding-bottom: 5em;
}

.heading-44 {
  font-family: Bodoni Moda, sans-serif;
  font-weight: 500;
}

.heading-45 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 42px;
}

.text-block-52 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
}

.div-block-425 {
  background-image: linear-gradient(45deg, var(--wheat), var(--tan) 26%, var(--peru) 44%, var(--wheat) 72%, var(--tan) 89%, var(--peru));
  margin-top: 15px;
  padding: 1px;
}

.div-block-426 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 9px;
  display: flex;
}

.text-block-53 {
  font-family: Inter, sans-serif;
}

.div-block-427 {
  margin-right: 0;
  padding: 17px;
}

.quick-stack {
  padding-top: 0;
}

.div-block-428 {
  max-width: 1240px;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-429 {
  flex-direction: column;
  align-items: center;
  width: 33%;
  margin-left: 35px;
  margin-right: 35px;
  padding: 15px;
  transition: all .35s;
  display: flex;
}

.div-block-429:hover {
  box-shadow: 0 2px 5px #0003;
}

.image-35 {
  margin-bottom: 0;
}

.text-block-54 {
  text-align: center;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 22px;
  transition: all .35s;
}

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

.bold-text-12 {
  text-align: center;
  font-family: Bodoni Moda, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.heading-46 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
}

.container-34 {
  max-width: 1240px;
}

.section-29 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-47 {
  text-align: center;
  font-family: Bodoni Moda, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 58px;
}

.emi-section-1 {
  background-color: var(--ghost-white);
  margin-top: 0;
  padding: 6em 5em 5em;
  font-size: 1vw;
}

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

.emi-wrap-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.emi-heading-1 {
  color: #000;
  text-align: center;
  letter-spacing: .03em;
  margin: 0 15px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3em;
}

.emi-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.emi-wrap-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.emi-pic-1 {
  width: 16em;
}

.div-block-431 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-30 {
  background-image: linear-gradient(to right, var(--black), var(--dark-slate-blue) 58%, var(--dark-slate-blue-2));
  margin-bottom: 0;
  padding-top: 7em;
  padding-bottom: 7em;
}

.container-35 {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1240px;
  display: flex;
}

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

.heading-33 {
  letter-spacing: .15em;
  font-weight: 400;
  position: absolute;
  inset: 5px 18px auto auto;
}

.heading-33.data {
  letter-spacing: .12em;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  top: 4px;
}

.read-time {
  width: 60px;
  height: 50px;
  position: absolute;
  inset: auto 0% 10px auto;
}

.kategoria {
  align-items: center;
  width: 302px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 5px;
}

.ukryte {
  z-index: 4;
  justify-content: flex-start;
  align-items: flex-start;
  width: 265px;
  height: 180px;
  display: block;
  position: absolute;
  inset: 59px 0% auto 15px;
}

.div-block-56 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 148px;
  left: 15px;
}

.heading-35 {
  color: #fff;
  letter-spacing: .1em;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-35:hover {
  color: #000;
}

.link-block-10 {
  z-index: 5;
  color: #fff;
  background-color: #000;
  width: 123px;
  height: 30px;
  transition: color .2s, transform .2s, background-color .2s;
  position: absolute;
  bottom: 15px;
  left: 0%;
}

.link-block-10:hover {
  color: #000;
  background-color: #18f1f7;
  font-weight: 700;
}

.link-block-10:active {
  background-color: #fc00ff;
  transform: none;
}

.paragraph-19 {
  color: #000;
  letter-spacing: .1em;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-18 {
  justify-content: center;
  align-items: flex-start;
  width: 265px;
  height: 100px;
  display: block;
  position: absolute;
  inset: auto;
}

.paragraph-18.kratkablogowoa {
  color: #000;
  width: 265px;
  font-size: 13px;
  line-height: 20px;
}

.main {
  z-index: 3;
  color: #000;
  width: 300px;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
}

.main:hover {
  overflow: hidden;
  box-shadow: 0 0 15px -5px #ffffff80;
}

.ca-y-opis {
  z-index: 2;
  background-color: #fff;
  height: auto;
  position: relative;
  inset: auto 0%;
  overflow: hidden;
}

.ca-y-opis:hover {
  height: auto;
  position: relative;
  bottom: auto;
}

.heading-34 {
  letter-spacing: .07em;
  width: 275px;
  height: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  position: absolute;
  inset: 40px auto auto 15px;
}

.heading-34.tytul {
  text-align: center;
  letter-spacing: .05em;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-left: 25px;
  margin-right: 25px;
  font-weight: 600;
  position: relative;
  inset: 0 0% auto;
}

.heading-32 {
  letter-spacing: .15em;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: 3px auto auto 30px;
}

.heading-32.kratkablog {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 43px;
}

.div-block-58 {
  width: 5px;
  height: 30px;
  position: absolute;
  inset: 10px auto auto 15px;
}

.heading-31 {
  letter-spacing: .12em;
  text-transform: uppercase;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 35px;
  display: flex;
}

.thumbnail {
  z-index: 2;
  background-image: url('../images/łupież.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 200px;
  display: flex;
  position: relative;
}

.thumbnail:hover {
  height: 150px;
}

.div-block-57 {
  width: 140px;
  height: 38px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 123%;
}

.heading-48 {
  letter-spacing: .15em;
  font-weight: 400;
  position: absolute;
  inset: 5px 18px auto auto;
}

.heading-48.data {
  letter-spacing: .12em;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  top: 4px;
}

.div-block-432 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 148px;
  left: 15px;
}

.heading-49 {
  color: #fff;
  letter-spacing: .1em;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-49:hover {
  color: #000;
}

.paragraph-22 {
  color: #000;
  letter-spacing: .1em;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-23 {
  justify-content: center;
  align-items: flex-start;
  width: 265px;
  height: 100px;
  display: block;
  position: absolute;
  inset: auto;
}

.paragraph-23.kratkablogowoa {
  color: #000;
  font-size: 13px;
  line-height: 20px;
}

.main-2 {
  z-index: 3;
  color: #000;
  width: 300px;
  height: 480px;
  margin: 28px 0;
  padding: 0;
  text-decoration: none;
  position: relative;
}

.main-2:hover {
  overflow: hidden;
  box-shadow: 0 0 15px -5px #ffffff80;
}

.ca-y-opis-2 {
  z-index: 2;
  background-color: #fff;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.ca-y-opis-2:hover {
  position: absolute;
  bottom: auto;
}

.heading-50 {
  letter-spacing: .07em;
  width: 275px;
  height: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  position: absolute;
  inset: 40px auto auto 15px;
}

.heading-50.tytul {
  text-align: center;
  letter-spacing: .05em;
  width: auto;
  margin-left: 25px;
  margin-right: 25px;
  font-weight: 600;
  inset: 45px 0% auto;
}

.heading-51 {
  letter-spacing: .15em;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: 3px auto auto 30px;
}

.heading-51.kratkablog {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 43px;
}

.div-block-433 {
  width: 5px;
  height: 30px;
  position: absolute;
  inset: 10px auto auto 15px;
}

.heading-52 {
  letter-spacing: .12em;
  text-transform: uppercase;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 35px;
  display: flex;
}

.thumbnail-2 {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%, 50%, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat, repeat, repeat;
  background-size: cover, 700px, cover, auto, auto;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
  height: 280px;
  display: flex;
  position: relative;
}

.thumbnail-2:hover {
  height: 280px;
}

.div-block-434 {
  width: 140px;
  height: 38px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 123%;
}

.heading-53 {
  color: #fff;
  font-family: Bodoni Moda, sans-serif;
  font-weight: 400;
}

.div-block-435 {
  margin-left: 0;
}

.bold-text-13 {
  font-family: Bodoni Moda, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}

.grid-18 {
  grid-column-gap: 60px;
  grid-row-gap: 70px;
  flex: 0 auto;
  margin-top: 5em;
}

.div-block-436 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-437 {
  margin-left: 25px;
}

.heading-54 {
  color: #fff;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-55 {
  color: #fff;
  letter-spacing: .03em;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.div-block-438 {
  width: 25em;
}

.div-block-439 {
  width: 50em;
}

.div-block-440 {
  padding-top: 1px;
}

.div-block-441 {
  background-image: linear-gradient(45deg, var(--wheat), var(--tan) 23%, var(--peru) 46%, var(--wheat) 72%, var(--tan) 87%, var(--peru));
  padding: 1px;
}

.div-block-442 {
  padding: 15px;
  overflow: visible;
}

.div-block-443 {
  background-image: linear-gradient(to bottom, var(--wheat), var(--tan) 27%, var(--peru) 46%, var(--wheat) 69%, var(--tan) 86%, var(--peru));
  flex: none;
  align-self: stretch;
  width: 1px;
  height: auto;
  margin-left: 25px;
}

.section-31 {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7em;
  padding-bottom: 2em;
}

.container-36 {
  justify-content: flex-start;
  max-width: 1240px;
  display: flex;
}

.container-37 {
  justify-content: flex-start;
  max-width: 1240px;
  margin-top: 0;
  margin-bottom: 4em;
  display: flex;
}

.background-video-6 {
  z-index: 7;
  width: 480px;
  max-width: 1240px;
  height: 270px;
}

.div-block-444 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-445 {
  flex-direction: column;
  align-items: center;
  width: 60%;
  padding-left: 50px;
  padding-right: 0;
  display: flex;
}

.heading-55 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.div-block-446 {
  margin-top: 0;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-447 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-56 {
  text-align: center;
  font-family: Inter, sans-serif;
  line-height: 22px;
}

.image-36 {
  padding-top: 15px;
}

.section-32 {
  height: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}

.section-33 {
  background-color: var(--ghost-white);
  padding-top: 4em;
  padding-bottom: 7em;
}

.container-38 {
  max-width: 1240px;
  margin-top: 0;
}

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

.div-block-448 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-56 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-57 {
  text-align: center;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.section-34 {
  background-image: linear-gradient(to right, var(--black), var(--dark-slate-blue) 56%, var(--dark-slate-blue-2));
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.section-34.biala {
  background-image: none;
}

.section-34.combozabiegi {
  padding-top: 7em;
  padding-bottom: 7em;
}

.container-39 {
  justify-content: center;
  align-items: flex-start;
  max-width: 1240px;
  display: flex;
}

.background-video-7 {
  z-index: 99;
  width: 480px;
  height: 270px;
}

.heading-57 {
  color: #fff;
  margin-top: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.heading-57.biala {
  color: #000;
}

.text-block-58 {
  color: #fff;
  text-align: left;
  letter-spacing: .01em;
  margin-top: 15px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 21px;
}

.text-block-58.biala {
  color: #000;
}

.div-block-449 {
  text-align: left;
  width: 60%;
  margin-left: 25px;
  margin-right: 200px;
}

.div-block-449.prawy {
  margin-left: 25px;
  margin-right: 0;
}

.container-40 {
  max-width: 1240px;
  margin-top: 55px;
}

.grid-20 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.heading-58 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  margin-bottom: 20px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.heading-58.biala {
  color: #000;
}

.text-block-59 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.text-block-59.biala {
  color: #000;
}

.div-block-450 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  box-shadow: 0 2px 6px #0009;
}

.container-41 {
  max-width: 1100px;
}

.tab-image-wrapper {
  border-radius: .25rem;
  justify-content: flex-end;
  align-items: flex-start;
  height: 30rem;
  max-height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-image-wrapper.center {
  border-radius: 0;
  justify-content: center;
  height: 17rem;
}

.tab-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-heading-copy {
  color: #0c2741;
  letter-spacing: .1em;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.paragraph-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-wrapper.inner-padding-small {
  color: #fff;
}

.tab-text {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.tab-fill {
  z-index: 0;
  background-color: #fdc13799;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.tabs-menu2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 35px;
  display: flex;
}

.tab-min-height {
  min-height: 38.4375rem;
}

.list-item-5 {
  color: #0c2741;
  letter-spacing: .07em;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.heading-59 {
  color: #0c2741;
  text-align: center;
  letter-spacing: .03em;
  margin-bottom: 39px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-24 {
  color: #0c2741;
  letter-spacing: .07em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.tab-heading {
  color: #000;
  letter-spacing: .1em;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.tab-button {
  color: #fff;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
}

.tab-button.w--current {
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-subtext {
  z-index: 1;
  color: #00000080;
  letter-spacing: .05em;
  font-family: Inter, sans-serif;
  font-weight: 300;
  position: relative;
}

.tabs {
  grid-column-gap: 70px;
  grid-row-gap: 1.5vw;
  flex-direction: column-reverse;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100%;
  display: flex;
}

.container-42 {
  max-width: 1240px;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.tab-link-tab-1 {
  white-space: normal;
  background-color: #8f838300;
  padding: 10px 35px;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  box-shadow: 0 0 6px #fff9;
}

.tab-link-tab-1:hover {
  background-color: #edf0f733;
}

.tab-link-tab-1.w--current {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--wheat) var(--tan) var(--tan) var(--wheat);
  color: #fff;
  background-color: #0000;
  font-family: Inter, sans-serif;
}

.text-block-60 {
  color: #fff;
  letter-spacing: .03em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.tab-pane-tab-1 {
  margin-top: 0;
}

.tabs-content-2 {
  margin-top: 55px;
}

.container-43 {
  justify-content: flex-start;
  max-width: 1240px;
  margin-top: 0;
  display: flex;
}

.section-35 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.div-block-451 {
  width: 80%;
}

.div-block-452 {
  width: auto;
  margin-top: 40px;
  margin-right: 50px;
  display: none;
}

.container-44 {
  max-width: 1240px;
}

.div-block-453 {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.heading-60 {
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.image-37 {
  flex: 1;
}

.div-block-454 {
  background-color: #fff;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #00000026;
}

.text-block-61 {
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.div-block-455 {
  flex-direction: column;
  flex: 1;
  margin-left: 20px;
  display: block;
}

.div-block-456 {
  background-image: linear-gradient(to right, var(--wheat), var(--tan) 23%, var(--peru) 43%, var(--wheat) 64%, var(--tan) 85%, var(--peru));
  flex: 0 auto;
  padding: 1px;
}

.section-36 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-45 {
  align-items: flex-end;
  max-width: 1240px;
  display: flex;
  position: static;
}

.image-38 {
  white-space: normal;
  box-shadow: 0 2px 5px #0003;
}

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

.heading-61 {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-62 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  margin-top: 15px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.div-block-457 {
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #00000080;
}

.div-block-457.cmb {
  padding-left: 15px;
}

.div-block-457.fsgsd {
  padding-left: 0;
}

.div-block-458 {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 40%;
  display: block;
  position: static;
}

.image-39 {
  display: inline-block;
}

.div-block-459 {
  width: 75%;
}

.text-block-63 {
  color: #fff;
  letter-spacing: .03em;
  margin-top: 50px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.image-40 {
  flex: 0 auto;
  align-self: auto;
  margin-top: 100px;
  display: block;
  position: absolute;
  inset: auto -12% 0% auto;
}

.container-46 {
  max-width: 1240px;
  margin-bottom: 2em;
}

.grid-22 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.div-block-460 {
  background-image: linear-gradient(45deg, var(--wheat), var(--tan) 23%, var(--peru) 49%, var(--wheat) 69%, var(--tan) 90%, var(--peru));
  padding: 1px;
}

.div-block-461 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 17px 40px;
  display: flex;
}

.div-block-462 {
  padding: 17px;
  box-shadow: 0 2px 5px #0003;
}

.heading-62 {
  text-align: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-64 {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.paragraph-25 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.container-47 {
  flex-direction: column;
  align-items: center;
  max-width: 1240px;
  display: flex;
}

.section-37 {
  padding-top: 4em;
  padding-bottom: 4em;
  transition: opacity .2s;
}

.heading-63 {
  text-align: center;
  margin-bottom: 25px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.button-7 {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(135deg, var(--black), var(--dark-slate-blue) 56%, var(--dark-slate-blue-2));
  letter-spacing: .1em;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  position: static;
}

.button-7:hover {
  transform: translate(0, -3px);
}

.map {
  flex-direction: row;
  align-items: stretch;
  height: 290px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.columns-7 {
  height: 290px;
}

.image-41, .image-42 {
  box-shadow: 0 2px 5px #0003;
}

.container-48 {
  max-width: 1240px;
  margin-bottom: 40px;
}

.div-block-463 {
  display: flex;
}

.image-43 {
  display: none;
}

.cookie-example {
  z-index: 99;
  background-color: #d7f6ff;
  background-image: linear-gradient(45deg, var(--black), var(--dark-slate-blue) 48%, var(--dark-slate-blue-2));
  color: #fff;
  letter-spacing: .05em;
  border: 1px #39e5ff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 860px;
  min-height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 21px 21px;
  font-family: Inter, sans-serif;
  display: flex;
  position: fixed;
  inset: auto 2% 3% auto;
}

.cookie-detail-wrapper {
  align-items: center;
  display: flex;
}

.link-5 {
  color: #fdc137;
}

.cookie-button {
  opacity: 1;
  color: #000;
  background-color: #fff;
  border: 1px #39e5ff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-left: 0;
  padding: 10px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

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

.footer-light-copy {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  display: none;
  position: relative;
}

.background-video-8 {
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .menubg {
    top: -100vh;
  }

  .div-block-77 {
    margin-top: 0;
  }

  .div-block-79 {
    margin-bottom: 10px;
  }

  .div-block-80 {
    margin-top: 150px;
    margin-bottom: 30px;
  }

  .zaprojektujemy {
    background-color: #0000;
    background-image: none;
    background-position: 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .zaprojektujemy {
    background-image: none;
  }

  .emi-section-1 {
    font-size: 14px;
  }

  .image-40 {
    right: 0%;
  }

  .cookie-button {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-76 {
    margin-bottom: 35px;
  }

  .div-block-74 {
    width: 1200px;
    margin-top: 51px;
  }

  .menubg {
    top: -100vh;
  }

  .div-block-77 {
    margin-left: 0;
  }

  .heading-41 {
    font-size: 55px;
  }

  .div-block-79 {
    margin-bottom: 16px;
  }

  .div-block-80 {
    width: 1200px;
  }

  .link-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .zaprojektujemy {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .div-block-414 {
    margin-right: 0;
  }

  .text-block-48 {
    letter-spacing: .05em;
    width: 580px;
  }

  .section-27 {
    margin-top: 80px;
  }

  .text-block-49 {
    margin-left: 10px;
  }

  .div-block-117 {
    margin-top: 70px;
  }

  .container-33 {
    align-items: stretch;
  }

  .div-block-424 {
    align-self: flex-start;
    margin-bottom: 18px;
    margin-right: 25px;
  }

  .section-28 {
    font-family: Inter, sans-serif;
  }

  .text-block-52 {
    margin-top: 55px;
    margin-bottom: 57px;
  }

  .div-block-428 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-429 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 35px;
    margin-right: 35px;
    display: flex;
  }

  .text-block-54 {
    margin-top: 20px;
  }

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

  .heading-46 {
    text-align: center;
  }

  .image-40 {
    right: 0%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--white-smoke);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    margin-top: 39px;
    margin-left: 0;
    position: absolute;
  }

  .container-2 {
    flex-direction: column;
    min-width: 100vw;
    max-width: none;
  }

  .button {
    align-items: flex-start;
  }

  .div-block-2 {
    flex-wrap: nowrap;
    align-self: auto;
  }

  .text-block.clipped.cmbo {
    margin-top: 50px;
    margin-bottom: 0;
  }

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

  .features-wrapper {
    justify-content: space-between;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .form-3.g-wny-form, .text-field-3._1, .text-field-4._1, .text-field-5._1 {
    width: auto;
  }

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

  .menu-button-3 {
    background-color: var(--white-smoke);
  }

  .menu-button-3.w--open {
    background-color: var(--white-smoke);
    color: var(--midnight-blue);
  }

  .hero-section {
    margin-top: -4rem;
    padding-top: 4rem;
  }

  .hero-accordion-card {
    padding: 2rem;
  }

  .card-heading {
    font-size: 1.75rem;
  }

  .content-wrapper-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .content-wrapper-3 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .div-block-397 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 72px;
  }

  .div-block-401 {
    margin-left: 0;
  }

  .div-block-402 {
    margin-right: 0;
  }

  .div-block-403 {
    width: auto;
    height: auto;
  }

  .image-23 {
    display: none;
  }

  .body {
    height: auto;
  }

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

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

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

  .heading-43 {
    font-size: 2.5rem;
    line-height: 1em;
  }

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

  .text-block-48 {
    font-size: .75rem;
    line-height: 1rem;
  }

  .section-27 {
    margin-top: 180px;
  }

  .background-video-5 {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .text-block-49, .text-block-49.jasne {
    font-size: 12px;
  }

  .div-block-415 {
    flex-direction: row;
    flex: 1;
    align-self: center;
    align-items: center;
    max-width: 728px;
  }

  .div-block-416 {
    align-items: stretch;
    height: 40px;
  }

  .div-block-417 {
    align-self: center;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-50 {
    align-self: center;
    font-size: .75rem;
  }

  .div-block-419 {
    align-items: center;
  }

  .container-32 {
    flex-direction: column;
    max-width: 728px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-3 {
    flex: 0 auto;
  }

  .nav-menu-3 {
    margin-top: 5px;
  }

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

  .div-block-117 {
    align-items: center;
  }

  .text-block-51 {
    font-size: .75rem;
    line-height: 1rem;
  }

  .container-33 {
    width: 100%;
    max-width: 728px;
  }

  .div-block-424 {
    width: 55%;
    margin-right: 3px;
  }

  .div-block-424.zabiegi {
    margin-bottom: 0;
  }

  .section-28 {
    padding-top: 4em;
    padding-bottom: 3em;
  }

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

  .text-block-52 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 18px;
  }

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

  .div-block-428 {
    max-width: 728px;
    margin-top: 0;
  }

  .div-block-429 {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

  .heading-46 {
    line-height: 18px;
  }

  .emi-section-1 {
    padding-top: 4em;
    padding-bottom: 3em;
    font-size: 1.3vw;
  }

  .section-30 {
    padding-top: 3em;
  }

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

  .heading-53 {
    font-size: 25px;
    line-height: 32px;
  }

  .bold-text-13 {
    font-size: 25px;
  }

  .grid-18 {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 2em;
  }

  .text-block-55 {
    font-size: 12px;
  }

  .section-31 {
    padding-top: 2em;
  }

  .container-36, .container-37 {
    max-width: 728px;
  }

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

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

  .section-32 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

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

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

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

  .section-34, .section-34.combozabiegi {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container-39 {
    flex-direction: column;
    align-items: center;
  }

  .text-block-58 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-449 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: auto;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-40 {
    margin-top: 15px;
  }

  .grid-20 {
    grid-column-gap: 10px;
  }

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

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

  .tab-image-wrapper {
    max-height: none;
  }

  .tab-image-wrapper.center {
    height: 15rem;
  }

  .tab-text {
    flex-direction: column;
    display: flex;
  }

  .tab-fill {
    flex-direction: row;
    display: block;
  }

  .tabs-menu2 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .tab-min-height {
    min-height: auto;
  }

  .heading-59 {
    font-size: 28px;
  }

  .tabs-content {
    flex: 0 auto;
  }

  .tab-heading {
    font-size: 18px;
  }

  .tab-button {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: 20vw;
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px;
    display: flex;
  }

  .tab-button.w--current {
    flex-wrap: nowrap;
    flex: 0 auto;
    align-self: stretch;
    width: 20vw;
  }

  .tab-subtext {
    font-size: 12px;
  }

  .tabs {
    grid-column-gap: 5px;
    grid-row-gap: 0vw;
    flex-direction: column-reverse;
    display: flex;
  }

  .tab-link-tab-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-60 {
    font-size: 12px;
  }

  .tabs-content-2 {
    margin-top: 15px;
    overflow: visible;
  }

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

  .section-35 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .div-block-451 {
    width: auto;
  }

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

  .div-block-453 {
    margin-top: 20px;
  }

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

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

  .container-45 {
    justify-content: flex-start;
    max-width: 728px;
    display: block;
  }

  .div-block-459 {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .text-block-63 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-40 {
    display: none;
  }

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

  .grid-22 {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .section-37 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .map {
    height: 164px;
    display: block;
  }

  .columns-7 {
    height: auto;
  }

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

  .cell-3, .cell-4 {
    display: none;
  }

  .tabs-2 {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }

  .cookie-example {
    left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    z-index: 18;
    flex-direction: column;
    margin-top: 0;
  }

  .container-2 {
    flex-direction: row;
    justify-content: center;
  }

  .button {
    align-self: center;
    margin-bottom: 40px;
  }

  .div-block, .div-block-2 {
    flex-direction: column;
    align-items: center;
  }

  .heromain {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .background-video {
    width: 100vw;
    height: 25vh;
    position: relative;
  }

  .heading {
    text-align: center;
    margin-top: 20px;
    font-size: 38px;
    line-height: 48px;
  }

  .paragraph {
    display: none;
  }

  .div-block-5 {
    justify-content: center;
  }

  .button-white {
    margin-right: 0;
  }

  .div-block-6 {
    flex-direction: column-reverse;
    width: auto;
  }

  ._3kolumny {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .o-mnie {
    padding-top: 50px;
  }

  .div-block-9 {
    flex-direction: column-reverse;
  }

  .div-block-10 {
    width: 90%;
    margin: 23px auto 26px;
  }

  .div-block-11 {
    align-self: center;
    max-width: 80%;
  }

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

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

  .paragraph-2 {
    font-size: 14px;
    display: flex;
  }

  .paragraph-2.cbbb {
    text-align: center;
    justify-content: center;
  }

  .button-o-mnie {
    align-self: center;
  }

  .text-block-3 {
    font-size: 14px;
    display: flex;
  }

  .testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .div-block-12 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-13 {
    justify-content: center;
    align-items: stretch;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0 50px;
  }

  .text-block-7 {
    text-align: center;
    width: 90vw;
    padding-left: 0;
    font-size: 22px;
  }

  .text-block-8 {
    text-align: center;
    padding-left: 0;
  }

  .button-2 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .div-block-15 {
    flex-direction: column;
    align-self: center;
    padding-bottom: 50px;
    padding-right: 0;
    display: flex;
  }

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

  .container-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-9 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }

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

  .div-block-21 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

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

  .div-block-24 {
    flex-direction: column;
    align-items: center;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-12 {
    font-size: 18px;
  }

  .grid-3 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-wrapper.slim {
    max-width: 90vw;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .footer-light {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-wrapper-two {
    flex-direction: column;
    align-items: center;
  }

  .footer-block-two {
    align-self: auto;
    align-items: center;
    margin-top: 37px;
  }

  .footer-title {
    text-align: center;
  }

  .footer-form {
    align-self: center;
    width: 50%;
  }

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

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

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

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

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

  .section-4 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0;
  }

  .button-copy-copy-copy-copy {
    font-size: 12px;
  }

  .div-block-345 {
    margin-bottom: 0;
  }

  .form-contact {
    margin-top: 78px;
    padding-top: 32px;
    padding-bottom: 41px;
  }

  .div-block-346 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .form-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-9 {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-347 {
    justify-content: center;
    min-height: 300px;
    margin-right: 0;
  }

  .submit-button {
    left: auto;
  }

  .form-3.g-wny-form {
    align-items: stretch;
  }

  .submit-button-2._1 {
    align-self: flex-start;
  }

  .newsletter {
    padding-top: 0;
  }

  .form-block-2 {
    align-self: center;
    width: 80vw;
  }

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

  .section-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-349 {
    align-items: center;
    width: 80vw;
  }

  .text-block-3-copy {
    margin-top: 10px;
  }

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

  .container-13 {
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .grid-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 90vw;
  }

  .grid-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-358 {
    height: 380px;
  }

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

  .container-15 {
    flex-direction: column;
    align-items: center;
    max-width: 90vw;
    display: flex;
  }

  .text-block-26 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .div-block-359 {
    flex-direction: column;
    align-items: center;
  }

  .text-block-27 {
    line-height: 24px;
  }

  .div-block-361 {
    margin-bottom: 50px;
  }

  .div-block-363 {
    text-align: center;
    align-self: center;
    margin-right: 0;
  }

  .grid-12 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-8 {
    width: 100%;
    margin-top: 42px;
  }

  .container-16 {
    max-width: 90vw;
  }

  .background-video-2 {
    height: 25vh;
  }

  .container-17, .container-18 {
    max-width: 90vw;
  }

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

  .background-video-3 {
    height: 25vh;
  }

  .section-15 {
    padding-top: 20px;
  }

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

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

  .columns-3 {
    padding-left: 0;
  }

  .container-19 {
    max-width: 90vw;
  }

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

  .container-21, .container-22 {
    max-width: 90vw;
  }

  .heading-20 {
    margin-left: 25px;
  }

  .container-24 {
    flex-direction: column;
    max-width: 85vw;
  }

  .section-21 {
    padding-top: 25px;
  }

  .div-block-378 {
    max-width: none;
    margin-right: 0;
  }

  .div-block-379 {
    max-width: none;
    margin-left: 0;
  }

  .container-25 {
    max-width: 85vw;
  }

  .container-24-copy {
    flex-direction: column;
    align-items: center;
    max-width: 85vw;
  }

  .section-22 {
    padding-top: 0;
  }

  .heading-21 {
    text-align: center;
  }

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

  .container-26 {
    max-width: 90vw;
  }

  .bold-text-10 {
    font-size: 28px;
  }

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

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

  .container-27 {
    max-width: 70vw;
  }

  .container1100.kontakt {
    display: flex;
  }

  .zaprojektujemy.contact {
    display: none;
  }

  .heading-6-copfdsfsdfsfy {
    font-size: 18px;
  }

  .paragraph-mobile {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .text-block-3-mobile, .paragraph-2-mobile {
    font-size: 14px;
    display: none;
  }

  .div-block-386 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-387, .div-block-388, .div-block-389 {
    margin-top: 66px;
  }

  .columns-6 {
    flex-direction: column;
    align-items: stretch;
    width: auto;
    margin-top: 86px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .image-12 {
    max-width: 60vw;
  }

  .column-5 {
    justify-content: center;
    display: flex;
  }

  .image-13, .image-14, .image-15 {
    max-width: 75%;
  }

  .column-6 {
    justify-content: center;
    margin-bottom: 22px;
    display: flex;
  }

  .image-16, .image-17, .image-18 {
    max-width: 75%;
  }

  .image-19 {
    margin-bottom: 28px;
  }

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

  .div-block-395 {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .list-item-4 {
    font-size: 14px;
  }

  .div-block-396 {
    align-self: center;
  }

  .hero-accordion-flex {
    flex-direction: column;
    height: 100%;
  }

  .hero-accordion-card {
    border-bottom: 4px solid #000;
    border-left-style: none;
    flex: 1;
    width: 100%;
    height: 25%;
  }

  .hero-accordion-card:last-child {
    border-bottom-style: none;
  }

  .hero-accordion-card:hover {
    flex: none;
    width: 100%;
    height: 75%;
  }

  .card-heading {
    font-size: 1.5rem;
  }

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

  .links-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-7-copy {
    text-align: center;
    text-align: center;
    width: 90vw;
    padding-left: 0;
    font-size: 22px;
  }

  .list-item-4-copy {
    font-size: 14px;
  }

  .div-block-397 {
    padding-top: 0;
  }

  .image-22 {
    width: 80vw;
  }

  .background-video-4 {
    height: 100vh;
  }

  .image-24 {
    align-self: center;
    width: 80vw;
    height: auto;
    margin-top: 42px;
    position: relative;
  }

  .o-mnie-copy {
    padding-top: 50px;
  }

  .div-block-405 {
    flex-direction: column-reverse;
    width: 80vw;
  }

  .div-block-406 {
    width: auto;
    margin-top: 25px;
    margin-right: auto;
  }

  .div-block-407 {
    width: auto;
  }

  .section-26.dsadasds.asdasdasda {
    padding-top: 63px;
  }

  .container-28 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

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

  .div-block-408 {
    flex-direction: column;
  }

  .text-block-3-copy {
    font-size: 14px;
    display: flex;
  }

  .div-block-412 {
    width: 90%;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .heading-43 {
    font-size: 2rem;
    line-height: 1.3em;
  }

  .text-block-48 {
    width: 80vw;
  }

  .background-video-5 {
    padding: 3rem 1em;
  }

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

  .div-block-416 {
    padding-left: .5em;
    padding-right: .5em;
  }

  .text-block-50 {
    font-size: .6rem;
  }

  .navbar-3 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .brand-3 {
    justify-content: center;
  }

  .image-29 {
    display: none;
  }

  .nav-menu-3 {
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: stretch;
  }

  .navlink22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-6 {
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

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

  .section-28 {
    padding-left: 1em;
    padding-right: 1em;
  }

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

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

  .text-block-53 {
    font-size: 8px;
    line-height: 14px;
  }

  .div-block-429 {
    width: auto;
    padding-top: 15px;
  }

  .image-35 {
    max-width: 50%;
  }

  .text-block-54 {
    font-size: 8px;
    line-height: 14px;
  }

  .emi-section-1 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.69vw;
  }

  .section-30 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-54 {
    font-size: 18px;
  }

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

  .section-31 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-37 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-445 {
    margin-top: 15px;
    padding-left: 0;
  }

  .section-32, .section-33, .section-34, .section-34.combozabiegi {
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-block-59 {
    font-size: 8px;
    line-height: 14px;
  }

  .div-block-450 {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-image-wrapper.center {
    height: 10rem;
  }

  .tab-heading-copy {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading-59 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-24 {
    text-align: justify;
    font-size: 12px;
    line-height: 16px;
  }

  .tab-heading {
    margin-bottom: 0;
    font-size: 14px;
  }

  .tab-button {
    margin: 10px 2px;
  }

  .tab-subtext {
    font-size: 10px;
    display: none;
  }

  .tabs-menu {
    flex-wrap: nowrap;
  }

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

  .section-35 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-60 {
    margin-bottom: 0;
  }

  .div-block-454 {
    width: 60px;
    height: 60px;
  }

  .text-block-61 {
    font-size: 8px;
    line-height: 14px;
  }

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

  .map {
    height: 300px;
    margin-bottom: 1em;
  }

  .columns-7 {
    height: auto;
  }

  .cell-3 {
    display: none;
  }

  .cell-4 {
    display: flex;
  }

  .div-block-463 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-43 {
    display: block;
  }

  .div-block-464 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    display: flex;
  }

  .column-7 {
    margin-bottom: 1em;
  }

  .cookie-example {
    background-color: #0000;
    background-image: linear-gradient(45deg, #071b2e, #0c2741);
  }

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

  .footer-light-copy {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    z-index: 15;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    position: absolute;
  }

  .container-2 {
    background-color: var(--white-smoke);
    flex-direction: row;
    justify-content: flex-start;
    min-width: auto;
    max-width: none;
    position: relative;
  }

  .button {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .div-block-2 {
    justify-content: center;
  }

  .heromain {
    padding-top: 0;
    padding-bottom: 0;
  }

  .background-video {
    width: auto;
    height: 30vh;
    position: relative;
  }

  .heading {
    text-align: center;
    margin-top: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph {
    text-align: center;
    margin-left: 23px;
    margin-right: 23px;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }

  .button-white {
    align-self: center;
    width: 190px;
    height: auto;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
  }

  .button-copy {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
  }

  .div-block-6 {
    flex-direction: column;
    width: auto;
  }

  ._3kolumny {
    padding-bottom: 0;
  }

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

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

  .o-mnie {
    padding-top: 40px;
  }

  .div-block-9 {
    flex-direction: column-reverse;
  }

  .div-block-10 {
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-11 {
    align-self: center;
    width: 90vw;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .text-block.clipped {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
  }

  .heading-5 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-2 {
    font-size: 12px;
    display: flex;
  }

  .button-o-mnie {
    align-self: center;
    align-items: flex-start;
    font-size: 14px;
  }

  .button-o-mnie.asdassa {
    width: 75vw;
    padding: 13px 24px;
    font-size: 16px;
  }

  .button-o-mnie.asdassa:hover {
    padding: 13px 24px;
    font-size: 16px;
  }

  .text-block-3 {
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    display: flex;
  }

  .testimonials {
    padding-top: 50px;
  }

  .container-3 {
    flex-direction: row;
    max-width: none;
    display: flex;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
  }

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

  .text-block-7 {
    text-align: center;
    border: 1px #000;
    font-size: 18px;
  }

  .div-block-15 {
    width: 90vw;
    padding-right: 0;
  }

  .section-2 {
    padding-top: 0;
  }

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

  .text-block-11 {
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-5-copy {
    flex-direction: column;
    align-items: center;
  }

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

  .asdasdsadasdasdasaasd {
    margin-top: 25px;
    margin-left: 0;
  }

  .accordion-heading {
    font-size: 14px;
    line-height: 20px;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

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

  .footer-block-two {
    align-self: center;
    margin-top: 40px;
  }

  .footer-form {
    width: 100%;
  }

  .footer-form-container {
    max-width: none;
  }

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

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

  .section-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-contact {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-347 {
    margin-bottom: 17px;
  }

  .submit-button {
    font-size: 12px;
  }

  .div-block-120 {
    flex-direction: column;
    display: flex;
  }

  .form-3 {
    grid-template-rows: 38px auto auto auto 160px 75px;
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-3.g-wny-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .paragraph-10 {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  }

  .text-field-3 {
    font-size: 12px;
  }

  .text-field-3._1 {
    flex: 1;
  }

  .checkbox {
    margin-top: 0;
    position: static;
    top: 4%;
    left: auto;
  }

  .bold-text-4._1 {
    width: auto;
    margin-top: -30px;
    margin-bottom: 0;
    margin-left: 35px;
    font-size: 11px;
    display: flex;
  }

  .bold-text-4._123124 {
    font-size: 7px;
  }

  .text-field-4 {
    font-size: 12px;
  }

  .text-field-4._1 {
    flex: 1;
    padding: 8px;
    position: static;
  }

  .submit-button-2._1 {
    align-self: center;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 12px;
  }

  .submit-button-2._1._232131 {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    position: relative;
  }

  .heading-15.badznabiezaco {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
  }

  .error-message-2 {
    margin-top: 0;
    margin-bottom: 10px;
    position: absolute;
    inset: auto 0% -18%;
  }

  .text-field-5 {
    font-size: 12px;
  }

  .text-field-5._1 {
    flex: 1;
    padding: 8px;
    position: static;
    top: 0%;
  }

  .checkbox-label-2 {
    flex-flow: column;
    justify-content: center;
    width: 55vw;
    margin-top: 22px;
    margin-bottom: -13px;
    display: flex;
    position: relative;
    top: -33px;
    left: 37px;
  }

  .newsletter {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-9.mogewyslac {
    margin-top: 30px;
    font-size: 15px;
  }

  .div-block-348 {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block-2 {
    transform: scale3d(1none, 1none, 1none);
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .container-10 {
    transform: scale(1);
  }

  .grid-8 {
    flex-direction: column;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .recaptcha-2 {
    align-self: center;
    margin-top: 3px;
  }

  .checkbox-field {
    width: 24px;
    height: 24px;
    margin-top: 12px;
  }

  .heading-15-copy.badznabiezaco {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
  }

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

  .heading-copy {
    font-size: 32px;
    line-height: 48px;
  }

  .paragraph-copy {
    font-size: 14px;
  }

  .div-block-5-copy-copy {
    flex-direction: column;
    align-items: center;
  }

  .button-copy-copyq221312 {
    margin-right: 0;
  }

  ._21123213fghfg {
    margin-top: 25px;
    margin-left: 0;
    padding-top: 11px;
    padding-bottom: 11px;
  }

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

  .text-block-3-copy {
    font-size: 14px;
  }

  .image-5 {
    width: 80vw;
  }

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

  .div-block-352, .div-block-353 {
    margin-top: 25px;
  }

  .text-block-23 {
    font-size: 20px;
  }

  .div-block-5-copy-copy-copy {
    flex-direction: column;
    align-items: center;
  }

  ._21123213fghfg-copy {
    margin-top: 25px;
    margin-left: 0;
  }

  .div-block-358 {
    height: 240px;
  }

  .container-15 {
    justify-content: flex-start;
  }

  .text-block-26 {
    font-size: 28px;
  }

  .text-block-27 {
    font-size: 14px;
  }

  .div-block-361 {
    margin-bottom: 25px;
  }

  .div-block-365 {
    flex-direction: column;
  }

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

  .div-block-366 {
    align-self: center;
  }

  .bold-text-5 {
    line-height: 28px;
  }

  .text-block-30 {
    font-size: 14px;
  }

  .text-block-32 {
    font-size: 14px;
    line-height: 28px;
  }

  .paragraph-11 {
    text-align: justify;
  }

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

  .heading-19 {
    font-size: 30px;
  }

  .section-22 {
    padding-top: 0;
  }

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

  .heading-21 {
    text-align: center;
  }

  .section-23 {
    padding-top: 20px;
  }

  .container-26 {
    max-width: 90vw;
  }

  .bold-text-10 {
    font-size: 22px;
  }

  .container-27 {
    max-width: 90vw;
  }

  .div-block-124 {
    margin-top: 96px;
    margin-left: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .div-block-124.kont {
    inset: 0% 0% auto auto;
  }

  .select-field-2 {
    font-size: 12px;
  }

  .menubg {
    display: none;
  }

  .checkbox-2 {
    margin-top: 0;
    position: static;
    top: 4%;
    left: auto;
  }

  .div-block-72 {
    width: 31px;
    margin-bottom: 7px;
  }

  .textarea {
    width: 91vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    position: relative;
    left: 0%;
  }

  .div-block-82 {
    width: 30px;
    height: 30px;
    padding-top: 9px;
    padding-right: 44px;
    display: block;
  }

  .select-field {
    align-items: stretch;
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    display: flex;
    inset: 0% 0% auto;
  }

  .form-4 {
    grid-template-rows: 38px auto auto auto 160px 75px;
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-2 {
    background-color: #000;
    width: 100vw;
    height: 50px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 50px;
    position: static;
  }

  .form-block-4 {
    transform: scale3d(1none, 1none, 1none);
    width: auto;
    display: flex;
  }

  .container1100 {
    width: auto;
    margin-bottom: 0;
  }

  .container1100.kontakt {
    width: auto;
    margin-top: 0;
    transform: scale(1);
  }

  .recaptcha-3 {
    margin-top: 0;
  }

  .div-block-71 {
    width: 31px;
    margin-bottom: 7px;
  }

  .brand-2 {
    background-size: 120px;
    min-width: 120px;
    min-height: auto;
    padding-bottom: 60px;
  }

  .text-field-6 {
    font-size: 12px;
  }

  .heading-37 {
    margin-left: 26px;
    margin-right: 26px;
    font-size: 30px;
    line-height: 55px;
    display: flex;
  }

  .heading-38 {
    margin-bottom: 60px;
    margin-left: 51px;
    margin-right: 51px;
    font-size: 13px;
    line-height: 30px;
    display: flex;
  }

  .menu-button-2 {
    width: auto;
    height: auto;
    margin-right: 8px;
    padding: 18px 20px 18px 18px;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: #000;
    background-image: none;
    background-position: 50%;
    background-size: cover;
  }

  .icon-2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    display: none;
  }

  .menu-kat {
    background-color: #000;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding: 13px;
    font-size: 15px;
    line-height: 30px;
    display: block;
  }

  .menu-kat:hover {
    transform: none;
  }

  .zaprojektujemy {
    background-position: 50% 0;
    background-size: 960px;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 90px;
    padding-bottom: 25px;
  }

  .zaprojektujemy.contact {
    transform: scale(1);
  }

  .paragraph-mobile {
    text-align: center;
    margin-left: 23px;
    margin-right: 23px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .div-block-385, .text-block-3-mobile, .paragraph-2-mobile {
    font-size: 12px;
  }

  .image-11 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-6 {
    margin-top: 0;
  }

  .div-block-390 {
    margin-top: 37px;
  }

  .div-block-391 {
    margin-top: 35px;
  }

  .div-block-393 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie {
    z-index: 9999;
    justify-content: center;
    margin-bottom: 85px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 11px;
    left: 10px;
    right: 10px;
  }

  .div-block-395 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .list-item-4 {
    font-size: 12px;
  }

  .hero-accordion-card {
    padding: 1.5rem 1rem;
  }

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

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

  .text-block-3-copy {
    text-align: left;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    display: flex;
  }

  .text-block-7-copy {
    text-align: center;
    text-align: center;
    border: 1px #000;
    font-size: 18px;
  }

  .list-item-4-copy {
    font-size: 12px;
  }

  .div-block-397 {
    margin-top: 30vh;
  }

  .background-video-4 {
    width: auto;
    height: 100vh;
    display: flex;
  }

  .div-block-403 {
    justify-content: flex-start;
  }

  .div-block-404 {
    padding-top: 0;
  }

  .o-mnie-copy {
    padding-top: 40px;
  }

  .o-mnie-copy.trychiio {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-405 {
    width: 90vw;
    margin-top: 25px;
  }

  .section-26 {
    padding-bottom: 25px;
  }

  .section-26.dsadasds.asdasdasda {
    padding-top: 20px;
  }

  .text-block-3-copy {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    display: flex;
  }

  .div-block-409 {
    width: auto;
  }

  .div-block-410 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-411 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-27 {
    padding-top: 2vh;
  }

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

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

  .div-block-414 {
    width: 80px;
  }

  .heading-43 {
    font-size: 1.6rem;
  }

  .text-block-48 {
    font-size: .7rem;
  }

  .section-27 {
    margin-top: 205px;
  }

  .background-video-5 {
    background-image: linear-gradient(to right, #000, #0000 100%, #000);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .div-block-415 {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .div-block-416 {
    flex-direction: row;
    align-items: stretch;
    height: 50px;
  }

  .div-block-417 {
    flex-direction: row;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    margin-top: 5px;
  }

  .div-block-418 {
    align-self: auto;
  }

  .text-block-50 {
    align-self: auto;
    margin-top: 1px;
    line-height: .6rem;
  }

  .image-28 {
    align-self: auto;
    height: 16px;
  }

  .div-block-419 {
    align-self: auto;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-420 {
    margin-top: 5px;
  }

  .div-block-117 {
    margin-top: 35px;
  }

  .div-block-118 {
    margin-left: 20px;
  }

  .text-block-51 {
    font-size: 12px;
    line-height: 18px;
  }

  .container-33 {
    flex-direction: column;
  }

  .div-block-424 {
    width: auto;
  }

  .heading-45 {
    text-align: center;
  }

  .text-block-52 {
    font-size: 12px;
    line-height: 18px;
  }

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

  .div-block-428 {
    flex-direction: column;
  }

  .image-35 {
    width: 50px;
    height: 50px;
  }

  .text-block-54 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-430 {
    width: auto;
  }

  .bold-text-12 {
    line-height: 18px;
  }

  .heading-46 {
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 18px;
  }

  .emi-section-1 {
    font-size: 2.5vw;
  }

  .emi-heading-1 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
  }

  .emi-grid-1 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .emi-pic-1 {
    width: 10em;
  }

  .main, .main-2 {
    margin: -64px 0;
  }

  .heading-53 {
    font-family: Bodoni Moda, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .div-block-436 {
    flex-direction: column;
  }

  .div-block-437 {
    align-self: auto;
    margin-top: 10px;
    margin-left: 0;
  }

  .heading-54 {
    text-align: center;
    margin-bottom: 10px;
  }

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

  .background-video-6 {
    width: 100%;
    height: 220px;
  }

  .div-block-445 {
    width: auto;
  }

  .section-33 {
    padding-bottom: 4em;
  }

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

  .div-block-448 {
    padding: 16px 10px 20px;
  }

  .heading-56 {
    font-size: 18px;
  }

  .background-video-7 {
    width: 100%;
    height: 220px;
  }

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

  .heading-58 {
    font-size: 18px;
  }

  .text-block-59 {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-wrapper {
    font-size: 18px;
  }

  .list-item-5 {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-24 {
    line-height: 18px;
  }

  .tab-heading {
    text-align: center;
    font-size: 9px;
  }

  .container-42 {
    max-width: 100%;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .div-block-453 {
    flex-direction: column;
    align-items: center;
  }

  .heading-60 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 24px;
  }

  .div-block-454 {
    align-self: center;
    padding: 12px;
  }

  .text-block-61 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-455 {
    margin-left: 0;
  }

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

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

  .cell-4 {
    display: none;
  }

  .div-block-463 {
    margin-top: 5px;
  }

  .div-block-464 {
    flex-direction: column;
  }

  .div-block-465, .div-block-466, .div-block-467, .div-block-468 {
    width: 100%;
  }

  .cookie-example {
    min-height: auto;
    padding: 10px;
    display: flex;
    bottom: 10%;
  }

  .cookie-detail-wrapper {
    margin-bottom: 20px;
  }

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

#w-node-b2503f02-7b93-0d66-841d-7174576dbd5c-6f0f2426, #w-node-f5836166-06eb-9a0b-76eb-8162a4d6aa2b-6f0f2426 {
  align-self: stretch;
}

#w-node-f5836166-06eb-9a0b-76eb-8162a4d6aa2c-6f0f2426, #w-node-_1a22f6f9-7ca5-f962-8fbd-1a272e61a380-6f0f2426, #w-node-_5483ba5a-a279-0b73-9974-ab02c0a5083b-6f0f2426, #w-node-baae02a9-44bf-d2aa-3e09-2c0293d4c4a5-6f0f2426, #w-node-_092579fb-a586-45f8-5ef3-7e926d5734fb-6f0f2426, #w-node-_7f451c5e-af5c-c271-83c4-327a09baed81-6f0f2426, #w-node-_22d5b6b4-0d70-1245-2566-cc63625200a2-6f0f2426 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_884cb860-9efc-18e2-865e-33ee2523b1f0-6f0f2426 {
  grid-area: Area-2;
}

#w-node-_884cb860-9efc-18e2-865e-33ee2523b1f9-6f0f2426 {
  grid-area: Area;
}

#w-node-e71b19df-48f2-901f-b0bc-26f07d8c31f4-501fa26d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-de6ab02f-9d19-fb6b-31fa-a29bb80b5553-501fa26d, #w-node-f98704a4-4775-3820-cf2b-133659455cdd-501fa26d, #w-node-_1cbf129a-8a5b-ed75-f511-d29dbee3139e-501fa26d, #w-node-bc2307c5-2f75-073b-8163-7e067db05e04-501fa26d, #w-node-f9d44c81-f95c-e8b4-a303-62061823a7c7-501fa26d, #w-node-eade0864-00f7-030b-a3c7-88a6ac4a781e-501fa26d, #w-node-b220dea4-0567-95f4-e29a-65886c68a833-501fa26d, #w-node-_8b6c79d6-0032-1e76-6625-36a7c5a9266d-501fa26d, #w-node-_1de9dcf0-f3f1-3a1b-316c-546932e32849-501fa26d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27ae45ab-2c13-f616-0f6e-f7c33eb373e2-501fa26d, #w-node-_628e39c3-5533-973a-a7d0-1f00ed1c9820-501fa26d, #w-node-de1f9f05-e9b4-830f-e127-67f5bd749487-501fa26d, #w-node-_2a60667b-50c1-e892-3df1-172b24aca825-501fa26d, #w-node-c4189846-249c-d312-65d3-1931d9f65664-501fa26d, #w-node-bfd132d3-71cb-570d-b549-b3548b4e9866-501fa26d, #w-node-_5cb5980b-26fe-1b70-a1e2-b1e6de60a3a5-501fa26d, #w-node-f7eabcdb-78fa-a822-3ae7-074752f2035c-501fa26d, #w-node-_1ec254b2-0b05-1774-da63-391ced68ebfa-0a35fc0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b6d476b0-04a2-7649-79ac-9ff99bf71a5f-0a35fc0c, #w-node-_7070efdd-bc1c-68b2-bd6b-37459343c88a-0a35fc0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f4eacb8-58d3-bff3-e786-72755390e1d7-0a35fc0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1dcb62f6-84bc-e651-9245-4f511bc53905-0a35fc0c, #w-node-d2004ecd-a4a1-430a-824c-8132a58f9834-0a35fc0c, #w-node-_85f608bd-4a60-88a0-81a5-cc0917a504b2-0a35fc0c, #w-node-ee010470-3264-a3f2-3c10-86f14068e71d-0a35fc0c, #w-node-_2021fbde-50c7-581d-edd4-ff14317d42dc-0a35fc0c, #w-node-a5673551-a3d4-0093-8c05-747e206865fe-0a35fc0c, #w-node-fafbec07-6ecb-52e8-67b0-0f95924533d1-0a35fc0c, #w-node-_8b1e3fdf-9a77-8e30-11cf-c8c4a8eb07ba-0a35fc0c, #w-node-_06fa6173-2845-b5a0-4fa8-0c14cf1608d0-0a35fc0c, #w-node-_67c75dbf-da60-53ba-ea92-6bd0de21d82d-d36cc077, #w-node-cbf84437-425b-dae0-de6c-4bdca0ae52e8-d36cc077, #w-node-_8ec87fde-7ea4-20a6-5c1f-bfd34300a04a-d36cc077, #w-node-d102e714-6869-9150-f4ff-46debf4c532a-d36cc077, #w-node-_58310e2c-d08a-32c0-0ceb-6877e20b1402-d36cc077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-f0d1db96-3c56-e878-b072-2fc26efe0b4a-52b6a059 {
  place-self: center;
}

#w-node-f0d1db96-3c56-e878-b072-2fc26efe0b4b-52b6a059 {
  grid-area: Area-7;
  place-self: center stretch;
}

#name-2.w-node-f0d1db96-3c56-e878-b072-2fc26efe0b50-52b6a059 {
  grid-area: Area-4;
}

#name.w-node-f0d1db96-3c56-e878-b072-2fc26efe0b51-52b6a059 {
  grid-area: Area-3;
}

#email-3.w-node-f0d1db96-3c56-e878-b072-2fc26efe0b52-52b6a059 {
  grid-area: Area;
}

#Miejscowo-c.w-node-f0d1db96-3c56-e878-b072-2fc26efe0b53-52b6a059 {
  grid-area: Area-2;
}

#Main-Text.w-node-f0d1db96-3c56-e878-b072-2fc26efe0b54-52b6a059 {
  grid-area: Area-10;
}

#field-5.w-node-f0d1db96-3c56-e878-b072-2fc26efe0b55-52b6a059 {
  grid-area: Area-6;
  place-self: auto;
}

#Numer-Telefonu.w-node-f0d1db96-3c56-e878-b072-2fc26efe0b56-52b6a059 {
  grid-area: Area-5;
}

#w-node-f0d1db96-3c56-e878-b072-2fc26efe0b57-52b6a059 {
  grid-area: Area-8;
  justify-self: end;
}

#w-node-_0d55f49c-b7ae-4d6f-a64a-983446c90220-55d83198, #w-node-f6403f79-936d-b720-f8fe-7f4fe53e8b6d-55d83198, #w-node-df81fee5-5f52-eb7d-271f-8d1aa0ac8520-55d83198, #w-node-ecb0a9aa-7e7b-e812-dd66-b69b97cc565d-55d83198, #w-node-_4e7ca129-cf50-9d1f-2574-e1fbeb4a09d6-55d83198, #w-node-_57d153c7-5fe1-f1d7-da4b-1249fb7cb794-55d83198, #w-node-_1ec254b2-0b05-1774-da63-391ced68ebfa-8011181d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b6d476b0-04a2-7649-79ac-9ff99bf71a5f-8011181d, #w-node-_7070efdd-bc1c-68b2-bd6b-37459343c88a-8011181d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f4eacb8-58d3-bff3-e786-72755390e1d7-8011181d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1dcb62f6-84bc-e651-9245-4f511bc53905-8011181d, #w-node-d2004ecd-a4a1-430a-824c-8132a58f9834-8011181d, #w-node-_85f608bd-4a60-88a0-81a5-cc0917a504b2-8011181d, #w-node-ee010470-3264-a3f2-3c10-86f14068e71d-8011181d, #w-node-_2021fbde-50c7-581d-edd4-ff14317d42dc-8011181d, #w-node-_6e0afe2a-6503-1f06-b7a7-992d6dfbf127-7c0d746a, #w-node-cc71880d-00c2-c8f6-af1b-d3d47fca347e-7c0d746a, #w-node-bdd94a6a-e3d3-eb35-88e7-fa5ac4378832-7c0d746a, #w-node-bc589f53-95d2-ad2d-ca1c-58434c3c29fa-7c0d746a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c331723-d287-2fcd-2ec1-5c66367cd493-e12d46d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b87fd9c7-0808-97aa-98de-0a94c6b699bf-e12d46d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c501fad-f86e-ef91-cc6c-b3aee7d7fa89-e12d46d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6c501fad-f86e-ef91-cc6c-b3aee7d7fa8a-e12d46d2, #w-node-_176d694d-3355-ecb8-a196-0bc7ec74f9bd-e12d46d2, #w-node-_176d694d-3355-ecb8-a196-0bc7ec74f9be-e12d46d2, #w-node-_7ee315be-4faa-f2e8-e36b-94fdb9e4744e-e12d46d2, #w-node-_7ee315be-4faa-f2e8-e36b-94fdb9e4744f-e12d46d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38ff9101-13a9-f073-5e74-0e085987b493-e12d46d2, #w-node-_38ff9101-13a9-f073-5e74-0e085987b49a-e12d46d2, #w-node-_38ff9101-13a9-f073-5e74-0e085987b49e-e12d46d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_38ff9101-13a9-f073-5e74-0e085987b4a4-e12d46d2, #w-node-_52989903-df86-efcd-616f-e9c5b75e4fe8-e12d46d2, #w-node-a68ec356-5097-f686-1cc7-d168d90b341d-e12d46d2, #w-node-_3b9af618-032b-f9e2-6a1e-3f17a077b696-e12d46d2, #w-node-_2a93c8fc-be09-c81e-32e3-3d0a081f0a60-e12d46d2, #w-node-c35b5b0f-6a9c-f4fb-a1b5-4af5aca0acd0-d418e07a, #w-node-c35b5b0f-6a9c-f4fb-a1b5-4af5aca0acd2-d418e07a, #w-node-c35b5b0f-6a9c-f4fb-a1b5-4af5aca0acd4-d418e07a, #w-node-c35b5b0f-6a9c-f4fb-a1b5-4af5aca0acd6-d418e07a, #w-node-c35b5b0f-6a9c-f4fb-a1b5-4af5aca0acd8-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_027c52cc-d603-0b59-413e-8b674f3b4e23-d418e07a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_17af603b-21d0-b5b6-eaa7-972d58b4f0ee-d418e07a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_418a26af-26ee-a843-46a3-1ec60ad5c2b4-d418e07a, #w-node-eeb0d419-0086-27fb-661c-b7a699d3ff73-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51eae864-54c5-5b1f-d218-50470016e0c4-d418e07a, #w-node-_73908152-4f01-d13d-0334-8a67323911c5-d418e07a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a52aeac-db51-feaa-e934-6f1c74d06a74-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a637e05d-262b-e8f1-9120-86b704680ebc-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-a3a214b3-0dc6-bd4e-03a9-10a5d17e72e8-d418e07a, #w-node-_92388add-b412-929d-72ca-4a785d2b5aec-d418e07a, #w-node-_3454f0d8-8322-963a-4b05-9c573016f700-d418e07a, #w-node-b0fdbe93-d2e0-c798-96a1-afbde5bdd33f-d418e07a, #w-node-_3364d5c4-c021-a88d-1afd-68b30f0773a0-d418e07a, #w-node-bd077506-6ef9-bbc4-4610-b830cc738750-d418e07a, #w-node-_93d05f88-cb0e-c24b-2b94-9e6bc1bdc028-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4eef4468-183d-4df3-b379-fb2560b20d26-d418e07a, #w-node-_82ebef3a-2cf5-3d49-ee82-2700c7b4e2bb-d418e07a, #w-node-_67e5f7ec-ed43-a226-1fed-42943146d256-d418e07a, #w-node-_6ef47da1-d4e7-3978-ddf4-68b8efe5c359-d418e07a, #w-node-_6356039a-07ad-7bf3-85e6-79c6b2c4c89d-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b746b648-c39b-9b4a-4ce4-5c90e7255d24-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a90421dc-1de3-2c3b-fc25-6cd8c25f2f31-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a90421dc-1de3-2c3b-fc25-6cd8c25f2f35-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f94fe67-4c2b-c969-ea45-a0bb90c3d9de-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f94fe67-4c2b-c969-ea45-a0bb90c3d9e2-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3aac9766-45b6-816f-7e18-5315af6eb8fd-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3aac9766-45b6-816f-7e18-5315af6eb903-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3aac9766-45b6-816f-7e18-5315af6eb905-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3aac9766-45b6-816f-7e18-5315af6eb90b-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3aac9766-45b6-816f-7e18-5315af6eb90d-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3aac9766-45b6-816f-7e18-5315af6eb913-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be2d3e53-7326-cf95-75d8-81b2350d139b-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-be2d3e53-7326-cf95-75d8-81b2350d13a1-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be2d3e53-7326-cf95-75d8-81b2350d13a3-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-be2d3e53-7326-cf95-75d8-81b2350d13a9-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be2d3e53-7326-cf95-75d8-81b2350d13ab-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-be2d3e53-7326-cf95-75d8-81b2350d13b1-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f74c6f4-54b1-d1a1-3481-0cf4b7c4764d-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9f74c6f4-54b1-d1a1-3481-0cf4b7c47653-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f74c6f4-54b1-d1a1-3481-0cf4b7c47655-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9f74c6f4-54b1-d1a1-3481-0cf4b7c4765b-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f74c6f4-54b1-d1a1-3481-0cf4b7c4765d-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9f74c6f4-54b1-d1a1-3481-0cf4b7c47663-d418e07a, #w-node-_2665bf7a-b4c8-a514-15fa-bc42be095438-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81d8c8bf-1422-3a40-82e7-13dfdab42ca9-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_215b9429-32ff-2385-f081-eaf70c20d1f2-d418e07a, #w-node-_008fe6f4-929a-581e-4a02-aca94a09e685-d418e07a, #w-node-fdcf7f7e-277a-2316-3a43-b898bdd90ecd-d418e07a, #w-node-_6b56792d-657c-f740-2dec-e7a341832d10-d418e07a, #w-node-_6b56792d-657c-f740-2dec-e7a341832d11-d418e07a, #w-node-dbddfcf1-7b4b-3bb8-8fa2-97463b311022-d418e07a, #w-node-dbddfcf1-7b4b-3bb8-8fa2-97463b311023-d418e07a, #w-node-a41ff041-a81b-92e1-97d0-49d67b4c082f-d418e07a, #w-node-a41ff041-a81b-92e1-97d0-49d67b4c0830-d418e07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_027c52cc-d603-0b59-413e-8b674f3b4e23-d418e07a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_17af603b-21d0-b5b6-eaa7-972d58b4f0ee-d418e07a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_418a26af-26ee-a843-46a3-1ec60ad5c2b4-d418e07a, #w-node-eeb0d419-0086-27fb-661c-b7a699d3ff73-d418e07a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51eae864-54c5-5b1f-d218-50470016e0c4-d418e07a, #w-node-_73908152-4f01-d13d-0334-8a67323911c5-d418e07a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a52aeac-db51-feaa-e934-6f1c74d06a74-d418e07a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_027c52cc-d603-0b59-413e-8b674f3b4e23-d418e07a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_17af603b-21d0-b5b6-eaa7-972d58b4f0ee-d418e07a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_418a26af-26ee-a843-46a3-1ec60ad5c2b4-d418e07a, #w-node-eeb0d419-0086-27fb-661c-b7a699d3ff73-d418e07a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51eae864-54c5-5b1f-d218-50470016e0c4-d418e07a, #w-node-_73908152-4f01-d13d-0334-8a67323911c5-d418e07a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a52aeac-db51-feaa-e934-6f1c74d06a74-d418e07a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b2503f02-7b93-0d66-841d-7174576dbd5c-6f0f2426 {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f0d1db96-3c56-e878-b072-2fc26efe0b58-52b6a059 {
    grid-area: Area-8;
  }

  #w-node-a637e05d-262b-e8f1-9120-86b704680ebc-d418e07a {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.ttf') format('truetype'), url('../fonts/Gilroy-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui';
  src: url('../fonts/Segoe-UI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui';
  src: url('../fonts/Segoe-UI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui';
  src: url('../fonts/Segoe-UI-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui';
  src: url('../fonts/Segoe-UI-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bodonimoda 11 Pt Regular';
  src: url('../fonts/BodoniModa_11pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bodonimoda 11 Pt Medium';
  src: url('../fonts/BodoniModa_11pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}