:root {
  --bg1: #7c746700;
  --white: #f8f8f8;
  --_flyspot---flyspot: #e61658;
  --black: #333;
  --bg2: #ffffff42;
  --_flyspot---color: white;
}

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

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

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

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

.section {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-subtext {
  text-align: center;
  background-image: none;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
}

.center {
  border: 1px solid var(--_flyspot---flyspot);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff3, var(--white));
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 10px 20px;
  display: flex;
}

.bold-text {
  z-index: 5;
  color: var(--_flyspot---flyspot);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Exo, sans-serif;
  font-size: 150%;
  line-height: 1;
  position: relative;
}

.bold-text._2 {
  color: var(--white);
}

.bold-text._3 {
  text-align: center;
  background-image: linear-gradient(#0009, #0009);
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
  line-height: 1.4;
}

.text-block {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.text-block._2 {
  color: var(--black);
}

.text-block._2.dla {
  border: 1px solid var(--_flyspot---flyspot);
  background-image: linear-gradient(180deg, var(--bg2), var(--white));
  color: var(--black);
  border-radius: 10px;
  padding: 10px;
}

.text-block.bolt {
  color: var(--black);
  font-weight: 600;
}

.text-block.bolt.red {
  color: var(--black);
}

.body {
  color: var(--black);
  background-color: #fff0;
  background-image: radial-gradient(circle, #ffffffc4, #fff0), linear-gradient(#e2e1e1d4, #e2e1e1d4), url('../images/01_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  font-family: Exo, sans-serif;
}

.hero-heading {
  color: var(--_flyspot---flyspot);
  text-align: center;
}

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

.button {
  margin-top: 40px;
}

.button-2 {
  background-color: var(--_flyspot---flyspot);
  text-transform: uppercase;
  border-radius: 40px;
  padding: 24px;
  font-size: 26px;
  font-weight: 500;
  transition: all .4s;
}

.button-2:hover {
  background-color: var(--white);
  color: var(--black);
}

.form-block {
  flex-flow: row;
  width: 22rem;
  margin-bottom: 0;
}

.form {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-field {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--_flyspot---flyspot);
  color: #e7e7e7;
  letter-spacing: 2px;
  background-color: #0009;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-bottom: 0;
  font-weight: 500;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-style: solid;
  border-color: var(--_flyspot---flyspot);
  color: var(--_flyspot---flyspot);
}

.submit-button {
  border: 1px solid var(--_flyspot---flyspot);
  background-color: var(--_flyspot---flyspot);
  letter-spacing: 2px;
  border-radius: 0 10px 10px 0;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  transition: all .5s;
}

.submit-button:hover {
  background-color: var(--black);
  filter: contrast(150%);
  color: var(--white);
  background-image: none;
  font-weight: 500;
}

.submit-button:focus-visible, .submit-button[data-wf-focus-visible] {
  border-color: #3a80a0;
}

.success-message {
  color: var(--white);
  background-color: #0009;
  border-radius: 10px;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-2 {
  background-color: #0000;
}

.text-block-2.success {
  color: var(--white);
}

.error-message {
  background-color: #e75e5e;
  border-radius: 10px;
}

.submit {
  z-index: 100;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-span-4 {
  color: var(--_flyspot---flyspot);
}

.logo {
  z-index: 5;
  text-align: center;
}

.logo.mobile {
  display: none;
}

.heading {
  color: var(--black);
  font-size: 44px;
}

.heading._2 {
  color: var(--black);
  text-align: left;
  margin-top: 10px;
  line-height: 52px;
}

.heading._2._1 {
  text-align: center;
  margin-top: 20px;
}

.heading._2._1.no {
  color: var(--_flyspot---color);
  margin-bottom: 20px;
}

.text-span-6 {
  color: var(--_flyspot---flyspot);
}

.bold-text-2 {
  color: var(--_flyspot---flyspot);
  letter-spacing: 1px;
  font-size: 24px;
}

.div-block-2 {
  margin: 140px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.image-2 {
  filter: drop-shadow(0 2px 5px #000000b3) invert(75%);
  border-radius: 20px;
}

.div-block-3 {
  border: 1px solid #a59696;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

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

.text-block-3 {
  letter-spacing: 1px;
  font-size: .875rem;
  line-height: 1.5;
}

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

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-2 {
  background-image: none;
  margin-top: 100px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.section-2 {
  margin-bottom: 140px;
  padding-bottom: 40px;
  position: relative;
}

.container-3 {
  z-index: 5;
}

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

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

.section-3 {
  z-index: 999;
  overflow: hidden;
}

.div-block-9 {
  z-index: -1;
  background-image: linear-gradient(to bottom, #00000080, #00000080), radial-gradient(circle farthest-corner at 100% 50%, #0000, var(--black)), url('../images/01_1.avif');
  filter: none;
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  width: 100%;
  height: 100%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-10 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
}

.container-4 {
  margin-top: 140px;
  position: relative;
}

.div-block-11 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.phone, .phone:hover {
  filter: grayscale();
}

.accordion {
  z-index: 1;
  box-shadow: none;
  border-bottom-width: 1px;
  border-bottom-color: #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 0;
  max-height: 90vh;
  margin-bottom: 20px;
  transition: box-shadow .75s, border-color .75s;
  display: flex;
  position: relative;
  overflow: clip;
}

.accordion:hover {
  z-index: 2;
  box-shadow: 0 10px 40px 30px #d3d4d466;
}

.container-6 {
  background-color: #dddddda1;
  border: 1px solid #e61658;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-3 {
  font-size: 30px;
  font-weight: 700;
}

.medium-text {
  font-size: 18px;
  line-height: 150%;
}

.medium-text.limit {
  max-width: none;
}

.medium-text.limit.no-space-bottom {
  padding-top: 2px;
  font-size: 16px;
  font-weight: 300;
  overflow: visible;
}

.accordion-item-content {
  overflow: hidden;
}

.single-step-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 34px;
  border-bottom: 1px solid #e6165880;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.single-step-wrapper.last {
  border-bottom-style: none;
}

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

.accordion-item {
  border-bottom: 1px solid #2c2c2c80;
  padding-top: 40px;
  padding-bottom: 40px;
}

.accordion-item.last {
  border-bottom-color: #e0c8d000;
}

.lightbox-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-item-trigger {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .69;
}

.accordion-item-trigger.spread {
  letter-spacing: .1em;
  justify-content: space-between;
}

.accordion-item-trigger.spread:hover {
  color: #e61658;
}

.no-space-bottom {
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.details {
  margin-left: 0;
  margin-right: auto;
  padding: 10px 20px;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: flex;
}

.div-block-14 {
  margin-bottom: 10px;
}

.div-block-14._2 {
  margin-bottom: 0;
}

.div-block-14._3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.bold-text-3 {
  color: var(--_flyspot---flyspot);
  font-size: 20px;
}

.bold-text-4 {
  font-size: 24px;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-17 {
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-18 {
  border: 1px solid var(--_flyspot---flyspot);
  background-image: linear-gradient(0deg, var(--white), var(--bg2));
  border-radius: 10px;
  padding: 20px 20px 10px;
}

.div-block-19 {
  margin: 140px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper {
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.right-gradient {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(270deg, #000000e6, #0000);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 20vw;
  height: 100vh;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.left-gradient {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(to right, #000000e6, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 20vw;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.splide {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.splide__track {
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}

.splide__list {
  justify-content: flex-start;
  align-items: flex-start;
  width: 250vw;
  height: 100%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.splide__slide {
  width: 25vw;
  min-width: 320px;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}

.img {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 3s;
}

.img:hover {
  transform: scale(1.2);
}

.slide-17 {
  background-image: url('../images/07_1.avif');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
}

.slide-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-8 {
  background-image: url('../images/RafaMAX_SOCIAL-MEDIA-RES_WorldCup_KATO_2022-2559-1024x683.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.icon-4 {
  position: relative;
}

.right-arrow {
  border-radius: 20px;
}

.slide-15 {
  background-image: url('../images/04_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.left-arrow {
  border-radius: 20px;
}

.slide-16 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/01_1.avif');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border-radius: 10px;
}

.slide-nav-2 {
  filter: invert();
  padding-bottom: 40px;
  bottom: -65px;
}

.slider-3 {
  background-color: #ddd0;
  height: 500px;
}

.slide-14 {
  background-image: url('../images/03_1.avif');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
}

.slide-7 {
  background-color: #fff;
  background-image: url('../images/02_1.avif');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-style: none;
  border-width: 1px;
  border-radius: 10px;
}

.slide-5 {
  text-align: center;
  object-fit: fill;
  background-image: url('../images/05_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.mask-2 {
  aspect-ratio: auto;
  border: 1px #fff;
  border-radius: 0;
}

.slide07 {
  background-image: url('../images/02_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.bold-text-9 {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.footer-copyright {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 25px;
}

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

.sm-icon {
  aspect-ratio: 3 / 2;
  filter: contrast(0%);
  border-radius: 0;
  width: 50px;
}

.sm-icon:hover {
  filter: invert(80%);
}

.cointainter-grid {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  place-items: center;
}

.footer-social-block-two {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-20 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-21 {
  margin-top: 60px;
}

.grid-2 {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.background-video-2 {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}

.background-video-3 {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kontener-wideo {
  margin-top: 140px;
}

.text-block-4.heading-2 {
  color: #e61658;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #333, #e61658);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  display: block;
  left: auto;
}

.text-block-4.heading-2.mobile {
  display: none;
}

.podstawowy {
  border-radius: 10px;
  margin-left: 0;
}

.div-block-24 {
  position: sticky;
  top: 0;
}

.container-8 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar {
  background-color: #0000;
  display: flex;
  position: sticky;
  top: 0;
}

.image-5 {
  filter: none;
}

.sticky-bar {
  border: 1px solid var(--_flyspot---flyspot);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff3, var(--white));
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 940px;
  margin-top: 10px;
  padding: 10px;
  display: flex;
}

.container-bar {
  z-index: 10;
  background-color: #f5f5f500;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: -94px;
  display: flex;
  position: sticky;
  top: 0;
}

.text-block-5 {
  color: var(--white);
}

.div-block-25 {
  border: 1px solid var(--_flyspot---flyspot);
  background-image: linear-gradient(180deg, #0000, var(--white));
  border-radius: 10px;
  padding: 20px;
}

.zaawansowany {
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .bold-text {
    font-size: 100%;
  }

  .space-top {
    margin-top: 36px;
  }

  .container-6 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .medium-text {
    font-size: 16px;
  }

  .single-step-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .space-top-tiny {
    margin-top: 14px;
  }

  .accordion-item-trigger {
    font-size: 19px;
  }

  .bold-text-9, .footer-copyright {
    font-size: 18px;
  }

  .grid-footer {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-social-block-two {
    display: flex;
  }

  .text-block-4.heading-2 {
    justify-content: center;
    align-items: center;
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    display: block;
    left: auto;
    right: auto;
  }

  .podstawowy {
    object-fit: none;
    width: auto;
    height: 340px;
  }

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

@media screen and (max-width: 767px) {
  .center {
    border-style: none;
  }

  .grid, .div-block-8 {
    grid-template-columns: 1fr;
  }

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

  .accordion {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion:hover {
    box-shadow: none;
  }

  .space-top {
    margin-top: 32px;
  }

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

  .medium-text {
    font-size: 15px;
  }

  .single-step-wrapper {
    grid-template-columns: 2fr;
  }

  .space-top-tiny {
    margin-top: 12px;
  }

  .accordion-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .accordion-item-trigger {
    font-size: 18px;
  }

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

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

  .grid-footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

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

  .div-block-21 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-4.heading-2 {
    text-align: center;
    align-self: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    left: auto;
    right: auto;
  }

  .podstawowy {
    aspect-ratio: auto;
    object-fit: none;
  }

  .sticky-bar {
    background-image: none;
    border-style: none;
  }

  .container-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-25 {
    border-style: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-subtext {
    background-image: linear-gradient(180deg, var(--bg1), var(--white));
    margin-top: 20px;
  }

  .center {
    background-image: none;
  }

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

  .hero-heading {
    margin-top: 0;
    font-size: 38px;
    line-height: 42px;
  }

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

  .form-block {
    width: auto;
  }

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

  .submit {
    padding-top: 0;
  }

  .logo {
    width: 14rem;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .logo.mobile {
    margin-bottom: 20px;
    display: block;
  }

  .heading {
    margin-top: 60px;
    font-size: 38px;
  }

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

  .heading._2._1 {
    font-size: 32px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

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

  .container-2 {
    margin-top: 0;
  }

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

  .image-3, .div-block-9 {
    margin-top: 40px;
  }

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

  .background-video {
    margin-bottom: 0;
  }

  .container-4 {
    margin-top: 60px;
  }

  .space-top {
    margin-top: 0;
  }

  .container-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .medium-text.limit.no-space-bottom {
    font-size: 14px;
    overflow: visible;
  }

  .single-step-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    display: grid;
  }

  .lightbox-link {
    width: 12.5rem;
  }

  .accordion-item-trigger {
    font-size: 16px;
  }

  .no-space-bottom {
    font-size: 20px;
    line-height: 140%;
  }

  .details {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    margin-bottom: 0;
  }

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

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

  .div-block-17 {
    margin-top: 40px;
  }

  .div-block-19 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .wrapper {
    height: 100%;
    overflow: hidden;
  }

  .right-gradient, .left-gradient {
    min-width: 10vw;
    display: none;
  }

  .splide {
    align-items: flex-start;
    margin-top: 12%;
  }

  .splide__track {
    height: 66vh;
  }

  .splide__slide {
    width: 60vw;
    min-width: 250px;
  }

  .slide-16 {
    border-radius: 10px;
  }

  .slider-3 {
    height: 210px;
  }

  .slide-14 {
    background-position: 50% 0;
    background-size: cover;
  }

  .bold-text-9 {
    text-align: left;
    font-size: 16px;
  }

  .footer-copyright {
    text-align: left;
    align-self: center;
    padding-top: 20px;
    font-size: 16px;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .sm-icon {
    width: 35px;
  }

  .grid-footer {
    grid-template-columns: 1fr;
    padding-left: 4%;
    padding-right: 4%;
  }

  .logo-flyspot-2 {
    padding-bottom: 20px;
  }

  .footer-social-block-two {
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    margin: 20px 0;
    display: flex;
  }

  .background-video-2 {
    object-fit: none;
    inset: 0;
  }

  .div-block-23 {
    display: block;
  }

  .kontener-wideo {
    margin-top: 60px;
  }

  .text-block-4.heading-2 {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin: 20px auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.7rem;
    line-height: 1.5rem;
    display: flex;
    position: static;
    left: 0;
    right: 0;
  }

  .text-block-4.heading-2.mobile {
    margin-bottom: 30px;
    display: block;
  }

  .podstawowy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .sticky-bar {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .zaawansowany {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .heading-4 {
    line-height: 1.1;
  }
}

#w-node-_84fe354b-72e6-468e-f1bf-981dbc7d0beb-ce2e384a, #w-node-_531aa100-0f9f-6fd5-ef8a-9a7c3b8c5d27-ce2e384a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_024c2a9b-883a-daac-2430-f4c803e13026-ce2e384a {
  align-self: end;
}

#w-node-_670704e8-6b4d-1945-e1e7-023eb550e79f-ce2e384a, #w-node-a4733136-53e3-aec1-d7f5-78ab54fa4b0a-ce2e384a, #w-node-_94d0abac-6367-e89b-1013-ec082ebd7b32-ce2e384a, #w-node-_16783080-684d-e748-924d-f51521162bd2-ce2e384a, #w-node-c6c64901-aae4-5403-6a18-f4cb0b5d6754-ce2e384a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_670704e8-6b4d-1945-e1e7-023eb550e7e2-ce2e384a {
  place-self: center;
}

#w-node-_670704e8-6b4d-1945-e1e7-023eb550e7e5-ce2e384a, #w-node-c899b4e2-21ee-dc53-f8cb-1d91005580ed-ce2e384a, #w-node-c899b4e2-21ee-dc53-f8cb-1d910055810b-ce2e384a, #w-node-c899b4e2-21ee-dc53-f8cb-1d9100558126-ce2e384a, #w-node-c899b4e2-21ee-dc53-f8cb-1d910055813c-ce2e384a, #w-node-c899b4e2-21ee-dc53-f8cb-1d9100558152-ce2e384a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c899b4e2-21ee-dc53-f8cb-1d9100558168-ce2e384a {
  place-self: center;
}

#w-node-c899b4e2-21ee-dc53-f8cb-1d910055816b-ce2e384a, #w-node-cb10bb0c-12c9-1b29-5a77-4c01f030b424-ce2e384a, #w-node-cb10bb0c-12c9-1b29-5a77-4c01f030b436-ce2e384a, #w-node-cb10bb0c-12c9-1b29-5a77-4c01f030b448-ce2e384a, #w-node-cb10bb0c-12c9-1b29-5a77-4c01f030b454-ce2e384a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cb10bb0c-12c9-1b29-5a77-4c01f030b466-ce2e384a {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb10bb0c-12c9-1b29-5a77-4c01f030b472-ce2e384a {
  place-self: center;
}

#w-node-cb10bb0c-12c9-1b29-5a77-4c01f030b475-ce2e384a, #w-node-_6b78983c-1907-b256-b313-b914dee79fb0-ce2e384a, #w-node-_6b78983c-1907-b256-b313-b914dee79fbc-ce2e384a, #w-node-_6b78983c-1907-b256-b313-b914dee79fce-ce2e384a, #w-node-_6b78983c-1907-b256-b313-b914dee79fda-ce2e384a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6b78983c-1907-b256-b313-b914dee79fec-ce2e384a, #w-node-_1856b233-4501-9900-56c0-71eb0ae11ee6-ce2e384a, #w-node-_28a8f1c8-1737-6193-878e-9d2a752da9b9-ce2e384a, #w-node-_390cda35-f3fe-8d5c-f77a-853d32313779-ce2e384a {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b78983c-1907-b256-b313-b914dee79ff8-ce2e384a {
  place-self: center;
}

#w-node-_6b78983c-1907-b256-b313-b914dee79ffb-ce2e384a, #w-node-_9a72bfc1-bca4-815e-df3b-ac30807f02bf-ce2e384a, #w-node-_9a72bfc1-bca4-815e-df3b-ac30807f02cb-ce2e384a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a72bfc1-bca4-815e-df3b-ac30807f02fb-ce2e384a {
  place-self: center;
}

#w-node-_9a72bfc1-bca4-815e-df3b-ac30807f02fe-ce2e384a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d5cca3d6-3782-fe1e-f521-d67f8bcfd740-ce2e384a {
  place-self: center start;
}

#w-node-d5cca3d6-3782-fe1e-f521-d67f8bcfd743-ce2e384a {
  place-self: center;
}

#w-node-d5cca3d6-3782-fe1e-f521-d67f8bcfd74d-ce2e384a {
  place-self: center end;
}

@media screen and (max-width: 767px) {
  #w-node-_670704e8-6b4d-1945-e1e7-023eb550e79f-ce2e384a, #w-node-a4733136-53e3-aec1-d7f5-78ab54fa4b0a-ce2e384a, #w-node-_94d0abac-6367-e89b-1013-ec082ebd7b32-ce2e384a, #w-node-_16783080-684d-e748-924d-f51521162bd2-ce2e384a, #w-node-c6c64901-aae4-5403-6a18-f4cb0b5d6754-ce2e384a, #w-node-_670704e8-6b4d-1945-e1e7-023eb550e7e5-ce2e384a, #w-node-c899b4e2-21ee-dc53-f8cb-1d91005580ed-ce2e384a, #w-node-c899b4e2-21ee-dc53-f8cb-1d910055810b-ce2e384a, #w-node-c899b4e2-21ee-dc53-f8cb-1d9100558126-ce2e384a, #w-node-c899b4e2-21ee-dc53-f8cb-1d910055813c-ce2e384a, #w-node-c899b4e2-21ee-dc53-f8cb-1d9100558152-ce2e384a, #w-node-c899b4e2-21ee-dc53-f8cb-1d910055816b-ce2e384a, #w-node-cb10bb0c-12c9-1b29-5a77-4c01f030b424-ce2e384a, #w-node-cb10bb0c-12c9-1b29-5a77-4c01f030b436-ce2e384a, #w-node-cb10bb0c-12c9-1b29-5a77-4c01f030b448-ce2e384a, #w-node-cb10bb0c-12c9-1b29-5a77-4c01f030b454-ce2e384a, #w-node-cb10bb0c-12c9-1b29-5a77-4c01f030b466-ce2e384a, #w-node-cb10bb0c-12c9-1b29-5a77-4c01f030b475-ce2e384a, #w-node-_6b78983c-1907-b256-b313-b914dee79fb0-ce2e384a, #w-node-_6b78983c-1907-b256-b313-b914dee79fbc-ce2e384a, #w-node-_6b78983c-1907-b256-b313-b914dee79fce-ce2e384a, #w-node-_6b78983c-1907-b256-b313-b914dee79fda-ce2e384a, #w-node-_6b78983c-1907-b256-b313-b914dee79fec-ce2e384a, #w-node-_1856b233-4501-9900-56c0-71eb0ae11ee6-ce2e384a, #w-node-_28a8f1c8-1737-6193-878e-9d2a752da9b9-ce2e384a, #w-node-_390cda35-f3fe-8d5c-f77a-853d32313779-ce2e384a, #w-node-_6b78983c-1907-b256-b313-b914dee79ffb-ce2e384a, #w-node-_9a72bfc1-bca4-815e-df3b-ac30807f02bf-ce2e384a, #w-node-_9a72bfc1-bca4-815e-df3b-ac30807f02cb-ce2e384a, #w-node-_9a72bfc1-bca4-815e-df3b-ac30807f02fe-ce2e384a {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3c8ff7fc-d566-0b63-062b-4a04d7aeb0d9-ce2e384a, #w-node-_5e89a64a-5e01-9c0b-8f5a-0e9a347da3fd-ce2e384a, #w-node-_68516255-c5d8-ef78-f26a-d91e171f44d2-ce2e384a, #w-node-_498c68db-4330-14cb-ea9b-e5cabb9f9e7f-ce2e384a, #w-node-_478e1172-0491-9c3a-a1f4-5db99c6a3929-ce2e384a, #w-node-e790665e-e995-87e6-3a22-351f4c13efb4-ce2e384a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d5cca3d6-3782-fe1e-f521-d67f8bcfd743-ce2e384a {
    place-self: center;
  }
}


