:root {
  --fly: #e61658cc;
  --white: #fff;
  --333: #333;
  --white-2: #ddd;
  --flyspot: #e61658;
  --liga-dynamiczna---flyspot: #e61658;
  --flyspot-gdansk---flyspot: #e61658;
  --liga-dynamiczna---white: white;
  --flyspot-gdansk---333: #333;
  --liga-dynamiczna---gray: #333;
  --flyspot-gdansk---gray: #807e7e;
  --liga-dynamiczna---card: #f0f0f080;
  --flyspot-gdansk---white: #fff;
  --liga-dynamiczna---menu: #ccc;
  --flyspot-gdansk---white-2: white;
  --liga-dynamiczna---white-transparent: #ffffffb3;
  --flyspot-gdansk---black: black;
  --flyspot-gdansk---black-hover: #2e2d2d;
  --cookies-akcept: #1e1a35;
  --flyspot-gdansk---untitled-ui--gray900: #101828;
  --flyspot-gdansk---untitled-ui--warning300: #fec84b;
  --flyspot-gdansk---untitled-ui--gray200: #eaecf0;
  --flyspot-gdansk---untitled-ui--gray600: #475467;
  --flyspot-gdansk---untitled-ui--gray50: #f9fafb;
  --flyspot-gdansk---untitled-ui--gray400: #98a2b3;
  --flyspot-gdansk---untitled-ui--primary700: #6941c6;
  --flyspot-gdansk---untitled-ui--primary600: #7f56d9;
  --flyspot-gdansk---untitled-ui--primary100: #f4ebff;
  --flyspot-gdansk---untitled-ui--white: white;
  --flyspot-gdansk---untitled-ui--gray100: #f2f4f7;
  --flyspot-gdansk---untitled-ui--primary800: #53389e;
  --flyspot-gdansk---untitled-ui--primary50: #f9f5ff;
  --flyspot-gdansk---untitled-ui--primary500: #9e77ed;
  --flyspot-gdansk---untitled-ui--gray500: #667085;
  --flyspot-gdansk---untitled-ui--gray700: #344054;
}

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

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

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

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

.hero-section {
  z-index: 0;
  text-transform: none;
  background-image: none;
  background-position: 0 0;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.hero-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100vh;
  padding-bottom: 40px;
  position: relative;
}

.oferta {
  flex-flow: column;
  display: flex;
}

.body {
  background-image: linear-gradient(270deg, #c5c5c500, #fff 80%), url('../images/Hero-Background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.heading {
  z-index: 5;
  background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--fly), #fff0);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 0;
  padding: 5px 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
}

.logo {
  text-align: center;
  margin-bottom: 30px;
}

.top-bar {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5px 5px 0;
  display: block;
}

.heading-2 {
  z-index: 5;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  position: relative;
}

.text-block {
  margin-top: 30px;
}

.text-block-2 {
  background-image: linear-gradient(#0000001a, #0000001a);
  border-radius: 20px;
  padding: 10px 20px;
  line-height: 1.5;
}

.heading-hero {
  margin-top: 100px;
  padding: 5px;
}

.text-hero-spacing {
  text-transform: uppercase;
  max-width: 34%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.text-span {
  z-index: 5;
  color: var(--flyspot);
}

.button {
  text-transform: uppercase;
  background-color: #e61658;
  border: 1px solid #333;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 14px 34px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 700;
  transition: all .3s;
}

.button:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}

.text-block-3 {
  max-width: 600px;
  padding: 5px;
  font-size: 18px;
  line-height: 1.4;
}

.why-section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  margin-bottom: 100px;
}

.why-container {
  max-width: 1200px;
  padding-left: 5px;
  padding-right: 5px;
}

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

.cards-wrapper {
  background-image: linear-gradient(#e9e9e9b3, #e9e9e9b3);
  background-position: 0 0;
  border: 1px solid #807e7e;
  border-radius: 10px;
  padding: 16px;
}

.cards-wrapper._2 {
  border-radius: 10px;
  max-width: 550px;
}

.card-image {
  height: 32px;
  margin-bottom: 20px;
  font-size: 20px;
  display: flex;
}

.cards-heading {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-h2 {
  text-transform: uppercase;
  margin-top: -3px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
}

.cards-text {
  text-align: justify;
}

.card-text-2 {
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.why-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-3 {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
}

.liga-dynamiczna--footer {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  display: block;
}

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

.liga-dynamiczna--footer-copyright {
  color: #3a4554;
  font-family: Lato, sans-serif;
  font-size: 25px;
}

.liga-dynamiczna--line-footer {
  padding-left: 14%;
  padding-right: 14%;
}

.liga-dynamiczna--footer-divider-two {
  background-color: #c4c7ca;
  border-top: 1px #000;
  width: 100%;
  max-width: 1200px;
  height: 2px;
  margin: 100px auto 40px;
}

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

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

.liga-dynamiczna--sm-icon:hover {
  filter: contrast(50%);
}

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

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

.liga-dynamiczna--bold-text-9 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.footer {
  background-image: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  display: block;
}

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

.footer-copyright {
  color: #3a4554;
  font-family: Lato, sans-serif;
  font-size: 25px;
}

.line-footer {
  padding-left: 14%;
  padding-right: 14%;
}

.footer-divider-two {
  background-color: #c4c7ca;
  border-top: 1px #000;
  width: 100%;
  max-width: 1200px;
  height: 2px;
  margin: 100px auto 40px;
}

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

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

.sm-icon:hover {
  filter: contrast(50%);
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 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;
}

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

.flyspot-gdansk--image {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.flyspot-gdansk--galery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/Halloween_KATO_2018.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  height: 100vh;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.flyspot-gdansk--cantainer-galery {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.flyspot-gdansk--grid-galery {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: 80vh;
}

.flyspot-gdansk--image-wrapper {
  object-fit: contain;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.image {
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.galery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  background-position: 0 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  height: 100vh;
}

.cantainer-galery {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.grid-galery {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: 80vh;
}

.image-wrapper {
  object-fit: contain;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.button-block-2 {
  text-align: center;
  margin-top: 100px;
}

.text-space {
  max-width: 550px;
  display: none;
}

.heading-galery {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.container {
  max-width: 1200px;
}

.section {
  height: 100vh;
}

.bold-text-10 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

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

.footer-copyright-2 {
  color: #3a4554;
  font-family: Lato, sans-serif;
  font-size: 25px;
}

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

.footer-social-block-two-2 {
  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;
}

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

.sm-icon-2:hover {
  filter: contrast(50%);
}

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

.flyspot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  max-width: 1200px;
  display: grid;
}

.flyspot-section {
  margin-bottom: 100px;
}

.flyspot-container {
  max-width: 1200px;
  padding-left: 5px;
  padding-right: 5px;
}

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

.text-block-4 {
  font-size: 18px;
  line-height: 1.5;
}

.cw-cookie_checkbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.cw-button_secondary {
  color: #1e1a35;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1e1a35;
  border-radius: 80px;
  justify-content: center;
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: transform .3s, color .3s, background-color .3s;
}

.cw-button_secondary:hover {
  background-color: var(--333);
  color: #fff;
  border-color: #a78aff;
  transform: translate(0, -2px);
}

.cw-cookie_options {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.cw-cookie_script {
  display: none;
}

.cw-cookie_banner {
  z-index: 3;
  background-color: var(--white-2);
  border: 1px solid #000;
  border-radius: 10px;
  max-width: 600px;
  padding: 2rem;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.cw-cookie_icon {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
}

.cw-cookie_checkbox-check {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cw-cookie_checkbox-check.w--redirected-checked {
  background-color: #000;
  background-size: 14px 14px;
}

.cw-cookie_selection {
  overflow: hidden;
}

.cw-cookie_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-top: 2rem;
  display: flex;
}

.cw-button_primary {
  background-color: var(--flyspot);
  color: #fff;
  text-align: center;
  border-radius: 80px;
  padding: 1rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s, background-color .3s;
}

.cw-button_primary:hover {
  background-color: var(--333);
  color: #fff;
  transform: translate(0, -2px);
}

.image-2 {
  border: 1px solid #807e7e;
  border-radius: 10px;
}

.arrow {
  position: relative;
}

.image-3 {
  filter: contrast(75%);
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.why-title {
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .button-block {
    text-align: center;
  }

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

  .button {
    padding: 10px 20px;
    font-size: 20px;
  }

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

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

  .liga-dynamiczna--footer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .liga-dynamiczna--footer-copyright {
    font-size: 18px;
  }

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

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

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

  .footer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .flyspot-gdansk--grid-galery, .grid-galery {
    grid-template-columns: 1fr;
  }

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

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

  .footer-copyright-2 {
    font-size: 18px;
  }

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

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

  .cw-cookie_banner {
    max-width: 80%;
  }

  .arrow {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    background-image: radial-gradient(circle farthest-corner at 100% 50%, #fff0, var(--fly));
  }

  .top-bar {
    flex-flow: column;
    display: flex;
  }

  .text-hero-spacing {
    max-width: 100%;
  }

  .button {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
  }

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

  .liga-dynamiczna--footer {
    margin-top: 60px;
  }

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

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

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

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

  .footer {
    margin-top: 60px;
  }

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

  .cantainer-galery {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

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

  .flyspot {
    grid-auto-flow: column;
  }

  .cw-button_secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cw-cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .cw-cookie_buttons {
    flex-direction: column;
  }

  .cw-button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: radial-gradient(circle, #c5c5c500, #fff 65%), url('../images/Hero-Background.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-container {
    padding-bottom: 0;
  }

  .body {
    background-image: none;
    background-position: 0 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    color: var(--333);
    background-image: none;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 1.5;
  }

  .top-bar {
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: center stretch;
    padding-top: 10px;
    display: flex;
  }

  .button-block {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    inset: auto 0% 8%;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 1.4;
  }

  .heading-hero {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white-2), #0000 53%);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    inset: auto 0% 20%;
  }

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

  .text-hero-spacing._2 {
    display: none;
  }

  .button {
    text-align: center;
    margin-top: 20px;
    padding: 12px 24px;
    font-size: 14px;
    display: block;
  }

  .button.mobile {
    font-size: 20px;
  }

  .why-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .why-container {
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-h2 {
    margin-top: 3px;
    font-size: 18px;
    line-height: 1.4;
  }

  .card-text-2 {
    font-size: 14px;
  }

  .why-heading {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading-3 {
    text-align: left;
    margin-bottom: 20px;
  }

  .liga-dynamiczna--footer {
    padding-top: 60px;
  }

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

  .liga-dynamiczna--line-footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .liga-dynamiczna--footer-divider-two {
    margin-top: 0;
    margin-bottom: 20px;
  }

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

  .liga-dynamiczna--sm-icon {
    width: 35px;
  }

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

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

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

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

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

  .line-footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-divider-two {
    margin-top: 0;
    margin-bottom: 20px;
  }

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

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

  .flyspot-gdansk--image {
    border-radius: 20px;
  }

  .flyspot-gdansk--galery {
    margin-top: 0;
    margin-bottom: 220px;
    padding-bottom: 220px;
  }

  .flyspot-gdansk--cantainer-galery {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flyspot-gdansk--grid-galery {
    grid-template-columns: 1fr;
  }

  .image {
    border-radius: 20px;
  }

  .galery {
    margin-top: 0;
    margin-bottom: 220px;
    padding-bottom: 220px;
  }

  .cantainer-galery {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-wrapper.mobile {
    display: none;
  }

  .button-block-2 {
    margin-top: 60px;
  }

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

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

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

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

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

  .sm-icon-2 {
    width: 35px;
  }

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

  .breakspacec {
    height: 10vh;
    display: block;
  }

  .flyspot {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 3.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .flyspot-section {
    margin-bottom: 20px;
  }

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

  .text-block-4 {
    font-size: 14px;
    line-height: 1.4;
  }

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

  .cw-button_secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .cw-cookie_options {
    flex-wrap: wrap;
  }

  .cw-cookie_banner {
    background-color: var(--white);
    font-size: 14px;
    display: none;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .cw-button_primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }
}

#w-node-aaa4c284-07f2-421f-e8aa-f59ee6d3c232-3e4d4b0c {
  align-self: center;
}

#w-node-_3956ba41-f743-0e9f-c444-2c81a893c524-3e4d4b0c {
  place-self: center end;
}

#w-node-_560187c7-3f5b-5569-6bc8-f9b286c46687-3e4d4b0c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_1a5aabae-7907-2a2e-55a5-3151706cc7de-3e4d4b0c {
  align-self: end;
}

#w-node-cbb168f7-fdac-7ab5-48c9-7e719f7bd294-3e4d4b0c {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_247d52b9-6582-49de-7ad0-380fb13feb92-b13feb8d {
  place-self: center start;
}

#w-node-_247d52b9-6582-49de-7ad0-380fb13feb95-b13feb8d {
  place-self: center;
}

#w-node-_247d52b9-6582-49de-7ad0-380fb13feb9f-b13feb8d {
  place-self: center end;
}

#w-node-d5988954-96b7-8de0-47af-06cfa396ce63-a396ce62 {
  place-self: center;
}

#w-node-d5988954-96b7-8de0-47af-06cfa396ce65-a396ce62 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-d5988954-96b7-8de0-47af-06cfa396ce67-a396ce62 {
  grid-area: 4 / 5 / 6 / 5;
}

#w-node-d5988954-96b7-8de0-47af-06cfa396ce69-a396ce62 {
  grid-area: 2 / 4 / 4 / 6;
  place-self: auto;
}

#w-node-d5988954-96b7-8de0-47af-06cfa396ce6b-a396ce62 {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-d5988954-96b7-8de0-47af-06cfa396ce6d-a396ce62 {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-d5988954-96b7-8de0-47af-06cfa396ce6f-a396ce62 {
  grid-area: 1 / 2 / 4 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-d5988954-96b7-8de0-47af-06cfa396ce65-a396ce62 {
    grid-area: span 7 / span 1 / span 7 / span 1;
  }

  #w-node-d5988954-96b7-8de0-47af-06cfa396ce67-a396ce62 {
    grid-area: span 7 / span 1 / span 7 / span 1;
    align-self: auto;
  }

  #w-node-d5988954-96b7-8de0-47af-06cfa396ce69-a396ce62 {
    grid-area: span 8 / span 2 / span 8 / span 2;
  }

  #w-node-d5988954-96b7-8de0-47af-06cfa396ce6b-a396ce62 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-d5988954-96b7-8de0-47af-06cfa396ce6d-a396ce62 {
    grid-area: span 7 / span 1 / span 7 / span 1;
  }

  #w-node-d5988954-96b7-8de0-47af-06cfa396ce6f-a396ce62 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5988954-96b7-8de0-47af-06cfa396ce67-a396ce62 {
    grid-row-end: 4;
  }

  #w-node-d5988954-96b7-8de0-47af-06cfa396ce6f-a396ce62 {
    grid-row-end: 3;
    grid-column-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_247d52b9-6582-49de-7ad0-380fb13feb95-b13feb8d {
    place-self: center;
  }

  #w-node-d5988954-96b7-8de0-47af-06cfa396ce65-a396ce62 {
    grid-area: span 24 / span 1 / span 24 / span 1;
  }

  #w-node-d5988954-96b7-8de0-47af-06cfa396ce67-a396ce62 {
    grid-area: span 18 / span 1 / span 18 / span 1;
  }

  #w-node-d5988954-96b7-8de0-47af-06cfa396ce69-a396ce62 {
    grid-area: span 12 / span 1 / span 12 / span 1;
  }

  #w-node-d5988954-96b7-8de0-47af-06cfa396ce6b-a396ce62 {
    grid-area: span 16 / span 1 / span 16 / span 1;
  }

  #w-node-d5988954-96b7-8de0-47af-06cfa396ce6d-a396ce62 {
    grid-area: span 22 / span 1 / span 22 / span 1;
  }

  #w-node-d5988954-96b7-8de0-47af-06cfa396ce6f-a396ce62 {
    grid-area: span 16 / span 1 / span 16 / span 1;
  }
}


